diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9c3bd93
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# KiCad lock files (created while project is open)
+~*.lck
+
+# KiCad regenerated footprint info cache
+fp-info-cache
+
+# KiCad autosaved backups
+firstpcb-backups/
+
+# Local pre-edit backups
+*.pre-drc-fix
+
+# Python bytecode cache
+__pycache__/
+*.pyc
+
+# Editor/tooling local state
+.history/
+.omc/
diff --git a/BOM.md b/BOM.md
new file mode 100644
index 0000000..7292bd1
--- /dev/null
+++ b/BOM.md
@@ -0,0 +1,114 @@
+# Bill of Materials — firstpcb (Stepper Driver + 12V Boost)
+
+> **Branch:** `feat/boost-converter-integration`
+> **Generated:** 2026-05-23
+> **Estimated cost:** ~$50–80 first build (with combo kits) • ~$10/board in actually-used parts
+
+---
+
+## Critical Notes Before Ordering
+
+| # | Issue | Impact |
+|---|-------|--------|
+| 1 | **BOM package field said "QFN-20 3.5×3.5mm"** for U1 | The actual TPS61088 RHL package is **VQFN-20, 4.5×3.5mm**. Your KiCad footprint is correct — only the BOM description was wrong (now fixed). |
+| 2 | **PCB silkscreen reads `TPS61088QRHLRQ1`** (automotive Q1 variant), BOM lists `TPS61088RHLR` (commercial) | The commercial **TPS61088RHLR** is a fully drop-in substitute: same RHL package, same pinout. Use it — it's ~5× cheaper and far more available. |
+| 3 | **U1 vs U2 designator mismatch** | Standalone `tps61088_boost.kicad_sch` test schematic uses U1; integrated `firstpcb.kicad_pcb` uses U2. Same part either way. |
+| 4 | **TPS61088 pinout verified** | Schematic pins 1/3/4/5/6/7/8/9/11/12/15 = VIN/EN/SS-TR/COMP/FB/AGND/PGOOD/VOUT/BST/SW/PGND — matches TI datasheet exactly. ✅ |
+| 5 | **L1 inductor substitution warning** | If swapping the Bourns SRP1265 for the cheaper TDK SPM10065, the footprint changes (12.6×12.6mm → 10.5×10mm). **Verify the KiCad footprint matches before ordering.** |
+
+---
+
+## Recommended Combo Kits (Buy These First)
+
+These cover multiple BOM lines and stock you up for future builds:
+
+| Kit | Covers | Est. Price | Source |
+|-----|--------|-----------:|--------|
+| **0805 E96 1% Resistor Sample Book** (170 values × 25pcs) | R1, R2, R3, R4, R5 + lifetime supply | ~$15–25 | [Amazon B09Z2RDW2F](https://www.amazon.com/Resistor-ohm-10M-Assorted-Resistance-Resistor-0805/dp/B09Z2RDW2F) |
+| **0805 SMD Ceramic Cap Kit** (50V, 22pF–22µF) | C6, C8, C9 | ~$5–15 | [AliExpress multi-value kit](https://www.aliexpress.com/item/4000023618004.html) |
+| **1206 22µF 25V X5R 50-pack** (CL31A226KAHNNNE) | C4, C5, C10, C11 | ~$8 | [AliExpress 50-pack](https://www.aliexpress.com/item/32751090379.html) |
+| **JST-XH 2.54mm Connector Kit** (560pcs, 2–6 pin housings + crimps + headers) | StepperConnection1 | ~$8–12 | Search `JST-XH 2.54mm kit 560pcs` |
+| **JST-EH 2.5mm 3-pin Kit** (housing + crimps + header) | SW1 | ~$4–6 | Search `JST-EH 2.5mm 3-pin housing crimp` |
+
+> **Why the kit approach:** R3 (30.1K) and R4 (190K) are E96 values that aren't in basic E24 kits. Buying a proper E96 sample book is cheaper than ordering five individual reels and means you'll have every standard value for future projects.
+
+---
+
+## Single-Part Key Items
+
+Parts that can't be combo'd — order these individually:
+
+| Ref | Part | Source | Price | Notes |
+|-----|------|--------|------:|-------|
+| **U1** | TPS61088RHLR | [LCSC C87357](https://www.lcsc.com/product-detail/DC-DC-Converters_TI_TPS61088RHLR_TPS61088RHLR_C87357.html) | ~$0.61 | 14k in stock. Drop-in for the Q1 variant on the silkscreen. |
+| **L1** | TDK SPM10065VT-2R2M-D (2.2µH, 16.6A) | [LCSC C1015860](https://www.lcsc.com/product-detail/Inductors-SMD_TDK-SPM10065VT-2R2M-D_C1015860.html) | ~$1.50 | Cheaper alternative to Bourns SRP1265. **Verify footprint match.** |
+| **L1 (alt)** | Bourns SRP1265A-2R2M (2.2µH, 22A) | DigiKey | ~$2–3 | Matches original BOM footprint exactly. |
+| **C3** | 100µF 25V SMD electrolytic, 6.3×5.8mm | AliExpress 10-pack | ~$2–3 | JAMICON/Lelon equivalents are fine. Verify pad layout. |
+| **A4988** | Stepper driver module + heatsink, 5-pack | AliExpress | ~$5–8 | Any reputable seller. Heatsinks included. |
+| **MotorPower1** | KF301-5.0-3P screw terminal, 10-pack | [AliExpress](https://www.aliexpress.com/item/32842003333.html) | ~$0.70 | Generic part. |
+
+---
+
+## Full BOM (with Purchase column)
+
+### Active components
+
+| Ref | Value | Pkg | Qty | Purchase | Notes |
+|-----|-------|-----|----:|----------|-------|
+| ESP32-WROOM1 | ESP32-C3-DevKitM-1 | Module | 1 | **SKIP** — user sources separately | Pinout-specific module from a special supplier. Do not order. |
+| A4988 | A4988 Driver | Pololu breakout | 1 | AliExpress 5-pack (~$5–8) | Heatsink included. |
+| U1 | TPS61088RHLR | VQFN-20 4.5×3.5mm (RHL) | 1 | [LCSC C87357](https://www.lcsc.com/product-detail/DC-DC-Converters_TI_TPS61088RHLR_TPS61088RHLR_C87357.html) (~$0.61) | Non-Q1 substitute for `TPS61088QRHLRQ1` on PCB. |
+
+### Resistors — all covered by 0805 E96 sample book
+
+| Ref | Value | Pkg | Qty | Purchase | Notes |
+|-----|-------|-----|----:|----------|-------|
+| R1 | 10K | 0805 1% | 1 | E96 kit | Pull-up / standard. |
+| R2 | 10K | 0805 1% | 1 | E96 kit | |
+| R5 | 10K | 0805 1% | 1 | E96 kit | |
+| R3 | 30.1K | 0805 1% | 1 | E96 kit | Feedback divider — must be 1%. |
+| R4 | 190K | 0805 1% | 1 | E96 kit | Feedback divider — must be 1%. |
+
+### Capacitors — small values covered by 0805 ceramic kit
+
+| Ref | Value | Pkg | Qty | Purchase | Notes |
+|-----|-------|-----|----:|----------|-------|
+| C8 | 47pF | 0805 C0G/NP0 50V | 1 | 0805 ceramic kit | C0G preferred, X7R OK at this value. |
+| C9 | 100nF | 0805 X7R 50V | 1 | 0805 ceramic kit | Decoupling. |
+| C6 | 22nF | 0805 X7R 50V | 1 | 0805 ceramic kit | TPS61088 compensation cap. |
+
+### Capacitors — bulk (all covered by one 50-pack)
+
+| Ref | Value | Pkg | Qty | Purchase | Notes |
+|-----|-------|-----|----:|----------|-------|
+| C4 | 22µF | 1206 X5R 25V | 1 | [AliExpress 50-pack](https://www.aliexpress.com/item/32751090379.html) (~$8) | CL31A226KAHNNNE ≡ GRM31CR61E226KE15L. **25V+ required** (12V output rail). |
+| C5 | 22µF | 1206 X5R 25V | 1 | Same 50-pack | |
+| C10 | 22µF | 1206 X5R 25V | 1 | Same 50-pack | |
+| C11 | 22µF | 1206 X5R 25V | 1 | Same 50-pack | |
+
+### Single-part caps & inductor
+
+| Ref | Value | Pkg | Qty | Purchase | Notes |
+|-----|-------|-----|----:|----------|-------|
+| C3 | 100µF | SMD aluminum electrolytic, 6.3×5.8mm, 25V | 1 | AliExpress 10-pack (~$2–3) | Verify pad layout matches KiCad `CP_Elec_6.3x5.8` footprint. |
+| L1 | 2.2µH | Shielded SMD power inductor | 1 | [LCSC TDK SPM10065VT-2R2M-D](https://www.lcsc.com/product-detail/Inductors-SMD_TDK-SPM10065VT-2R2M-D_C1015860.html) (~$1.50) **or** Bourns SRP1265A-2R2M (~$3) | **CRITICAL: must handle ≥10A.** Avoid no-name AliExpress inductors — saturation current often misrated. Footprint differs between TDK and Bourns. |
+
+### Connectors & terminals
+
+| Ref | Value | Pkg | Qty | Purchase | Notes |
+|-----|-------|-----|----:|----------|-------|
+| SW1 | B3B-EH-A | JST EH 3-pin THT, 2.5mm pitch | 1 | JST-EH 2.5mm 3-pin kit (~$4–6) | Get the kit — you need matching housings + crimps too. **EH series, not XH.** |
+| MotorPower1 | KF301-5.0-3P | 3-pin screw terminal, 5mm pitch THT | 1 | [AliExpress 10-pack](https://www.aliexpress.com/item/32842003333.html) (~$0.70) | Generic; any KF301-5.0-3P works. |
+| StepperConnection1 | B4B-XH-A | JST XH 4-pin THT, 2.54mm pitch | 1 | JST-XH 2.54mm kit (~$8–12) | Get the multi-pin kit; covers this build + future projects. |
+
+---
+
+## Sources
+
+- [TPS61088 product page (TI)](https://www.ti.com/product/TPS61088/part-details/TPS61088RHLR)
+- [LCSC TPS61088RHLR (C87357)](https://www.lcsc.com/product-detail/DC-DC-Converters_TI_TPS61088RHLR_TPS61088RHLR_C87357.html)
+- [LCSC TDK SPM10065VT-2R2M-D (C1015860)](https://www.lcsc.com/product-detail/Inductors-SMD_TDK-SPM10065VT-2R2M-D_C1015860.html)
+- [AliExpress 22µF 25V 1206 50-pack](https://www.aliexpress.com/item/32751090379.html)
+- [AliExpress KF301-5.0-3P 10-pack](https://www.aliexpress.com/item/32842003333.html)
+- [Amazon 170-value 0805 E96 1% resistor sample book](https://www.amazon.com/Resistor-ohm-10M-Assorted-Resistance-Resistor-0805/dp/B09Z2RDW2F)
+- [Bourns SRP1265A-2R2M datasheet](https://bourns.com/products/magnetic-products/details/power-inductors-smd-high-current-shielded/srp1265a)
diff --git a/bom.csv b/bom.csv
new file mode 100644
index 0000000..ed27d83
--- /dev/null
+++ b/bom.csv
@@ -0,0 +1,39 @@
+Reference,Component,Value,Qty,Package,AliExpress Search/Link,AliExpress Price Est.,DigiKey Part Number,DigiKey Price Est.,Purchase,Notes
+ESP32-WROOM1,ESP32-WROOM-32 DevKit,ESP32-C3-DevKitM-1,1,Module,"ESP32 WROOM 32 development board 30 pin",~$4.00,N/A (use Adafruit/SparkFun),,SKIP - user sources separately,Pinout-specific module sourced from special supplier. Do not order.
+A4988,A4988 Stepper Motor Driver,Pololu_Breakout_A4988,1,Module,"A4988 stepper motor driver module heatsink",~$2.00,Pololu #1182,~$5.95,"AliExpress 5-pack: https://www.aliexpress.com/wholesale?SearchText=A4988+stepper+driver+5pcs (~$5-8 for 5pcs with heatsinks)",Get the 5-pack from any AliExpress seller; quality varies but functional. Heatsinks included.
+U1,TPS61088 Boost Converter IC,TPS61088RHLR,1,VQFN-20 4.5x3.5mm (RHL),"TPS61088RHLR QFN20",~$2.28/ea (3pcs min ~$6.84),296-40481-1-ND,~$3.89,"LCSC C87357: https://www.lcsc.com/product-detail/DC-DC-Converters_TI_TPS61088RHLR_TPS61088RHLR_C87357.html (~$0.61/ea, 14k in stock)",PACKAGE CORRECTION: TPS61088 RHL is 4.5x3.5mm not 3.5x3.5mm. PCB silkscreen says TPS61088QRHLRQ1 (auto Q1) but non-Q1 TPS61088RHLR is drop-in substitute with identical pinout - use the cheaper non-Q1. Pinout verified: pins 1/3/4/5/6/7/8/9/11/12/15 = VIN/EN/SS-TR/COMP/FB/AGND/PGOOD/VOUT/BST/SW/PGND.
+R1,Resistor 0805 1%,10K,1,0805,"0805 resistor 10K 1%",~$1.50/100pcs,RC0805FR-0710KL,~$0.10,"COMBO: 0805 E96 1% resistor sample book (170 values x 25pcs, ~$25 covers R1+R2+R3+R4+R5 and lifetime supply)",Use combo kit - see Notes section below.
+R2,Resistor 0805 1%,10K,1,0805,"0805 resistor 10K 1%",~$1.50/100pcs,RC0805FR-0710KL,~$0.10,COVERED BY RESISTOR KIT,Use the 0805 E96 sample book.
+R5,Resistor 0805 1%,10K,1,0805,"0805 resistor 10K 1%",~$1.50/100pcs,RC0805FR-0710KL,~$0.10,COVERED BY RESISTOR KIT,Use the 0805 E96 sample book.
+R3,Resistor 0805 1% (feedback divider),30.1K,1,0805,"0805 resistor 30.1K 1% SMD",~$1.50/100pcs,RC0805FR-0730K1L,~$0.10,"COVERED BY 170-value E96 kit (30.1K is E96 standard value)",E96 standard - in any decent E96 kit like Amazon B09Z2RDW2F. If buying singles: LCSC.
+R4,Resistor 0805 1% (feedback divider),190K,1,0805,"0805 resistor 190K 1% SMD",~$1.50/100pcs,RC0805FR-07190KL,~$0.10,"COVERED BY 170-value E96 kit (190K is E96 standard value)",E96 standard - in any decent E96 kit. Critical to feedback divider - must be 1%.
+C8,Capacitor 0805 C0G/NP0 50V,47pF,1,0805,"0805 47pF capacitor C0G",~$1.00/100pcs,Standard YAGEO/Samsung,~$0.10,"COMBO: 0805 SMD ceramic capacitor kit covering 22nF/47pF/100nF (e.g. AliExpress 0603/0805/1206 50V 22p-22uF kit, ~$5)",Use combo cap kit - C0G preferred but X7R acceptable at this value.
+C9,Capacitor 0805 X7R 50V,100nF,1,0805,"0805 100nF 0.1uF capacitor",~$1.00/100pcs,Standard YAGEO/Samsung,~$0.10,COVERED BY CAPACITOR KIT,Universal decoupling value - included in every cap kit.
+C6,Capacitor 0805 X7R 50V,22nF,1,0805,"0805 22nF capacitor X7R",~$1.00/100pcs,Standard YAGEO/Samsung,~$0.10,COVERED BY CAPACITOR KIT,Compensation cap - tolerance not critical.
+C4,Capacitor 1206 X5R 25V,22uF,1,1206,"1206 SMD capacitor 22uF 25V",~$2.50/100pcs,GRM31CR61E226KE15L,~$0.50,"AliExpress 50-pack CL31A226KAHNNNE: https://www.aliexpress.com/item/32751090379.html (~$8/50pcs) - one order covers C4/C5/C10/C11",Samsung CL31A226KAHNNNE is direct equivalent to Murata GRM31CR61E226KE15L. Must be 25V+ (12V output bus).
+C5,Capacitor 1206 X5R 25V,22uF,1,1206,"1206 SMD capacitor 22uF 25V",~$2.50/100pcs,GRM31CR61E226KE15L,~$0.50,COVERED BY 50-PACK ABOVE,Same as C4 - one 50-pack covers all four positions.
+C10,Capacitor 1206 X5R 25V,22uF,1,1206,"1206 SMD capacitor 22uF 25V",~$2.50/100pcs,GRM31CR61E226KE15L,~$0.50,COVERED BY 50-PACK ABOVE,Same as C4.
+C11,Capacitor 1206 X5R 25V,22uF,1,1206,"1206 SMD capacitor 22uF 25V",~$2.50/100pcs,GRM31CR61E226KE15L,~$0.50,COVERED BY 50-PACK ABOVE,Same as C4.
+C3,Capacitor SMD Electrolytic 25V,100uF,1,6.3x5.8mm,"100uF 25V SMD aluminum electrolytic capacitor 6.3mm",~$1.30/20pcs,Standard Nichicon/Panasonic,~$0.50,"AliExpress 10-pack: search '100uF 25V SMD 6.3x5.8mm' (~$2-3 for 10pcs). LCSC: Lelon VEJ101M1EQRJ ~$0.15/ea",Verify pad layout matches KiCad footprint (CP_Elec_6.3x5.8). Cheaper SMD electrolytics from JAMICON/Lelon are fine.
+L1,Power Inductor Shielded SMD,2.2uH,1,12.6x12.6mm,"SRP1265 2.2uH inductor",~$3.00,SRP1265A-2R2M (Bourns),~$2-3,"BEST: LCSC TDK SPM10065VT-2R2M-D C1015860 (10.5x10mm, 16.6A, ~$1.50). Alt: DigiKey Bourns SRP1265A-2R2M (12.6x12.6mm, 22A, ~$3)",CRITICAL - must handle >=10A continuous. TDK SPM10065 is smaller and cheaper than Bourns SRP1265 - verify your KiCad footprint matches the chosen part's pad pattern BEFORE ordering. Avoid no-name AliExpress inductors - saturation current is often misrated.
+SW1,JST EH 3-pin Header,B3B-EH-A,1,Through-hole,"JST EH 3 pin connector 2.5mm header",~$1.00/10pcs,B3B-EH-A(LF)(SN),~$0.13,"AliExpress JST-EH 2.5mm 3-pin kit with housing+crimps (50-set ~$4-6, search 'JST-EH 2.5mm 3-pin housing crimp')",Make sure to get matching female housings and crimp terminals - not just the PCB header. EH series specifically (NOT XH or PH).
+MotorPower1,Screw Terminal 3-pin 5mm pitch,KF301-5.0-3P,1,Through-hole,"KF301 3 pin 5mm screw terminal PCB",~$0.50-1.00,Standard part,~$0.50-1.00,"AliExpress 10-pack: https://www.aliexpress.com/item/32842003333.html (~$0.70/10pcs)",Generic Chinese part - any KF301-5.0-3P seller works.
+StepperConnection1,JST XH 4-pin Header,B4B-XH-A,1,Through-hole,"JST XH 4 pin 2.54mm connector header",~$1.00/20pcs,B4B-XH-A(LF)(SN),~$0.15,"COMBO: AliExpress JST-XH 2.54mm full kit (560pcs 2/3/4/5/6-pin housing+crimps+headers, ~$8-12) - massive overkill but covers all future projects",Search 'JST-XH 2.54mm connector kit 560pcs'. Brand names: Taiss, GTIWUNG, HALJIA all sell equivalent kits.
+,,,,,,,,,,
+SUMMARY,,,,,,,,,,
+,,,,,,,,,,
+COMBO PACK RECOMMENDATIONS:,,,,,,,,,,
+"1. 0805 E96 1% Resistor Sample Book (170 values x 25pcs)",,,,,,,,,~$15-25,Covers R1/R2/R3/R4/R5 + every future project. Must be E96 (1%) to include 30.1K and 190K.
+"2. 0805 SMD Ceramic Capacitor Kit (50V, 22pF-22uF range)",,,,,,,,,~$5-15,Covers C6/C8/C9 (22nF/47pF/100nF). Make sure kit includes those specific values.
+"3. 1206 22uF 25V X5R 50-pack",,,,,,,,,~$8,Covers C4/C5/C10/C11.
+"4. JST-XH 2.54mm Connector Kit (multi-pin)",,,,,,,,,~$8-12,Covers StepperConnection1 (4-pin) + future projects.
+"5. JST-EH 2.5mm 3-pin Kit (housing+crimps+header)",,,,,,,,,~$4-6,Covers SW1. Make sure it's EH series specifically.
+,,,,,,,,,,
+SINGLE-PART KEY ITEMS:,,,,,,,,,,
+"U1 TPS61088RHLR - LCSC C87357",,,,,,,,,~$0.61,The non-Q1 variant is drop-in substitute for TPS61088QRHLRQ1 on PCB silkscreen. Same RHL package same pinout.
+"L1 TDK SPM10065VT-2R2M-D - LCSC C1015860",,,,,,,,,~$1.50,VERIFY footprint match before ordering - SPM10065 (10.5x10mm) vs original Bourns SRP1265 (12.6x12.6mm).
+"C3 100uF 25V SMD electrolytic - any 6.3x5.8mm 10-pack",,,,,,,,,~$2-3,Verify pad layout matches your KiCad footprint.
+"A4988 5-pack with heatsinks - AliExpress",,,,,,,,,~$5-8,Generic functional drivers.
+"KF301-5.0-3P 10-pack - AliExpress",,,,,,,,,~$0.70,Generic part.
+,,,,,,,,,,
+TOTAL ESTIMATED COST:,,,,,,,,,~$50-80,One-time setup with combo kits. ~$10 in actually-used parts per board. ESP32 module sourced separately by user.
diff --git a/firstpcb-backups/firstpcb-2026-02-05_210654.zip b/firstpcb-backups/firstpcb-2026-02-05_210654.zip
deleted file mode 100644
index a2a2f99..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-05_210654.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-12_225439.zip b/firstpcb-backups/firstpcb-2026-02-12_225439.zip
deleted file mode 100644
index 32a9f18..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-12_225439.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-12_225941.zip b/firstpcb-backups/firstpcb-2026-02-12_225941.zip
deleted file mode 100644
index dd16047..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-12_225941.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-12_230444.zip b/firstpcb-backups/firstpcb-2026-02-12_230444.zip
deleted file mode 100644
index 7c96058..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-12_230444.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-12_230946.zip b/firstpcb-backups/firstpcb-2026-02-12_230946.zip
deleted file mode 100644
index bc36de0..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-12_230946.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-12_232246.zip b/firstpcb-backups/firstpcb-2026-02-12_232246.zip
deleted file mode 100644
index fb084bd..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-12_232246.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-13_171514.zip b/firstpcb-backups/firstpcb-2026-02-13_171514.zip
deleted file mode 100644
index a1ac994..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-13_171514.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-13_172025.zip b/firstpcb-backups/firstpcb-2026-02-13_172025.zip
deleted file mode 100644
index 3a8c339..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-13_172025.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-13_180137.zip b/firstpcb-backups/firstpcb-2026-02-13_180137.zip
deleted file mode 100644
index 753c51c..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-13_180137.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-13_181534.zip b/firstpcb-backups/firstpcb-2026-02-13_181534.zip
deleted file mode 100644
index 8aec6af..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-13_181534.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-13_200225.zip b/firstpcb-backups/firstpcb-2026-02-13_200225.zip
deleted file mode 100644
index a73474d..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-13_200225.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-14_084617.zip b/firstpcb-backups/firstpcb-2026-02-14_084617.zip
deleted file mode 100644
index 5532f77..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-14_084617.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-18_213816.zip b/firstpcb-backups/firstpcb-2026-02-18_213816.zip
deleted file mode 100644
index 900e5b4..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-18_213816.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-02-19_225138.zip b/firstpcb-backups/firstpcb-2026-02-19_225138.zip
deleted file mode 100644
index d3f8bed..0000000
Binary files a/firstpcb-backups/firstpcb-2026-02-19_225138.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-01_202005.zip b/firstpcb-backups/firstpcb-2026-03-01_202005.zip
deleted file mode 100644
index bca4326..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-01_202005.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-01_203659.zip b/firstpcb-backups/firstpcb-2026-03-01_203659.zip
deleted file mode 100644
index d3f8bed..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-01_203659.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-03_175024.zip b/firstpcb-backups/firstpcb-2026-03-03_175024.zip
deleted file mode 100644
index 384abf8..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-03_175024.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-03_180444.zip b/firstpcb-backups/firstpcb-2026-03-03_180444.zip
deleted file mode 100644
index 14a48f1..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-03_180444.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-16_220509.zip b/firstpcb-backups/firstpcb-2026-03-16_220509.zip
deleted file mode 100644
index 8bf13d4..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-16_220509.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-24_145308.zip b/firstpcb-backups/firstpcb-2026-03-24_145308.zip
deleted file mode 100644
index cb4a41f..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-24_145308.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-24_151818.zip b/firstpcb-backups/firstpcb-2026-03-24_151818.zip
deleted file mode 100644
index 19b9b17..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-24_151818.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-24_152629.zip b/firstpcb-backups/firstpcb-2026-03-24_152629.zip
deleted file mode 100644
index 50efb81..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-24_152629.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-24_153921.zip b/firstpcb-backups/firstpcb-2026-03-24_153921.zip
deleted file mode 100644
index 6a224b8..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-24_153921.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-03-24_161655.zip b/firstpcb-backups/firstpcb-2026-03-24_161655.zip
deleted file mode 100644
index f74c9ed..0000000
Binary files a/firstpcb-backups/firstpcb-2026-03-24_161655.zip and /dev/null differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_213840.zip b/firstpcb-backups/firstpcb-2026-05-14_213840.zip
new file mode 100644
index 0000000..bf19817
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_213840.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_213852.zip b/firstpcb-backups/firstpcb-2026-05-14_213852.zip
new file mode 100644
index 0000000..f80d34e
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_213852.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_213910.zip b/firstpcb-backups/firstpcb-2026-05-14_213910.zip
new file mode 100644
index 0000000..49d243a
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_213910.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_215028.zip b/firstpcb-backups/firstpcb-2026-05-14_215028.zip
new file mode 100644
index 0000000..7f296ef
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_215028.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_215942.zip b/firstpcb-backups/firstpcb-2026-05-14_215942.zip
new file mode 100644
index 0000000..883eaf2
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_215942.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_220959.zip b/firstpcb-backups/firstpcb-2026-05-14_220959.zip
new file mode 100644
index 0000000..8ed29c3
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_220959.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_221008.zip b/firstpcb-backups/firstpcb-2026-05-14_221008.zip
new file mode 100644
index 0000000..9ff77c2
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_221008.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_221707.zip b/firstpcb-backups/firstpcb-2026-05-14_221707.zip
new file mode 100644
index 0000000..4f05f73
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_221707.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_221928.zip b/firstpcb-backups/firstpcb-2026-05-14_221928.zip
new file mode 100644
index 0000000..825f8d8
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_221928.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222000.zip b/firstpcb-backups/firstpcb-2026-05-14_222000.zip
new file mode 100644
index 0000000..2cd2c9c
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222000.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222028.zip b/firstpcb-backups/firstpcb-2026-05-14_222028.zip
new file mode 100644
index 0000000..d90a41f
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222028.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222202.zip b/firstpcb-backups/firstpcb-2026-05-14_222202.zip
new file mode 100644
index 0000000..d79a82e
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222202.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222208.zip b/firstpcb-backups/firstpcb-2026-05-14_222208.zip
new file mode 100644
index 0000000..0e1ce29
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222208.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222237.zip b/firstpcb-backups/firstpcb-2026-05-14_222237.zip
new file mode 100644
index 0000000..06b1312
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222237.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222244.zip b/firstpcb-backups/firstpcb-2026-05-14_222244.zip
new file mode 100644
index 0000000..7b6944b
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222244.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222323.zip b/firstpcb-backups/firstpcb-2026-05-14_222323.zip
new file mode 100644
index 0000000..72e546b
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222323.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222342.zip b/firstpcb-backups/firstpcb-2026-05-14_222342.zip
new file mode 100644
index 0000000..ddf1d67
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222342.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222407.zip b/firstpcb-backups/firstpcb-2026-05-14_222407.zip
new file mode 100644
index 0000000..7cf55ff
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222407.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222414.zip b/firstpcb-backups/firstpcb-2026-05-14_222414.zip
new file mode 100644
index 0000000..be8e2af
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222414.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222525.zip b/firstpcb-backups/firstpcb-2026-05-14_222525.zip
new file mode 100644
index 0000000..23b71e7
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222525.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222703.zip b/firstpcb-backups/firstpcb-2026-05-14_222703.zip
new file mode 100644
index 0000000..ce33029
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222703.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222710.zip b/firstpcb-backups/firstpcb-2026-05-14_222710.zip
new file mode 100644
index 0000000..fb831ef
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222710.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222748.zip b/firstpcb-backups/firstpcb-2026-05-14_222748.zip
new file mode 100644
index 0000000..b5eca8a
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222748.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222816.zip b/firstpcb-backups/firstpcb-2026-05-14_222816.zip
new file mode 100644
index 0000000..7d02885
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222816.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222855.zip b/firstpcb-backups/firstpcb-2026-05-14_222855.zip
new file mode 100644
index 0000000..7792b6b
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222855.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222918.zip b/firstpcb-backups/firstpcb-2026-05-14_222918.zip
new file mode 100644
index 0000000..a710966
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222918.zip differ
diff --git a/firstpcb-backups/firstpcb-2026-05-14_222925.zip b/firstpcb-backups/firstpcb-2026-05-14_222925.zip
new file mode 100644
index 0000000..bc738a1
Binary files /dev/null and b/firstpcb-backups/firstpcb-2026-05-14_222925.zip differ
diff --git a/firstpcb-drc.rpt b/firstpcb-drc.rpt
new file mode 100644
index 0000000..7292198
--- /dev/null
+++ b/firstpcb-drc.rpt
@@ -0,0 +1,38 @@
+** Drc report for firstpcb.kicad_pcb **
+** Created on 2026-05-15T16:12:52 **
+** Report includes: Errors, Warnings, Exclusions **
+
+** Found 6 DRC violations **
+[lib_footprint_mismatch]: Footprint 'MountingHole_2.2mm_M2' does not match copy in library 'MountingHole'
+ Local override; warning
+ @(138.0000 mm, 97.0000 mm): Footprint MH4
+[lib_footprint_mismatch]: Footprint 'MountingHole_2.2mm_M2' does not match copy in library 'MountingHole'
+ Local override; warning
+ @(138.0000 mm, 43.0000 mm): Footprint MH2
+[lib_footprint_issues]: The current configuration does not include the footprint library 'Library'
+ Local override; warning
+ @(65.0000 mm, 53.3600 mm): Footprint ESP32-WROOM1
+[lib_footprint_mismatch]: Footprint 'RHL0020A' does not match copy in library 'Project'
+ Local override; warning
+ @(118.2250 mm, 77.4750 mm): Footprint U2
+[lib_footprint_mismatch]: Footprint 'MountingHole_2.2mm_M2' does not match copy in library 'MountingHole'
+ Local override; warning
+ @(63.0000 mm, 43.0000 mm): Footprint MH1
+[lib_footprint_mismatch]: Footprint 'MountingHole_2.2mm_M2' does not match copy in library 'MountingHole'
+ Local override; warning
+ @(63.0000 mm, 97.0000 mm): Footprint MH3
+
+** Found 0 unconnected pads **
+
+** Found 0 Footprint errors **
+
+** Ignored checks **
+ - Footprint has no courtyard defined
+ - Track endpoint not centered on via
+ - Tuning profile track geometries
+ - Footprint doesn't match symbol's footprint filters
+ - PTH inside courtyard
+ - NPTH inside courtyard
+ - Footprint component type doesn't match footprint pads
+
+** End of Report **
diff --git a/firstpcb-erc.rpt b/firstpcb-erc.rpt
new file mode 100644
index 0000000..3179bbe
--- /dev/null
+++ b/firstpcb-erc.rpt
@@ -0,0 +1,83 @@
+ERC report (2026-04-20T17:48:43-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+[lib_symbol_mismatch]: Symbol 'TPS61088' doesn't match copy in library 'TPS61088'
+ ; warning
+ @(80.01 mm, 140.97 mm): Symbol U1 [TPS61088]
+
+ ** ERC messages: 26 Errors 22 Warnings 4
diff --git a/firstpcb.kicad_pcb b/firstpcb.kicad_pcb
index bdf46ed..f9138b7 100644
--- a/firstpcb.kicad_pcb
+++ b/firstpcb.kicad_pcb
@@ -1,7 +1,7 @@
(kicad_pcb
- (version 20241229)
+ (version 20260206)
(generator "pcbnew")
- (generator_version "9.0")
+ (generator_version "10.0")
(general
(thickness 1.6)
(legacy_teardrops no)
@@ -75,7 +75,20 @@
)
(pad_to_mask_clearance 0)
(allow_soldermask_bridges_in_footprints no)
- (tenting front back)
+ (tenting
+ (front yes)
+ (back yes)
+ )
+ (covering
+ (front no)
+ (back no)
+ )
+ (plugging
+ (front no)
+ (back no)
+ )
+ (capping no)
+ (filling no)
(pcbplotparams
(layerselection 0x00000000_00000000_55555555_5755f5ff)
(plot_on_all_layers_selection 0x00000000_00000000_00000000_00000000)
@@ -84,15 +97,12 @@
(usegerberattributes yes)
(usegerberadvancedattributes yes)
(creategerberjobfile yes)
- (dashed_line_dash_ratio 12.000000)
- (dashed_line_gap_ratio 3.000000)
+ (dashed_line_dash_ratio 12)
+ (dashed_line_gap_ratio 3)
(svgprecision 4)
(plotframeref no)
(mode 1)
(useauxorigin no)
- (hpglpennumber 1)
- (hpglpenspeed 20)
- (hpglpendiameter 15.000000)
(pdf_front_fp_property_popups yes)
(pdf_back_fp_property_popups yes)
(pdf_metadata yes)
@@ -116,52 +126,16 @@
(outputdirectory "")
)
)
- (net 0 "")
- (net 1 "Net-(A4988-1B)")
- (net 2 "GND")
- (net 3 "+3.3V")
- (net 4 "/DIR")
- (net 5 "+12V")
- (net 6 "Net-(A4988-2A)")
- (net 7 "/MOTOR_EN")
- (net 8 "unconnected-(ESP32-WROOM1-D22-Pad29)")
- (net 9 "Net-(A4988-2B)")
- (net 10 "Net-(A4988-1A)")
- (net 11 "unconnected-(ESP32-WROOM1-D23-Pad30)")
- (net 12 "/STEP")
- (net 13 "unconnected-(ESP32-WROOM1-D13-Pad3)")
- (net 14 "unconnected-(ESP32-WROOM1-GND-Pad17)")
- (net 15 "unconnected-(ESP32-WROOM1-VN-Pad13)")
- (net 16 "+5V")
- (net 17 "unconnected-(ESP32-WROOM1-D15-Pad18)")
- (net 18 "unconnected-(ESP32-WROOM1-D25-Pad8)")
- (net 19 "unconnected-(ESP32-WROOM1-D34-Pad12)")
- (net 20 "unconnected-(ESP32-WROOM1-D14-Pad5)")
- (net 21 "unconnected-(ESP32-WROOM1-D35-Pad11)")
- (net 22 "unconnected-(ESP32-WROOM1-D17-Pad22)")
- (net 23 "unconnected-(ESP32-WROOM1-D27-Pad6)")
- (net 24 "/LIM_C")
- (net 25 "unconnected-(ESP32-WROOM1-D16-Pad21)")
- (net 26 "unconnected-(ESP32-WROOM1-VP-Pad14)")
- (net 27 "unconnected-(ESP32-WROOM1-D32-Pad9)")
- (net 28 "unconnected-(ESP32-WROOM1-TX0-Pad28)")
- (net 29 "unconnected-(ESP32-WROOM1-D12-Pad4)")
- (net 30 "unconnected-(ESP32-WROOM1-D33-Pad10)")
- (net 31 "unconnected-(ESP32-WROOM1-RX0-Pad27)")
- (net 32 "unconnected-(ESP32-WROOM1-D26-Pad7)")
- (net 33 "/LIM_A")
- (net 34 "unconnected-(ESP32-WROOM1-EN-Pad15)")
- (net 35 "/MOTOR_CTRL")
- (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
(layer "F.Cu")
- (uuid "06c342ce-d251-434a-9cfb-e6aa07727a72")
- (at 168.92 106)
- (descr "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")
- (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+ (uuid "0add52fc-175c-407a-be38-868605e2c26c")
+ (at 132 95)
+ (descr "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)")
+ (tags "resistor handsolder")
(property "Reference" "R1"
- (at 5.08 -2.37 0)
+ (at 0 -1.65 0)
(layer "F.SilkS")
- (uuid "b16c1f54-5dbb-40cc-9b71-b0f1fea9a4a7")
+ (uuid "7cc546ce-b0d8-4847-97b8-3d2cda3e8618")
(effects
(font
(size 1 1)
@@ -170,9 +144,9 @@
)
)
(property "Value" "10K"
- (at 5.08 2.37 0)
+ (at 0 1.65 0)
(layer "F.Fab")
- (uuid "5cad5075-9c32-4dc7-9fd2-77f76587ed47")
+ (uuid "81f1825e-27be-4325-8859-6565174c3445")
(effects
(font
(size 1 1)
@@ -180,15 +154,14 @@
)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
- (uuid "f801af18-b485-4aa8-a853-86eb4ff091f5")
+ (uuid "04b22966-d171-4355-a2ba-c7a8ad7e2e6f")
(effects
(font
(size 1.27 1.27)
- (thickness 0.15)
)
)
)
@@ -196,10 +169,21 @@
(at 0 0 0)
(layer "F.Fab")
(hide yes)
- (uuid "f47801a0-9acc-451f-ae90-ad7404f5d120")
+ (uuid "5eb23d1f-72f4-400a-ba75-b9d74676eba7")
(effects
(font
(size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "7925dda8-f87e-4b8c-aabe-50cc3d52bda4")
+ (effects
+ (font
+ (size 1 1)
(thickness 0.15)
)
)
@@ -208,1717 +192,87 @@
(path "/1c27537a-aed0-4a70-9717-74885b75d76f")
(sheetname "/")
(sheetfile "firstpcb.kicad_sch")
- (attr through_hole)
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
(fp_line
- (start 1.04 0)
- (end 1.81 0)
+ (start -0.227064 -0.735)
+ (end 0.227064 -0.735)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "e0676027-1918-4553-b416-69d1a8dea1e0")
+ (uuid "5e3aee93-4a29-4b12-9152-74113073b17a")
)
(fp_line
- (start 9.12 0)
- (end 8.35 0)
+ (start -0.227064 0.735)
+ (end 0.227064 0.735)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "466555d8-597f-4b78-9716-98ccc31830bf")
+ (uuid "15135ee7-a720-491d-b39a-0d28d9aa8220")
)
(fp_rect
- (start 1.81 -1.37)
- (end 8.35 1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (fill no)
- (layer "F.SilkS")
- (uuid "9fd4a1dd-5fc7-4ade-97dc-add486fedeb8")
- )
- (fp_rect
- (start -1.05 -1.5)
- (end 11.21 1.5)
+ (start -1.85 -0.95)
+ (end 1.85 0.95)
(stroke
(width 0.05)
(type solid)
)
(fill no)
(layer "F.CrtYd")
- (uuid "88759c60-0232-435a-a015-43f4627769ec")
- )
- (fp_line
- (start 0 0)
- (end 1.93 0)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "cdc21238-8c8b-4b58-aa8c-d6eb6eb6a710")
- )
- (fp_line
- (start 10.16 0)
- (end 8.23 0)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "b0193225-f362-4ae2-9f0e-04d6d7e85158")
+ (uuid "b37fac35-7d4e-4eb6-a804-57994442819d")
)
(fp_rect
- (start 1.93 -1.25)
- (end 8.23 1.25)
+ (start -1 -0.625)
+ (end 1 0.625)
(stroke
(width 0.1)
(type solid)
)
(fill no)
(layer "F.Fab")
- (uuid "9db05bd6-82c0-4b23-a58f-00b05c362170")
- )
- (fp_text user "${REFERENCE}"
- (at 5.08 0 0)
- (layer "F.Fab")
- (uuid "d42502bc-4b9a-454d-b959-1c928c1ab6fc")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (pad "1" thru_hole circle
- (at 0 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 33 "/LIM_A")
- (pintype "passive")
- (uuid "c208d709-4878-4441-9139-213d77990e86")
- )
- (pad "2" thru_hole circle
- (at 10.16 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 2 "GND")
- (pintype "passive")
- (uuid "a9fedae1-e798-4b82-91f2-48be5036b0dc")
- )
- (embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.stpZ"
- (offset
- (xyz 0 0 0)
- )
- (scale
- (xyz 1 1 1)
- )
- (rotate
- (xyz 0 0 0)
- )
- )
- )
- (footprint "MountingHole:MountingHole_2.2mm_M2"
- (layer "F.Cu")
- (uuid "35005000-b070-45d7-a971-efaf75eaf7a2")
- (at 97 79)
- (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py")
- (tags "mountinghole M2")
- (property "Reference" "REF**"
- (at 0 -3.15 0)
- (layer "F.SilkS")
- (hide yes)
- (uuid "fa9f13d7-c95b-4724-9c4d-d451a050bbf8")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Value" "MountingHole_2.2mm_M2"
- (at 0 2.45 0)
- (layer "F.Fab")
- (uuid "627f0525-78fd-433a-8a18-a3a152a44a62")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Datasheet" ""
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "961544c0-e8a6-4641-92c7-d5b44fd9bb9c")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property "Description" ""
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "a7764988-88fc-4d64-adf0-835d916fa3b1")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (clearance 0.5)
- (attr exclude_from_pos_files exclude_from_bom)
- (fp_circle
- (center 0 0)
- (end 2.2 0)
- (stroke
- (width 0.15)
- (type solid)
- )
- (fill no)
- (layer "Cmts.User")
- (uuid "70f07929-e6c9-483e-b18f-b3708d805114")
- )
- (fp_circle
- (center 0 0)
- (end 2.45 0)
- (stroke
- (width 0.05)
- (type solid)
- )
- (fill no)
- (layer "F.CrtYd")
- (uuid "592bd988-d590-4b43-a055-1a9081fe3106")
+ (uuid "89ca70a1-fe74-4bb7-a666-8f722a1bfc62")
)
(fp_text user "${REFERENCE}"
(at 0 0 0)
(layer "F.Fab")
- (uuid "5992f82f-33c7-4fe1-ab98-051c5a80c6a0")
+ (uuid "724cdaa7-816a-4960-8530-112ae856713d")
(effects
(font
- (size 1 1)
- (thickness 0.15)
+ (size 0.5 0.5)
+ (thickness 0.08)
)
)
)
- (pad "" np_thru_hole circle
- (at 0 0)
- (size 2.2 2.2)
- (drill 2.2)
- (layers "*.Cu" "*.Mask")
- (uuid "f3690ae3-4d9e-476e-b9a3-50f4034f388b")
+ (pad "1" smd roundrect
+ (at -1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "/LIM_A")
+ (pintype "passive")
+ (uuid "0cfb3e52-91bb-4758-86f4-2cfafbcdca2f")
+ )
+ (pad "2" smd roundrect
+ (at 1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "GND")
+ (pintype "passive")
+ (uuid "f9b2053c-e29d-4ba2-8083-70d14fa57660")
)
(embedded_fonts no)
- )
- (footprint "MountingHole:MountingHole_2.2mm_M2"
- (layer "F.Cu")
- (uuid "4e072211-0ca0-4094-ad68-8e2a99ffa597")
- (at 97 104)
- (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py")
- (tags "mountinghole M2")
- (property "Reference" "REF**"
- (at 0 -3.15 0)
- (layer "F.SilkS")
- (hide yes)
- (uuid "71e9a286-9fc9-48d8-9a49-fd37f0f78aba")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Value" "MountingHole_2.2mm_M2"
- (at 0 2.45 0)
- (layer "F.Fab")
- (uuid "697b071c-74f9-44d4-bb08-b152d7bb348c")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Datasheet" ""
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "3be369ad-a425-43ba-af7b-7a33939f96ba")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property "Description" ""
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "833a8803-18e7-439b-9724-070b7df80efd")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (clearance 0.5)
- (attr exclude_from_pos_files exclude_from_bom)
- (fp_circle
- (center 0 0)
- (end 2.2 0)
- (stroke
- (width 0.15)
- (type solid)
- )
- (fill no)
- (layer "Cmts.User")
- (uuid "893cf50d-5be5-40a4-b03b-36dd108fb225")
- )
- (fp_circle
- (center 0 0)
- (end 2.45 0)
- (stroke
- (width 0.05)
- (type solid)
- )
- (fill no)
- (layer "F.CrtYd")
- (uuid "dd12fdc6-2ae2-4bd7-85ec-9e74b54b9bac")
- )
- (fp_text user "${REFERENCE}"
- (at 0 0 0)
- (layer "F.Fab")
- (uuid "d98c2feb-c816-415e-a092-2ec4208d50ee")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (pad "" np_thru_hole circle
- (at 0 0)
- (size 2.2 2.2)
- (drill 2.2)
- (layers "*.Cu" "*.Mask")
- (uuid "a23b884e-b7bb-4b6c-a8ac-3193809ce724")
- )
- (embedded_fonts no)
- )
- (footprint "MountingHole:MountingHole_2.2mm_M2"
- (layer "F.Cu")
- (uuid "4e777914-fade-4ded-9591-ca3ddc36d92a")
- (at 187 104 180)
- (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py")
- (tags "mountinghole M2")
- (property "Reference" "REF**"
- (at 0 -3.15 0)
- (layer "F.SilkS")
- (hide yes)
- (uuid "a0e799a6-1844-4110-9643-fb2522689db1")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Value" "MountingHole_2.2mm_M2"
- (at -1 4 0)
- (layer "F.Fab")
- (uuid "bf093710-81b2-4066-9e42-d603030f52ee")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Datasheet" ""
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "a807da09-7473-40d6-bbd9-365d86864e0d")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property "Description" ""
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "4c51e145-315d-4b32-ac33-a45232ed7a15")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (clearance 0.5)
- (attr exclude_from_pos_files exclude_from_bom)
- (fp_circle
- (center 0 0)
- (end 2.2 0)
- (stroke
- (width 0.15)
- (type solid)
- )
- (fill no)
- (layer "Cmts.User")
- (uuid "af5d8356-3eb6-4d14-8214-ba941b64074b")
- )
- (fp_circle
- (center 0 0)
- (end 2.45 0)
- (stroke
- (width 0.05)
- (type solid)
- )
- (fill no)
- (layer "F.CrtYd")
- (uuid "e021a1a5-af3f-4bb6-9670-2d054d37d94e")
- )
- (fp_text user "${REFERENCE}"
- (at 0 0 0)
- (layer "F.Fab")
- (uuid "54c67ac2-f9d7-4d67-9b55-16f75db27222")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (pad "" np_thru_hole circle
- (at 0 0 180)
- (size 2.2 2.2)
- (drill 2.2)
- (layers "*.Cu" "*.Mask")
- (uuid "6c54335e-6270-4cf0-9d6f-9d1b05cdd4a1")
- )
- (embedded_fonts no)
- )
- (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
- (layer "F.Cu")
- (uuid "566bff10-2086-403d-9714-026932f12a8d")
- (at 168.92 102.5)
- (descr "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")
- (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
- (property "Reference" "R2"
- (at 5.08 -2.37 0)
- (layer "F.SilkS")
- (uuid "cea76d93-4404-4000-947a-d15767d09aa4")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Value" "10K"
- (at 5.08 2.37 0)
- (layer "F.Fab")
- (uuid "3a20ebee-7823-4d4d-9a3f-063fe58b47f6")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Datasheet" "~"
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "e6abb969-b2dc-48e1-bfa6-d38133a02056")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property "Description" "Resistor"
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "d89b49f1-31c4-4cc3-aee5-8d63bd5e004d")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property ki_fp_filters "R_*")
- (path "/7efd1369-ce97-45d6-b694-299fe069a256")
- (sheetname "/")
- (sheetfile "firstpcb.kicad_sch")
- (attr through_hole)
- (fp_line
- (start 1.04 0)
- (end 1.81 0)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4758b55a-0fc4-4617-9ce1-c10a8caff672")
- )
- (fp_line
- (start 9.12 0)
- (end 8.35 0)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "63bbebc9-cc9f-46d2-b274-6e86ec6b92be")
- )
- (fp_rect
- (start 1.81 -1.37)
- (end 8.35 1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (fill no)
- (layer "F.SilkS")
- (uuid "dac6f025-3514-409d-ac4e-98d5dced1e08")
- )
- (fp_rect
- (start -1.05 -1.5)
- (end 11.21 1.5)
- (stroke
- (width 0.05)
- (type solid)
- )
- (fill no)
- (layer "F.CrtYd")
- (uuid "f09c3a5d-d3ef-4451-a4a4-39f01d91bbb0")
- )
- (fp_line
- (start 0 0)
- (end 1.93 0)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "1386c51f-3224-4032-bcdc-62d32987d3d9")
- )
- (fp_line
- (start 10.16 0)
- (end 8.23 0)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "cc062c0d-ae4a-4d18-9286-2e6017c31965")
- )
- (fp_rect
- (start 1.93 -1.25)
- (end 8.23 1.25)
- (stroke
- (width 0.1)
- (type solid)
- )
- (fill no)
- (layer "F.Fab")
- (uuid "d553c1ba-d51b-476c-8661-c3a97c731423")
- )
- (fp_text user "${REFERENCE}"
- (at 5.08 0 0)
- (layer "F.Fab")
- (uuid "edf7e449-f748-468b-b227-57d0f3171246")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (pad "1" thru_hole circle
- (at 0 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 24 "/LIM_C")
- (pintype "passive")
- (uuid "5526b37b-c812-422b-9a36-12ee37a2c823")
- )
- (pad "2" thru_hole circle
- (at 10.16 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 2 "GND")
- (pintype "passive")
- (uuid "fca096ba-00c2-4472-ab9b-ce07027d2c6f")
- )
- (embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.stpZ"
- (offset
- (xyz 0 0 0)
- )
- (scale
- (xyz 1 1 1)
- )
- (rotate
- (xyz 0 0 0)
- )
- )
- )
- (footprint "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
- (layer "F.Cu")
- (uuid "61c57c9a-5470-4192-b171-be6e9407b7e7")
- (at 187 96 90)
- (descr "terminal block MaiXu MX126-5.0-03P, 3 pins, pitch 5mm, size 15.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu")
- (tags "THT terminal block MaiXu MX126-5.0-03P pitch 5mm size 15.5x7.8mm drill 1.3mm pad 2.8mm")
- (property "Reference" "Power"
- (at 4.75 -5.12 90)
- (layer "F.SilkS")
- (uuid "4b94c49c-b1b0-4f8a-a490-8c8bf93bba42")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Value" "Conn_01x03"
- (at 4.75 4.92 90)
- (layer "F.Fab")
- (uuid "7dc42070-94f0-495a-ad69-9154935e0c34")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Datasheet" "~"
- (at 0 0 90)
- (layer "F.Fab")
- (hide yes)
- (uuid "5ac7caa8-d609-4417-97a8-33963d351d3a")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
- (at 0 0 90)
- (layer "F.Fab")
- (hide yes)
- (uuid "93f5c3ed-d7f8-47d7-a520-293ad4a2e863")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property ki_fp_filters "TerminalBlock*:*")
- (path "/e78d687e-968c-4e90-bcfe-d9463c0a748b")
- (sheetname "/")
- (sheetfile "firstpcb.kicad_sch")
- (attr through_hole)
- (fp_line
- (start 12.62 -4.12)
- (end 12.62 3.92)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "326c7620-d7c3-41bf-8e33-6006baffbe32")
- )
- (fp_line
- (start -3.12 -4.12)
- (end 12.62 -4.12)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "dcf66179-b124-4fb6-8565-45716f6438ea")
- )
- (fp_line
- (start 11.812 -0.5)
- (end 12.62 -0.5)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "454ea729-9a88-4883-a4ef-599686483e5c")
- )
- (fp_line
- (start 6.812 -0.5)
- (end 8.188 -0.5)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e67b6904-8237-4d92-820b-4510f1e794f6")
- )
- (fp_line
- (start 1.88 -0.5)
- (end 3.188 -0.5)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "a177ef20-399b-4c51-a843-7a2949747265")
- )
- (fp_line
- (start -3.12 -0.5)
- (end -1.88 -0.5)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "34277337-d6f1-40d7-bcf1-d63ca9535d87")
- )
- (fp_line
- (start 11.812 0.5)
- (end 12.62 0.5)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "eae2d4df-deac-4e62-ac46-314635344992")
- )
- (fp_line
- (start 6.812 0.5)
- (end 8.188 0.5)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "51fefe8f-466b-4505-88b9-8446602404ff")
- )
- (fp_line
- (start 1.88 0.5)
- (end 3.188 0.5)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "d6376d34-84ed-4daf-9a8f-dae47ada1f8e")
- )
- (fp_line
- (start -3.12 0.5)
- (end -1.88 0.5)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "92f554f2-82e1-4431-8ad9-0384700a9d3e")
- )
- (fp_line
- (start 10.543 1.8)
- (end 12.62 1.8)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "cf757fe8-35a7-471d-9c73-f26ce72d44d9")
- )
- (fp_line
- (start 5.543 1.8)
- (end 9.457 1.8)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "2c2d27dc-4620-4885-b6ee-1b537089bbcd")
- )
- (fp_line
- (start 1.88 1.8)
- (end 4.457 1.8)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "6c72a5e2-63e3-4084-979d-d7bce979edb5")
- )
- (fp_line
- (start -3.12 1.8)
- (end -1.88 1.8)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e293dff5-e9f2-4d8c-9360-49e47d6f206b")
- )
- (fp_line
- (start 12.62 3.92)
- (end 0.3 3.92)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4a72a72f-e5a0-4915-ad7c-984254aef00f")
- )
- (fp_line
- (start -0.3 3.92)
- (end -3.12 3.92)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e519e3b4-84aa-47f6-924c-dfb1748b7187")
- )
- (fp_line
- (start -3.12 3.92)
- (end -3.12 -4.12)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "da3dc493-a31c-44a4-a5cc-8178a71968cf")
- )
- (fp_poly
- (pts
- (xy 0 3.92) (xy 0.44 4.53) (xy -0.44 4.53)
- )
- (stroke
- (width 0.12)
- (type solid)
- )
- (fill yes)
- (layer "F.SilkS")
- (uuid "cce556ec-cabf-45df-b532-06d68ac9acc8")
- )
- (fp_line
- (start 13 -4.5)
- (end -3.5 -4.5)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "05d74be8-e59c-444a-8f70-192d85eacab1")
- )
- (fp_line
- (start -3.5 -4.5)
- (end -3.5 4.31)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "49526484-7305-4b2e-ad68-ff6f19899efa")
- )
- (fp_line
- (start 13 4.31)
- (end 13 -4.5)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "593f90dd-3821-413a-9dee-c94025c7ccc2")
- )
- (fp_line
- (start -3.5 4.31)
- (end 13 4.31)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "0962c9b6-79b8-4964-8653-2dfd4c68c123")
- )
- (fp_line
- (start 12.5 -4)
- (end 12.5 3.8)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "394a26c7-8550-4665-98e4-bd004e87d587")
- )
- (fp_line
- (start -3 -4)
- (end 12.5 -4)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "46074f50-9b91-48c1-8660-3a2c86a4112d")
- )
- (fp_line
- (start 11.018 -1.213)
- (end 8.787 1.018)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "4fa040a4-d143-460c-856e-43684557b487")
- )
- (fp_line
- (start 6.018 -1.213)
- (end 3.787 1.018)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "70d8f156-7cbd-47ea-986d-3fd6a059160a")
- )
- (fp_line
- (start 1.018 -1.213)
- (end -1.213 1.018)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "93fe538d-abab-4ead-bd9f-981a68dcd282")
- )
- (fp_line
- (start 11.213 -1.018)
- (end 8.982 1.213)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "7a0e61ab-8201-48e2-8054-e295478c0a45")
- )
- (fp_line
- (start 6.213 -1.018)
- (end 3.982 1.213)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "55211489-c683-4d8f-a99f-5a014bc3f609")
- )
- (fp_line
- (start 1.213 -1.018)
- (end -1.018 1.213)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "ca861ff7-36f1-42c8-9f2e-3e64b2128406")
- )
- (fp_line
- (start -3 -0.5)
- (end 12.5 -0.5)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "57523f7c-369e-419f-bce5-940477bfec5c")
- )
- (fp_line
- (start -3 0.5)
- (end 12.5 0.5)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "63cbf5bb-9f95-44fa-9533-1cd02e6cf1ee")
- )
- (fp_line
- (start -3 1.8)
- (end 12.5 1.8)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "0a0d951b-cb6a-4fe1-a751-9c6537f080c5")
- )
- (fp_line
- (start -3 1.85)
- (end -3 -4)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "a82696fb-ba6e-4e8a-a964-865e1328f4ad")
- )
- (fp_line
- (start 12.5 3.8)
- (end -1.05 3.8)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "d596d9f7-1646-4954-b2fd-caaca71ff71c")
- )
- (fp_line
- (start -1.05 3.8)
- (end -3 1.85)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "ebf46c91-8cc1-4542-be17-612277d9517d")
- )
- (fp_circle
- (center 10 0)
- (end 11.6 0)
- (stroke
- (width 0.1)
- (type solid)
- )
- (fill no)
- (layer "F.Fab")
- (uuid "5a2372df-0173-47f4-abf0-5439f6f86688")
- )
- (fp_circle
- (center 5 0)
- (end 6.6 0)
- (stroke
- (width 0.1)
- (type solid)
- )
- (fill no)
- (layer "F.Fab")
- (uuid "bb7b47c8-2362-4ca3-892e-783f2b865a76")
- )
- (fp_circle
- (center 0 0)
- (end 1.6 0)
- (stroke
- (width 0.1)
- (type solid)
- )
- (fill no)
- (layer "F.Fab")
- (uuid "0b783628-261e-491e-9eed-e1a861d6be38")
- )
- (fp_text user "${REFERENCE}"
- (at 4.75 2.65 90)
- (layer "F.Fab")
- (uuid "4ce6f4c6-3bc5-4107-a832-5e7e6dd3ddde")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (pad "1" thru_hole roundrect
- (at 0 0 90)
- (size 2.8 2.8)
- (drill 1.3)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (roundrect_rratio 0.089286)
- (net 35 "/MOTOR_CTRL")
- (pinfunction "Pin_1")
- (pintype "passive")
- (uuid "314f20d5-7cbd-4ad1-a820-172210073cc0")
- )
- (pad "2" thru_hole circle
- (at 5 0 90)
- (size 2.8 2.8)
- (drill 1.3)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 2 "GND")
- (pinfunction "Pin_2")
- (pintype "passive")
- (uuid "2c4c70ab-612f-4b4f-a687-457aad1a4c8f")
- )
- (pad "3" thru_hole circle
- (at 10 0 90)
- (size 2.8 2.8)
- (drill 1.3)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 5 "+12V")
- (pinfunction "Pin_3")
- (pintype "passive")
- (uuid "dc001f97-1c82-4f0c-8c52-6dbc6112d40e")
- )
- (embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/TerminalBlock.3dshapes/TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm.stpZ"
- (offset
- (xyz 0 0 0)
- )
- (scale
- (xyz 1 1 1)
- )
- (rotate
- (xyz 0 0 0)
- )
- )
- )
- (footprint "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
- (layer "F.Cu")
- (uuid "8755c0ce-0391-468d-885f-729b947be073")
- (at 162.5 78.5 180)
- (descr "JST XH series connector, B4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator")
- (tags "connector JST XH vertical")
- (property "Reference" "Motor"
- (at 11.5 0.525 90)
- (layer "F.SilkS")
- (uuid "8b51565d-b194-4c39-a8b5-cf52f5a7b957")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Value" "Conn_01x04_MountingPin"
- (at 3.75 4.6 0)
- (layer "F.Fab")
- (uuid "0fef561e-9a33-40bc-bc66-7b90bab8ff0d")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Datasheet" "~"
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "99b3f8d4-57e7-4a71-a47d-e6bf9b67bdee")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "f7ee910b-20b4-45b0-a73a-5458e1cb8d48")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property ki_fp_filters "Connector*:*_1x??-1MP*")
- (path "/ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
- (sheetname "/")
- (sheetfile "firstpcb.kicad_sch")
- (attr through_hole)
- (fp_line
- (start 10.06 3.51)
- (end 10.06 -2.46)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "8c783687-0537-4d26-8000-6f946cb907b3")
- )
- (fp_line
- (start 10.06 -2.46)
- (end -2.56 -2.46)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "a15ea0f3-2b2a-4728-89a4-84f333e14755")
- )
- (fp_line
- (start 10.05 -0.2)
- (end 9.3 -0.2)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "44ab33c7-9df3-46df-8a34-b57250c6d416")
- )
- (fp_line
- (start 10.05 -1.7)
- (end 10.05 -2.45)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "f93ff660-8276-43fb-8e51-29faf6bb6536")
- )
- (fp_line
- (start 10.05 -2.45)
- (end 8.25 -2.45)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "58b6a283-e634-472f-8b50-3885864ac5f5")
- )
- (fp_line
- (start 9.3 2.75)
- (end 3.75 2.75)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "c782e0e5-5e5e-45f8-b1d7-44f4d572c8a9")
- )
- (fp_line
- (start 9.3 -0.2)
- (end 9.3 2.75)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "2d11f445-b456-4ea2-b276-3c69ddd3d636")
- )
- (fp_line
- (start 8.25 -1.7)
- (end 10.05 -1.7)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "3bd38c8c-9e16-49f4-b7da-1a2ebaa88f38")
- )
- (fp_line
- (start 8.25 -2.45)
- (end 8.25 -1.7)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "709f7b41-e9a0-4dd4-84f7-4ef5e5251c6d")
- )
- (fp_line
- (start 6.75 -1.7)
- (end 6.75 -2.45)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "11a7baf6-2833-43af-8880-f457cd568fff")
- )
- (fp_line
- (start 6.75 -2.45)
- (end 0.75 -2.45)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "fbfaac0d-4c4b-43ad-9243-71d33d8a604d")
- )
- (fp_line
- (start 0.75 -1.7)
- (end 6.75 -1.7)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4e2d704a-1b70-4133-a531-48a64e6b623b")
- )
- (fp_line
- (start 0.75 -2.45)
- (end 0.75 -1.7)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "0b159f71-c2e7-49f8-b00a-5e1cbd4c237b")
- )
- (fp_line
- (start -0.75 -1.7)
- (end -0.75 -2.45)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "647477cd-8d01-4f33-ab5d-95f812270528")
- )
- (fp_line
- (start -0.75 -2.45)
- (end -2.55 -2.45)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "3caa407e-018b-4190-88cd-881cb375701d")
- )
- (fp_line
- (start -1.6 -2.75)
- (end -2.85 -2.75)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "74b10972-82ea-43d3-b64c-3bf2a01c6edf")
- )
- (fp_line
- (start -1.8 2.75)
- (end 3.75 2.75)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "8c2586a5-36b7-43a5-9153-d962f77f1923")
- )
- (fp_line
- (start -1.8 -0.2)
- (end -1.8 2.75)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e22137ef-f19c-43f5-8ba3-ae5b1278518b")
- )
- (fp_line
- (start -2.55 -0.2)
- (end -1.8 -0.2)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "39fc9975-8358-4691-bbc7-e2f7fc25959f")
- )
- (fp_line
- (start -2.55 -1.7)
- (end -0.75 -1.7)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "c11869f4-3e30-4046-b8fd-6f0e2a18a3bd")
- )
- (fp_line
- (start -2.55 -2.45)
- (end -2.55 -1.7)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "11bb1f00-f8bd-4411-aa36-5a1caad9a99a")
- )
- (fp_line
- (start -2.56 3.51)
- (end 10.06 3.51)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "f9b8896f-29f6-4c48-a144-a211a46b4145")
- )
- (fp_line
- (start -2.56 -2.46)
- (end -2.56 3.51)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "0d0a4c10-8717-4731-892c-dbedaf04c29a")
- )
- (fp_line
- (start -2.85 -2.75)
- (end -2.85 -1.5)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4a16c637-b970-4d8a-9d83-f0c99ef81531")
- )
- (fp_line
- (start 10.45 3.9)
- (end 10.45 -2.85)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "e9f9503f-5adf-4dd3-a16e-eac84fdfe893")
- )
- (fp_line
- (start 10.45 -2.85)
- (end -2.95 -2.85)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "467210a2-33b9-4ccd-a210-48f835b13d44")
- )
- (fp_line
- (start -2.95 3.9)
- (end 10.45 3.9)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "569a2944-5522-4c5f-804a-6cffabc2818a")
- )
- (fp_line
- (start -2.95 -2.85)
- (end -2.95 3.9)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "ce337a0d-23e3-4bf2-83a6-8b1a8c4648f8")
- )
- (fp_line
- (start 9.95 3.4)
- (end 9.95 -2.35)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "3fa5c9e9-a852-4146-8062-23ceedba8469")
- )
- (fp_line
- (start 9.95 -2.35)
- (end -2.45 -2.35)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "964edb7d-c97a-4b92-8b91-c5952df4a4c8")
- )
- (fp_line
- (start 0 -1.35)
- (end 0.625 -2.35)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "2b83aa1c-ecef-47ea-84b9-08f452995ef7")
- )
- (fp_line
- (start -0.625 -2.35)
- (end 0 -1.35)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "ae2ec104-6a77-4db4-bc60-a050ad59f86c")
- )
- (fp_line
- (start -2.45 3.4)
- (end 9.95 3.4)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "9ddf50db-b1ab-4c74-9bb0-23bf4cd55e6c")
- )
- (fp_line
- (start -2.45 -2.35)
- (end -2.45 3.4)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "179f09a3-5457-40b3-abd6-34be0f1f4864")
- )
- (fp_text user "${REFERENCE}"
- (at 3.75 2.7 0)
- (layer "F.Fab")
- (uuid "9a056453-0a01-4068-aa7f-0f588a5f65c2")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (pad "1" thru_hole oval
- (at 7.5 0 180)
- (size 1.7 1.95)
- (drill 0.95)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 1 "Net-(A4988-1B)")
- (pinfunction "Pin_1")
- (pintype "passive")
- (uuid "8c8cfc43-ae18-4770-b7fe-e09339b33e86")
- )
- (pad "2" thru_hole oval
- (at 5 0 180)
- (size 1.7 1.95)
- (drill 0.95)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 10 "Net-(A4988-1A)")
- (pinfunction "Pin_2")
- (pintype "passive")
- (uuid "4f5628f7-005d-46d1-a4e2-5602064009e9")
- )
- (pad "3" thru_hole oval
- (at 2.5 0 180)
- (size 1.7 1.95)
- (drill 0.95)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 6 "Net-(A4988-2A)")
- (pinfunction "Pin_3")
- (pintype "passive")
- (uuid "8666bd2f-21f3-4e37-a063-6aa8bcbbb473")
- )
- (pad "4" thru_hole roundrect
- (at 0 0 180)
- (size 1.7 1.95)
- (drill 0.95)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (roundrect_rratio 0.147059)
- (net 9 "Net-(A4988-2B)")
- (pinfunction "Pin_4")
- (pintype "passive")
- (uuid "8b1313a4-1366-4a3d-990d-303ceec23f17")
- )
- (embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/Connector_JST.3dshapes/JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical.stpZ"
- (offset
- (xyz 0 0 0)
- )
- (scale
- (xyz 1 1 1)
- )
- (rotate
- (xyz 0 0 0)
- )
- )
- )
- (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm"
- (layer "F.Cu")
- (uuid "a1e86b5b-9cb0-44fb-9b7d-518626bc3725")
- (at 174 93)
- (descr "C, Disc series, Radial, pin pitch=2.50mm, diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf")
- (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor")
- (property "Reference" "C1"
- (at 1.25 -2.5 0)
- (layer "F.SilkS")
- (uuid "f198fb4e-a2ed-44e0-b3f9-e40ab674eb97")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Value" "0.33uF"
- (at 1.25 2.5 0)
- (layer "F.Fab")
- (uuid "967bb0fe-6c59-433d-84ef-cdf949682d56")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Datasheet" "~"
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "574965bf-e451-48fc-9755-894aba7c7cd2")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property "Description" "Unpolarized capacitor"
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "91eb9e15-86a1-4f7d-a618-c4af8a0f9d97")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property ki_fp_filters "C_*")
- (path "/be10cf51-2c79-49d9-968c-f16a919adeee")
- (sheetname "/")
- (sheetfile "firstpcb.kicad_sch")
- (attr through_hole)
- (fp_line
- (start -1.37 -1.37)
- (end 3.87 -1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e52d8bd3-5de9-4800-adfe-ec8ea42c8a46")
- )
- (fp_line
- (start -1.37 1.37)
- (end -1.37 -1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "5b92a600-f888-44d0-a0a8-f913e53f5d76")
- )
- (fp_line
- (start 3.87 -1.37)
- (end 3.87 1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "1c09db8d-f510-4401-8206-c6fe18087f54")
- )
- (fp_line
- (start 3.87 1.37)
- (end -1.37 1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "085d1b8e-e333-446b-a6e9-adc6cc8e496d")
- )
- (fp_rect
- (start -1.5 -1.5)
- (end 4 1.5)
- (stroke
- (width 0.05)
- (type solid)
- )
- (fill no)
- (layer "F.CrtYd")
- (uuid "b65c8702-d4c6-484f-bee3-f1e0aecccd19")
- )
- (fp_rect
- (start -1.25 -1.25)
- (end 3.75 1.25)
- (stroke
- (width 0.1)
- (type solid)
- )
- (fill no)
- (layer "F.Fab")
- (uuid "cdaf62d5-70a0-4ce2-a8a6-5754469c270b")
- )
- (fp_text user "${REFERENCE}"
- (at 1.25 0 0)
- (layer "F.Fab")
- (uuid "1ffdcc93-b86a-41c4-974f-4630e48c9746")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (pad "1" thru_hole circle
- (at 0 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 5 "+12V")
- (pintype "passive")
- (uuid "7b786f61-350c-4d68-8e6f-d0119f199864")
- )
- (pad "2" thru_hole circle
- (at 2.5 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 2 "GND")
- (pintype "passive")
- (uuid "53af56fa-9d77-4b72-b560-a7053cd5c491")
- )
- (embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.stpZ"
+ (model "${KICAD10_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.stpZ"
(offset
(xyz 0 0 0)
)
@@ -1932,14 +286,14 @@
)
(footprint "Module:Pololu_Breakout-16_15.2x20.3mm"
(layer "F.Cu")
- (uuid "b57de652-224d-435b-90f4-c536a33e623b")
- (at 166.34 101.39 180)
+ (uuid "1c983ba2-3395-4188-a5c1-efc7106a813f")
+ (at 111.34 68.89 180)
(descr "Pololu Breakout 16-pin 15.2x20.3mm 0.6x0.8")
(tags "Pololu Breakout")
(property "Reference" "A4988"
- (at 6.3 1.39 0)
+ (at 6.35 -2.54 0)
(layer "F.SilkS")
- (uuid "cf832551-d253-4ce5-8ba8-e7cc7f6fafdf")
+ (uuid "63860114-3816-499e-acad-25fb4c4bd9f3")
(effects
(font
(size 1 1)
@@ -1950,7 +304,7 @@
(property "Value" "Pololu_Breakout_A4988"
(at 6.35 20.17 0)
(layer "F.Fab")
- (uuid "bc9a8f7e-8e89-4432-9c11-b820715fdec2")
+ (uuid "845efb1a-7b5d-4f3c-b1cc-689d8cc927e9")
(effects
(font
(size 1 1)
@@ -1963,7 +317,7 @@
(unlocked yes)
(layer "F.Fab")
(hide yes)
- (uuid "c735322a-be11-4b04-98c7-8604062879a4")
+ (uuid "f4a91d7f-e04c-4720-8e04-0ab87a09007b")
(effects
(font
(size 1.27 1.27)
@@ -1976,7 +330,7 @@
(unlocked yes)
(layer "F.Fab")
(hide yes)
- (uuid "13300d89-c0f5-4342-af52-64bdcf1206f0")
+ (uuid "2d7ec3e7-1c2e-40a2-a244-b40e41a6a933")
(effects
(font
(size 1.27 1.27)
@@ -1988,7 +342,16 @@
(path "/175eb07c-5a07-43b1-bfca-6c528aa82c29")
(sheetname "/")
(sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "13" "14" "9" "15" "16" "10" "11" "12" "2" "1" "8" "7" "3" "4"
+ "5" "6"
+ )
+ )
+ )
(attr through_hole)
+ (duplicate_pad_numbers_are_jumpers no)
(fp_line
(start 14.1 19.18)
(end 14.1 -1.4)
@@ -1997,7 +360,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "e32c645e-5aef-45dd-9251-9d10e04ff15b")
+ (uuid "51add9fa-b28b-4f1f-a990-306dc5aeb3f4")
)
(fp_line
(start 14.1 -1.4)
@@ -2007,7 +370,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "17d10de6-518d-4072-b432-100fb86ac097")
+ (uuid "6af95fa6-530c-42bd-87ca-0ff49b831820")
)
(fp_line
(start 11.43 -1.4)
@@ -2017,7 +380,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "3d9ebaa4-e7ad-4e74-b46d-359afa179713")
+ (uuid "c5dbf49d-a5f3-402d-86c0-5ec6fd790437")
)
(fp_line
(start 1.27 1.27)
@@ -2027,7 +390,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "0fae6a08-7e0d-485a-b88a-ec00b5fabd45")
+ (uuid "e39ecbb0-6d7d-4986-b392-b04d8bf257ed")
)
(fp_line
(start 1.27 1.27)
@@ -2037,7 +400,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "e9ce5358-7207-4d5d-b391-a9b1c10e4f08")
+ (uuid "32320bea-3ba2-4ea1-88bd-19e01c04f1fd")
)
(fp_line
(start 1.27 -1.4)
@@ -2047,7 +410,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "44c9e26d-6284-442d-b4f2-86f055f330a8")
+ (uuid "23dff615-eb0c-4915-8503-483f856dbb93")
)
(fp_line
(start 0 -1.4)
@@ -2057,7 +420,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "4ca0cb81-bb42-43f2-a35d-ed8df086b069")
+ (uuid "99155033-70e0-42c0-b26f-19afdeb74307")
)
(fp_line
(start -1.4 19.18)
@@ -2067,7 +430,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "b47f09d6-c092-4e8d-b832-233add966123")
+ (uuid "0913c609-be8d-4483-ab88-1083eff4817a")
)
(fp_line
(start -1.4 1.27)
@@ -2077,7 +440,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "b43d5bac-05ee-40fa-b09b-72bff9b0ccc1")
+ (uuid "0c8fa848-bb4a-4d84-8115-c40da841759a")
)
(fp_line
(start -1.4 -1.4)
@@ -2087,7 +450,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "db051da8-756d-498e-a70b-6a9e7cd08a2f")
+ (uuid "57d1628c-be56-4fb6-8fdb-e8f77a7c86c1")
)
(fp_line
(start 14.21 19.3)
@@ -2097,7 +460,7 @@
(type solid)
)
(layer "F.CrtYd")
- (uuid "7fb1f3c6-e839-461f-9d64-785c3d75fa62")
+ (uuid "a6e9da10-afaf-47b8-8b63-bb237dd1a330")
)
(fp_line
(start 14.21 19.3)
@@ -2107,7 +470,7 @@
(type solid)
)
(layer "F.CrtYd")
- (uuid "505744e3-2dd4-4002-a96c-91900cfc032d")
+ (uuid "1bed7998-f8d2-404c-ad5f-47aad19256a0")
)
(fp_line
(start -1.53 -1.52)
@@ -2117,7 +480,7 @@
(type solid)
)
(layer "F.CrtYd")
- (uuid "691c490a-cf2e-4f59-a006-18284fef10f3")
+ (uuid "bef0cf34-986e-4f67-af4d-eaecaf804cc4")
)
(fp_line
(start -1.53 -1.52)
@@ -2127,7 +490,7 @@
(type solid)
)
(layer "F.CrtYd")
- (uuid "eb1820e1-2eba-4f95-a816-6c8ded088934")
+ (uuid "0638f324-3e25-422e-81b7-ed0e1bc2962d")
)
(fp_line
(start 13.97 19.05)
@@ -2137,7 +500,7 @@
(type solid)
)
(layer "F.Fab")
- (uuid "afad194d-b4c7-4fb7-81e5-5f1402328dc8")
+ (uuid "c1d21c57-05fa-4d22-9916-86ce50052beb")
)
(fp_line
(start 13.97 -1.27)
@@ -2147,7 +510,7 @@
(type solid)
)
(layer "F.Fab")
- (uuid "c37e85e0-7679-4290-956d-05276d8409db")
+ (uuid "e07118b3-8a39-449b-a5ca-b44306c40f99")
)
(fp_line
(start 0 -1.27)
@@ -2157,7 +520,7 @@
(type solid)
)
(layer "F.Fab")
- (uuid "acf55a5b-e25b-470e-9417-f6ef3ae801e2")
+ (uuid "a1850d17-adfd-4e9c-a7b9-bac4ad04b2cb")
)
(fp_line
(start -1.27 19.05)
@@ -2167,7 +530,7 @@
(type solid)
)
(layer "F.Fab")
- (uuid "6f08f5c5-7547-4a36-867e-21edfd96faaa")
+ (uuid "95ce3968-dad4-4805-9780-9e105915eac5")
)
(fp_line
(start -1.27 0)
@@ -2177,12 +540,12 @@
(type solid)
)
(layer "F.Fab")
- (uuid "37535d02-8bf5-491b-8892-d65d24923da2")
+ (uuid "443be03e-5e84-4ad1-a6b0-217a7e20afda")
)
(fp_text user "${REFERENCE}"
(at 6.35 0 0)
(layer "F.Fab")
- (uuid "438c5dea-cea0-480f-91f6-f0ca7c842ff4")
+ (uuid "9237fbd5-c4b2-4b65-82ad-601fe9de15df")
(effects
(font
(size 1 1)
@@ -2196,10 +559,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 2 "GND")
- (pinfunction "GND")
+ (net "GND")
+ (pinfunction "GND_1")
(pintype "power_in")
- (uuid "d3cb81a6-534b-46d5-9c35-7d45a6857b1d")
+ (uuid "81cc4fc7-c327-44fe-a348-e8179f08e8b0")
)
(pad "2" thru_hole oval
(at 0 2.54 180)
@@ -2207,10 +570,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 3 "+3.3V")
- (pinfunction "VDD")
+ (net "+3.3V")
+ (pinfunction "VDD_2")
(pintype "power_in")
- (uuid "e6864416-63d6-47c8-94b4-7de5aaa2fa66")
+ (uuid "0cdd57fd-898e-4792-81a9-9dc1462842bd")
)
(pad "3" thru_hole oval
(at 0 5.08 180)
@@ -2218,10 +581,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 1 "Net-(A4988-1B)")
- (pinfunction "1B")
+ (net "Net-(A4988-1B)")
+ (pinfunction "1B_3")
(pintype "output")
- (uuid "8a7f15b4-4808-4040-99f9-351fee5ab21f")
+ (uuid "4f1afd8e-8264-4f23-9a87-f2dcf8d54075")
)
(pad "4" thru_hole oval
(at 0 7.62 180)
@@ -2229,10 +592,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 10 "Net-(A4988-1A)")
- (pinfunction "1A")
+ (net "Net-(A4988-1A)")
+ (pinfunction "1A_4")
(pintype "output")
- (uuid "1fa4795c-26b9-407b-b044-0092fb42bd0e")
+ (uuid "cae095c0-abbd-4ac0-815f-222d396d8412")
)
(pad "5" thru_hole oval
(at 0 10.16 180)
@@ -2240,10 +603,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 6 "Net-(A4988-2A)")
- (pinfunction "2A")
+ (net "Net-(A4988-2A)")
+ (pinfunction "2A_5")
(pintype "output")
- (uuid "3d18fb0a-3f8d-4a6e-b1b5-ff907bd4f75e")
+ (uuid "83ec0571-b91e-43b3-88b1-a461de8df90a")
)
(pad "6" thru_hole oval
(at 0 12.7 180)
@@ -2251,10 +614,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 9 "Net-(A4988-2B)")
- (pinfunction "2B")
+ (net "Net-(A4988-2B)")
+ (pinfunction "2B_6")
(pintype "output")
- (uuid "f16f8fda-7682-4178-9218-6ecc4060852c")
+ (uuid "f00c623e-a1ff-464b-a051-9ab360d1cc96")
)
(pad "7" thru_hole oval
(at 0 15.24 180)
@@ -2262,10 +625,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 2 "GND")
- (pinfunction "GND")
+ (net "GND")
+ (pinfunction "GND_7")
(pintype "power_in")
- (uuid "1c2d716f-140a-420c-aeb9-f5403d5c9798")
+ (uuid "b729f58f-faf1-47d4-8b82-0d7309ed51cb")
)
(pad "8" thru_hole oval
(at 0 17.78 180)
@@ -2273,10 +636,11 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 5 "+12V")
- (pinfunction "VMOT")
+ (net "+12V")
+ (pinfunction "VMOT_8")
(pintype "power_in")
- (uuid "6b70587f-6745-4dab-af14-5cba970948d1")
+ (zone_connect 2)
+ (uuid "a23f57c9-455b-4b0b-ab67-2fb08cf9acb3")
)
(pad "9" thru_hole oval
(at 12.7 17.78 180)
@@ -2284,10 +648,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 7 "/MOTOR_EN")
- (pinfunction "~{ENABLE}")
+ (net "/MOTOR_EN")
+ (pinfunction "~{ENABLE}_9")
(pintype "input")
- (uuid "09a5c163-fa18-4b2a-ae8d-cc61c4501a97")
+ (uuid "7603de9c-4075-47a4-9af5-4b785500d62d")
)
(pad "10" thru_hole oval
(at 12.7 15.24 180)
@@ -2295,10 +659,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 2 "GND")
- (pinfunction "MS1")
+ (net "GND")
+ (pinfunction "MS1_10")
(pintype "input")
- (uuid "a28367b6-f862-4591-9aa0-ba492b182f6a")
+ (uuid "339cece2-b63c-4b9f-b24f-ff4524b35726")
)
(pad "11" thru_hole oval
(at 12.7 12.7 180)
@@ -2306,10 +670,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 2 "GND")
- (pinfunction "MS2")
+ (net "GND")
+ (pinfunction "MS2_11")
(pintype "input")
- (uuid "01b6cec1-2339-4643-86de-b4aaf375968c")
+ (uuid "abae8572-f835-46f4-97cd-5d56cc949234")
)
(pad "12" thru_hole oval
(at 12.7 10.16 180)
@@ -2317,10 +681,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 2 "GND")
- (pinfunction "MS3")
+ (net "GND")
+ (pinfunction "MS3_12")
(pintype "input")
- (uuid "0b1290ca-6daa-432f-80e2-8b2167ada793")
+ (uuid "218b85f4-a83d-4568-a5c4-0fa7efc186fc")
)
(pad "13" thru_hole oval
(at 12.7 7.62 180)
@@ -2328,10 +692,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 3 "+3.3V")
- (pinfunction "~{RESET}")
+ (net "+3.3V")
+ (pinfunction "~{RESET}_13")
(pintype "input")
- (uuid "a098064f-51e2-4844-9966-067cb4fec9ec")
+ (uuid "c6cc0373-abfe-4b1c-a9a9-aab79421ef4f")
)
(pad "14" thru_hole oval
(at 12.7 5.08 180)
@@ -2339,10 +703,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 3 "+3.3V")
- (pinfunction "~{SLEEP}")
+ (net "+3.3V")
+ (pinfunction "~{SLEEP}_14")
(pintype "input")
- (uuid "fb722139-dff4-4675-8a84-4f86c4bf8e62")
+ (uuid "2aefba15-3404-4c3e-a4f4-32f6f33d3e03")
)
(pad "15" thru_hole oval
(at 12.7 2.54 180)
@@ -2350,10 +714,10 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 12 "/STEP")
- (pinfunction "STEP")
+ (net "/STEP")
+ (pinfunction "STEP_15")
(pintype "input")
- (uuid "1e90cbe5-f0d5-45e9-aa4b-e77f1e5fac14")
+ (uuid "5f5aa536-b559-4d51-a095-a64de28ebf05")
)
(pad "16" thru_hole oval
(at 12.7 0 180)
@@ -2361,13 +725,1277 @@
(drill 0.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 4 "/DIR")
- (pinfunction "DIR")
+ (net "/DIR")
+ (pinfunction "DIR_16")
(pintype "input")
- (uuid "522a7c24-8ffd-41df-a543-b8bf95efec31")
+ (uuid "51ad3bf8-c5c3-468d-a5b9-3a46e97b8a18")
)
(embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/Module.3dshapes/Pololu_Breakout-16_15.2x20.3mm.stpZ"
+ (model "${KICAD10_3DMODEL_DIR}/Module.3dshapes/Pololu_Breakout-16_15.2x20.3mm.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "263ef871-7886-429f-ba0d-55cfea8b86ab")
+ (at 132 87)
+ (descr "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)")
+ (tags "resistor handsolder")
+ (property "Reference" "R7"
+ (at 0 -1.65 0)
+ (layer "F.SilkS")
+ (uuid "9acd8820-3175-4d09-a01d-c5b72646d325")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "190k"
+ (at 0 1.65 0)
+ (layer "F.Fab")
+ (uuid "b7dbb9c1-6af5-4533-8522-b6d8484236da")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "70069c65-4de8-4290-ad92-d95ccc6d309e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "a5570e52-d19f-4b0a-b598-929e605074ba")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "5d6fd507-c2a0-4155-aaae-2eb20f71e285")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "R_*")
+ (path "/b4a1a51e-b114-4423-941a-bf15dfd8353f")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.227064 -0.735)
+ (end 0.227064 -0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "c063faff-2d05-47e8-bbee-25aaa32f306a")
+ )
+ (fp_line
+ (start -0.227064 0.735)
+ (end 0.227064 0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "c34b8273-fd67-4eef-bd90-6699a2f9cf6f")
+ )
+ (fp_rect
+ (start -1.85 -0.95)
+ (end 1.85 0.95)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "6d761844-8639-4ce3-960a-8793c74c5897")
+ )
+ (fp_rect
+ (start -1 -0.625)
+ (end 1 0.625)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "06f6ae48-4a67-4441-b4fa-d5c1d7366ba2")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "7d0791d1-5be3-4a9b-ac01-dde9b8d1d650")
+ (effects
+ (font
+ (size 0.5 0.5)
+ (thickness 0.08)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "+12V")
+ (pintype "passive")
+ (uuid "3cb8c6b9-5644-4ad5-b963-d1819405ac63")
+ )
+ (pad "2" smd roundrect
+ (at 1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "/FB")
+ (pintype "passive")
+ (uuid "e852e568-31b0-4ec4-b0a3-55b1bc18be1b")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "31bf7bf8-1a58-4a8f-8dab-9ad6fb2803ae")
+ (at 125 74)
+ (descr "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)")
+ (tags "resistor handsolder")
+ (property "Reference" "R6"
+ (at 0 -1.65 0)
+ (layer "F.SilkS")
+ (uuid "6321b77d-03f9-49df-b61a-e8b2b86ec2f7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "30.1k"
+ (at 0 1.65 0)
+ (layer "F.Fab")
+ (uuid "7132e589-05d3-4fcf-a1e0-34bee92150b0")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "0f58a02d-9bbf-45a5-85e0-66c761458428")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "3737d657-cf42-4fca-802c-e808c1d5c710")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "5fe2322b-7739-4c0e-a86f-8d1b0902520e")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "R_*")
+ (path "/15d38204-d6c3-40a8-94ac-3c375aca3173")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.227064 -0.735)
+ (end 0.227064 -0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "20312368-ca76-4aa5-bd9d-609819c3b1a8")
+ )
+ (fp_line
+ (start -0.227064 0.735)
+ (end 0.227064 0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "6c205454-8b02-4bb8-b4a9-ed819a6b334f")
+ )
+ (fp_rect
+ (start -1.85 -0.95)
+ (end 1.85 0.95)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "a0ae95a2-dee8-418a-97af-deb56ca5156e")
+ )
+ (fp_rect
+ (start -1 -0.625)
+ (end 1 0.625)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "e29878ad-ee41-4ac1-a356-35f3582f6312")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "8e388664-2ecf-4fd1-8ed2-c508286cf519")
+ (effects
+ (font
+ (size 0.5 0.5)
+ (thickness 0.08)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "Net-(U2-COMP)")
+ (pintype "passive")
+ (uuid "687cac69-4f88-49aa-9e97-a5ecbd260e0b")
+ )
+ (pad "2" smd roundrect
+ (at 1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "Net-(C14-Pad1)")
+ (pintype "passive")
+ (uuid "aefc2459-3557-4c7b-b042-35ad726c7520")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "MountingHole:MountingHole_2.2mm_M2"
+ (layer "F.Cu")
+ (uuid "37313203-b456-4f67-9de9-ced7cb82aca2")
+ (at 138 97)
+ (descr "Mounting Hole 2.2mm, no annular, M2")
+ (tags "mounting hole 2.2mm no annular m2")
+ (property "Reference" "MH4"
+ (at 0 -3 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "33126b29-3e21-4485-8204-f4ca58264b05")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_2.2mm_M2"
+ (at 0 3 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "5a24c5db-aced-4ce0-b237-ba2496d4231f")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "0713fda9-ac94-477b-a4be-025fd7e445d6")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" "Mounting Hole 2.2mm, no annular, M2"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "0562f8e0-be8e-4738-821c-b051317f6f9a")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
+ (duplicate_pad_numbers_are_jumpers no)
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 4 4)
+ (drill 2.2)
+ (layers "*.Cu")
+ (uuid "10bfd5ab-3663-4245-ad56-24fc11745e24")
+ )
+ (embedded_fonts no)
+ )
+ (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "4951fe5f-20ce-40d0-992c-fd2253b80fe3")
+ (at 132 91)
+ (descr "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)")
+ (tags "resistor handsolder")
+ (property "Reference" "R8"
+ (at 0 -1.65 0)
+ (layer "F.SilkS")
+ (uuid "6abdf480-d779-4a46-9c2f-ec8d83141187")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "10k"
+ (at 0 1.65 0)
+ (layer "F.Fab")
+ (uuid "749982af-f8ec-42f2-a809-69c17d7adeb5")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "7097a7ec-6fb6-49c3-859f-6e4e198939ce")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "37622cbd-3402-44d9-9e46-a24b82167efe")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "fd827a2c-bc08-4389-bd7a-0088c39d97ac")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "R_*")
+ (path "/e44f0542-89a4-4f43-9192-49e3cff54260")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.227064 -0.735)
+ (end 0.227064 -0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4adf7313-52c1-42c0-a481-3e68aef6d120")
+ )
+ (fp_line
+ (start -0.227064 0.735)
+ (end 0.227064 0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "381ca837-801e-406a-a533-80783a0ea271")
+ )
+ (fp_rect
+ (start -1.85 -0.95)
+ (end 1.85 0.95)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "aa2a57eb-dac8-4476-a7a1-d977b48f9021")
+ )
+ (fp_rect
+ (start -1 -0.625)
+ (end 1 0.625)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "7a8cb5f8-6d13-44db-8e9b-72e3e1636846")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "d9776f17-8b91-4e91-89ff-50417d8b2340")
+ (effects
+ (font
+ (size 0.5 0.5)
+ (thickness 0.08)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "/FB")
+ (pintype "passive")
+ (uuid "4890573f-8162-426d-9164-4959b10d15de")
+ )
+ (pad "2" smd roundrect
+ (at 1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "GND")
+ (pintype "passive")
+ (uuid "cbb8c1b0-b4e2-4dc9-939c-55af574b2098")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Inductor_SMD:L_Bourns_SRR1260"
+ (layer "F.Cu")
+ (uuid "4b34641b-50d1-4f51-8065-c1b6ce197fbf")
+ (at 130 59)
+ (descr "Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRR1260.pdf")
+ (tags "Bourns SRR1260 SMD inductor")
+ (property "Reference" "L2"
+ (at 0 -7.25 0)
+ (layer "F.SilkS")
+ (uuid "a4ec3fd7-92be-4195-86ff-fc7728588622")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "2.2uH"
+ (at 0 7.4 0)
+ (layer "F.Fab")
+ (uuid "c3ab0eb5-8242-4f31-a7c2-065fefc323a9")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "5cb2ca7c-11fe-4d51-90cd-fb07c69d5a67")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "83f60d3d-e9ab-421c-a730-8537434eb426")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Choke_* *Coil* Inductor_* L_*")
+ (path "/0869c904-3654-454e-9cbd-62b5ce6af793")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -6.4 -5.75)
+ (end -6.4 -3)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "510bf933-4f0e-4de7-97e2-99160fc23584")
+ )
+ (fp_line
+ (start -6.4 3)
+ (end -6.4 5.75)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "c4227c42-2743-4209-824a-d94886adee9e")
+ )
+ (fp_line
+ (start -5.75 -6.4)
+ (end 5.75 -6.4)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "5df044f9-1f3d-42dd-bae6-2cc4402a1323")
+ )
+ (fp_line
+ (start 5.75 6.4)
+ (end -5.75 6.4)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "7a9b536e-9cbd-4037-a716-f28a2d72dcf6")
+ )
+ (fp_line
+ (start 6.4 -5.75)
+ (end 6.4 -3)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "b84af5c6-438f-4b0e-9e86-0f2a1b13515c")
+ )
+ (fp_line
+ (start 6.4 3)
+ (end 6.4 5.75)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "e8cc2333-8638-44c7-9886-2ab769d5aec8")
+ )
+ (fp_arc
+ (start -6.4 -5.75)
+ (mid -6.209619 -6.209619)
+ (end -5.75 -6.4)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8e2125e0-04f2-489a-b620-d4b2bb5f9ba1")
+ )
+ (fp_arc
+ (start -5.75 6.4)
+ (mid -6.209619 6.209619)
+ (end -6.4 5.75)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8fe41eae-bfe1-4525-b46b-73b5f171ff88")
+ )
+ (fp_arc
+ (start 5.75 -6.4)
+ (mid 6.209619 -6.209619)
+ (end 6.4 -5.75)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "27580ede-16de-4571-93be-28c923f478c6")
+ )
+ (fp_arc
+ (start 6.4 5.75)
+ (mid 6.209619 6.209619)
+ (end 5.75 6.4)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "87eee145-f15d-4f91-8f13-db11d29cd5ba")
+ )
+ (fp_line
+ (start -6.5 5.75)
+ (end -6.5 -5.75)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2949f77c-c3b1-4863-b0c0-59c36e707a68")
+ )
+ (fp_line
+ (start -5.75 -6.5)
+ (end 5.75 -6.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "c9d9794a-62d6-44a6-a63e-18097cfb23b3")
+ )
+ (fp_line
+ (start 5.75 6.5)
+ (end -5.75 6.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "d22bb44b-8cdb-4e5e-aea2-7555f4761018")
+ )
+ (fp_line
+ (start 6.5 -5.75)
+ (end 6.5 5.75)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "5bf5096c-a291-4ef8-ba73-a883dfe16952")
+ )
+ (fp_arc
+ (start -6.5 -5.75)
+ (mid -6.28033 -6.28033)
+ (end -5.75 -6.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "6df6073c-1e29-430e-ad1b-a4f49c6e828d")
+ )
+ (fp_arc
+ (start -5.75 6.5)
+ (mid -6.28033 6.28033)
+ (end -6.5 5.75)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2234e573-ac67-41c1-8c2f-50ee8fbd4b32")
+ )
+ (fp_arc
+ (start 5.75 -6.5)
+ (mid 6.28033 -6.28033)
+ (end 6.5 -5.75)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "142a961b-ef68-4dfc-867b-763309165d76")
+ )
+ (fp_arc
+ (start 6.5 5.75)
+ (mid 6.28033 6.28033)
+ (end 5.75 6.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "01fba0c4-3672-476e-aa67-7d9273980684")
+ )
+ (fp_line
+ (start -6.25 -5.75)
+ (end -6.25 5.75)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "2b44d01f-dfae-4336-8a8a-15a6e5166400")
+ )
+ (fp_line
+ (start -5.75 -6.25)
+ (end 5.75 -6.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "612c2b87-6d59-4694-aef1-4638aa54eab8")
+ )
+ (fp_line
+ (start -4 2)
+ (end -4 -2)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "a8794a82-5b1f-4667-a06e-082d2a062156")
+ )
+ (fp_line
+ (start 4 -2)
+ (end 4 2)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "4e8ae56d-796a-4c61-89d7-30b0e7c739a8")
+ )
+ (fp_line
+ (start 5.75 6.25)
+ (end -5.75 6.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "0baff932-1a1a-4077-a115-c59754ce9dd3")
+ )
+ (fp_line
+ (start 6.25 -5.75)
+ (end 6.25 5.75)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ae6ead4f-2da8-4fed-9041-ef9e39e1116e")
+ )
+ (fp_arc
+ (start -6.25 -5.75)
+ (mid -6.103553 -6.103553)
+ (end -5.75 -6.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "b3db1f62-b24d-4ff4-82ec-065a10b2ea2b")
+ )
+ (fp_arc
+ (start -5.75 6.25)
+ (mid -6.103553 6.103553)
+ (end -6.25 5.75)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "9c6f6f0d-d18a-49e5-829f-5bb6932c012a")
+ )
+ (fp_arc
+ (start 5.75 -6.25)
+ (mid 6.103553 -6.103553)
+ (end 6.25 -5.75)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ede8443b-f297-47fe-9a13-35657328e808")
+ )
+ (fp_arc
+ (start 6.25 5.75)
+ (mid 6.103553 6.103553)
+ (end 5.75 6.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "463c3d16-529e-426e-a211-d788a1191610")
+ )
+ (fp_circle
+ (center 0 0)
+ (end 0 -5.6)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "0af954e5-97ff-42a7-8b9c-bd758bd35b02")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "0203b38e-c553-44b5-8887-7dbc990cf5ea")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" smd rect
+ (at -4.85 0)
+ (size 2.9 5.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "Net-(C16-Pad2)")
+ (pinfunction "1_1")
+ (pintype "passive")
+ (uuid "a1e6f061-7032-47af-b28b-ad2931fd3081")
+ )
+ (pad "2" smd rect
+ (at 4.85 0)
+ (size 2.9 5.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "+12V")
+ (pinfunction "2_2")
+ (pintype "passive")
+ (uuid "4e4e22fd-22b2-4bd1-8b52-1a01c4bd386c")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Inductor_SMD.3dshapes/L_Bourns_SRR1260.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "55dca61a-2d1c-4a55-88dc-019e3a0170d6")
+ (at 130 72 90)
+ (descr "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)")
+ (tags "capacitor handsolder")
+ (property "Reference" "C14"
+ (at 0 -1.68 90)
+ (layer "F.SilkS")
+ (uuid "cba1afeb-0da5-4f05-b767-54b5dbeddbdf")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "47pF"
+ (at 0 1.68 90)
+ (layer "F.Fab")
+ (uuid "925bb1db-07fc-4fe4-8cab-9cd69a593835")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 90)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "f99fe614-3afa-416e-9479-66a458cf0b83")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 90)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "8c86162a-91c8-4132-9787-61c342600535")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 90)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "9f42960a-9166-484a-882f-2743567f9f45")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/c8782f5e-603d-486a-b234-a679880473f4")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.261252 -0.735)
+ (end 0.261252 -0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4c3288b3-cd62-4c31-92c7-8090c4a25f90")
+ )
+ (fp_line
+ (start -0.261252 0.735)
+ (end 0.261252 0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "387c7f7d-06d2-490b-a655-4cf7cab2d03a")
+ )
+ (fp_rect
+ (start -1.88 -0.98)
+ (end 1.88 0.98)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "0bf63d75-3072-49c3-ab88-ef3905ee6d1a")
+ )
+ (fp_rect
+ (start -1 -0.625)
+ (end 1 0.625)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "355be5ef-8bc7-43c6-ac2c-586090d52930")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 90)
+ (layer "F.Fab")
+ (uuid "44568511-d69a-4ac3-ac40-001b70d8cc86")
+ (effects
+ (font
+ (size 0.5 0.5)
+ (thickness 0.08)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1.0375 0 90)
+ (size 1.175 1.45)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.212766)
+ (net "Net-(C14-Pad1)")
+ (pintype "passive")
+ (uuid "819b479a-da8b-475b-b9ae-f5ef7daca67e")
+ )
+ (pad "2" smd roundrect
+ (at 1.0375 0 90)
+ (size 1.175 1.45)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.212766)
+ (net "GND")
+ (pintype "passive")
+ (uuid "2f3f35f9-1008-4ab8-8fab-1679da234d0e")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "56f25c73-72f6-4f77-8603-ee3d8c2409b8")
+ (at 125 87)
+ (descr "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)")
+ (tags "capacitor handsolder")
+ (property "Reference" "C13"
+ (at 0 -1.85 0)
+ (layer "F.SilkS")
+ (uuid "7f0e6a47-f6d0-4dac-9f32-98179670a6d7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "22uF"
+ (at 0 1.85 0)
+ (layer "F.Fab")
+ (uuid "28906d89-47d6-40c2-a454-af5dc572a6ff")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "e614bae5-8023-4465-a77a-5ed709772774")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "fbfb9a80-9580-47e8-a87e-321f7e7c58c1")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "9d0100aa-79f8-41b8-a5c3-32dc95242bb7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/0081371e-95ce-44cb-a771-8382eda641db")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.711252 -0.91)
+ (end 0.711252 -0.91)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "d7520838-706e-4bb5-b1f9-c4fd29b43a2e")
+ )
+ (fp_line
+ (start -0.711252 0.91)
+ (end 0.711252 0.91)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "bdbadcf2-5dbc-46b7-bb10-dae76a6ee568")
+ )
+ (fp_rect
+ (start -2.48 -1.15)
+ (end 2.48 1.15)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "ed5f774d-7dc2-4480-ae5e-186c6628b0de")
+ )
+ (fp_rect
+ (start -1.6 -0.8)
+ (end 1.6 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "7fb31f96-0fb4-4673-957f-6e907e547ffe")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "5f44f7fe-7402-4de2-8af4-22b6d5bf362e")
+ (effects
+ (font
+ (size 0.8 0.8)
+ (thickness 0.12)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1.5625 0)
+ (size 1.325 1.8)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.188679)
+ (net "+5V")
+ (pintype "passive")
+ (uuid "e513c3c0-1e1a-416d-9b40-7adbefe1ce29")
+ )
+ (pad "2" smd roundrect
+ (at 1.5625 0)
+ (size 1.325 1.8)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.188679)
+ (net "GND")
+ (pintype "passive")
+ (uuid "187890ba-5f96-461c-b808-fff5c2598e7d")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.stpZ"
(offset
(xyz 0 0 0)
)
@@ -2381,14 +2009,14 @@
)
(footprint "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
(layer "F.Cu")
- (uuid "bde76c63-91c7-4a70-9c57-818384595275")
- (at 169 77.5)
- (descr "JST EH series connector, B3B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator")
+ (uuid "7306bab6-5415-4e15-bf58-ae3cef8214a4")
+ (at 124 44.3)
+ (descr "JST EH series connector, B3B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf)")
(tags "connector JST EH vertical")
- (property "Reference" "Switch"
- (at 8 0.3 90)
+ (property "Reference" "MotorPower1"
+ (at 2 -3.3 0)
(layer "F.SilkS")
- (uuid "05058549-101a-4173-b3dd-7f94c4c1647b")
+ (uuid "5755921b-da9c-4753-b7e5-728b8967c69e")
(effects
(font
(size 1 1)
@@ -2396,10 +2024,10 @@
)
)
)
- (property "Value" "Limit Switch"
+ (property "Value" "Conn_01x03"
(at 2.5 3.4 0)
(layer "F.Fab")
- (uuid "217d6f26-5bec-4376-8d02-3bfc836b8324")
+ (uuid "c1bf613e-46c5-4e4a-9480-86af53acec78")
(effects
(font
(size 1 1)
@@ -2407,35 +2035,52 @@
)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
- (uuid "cf014923-d424-44bc-b047-465f250ffe92")
+ (uuid "390e87bf-4a46-410f-ad91-0586cdb5ba32")
(effects
(font
(size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "f617c154-c63d-4ca7-899e-500fd01e60e7")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "connector/JST"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "d2dcfe25-6ed0-499d-92c2-e9b8006628ef")
+ (effects
+ (font
+ (size 1 1)
(thickness 0.15)
)
)
)
- (property "Description" "Switch, dual pole double throw, separate symbols"
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "3831561b-08e0-4c31-9dec-7cb281d4649b")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property ki_fp_filters "SW*DPDT*")
- (path "/2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
+ (property ki_fp_filters "TerminalBlock*:*")
+ (path "/e78d687e-968c-4e90-bcfe-d9463c0a748b")
(sheetname "/")
(sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2" "3")
+ )
+ )
(attr through_hole)
+ (duplicate_pad_numbers_are_jumpers no)
(fp_line
(start -2.91 0.11)
(end -2.91 2.61)
@@ -2444,7 +2089,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "c6f4ec4f-3956-44ff-bc5a-c9fd5deb837d")
+ (uuid "f5e94733-6b78-47b8-9e21-81df392ab067")
)
(fp_line
(start -2.91 2.61)
@@ -2454,17 +2099,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "f302e046-3f54-46e0-ad20-e20ae6c5ab05")
- )
- (fp_line
- (start -2.61 -1.71)
- (end -2.61 2.31)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "fbec1858-673d-4e39-a670-e8babc4a5b78")
+ (uuid "63316511-6592-432f-868e-06f72ae4c8f3")
)
(fp_line
(start -2.61 0)
@@ -2474,7 +2109,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "60a9538f-50bc-4d1a-9181-6a3ca06d3551")
+ (uuid "5bf27291-11eb-4f02-9168-9b48df988106")
)
(fp_line
(start -2.61 0.81)
@@ -2484,17 +2119,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "d98824fe-b0dc-4a41-a3d9-4b8fe880ab6e")
- )
- (fp_line
- (start -2.61 2.31)
- (end 7.61 2.31)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "b0e0b049-471c-4a36-8dfb-2bf44df597db")
+ (uuid "8502e50f-5011-4ee3-b816-3f35bc2f161b")
)
(fp_line
(start -2.11 -1.21)
@@ -2504,7 +2129,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "55eb5279-dcc7-48c6-922b-7078d34eabbc")
+ (uuid "88fa8e1d-84fa-4155-82d0-f39981e70647")
)
(fp_line
(start -2.11 0)
@@ -2514,7 +2139,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "c80822cf-6bfc-4b78-b1ed-385dd4a78833")
+ (uuid "23aa7bc8-711a-40e4-bcb0-977be6737868")
)
(fp_line
(start -1.61 0.81)
@@ -2524,7 +2149,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "34d93fbf-0c05-4ddb-a81e-6fc1269a7848")
+ (uuid "8bb7559c-7741-49f4-8e3c-db3beb1fc1c0")
)
(fp_line
(start 6.61 0.81)
@@ -2534,7 +2159,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "78c19847-9cd4-4fe2-b12d-e36d15f0ad3c")
+ (uuid "e31e0296-8331-4203-a6ce-d5a76c669587")
)
(fp_line
(start 7.11 -1.21)
@@ -2544,7 +2169,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "d666fd88-f924-4844-b759-9d2be9a6cb92")
+ (uuid "377e70aa-edf7-4cb5-ab7b-0d628165d3a4")
)
(fp_line
(start 7.11 0)
@@ -2554,17 +2179,7 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "18dd1ba0-02fb-4745-8865-1b62e12140a4")
- )
- (fp_line
- (start 7.61 -1.71)
- (end -2.61 -1.71)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "5c6de0b6-dd46-42b3-8ed6-b3b53056086f")
+ (uuid "b2b718da-be28-4d54-a3ed-bb72c755037f")
)
(fp_line
(start 7.61 0.81)
@@ -2574,57 +2189,29 @@
(type solid)
)
(layer "F.SilkS")
- (uuid "bb8544c1-0cbb-449a-aa14-41e60206f5b4")
+ (uuid "6fc75148-5644-4d03-9b53-5a841692b429")
)
- (fp_line
- (start 7.61 2.31)
- (end 7.61 -1.71)
+ (fp_rect
+ (start -2.61 -1.71)
+ (end 7.61 2.31)
(stroke
(width 0.12)
(type solid)
)
+ (fill no)
(layer "F.SilkS")
- (uuid "7f46d1bf-e299-43bf-98ba-a06fba18278e")
+ (uuid "42838a8d-a873-4a56-8ec3-18a80e427559")
)
- (fp_line
+ (fp_rect
(start -3 -2.1)
- (end -3 2.7)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "cc7f6a6c-f9fc-48e2-98cd-553bb8a0796e")
- )
- (fp_line
- (start -3 2.7)
(end 8 2.7)
(stroke
(width 0.05)
(type solid)
)
+ (fill no)
(layer "F.CrtYd")
- (uuid "69edce25-b829-4a84-88bf-737a69517dcf")
- )
- (fp_line
- (start 8 -2.1)
- (end -3 -2.1)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "56466660-d82a-493d-b44b-102bca20961f")
- )
- (fp_line
- (start 8 2.7)
- (end 8 -2.1)
- (stroke
- (width 0.05)
- (type solid)
- )
- (layer "F.CrtYd")
- (uuid "6582765c-4d39-4e91-90b7-d36c85a15eaa")
+ (uuid "63323cce-5c50-4174-85c3-3d6bdbcb3d3d")
)
(fp_line
(start -2.91 0.11)
@@ -2634,7 +2221,7 @@
(type solid)
)
(layer "F.Fab")
- (uuid "9307e325-330f-43cc-a4cf-f68e25ca19ec")
+ (uuid "fab4d29f-a2d5-4cf7-a9e8-73fa5a351448")
)
(fp_line
(start -2.91 2.61)
@@ -2644,52 +2231,23 @@
(type solid)
)
(layer "F.Fab")
- (uuid "4f2848ca-8b40-430c-9d34-d2145dad39aa")
+ (uuid "def6513e-7a19-498d-84c9-499595085640")
)
- (fp_line
+ (fp_rect
(start -2.5 -1.6)
- (end -2.5 2.2)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "313c9914-d034-4718-8c94-324cc42adf23")
- )
- (fp_line
- (start -2.5 2.2)
(end 7.5 2.2)
(stroke
(width 0.1)
(type solid)
)
+ (fill no)
(layer "F.Fab")
- (uuid "0ed574aa-742a-42ca-96bb-16b200c4b017")
- )
- (fp_line
- (start 7.5 -1.6)
- (end -2.5 -1.6)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "42c7877e-96a5-4476-ba44-89f8e64dc2ad")
- )
- (fp_line
- (start 7.5 2.2)
- (end 7.5 -1.6)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "F.Fab")
- (uuid "e390d6a0-7bfc-4c73-b475-7cb55af3372a")
+ (uuid "f1d9f49b-8ca6-4920-a8c3-e99798258969")
)
(fp_text user "${REFERENCE}"
(at 2.5 1.5 0)
(layer "F.Fab")
- (uuid "ccc88b30-1b80-4882-8d02-89929192b0a4")
+ (uuid "adb1b78b-7ed6-487d-b74e-50ef79325493")
(effects
(font
(size 1 1)
@@ -2704,10 +2262,10 @@
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(roundrect_rratio 0.147059)
- (net 24 "/LIM_C")
- (pinfunction "A")
+ (net "/MOTOR_CTRL")
+ (pinfunction "Pin_1_1")
(pintype "passive")
- (uuid "06b2742b-feb4-44fa-b2b7-40b7f0168669")
+ (uuid "a5f301cb-85e7-4069-aa92-fddb84782426")
)
(pad "2" thru_hole oval
(at 2.5 0)
@@ -2715,10 +2273,11 @@
(drill 0.95)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 3 "+3.3V")
- (pinfunction "B")
- (pintype "passive")
- (uuid "e75c61cf-c950-41e4-82de-253f74e95037")
+ (net "GND")
+ (pinfunction "Pin_2_2")
+ (pintype "power_out")
+ (zone_connect 2)
+ (uuid "d26cd8c7-fe3e-4101-8972-081cee8af0c8")
)
(pad "3" thru_hole oval
(at 5 0)
@@ -2726,13 +2285,171 @@
(drill 0.95)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
- (net 33 "/LIM_A")
- (pinfunction "C")
- (pintype "passive")
- (uuid "ac9d722e-0cb3-4246-bb93-400bae1f619f")
+ (net "+5V")
+ (pinfunction "Pin_3_3")
+ (pintype "power_out")
+ (uuid "50d20e7d-5fc5-48a6-9adb-f5bac50c6bd3")
)
(embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/Connector_JST.3dshapes/JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical.stpZ"
+ (model "${KICAD10_3DMODEL_DIR}/Connector_JST.3dshapes/JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "910106ef-8bd5-4084-8778-2a43c9063a3d")
+ (at 120 64)
+ (descr "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)")
+ (tags "capacitor handsolder")
+ (property "Reference" "C16"
+ (at 0 -1.68 0)
+ (layer "F.SilkS")
+ (uuid "03529fc5-c768-4cda-a99a-6f215491f0ee")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "100nF"
+ (at 0 1.68 0)
+ (layer "F.Fab")
+ (uuid "fbf2541f-2e63-467d-b8eb-009a039de759")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "66a2b739-8711-44f4-94c6-198b761194fd")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "e16505f4-612f-4427-b098-910821e3b35e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "c528d7ff-2d7e-49ee-a772-c021c3aba2d6")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/6a7e2512-41ff-4280-9551-457993834478")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.261252 -0.735)
+ (end 0.261252 -0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "d2cc1e51-98f7-401b-9c87-ebe44b2a4d53")
+ )
+ (fp_line
+ (start -0.261252 0.735)
+ (end 0.261252 0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "6d03764e-1033-46cd-950e-e7ad51c393cd")
+ )
+ (fp_rect
+ (start -1.88 -0.98)
+ (end 1.88 0.98)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "0a0d10a3-0b64-4714-9167-e1c3e9599eaf")
+ )
+ (fp_rect
+ (start -1 -0.625)
+ (end 1 0.625)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "a30f1824-ea32-4592-b198-97d816c4b457")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "ade8b0de-c65e-4bf6-833a-1f89cd6c5c90")
+ (effects
+ (font
+ (size 0.5 0.5)
+ (thickness 0.08)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1.0375 0)
+ (size 1.175 1.45)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.212766)
+ (net "Net-(U2-BOOT)")
+ (pintype "passive")
+ (uuid "76196ce9-9330-4772-b007-16df22d21c66")
+ )
+ (pad "2" smd roundrect
+ (at 1.0375 0)
+ (size 1.175 1.45)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.212766)
+ (net "Net-(C16-Pad2)")
+ (pintype "passive")
+ (uuid "a88a6b07-4640-4b64-9f3e-2f5b439f32a7")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.stpZ"
(offset
(xyz 0 0 0)
)
@@ -2746,15 +2463,15 @@
)
(footprint "MountingHole:MountingHole_2.2mm_M2"
(layer "F.Cu")
- (uuid "c7c1b037-d5e2-419b-9c6c-ff6e63b46e18")
- (at 187 79)
- (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py")
- (tags "mountinghole M2")
- (property "Reference" "REF**"
- (at 0 -3.15 0)
- (layer "F.SilkS")
+ (uuid "a3b54eb2-7000-489a-9dca-82dce0ff11d3")
+ (at 138 43)
+ (descr "Mounting Hole 2.2mm, no annular, M2")
+ (tags "mounting hole 2.2mm no annular m2")
+ (property "Reference" "MH2"
+ (at 0 -3 0)
+ (layer "F.Fab")
(hide yes)
- (uuid "abd1f7dd-8bab-4b5f-8d94-bbce6d94edfb")
+ (uuid "13ba9aa3-03f3-4dab-a97b-32e3f0f24623")
(effects
(font
(size 1 1)
@@ -2763,9 +2480,10 @@
)
)
(property "Value" "MountingHole_2.2mm_M2"
- (at 0 2.45 0)
+ (at 0 3 0)
(layer "F.Fab")
- (uuid "0992e199-9511-4a9c-bd51-f72f700667dd")
+ (hide yes)
+ (uuid "785ba950-822d-4f49-a70b-e23f9846a88e")
(effects
(font
(size 1 1)
@@ -2777,54 +2495,45 @@
(at 0 0 0)
(layer "F.Fab")
(hide yes)
- (uuid "5abe1f17-7fec-4a07-840f-6e11fcec506a")
+ (uuid "1ebd1a2c-2f16-4c0b-9785-4ea4b7b1e6d1")
(effects
(font
(size 1.27 1.27)
- (thickness 0.15)
)
)
)
- (property "Description" ""
+ (property "Description" "Mounting Hole 2.2mm, no annular, M2"
(at 0 0 0)
(layer "F.Fab")
(hide yes)
- (uuid "7026a258-a220-4497-9974-950311bbebeb")
+ (uuid "6afe0255-f1e7-4983-b140-83ec7f1fce4d")
(effects
(font
(size 1.27 1.27)
- (thickness 0.15)
)
)
)
- (clearance 0.5)
- (attr exclude_from_pos_files exclude_from_bom)
- (fp_circle
- (center 0 0)
- (end 2.2 0)
- (stroke
- (width 0.15)
- (type solid)
- )
- (fill no)
- (layer "Cmts.User")
- (uuid "0689cfb0-ccc6-4ec7-980b-bc48916254d9")
+ (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
+ (duplicate_pad_numbers_are_jumpers no)
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 4 4)
+ (drill 2.2)
+ (layers "*.Cu")
+ (uuid "3f8ddc06-d3c8-4da0-be5e-8706730c603a")
)
- (fp_circle
- (center 0 0)
- (end 2.45 0)
- (stroke
- (width 0.05)
- (type solid)
- )
- (fill no)
- (layer "F.CrtYd")
- (uuid "f956503c-e4d1-4b04-af6c-8228d1be79f1")
- )
- (fp_text user "${REFERENCE}"
- (at 0 0 0)
- (layer "F.Fab")
- (uuid "6cfc347d-4414-4c57-a210-219a274d5f85")
+ (embedded_fonts no)
+ )
+ (footprint "Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "b04d3688-a2b2-4679-bf6d-1bd671f86cb9")
+ (at 125 91)
+ (descr "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)")
+ (tags "capacitor handsolder")
+ (property "Reference" "C17"
+ (at 0 -1.85 0)
+ (layer "F.SilkS")
+ (uuid "120a4536-422d-4562-90f3-71b55a483a9d")
(effects
(font
(size 1 1)
@@ -2832,25 +2541,157 @@
)
)
)
- (pad "" np_thru_hole circle
- (at 0 0)
- (size 2.2 2.2)
- (drill 2.2)
- (layers "*.Cu" "*.Mask")
- (uuid "689efe58-83fa-49c1-b0e6-b82a1efc33f6")
+ (property "Value" "22uF"
+ (at 0 1.85 0)
+ (layer "F.Fab")
+ (uuid "17307e7b-b90a-4107-a1d7-72c65847b5a7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "db8fea91-76d3-4030-8711-8fd12a86cc67")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "9ca9115d-c8f3-4c9b-a5fd-602941d497e3")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "8daf0913-ff60-4a5d-a511-f30ef9a4af16")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/75c05703-524f-44cd-a153-df624b4a96a4")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.711252 -0.91)
+ (end 0.711252 -0.91)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "5fb5727a-0ba0-4305-abd8-a59214340730")
+ )
+ (fp_line
+ (start -0.711252 0.91)
+ (end 0.711252 0.91)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "f4ee2711-7e5c-42c6-8fe9-f4b0d71f53f2")
+ )
+ (fp_rect
+ (start -2.48 -1.15)
+ (end 2.48 1.15)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "f3fe5ab5-8d54-45a2-85e5-bb345d27d230")
+ )
+ (fp_rect
+ (start -1.6 -0.8)
+ (end 1.6 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "c782f47d-5606-462c-bc40-d1a4b606fc71")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "a4e71b79-ccb1-4670-9b12-fa59c81d4280")
+ (effects
+ (font
+ (size 0.8 0.8)
+ (thickness 0.12)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1.5625 0)
+ (size 1.325 1.8)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.188679)
+ (net "+12V")
+ (pintype "passive")
+ (uuid "be7565b9-823f-4169-accb-b9cabd5d86a1")
+ )
+ (pad "2" smd roundrect
+ (at 1.5625 0)
+ (size 1.325 1.8)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.188679)
+ (net "GND")
+ (pintype "passive")
+ (uuid "42c6aaeb-0dda-41f0-a20e-3839c5b9030b")
)
(embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
)
- (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm"
+ (footprint "Capacitor_SMD:CP_Elec_6.3x5.8"
(layer "F.Cu")
- (uuid "c83a85db-de0b-4b31-ab45-0012446a0701")
- (at 176.817621 86)
- (descr "CP, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=7mm, Electrolytic Capacitor")
- (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm height 7mm Electrolytic Capacitor")
+ (uuid "bf9a3ffe-544e-4a6d-a14e-2cfec64a89a6")
+ (at 101 94)
+ (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm")
+ (tags "capacitor electrolytic")
(property "Reference" "C3"
- (at 1.25 -4.4 0)
+ (at 0 -4.35 0)
(layer "F.SilkS")
- (uuid "627c0d19-09f4-463b-b4f8-d16f0ee1605a")
+ (uuid "6981a671-5519-4da4-84d6-d43a5241c7c3")
(effects
(font
(size 1 1)
@@ -2859,9 +2700,9 @@
)
)
(property "Value" "100uF"
- (at 1.25 4.4 0)
+ (at 0 4.35 0)
(layer "F.Fab")
- (uuid "75899202-3a30-42cd-a2f9-b3b00a416870")
+ (uuid "16b493cf-98c1-41a8-86f3-e155c33e84d8")
(effects
(font
(size 1 1)
@@ -2869,15 +2710,14 @@
)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
- (uuid "0fbda4d1-1f7e-4853-8870-6e852d55e1eb")
+ (uuid "92c9baa0-3168-4c31-82e9-526eff39e393")
(effects
(font
(size 1.27 1.27)
- (thickness 0.15)
)
)
)
@@ -2885,10 +2725,21 @@
(at 0 0 0)
(layer "F.Fab")
(hide yes)
- (uuid "a461568a-59cd-4889-9e4c-d4affcd64aaa")
+ (uuid "2b1f49ab-89fa-4364-9e88-cd3faaf01894")
(effects
(font
(size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "capacitor/SMD/elec_round_polarized"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "393ffe82-8cd2-4d0a-b89d-3698408376e2")
+ (effects
+ (font
+ (size 1 1)
(thickness 0.15)
)
)
@@ -2897,1424 +2748,349 @@
(path "/db07aea6-82fd-4feb-9821-e1c591adcae0")
(sheetname "/")
(sheetfile "firstpcb.kicad_sch")
- (attr through_hole)
- (fp_line
- (start -2.250241 -1.839)
- (end -1.620241 -1.839)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "1c29e289-18a3-4352-a80b-5787fabe06dd")
- )
- (fp_line
- (start -1.935241 -2.154)
- (end -1.935241 -1.524)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "5e9c76d2-1cad-410a-b060-c9766b00df0c")
- )
- (fp_line
- (start 1.25 -3.23)
- (end 1.25 3.23)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "1eef503d-577a-4a40-82ba-5d51076f18af")
- )
- (fp_line
- (start 1.29 -3.23)
- (end 1.29 3.23)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "97b79d84-8a7a-4169-93ae-023d6e2db11a")
- )
- (fp_line
- (start 1.33 -3.229)
- (end 1.33 3.229)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "70495fbe-bbdc-43f6-a78e-112354d491d5")
- )
- (fp_line
- (start 1.37 -3.228)
- (end 1.37 3.228)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "00e2b572-3e80-4af7-af0c-2383bb54b778")
- )
- (fp_line
- (start 1.41 -3.226)
- (end 1.41 3.226)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "77e19573-7591-43bf-b177-56d138e23ac1")
- )
- (fp_line
- (start 1.45 -3.224)
- (end 1.45 3.224)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "c5a7a627-bfee-457f-96bb-3340cd17cdc0")
- )
- (fp_line
- (start 1.49 -3.221)
- (end 1.49 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "5e0aefb7-a088-4d78-9b1b-6ac3a53e9d91")
- )
- (fp_line
- (start 1.49 1.04)
- (end 1.49 3.221)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "291956c5-1401-4a22-a0c7-c5fdef5127c4")
- )
- (fp_line
- (start 1.53 -3.218)
- (end 1.53 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "d11467a9-a1bb-4b3a-869f-dd8e41b1edd7")
- )
- (fp_line
- (start 1.53 1.04)
- (end 1.53 3.218)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "5407c0f1-eaf6-4dfb-a624-6946f08f10bb")
- )
- (fp_line
- (start 1.57 -3.214)
- (end 1.57 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "ea870ce8-d6bb-4a47-94b7-be71dd83fb46")
- )
- (fp_line
- (start 1.57 1.04)
- (end 1.57 3.214)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "50c29b3f-8d01-4852-b6de-76208fc5dc79")
- )
- (fp_line
- (start 1.61 -3.21)
- (end 1.61 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4e1c1115-2acf-4573-9566-3779d15f3ab0")
- )
- (fp_line
- (start 1.61 1.04)
- (end 1.61 3.21)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "0081a5e0-a844-46de-ad02-46665770eaf4")
- )
- (fp_line
- (start 1.65 -3.205)
- (end 1.65 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "977cfe30-6ab2-4319-8e7d-83a3b39dc23e")
- )
- (fp_line
- (start 1.65 1.04)
- (end 1.65 3.205)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "72b31558-d306-4b81-b31d-1d341530acaf")
- )
- (fp_line
- (start 1.69 -3.2)
- (end 1.69 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "94eecdc1-6879-4c38-a315-b25ea7ef7252")
- )
- (fp_line
- (start 1.69 1.04)
- (end 1.69 3.2)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "349e8f96-7600-4ebd-b258-9538e1d9e20c")
- )
- (fp_line
- (start 1.73 -3.195)
- (end 1.73 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "f01104ed-4a6f-415f-9685-9ea2d2509832")
- )
- (fp_line
- (start 1.73 1.04)
- (end 1.73 3.195)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "589851a0-0018-4988-bc8d-3a70eb611571")
- )
- (fp_line
- (start 1.77 -3.188)
- (end 1.77 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "2d539084-e700-4b9b-9bc6-0d18d4f2b718")
- )
- (fp_line
- (start 1.77 1.04)
- (end 1.77 3.188)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "cae8791e-a03c-4d20-b6a6-0a182174c4d6")
- )
- (fp_line
- (start 1.81 -3.182)
- (end 1.81 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e0c8f5f1-eb7d-49be-a532-87e041404746")
- )
- (fp_line
- (start 1.81 1.04)
- (end 1.81 3.182)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "a3b88a4c-b372-4dcf-9652-7e19aa996700")
- )
- (fp_line
- (start 1.85 -3.174)
- (end 1.85 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "c6bd9db5-9c87-43b0-8bd7-a3187ff8300f")
- )
- (fp_line
- (start 1.85 1.04)
- (end 1.85 3.174)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "b15817f6-f98b-4346-b245-319bd2d5244a")
- )
- (fp_line
- (start 1.89 -3.167)
- (end 1.89 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "8876c387-3edb-453f-aaae-278245697ae0")
- )
- (fp_line
- (start 1.89 1.04)
- (end 1.89 3.167)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e000a7fe-a9d9-4508-8e1c-b82e12704c26")
- )
- (fp_line
- (start 1.93 -3.159)
- (end 1.93 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "eef3bfd9-b19c-4234-8f68-d0b4ad61ef7e")
- )
- (fp_line
- (start 1.93 1.04)
- (end 1.93 3.159)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "7bce44ad-136f-4ccf-a3af-a10bff24ecb3")
- )
- (fp_line
- (start 1.97 -3.15)
- (end 1.97 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "07b43d17-c095-45b7-8c80-7f7b9631b710")
- )
- (fp_line
- (start 1.97 1.04)
- (end 1.97 3.15)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "6b2fcda4-c18c-4473-9518-6d955d0b4431")
- )
- (fp_line
- (start 2.01 -3.14)
- (end 2.01 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "ac12351a-1862-43dd-aa75-1f7c68086c45")
- )
- (fp_line
- (start 2.01 1.04)
- (end 2.01 3.14)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4bd9665f-20a5-4a2b-ad7b-49ad718989cf")
- )
- (fp_line
- (start 2.05 -3.131)
- (end 2.05 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "58b68b13-734d-4b14-9677-769a7babeb0d")
- )
- (fp_line
- (start 2.05 1.04)
- (end 2.05 3.131)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4f21fd3f-ab65-4ff1-b0b2-eca18317ce01")
- )
- (fp_line
- (start 2.09 -3.12)
- (end 2.09 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "f11e1e2d-a0fb-4e10-9b38-4d322b07ebae")
- )
- (fp_line
- (start 2.09 1.04)
- (end 2.09 3.12)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "3441e783-9529-41cd-96c8-83ac0bead554")
- )
- (fp_line
- (start 2.13 -3.109)
- (end 2.13 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "2ee4b813-47c6-4ffc-99bb-da0c97acd90c")
- )
- (fp_line
- (start 2.13 1.04)
- (end 2.13 3.109)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4653325e-3997-4b86-ba2e-d149b80e9259")
- )
- (fp_line
- (start 2.17 -3.098)
- (end 2.17 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "8ad15760-7e0e-43f8-b5b6-d2f6d9c4743c")
- )
- (fp_line
- (start 2.17 1.04)
- (end 2.17 3.098)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "fda8bfb6-e338-4d0a-964c-7190cfa21538")
- )
- (fp_line
- (start 2.21 -3.086)
- (end 2.21 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "47b65871-c4ee-4093-8c1f-0d358a025916")
- )
- (fp_line
- (start 2.21 1.04)
- (end 2.21 3.086)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "5abdb3e5-699d-4229-ac86-bf7a97ce6993")
- )
- (fp_line
- (start 2.25 -3.073)
- (end 2.25 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "02683a7a-913a-4d86-8db9-5294f887a9c1")
- )
- (fp_line
- (start 2.25 1.04)
- (end 2.25 3.073)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "23944c7e-fc8c-4e41-8e66-1b17e6d1f266")
- )
- (fp_line
- (start 2.29 -3.06)
- (end 2.29 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "6a626475-a826-4ff3-97e6-0a7bf5d38747")
- )
- (fp_line
- (start 2.29 1.04)
- (end 2.29 3.06)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "dfa6bcad-1f11-44d5-b590-bff2327de571")
- )
- (fp_line
- (start 2.33 -3.047)
- (end 2.33 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "98898fb1-c49c-4fed-9e9a-51c7a8aee87c")
- )
- (fp_line
- (start 2.33 1.04)
- (end 2.33 3.047)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "d705bc34-61b4-4b3c-b492-40d3cf6ff296")
- )
- (fp_line
- (start 2.37 -3.032)
- (end 2.37 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4a5b3977-6619-4b02-80b0-a0f5764dfcae")
- )
- (fp_line
- (start 2.37 1.04)
- (end 2.37 3.032)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "f83a55dc-3abb-4ba7-aaa9-4a8b50ca77e7")
- )
- (fp_line
- (start 2.41 -3.017)
- (end 2.41 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "b7e70c60-46e2-4764-9290-03aa7489298a")
- )
- (fp_line
- (start 2.41 1.04)
- (end 2.41 3.017)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "6d9d9118-81d4-4b24-ad1b-a0143864fe50")
- )
- (fp_line
- (start 2.45 -3.002)
- (end 2.45 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "9efd3e65-10fe-4e7e-a18a-d9b7dd9c3593")
- )
- (fp_line
- (start 2.45 1.04)
- (end 2.45 3.002)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "96824a08-577c-4abe-b11d-b1d1cad5d50f")
- )
- (fp_line
- (start 2.49 -2.986)
- (end 2.49 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "73cef8b9-1729-44b3-9fcb-ebd77b84d01a")
- )
- (fp_line
- (start 2.49 1.04)
- (end 2.49 2.986)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "8972a5d0-b47d-4e52-85ce-1e0831558909")
- )
- (fp_line
- (start 2.53 -2.969)
- (end 2.53 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "6c20998e-54e8-46d1-8c27-58a1b4bad4cb")
- )
- (fp_line
- (start 2.53 1.04)
- (end 2.53 2.969)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "f62371b1-83bc-4b86-a613-2a6a4a6e62a4")
- )
- (fp_line
- (start 2.57 -2.952)
- (end 2.57 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "3dfd9c0f-246a-44d3-81d9-4b2700ef3975")
- )
- (fp_line
- (start 2.57 1.04)
- (end 2.57 2.952)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e0ee6466-fe9f-4963-8fd7-deb66c586069")
- )
- (fp_line
- (start 2.61 -2.934)
- (end 2.61 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "279a4890-268c-4135-8946-2dcaf7e15b6c")
- )
- (fp_line
- (start 2.61 1.04)
- (end 2.61 2.934)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "516693c9-bc0a-4e34-884d-ef029e951279")
- )
- (fp_line
- (start 2.65 -2.915)
- (end 2.65 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "58cbf976-3141-4077-b6a4-90351acf6370")
- )
- (fp_line
- (start 2.65 1.04)
- (end 2.65 2.915)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "16667fe0-f944-4c89-97b0-9b0e998d0543")
- )
- (fp_line
- (start 2.69 -2.896)
- (end 2.69 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "fb519a68-77ea-4d6b-abdf-e4124a1fd6d3")
- )
- (fp_line
- (start 2.69 1.04)
- (end 2.69 2.896)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "258e343a-bd2e-4942-92b5-2ce79e9f6332")
- )
- (fp_line
- (start 2.73 -2.876)
- (end 2.73 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "936256b5-88f9-42c6-8e43-db463219704b")
- )
- (fp_line
- (start 2.73 1.04)
- (end 2.73 2.876)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "a432dcaa-d3ce-48bf-a225-2b3e47afec8e")
- )
- (fp_line
- (start 2.77 -2.855)
- (end 2.77 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "d771ac54-5685-4c52-ad9c-ca6876b49799")
- )
- (fp_line
- (start 2.77 1.04)
- (end 2.77 2.855)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "7201e7a9-56ca-4891-82f4-4bea042bc3b7")
- )
- (fp_line
- (start 2.81 -2.834)
- (end 2.81 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "20ab62b8-8457-4814-abda-0e9f9c7f3ec3")
- )
- (fp_line
- (start 2.81 1.04)
- (end 2.81 2.834)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "31b45f55-5fe4-4c7e-8357-074f90fa9126")
- )
- (fp_line
- (start 2.85 -2.812)
- (end 2.85 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "2751fc62-9d15-4cd4-b2b7-d394070d475a")
- )
- (fp_line
- (start 2.85 1.04)
- (end 2.85 2.812)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "a4efd5a1-3942-4391-9a16-89b9b240cdfc")
- )
- (fp_line
- (start 2.89 -2.789)
- (end 2.89 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "097941d6-3409-4fca-9ad2-e9b145304f39")
- )
- (fp_line
- (start 2.89 1.04)
- (end 2.89 2.789)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "678ccb2f-cd8c-4a25-bea2-12775a543972")
- )
- (fp_line
- (start 2.93 -2.765)
- (end 2.93 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "1119bb84-a78c-4fbb-a5e5-694bf235e657")
- )
- (fp_line
- (start 2.93 1.04)
- (end 2.93 2.765)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "ca775c3d-0e3f-4f7d-aa35-1376a903e7f1")
- )
- (fp_line
- (start 2.97 -2.741)
- (end 2.97 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "1800c6a9-f736-45cc-8f80-e9131802768f")
- )
- (fp_line
- (start 2.97 1.04)
- (end 2.97 2.741)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "87b83cbf-0a0f-4441-ae5e-2851befd908e")
- )
- (fp_line
- (start 3.01 -2.716)
- (end 3.01 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "27f81c43-c601-4798-b677-f2f1e5255f29")
- )
- (fp_line
- (start 3.01 1.04)
- (end 3.01 2.716)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "00cb6d64-c089-4cc7-8b51-2535e5a885b9")
- )
- (fp_line
- (start 3.05 -2.69)
- (end 3.05 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "98dd7eaf-9275-4eae-a957-c2ddc3413a30")
- )
- (fp_line
- (start 3.05 1.04)
- (end 3.05 2.69)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "f3e2954b-7e24-4ded-af66-c37ab508cbd7")
- )
- (fp_line
- (start 3.09 -2.663)
- (end 3.09 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "00a069b6-d392-425e-aa0d-f1845275da11")
- )
- (fp_line
- (start 3.09 1.04)
- (end 3.09 2.663)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "d53a848c-4c5f-45e8-81ac-ada790c1f5a4")
- )
- (fp_line
- (start 3.13 -2.636)
- (end 3.13 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e0be9885-e1d9-4516-89ab-cf0ae80f3e79")
- )
- (fp_line
- (start 3.13 1.04)
- (end 3.13 2.636)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "250557a5-6cac-46c9-9c81-fa900a63ca43")
- )
- (fp_line
- (start 3.17 -2.607)
- (end 3.17 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "600b4af2-ba9c-44f2-9ff4-90d7cb8eaef2")
- )
- (fp_line
- (start 3.17 1.04)
- (end 3.17 2.607)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "ad325a03-83cc-49be-a12f-b1da53b540e8")
- )
- (fp_line
- (start 3.21 -2.577)
- (end 3.21 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "d8c45e4e-2516-4ef9-8044-e4682b930ee7")
- )
- (fp_line
- (start 3.21 1.04)
- (end 3.21 2.577)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "1d9435b9-ea8e-4b34-b5ae-a67c934c9889")
- )
- (fp_line
- (start 3.25 -2.547)
- (end 3.25 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "7f5fc18c-47c3-4fc9-b3a9-11516ba34ea7")
- )
- (fp_line
- (start 3.25 1.04)
- (end 3.25 2.547)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "9d07a1b5-73ec-48ee-9f89-b9bb028d2c92")
- )
- (fp_line
- (start 3.29 -2.516)
- (end 3.29 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "0e8aa1f3-513e-40e4-b4b9-8baddea7e0ef")
- )
- (fp_line
- (start 3.29 1.04)
- (end 3.29 2.516)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "c26b4356-7e8f-4689-9689-896ac3109060")
- )
- (fp_line
- (start 3.33 -2.483)
- (end 3.33 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "55001749-0e1b-44cd-9990-6618792bbe7e")
- )
- (fp_line
- (start 3.33 1.04)
- (end 3.33 2.483)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "09475e35-d5cf-4043-b9a8-a803f03237f4")
- )
- (fp_line
- (start 3.37 -2.45)
- (end 3.37 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "b1653813-ade2-4acb-871a-9002c72b0455")
- )
- (fp_line
- (start 3.37 1.04)
- (end 3.37 2.45)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "969bfb11-160a-44c8-85b7-666d71311acd")
- )
- (fp_line
- (start 3.41 -2.415)
- (end 3.41 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "42620b50-be4e-4fa5-96ca-980c9cfbb18b")
- )
- (fp_line
- (start 3.41 1.04)
- (end 3.41 2.415)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "5ca44fe1-7995-4424-8154-e3c87855ea30")
- )
- (fp_line
- (start 3.45 -2.379)
- (end 3.45 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "7617675d-cf58-453d-a2cf-3a1f79f76013")
- )
- (fp_line
- (start 3.45 1.04)
- (end 3.45 2.379)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "b522d484-91f9-4a15-8b77-08d149c33bee")
- )
- (fp_line
- (start 3.49 -2.342)
- (end 3.49 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "28e5478d-aebd-44f0-bff5-a95f3615021c")
- )
- (fp_line
- (start 3.49 1.04)
- (end 3.49 2.342)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "f8235b8e-9a4d-48d9-9709-5774f4204c48")
- )
- (fp_line
- (start 3.53 -2.304)
- (end 3.53 -1.04)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "23853556-3ed7-4b53-bf48-39275365d227")
- )
- (fp_line
- (start 3.53 1.04)
- (end 3.53 2.304)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e2f9c691-c437-4001-8117-60706cf7a4c9")
- )
- (fp_line
- (start 3.57 -2.264)
- (end 3.57 2.264)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "a2decf29-aef6-4f3c-a57e-794c51f45156")
- )
- (fp_line
- (start 3.61 -2.223)
- (end 3.61 2.223)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "5902df11-3966-4359-855d-7bb79b8bd2ad")
- )
- (fp_line
- (start 3.65 -2.181)
- (end 3.65 2.181)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "30a37e68-0b38-4017-8fa2-6b46d83041ed")
- )
- (fp_line
- (start 3.69 -2.137)
- (end 3.69 2.137)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e8755aba-14f3-446d-964f-b7980ca3c41c")
- )
- (fp_line
- (start 3.73 -2.091)
- (end 3.73 2.091)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "294f752d-042d-4bd3-80e3-2e262c1fba36")
- )
- (fp_line
- (start 3.77 -2.044)
- (end 3.77 2.044)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "ff0b7551-ab92-49f2-a7a6-11c4c4f0e051")
- )
- (fp_line
- (start 3.81 -1.995)
- (end 3.81 1.995)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "4310f6cd-9d2e-4466-ab51-9421013ed4ba")
- )
- (fp_line
- (start 3.85 -1.943)
- (end 3.85 1.943)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "60c1ef83-7aee-45a2-b47b-74da286defa9")
- )
- (fp_line
- (start 3.89 -1.89)
- (end 3.89 1.89)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "c8b66fdc-a14a-4fb6-a93e-faa7a2572927")
- )
- (fp_line
- (start 3.93 -1.834)
- (end 3.93 1.834)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "b8c34b5f-6ded-425e-a2bd-2b8cd832d0de")
- )
- (fp_line
- (start 3.97 -1.775)
- (end 3.97 1.775)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "33450933-a0c0-45d1-a601-bb66a88aea6b")
- )
- (fp_line
- (start 4.01 -1.714)
- (end 4.01 1.714)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "43018eda-f128-4793-bac1-68840c34cef0")
- )
- (fp_line
- (start 4.05 -1.649)
- (end 4.05 1.649)
- (stroke
- (width 0.12)
- (type solid)
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
)
- (layer "F.SilkS")
- (uuid "2302fad3-1ce2-474b-af19-41473e80c2a3")
)
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
(fp_line
- (start 4.09 -1.581)
- (end 4.09 1.581)
+ (start -4.4375 -1.8475)
+ (end -3.65 -1.8475)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "5d1a7b1e-c4c5-47eb-854a-736c8232a788")
+ (uuid "71ad9f24-c5ff-4c94-8cc9-fe76697607cf")
)
(fp_line
- (start 4.13 -1.509)
- (end 4.13 1.509)
+ (start -4.04375 -2.24125)
+ (end -4.04375 -1.45375)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "abce392e-ac3f-472a-8b6b-4fa0acd061b0")
+ (uuid "c58a26b3-7983-466c-80c6-6f16f5adb59d")
)
(fp_line
- (start 4.17 -1.432)
- (end 4.17 1.432)
+ (start -3.41 -2.345563)
+ (end -3.41 -1.06)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "6409a864-4081-43d2-87d1-d0d9689c345c")
+ (uuid "cc956d6e-b184-4d8d-a258-cbc64d16e86a")
)
(fp_line
- (start 4.21 -1.35)
- (end 4.21 1.35)
+ (start -3.41 -2.345563)
+ (end -2.345563 -3.41)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "251c36a0-e54d-4f52-b204-bff541201807")
+ (uuid "ce864638-295f-4443-b291-bb15057b1b93")
)
(fp_line
- (start 4.25 -1.261)
- (end 4.25 1.261)
+ (start -3.41 2.345563)
+ (end -3.41 1.06)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "a97c98ce-982a-4cc3-9bab-f601471da053")
+ (uuid "78094c4d-5cc3-406d-b1dd-a4d560ebc0c3")
)
(fp_line
- (start 4.29 -1.165)
- (end 4.29 1.165)
+ (start -3.41 2.345563)
+ (end -2.345563 3.41)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "22bb2462-8f9a-4800-bb76-15936da75c01")
+ (uuid "10e45010-e92a-4bd0-8ea9-47722ec6e7ef")
)
(fp_line
- (start 4.33 -1.058)
- (end 4.33 1.058)
+ (start -2.345563 -3.41)
+ (end 3.41 -3.41)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "e2bd3123-9c90-47fd-8f9f-b5e73b4f8f6d")
+ (uuid "39af72ef-ae54-4b91-a69f-6f4ec0240189")
)
(fp_line
- (start 4.37 -0.939)
- (end 4.37 0.939)
+ (start -2.345563 3.41)
+ (end 3.41 3.41)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "702eb423-19c1-4363-8b2b-9e39ed91c648")
+ (uuid "644470ec-1b61-4e9f-808f-257b9d5d789a")
)
(fp_line
- (start 4.41 -0.801)
- (end 4.41 0.801)
+ (start 3.41 -3.41)
+ (end 3.41 -1.06)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "04d7d31d-a17d-4272-8468-f15906d194c7")
+ (uuid "1d95efee-519b-4cbe-a6f7-a12ef23e1931")
)
(fp_line
- (start 4.45 -0.633)
- (end 4.45 0.633)
+ (start 3.41 3.41)
+ (end 3.41 1.06)
(stroke
(width 0.12)
(type solid)
)
(layer "F.SilkS")
- (uuid "bdf2f536-ae0a-4429-8f22-fa354378d6bb")
+ (uuid "8f1f7710-e049-461b-bdd3-4abc8f69a68e")
)
(fp_line
- (start 4.49 -0.402)
- (end 4.49 0.402)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "e57d51b8-a202-4ca8-819f-cff7727a84ed")
- )
- (fp_circle
- (center 1.25 0)
- (end 4.52 0)
- (stroke
- (width 0.12)
- (type solid)
- )
- (fill no)
- (layer "F.SilkS")
- (uuid "be270706-d022-4520-895d-5988db7ddcce")
- )
- (fp_circle
- (center 1.25 0)
- (end 4.65 0)
+ (start -4.7 -1.05)
+ (end -4.7 1.05)
(stroke
(width 0.05)
(type solid)
)
- (fill no)
(layer "F.CrtYd")
- (uuid "09d944fc-ab13-40de-90eb-3f352e31dd7f")
+ (uuid "078d8296-4655-4c72-9499-f7776c05f717")
)
(fp_line
- (start -1.443972 -1.3735)
- (end -0.813972 -1.3735)
+ (start -4.7 1.05)
+ (end -3.55 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "43bdac90-75ef-4dcd-81a6-c10bfe55f4c1")
+ )
+ (fp_line
+ (start -3.55 -2.4)
+ (end -3.55 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "532ecb48-20b2-432d-8f0b-531df06926dc")
+ )
+ (fp_line
+ (start -3.55 -2.4)
+ (end -2.4 -3.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "ea4516a4-cd42-4d38-9f96-e04c985573be")
+ )
+ (fp_line
+ (start -3.55 -1.05)
+ (end -4.7 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "d876945d-e5fa-4387-95ab-bdf87af5394e")
+ )
+ (fp_line
+ (start -3.55 1.05)
+ (end -3.55 2.4)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "39a8c5eb-3448-47b3-a063-4e8e7ac6740b")
+ )
+ (fp_line
+ (start -3.55 2.4)
+ (end -2.4 3.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "0961727b-80d1-4155-97a0-17d930ab8137")
+ )
+ (fp_line
+ (start -2.4 -3.55)
+ (end 3.55 -3.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "6844272e-ce93-4d1f-b447-c39d8efa7678")
+ )
+ (fp_line
+ (start -2.4 3.55)
+ (end 3.55 3.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "38cde148-26e8-4fb7-876f-463e62c56ef9")
+ )
+ (fp_line
+ (start 3.55 -3.55)
+ (end 3.55 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "416c0721-3617-4ada-b8a3-111b5645ad0b")
+ )
+ (fp_line
+ (start 3.55 -1.05)
+ (end 4.7 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "432af1a3-2501-48a5-958d-2459a41150a5")
+ )
+ (fp_line
+ (start 3.55 1.05)
+ (end 3.55 3.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "72ded958-c3ba-473e-b5a7-d95813b8a961")
+ )
+ (fp_line
+ (start 4.7 -1.05)
+ (end 4.7 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "353e61a2-6383-4329-a67b-55e5e7df7177")
+ )
+ (fp_line
+ (start 4.7 1.05)
+ (end 3.55 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "b4b29e2b-8876-4669-ab02-9505cc2c4de2")
+ )
+ (fp_line
+ (start -3.3 -2.3)
+ (end -3.3 2.3)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
- (uuid "4aa8d33a-dd31-497f-a49d-86e2d5510aad")
+ (uuid "ea645b57-8924-4ca6-893d-9ff16713947e")
)
(fp_line
- (start -1.128972 -1.6885)
- (end -1.128972 -1.0585)
+ (start -3.3 -2.3)
+ (end -2.3 -3.3)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
- (uuid "c4e908eb-67a5-42bf-b066-2eea7baa97b4")
+ (uuid "cc5c17e5-ccc1-437c-b50c-b6a5e99390af")
+ )
+ (fp_line
+ (start -3.3 2.3)
+ (end -2.3 3.3)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ae73db7f-eaf1-460b-be1b-a0900932cdd5")
+ )
+ (fp_line
+ (start -2.704838 -1.33)
+ (end -2.074838 -1.33)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "cec36477-f693-4569-a0b1-d1f5afed62b6")
+ )
+ (fp_line
+ (start -2.389838 -1.645)
+ (end -2.389838 -1.015)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ab8e55ca-75e0-43ac-9ff9-28ba26f6c3c0")
+ )
+ (fp_line
+ (start -2.3 -3.3)
+ (end 3.3 -3.3)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "6c3e8bff-88f4-4c75-916f-d31be61bfafd")
+ )
+ (fp_line
+ (start -2.3 3.3)
+ (end 3.3 3.3)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "29a1611d-d7f9-42c8-8ec5-722273856944")
+ )
+ (fp_line
+ (start 3.3 -3.3)
+ (end 3.3 3.3)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "45422f89-222f-4ab3-a0f9-423894de95eb")
)
(fp_circle
- (center 1.25 0)
- (end 4.4 0)
+ (center 0 0)
+ (end 3.15 0)
(stroke
(width 0.1)
(type solid)
)
(fill no)
(layer "F.Fab")
- (uuid "bf8af238-51d6-4c97-883e-416a175bf97e")
+ (uuid "01f802d4-7a92-4c59-abd5-4434dea67797")
)
(fp_text user "${REFERENCE}"
- (at 1.25 0 0)
+ (at 0 0 0)
(layer "F.Fab")
- (uuid "f742c417-f785-481b-ba7c-ebfb9d00c2e3")
+ (uuid "1dd569a7-6ed9-4727-b61e-f494ab5eabfc")
(effects
(font
(size 1 1)
@@ -4322,433 +3098,26 @@
)
)
)
- (pad "1" thru_hole roundrect
- (at 0 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
+ (pad "1" smd roundrect
+ (at -2.7 0)
+ (size 3.5 1.6)
+ (layers "F.Cu" "F.Mask" "F.Paste")
(roundrect_rratio 0.15625)
- (net 5 "+12V")
+ (net "+12V")
(pintype "passive")
- (uuid "5e784b9b-4671-4f46-ade9-59162a204a51")
+ (uuid "698d6317-0583-4b7a-abf2-939ab236673b")
)
- (pad "2" thru_hole circle
- (at 2.5 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 2 "GND")
+ (pad "2" smd roundrect
+ (at 2.7 0)
+ (size 3.5 1.6)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.15625)
+ (net "GND")
(pintype "passive")
- (uuid "ca83b302-b848-4aff-8178-c354cd1b0d7a")
+ (uuid "ae0efe77-845a-44e8-b0aa-bdabfee638c3")
)
(embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.stpZ"
- (offset
- (xyz 0 0 0)
- )
- (scale
- (xyz 1 1 1)
- )
- (rotate
- (xyz 0 0 0)
- )
- )
- )
- (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm"
- (layer "F.Cu")
- (uuid "f472b2d4-60d9-4a63-984c-f0e08b57dbf7")
- (at 174 97.05)
- (descr "C, Disc series, Radial, pin pitch=2.50mm, diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf")
- (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor")
- (property "Reference" "C2"
- (at 1.25 -2.5 0)
- (layer "F.SilkS")
- (uuid "7e569402-772c-4895-b20f-23b2877aecd4")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Value" "0.1uF"
- (at 1.25 2.5 0)
- (layer "F.Fab")
- (uuid "a818801c-fb24-478d-bf66-73d9eb87d3c2")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (property "Datasheet" "~"
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "0078be5a-0359-4ee3-a482-e70c77e0e995")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property "Description" "Unpolarized capacitor"
- (at 0 0 0)
- (layer "F.Fab")
- (hide yes)
- (uuid "383dce04-acf1-4d5e-8195-742a5cd07054")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- )
- )
- (property ki_fp_filters "C_*")
- (path "/58617ce4-1b01-4ae9-be22-0491e474e52d")
- (sheetname "/")
- (sheetfile "firstpcb.kicad_sch")
- (attr through_hole)
- (fp_line
- (start -1.37 -1.37)
- (end 3.87 -1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "76394db4-19ce-4773-852f-95c0c511f943")
- )
- (fp_line
- (start -1.37 1.37)
- (end -1.37 -1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "630a74f4-e062-4248-83c7-ba4e2938e447")
- )
- (fp_line
- (start 3.87 -1.37)
- (end 3.87 1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "750a4560-9604-4440-84f3-5ea70942c58d")
- )
- (fp_line
- (start 3.87 1.37)
- (end -1.37 1.37)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "F.SilkS")
- (uuid "1888093b-9da9-4e47-ae6a-928c970d4134")
- )
- (fp_rect
- (start -1.5 -1.5)
- (end 4 1.5)
- (stroke
- (width 0.05)
- (type solid)
- )
- (fill no)
- (layer "F.CrtYd")
- (uuid "c6790efd-944c-470c-b373-6935dabbe766")
- )
- (fp_rect
- (start -1.25 -1.25)
- (end 3.75 1.25)
- (stroke
- (width 0.1)
- (type solid)
- )
- (fill no)
- (layer "F.Fab")
- (uuid "e5a92c68-d631-4e44-ab43-d8e0712d0761")
- )
- (fp_text user "${REFERENCE}"
- (at 1.25 0 0)
- (layer "F.Fab")
- (uuid "2e03fc25-674c-41aa-99a0-fd3037df70e1")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- )
- )
- (pad "1" thru_hole circle
- (at 0 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 16 "+5V")
- (pintype "passive")
- (uuid "7f698c5a-8bcb-4f36-976b-7962805aea90")
- )
- (pad "2" thru_hole circle
- (at 2.5 0)
- (size 1.6 1.6)
- (drill 0.8)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 2 "GND")
- (pintype "passive")
- (uuid "914d3b16-f6eb-4250-a3d2-0bb44a44427c")
- )
- (embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.stpZ"
- (offset
- (xyz 0 0 0)
- )
- (scale
- (xyz 1 1 1)
- )
- (rotate
- (xyz 0 0 0)
- )
- )
- )
- (footprint "Package_TO_SOT_THT:TO-220-3_Vertical"
- (layer "B.Cu")
- (uuid "6dc0a4a8-e8e0-4346-9e73-913e9d6f4b84")
- (at 162.58 105.5 180)
- (descr "TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py")
- (tags "TO-220-3 Vertical RM 2.54mm")
- (property "Reference" "L7805"
- (at 2.54 4.1 0)
- (layer "B.SilkS")
- (uuid "866be9b7-b64f-42c3-bd23-fdc363fe7af8")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- (justify mirror)
- )
- )
- (property "Value" "L7805"
- (at 2.54 -2.2 0)
- (layer "B.Fab")
- (uuid "36704619-87cd-4117-9b7d-7cac7410fc42")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- (justify mirror)
- )
- )
- (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf"
- (at 0 0 0)
- (layer "B.Fab")
- (hide yes)
- (uuid "65fa36ae-6da1-4510-840b-00a28f68a79a")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- (justify mirror)
- )
- )
- (property "Description" "Positive 1.5A 35V Linear Regulator, Fixed Output 5V, TO-220/TO-263/TO-252"
- (at 0 0 0)
- (layer "B.Fab")
- (hide yes)
- (uuid "19d34e6c-ed08-4538-b138-9c76b0fa0b3c")
- (effects
- (font
- (size 1.27 1.27)
- (thickness 0.15)
- )
- (justify mirror)
- )
- )
- (property ki_fp_filters "TO?252* TO?263* TO?220*")
- (path "/b5b8c784-5cbd-46af-b962-5f07e5e5ce66")
- (sheetname "/")
- (sheetfile "firstpcb.kicad_sch")
- (attr through_hole)
- (fp_line
- (start 7.65 3.26)
- (end 7.65 -1.36)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "B.SilkS")
- (uuid "57f84881-6960-49a1-a373-878a3dd0be2f")
- )
- (fp_line
- (start 7.65 -1.36)
- (end -2.57 -1.36)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "B.SilkS")
- (uuid "8ed89ea6-49f7-4e24-9379-06547d861f2b")
- )
- (fp_line
- (start 4.39 3.26)
- (end 4.39 1.88)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "B.SilkS")
- (uuid "c47dfded-04a6-4750-9219-822d346ebe7a")
- )
- (fp_line
- (start 0.69 3.26)
- (end 0.69 1.88)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "B.SilkS")
- (uuid "40157d6e-f4a6-4cf4-951d-ea73a186fdcb")
- )
- (fp_line
- (start -2.57 3.26)
- (end 7.65 3.26)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "B.SilkS")
- (uuid "6af936c7-e7dc-43a6-92a8-ec58110559ff")
- )
- (fp_line
- (start -2.57 1.88)
- (end 7.65 1.88)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "B.SilkS")
- (uuid "e34603a5-260b-47c2-8213-880ceb1924de")
- )
- (fp_line
- (start -2.57 -1.36)
- (end -2.57 3.26)
- (stroke
- (width 0.12)
- (type solid)
- )
- (layer "B.SilkS")
- (uuid "580d89f8-9d20-4fd8-8d22-86c7376c509a")
- )
- (fp_rect
- (start -2.71 3.4)
- (end 7.79 -1.5)
- (stroke
- (width 0.05)
- (type solid)
- )
- (fill no)
- (layer "B.CrtYd")
- (uuid "687ebdc6-88ff-4a77-a360-a45227e028cf")
- )
- (fp_line
- (start 4.39 3.15)
- (end 4.39 1.88)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "B.Fab")
- (uuid "4b28d9a1-0119-456f-9fa1-136a99f4735c")
- )
- (fp_line
- (start 0.69 3.15)
- (end 0.69 1.88)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "B.Fab")
- (uuid "59675181-5562-4a23-b7ae-0b01f9e9e8c5")
- )
- (fp_line
- (start -2.46 1.88)
- (end 7.54 1.88)
- (stroke
- (width 0.1)
- (type solid)
- )
- (layer "B.Fab")
- (uuid "74e8c749-9f3a-449f-9f1f-62d636783cbd")
- )
- (fp_rect
- (start -2.46 3.15)
- (end 7.54 -1.25)
- (stroke
- (width 0.1)
- (type solid)
- )
- (fill no)
- (layer "B.Fab")
- (uuid "c60e51e6-2056-4586-bf2e-be8cfedea422")
- )
- (fp_text user "${REFERENCE}"
- (at 2.54 0.95 0)
- (layer "B.Fab")
- (uuid "4bb940c1-cd0b-4244-8168-127e8237c71e")
- (effects
- (font
- (size 1 1)
- (thickness 0.15)
- )
- (justify mirror)
- )
- )
- (pad "1" thru_hole rect
- (at 0 0 180)
- (size 1.905 2)
- (drill 1.1)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 5 "+12V")
- (pinfunction "IN")
- (pintype "power_in")
- (uuid "161ee129-6199-425d-a1f5-2de7643ee2ea")
- )
- (pad "2" thru_hole oval
- (at 2.54 0 180)
- (size 1.905 2)
- (drill 1.1)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 2 "GND")
- (pinfunction "GND")
- (pintype "power_in")
- (uuid "6a862548-777d-47a9-bd36-2f91b591259a")
- )
- (pad "3" thru_hole oval
- (at 5.08 0 180)
- (size 1.905 2)
- (drill 1.1)
- (layers "*.Cu" "*.Mask")
- (remove_unused_layers no)
- (net 16 "+5V")
- (pinfunction "OUT")
- (pintype "power_out")
- (uuid "a1edf3a6-5f28-42b4-9de1-1dea0660a0f3")
- )
- (embedded_fonts no)
- (model "${KICAD9_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-220-3_Vertical.stpZ"
+ (model "${KICAD10_3DMODEL_DIR}/Capacitor_SMD.3dshapes/CP_Elec_6.3x5.8.stpZ"
(offset
(xyz 0 0 0)
)
@@ -4761,243 +3130,249 @@
)
)
(footprint "Library:ESP32-WROOM-SAVED"
- (layer "B.Cu")
- (uuid "af309d7e-601b-4189-9581-cad8783cb290")
- (at 142.875 104.2 90)
+ (layer "F.Cu")
+ (uuid "c229fbd3-6464-4bcd-8b8b-d2b6115382f1")
+ (at 65 53.36)
(descr "2.4 GHz Wi-Fi and Bluetooth module https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c3/esp32-c3-devkitm-1/index.html")
(tags "esp32 esp32-c3 riscv risc-v wifi bluetooth ble")
(property "Reference" "ESP32-WROOM1"
- (at 12.7 -43.865 270)
+ (at 12.7 43.865 0)
(unlocked yes)
- (layer "B.SilkS")
- (uuid "17caa24f-7b54-45dd-bb27-aa9b9c5dc758")
+ (layer "F.SilkS")
+ (uuid "e8944dd1-53ba-45db-a189-1eda30ca641d")
(effects
(font
(size 1 1)
(thickness 0.15)
)
- (justify mirror)
)
)
(property "Value" "ESP32-C3-DevKitM-1"
- (at 12.7 -46.405 270)
+ (at 12.7 46.405 0)
(unlocked yes)
- (layer "B.Fab")
- (uuid "b2a4d78f-4dd0-421f-a2a2-87f10c33e7d4")
+ (layer "F.Fab")
+ (uuid "522b6aa3-483f-411d-8a99-53096437d794")
(effects
(font
(size 1 1)
(thickness 0.15)
)
- (justify mirror)
)
)
(property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
- (at 0 0 90)
- (layer "B.Fab")
+ (at 0 0 0)
+ (layer "F.Fab")
(hide yes)
- (uuid "97546f27-7d18-4cdd-8afe-0b49788eed11")
+ (uuid "81a90151-efa9-434e-825d-49e20e81662f")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
- (justify mirror)
)
)
(property "Description" "ESP-WROOM-32 Development Board"
- (at 0 0 90)
- (layer "B.Fab")
+ (at 0 0 0)
+ (layer "F.Fab")
(hide yes)
- (uuid "68d7dda9-83f0-4ec5-9b55-e067582d266b")
+ (uuid "3072d5b6-c2b1-439b-9c82-32450bbcb1ac")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
- (justify mirror)
)
)
(property ki_fp_filters "*ESP32?C3?DevKitM?1*")
(path "/030ea4ac-e769-48f5-87ec-27c7f04f42cd")
(sheetname "/")
(sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "15" "14" "13" "12" "11" "10" "9" "8" "7" "6" "5" "4" "3" "1" "2"
+ "16" "30" "29" "28" "27" "26" "25" "24" "23" "22" "21" "20" "19" "18"
+ "17"
+ )
+ )
+ )
(attr through_hole)
+ (duplicate_pad_numbers_are_jumpers no)
(fp_line
- (start 26.67 -43)
- (end -1.27 -43)
+ (start -1.27 -1.68)
+ (end 26.67 -1.68)
(stroke
(width 0.12)
(type solid)
)
- (layer "B.SilkS")
- (uuid "7cf1f424-295e-4f5e-a292-ed65ffb5125e")
+ (layer "F.SilkS")
+ (uuid "f2348f94-e12c-46e3-8988-8d2dc03c4665")
)
(fp_line
- (start 26.67 -43)
- (end 26.67 1.68)
+ (start -1.27 43)
+ (end -1.27 -1.68)
(stroke
(width 0.12)
(type solid)
)
- (layer "B.SilkS")
- (uuid "7c019ed0-7b47-49e6-8d05-9b4f72ba9bb7")
+ (layer "F.SilkS")
+ (uuid "8a1d1d04-8e19-460b-86ec-831d8710e898")
)
(fp_line
- (start -1.27 -43)
- (end -1.27 1.68)
+ (start 26.67 43)
+ (end -1.27 43)
(stroke
(width 0.12)
(type solid)
)
- (layer "B.SilkS")
- (uuid "09bb535d-fe61-41af-a7f0-343808e50819")
+ (layer "F.SilkS")
+ (uuid "f251bfb7-6404-4bca-a3b1-7ff72c97e562")
)
(fp_line
- (start -1.27 1.68)
- (end 26.67 1.68)
+ (start 26.67 43)
+ (end 26.67 -1.68)
(stroke
(width 0.12)
(type solid)
)
- (layer "B.SilkS")
- (uuid "5814bfd4-32bf-4521-83d3-a2e9f44197b2")
+ (layer "F.SilkS")
+ (uuid "92e1c8ce-f123-40ae-b638-2132c39acc2b")
)
(fp_line
- (start 26.8 -43.1)
- (end 26.8 7.35)
+ (start -1.4 -7.35)
+ (end -1.4 43.1)
(stroke
(width 0.05)
(type solid)
)
- (layer "B.CrtYd")
- (uuid "8ad2df7d-7199-4237-b6a2-e8075d69d028")
+ (layer "F.CrtYd")
+ (uuid "be0aed48-df83-42fa-b232-a2a864302921")
)
(fp_line
- (start -1.4 -43.1)
- (end 26.8 -43.1)
+ (start -1.4 43.1)
+ (end 26.8 43.1)
(stroke
(width 0.05)
(type solid)
)
- (layer "B.CrtYd")
- (uuid "5d66f42a-baa9-4e28-a202-8a00220bd07f")
+ (layer "F.CrtYd")
+ (uuid "3ac0c0f9-8479-4c4d-b1b9-15f2576584b1")
)
(fp_line
- (start 26.8 7.35)
- (end -1.4 7.35)
+ (start 26.8 -7.35)
+ (end -1.4 -7.35)
(stroke
(width 0.05)
(type solid)
)
- (layer "B.CrtYd")
- (uuid "a290cf5b-7549-4071-abba-de32bcfa355c")
+ (layer "F.CrtYd")
+ (uuid "eacc563c-3afa-47cf-abd3-ab83d41a53df")
)
(fp_line
- (start -1.4 7.35)
- (end -1.4 -43.1)
+ (start 26.8 43.1)
+ (end 26.8 -7.35)
(stroke
(width 0.05)
(type solid)
)
- (layer "B.CrtYd")
- (uuid "f579c38b-ea66-4bfb-a74c-5968d027a1a4")
+ (layer "F.CrtYd")
+ (uuid "015379ae-2922-4fba-b847-dc5990ec341c")
)
(fp_line
- (start 26.67 -43)
- (end 26.67 1.675)
+ (start -1.27 -1.18)
+ (end -1.27 43)
(stroke
(width 0.1)
(type solid)
)
- (layer "B.Fab")
- (uuid "2042d61b-3a5f-4d37-9521-dd33025a6ca8")
+ (layer "F.Fab")
+ (uuid "b225ba91-89fe-4e69-a2dc-7fbbd9c32af7")
)
(fp_line
- (start -1.27 -43)
- (end 26.67 -43)
+ (start -1.27 -1.18)
+ (end -0.83 -1.675)
(stroke
(width 0.1)
(type solid)
)
- (layer "B.Fab")
- (uuid "aea98e4a-0c59-46f4-9e87-99f600b63328")
+ (layer "F.Fab")
+ (uuid "41de9b39-9d1f-426f-9acf-fe48dc46534a")
)
(fp_line
- (start -1.27 1.18)
- (end -1.27 -43)
+ (start -1.27 43)
+ (end 26.67 43)
(stroke
(width 0.1)
(type solid)
)
- (layer "B.Fab")
- (uuid "1d027eb0-5622-4f82-a370-250f7a3512ba")
+ (layer "F.Fab")
+ (uuid "ac955036-4da4-4462-bc59-5e81d169dbbc")
)
(fp_line
- (start -1.27 1.18)
- (end -0.83 1.675)
+ (start 4.83 -7.08)
+ (end 18.03 -7.08)
(stroke
(width 0.1)
(type solid)
)
- (layer "B.Fab")
- (uuid "222f8edc-05cb-4103-8cb3-c1cdbca0bbb3")
+ (layer "F.Fab")
+ (uuid "e21cf42d-6c54-49e9-baa0-c31aac87244c")
)
(fp_line
- (start 18.03 1.675)
- (end 26.67 1.675)
+ (start 4.83 -1.675)
+ (end -0.83 -1.675)
(stroke
(width 0.1)
(type solid)
)
- (layer "B.Fab")
- (uuid "5666453c-ff1b-4ffb-bd41-31ed15dab916")
+ (layer "F.Fab")
+ (uuid "0b12a49b-07b9-4d5e-b0aa-93fb117a5af0")
)
(fp_line
- (start 4.83 1.675)
- (end -0.83 1.675)
+ (start 4.83 -1.675)
+ (end 4.83 -7.08)
(stroke
(width 0.1)
(type solid)
)
- (layer "B.Fab")
- (uuid "f0084f3c-d944-4cc2-ad19-9724bc344e11")
+ (layer "F.Fab")
+ (uuid "f6a618f9-80ac-4b26-8345-b2ecf0eb60ba")
)
(fp_line
- (start 4.83 1.675)
- (end 4.83 7.08)
+ (start 18.03 -7.08)
+ (end 18.03 -1.675)
(stroke
(width 0.1)
(type solid)
)
- (layer "B.Fab")
- (uuid "03e8e1a7-2afb-4e7d-956b-a527bb596a10")
+ (layer "F.Fab")
+ (uuid "8cdb987f-6fee-4f35-940e-131422c96061")
)
(fp_line
- (start 18.03 7.08)
- (end 18.03 1.675)
+ (start 18.03 -1.675)
+ (end 26.67 -1.675)
(stroke
(width 0.1)
(type solid)
)
- (layer "B.Fab")
- (uuid "41382d9f-4e55-46ed-918d-f43e07266dc5")
+ (layer "F.Fab")
+ (uuid "b3f6f62b-02fb-447b-b0a2-1650fe3abe33")
)
(fp_line
- (start 4.83 7.08)
- (end 18.03 7.08)
+ (start 26.67 43)
+ (end 26.67 -1.675)
(stroke
(width 0.1)
(type solid)
)
- (layer "B.Fab")
- (uuid "2d764b81-b597-4316-83e0-94ebda30e9c3")
+ (layer "F.Fab")
+ (uuid "091b5c0e-fa14-4813-a064-685f93a2753b")
)
(fp_text user "Antenna"
- (at 12.7 4.318 270)
+ (at 12.7 -4.318 0)
(unlocked yes)
(layer "Cmts.User")
- (uuid "58c12f07-a697-4b2a-9e10-030f7a0ff3a5")
+ (uuid "7bebfd0a-dfc2-4ec6-9b5c-146f66941b6b")
(effects
(font
(size 1 1)
@@ -5006,407 +3381,406 @@
)
)
(fp_text user "${REFERENCE}"
- (at 12.7 -17.78 270)
+ (at 12.7 17.78 0)
(unlocked yes)
- (layer "B.Fab")
- (uuid "2d460140-89ba-48cb-8ba6-94d8ca99089c")
+ (layer "F.Fab")
+ (uuid "7a5899ad-eddf-41a2-bb89-a68510550fbd")
(effects
(font
(size 1 1)
(thickness 0.15)
)
- (justify mirror)
)
)
(pad "1" thru_hole circle
- (at 0 -37.2 90)
+ (at 0 37.2)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 16 "+5V")
- (pinfunction "VIN")
+ (net "+5V")
+ (pinfunction "VIN_1")
(pintype "power_in")
- (uuid "3517f5ed-5683-402b-bc12-60f9d31f5d21")
+ (uuid "5538def8-0089-424d-9106-cf4f9b42fc70")
)
(pad "2" thru_hole circle
- (at 0 -34.66 90)
+ (at 0 34.66)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 2 "GND")
- (pinfunction "GND")
+ (net "GND")
+ (pinfunction "GND_2")
(pintype "power_in")
- (uuid "56993030-d6f6-4822-8c03-f5a330242610")
+ (uuid "df2e5111-c485-4b03-bf74-a885bb3198cc")
)
(pad "3" thru_hole circle
- (at 0 -32.12 90)
+ (at 0 32.12)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 13 "unconnected-(ESP32-WROOM1-D13-Pad3)")
- (pinfunction "D13")
+ (net "unconnected-(ESP32-WROOM1-D13-Pad3)")
+ (pinfunction "D13_3")
(pintype "bidirectional")
- (uuid "4dfde94f-9c2b-4a22-be09-e4d69ccaee06")
+ (uuid "9d56376b-4bde-4029-a11c-4d0ceb2ac3c6")
)
(pad "4" thru_hole circle
- (at 0 -29.58 90)
+ (at 0 29.58)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 29 "unconnected-(ESP32-WROOM1-D12-Pad4)")
- (pinfunction "D12")
+ (net "unconnected-(ESP32-WROOM1-D12-Pad4)")
+ (pinfunction "D12_4")
(pintype "bidirectional")
- (uuid "3361eb1c-6ec9-4f8e-95de-fed72abbb9d8")
+ (uuid "44cff293-aaca-4886-baf7-6fa46c0a87f2")
)
(pad "5" thru_hole circle
- (at 0 -27.04 90)
+ (at 0 27.04)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 20 "unconnected-(ESP32-WROOM1-D14-Pad5)")
- (pinfunction "D14")
+ (net "unconnected-(ESP32-WROOM1-D14-Pad5)")
+ (pinfunction "D14_5")
(pintype "bidirectional")
- (uuid "205a5755-59e5-4d2d-8d37-b50c1ab06dce")
+ (uuid "76b93b1d-368b-431e-aaa6-ad6233810360")
)
(pad "6" thru_hole circle
- (at 0 -24.5 90)
+ (at 0 24.5)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 23 "unconnected-(ESP32-WROOM1-D27-Pad6)")
- (pinfunction "D27")
+ (net "unconnected-(ESP32-WROOM1-D27-Pad6)")
+ (pinfunction "D27_6")
(pintype "bidirectional")
- (uuid "29969199-ab6d-4b2e-afa8-ed4d61f3dc2d")
+ (uuid "c105c504-ed5d-4ca1-9fd1-2cf28324e6f6")
)
(pad "7" thru_hole circle
- (at 0 -21.96 90)
+ (at 0 21.96)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 32 "unconnected-(ESP32-WROOM1-D26-Pad7)")
- (pinfunction "D26")
+ (net "unconnected-(ESP32-WROOM1-D26-Pad7)")
+ (pinfunction "D26_7")
(pintype "bidirectional")
- (uuid "38803262-4156-4dc4-85ff-00e174ac8405")
+ (uuid "c142aae1-c052-49bf-8ef9-24fa67567085")
)
(pad "8" thru_hole circle
- (at 0 -19.42 90)
+ (at 0 19.42)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 18 "unconnected-(ESP32-WROOM1-D25-Pad8)")
- (pinfunction "D25")
+ (net "unconnected-(ESP32-WROOM1-D25-Pad8)")
+ (pinfunction "D25_8")
(pintype "bidirectional")
- (uuid "1e76301f-cca5-4ecd-915b-57c10669f2ab")
+ (uuid "6a2e6b97-e039-45e6-8490-b990c2e12c07")
)
(pad "9" thru_hole circle
- (at 0 -16.88 90)
+ (at 0 16.88)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 27 "unconnected-(ESP32-WROOM1-D32-Pad9)")
- (pinfunction "D32")
+ (net "unconnected-(ESP32-WROOM1-D32-Pad9)")
+ (pinfunction "D32_9")
(pintype "bidirectional")
- (uuid "70f1a074-4f95-48df-b88c-753f83b28c88")
+ (uuid "895caac3-5736-47bb-822d-d4b4005a3151")
)
(pad "10" thru_hole circle
- (at 0 -14.34 90)
+ (at 0 14.34)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 30 "unconnected-(ESP32-WROOM1-D33-Pad10)")
- (pinfunction "D33")
+ (net "unconnected-(ESP32-WROOM1-D33-Pad10)")
+ (pinfunction "D33_10")
(pintype "bidirectional")
- (uuid "ed678e84-8b20-4065-91de-70ad7f090e20")
+ (uuid "cfc83a72-485f-41e4-8b4f-3866cb18667e")
)
(pad "11" thru_hole circle
- (at 0 -11.8 90)
+ (at 0 11.8)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 21 "unconnected-(ESP32-WROOM1-D35-Pad11)")
- (pinfunction "D35")
+ (net "unconnected-(ESP32-WROOM1-D35-Pad11)")
+ (pinfunction "D35_11")
(pintype "bidirectional")
- (uuid "8f63b822-d20f-4312-878b-a9e7b08b74d0")
+ (uuid "d7eaf4c4-68b8-49b1-be50-0493e874cf0e")
)
(pad "12" thru_hole circle
- (at 0 -9.26 90)
+ (at 0 9.26)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 19 "unconnected-(ESP32-WROOM1-D34-Pad12)")
- (pinfunction "D34")
+ (net "unconnected-(ESP32-WROOM1-D34-Pad12)")
+ (pinfunction "D34_12")
(pintype "bidirectional")
- (uuid "8ca77794-48e4-466f-bff2-e05a9e876f06")
+ (uuid "741ca92a-a20a-46a6-8afc-1ce085c88950")
)
(pad "13" thru_hole circle
- (at 0 -6.72 90)
+ (at 0 6.72)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 15 "unconnected-(ESP32-WROOM1-VN-Pad13)")
- (pinfunction "VN")
+ (net "unconnected-(ESP32-WROOM1-VN-Pad13)")
+ (pinfunction "VN_13")
(pintype "bidirectional")
- (uuid "c905ac40-6603-4556-bf11-34804a2a0dd7")
+ (uuid "969e0904-758f-4c01-9717-49cccfe35e5b")
)
(pad "14" thru_hole circle
- (at 0 -4.18 90)
+ (at 0 4.18)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 26 "unconnected-(ESP32-WROOM1-VP-Pad14)")
- (pinfunction "VP")
+ (net "unconnected-(ESP32-WROOM1-VP-Pad14)")
+ (pinfunction "VP_14")
(pintype "bidirectional")
- (uuid "45316cec-c968-4668-a666-c390e8d8848e")
+ (uuid "96d9c8dd-a4c9-469d-9f7f-add8a5322bb9")
)
(pad "15" thru_hole rect
- (at 0 -1.64 90)
+ (at 0 1.64)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 34 "unconnected-(ESP32-WROOM1-EN-Pad15)")
- (pinfunction "EN")
+ (net "unconnected-(ESP32-WROOM1-EN-Pad15)")
+ (pinfunction "EN_15")
(pintype "bidirectional")
- (uuid "12586016-7ac8-426f-9cee-6286649e57d5")
+ (uuid "91e8701c-4b88-404c-a032-739855e72715")
)
(pad "16" thru_hole circle
- (at 25.4 -37.2 90)
+ (at 25.4 37.2)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 3 "+3.3V")
- (pinfunction "3V3")
+ (net "+3.3V")
+ (pinfunction "3V3_16")
(pintype "power_out")
- (uuid "9d1dcf9a-ef2d-44ba-bab2-89e7da54300b")
+ (uuid "78daf7ae-060b-4157-959a-1521e02228d7")
)
(pad "17" thru_hole circle
- (at 25.4 -34.66 90)
+ (at 25.4 34.66)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 14 "unconnected-(ESP32-WROOM1-GND-Pad17)")
- (pinfunction "GND")
+ (net "unconnected-(ESP32-WROOM1-GND-Pad17)")
+ (pinfunction "GND_17")
(pintype "bidirectional")
- (uuid "f74098f1-b6e1-4b56-b34c-d7e5616447d7")
+ (uuid "652db3a4-d894-44cb-8bad-2fc9b0da4748")
)
(pad "18" thru_hole circle
- (at 25.4 -32.12 90)
+ (at 25.4 32.12)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 17 "unconnected-(ESP32-WROOM1-D15-Pad18)")
- (pinfunction "D15")
+ (net "unconnected-(ESP32-WROOM1-D15-Pad18)")
+ (pinfunction "D15_18")
(pintype "bidirectional")
- (uuid "8bb541a8-c0d5-4fb0-b7b6-6247edb2206b")
+ (uuid "f56a5f2a-0699-44f3-9dd5-27f6383b96cc")
)
(pad "19" thru_hole circle
- (at 25.4 -29.58 90)
+ (at 25.4 29.58)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 35 "/MOTOR_CTRL")
- (pinfunction "D2")
+ (net "/MOTOR_CTRL")
+ (pinfunction "D2_19")
(pintype "bidirectional")
- (uuid "f90ff0b0-8a55-406c-aa37-e91dbd4423aa")
+ (uuid "a0e251eb-b81b-436d-a161-b242fd4caafa")
)
(pad "20" thru_hole circle
- (at 25.4 -27.04 90)
+ (at 25.4 27.04)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 24 "/LIM_C")
- (pinfunction "D4")
+ (net "/LIM_C")
+ (pinfunction "D4_20")
(pintype "bidirectional")
- (uuid "190e241d-98ad-4fcb-8f4e-fb4a597f77d1")
+ (uuid "f20a0559-575f-4ff8-abb7-e112bfab7d11")
)
(pad "21" thru_hole circle
- (at 25.4 -24.5 90)
+ (at 25.4 24.5)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 25 "unconnected-(ESP32-WROOM1-D16-Pad21)")
- (pinfunction "D16")
+ (net "/BOOST_EN")
+ (pinfunction "D16_21")
(pintype "bidirectional")
- (uuid "c973dc9d-7833-4494-b818-09c0ce17f424")
+ (uuid "16ecb9c3-b777-4437-80ab-31076a61f504")
)
(pad "22" thru_hole circle
- (at 25.4 -21.96 90)
+ (at 25.4 21.96)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 22 "unconnected-(ESP32-WROOM1-D17-Pad22)")
- (pinfunction "D17")
+ (net "unconnected-(ESP32-WROOM1-D17-Pad22)")
+ (pinfunction "D17_22")
(pintype "bidirectional")
- (uuid "ea9744b4-3a15-476c-9e55-06c9e9824fb4")
+ (uuid "365ba62c-26f7-4ca9-ba50-150eec87c152")
)
(pad "23" thru_hole circle
- (at 25.4 -19.42 90)
+ (at 25.4 19.42)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 33 "/LIM_A")
- (pinfunction "D5")
+ (net "/LIM_A")
+ (pinfunction "D5_23")
(pintype "bidirectional")
- (uuid "857151fa-b255-4ae6-be63-2c6a9db697f0")
+ (uuid "cea63960-a84a-40ed-819c-439f5db37130")
)
(pad "24" thru_hole circle
- (at 25.4 -16.88 90)
+ (at 25.4 16.88)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 7 "/MOTOR_EN")
- (pinfunction "D18")
+ (net "/MOTOR_EN")
+ (pinfunction "D18_24")
(pintype "bidirectional")
- (uuid "74365a81-6278-4663-8e65-baa7c09d750d")
+ (uuid "83b1eb24-a807-4d9f-af4d-cd8022883ca8")
)
(pad "25" thru_hole circle
- (at 25.4 -14.34 90)
+ (at 25.4 14.34)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 4 "/DIR")
- (pinfunction "D19")
+ (net "/DIR")
+ (pinfunction "D19_25")
(pintype "bidirectional")
- (uuid "3542bef8-e940-452c-803a-fbec4471f90e")
+ (uuid "3c592430-c142-47b0-baed-a71870fdc886")
)
(pad "26" thru_hole circle
- (at 25.4 -11.8 90)
+ (at 25.4 11.8)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 12 "/STEP")
- (pinfunction "D21")
+ (net "/STEP")
+ (pinfunction "D21_26")
(pintype "bidirectional")
- (uuid "d5166985-29e1-48c2-902a-77b60f0813d7")
+ (uuid "929ceb5b-208c-4214-bd56-b3509f83dde9")
)
(pad "27" thru_hole circle
- (at 25.4 -9.26 90)
+ (at 25.4 9.26)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 31 "unconnected-(ESP32-WROOM1-RX0-Pad27)")
- (pinfunction "RX0")
+ (net "unconnected-(ESP32-WROOM1-RX0-Pad27)")
+ (pinfunction "RX0_27")
(pintype "bidirectional")
- (uuid "e676746c-9d85-431d-8f02-456eb4daf549")
+ (uuid "b3ffd1ab-a7de-4451-a75d-62fae8d15909")
)
(pad "28" thru_hole circle
- (at 25.4 -6.72 90)
+ (at 25.4 6.72)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 28 "unconnected-(ESP32-WROOM1-TX0-Pad28)")
- (pinfunction "TX0")
+ (net "unconnected-(ESP32-WROOM1-TX0-Pad28)")
+ (pinfunction "TX0_28")
(pintype "bidirectional")
- (uuid "df614067-20bd-4a1b-9387-bfcc3a90cef7")
+ (uuid "5520fc96-3578-46a8-bf5d-08d3af72a5b9")
)
(pad "29" thru_hole circle
- (at 25.4 -4.18 90)
+ (at 25.4 4.18)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 8 "unconnected-(ESP32-WROOM1-D22-Pad29)")
- (pinfunction "D22")
+ (net "unconnected-(ESP32-WROOM1-D22-Pad29)")
+ (pinfunction "D22_29")
(pintype "bidirectional")
- (uuid "2ac9a5eb-e5de-4253-ad87-165d4a3f0ed1")
+ (uuid "ee35aba8-7db7-4df5-8181-d3b76c73bfb2")
)
(pad "30" thru_hole circle
- (at 25.4 -1.64 90)
+ (at 25.4 1.64)
(size 1.5 1.5)
(drill 0.9)
(layers "*.Cu" "*.Mask")
(remove_unused_layers yes)
(keep_end_layers yes)
(zone_layer_connections)
- (net 11 "unconnected-(ESP32-WROOM1-D23-Pad30)")
- (pinfunction "D23")
+ (net "unconnected-(ESP32-WROOM1-D23-Pad30)")
+ (pinfunction "D23_30")
(pintype "bidirectional")
- (uuid "4e522c69-d9a2-415e-a33d-ba54e985da08")
+ (uuid "99ebea32-24b6-4d90-8e51-6924464d07c2")
)
(embedded_fonts no)
(model "${KICAD9_3DMODEL_DIR}/RF_Module.3dshapes/ESP32-C3-DevKitM-1.stpZ"
@@ -5421,1738 +3795,5536 @@
)
)
)
- (gr_arc
- (start 94 109)
- (mid 92.585786 108.414214)
- (end 92 107)
+ (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "c9262ff7-269d-4e83-8374-853049143ea3")
+ (at 125 77)
+ (descr "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)")
+ (tags "capacitor handsolder")
+ (property "Reference" "C15"
+ (at 0 2 0)
+ (layer "F.SilkS")
+ (uuid "67cedfeb-ef63-4730-acda-0482f32e9423")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "22nF"
+ (at 0 1.68 0)
+ (layer "F.Fab")
+ (uuid "3a62ecd5-09ff-47bc-82dc-f5997fed66d3")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "08da9610-36f6-4b53-bc97-8d7cd078f763")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "2eb08b0a-6b00-4a82-8451-836761d325c3")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "0200d5d0-16ad-4c07-a524-167d2449ceca")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/67aa6cdf-347d-4bc2-a8d0-30d80738714a")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.261252 -0.735)
+ (end 0.261252 -0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "60728b2d-34df-4985-baf5-f98f16efc2dd")
+ )
+ (fp_line
+ (start -0.261252 0.735)
+ (end 0.261252 0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "b4482c68-2bf7-4b52-ae1f-8ebd6dccf211")
+ )
+ (fp_rect
+ (start -1.88 -0.98)
+ (end 1.88 0.98)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "d0351b65-74c3-4e2a-858d-5826a3b3d6d6")
+ )
+ (fp_rect
+ (start -1 -0.625)
+ (end 1 0.625)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "27ea3a5d-bc0a-4639-8093-36aa28ab8fe2")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "12e980fb-e416-47e4-941a-841f875063eb")
+ (effects
+ (font
+ (size 0.5 0.5)
+ (thickness 0.08)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1.0375 0)
+ (size 1.175 1.45)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.212766)
+ (net "Net-(U2-SS)")
+ (pintype "passive")
+ (uuid "d4940163-2dcb-4ac8-86d1-124786e4ae94")
+ )
+ (pad "2" smd roundrect
+ (at 1.0375 0)
+ (size 1.175 1.45)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.212766)
+ (net "GND")
+ (pintype "passive")
+ (uuid "29be5d62-1bc7-4b44-b51a-aabbbebf39b3")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "db60ed86-7600-4de6-8d43-5fb45afe0027")
+ (at 125 83)
+ (descr "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)")
+ (tags "capacitor handsolder")
+ (property "Reference" "C12"
+ (at 0 -1.85 0)
+ (layer "F.SilkS")
+ (uuid "7b567fd6-9c86-4caa-a17f-09968bbc9d54")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "22uF"
+ (at 0 1.85 0)
+ (layer "F.Fab")
+ (uuid "9c574316-c76b-41ed-bb20-f6633ff30e32")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "08d63b85-8bee-4317-b2c0-c221bca30d30")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "bea695ea-1289-4643-a39d-a6e84e760691")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "782ef9ab-e4de-47ce-80d8-f9b20e53966d")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/6c6375a6-3c86-41d3-88e4-3b0841569e64")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.711252 -0.91)
+ (end 0.711252 -0.91)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "0e282a3b-edf4-4143-803e-a99dd9a2ed2b")
+ )
+ (fp_line
+ (start -0.711252 0.91)
+ (end 0.711252 0.91)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "e26a1193-f52a-44a2-b66c-1d44566c27d5")
+ )
+ (fp_rect
+ (start -2.48 -1.15)
+ (end 2.48 1.15)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "373eb538-5d84-47a5-b5eb-421d2262c619")
+ )
+ (fp_rect
+ (start -1.6 -0.8)
+ (end 1.6 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "41836436-b702-480a-bcf7-39971f65afb3")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "6254e403-2488-4381-83a7-d52ea79c2b5f")
+ (effects
+ (font
+ (size 0.8 0.8)
+ (thickness 0.12)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1.5625 0)
+ (size 1.325 1.8)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.188679)
+ (net "+5V")
+ (pintype "passive")
+ (uuid "28e3a565-0afd-4e01-9b73-c71aa0908c43")
+ )
+ (pad "2" smd roundrect
+ (at 1.5625 0)
+ (size 1.325 1.8)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.188679)
+ (net "GND")
+ (pintype "passive")
+ (uuid "adf3a6e6-b343-45c7-956d-f0bd6fb441c9")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Project:RHL0020A"
+ (layer "F.Cu")
+ (uuid "e3a62eff-aad0-43cd-b3c2-0a3676d76ec8")
+ (at 118.225 77.475)
+ (tags "TPS61088QRHLRQ1 ")
+ (property "Reference" "U2"
+ (at 0 -3.5 0)
+ (unlocked yes)
+ (layer "F.SilkS")
+ (uuid "7457bcdc-a362-45a4-a636-63591458ba13")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "TPS61088QRHLRQ1"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (uuid "e29b620e-740e-4b7f-a54c-22ecc7f098d0")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "https://www.ti.com/lit/gpn/tps61088-q1"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "6176ac29-1106-4966-b898-72492a674ca4")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "bc79fdc4-f5db-4a43-9c0c-7315f0ec5da5")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property ki_fp_filters "RHL0020A")
+ (path "/5dc2af29-04dc-4224-b369-649d5d627822")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "9" "1" "2" "18" "19" "10" "13" "11" "12" "8" "4" "5" "6" "7" "3"
+ "14" "15" "16" "17" "20" "21"
+ )
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -1.975081 2.47492)
+ (end -1.975081 2.289922)
+ (stroke
+ (width 0.2)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "61008e91-79d7-4f7d-9fce-414ed483e67d")
+ )
+ (fp_line
+ (start -1.975081 2.47492)
+ (end -1.790083 2.47492)
+ (stroke
+ (width 0.2)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "78bd9987-14e9-4af6-89b9-b9776ef0269f")
+ )
+ (fp_line
+ (start -1.974919 -2.47492)
+ (end -1.289919 -2.47492)
+ (stroke
+ (width 0.2)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "d95e2cdd-cd69-4ad6-a4b0-96c90d56c41a")
+ )
+ (fp_line
+ (start -1.974919 -2.289922)
+ (end -1.974919 -2.47492)
+ (stroke
+ (width 0.2)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2d1bdc87-6a71-45b1-9e15-b1403b723763")
+ )
+ (fp_line
+ (start 1.790083 -2.47492)
+ (end 1.975081 -2.47492)
+ (stroke
+ (width 0.2)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "bc112f1c-7eef-4bda-abda-54b24bc23e88")
+ )
+ (fp_line
+ (start 1.790083 2.47492)
+ (end 1.975081 2.47492)
+ (stroke
+ (width 0.2)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "7668d407-0476-41d5-a781-517a89ee695e")
+ )
+ (fp_line
+ (start 1.975081 -2.289922)
+ (end 1.975081 -2.47492)
+ (stroke
+ (width 0.2)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "12e55d03-3bca-40d8-9649-650d3484e171")
+ )
+ (fp_line
+ (start 1.975081 2.47492)
+ (end 1.975081 2.289922)
+ (stroke
+ (width 0.2)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2b910478-f902-4f10-a776-e4f858aff1d8")
+ )
+ (fp_poly
+ (pts
+ (xy -0.324917 -2.450079) (xy -0.374917 -2.400079) (xy -0.374917 -1.725079) (xy -0.324917 -1.675079)
+ (xy 0.325082 -1.675079) (xy 0.375082 -1.725079) (xy 0.375082 -2.400079) (xy 0.325082 -2.450079)
+ (xy 0.225082 -2.450079) (xy 0.175082 -2.400079) (xy 0.175082 -1.925079) (xy -0.174917 -1.925079)
+ (xy -0.174917 -2.400079) (xy -0.224917 -2.450079)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (fill yes)
+ (layer "F.Paste")
+ (uuid "aae4bfe2-6d88-4230-8445-db312f80b078")
+ )
+ (fp_poly
+ (pts
+ (xy -0.324917 2.450079) (xy -0.374917 2.400079) (xy -0.374917 1.725079) (xy -0.324917 1.675079)
+ (xy 0.325082 1.675079) (xy 0.375082 1.725079) (xy 0.375082 2.400079) (xy 0.325082 2.450079) (xy 0.225082 2.450079)
+ (xy 0.175082 2.400079) (xy 0.175082 1.925079) (xy -0.174917 1.925079) (xy -0.174917 2.400079) (xy -0.224917 2.450079)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (fill yes)
+ (layer "F.Paste")
+ (uuid "16af873a-1df6-4882-961d-84e4b2eecb99")
+ )
+ (fp_poly
+ (pts
+ (xy -0.099997 -1.424) (xy -0.099997 -0.676001) (xy -0.100978 -0.666052) (xy -0.103881 -0.656483)
+ (xy -0.108593 -0.647667) (xy -0.114935 -0.639938) (xy -0.122664 -0.633595) (xy -0.131481 -0.628881)
+ (xy -0.141049 -0.62598) (xy -0.150998 -0.625) (xy -0.969 -0.625) (xy -0.978949 -0.62598) (xy -0.988517 -0.628881)
+ (xy -0.997334 -0.633595) (xy -1.005063 -0.639938) (xy -1.011405 -0.647667) (xy -1.016117 -0.656483)
+ (xy -1.01902 -0.666052) (xy -1.019998 -0.676001) (xy -1.019998 -1.424) (xy -1.01902 -1.433949) (xy -1.016117 -1.443518)
+ (xy -1.011405 -1.452334) (xy -1.005063 -1.460063) (xy -0.997334 -1.466406) (xy -0.988517 -1.47112)
+ (xy -0.978949 -1.47402) (xy -0.969 -1.475001) (xy -0.150998 -1.475001) (xy -0.141049 -1.47402) (xy -0.131481 -1.47112)
+ (xy -0.122664 -1.466406) (xy -0.114935 -1.460063) (xy -0.108593 -1.452334) (xy -0.103881 -1.443518)
+ (xy -0.100978 -1.433949)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (fill yes)
+ (layer "F.Paste")
+ (uuid "b32e5dd6-925e-42d2-9ca7-ce519757745c")
+ )
+ (fp_poly
+ (pts
+ (xy -0.099997 -0.374) (xy -0.099997 0.374) (xy -0.100978 0.383949) (xy -0.103881 0.393517) (xy -0.108593 0.402333)
+ (xy -0.114935 0.410063) (xy -0.122664 0.416405) (xy -0.131481 0.421119) (xy -0.141049 0.42402) (xy -0.150998 0.425)
+ (xy -0.969 0.425) (xy -0.978949 0.42402) (xy -0.988517 0.421119) (xy -0.997334 0.416405) (xy -1.005063 0.410063)
+ (xy -1.011405 0.402333) (xy -1.016117 0.393517) (xy -1.01902 0.383949) (xy -1.019998 0.374) (xy -1.019998 -0.374)
+ (xy -1.01902 -0.383949) (xy -1.016117 -0.393517) (xy -1.011405 -0.402333) (xy -1.005063 -0.410063)
+ (xy -0.997334 -0.416405) (xy -0.988517 -0.421119) (xy -0.978949 -0.42402) (xy -0.969 -0.425) (xy -0.150998 -0.425)
+ (xy -0.141049 -0.42402) (xy -0.131481 -0.421119) (xy -0.122664 -0.416405) (xy -0.114935 -0.410063)
+ (xy -0.108593 -0.402333) (xy -0.103881 -0.393517) (xy -0.100978 -0.383949)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (fill yes)
+ (layer "F.Paste")
+ (uuid "81b2ca82-68cc-4d59-a57d-08cb9e9003e5")
+ )
+ (fp_poly
+ (pts
+ (xy -0.099997 0.676001) (xy -0.099997 1.424) (xy -0.100978 1.433949) (xy -0.103881 1.443518) (xy -0.108593 1.452334)
+ (xy -0.114935 1.460063) (xy -0.122664 1.466406) (xy -0.131481 1.47112) (xy -0.141049 1.47402) (xy -0.150998 1.475001)
+ (xy -0.969 1.475001) (xy -0.978949 1.47402) (xy -0.988517 1.47112) (xy -0.997334 1.466406) (xy -1.005063 1.460063)
+ (xy -1.011405 1.452334) (xy -1.016117 1.443518) (xy -1.01902 1.433949) (xy -1.019998 1.424) (xy -1.019998 0.676001)
+ (xy -1.01902 0.666052) (xy -1.016117 0.656483) (xy -1.011405 0.647667) (xy -1.005063 0.639938) (xy -0.997334 0.633595)
+ (xy -0.988517 0.628881) (xy -0.978949 0.62598) (xy -0.969 0.625) (xy -0.150998 0.625) (xy -0.141049 0.62598)
+ (xy -0.131481 0.628881) (xy -0.122664 0.633595) (xy -0.114935 0.639938) (xy -0.108593 0.647667)
+ (xy -0.103881 0.656483) (xy -0.100978 0.666052)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (fill yes)
+ (layer "F.Paste")
+ (uuid "485812e7-330d-4d5e-8a6f-9fc22ebc9e31")
+ )
+ (fp_poly
+ (pts
+ (xy 0.099997 -0.676001) (xy 0.099997 -1.424) (xy 0.100978 -1.433949) (xy 0.103881 -1.443518) (xy 0.108593 -1.452334)
+ (xy 0.114935 -1.460063) (xy 0.122664 -1.466406) (xy 0.131481 -1.47112) (xy 0.141049 -1.47402) (xy 0.150998 -1.475001)
+ (xy 0.969 -1.475001) (xy 0.978949 -1.47402) (xy 0.988517 -1.47112) (xy 0.997334 -1.466406) (xy 1.005063 -1.460063)
+ (xy 1.011405 -1.452334) (xy 1.016117 -1.443518) (xy 1.01902 -1.433949) (xy 1.019998 -1.424) (xy 1.019998 -0.676001)
+ (xy 1.01902 -0.666052) (xy 1.016117 -0.656483) (xy 1.011405 -0.647667) (xy 1.005063 -0.639938) (xy 0.997334 -0.633595)
+ (xy 0.988517 -0.628881) (xy 0.978949 -0.62598) (xy 0.969 -0.625) (xy 0.150998 -0.625) (xy 0.141049 -0.62598)
+ (xy 0.131481 -0.628881) (xy 0.122664 -0.633595) (xy 0.114935 -0.639938) (xy 0.108593 -0.647667)
+ (xy 0.103881 -0.656483) (xy 0.100978 -0.666052)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (fill yes)
+ (layer "F.Paste")
+ (uuid "da4bdef7-6167-4a71-bc94-f064af9adfad")
+ )
+ (fp_poly
+ (pts
+ (xy 0.099997 0.374) (xy 0.099997 -0.374) (xy 0.100978 -0.383949) (xy 0.103881 -0.393517) (xy 0.108593 -0.402333)
+ (xy 0.114935 -0.410063) (xy 0.122664 -0.416405) (xy 0.131481 -0.421119) (xy 0.141049 -0.42402) (xy 0.150998 -0.425)
+ (xy 0.969 -0.425) (xy 0.978949 -0.42402) (xy 0.988517 -0.421119) (xy 0.997334 -0.416405) (xy 1.005063 -0.410063)
+ (xy 1.011405 -0.402333) (xy 1.016117 -0.393517) (xy 1.01902 -0.383949) (xy 1.019998 -0.374) (xy 1.019998 0.374)
+ (xy 1.01902 0.383949) (xy 1.016117 0.393517) (xy 1.011405 0.402333) (xy 1.005063 0.410063) (xy 0.997334 0.416405)
+ (xy 0.988517 0.421119) (xy 0.978949 0.42402) (xy 0.969 0.425) (xy 0.150998 0.425) (xy 0.141049 0.42402)
+ (xy 0.131481 0.421119) (xy 0.122664 0.416405) (xy 0.114935 0.410063) (xy 0.108593 0.402333) (xy 0.103881 0.393517)
+ (xy 0.100978 0.383949)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (fill yes)
+ (layer "F.Paste")
+ (uuid "74096602-41bf-4376-a7ce-9ca1a5fa933d")
+ )
+ (fp_poly
+ (pts
+ (xy 0.099997 1.424) (xy 0.099997 0.676001) (xy 0.100978 0.666052) (xy 0.103881 0.656483) (xy 0.108593 0.647667)
+ (xy 0.114935 0.639938) (xy 0.122664 0.633595) (xy 0.131481 0.628881) (xy 0.141049 0.62598) (xy 0.150998 0.625)
+ (xy 0.969 0.625) (xy 0.978949 0.62598) (xy 0.988517 0.628881) (xy 0.997334 0.633595) (xy 1.005063 0.639938)
+ (xy 1.011405 0.647667) (xy 1.016117 0.656483) (xy 1.01902 0.666052) (xy 1.019998 0.676001) (xy 1.019998 1.424)
+ (xy 1.01902 1.433949) (xy 1.016117 1.443518) (xy 1.011405 1.452334) (xy 1.005063 1.460063) (xy 0.997334 1.466406)
+ (xy 0.988517 1.47112) (xy 0.978949 1.47402) (xy 0.969 1.475001) (xy 0.150998 1.475001) (xy 0.141049 1.47402)
+ (xy 0.131481 1.47112) (xy 0.122664 1.466406) (xy 0.114935 1.460063) (xy 0.108593 1.452334) (xy 0.103881 1.443518)
+ (xy 0.100978 1.433949)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (fill yes)
+ (layer "F.Paste")
+ (uuid "dcfe7a9d-06a3-4ebe-b03f-771fc773cdac")
+ )
+ (fp_line
+ (start -1.824919 -2.32492)
+ (end 1.825081 -2.32492)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "96c5d9bf-c93e-499b-8e74-8ee7400b9e15")
+ )
+ (fp_line
+ (start -1.824919 2.32508)
+ (end -1.824919 -2.32492)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "7efb9d11-1687-4c1a-bd6f-6fce753b116a")
+ )
+ (fp_line
+ (start -1.824919 2.32508)
+ (end 1.825081 2.32508)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "027ccbd1-fbd4-47d8-a421-46f4c61ff4ba")
+ )
+ (fp_line
+ (start 1.825081 2.32508)
+ (end 1.825081 -2.32492)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "94b31b43-73ff-4738-aff4-3610f1afa347")
+ )
+ (fp_circle
+ (center -0.750001 -1.775)
+ (end -0.450002 -1.775)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "bf524a39-898f-4174-bfb5-e826eaf3053f")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (uuid "f21dcc5b-70ca-4d61-b1c7-5e9da2320215")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" smd rect
+ (at -0.74992 -2.150001)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "+5V")
+ (pinfunction "VCC_1")
+ (pintype "power_in")
+ (uuid "0ceb516d-1d21-4a6a-b089-ccd02c5fd5b9")
+ )
+ (pad "2" smd rect
+ (at -1.649999 -1.74992 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "/BOOST_EN")
+ (pinfunction "EN_2")
+ (pintype "input")
+ (uuid "f70cfbff-d481-42d4-80f7-8702a3ec0eba")
+ )
+ (pad "3" smd rect
+ (at -1.649999 -1.249921 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "unconnected-(U2-FSW-Pad3)")
+ (pinfunction "FSW_3")
+ (pintype "input+no_connect")
+ (uuid "80adaa8e-9479-495e-9b41-9f42e303f1b3")
+ )
+ (pad "4" smd rect
+ (at -1.649999 -0.74992 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "Net-(C16-Pad2)")
+ (pinfunction "SW_4")
+ (pintype "passive")
+ (uuid "12b73e2f-8b8b-4642-bbfa-360844c232ed")
+ )
+ (pad "5" smd rect
+ (at -1.649999 -0.249921 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "Net-(C16-Pad2)")
+ (pinfunction "SW_5")
+ (pintype "passive")
+ (uuid "1ce95487-c412-4d86-98ad-66f3d3684c78")
+ )
+ (pad "6" smd rect
+ (at -1.649999 0.250078 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "Net-(C16-Pad2)")
+ (pinfunction "SW_6")
+ (pintype "passive")
+ (uuid "f0f3b056-d7f9-4daf-90c1-519a06efd09e")
+ )
+ (pad "7" smd rect
+ (at -1.649999 0.75008 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "Net-(C16-Pad2)")
+ (pinfunction "SW_7")
+ (pintype "passive")
+ (uuid "4abfc8f2-fa91-4e7d-b857-931a4ba6d028")
+ )
+ (pad "8" smd rect
+ (at -1.649999 1.250079 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "Net-(U2-BOOT)")
+ (pinfunction "BOOT_8")
+ (pintype "passive")
+ (uuid "500e22a5-159e-4309-817a-a78a5e76747c")
+ )
+ (pad "9" smd rect
+ (at -1.649999 1.75008 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "+5V")
+ (pinfunction "VIN_9")
+ (pintype "power_in")
+ (uuid "0e493caf-32f3-4a34-b82d-b4d6509613c8")
+ )
+ (pad "10" smd rect
+ (at -0.74992 2.150001)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "Net-(U2-SS)")
+ (pinfunction "SS_10")
+ (pintype "input")
+ (uuid "a61660e8-ba06-4f12-a2de-ac9ecd3cc2c1")
+ )
+ (pad "11" smd rect
+ (at 0.750082 2.150001)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "unconnected-(U2-NC-Pad11)")
+ (pinfunction "NC_11")
+ (pintype "unspecified+no_connect")
+ (uuid "287cbe94-09a9-4bba-943f-e9085edb87b9")
+ )
+ (pad "12" smd rect
+ (at 1.649999 1.75008 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "unconnected-(U2-NC-Pad12)")
+ (pinfunction "NC_12")
+ (pintype "unspecified+no_connect")
+ (uuid "96647cc6-fb13-4779-82ac-11d5f1472407")
+ )
+ (pad "13" smd rect
+ (at 1.649999 1.250079 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "unconnected-(U2-MODE-Pad13)")
+ (pinfunction "MODE_13")
+ (pintype "input+no_connect")
+ (uuid "ab47fd4a-df98-4947-b152-79085ce3c90c")
+ )
+ (pad "14" smd rect
+ (at 1.649999 0.75008 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "+12V")
+ (pinfunction "VOUT_14")
+ (pintype "power_in")
+ (uuid "3e421940-7fcd-48af-bdf1-047e0030c7c6")
+ )
+ (pad "15" smd rect
+ (at 1.649999 0.250078 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "+12V")
+ (pinfunction "VOUT_15")
+ (pintype "power_in")
+ (uuid "a192135c-2f04-40e1-9c1c-25119b0245be")
+ )
+ (pad "16" smd rect
+ (at 1.649999 -0.249921 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "+12V")
+ (pinfunction "VOUT_16")
+ (pintype "power_in")
+ (uuid "6ca39f97-14a1-48a4-9d62-308c790d58f7")
+ )
+ (pad "17" smd rect
+ (at 1.649999 -0.74992 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "/FB")
+ (pinfunction "FB_17")
+ (pintype "input")
+ (uuid "77a6abbf-65f2-4e30-9482-1d962bede233")
+ )
+ (pad "18" smd rect
+ (at 1.649999 -1.249921 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "Net-(U2-COMP)")
+ (pinfunction "COMP_18")
+ (pintype "output")
+ (uuid "c18992b6-5a56-47f0-bc7f-d94da39bdc97")
+ )
+ (pad "19" smd rect
+ (at 1.649999 -1.74992 90)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "unconnected-(U2-ILIM-Pad19)")
+ (pinfunction "ILIM_19")
+ (pintype "input+no_connect")
+ (uuid "656e3b8a-121a-4640-a636-2157b30c4a3a")
+ )
+ (pad "20" smd rect
+ (at 0.750082 -2.150001)
+ (size 0.24 0.599999)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (net "GND")
+ (pinfunction "AGND_20")
+ (pintype "power_in")
+ (uuid "fcbd875a-7538-447f-8348-49d543b97296")
+ )
+ (pad "21" thru_hole circle
+ (at -0.775 -0.525)
+ (size 0.6 0.6)
+ (drill 0.3)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "GND")
+ (zone_connect 2)
+ (uuid "eeaad54f-34d1-45c0-a232-63085b9a39ce")
+ )
+ (pad "21" thru_hole circle
+ (at -0.775 0.525)
+ (size 0.6 0.6)
+ (drill 0.3)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "GND")
+ (zone_connect 2)
+ (uuid "f38d8a48-93bd-47ff-91d2-4186d638ae4c")
+ )
+ (pad "21" thru_hole circle
+ (at 0 -1.275001)
+ (size 0.6 0.6)
+ (drill 0.3)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "GND")
+ (zone_connect 2)
+ (uuid "00abebb5-da3c-46f4-aa3b-1092a1a4bee2")
+ )
+ (pad "21" thru_hole circle
+ (at 0 -0.525)
+ (size 0.6 0.6)
+ (drill 0.3)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "GND")
+ (zone_connect 2)
+ (uuid "d554110a-a306-4255-a829-fb6971938665")
+ )
+ (pad "21" thru_hole circle
+ (at 0 0.525)
+ (size 0.6 0.6)
+ (drill 0.3)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "GND")
+ (zone_connect 2)
+ (uuid "2a3e96f0-249b-4ccb-8c0d-e72d8a05a395")
+ )
+ (pad "21" thru_hole circle
+ (at 0 1.275001)
+ (size 0.6 0.6)
+ (drill 0.3)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "GND")
+ (zone_connect 2)
+ (uuid "9f5cd422-daa4-4dd2-9955-309a0e7affdc")
+ )
+ (pad "21" smd rect
+ (at 0.000081 0.000079)
+ (size 2.050001 3.049999)
+ (layers "F.Cu" "F.Mask")
+ (net "GND")
+ (pinfunction "PGND_21")
+ (pintype "power_in")
+ (uuid "9eefd72f-480b-4515-b539-237668f92de0")
+ )
+ (pad "21" thru_hole circle
+ (at 0.775 -0.525)
+ (size 0.6 0.6)
+ (drill 0.3)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "GND")
+ (zone_connect 2)
+ (uuid "d72e8939-ef01-4440-bfb1-4de17ac9785e")
+ )
+ (pad "21" thru_hole circle
+ (at 0.775 0.525)
+ (size 0.6 0.6)
+ (drill 0.3)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "GND")
+ (zone_connect 2)
+ (uuid "9290daef-85dc-4ce0-9402-842f0d204bd4")
+ )
+ (embedded_fonts no)
+ )
+ (footprint "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
+ (layer "F.Cu")
+ (uuid "f16c8abd-0a2f-4776-871a-8a1f3862834a")
+ (at 116 45 180)
+ (descr "JST EH series connector, B3B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf)")
+ (tags "connector JST EH vertical")
+ (property "Reference" "SW1"
+ (at 2.5 4 0)
+ (layer "F.SilkS")
+ (uuid "edd870eb-548e-4ddd-afe6-1741b3e759c1")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Limit Switch"
+ (at 2.5 3.4 0)
+ (layer "F.Fab")
+ (uuid "e177e46a-2092-4fb1-8781-24d6195e7016")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "89e4159f-b48a-4f29-b413-e709676d05b6")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "e3e49818-e9db-46db-91b9-3c50533636a7")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "connector/JST"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "9a8fd009-10ad-4b21-97ea-33b3c3fa3af5")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "SW*DPDT*")
+ (path "/2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "2" "1" "3")
+ )
+ (unit
+ (name "B")
+ (pins "5" "4" "6")
+ )
+ )
+ (attr through_hole)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start 7.61 0.81)
+ (end 6.61 0.81)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "cefa5eff-6401-42f8-820a-6d74df1136df")
+ )
+ (fp_line
+ (start 7.11 0)
+ (end 7.61 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "a04d37e3-8906-43a4-99c9-453ca3f62b19")
+ )
+ (fp_line
+ (start 7.11 -1.21)
+ (end 7.11 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "299e3c79-48c6-44fb-8aab-d56ca25aa17c")
+ )
+ (fp_line
+ (start 6.61 0.81)
+ (end 6.61 2.31)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "d6b8d3a1-322d-4eea-99be-127861549b5f")
+ )
+ (fp_line
+ (start -1.61 0.81)
+ (end -1.61 2.31)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "04457dd4-e93c-4cfa-8971-58f6a6960adf")
+ )
+ (fp_line
+ (start -2.11 0)
+ (end -2.11 -1.21)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "178f0d02-1d79-4d6a-8fc6-1170c696f2aa")
+ )
+ (fp_line
+ (start -2.11 -1.21)
+ (end 7.11 -1.21)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "c5ccb7e5-c4d4-4695-8330-bb6b640b720c")
+ )
+ (fp_line
+ (start -2.61 0.81)
+ (end -1.61 0.81)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4d83e188-451a-4385-8e28-d84ab0a46fec")
+ )
+ (fp_line
+ (start -2.61 0)
+ (end -2.11 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "73c3796c-c5cc-4ab4-9162-f3cb9dac14c3")
+ )
+ (fp_line
+ (start -2.91 2.61)
+ (end -0.41 2.61)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8a0d82bc-2070-412c-a55d-22e5441eced6")
+ )
+ (fp_line
+ (start -2.91 0.11)
+ (end -2.91 2.61)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "bd8cd676-980c-4cdd-b2e1-a4299e2c9e09")
+ )
+ (fp_rect
+ (start -2.61 -1.71)
+ (end 7.61 2.31)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.SilkS")
+ (uuid "27d2e1b2-299c-4918-802d-1e1558e2e96e")
+ )
+ (fp_rect
+ (start -3 -2.1)
+ (end 8 2.7)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "3e3c653f-519d-4863-a504-1b3aeb8221a4")
+ )
+ (fp_line
+ (start -2.91 2.61)
+ (end -0.41 2.61)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ad47cb57-3a74-4798-acd4-01c94a92659a")
+ )
+ (fp_line
+ (start -2.91 0.11)
+ (end -2.91 2.61)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "b92fcad7-c9c1-4073-ae95-e0e5f0b872b7")
+ )
+ (fp_rect
+ (start -2.5 -1.6)
+ (end 7.5 2.2)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "bab7362a-0e7e-49a1-a441-479bc794bb2b")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 2.5 1.5 0)
+ (layer "F.Fab")
+ (uuid "164830a9-157f-4c4d-81c2-9e45d9a50578")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole roundrect
+ (at 0 0 180)
+ (size 1.7 1.95)
+ (drill 0.95)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (roundrect_rratio 0.147059)
+ (net "/LIM_C")
+ (pinfunction "A_1")
+ (pintype "passive")
+ (uuid "ceaf15f7-b47d-4f2f-a5bb-e37f1a2d7955")
+ )
+ (pad "2" thru_hole oval
+ (at 2.5 0 180)
+ (size 1.7 1.95)
+ (drill 0.95)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "+3.3V")
+ (pinfunction "B_2")
+ (pintype "passive")
+ (uuid "73e25d71-21f9-4e9d-9570-243da302ec11")
+ )
+ (pad "3" thru_hole oval
+ (at 5 0 180)
+ (size 1.7 1.95)
+ (drill 0.95)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "/LIM_A")
+ (pinfunction "C_3")
+ (pintype "passive")
+ (uuid "a65d85c7-3b96-4df9-ba6a-199c4b8ef2ce")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Connector_JST.3dshapes/JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "MountingHole:MountingHole_2.2mm_M2"
+ (layer "F.Cu")
+ (uuid "f33126a8-38bc-4fb2-a66f-7cdf34cad21e")
+ (at 63 43)
+ (descr "Mounting Hole 2.2mm, no annular, M2")
+ (tags "mounting hole 2.2mm no annular m2")
+ (property "Reference" "MH1"
+ (at 0 -3 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "ad6e0723-6ad0-4b49-8e58-638a45a64811")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_2.2mm_M2"
+ (at 0 3 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "fa2d12d5-e712-40b6-b548-2d1923a34fd7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "5e63928a-d67c-4209-82ac-df2b435235db")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" "Mounting Hole 2.2mm, no annular, M2"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "55bf5c93-001f-4d9a-a6cd-731664cd74b2")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
+ (duplicate_pad_numbers_are_jumpers no)
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 4 4)
+ (drill 2.2)
+ (layers "*.Cu")
+ (uuid "d09d8b6a-90e2-47f8-a9ae-41cfe5d8c32f")
+ )
+ (embedded_fonts no)
+ )
+ (footprint "MountingHole:MountingHole_2.2mm_M2"
+ (layer "F.Cu")
+ (uuid "f65d71f3-d6ba-4770-a2be-edc4a90c42ab")
+ (at 63 97)
+ (descr "Mounting Hole 2.2mm, no annular, M2")
+ (tags "mounting hole 2.2mm no annular m2")
+ (property "Reference" "MH3"
+ (at 0 -3 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "b11c4666-0421-457e-a910-73e87c39fbc2")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_2.2mm_M2"
+ (at 0 3 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "56dae51b-f609-4a4b-a2cd-622c1eac63be")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "4f1ec094-7572-4302-9778-13a83e2aa525")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" "Mounting Hole 2.2mm, no annular, M2"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "29348601-5651-4cd4-90e7-7206543f1824")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (attr exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
+ (duplicate_pad_numbers_are_jumpers no)
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 4 4)
+ (drill 2.2)
+ (layers "*.Cu")
+ (uuid "cc504350-fa45-467a-abe9-1feeba8814c7")
+ )
+ (embedded_fonts no)
+ )
+ (footprint "Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "fb4d91f6-24e6-4493-b0d2-db643c162c8b")
+ (at 125 95)
+ (descr "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)")
+ (tags "capacitor handsolder")
+ (property "Reference" "C18"
+ (at 0 -1.85 0)
+ (layer "F.SilkS")
+ (uuid "b870c931-364e-44a1-a3be-0aadb747f340")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "22uF"
+ (at 0 1.85 0)
+ (layer "F.Fab")
+ (uuid "5c5189fa-679c-4cfe-94d7-2f90029f32e2")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "919f3515-c7e5-4e7c-9c8b-88aebd860f70")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "c99f3b3c-7f82-4bd1-a34c-26983fe19e43")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "f5746aad-3ef9-4d80-a583-0a2b31afcff1")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/286380fa-30ec-4e6b-abf6-a6835fc5af9e")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.711252 -0.91)
+ (end 0.711252 -0.91)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2d7a18c1-3173-4850-8232-2d7633a57f3d")
+ )
+ (fp_line
+ (start -0.711252 0.91)
+ (end 0.711252 0.91)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "fc8fd497-25a9-468b-974d-edf0b00587cd")
+ )
+ (fp_rect
+ (start -2.48 -1.15)
+ (end 2.48 1.15)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "d31a2790-4f4c-435d-b723-0bc7b1cdf6d3")
+ )
+ (fp_rect
+ (start -1.6 -0.8)
+ (end 1.6 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "2cda21a0-d84a-4ade-b309-a26fd6f0aab2")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "226fc7b6-7b1d-46ac-927d-9729de97c500")
+ (effects
+ (font
+ (size 0.8 0.8)
+ (thickness 0.12)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1.5625 0)
+ (size 1.325 1.8)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.188679)
+ (net "+12V")
+ (pintype "passive")
+ (uuid "e0d3941e-c3e6-4aa0-a072-e776b36573e8")
+ )
+ (pad "2" smd roundrect
+ (at 1.5625 0)
+ (size 1.325 1.8)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.188679)
+ (net "GND")
+ (pintype "passive")
+ (uuid "e2b06ba7-f9d3-4880-9a72-e449001a5d76")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_1206_3216Metric.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
+ (layer "F.Cu")
+ (uuid "fcfa2c7a-e326-4385-ac50-570835269d51")
+ (at 97 80)
+ (descr "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)")
+ (tags "resistor handsolder")
+ (property "Reference" "R2"
+ (at 0 -2 0)
+ (layer "F.SilkS")
+ (uuid "11403d98-c9a0-4906-9428-443d631fde7e")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 0 1.65 0)
+ (layer "F.Fab")
+ (uuid "55fbeb08-c9e9-48fa-9bdd-31b4a67d5046")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "09d39a34-0a38-4d77-8fe9-6282747520e7")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "c584892d-fc6a-416c-8387-34013aab72d0")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "SMD_2terminal_chip_molded"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "c0879df9-0e13-47cf-97f6-24f1bf87cdc6")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "R_*")
+ (path "/7efd1369-ce97-45d6-b694-299fe069a256")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2")
+ )
+ )
+ (attr smd)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -0.227064 -0.735)
+ (end 0.227064 -0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "5c187cb8-b888-4b9f-b072-940ae6d46af7")
+ )
+ (fp_line
+ (start -0.227064 0.735)
+ (end 0.227064 0.735)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "f68cf55f-a8fe-42d5-85fb-098c53c01e3f")
+ )
+ (fp_rect
+ (start -1.85 -0.95)
+ (end 1.85 0.95)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "d36484e3-dc43-4dfe-ac38-38a833f5fa9c")
+ )
+ (fp_rect
+ (start -1 -0.625)
+ (end 1 0.625)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "9e9cd820-2066-45a7-9616-90b2072aa19c")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (uuid "dcd23797-badd-4a7d-82ea-c0767e9ef143")
+ (effects
+ (font
+ (size 0.5 0.5)
+ (thickness 0.08)
+ )
+ )
+ )
+ (pad "1" smd roundrect
+ (at -1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "/LIM_C")
+ (pintype "passive")
+ (uuid "68193191-8fbd-4d30-b739-1baf9682d974")
+ )
+ (pad "2" smd roundrect
+ (at 1 0)
+ (size 1.2 1.4)
+ (layers "F.Cu" "F.Mask" "F.Paste")
+ (roundrect_rratio 0.208333)
+ (net "GND")
+ (pintype "passive")
+ (uuid "0ae0798e-636b-43b5-bdf6-0f3e04e77914")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
+ (layer "F.Cu")
+ (uuid "ff346ead-3cb8-4675-a7c1-28548eeeaea7")
+ (at 96 45)
+ (descr "JST XH series connector, B4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf)")
+ (tags "connector JST XH vertical")
+ (property "Reference" "StepperConnection1"
+ (at 3.75 -3.55 0)
+ (layer "F.SilkS")
+ (uuid "5e2ae887-abc2-492d-8213-09058ae5c450")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 3.75 4.6 0)
+ (layer "F.Fab")
+ (uuid "a65f48f5-1094-4ea8-a0ae-39194349d809")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "d978e112-3bcf-4c7a-beee-4ecd54b4db91")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "622d19d1-389c-4626-8102-aa0508c47b2f")
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "KiLib_Generator" "connector/JST"
+ (at 0 0 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "cd8779db-6a22-4873-bf96-1a31f563ad7e")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Connector*:*_1x??-1MP*")
+ (path "/ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
+ (sheetname "/")
+ (sheetfile "firstpcb.kicad_sch")
+ (units
+ (unit
+ (name "A")
+ (pins "1" "2" "3" "4")
+ )
+ )
+ (attr through_hole)
+ (duplicate_pad_numbers_are_jumpers no)
+ (fp_line
+ (start -2.85 -2.75)
+ (end -2.85 -1.5)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "cb4c3796-4345-4c2c-87f9-5b0840b1158d")
+ )
+ (fp_line
+ (start -2.55 -0.2)
+ (end -1.8 -0.2)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2cc9ca7b-1710-42fa-a728-48a41b040f2e")
+ )
+ (fp_line
+ (start -1.8 -0.2)
+ (end -1.8 2.75)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "454eefae-4263-4e4a-b058-c300a43a52dc")
+ )
+ (fp_line
+ (start -1.8 2.75)
+ (end 3.75 2.75)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "a0a26efd-0947-43bb-824d-a657d9e87d7b")
+ )
+ (fp_line
+ (start -1.6 -2.75)
+ (end -2.85 -2.75)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "7249b175-3c11-412f-b870-3a9632b5c184")
+ )
+ (fp_line
+ (start 9.3 -0.2)
+ (end 9.3 2.75)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "92a3d7f7-d1be-4261-a12a-6c922de89efb")
+ )
+ (fp_line
+ (start 9.3 2.75)
+ (end 3.75 2.75)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "424b8ed5-d222-4812-9e37-7d4bfaa8d002")
+ )
+ (fp_line
+ (start 10.05 -0.2)
+ (end 9.3 -0.2)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "df6f70ee-9de6-4e82-94e5-6352ed876f5f")
+ )
+ (fp_rect
+ (start -2.56 -2.46)
+ (end 10.06 3.51)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.SilkS")
+ (uuid "7c21c7a8-c9d9-447d-8c6e-0ca5601d42c1")
+ )
+ (fp_rect
+ (start -2.55 -2.45)
+ (end -0.75 -1.7)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.SilkS")
+ (uuid "b07c1236-5b52-44eb-b461-1b698e9fd055")
+ )
+ (fp_rect
+ (start 0.75 -2.45)
+ (end 6.75 -1.7)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.SilkS")
+ (uuid "6dc88e6d-a2e0-47f6-89e0-c9cb8029aba8")
+ )
+ (fp_rect
+ (start 8.25 -2.45)
+ (end 10.05 -1.7)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.SilkS")
+ (uuid "8a6394cd-83ea-448a-b730-f4023c3cd047")
+ )
+ (fp_rect
+ (start -2.95 -2.85)
+ (end 10.45 3.9)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.CrtYd")
+ (uuid "8e99f980-335c-4bf5-b1dc-deee2dbdfe35")
+ )
+ (fp_line
+ (start -0.625 -2.35)
+ (end 0 -1.35)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "05ef23cb-3c25-46f3-ac9e-f9fe9e4f62a4")
+ )
+ (fp_line
+ (start 0 -1.35)
+ (end 0.625 -2.35)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ee76b8f3-e19e-4a70-bac2-68110aee09e6")
+ )
+ (fp_rect
+ (start -2.45 -2.35)
+ (end 9.95 3.4)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (fill no)
+ (layer "F.Fab")
+ (uuid "a0263f22-f1e5-4796-83f6-7f6767065752")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 3.75 2.7 0)
+ (layer "F.Fab")
+ (uuid "9c134b19-5322-4b19-8f6f-9dbd8b62a774")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole roundrect
+ (at 0 0)
+ (size 1.7 1.95)
+ (drill 0.95)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (roundrect_rratio 0.147059)
+ (net "Net-(A4988-1B)")
+ (pinfunction "Pin_1_1")
+ (pintype "passive")
+ (uuid "82d674dc-39ef-4a38-ad2a-eb91b8b434e6")
+ )
+ (pad "2" thru_hole oval
+ (at 2.5 0)
+ (size 1.7 1.95)
+ (drill 0.95)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "Net-(A4988-1A)")
+ (pinfunction "Pin_2_2")
+ (pintype "passive")
+ (uuid "186e0da1-355e-4bd9-bae6-4df49a5779d5")
+ )
+ (pad "3" thru_hole oval
+ (at 5 0)
+ (size 1.7 1.95)
+ (drill 0.95)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "Net-(A4988-2A)")
+ (pinfunction "Pin_3_3")
+ (pintype "passive")
+ (uuid "6b11cf18-acbb-4704-b331-c43c21a309e4")
+ )
+ (pad "4" thru_hole oval
+ (at 7.5 0)
+ (size 1.7 1.95)
+ (drill 0.95)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net "Net-(A4988-2B)")
+ (pinfunction "Pin_4_4")
+ (pintype "passive")
+ (uuid "7ae1b9cc-041f-434f-9e15-93e6b5b22c97")
+ )
+ (embedded_fonts no)
+ (model "${KICAD10_3DMODEL_DIR}/Connector_JST.3dshapes/JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical.stpZ"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (gr_rect
+ (start 60 40)
+ (end 141 100)
(stroke
(width 0.05)
(type default)
)
+ (fill no)
(layer "Edge.Cuts")
- (uuid "1157e1e7-696c-4977-ad6b-5b2b0382b1f7")
+ (uuid "318bbd05-6760-417c-9761-5940d8ce3c6d")
)
- (gr_arc
- (start 190 74)
- (mid 191.414214 74.585786)
- (end 192 76)
- (stroke
- (width 0.05)
- (type default)
- )
- (layer "Edge.Cuts")
- (uuid "44682385-f748-4619-876c-219dc18f7b3c")
- )
- (gr_arc
- (start 192 107)
- (mid 191.414214 108.414214)
- (end 190 109)
- (stroke
- (width 0.05)
- (type default)
- )
- (layer "Edge.Cuts")
- (uuid "4ed5c4bd-e60e-4a45-8fcd-1762bb40d393")
- )
- (gr_line
- (start 190 109)
- (end 94 109)
- (stroke
- (width 0.05)
- (type default)
- )
- (layer "Edge.Cuts")
- (uuid "81b4ff4f-a91d-4d1e-86a3-999fcf4e4a60")
- )
- (gr_line
- (start 94 74)
- (end 190 74)
- (stroke
- (width 0.05)
- (type default)
- )
- (layer "Edge.Cuts")
- (uuid "84b1b307-4f10-4d70-9ad4-6d51bce1af92")
- )
- (gr_line
- (start 92 107)
- (end 92 76)
- (stroke
- (width 0.05)
- (type default)
- )
- (layer "Edge.Cuts")
- (uuid "897bb4a0-f1ce-4960-a518-52f74dfb64a4")
- )
- (gr_line
- (start 192 76)
- (end 192 107)
- (stroke
- (width 0.05)
- (type default)
- )
- (layer "Edge.Cuts")
- (uuid "cd68b0ed-0494-4117-aca0-5e05b29bf0f6")
- )
- (gr_arc
- (start 92 76)
- (mid 92.585786 74.585786)
- (end 94 74)
- (stroke
- (width 0.05)
- (type default)
- )
- (layer "Edge.Cuts")
- (uuid "d4797e7b-39bb-470e-a22c-0e20cd5498e3")
+ (via
+ (at 131 95)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "/LIM_A")
+ (uuid "ab717268-5d0f-46ed-b3dd-bc5536177255")
)
(segment
- (start 166.34 96.31)
- (end 155 84.97)
- (width 0.2)
- (layer "F.Cu")
- (net 1)
- (uuid "9b667a45-28ce-4501-878e-08f7d4b964cb")
- )
- (segment
- (start 155 84.97)
- (end 155 78.5)
- (width 0.2)
- (layer "F.Cu")
- (net 1)
- (uuid "dab8e064-504b-49f2-b79b-e1e749bc0083")
- )
- (segment
- (start 166.15 101.39)
- (end 166.34 101.39)
- (width 0.2)
- (layer "F.Cu")
- (net 2)
- (uuid "9c87aa29-4925-4185-8123-a9e1142bf938")
- )
- (segment
- (start 166.34 86.15)
- (end 156.18 86.15)
+ (start 111 45)
+ (end 116.5 50.5)
(width 0.2)
(layer "B.Cu")
- (net 2)
- (uuid "04db9cb4-e3fb-406b-abcc-53715a52aca4")
+ (net "/LIM_A")
+ (uuid "209f008a-7984-4515-ad84-2917c5b947ac")
)
(segment
- (start 156.18 86.15)
- (end 153.64 88.69)
+ (start 90.4 72.78)
+ (end 113.72 72.78)
(width 0.2)
(layer "B.Cu")
- (net 2)
- (uuid "8e1d967d-e43a-43b4-a447-88bcbc7d4d0f")
+ (net "/LIM_A")
+ (uuid "2f47f046-2dbd-4688-b871-76da961288dc")
)
(segment
- (start 166.34 101.39)
- (end 166.15 101.39)
+ (start 135.5 69)
+ (end 116.5 69)
(width 0.2)
(layer "B.Cu")
- (net 2)
- (uuid "dea3b781-1f21-4eb6-ab2c-6b8a3a4bdabb")
+ (net "/LIM_A")
+ (uuid "43a392f7-e46c-40cd-8f49-ec2d204be295")
)
(segment
- (start 156.18 98.85)
- (end 153.64 96.31)
- (width 0.2)
- (layer "F.Cu")
- (net 3)
- (uuid "83dc9daf-f353-4246-9fe7-8df3787c934b")
- )
- (segment
- (start 166.34 98.85)
- (end 156.18 98.85)
- (width 0.2)
- (layer "F.Cu")
- (net 3)
- (uuid "d1cc27cb-3780-46fb-a707-8e5784c8c0c4")
- )
- (segment
- (start 153.64 96.31)
- (end 153.64 93.77)
- (width 0.2)
- (layer "F.Cu")
- (net 3)
- (uuid "d275910b-11ef-427b-9241-4c50005c89d7")
- )
- (segment
- (start 171.5 77.5)
- (end 173.5 75.5)
+ (start 116.5 70)
+ (end 116.5 69)
(width 0.2)
(layer "B.Cu")
- (net 3)
- (uuid "092fd3bf-3a18-42fb-8d0b-eae13d4f4c63")
+ (net "/LIM_A")
+ (uuid "445c0b59-68ff-499c-8a93-0ecce3f3f4f1")
)
(segment
- (start 190 97)
- (end 188.15 98.85)
+ (start 113.72 72.78)
+ (end 116.5 70)
(width 0.2)
(layer "B.Cu")
- (net 3)
- (uuid "121ad7d2-57f4-45ea-adaa-e1426784038e")
+ (net "/LIM_A")
+ (uuid "a250ec61-ead5-45b0-b3d3-0ce00cd2c2ae")
)
(segment
- (start 180.5 75.5)
- (end 190 85)
+ (start 131 95)
+ (end 135.5 90.5)
(width 0.2)
(layer "B.Cu")
- (net 3)
- (uuid "36dffad2-a2c8-40cf-9336-c2861c9aa7ff")
+ (net "/LIM_A")
+ (uuid "b48bf8f1-2601-4f84-a241-dfb1ef487d81")
)
(segment
- (start 120.645 93.77)
- (end 153.64 93.77)
+ (start 135.5 90.5)
+ (end 135.5 69)
(width 0.2)
(layer "B.Cu")
- (net 3)
- (uuid "9e49d1aa-77ab-4572-89c0-b863a049eda6")
+ (net "/LIM_A")
+ (uuid "e55320fb-ba77-4375-b555-64f08cf4a8c7")
)
(segment
- (start 105.675 78.8)
- (end 120.645 93.77)
+ (start 116.5 50.5)
+ (end 116.5 69)
(width 0.2)
(layer "B.Cu")
- (net 3)
- (uuid "a1dd8758-2797-4d27-8b7b-4132d3c46d86")
+ (net "/LIM_A")
+ (uuid "e9b1b177-612b-41ed-99a1-7265f4b1f67a")
)
(segment
- (start 190 85)
- (end 190 97)
+ (start 118.975082 75.224918)
+ (end 120 74.2)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "GND")
+ (uuid "45957df4-fce9-48d2-9b41-7c40877f4141")
+ )
+ (segment
+ (start 111.34 71.46)
+ (end 102.6 80.2)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "GND")
+ (uuid "56be2b87-09cb-4cd9-bd81-04f49fef69bd")
+ )
+ (segment
+ (start 111.34 68.89)
+ (end 111.34 71.46)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "GND")
+ (uuid "bde1a1d0-b562-4945-a9fc-19f679da94c7")
+ )
+ (segment
+ (start 118.975082 75.324999)
+ (end 118.975082 76)
+ (width 0.25)
+ (layer "F.Cu")
+ (net "GND")
+ (uuid "e1ead9cd-6c5a-4a34-866e-619fe6bb76a4")
+ )
+ (via
+ (at 120 74.2)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "GND")
+ (uuid "149e4f12-02cc-492b-a9e9-8f67aa709f2b")
+ )
+ (via
+ (at 103.8 94)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "GND")
+ (uuid "21752a54-c3b4-4741-88e1-9b91fe9e8517")
+ )
+ (via
+ (at 102.6 80.2)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "GND")
+ (uuid "59819b38-4b7a-4210-91d0-9c43c7de47d5")
+ )
+ (via
+ (at 98 80)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "GND")
+ (uuid "fff51044-bef1-4711-935c-d2f6dd2f5fe4")
+ )
+ (segment
+ (start 104.4 80)
+ (end 102.8 80)
(width 0.2)
(layer "B.Cu")
- (net 3)
- (uuid "ad1edbc2-34ea-4d86-b84c-4d13ada77399")
+ (net "GND")
+ (uuid "0f039cdf-3d5f-4cbc-a181-f174a53340a1")
)
(segment
- (start 188.15 98.85)
- (end 166.34 98.85)
+ (start 104.6 79.4)
+ (end 104.6 80)
(width 0.2)
(layer "B.Cu")
- (net 3)
- (uuid "ae687fcf-e81b-4087-85ba-13118eb1294d")
+ (net "GND")
+ (uuid "1824b604-735f-4143-ab97-49a0b1d07c5c")
)
(segment
- (start 173.5 75.5)
- (end 180.5 75.5)
+ (start 101 77)
+ (end 102.6 77)
(width 0.2)
(layer "B.Cu")
- (net 3)
- (uuid "cdf03390-3e40-421e-ab3a-510f1430a413")
+ (net "GND")
+ (uuid "1e159446-ab7e-4871-b419-02c1215671a0")
)
(segment
- (start 151.125 101.39)
- (end 128.535 78.8)
- (width 0.2)
- (layer "F.Cu")
- (net 4)
- (uuid "2c095416-d8cf-4cc0-a145-62010c525f20")
- )
- (segment
- (start 153.64 101.39)
- (end 151.125 101.39)
- (width 0.2)
- (layer "F.Cu")
- (net 4)
- (uuid "d4111f0e-35b7-40eb-8f6d-2bd793d0d0a6")
- )
- (segment
- (start 174 93)
- (end 172.401 94.599)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "29461546-31a4-4a9e-a58e-04bcc16df8fb")
- )
- (segment
- (start 163.181 107)
- (end 163.181 107.101)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "3a465d10-c6d6-42ce-9370-e116f93f1632")
- )
- (segment
- (start 163.181 106.101)
- (end 163.181 107)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "407bf52f-f340-4093-9624-ad3aba43f571")
- )
- (segment
- (start 163.181 107)
- (end 163.282 107.101)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "4cdce604-5b92-4428-b29b-f972062f5387")
- )
- (segment
- (start 162.58 105.5)
- (end 163.181 106.101)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "6508d559-6ea6-4809-8b5f-b5352a0c4151")
- )
- (segment
- (start 176.817621 86)
- (end 176.817621 90.182379)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "65a6a15f-7468-4113-8ede-78e961194156")
- )
- (segment
- (start 172.401 104.07605)
- (end 169.37605 107.101)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "707ac44b-8865-4541-b3bf-825e366b6b99")
- )
- (segment
- (start 185.899 84.899)
- (end 177.918621 84.899)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "91770e30-ff32-4b44-b5a1-1f49b7fd4e5e")
- )
- (segment
- (start 177.918621 84.899)
- (end 176.817621 86)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "a4df680e-bbc6-487d-a325-6676f026c03e")
- )
- (segment
- (start 163.282 107.101)
- (end 169.37605 107.101)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "a83a5534-ae97-4918-aa36-7bb4fc88fa21")
- )
- (segment
- (start 187 86)
- (end 185.899 84.899)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "cf753b3f-605a-4acf-a7a0-c2b384dfae0f")
- )
- (segment
- (start 172.401 94.599)
- (end 172.401 104.07605)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "ecb6ffc1-ef37-4b13-931f-edcb8fd85bbe")
- )
- (segment
- (start 176.817621 90.182379)
- (end 174 93)
- (width 0.2)
- (layer "F.Cu")
- (net 5)
- (uuid "fd4e52b1-3f55-4954-8fa5-a53e6b6363ca")
- )
- (segment
- (start 176.817621 86)
- (end 168.73 86)
+ (start 109.4 74.6)
+ (end 104.6 79.4)
(width 0.2)
(layer "B.Cu")
- (net 5)
- (uuid "a3af28da-aa53-49fb-b9f8-5c4927468adb")
+ (net "GND")
+ (uuid "2bd49d46-aa89-4436-ab87-42ccda58e1d5")
)
(segment
- (start 168.73 86)
- (end 166.34 83.61)
+ (start 104.4 80)
+ (end 104.4 93.4)
(width 0.2)
(layer "B.Cu")
- (net 5)
- (uuid "faee633f-fb14-4137-830c-4877326be41d")
+ (net "GND")
+ (uuid "30952bce-4cb7-4674-a4bd-478a0a7d2270")
)
(segment
- (start 166.34 91.23)
- (end 160 84.89)
- (width 0.2)
- (layer "F.Cu")
- (net 6)
- (uuid "3f30cffa-af92-4287-8a86-f64ad182c27a")
- )
- (segment
- (start 160 84.89)
- (end 160 78.5)
- (width 0.2)
- (layer "F.Cu")
- (net 6)
- (uuid "b687ee39-21eb-4beb-a5dc-608145876c5a")
- )
- (segment
- (start 147.5 77.47)
- (end 147.47 77.47)
- (width 0.2)
- (layer "F.Cu")
- (net 7)
- (uuid "3ce4cb0c-577e-4b8a-9a92-7d830373b0fd")
- )
- (segment
- (start 153.64 83.61)
- (end 147.5 77.47)
- (width 0.2)
- (layer "F.Cu")
- (net 7)
- (uuid "428cfc0a-b0d1-42a8-bd72-56d1416a6e82")
- )
- (segment
- (start 147.47 77.47)
- (end 146.5 76.5)
- (width 0.2)
- (layer "F.Cu")
- (net 7)
- (uuid "757aebcb-6004-4f27-9f8e-05074495dc95")
- )
- (segment
- (start 128.295 76.5)
- (end 125.995 78.8)
- (width 0.2)
- (layer "F.Cu")
- (net 7)
- (uuid "7cef9e0e-dc6d-40de-84e1-fef59ae2a571")
- )
- (segment
- (start 146.5 76.5)
- (end 128.295 76.5)
- (width 0.2)
- (layer "F.Cu")
- (net 7)
- (uuid "d3aebce8-af74-4b87-9c92-c8e2270bd104")
- )
- (segment
- (start 166.34 88.69)
- (end 162.5 84.85)
- (width 0.2)
- (layer "F.Cu")
- (net 9)
- (uuid "7d123bd1-4f2b-4348-b337-d7102ae5299f")
- )
- (segment
- (start 162.5 84.85)
- (end 162.5 78.5)
- (width 0.2)
- (layer "F.Cu")
- (net 9)
- (uuid "c3a00435-551e-468d-949c-660822fa5125")
- )
- (segment
- (start 166.34 93.77)
- (end 157.5 84.93)
- (width 0.2)
- (layer "F.Cu")
- (net 10)
- (uuid "801de321-76d5-4f81-8b5d-493f47264ce9")
- )
- (segment
- (start 157.5 84.93)
- (end 157.5 78.5)
- (width 0.2)
- (layer "F.Cu")
- (net 10)
- (uuid "eafd7648-643e-4de3-b823-f7a08452f83a")
- )
- (segment
- (start 151.125 98.85)
- (end 131.075 78.8)
- (width 0.2)
- (layer "F.Cu")
- (net 12)
- (uuid "2f0c190a-8a1f-4f0e-83d7-3c2e7fa0f87e")
- )
- (segment
- (start 153.64 98.85)
- (end 151.125 98.85)
- (width 0.2)
- (layer "F.Cu")
- (net 12)
- (uuid "42bdab08-0833-4e20-88f3-bde325b865a2")
- )
- (segment
- (start 156 107)
- (end 108.475 107)
- (width 0.2)
- (layer "F.Cu")
- (net 16)
- (uuid "546f7b8e-5c58-407e-ae0b-fc3b0ebecdcb")
- )
- (segment
- (start 157.5 105.5)
- (end 156 107)
- (width 0.2)
- (layer "F.Cu")
- (net 16)
- (uuid "613a5417-4976-4418-bcb3-ff7bc6c4009f")
- )
- (segment
- (start 108.475 107)
- (end 105.675 104.2)
- (width 0.2)
- (layer "F.Cu")
- (net 16)
- (uuid "cb61fcf6-6018-46b1-871b-566a03d0fa59")
- )
- (segment
- (start 173.639 97.411)
- (end 174 97.05)
+ (start 98 80)
+ (end 101 77)
(width 0.2)
(layer "B.Cu")
- (net 16)
- (uuid "03911fc5-dde8-4eb3-978a-be6a0a94bfea")
+ (net "GND")
+ (uuid "42110586-fce6-4381-8ac8-a619de43dd5b")
)
(segment
- (start 157.5 105.5)
- (end 165.589 97.411)
+ (start 119.6 74.6)
+ (end 109.4 74.6)
(width 0.2)
(layer "B.Cu")
- (net 16)
- (uuid "aa810a03-f485-42d4-b33f-5ce452ca24ec")
+ (net "GND")
+ (uuid "5d424d7e-9461-4aed-852a-86479932e357")
)
(segment
- (start 165.589 97.411)
- (end 173.639 97.411)
+ (start 120 74.2)
+ (end 119.6 74.6)
(width 0.2)
(layer "B.Cu")
- (net 16)
- (uuid "d89e0391-8df8-4201-835d-fa900cc60910")
+ (net "GND")
+ (uuid "6dde83ef-fa35-4f8f-a185-7e07c6870b28")
)
(segment
- (start 167 75.5)
- (end 119 75.5)
+ (start 102.6 80.2)
+ (end 102.6 80)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "GND")
+ (uuid "6ed62db4-f183-4ff5-a390-814d9fcd71da")
+ )
+ (segment
+ (start 102.6 77)
+ (end 104.6 79)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "GND")
+ (uuid "8d1e5ac5-64be-4fa1-9520-1c3f7a71b583")
+ )
+ (segment
+ (start 104.6 79)
+ (end 104.6 79.4)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "GND")
+ (uuid "8f782bde-565e-4e3a-a47f-0531d9f10540")
+ )
+ (segment
+ (start 104.4 93.4)
+ (end 103.8 94)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "GND")
+ (uuid "922ea6b9-acf6-4597-8292-dddab2bb6164")
+ )
+ (segment
+ (start 104.6 80)
+ (end 104.4 80)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "GND")
+ (uuid "d2062d61-6fe5-48e5-8eb0-c4f5ed604748")
+ )
+ (segment
+ (start 102.8 80)
+ (end 102.6 80.2)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "GND")
+ (uuid "d45604ef-d806-4bdb-9246-23d42e322bdf")
+ )
+ (segment
+ (start 113.5 64.19)
+ (end 113.5 45)
(width 0.2)
(layer "F.Cu")
- (net 24)
- (uuid "0364b0c5-1950-46c0-92e3-c471bd529c7c")
+ (net "+3.3V")
+ (uuid "0d955756-47e0-4e42-b0c0-3c4a9891ff9f")
)
(segment
- (start 119 75.635)
- (end 115.835 78.8)
+ (start 98.64 63.81)
+ (end 98.64 61.27)
(width 0.2)
(layer "F.Cu")
- (net 24)
- (uuid "883cbc07-94dc-4f30-a44b-cf1115fe7ab4")
+ (net "+3.3V")
+ (uuid "298f0572-6570-4b4f-8fb0-c414bb61dce3")
)
(segment
- (start 119 75.5)
- (end 119 75.635)
+ (start 111.34 66.35)
+ (end 102 75.69)
(width 0.2)
(layer "F.Cu")
- (net 24)
- (uuid "b1741a65-15cd-49c6-b1fc-c99ff6c7994b")
+ (net "+3.3V")
+ (uuid "53c6c7ca-9ca5-4739-aea0-c11777c312f8")
)
(segment
- (start 168.92 77.58)
- (end 169 77.5)
+ (start 98.64 63.81)
+ (end 108.8 63.81)
(width 0.2)
(layer "F.Cu")
- (net 24)
- (uuid "b2ccea7d-85a7-48b7-9725-5b506f0f2f6d")
+ (net "+3.3V")
+ (uuid "5c81a677-01c2-4cac-b0ac-1d65e007952b")
)
(segment
- (start 168.92 102.5)
- (end 168.92 77.58)
+ (start 111.34 66.35)
+ (end 113.5 64.19)
(width 0.2)
(layer "F.Cu")
- (net 24)
- (uuid "d6279af8-7461-40a5-963d-8a07a0886394")
+ (net "+3.3V")
+ (uuid "80336c5c-9da6-4be9-b172-34bad2b2045d")
)
(segment
- (start 169 77.5)
- (end 167 75.5)
+ (start 102 75.69)
+ (end 102 78.6)
(width 0.2)
(layer "F.Cu")
- (net 24)
- (uuid "e0d879e5-c217-4f1f-9efc-0b89fe2c6836")
+ (net "+3.3V")
+ (uuid "eea921a2-a1cb-4c7c-a264-c333111b1e5d")
)
(segment
- (start 172 84)
- (end 174 82)
+ (start 108.8 63.81)
+ (end 111.34 66.35)
(width 0.2)
(layer "F.Cu")
- (net 33)
- (uuid "7694dc23-7896-4d1a-876e-cb581d881661")
+ (net "+3.3V")
+ (uuid "fd370e5b-f495-4645-a691-7024c472d854")
+ )
+ (via
+ (at 102 78.6)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "+3.3V")
+ (uuid "004760da-68bd-40ee-ae71-17987bc7217d")
)
(segment
- (start 168.92 106)
- (end 172 102.92)
+ (start 102 78.6)
+ (end 102 78.96)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "+3.3V")
+ (uuid "4fc13e48-3349-4542-a3b1-1bda617d428d")
+ )
+ (segment
+ (start 102 78.96)
+ (end 90.4 90.56)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "+3.3V")
+ (uuid "fd75ac87-58a9-4159-ba67-b24fa1f1f907")
+ )
+ (segment
+ (start 99.74 48.74)
+ (end 96 45)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-1B)")
+ (uuid "344bcadf-3355-4151-a7af-d24e3ae832de")
+ )
+ (segment
+ (start 99.74 52.21)
+ (end 99.74 48.74)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-1B)")
+ (uuid "4e8a538c-97a0-426a-ade4-0cc67f6f0daa")
+ )
+ (segment
+ (start 111.34 63.81)
+ (end 99.74 52.21)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-1B)")
+ (uuid "acd2eacc-567a-4937-9f03-17f6acbb35e7")
+ )
+ (segment
+ (start 100.5 51)
+ (end 110.77 61.27)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-1A)")
+ (uuid "05c17bae-cf7e-44dc-9c21-61e221904a89")
+ )
+ (segment
+ (start 110.77 61.27)
+ (end 111.34 61.27)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-1A)")
+ (uuid "0964ccf7-5663-49b1-93dd-6df2e2e71f4a")
+ )
+ (segment
+ (start 98.5 45)
+ (end 100.5 47)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-1A)")
+ (uuid "3f0124ec-f718-4f4a-b692-a524a8073ae5")
+ )
+ (segment
+ (start 100.5 47)
+ (end 100.5 51)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-1A)")
+ (uuid "74e29e5b-d3aa-4b66-9d5e-063f710082ee")
+ )
+ (segment
+ (start 101 46.934314)
+ (end 101 45)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-2A)")
+ (uuid "333a7ab1-733b-4034-8389-9044489f4977")
+ )
+ (segment
+ (start 108.63 57.63)
+ (end 101.9 50.9)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-2A)")
+ (uuid "38408583-85a2-40bd-899f-c6173ff69e99")
+ )
+ (segment
+ (start 101.9 47.834314)
+ (end 101 46.934314)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-2A)")
+ (uuid "4293f68c-1b77-4c08-b6a6-c047668a5301")
+ )
+ (segment
+ (start 111.34 58.73)
+ (end 110.24 57.63)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-2A)")
+ (uuid "7ac9f8b3-41fc-448a-9365-7781f961505b")
+ )
+ (segment
+ (start 110.24 57.63)
+ (end 108.63 57.63)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-2A)")
+ (uuid "b7e6a525-899a-4baf-9101-85b733514fdb")
+ )
+ (segment
+ (start 101.9 50.9)
+ (end 101.9 47.834314)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-2A)")
+ (uuid "c647c3c7-a85a-4010-8092-82a290de4e51")
+ )
+ (segment
+ (start 103.5 48.35)
+ (end 111.34 56.19)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-2B)")
+ (uuid "682c1dec-e403-4123-a491-af1f362ab89d")
+ )
+ (segment
+ (start 103.5 45)
+ (end 103.5 48.35)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "Net-(A4988-2B)")
+ (uuid "b0a04f0f-998d-4c0b-8aeb-34a909f7e4c7")
+ )
+ (segment
+ (start 119.874999 78.22508)
+ (end 120.77492 78.22508)
(width 0.2)
(layer "F.Cu")
- (net 33)
- (uuid "8f8369e7-47fd-4a6d-97bf-b450c199b751")
+ (net "+12V")
+ (uuid "015d54fe-b2d4-4040-a300-b9a630e26724")
)
(segment
- (start 172 102.92)
- (end 172 84)
+ (start 120.725078 77.725078)
+ (end 121 78)
(width 0.2)
(layer "F.Cu")
- (net 33)
- (uuid "e896d54d-7acd-4e05-b38b-2ac02d50d8b0")
+ (net "+12V")
+ (uuid "0383afbf-21ea-4d18-b8e8-81a336219fff")
)
(segment
- (start 174 82)
- (end 174 77.5)
+ (start 119.874999 77.225079)
+ (end 120.225079 77.225079)
(width 0.2)
(layer "F.Cu")
- (net 33)
- (uuid "fd28e017-1713-4cad-9d04-538a54ff80db")
+ (net "+12V")
+ (uuid "130ce2b0-faba-40a6-992a-582ae7aceaf5")
)
(segment
- (start 147.776 79.776)
- (end 144.5 76.5)
+ (start 119.874999 77.725078)
+ (end 120.725078 77.725078)
(width 0.2)
- (layer "B.Cu")
- (net 33)
- (uuid "1356e9b7-bf25-4b1b-88bc-35f309e2aaee")
+ (layer "F.Cu")
+ (net "+12V")
+ (uuid "286cf6b9-d9cd-412c-b181-3ae75e18bed8")
)
(segment
- (start 124 76.5)
- (end 123.455 77.045)
+ (start 120.225079 77.225079)
+ (end 121 78)
(width 0.2)
- (layer "B.Cu")
- (net 33)
- (uuid "5b4bda40-190f-48fa-a2ef-3bcb44205299")
+ (layer "F.Cu")
+ (net "+12V")
+ (uuid "6a1024b8-ffe4-4656-909e-34999380977d")
)
(segment
- (start 123.455 77.045)
- (end 123.455 78.8)
+ (start 120.77492 78.22508)
+ (end 121 78)
(width 0.2)
- (layer "B.Cu")
- (net 33)
- (uuid "6496d807-5e1b-48d5-b897-36709bbe9c5e")
+ (layer "F.Cu")
+ (net "+12V")
+ (uuid "dc6f968a-0add-4df5-b3e6-f1d69c19dbea")
+ )
+ (via
+ (at 98.3 94)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "+12V")
+ (uuid "4d00c465-c789-41ab-b728-ca18d79eb33c")
+ )
+ (via
+ (at 131 87)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "+12V")
+ (uuid "501237dd-c5db-4061-9b38-311b4f0e4df5")
+ )
+ (via
+ (at 123.4375 91)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "+12V")
+ (uuid "a05e5923-ac4d-4eb9-887b-af3eed4b0aff")
+ )
+ (via
+ (at 121 78)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (free yes)
+ (net "+12V")
+ (uuid "aac21162-4a04-4618-af2a-b6d44fb6e217")
+ )
+ (via
+ (at 134.85 59)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "+12V")
+ (uuid "bf9bdd2a-0991-43f9-ab0d-570a9ea73b6a")
+ )
+ (via
+ (at 123.4375 95)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "+12V")
+ (uuid "cf73598d-4577-4370-83fe-daee1a1dc056")
)
(segment
- (start 171.724 79.776)
- (end 147.776 79.776)
+ (start 93 56.75)
+ (end 98.64 51.11)
(width 0.2)
(layer "B.Cu")
- (net 33)
- (uuid "7a2a7a09-b3da-4d37-9f76-37f854594fe6")
+ (net "/MOTOR_EN")
+ (uuid "7038f8b1-9065-4da6-91c4-895eec358108")
)
(segment
- (start 144.5 76.5)
- (end 124 76.5)
+ (start 93 67.64)
+ (end 93 56.75)
(width 0.2)
(layer "B.Cu")
- (net 33)
- (uuid "a6a2847e-3fee-4bbc-8c72-5ead28b25f4b")
+ (net "/MOTOR_EN")
+ (uuid "818370a4-6b29-4f15-8927-bb244158fc6d")
)
(segment
- (start 174 77.5)
- (end 171.724 79.776)
+ (start 90.4 70.24)
+ (end 93 67.64)
(width 0.2)
(layer "B.Cu")
- (net 33)
- (uuid "e75d80c6-0ff4-4ace-bf25-9da2f3fad983")
+ (net "/MOTOR_EN")
+ (uuid "e3a20638-767e-422f-9b45-c326c291509c")
)
(segment
- (start 124.624 90.129)
- (end 181.129 90.129)
+ (start 91.59 66.35)
+ (end 90.4 65.16)
(width 0.2)
- (layer "B.Cu")
- (net 35)
- (uuid "0b9a74f7-8174-4abf-9f63-4fc9542553a4")
+ (layer "F.Cu")
+ (net "/STEP")
+ (uuid "aab726ca-2ed8-4dd3-862b-73047b0257e0")
)
(segment
- (start 113.295 78.8)
- (end 124.624 90.129)
+ (start 98.64 66.35)
+ (end 91.59 66.35)
(width 0.2)
- (layer "B.Cu")
- (net 35)
- (uuid "14642c9c-63f2-4cd9-81c6-9bd70d1b8d6e")
+ (layer "F.Cu")
+ (net "/STEP")
+ (uuid "ef89c732-c72f-443e-98e6-d8f3d4976481")
)
(segment
- (start 181.129 90.129)
- (end 187 96)
+ (start 98.64 68.89)
+ (end 91.59 68.89)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/DIR")
+ (uuid "4f468adf-88aa-4c10-9d2c-13ed0df7e6c2")
+ )
+ (segment
+ (start 91.59 68.89)
+ (end 90.4 67.7)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/DIR")
+ (uuid "990da90f-0456-48a9-9b55-ef0159dac585")
+ )
+ (segment
+ (start 131 91)
+ (end 131 89)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/FB")
+ (uuid "1ac3ab7a-87b4-48e0-b83c-015f9ca263e1")
+ )
+ (segment
+ (start 131 89)
+ (end 133 87)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/FB")
+ (uuid "27077c88-e887-4e19-aee0-c8de66b0e9fe")
+ )
+ (segment
+ (start 133 80.5)
+ (end 133 87)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/FB")
+ (uuid "341c0b3b-e37e-4801-8a6c-328b404607c9")
+ )
+ (segment
+ (start 119.874999 76.72508)
+ (end 122.640176 76.72508)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/FB")
+ (uuid "c1df0e21-2ec2-4765-8bb0-48ab1cfca120")
+ )
+ (segment
+ (start 123.390256 75.975)
+ (end 128.475 75.975)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/FB")
+ (uuid "f3c06f7c-1ef7-40b5-8e93-20a8261061cd")
+ )
+ (segment
+ (start 122.640176 76.72508)
+ (end 123.390256 75.975)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/FB")
+ (uuid "f6f23112-afd7-4fb6-b735-56f3ab8627ec")
+ )
+ (segment
+ (start 128.475 75.975)
+ (end 133 80.5)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/FB")
+ (uuid "fe66b419-b586-45ee-8332-ade9d9391b6f")
+ )
+ (segment
+ (start 121.774921 76.225079)
+ (end 119.874999 76.225079)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-COMP)")
+ (uuid "a4bdd712-350d-4438-8960-ac03447df545")
+ )
+ (segment
+ (start 124 74)
+ (end 121.774921 76.225079)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-COMP)")
+ (uuid "b7765c26-ab01-4763-bede-a153d014c02e")
+ )
+ (segment
+ (start 126 74)
+ (end 129.0375 74)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C14-Pad1)")
+ (uuid "30e13ac2-abe6-495a-bda8-ac5c56bec972")
+ )
+ (segment
+ (start 129.0375 74)
+ (end 130 73.0375)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C14-Pad1)")
+ (uuid "4df9f9cb-bc35-4df4-a017-6c94fea01ffb")
+ )
+ (segment
+ (start 121.0375 64)
+ (end 114.2 70.8375)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C16-Pad2)")
+ (uuid "456834ca-d683-47cc-87ea-cddfa38c0537")
+ )
+ (segment
+ (start 116.575001 77.225079)
+ (end 116.575001 78.22508)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C16-Pad2)")
+ (uuid "47071602-070a-4abc-89a4-70ff88b0c031")
+ )
+ (segment
+ (start 114.2 75.8)
+ (end 115.12508 76.72508)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C16-Pad2)")
+ (uuid "51eee399-16b3-49c2-90f3-6ad308a80213")
+ )
+ (segment
+ (start 115.12508 76.72508)
+ (end 116.575001 76.72508)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C16-Pad2)")
+ (uuid "817aa8f0-c963-4dea-a3cb-b6bdfd3ae9a3")
+ )
+ (segment
+ (start 121.0375 63.1125)
+ (end 121.0375 64)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C16-Pad2)")
+ (uuid "92896d52-83b1-438f-9694-018a9c00711f")
+ )
+ (segment
+ (start 125.15 59)
+ (end 121.0375 63.1125)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C16-Pad2)")
+ (uuid "aeefca74-594b-425e-a667-24ef03c3348b")
+ )
+ (segment
+ (start 116.575001 76.72508)
+ (end 116.575001 77.225079)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C16-Pad2)")
+ (uuid "ce2f1869-b573-4103-b03a-b256f362b0a6")
+ )
+ (segment
+ (start 114.2 70.8375)
+ (end 114.2 75.8)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(C16-Pad2)")
+ (uuid "db4a4749-69cf-4357-9086-86f102d7fbed")
+ )
+ (segment
+ (start 133 98.4)
+ (end 135.6 95.8)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "09adf4d2-a964-41fb-b372-00b9e4d626e6")
+ )
+ (segment
+ (start 123 87)
+ (end 111.6 98.4)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "0b9ce01c-dcc8-42c8-a567-0139def7cb1c")
+ )
+ (segment
+ (start 128.5 65)
+ (end 127 65)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "0e2d9eb0-c1b6-4ad4-a025-d256346a80f3")
+ )
+ (segment
+ (start 123.4375 87)
+ (end 123 87)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "1912ca45-a1bc-4f0f-9d11-dbbf737c41cf")
+ )
+ (segment
+ (start 131.4 65)
+ (end 128.5 65)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "6a873a61-15c2-49a7-a52d-98f5b2c67ea7")
+ )
+ (segment
+ (start 135.8 69.4)
+ (end 131.4 65)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "795cfc9c-c79e-47da-82e9-e37576d351b1")
+ )
+ (segment
+ (start 72.84 98.4)
+ (end 65 90.56)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "7e5faa4e-7f6e-43a5-ba9a-3b5aaa7c0ceb")
+ )
+ (segment
+ (start 123.4375 87)
+ (end 123.4375 83)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "88fcff9d-907a-4f51-ad92-9d6b0e95f146")
+ )
+ (segment
+ (start 123.4375 83)
+ (end 119.83008 83)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "8a18f078-54cb-414e-9d08-0fee7167b1cb")
+ )
+ (segment
+ (start 127 65)
+ (end 117.300487 74.699513)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "8b7325bb-1185-46f0-9407-5b7295e8c1e8")
+ )
+ (segment
+ (start 116.575001 79.744921)
+ (end 116.575001 79.22508)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "b023d702-d5e7-455b-916d-929fe6be380d")
+ )
+ (segment
+ (start 117.300487 74.699513)
+ (end 117.300487 75.150406)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "b234ebb8-099e-4c0f-ae7e-09ca8a36c3d9")
+ )
+ (segment
+ (start 129 44.3)
+ (end 128.5 44.8)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "b3ef746a-957c-415a-b690-fd3deb30b393")
+ )
+ (segment
+ (start 111.6 98.4)
+ (end 133 98.4)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "b9f83496-f089-426a-bbce-bd342e690361")
+ )
+ (segment
+ (start 135.6 95.8)
+ (end 135.6 69.6)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "c32671a2-3108-4151-a5f1-fad574ab4f58")
+ )
+ (segment
+ (start 119.83008 83)
+ (end 116.575001 79.744921)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "d7ba0d3e-6cf5-43ef-8155-9c7a3aa43fe7")
+ )
+ (segment
+ (start 111.6 98.4)
+ (end 72.84 98.4)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "e10735d2-2268-4d7f-85a1-d63940cc3017")
+ )
+ (segment
+ (start 135.6 69.6)
+ (end 135.8 69.4)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "e4edb34f-f0ea-4b78-a086-c5c8bcda6b90")
+ )
+ (segment
+ (start 128.5 44.8)
+ (end 128.5 65)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "+5V")
+ (uuid "ee5005ea-ce52-451d-9337-c8e96da45d05")
+ )
+ (segment
+ (start 101.66 82.94)
+ (end 113.2 71.4)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "3dcaf538-6ddc-4a25-8523-71d3758189f9")
+ )
+ (segment
+ (start 90.4 82.94)
+ (end 101.66 82.94)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "46b8a441-ef35-4e84-8e65-c9a84bdf8be2")
+ )
+ (segment
+ (start 114.6 69.306128)
+ (end 114.6 69.234314)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "5206d206-0958-4455-89e6-986a6ebf14ec")
+ )
+ (segment
+ (start 118.075 64.709744)
+ (end 118.075 63.290256)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "59a260eb-e23b-4712-8fc1-09f0b93b1a4e")
+ )
+ (segment
+ (start 113.2 70.834314)
+ (end 113.4 70.634314)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "63adab19-2835-4229-b92a-70cc2dc47a59")
+ )
+ (segment
+ (start 114.6 69.234314)
+ (end 118.075 65.759314)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "721bb527-47db-4ee2-b4bc-152db4dc3029")
+ )
+ (segment
+ (start 113.4 70.506129)
+ (end 114.6 69.306128)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "7bf859aa-6fab-42b5-b690-fbd1ec17e89e")
+ )
+ (segment
+ (start 118.075 65.759314)
+ (end 118.075 64.709744)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "93e2d623-f077-4c3d-90f4-96c055262115")
+ )
+ (segment
+ (start 118.075 63.290256)
+ (end 118.075 50.225)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "a6f96a2f-dd8f-445f-a8af-c3d880072f1b")
+ )
+ (segment
+ (start 113.2 71.4)
+ (end 113.2 70.834314)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "b810f438-4a7d-4091-9f67-0422545a4964")
+ )
+ (segment
+ (start 118.075 50.225)
+ (end 124 44.3)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "d6418522-96c6-44ad-9d26-e574e57701a7")
+ )
+ (segment
+ (start 113.4 70.634314)
+ (end 113.4 70.506129)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/MOTOR_CTRL")
+ (uuid "de3ef2be-e2d6-4684-8b66-05dacf16b611")
+ )
+ (segment
+ (start 113.6 71)
+ (end 113.6 76.270078)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "39193122-b3b0-403e-b857-d4290ad724b3")
+ )
+ (segment
+ (start 118.9625 65.4375)
+ (end 115 69.4)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "45d40f55-8472-4683-add0-43082affbf3d")
+ )
+ (segment
+ (start 116.055001 78.725079)
+ (end 116.575001 78.725079)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "5cde7eca-5118-43ac-bf85-f6e1c094292d")
+ )
+ (segment
+ (start 118.9625 64)
+ (end 118.9625 65.4375)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "80046117-812d-4e60-86ad-7e9a9973a5bb")
+ )
+ (segment
+ (start 115 69.471814)
+ (end 113.8 70.671815)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "a3653466-3f3d-408f-bcc7-79072473fede")
+ )
+ (segment
+ (start 115.975002 78.64508)
+ (end 116.055001 78.725079)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "a42b0448-341d-4e9f-857d-e40c999a162b")
+ )
+ (segment
+ (start 113.8 70.8)
+ (end 113.6 71)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "a95a6cdb-0757-4ba1-8a71-b9a1dd76ab53")
+ )
+ (segment
+ (start 113.8 70.671815)
+ (end 113.8 70.8)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "c5aed3f2-08ee-426e-ad25-d7a887a2987f")
+ )
+ (segment
+ (start 113.6 76.270078)
+ (end 115.975002 78.64508)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "da11be7f-ede8-4dd8-9bc3-95544eaeb1e3")
+ )
+ (segment
+ (start 115 69.4)
+ (end 115 69.471814)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-BOOT)")
+ (uuid "fa557ace-bfe4-4a85-8442-1f890066d97f")
+ )
+ (via
+ (at 96 80)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "/LIM_C")
+ (uuid "d2b18876-5218-4356-acab-9b97396d26cc")
+ )
+ (segment
+ (start 114.725 43.725)
+ (end 116 45)
(width 0.2)
(layer "B.Cu")
- (net 35)
- (uuid "fbb110ae-124e-437b-809c-44f82d689898")
+ (net "/LIM_C")
+ (uuid "1585a81a-4b40-459c-8dbe-7585ad0cf1db")
+ )
+ (segment
+ (start 84.5 74.5)
+ (end 84.5 52.5)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "/LIM_C")
+ (uuid "286c28e9-3c0e-423b-bd45-9d6f809cfff2")
+ )
+ (segment
+ (start 95.6 80.4)
+ (end 96 80)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "/LIM_C")
+ (uuid "b06ca46f-9271-412d-944d-3e3b1185533d")
+ )
+ (segment
+ (start 90.4 80.4)
+ (end 84.5 74.5)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "/LIM_C")
+ (uuid "ba063cb1-8f8c-40a0-abc9-48828791f1e0")
+ )
+ (segment
+ (start 93.275 43.725)
+ (end 114.725 43.725)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "/LIM_C")
+ (uuid "d7525a1b-c49f-4c47-a324-15d001434995")
+ )
+ (segment
+ (start 90.4 80.4)
+ (end 95.6 80.4)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "/LIM_C")
+ (uuid "df5e946b-8a87-4a29-ade6-b578bdde9bd9")
+ )
+ (segment
+ (start 84.5 52.5)
+ (end 93.275 43.725)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "/LIM_C")
+ (uuid "f8129c9c-bfc4-4f6e-83b8-b0237c7af462")
+ )
+ (segment
+ (start 116.575001 75.72508)
+ (end 115.52508 75.72508)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/BOOST_EN")
+ (uuid "302f357d-033d-4fba-ac49-9d40ba016283")
+ )
+ (segment
+ (start 115.52508 75.72508)
+ (end 115 75.2)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/BOOST_EN")
+ (uuid "8df098e2-2089-404e-b7be-9840e71e52af")
+ )
+ (segment
+ (start 115 75.2)
+ (end 115 74)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "/BOOST_EN")
+ (uuid "9f7c0419-c8ee-46b4-b9ad-943b0cbada27")
+ )
+ (via
+ (at 115 74)
+ (size 0.6)
+ (drill 0.3)
+ (layers "F.Cu" "B.Cu")
+ (net "/BOOST_EN")
+ (uuid "fdc1ba91-36a9-4edc-8463-20ff3082f896")
+ )
+ (segment
+ (start 115 74)
+ (end 94.26 74)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "/BOOST_EN")
+ (uuid "40a388c4-3be9-4d83-96f0-403ffa2bb15b")
+ )
+ (segment
+ (start 94.26 74)
+ (end 90.4 77.86)
+ (width 0.2)
+ (layer "B.Cu")
+ (net "/BOOST_EN")
+ (uuid "f357e3ec-d7ff-4f9e-b364-bd13bbc1fd48")
+ )
+ (segment
+ (start 121 82.5)
+ (end 122 81.5)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-SS)")
+ (uuid "10edb570-c3f7-49ae-a7cc-90bb9543101d")
+ )
+ (segment
+ (start 120 82.5)
+ (end 121 82.5)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-SS)")
+ (uuid "205bc0db-a382-4fe3-821b-6fd333332fc1")
+ )
+ (segment
+ (start 122 79.5)
+ (end 123.9625 77.5375)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-SS)")
+ (uuid "27fa3257-3e95-42ac-b419-dc751db09b17")
+ )
+ (segment
+ (start 122 81.5)
+ (end 122 79.5)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-SS)")
+ (uuid "32e531de-7db6-41cf-b0d7-7a5aca427904")
+ )
+ (segment
+ (start 117.47508 79.625001)
+ (end 117.47508 79.97508)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-SS)")
+ (uuid "39afaf96-ba93-4fbb-acd6-9dc8a0a548ec")
+ )
+ (segment
+ (start 123.9625 77.5375)
+ (end 123.9625 77)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-SS)")
+ (uuid "8d2ecf7f-a18f-4d9e-8f1d-a17d607f573f")
+ )
+ (segment
+ (start 117.47508 79.97508)
+ (end 120 82.5)
+ (width 0.2)
+ (layer "F.Cu")
+ (net "Net-(U2-SS)")
+ (uuid "e067e6e3-e792-4941-9d63-c04c7b05aa30")
)
(zone
- (net 2)
- (net_name "GND")
+ (net "GND")
(layer "F.Cu")
- (uuid "f1a45da4-c369-4c10-b493-7530b4accc6b")
+ (uuid "dda2e914-d0a8-4379-b970-7b0717aecfe3")
(hatch edge 0.5)
(connect_pads
(clearance 0.5)
)
(min_thickness 0.25)
- (filled_areas_thickness no)
(fill yes
(thermal_gap 0.5)
(thermal_bridge_width 0.5)
+ (island_removal_mode 0)
)
(polygon
(pts
- (xy 88.094848 70.094848) (xy 196 70) (xy 196 112) (xy 88 112)
+ (arc
+ (start 43.901719 75)
+ (mid 166.098281 75)
+ (end 43.901719 75)
+ )
)
)
(filled_polygon
(layer "F.Cu")
(pts
- (xy 166.766942 76.120185) (xy 166.787584 76.136819) (xy 167.613181 76.962416) (xy 167.646666 77.023739)
- (xy 167.6495 77.050097) (xy 167.6495 78.275001) (xy 167.649501 78.275018) (xy 167.66 78.377796)
- (xy 167.660001 78.377799) (xy 167.705894 78.516294) (xy 167.715186 78.544334) (xy 167.807288 78.693656)
- (xy 167.931344 78.817712) (xy 168.080666 78.909814) (xy 168.2258 78.957906) (xy 168.234504 78.960791)
- (xy 168.291949 79.000564) (xy 168.318772 79.06508) (xy 168.3195 79.078497) (xy 168.3195 101.270397)
- (xy 168.299815 101.337436) (xy 168.2518 101.380879) (xy 168.238389 101.387712) (xy 168.072786 101.508028)
- (xy 167.928028 101.652786) (xy 167.864318 101.740478) (xy 167.808989 101.783144) (xy 167.739375 101.789123)
- (xy 167.67758 101.756518) (xy 167.643223 101.695679) (xy 167.64 101.667593) (xy 167.64 101.64) (xy 166.655686 101.64)
- (xy 166.66008 101.635606) (xy 166.712741 101.544394) (xy 166.74 101.442661) (xy 166.74 101.337339)
- (xy 166.712741 101.235606) (xy 166.66008 101.144394) (xy 166.655686 101.14) (xy 167.64 101.14) (xy 167.64 100.542172)
- (xy 167.639999 100.542155) (xy 167.633598 100.482627) (xy 167.633596 100.48262) (xy 167.583354 100.347913)
- (xy 167.58335 100.347906) (xy 167.49719 100.232812) (xy 167.497187 100.232809) (xy 167.382093 100.146649)
- (xy 167.382086 100.146645) (xy 167.247379 100.096403) (xy 167.247373 100.096401) (xy 167.209953 100.092378)
- (xy 167.145402 100.065639) (xy 167.105555 100.008246) (xy 167.103062 99.938421) (xy 167.138716 99.878333)
- (xy 167.150326 99.86877) (xy 167.187215 99.841969) (xy 167.187215 99.841968) (xy 167.187219 99.841966)
- (xy 167.331966 99.697219) (xy 167.331968 99.697215) (xy 167.331971 99.697213) (xy 167.384732 99.62459)
- (xy 167.452287 99.53161) (xy 167.54522 99.349219) (xy 167.608477 99.154534) (xy 167.6405 98.952352)
- (xy 167.6405 98.747648) (xy 167.628426 98.671416) (xy 167.608477 98.545465) (xy 167.545218 98.350776)
- (xy 167.496292 98.254755) (xy 167.452287 98.16839) (xy 167.424013 98.129474) (xy 167.331971 98.002786)
- (xy 167.187213 97.858028) (xy 167.021614 97.737715) (xy 167.00912 97.731349) (xy 166.928917 97.690483)
- (xy 166.878123 97.642511) (xy 166.861328 97.57469) (xy 166.883865 97.508555) (xy 166.928917 97.469516)
- (xy 167.02161 97.422287) (xy 167.047395 97.403553) (xy 167.187213 97.301971) (xy 167.187215 97.301968)
- (xy 167.187219 97.301966) (xy 167.331966 97.157219) (xy 167.331968 97.157215) (xy 167.331971 97.157213)
- (xy 167.384732 97.08459) (xy 167.452287 96.99161) (xy 167.54522 96.809219) (xy 167.608477 96.614534)
- (xy 167.6405 96.412352) (xy 167.6405 96.207648) (xy 167.615274 96.04838) (xy 167.608477 96.005465)
- (xy 167.562888 95.865157) (xy 167.54522 95.810781) (xy 167.545218 95.810778) (xy 167.545218 95.810776)
- (xy 167.511503 95.744607) (xy 167.452287 95.62839) (xy 167.444556 95.617749) (xy 167.331971 95.462786)
- (xy 167.187213 95.318028) (xy 167.021614 95.197715) (xy 167.015006 95.194348) (xy 166.928917 95.150483)
- (xy 166.878123 95.102511) (xy 166.861328 95.03469) (xy 166.883865 94.968555) (xy 166.928917 94.929516)
- (xy 167.02161 94.882287) (xy 167.087173 94.834653) (xy 167.187213 94.761971) (xy 167.187215 94.761968)
- (xy 167.187219 94.761966) (xy 167.331966 94.617219) (xy 167.331968 94.617215) (xy 167.331971 94.617213)
- (xy 167.394853 94.530662) (xy 167.452287 94.45161) (xy 167.54522 94.269219) (xy 167.608477 94.074534)
- (xy 167.6405 93.872352) (xy 167.6405 93.667648) (xy 167.608477 93.465466) (xy 167.54522 93.270781)
- (xy 167.545218 93.270778) (xy 167.545218 93.270776) (xy 167.511503 93.204607) (xy 167.452287 93.08839)
- (xy 167.426329 93.052661) (xy 167.331971 92.922786) (xy 167.187213 92.778028) (xy 167.021614 92.657715)
- (xy 167.015006 92.654348) (xy 166.928917 92.610483) (xy 166.878123 92.562511) (xy 166.861328 92.49469)
- (xy 166.883865 92.428555) (xy 166.928917 92.389516) (xy 167.02161 92.342287) (xy 167.115494 92.274077)
- (xy 167.187213 92.221971) (xy 167.187215 92.221968) (xy 167.187219 92.221966) (xy 167.331966 92.077219)
- (xy 167.331968 92.077215) (xy 167.331971 92.077213) (xy 167.384732 92.00459) (xy 167.452287 91.91161)
- (xy 167.54522 91.729219) (xy 167.608477 91.534534) (xy 167.6405 91.332352) (xy 167.6405 91.127648)
- (xy 167.620282 90.999999) (xy 167.608477 90.925465) (xy 167.545218 90.730776) (xy 167.471271 90.585649)
- (xy 167.452287 90.54839) (xy 167.413579 90.495112) (xy 167.331971 90.382786) (xy 167.187213 90.238028)
- (xy 167.021614 90.117715) (xy 166.97846 90.095727) (xy 166.928917 90.070483) (xy 166.878123 90.022511)
- (xy 166.861328 89.95469) (xy 166.883865 89.888555) (xy 166.928917 89.849516) (xy 167.02161 89.802287)
- (xy 167.04277 89.786913) (xy 167.187213 89.681971) (xy 167.187215 89.681968) (xy 167.187219 89.681966)
- (xy 167.331966 89.537219) (xy 167.331968 89.537215) (xy 167.331971 89.537213) (xy 167.419445 89.416813)
- (xy 167.452287 89.37161) (xy 167.54522 89.189219) (xy 167.608477 88.994534) (xy 167.6405 88.792352)
- (xy 167.6405 88.587648) (xy 167.632257 88.535606) (xy 167.608477 88.385465) (xy 167.545218 88.190776)
- (xy 167.452419 88.00865) (xy 167.452287 88.00839) (xy 167.444556 87.997749) (xy 167.331971 87.842786)
- (xy 167.187213 87.698028) (xy 167.021611 87.577713) (xy 166.928369 87.530203) (xy 166.877574 87.482229)
- (xy 166.860779 87.414407) (xy 166.883317 87.348273) (xy 166.928371 87.309234) (xy 167.021347 87.261861)
- (xy 167.186894 87.141582) (xy 167.186895 87.141582) (xy 167.331582 86.996895) (xy 167.331582 86.996894)
- (xy 167.451859 86.831349) (xy 167.544755 86.649029) (xy 167.60799 86.454413) (xy 167.616609 86.4)
- (xy 166.655686 86.4) (xy 166.66008 86.395606) (xy 166.712741 86.304394) (xy 166.74 86.202661) (xy 166.74 86.097339)
- (xy 166.712741 85.995606) (xy 166.66008 85.904394) (xy 166.655686 85.9) (xy 167.616609 85.9) (xy 167.60799 85.845586)
- (xy 167.544755 85.65097) (xy 167.451859 85.46865) (xy 167.331582 85.303105) (xy 167.331582 85.303104)
- (xy 167.186895 85.158417) (xy 167.021349 85.03814) (xy 166.92837 84.990765) (xy 166.877574 84.94279)
- (xy 166.860779 84.874969) (xy 166.883316 84.808835) (xy 166.92837 84.769795) (xy 166.937416 84.765186)
- (xy 167.02161 84.722287) (xy 167.04277 84.706913) (xy 167.187213 84.601971) (xy 167.187215 84.601968)
- (xy 167.187219 84.601966) (xy 167.331966 84.457219) (xy 167.331968 84.457215) (xy 167.331971 84.457213)
- (xy 167.384732 84.38459) (xy 167.452287 84.29161) (xy 167.54522 84.109219) (xy 167.608477 83.914534)
- (xy 167.6405 83.712352) (xy 167.6405 83.507648) (xy 167.608477 83.305466) (xy 167.54522 83.110781)
- (xy 167.545218 83.110778) (xy 167.545218 83.110776) (xy 167.511503 83.044607) (xy 167.452287 82.92839)
- (xy 167.444556 82.917749) (xy 167.331971 82.762786) (xy 167.187213 82.618028) (xy 167.021613 82.497715)
- (xy 167.021612 82.497714) (xy 167.02161 82.497713) (xy 166.923735 82.447843) (xy 166.839223 82.404781)
- (xy 166.644534 82.341522) (xy 166.469995 82.313878) (xy 166.442352 82.3095) (xy 166.237648 82.3095)
- (xy 166.213329 82.313351) (xy 166.035465 82.341522) (xy 165.840776 82.404781) (xy 165.658386 82.497715)
- (xy 165.492786 82.618028) (xy 165.348028 82.762786) (xy 165.227715 82.928386) (xy 165.134781 83.110776)
- (xy 165.071522 83.305465) (xy 165.0395 83.507648) (xy 165.0395 83.712351) (xy 165.071522 83.914534)
- (xy 165.134781 84.109223) (xy 165.227715 84.291613) (xy 165.348028 84.457213) (xy 165.492786 84.601971)
- (xy 165.641478 84.71) (xy 165.65839 84.722287) (xy 165.701444 84.744224) (xy 165.751629 84.769795)
- (xy 165.802425 84.81777) (xy 165.81922 84.885591) (xy 165.796682 84.951726) (xy 165.751629 84.990765)
- (xy 165.65865 85.03814) (xy 165.493105 85.158417) (xy 165.493104 85.158417) (xy 165.348417 85.303104)
- (xy 165.348417 85.303105) (xy 165.22814 85.46865) (xy 165.135244 85.65097) (xy 165.072009 85.845586)
- (xy 165.063391 85.9) (xy 166.024314 85.9) (xy 166.01992 85.904394) (xy 165.967259 85.995606) (xy 165.94 86.097339)
- (xy 165.94 86.202661) (xy 165.967259 86.304394) (xy 166.01992 86.395606) (xy 166.024314 86.4) (xy 165.054263 86.4)
- (xy 165.016381 86.424728) (xy 164.946513 86.425226) (xy 164.892919 86.393684) (xy 163.136819 84.637584)
- (xy 163.103334 84.576261) (xy 163.1005 84.549903) (xy 163.1005 80.092534) (xy 163.120185 80.025495)
- (xy 163.172989 79.97974) (xy 163.211897 79.969176) (xy 163.252797 79.964999) (xy 163.419334 79.909814)
- (xy 163.568656 79.817712) (xy 163.692712 79.693656) (xy 163.784814 79.544334) (xy 163.839999 79.377797)
- (xy 163.8505 79.275009) (xy 163.850499 77.724992) (xy 163.839999 77.622203) (xy 163.784814 77.455666)
- (xy 163.692712 77.306344) (xy 163.568656 77.182288) (xy 163.448786 77.108352) (xy 163.419336 77.090187)
- (xy 163.419331 77.090185) (xy 163.417862 77.089698) (xy 163.252797 77.035001) (xy 163.252795 77.035)
- (xy 163.15001 77.0245) (xy 161.849998 77.0245) (xy 161.849981 77.024501) (xy 161.747203 77.035)
- (xy 161.7472 77.035001) (xy 161.580668 77.090185) (xy 161.580663 77.090187) (xy 161.431342 77.182289)
- (xy 161.307289 77.306342) (xy 161.211821 77.461121) (xy 161.159873 77.507845) (xy 161.09091 77.519068)
- (xy 161.026828 77.491224) (xy 161.018601 77.483705) (xy 160.879786 77.34489) (xy 160.70782 77.219951)
- (xy 160.518414 77.123444) (xy 160.518413 77.123443) (xy 160.518412 77.123443) (xy 160.316243 77.057754)
- (xy 160.316241 77.057753) (xy 160.31624 77.057753) (xy 160.154957 77.032208) (xy 160.106287 77.0245)
- (xy 159.893713 77.0245) (xy 159.845042 77.032208) (xy 159.68376 77.057753) (xy 159.481585 77.123444)
- (xy 159.292179 77.219951) (xy 159.120213 77.34489) (xy 158.969894 77.495209) (xy 158.96989 77.495214)
- (xy 158.850318 77.659793) (xy 158.794989 77.702459) (xy 158.725375 77.708438) (xy 158.66358 77.675833)
- (xy 158.649682 77.659793) (xy 158.530109 77.495214) (xy 158.530105 77.495209) (xy 158.379786 77.34489)
- (xy 158.20782 77.219951) (xy 158.018414 77.123444) (xy 158.018413 77.123443) (xy 158.018412 77.123443)
- (xy 157.816243 77.057754) (xy 157.816241 77.057753) (xy 157.81624 77.057753) (xy 157.654957 77.032208)
- (xy 157.606287 77.0245) (xy 157.393713 77.0245) (xy 157.345042 77.032208) (xy 157.18376 77.057753)
- (xy 156.981585 77.123444) (xy 156.792179 77.219951) (xy 156.620213 77.34489) (xy 156.469894 77.495209)
- (xy 156.46989 77.495214) (xy 156.350318 77.659793) (xy 156.294989 77.702459) (xy 156.225375 77.708438)
- (xy 156.16358 77.675833) (xy 156.149682 77.659793) (xy 156.030109 77.495214) (xy 156.030105 77.495209)
- (xy 155.879786 77.34489) (xy 155.70782 77.219951) (xy 155.518414 77.123444) (xy 155.518413 77.123443)
- (xy 155.518412 77.123443) (xy 155.316243 77.057754) (xy 155.316241 77.057753) (xy 155.31624 77.057753)
- (xy 155.154957 77.032208) (xy 155.106287 77.0245) (xy 154.893713 77.0245) (xy 154.845042 77.032208)
- (xy 154.68376 77.057753) (xy 154.481585 77.123444) (xy 154.292179 77.219951) (xy 154.120213 77.34489)
- (xy 153.96989 77.495213) (xy 153.844951 77.667179) (xy 153.748444 77.856585) (xy 153.748443 77.856587)
- (xy 153.748443 77.856588) (xy 153.717922 77.950521) (xy 153.682753 78.05876) (xy 153.658126 78.214249)
- (xy 153.6495 78.268713) (xy 153.6495 78.731287) (xy 153.657223 78.780048) (xy 153.677775 78.909812)
- (xy 153.682754 78.941243) (xy 153.722991 79.06508) (xy 153.748444 79.143414) (xy 153.844951 79.33282)
- (xy 153.96989 79.504786) (xy 154.120213 79.655109) (xy 154.292184 79.780051) (xy 154.292184 79.780052)
- (xy 154.331793 79.800233) (xy 154.38259 79.848206) (xy 154.3995 79.910718) (xy 154.3995 82.335049)
- (xy 154.379815 82.402088) (xy 154.327011 82.447843) (xy 154.257853 82.457787) (xy 154.219206 82.445534)
- (xy 154.139226 82.404782) (xy 153.944534 82.341522) (xy 153.769995 82.313878) (xy 153.742352 82.3095)
- (xy 153.537648 82.3095) (xy 153.499599 82.315526) (xy 153.335468 82.341522) (xy 153.326717 82.344365)
- (xy 153.321154 82.346173) (xy 153.251313 82.348167) (xy 153.195157 82.315922) (xy 147.98759 77.108355)
- (xy 147.987588 77.108352) (xy 147.868718 76.989482) (xy 147.868716 76.98948) (xy 147.811865 76.956657)
- (xy 147.786189 76.936954) (xy 147.161416 76.312181) (xy 147.127931 76.250858) (xy 147.132915 76.181166)
- (xy 147.174787 76.125233) (xy 147.240251 76.100816) (xy 147.249097 76.1005) (xy 166.699903 76.1005)
+ (xy 136.950959 40.520185) (xy 136.996714 40.572989) (xy 137.006658 40.642147) (xy 136.977633 40.705703)
+ (xy 136.937721 40.73622) (xy 136.78856 40.808051) (xy 136.550753 40.957476) (xy 136.331175 41.132583)
+ (xy 136.132583 41.331175) (xy 135.957476 41.550753) (xy 135.808053 41.788557) (xy 135.6862 42.041588)
+ (xy 135.593443 42.30667) (xy 135.593439 42.306682) (xy 135.530945 42.580487) (xy 135.530942 42.580505)
+ (xy 135.4995 42.859568) (xy 135.4995 43.140431) (xy 135.530942 43.419494) (xy 135.530945 43.419512)
+ (xy 135.593439 43.693317) (xy 135.593443 43.693329) (xy 135.6862 43.958411) (xy 135.808053 44.211442)
+ (xy 135.816567 44.224992) (xy 135.957477 44.449248) (xy 136.132584 44.668825) (xy 136.331175 44.867416)
+ (xy 136.550752 45.042523) (xy 136.788555 45.191945) (xy 137.041592 45.313801) (xy 137.24068 45.383465)
+ (xy 137.30667 45.406556) (xy 137.306682 45.40656) (xy 137.580491 45.469055) (xy 137.580497 45.469055)
+ (xy 137.580505 45.469057) (xy 137.766547 45.490018) (xy 137.859569 45.500499) (xy 137.859572 45.5005)
+ (xy 137.859575 45.5005) (xy 138.140428 45.5005) (xy 138.140429 45.500499) (xy 138.283055 45.484429)
+ (xy 138.419494 45.469057) (xy 138.419499 45.469056) (xy 138.419509 45.469055) (xy 138.693318 45.40656)
+ (xy 138.958408 45.313801) (xy 139.211445 45.191945) (xy 139.449248 45.042523) (xy 139.668825 44.867416)
+ (xy 139.867416 44.668825) (xy 140.042523 44.449248) (xy 140.191945 44.211445) (xy 140.193393 44.208438)
+ (xy 140.26378 44.062279) (xy 140.310602 44.010419) (xy 140.378029 43.992106) (xy 140.444653 44.013154)
+ (xy 140.489322 44.06688) (xy 140.4995 44.11608) (xy 140.4995 95.883919) (xy 140.479815 95.950958)
+ (xy 140.427011 95.996713) (xy 140.357853 96.006657) (xy 140.294297 95.977632) (xy 140.26378 95.937721)
+ (xy 140.191946 95.788557) (xy 140.179869 95.769336) (xy 140.042523 95.550752) (xy 139.867416 95.331175)
+ (xy 139.668825 95.132584) (xy 139.449248 94.957477) (xy 139.211445 94.808055) (xy 139.211442 94.808053)
+ (xy 138.958411 94.6862) (xy 138.693329 94.593443) (xy 138.693317 94.593439) (xy 138.419512 94.530945)
+ (xy 138.419494 94.530942) (xy 138.140431 94.4995) (xy 138.140425 94.4995) (xy 137.859575 94.4995)
+ (xy 137.859568 94.4995) (xy 137.580505 94.530942) (xy 137.580487 94.530945) (xy 137.306682 94.593439)
+ (xy 137.30667 94.593443) (xy 137.041588 94.6862) (xy 136.788557 94.808053) (xy 136.550749 94.957478)
+ (xy 136.550747 94.957479) (xy 136.401812 95.076251) (xy 136.337126 95.10266) (xy 136.26843 95.089903)
+ (xy 136.217537 95.042032) (xy 136.2005 94.979304) (xy 136.2005 69.900098) (xy 136.220185 69.833059)
+ (xy 136.23682 69.812416) (xy 136.280518 69.768718) (xy 136.280518 69.768717) (xy 136.28052 69.768716)
+ (xy 136.318116 69.703598) (xy 136.359577 69.631785) (xy 136.400501 69.479058) (xy 136.400501 69.320943)
+ (xy 136.376477 69.231284) (xy 136.376477 69.231283) (xy 136.376477 69.231282) (xy 136.359578 69.168218)
+ (xy 136.359577 69.168215) (xy 136.34075 69.135606) (xy 136.28052 69.031284) (xy 136.168716 68.91948)
+ (xy 136.168715 68.919479) (xy 131.887589 64.638354) (xy 131.887588 64.638352) (xy 131.768717 64.519481)
+ (xy 131.768716 64.51948) (xy 131.681904 64.46936) (xy 131.681904 64.469359) (xy 131.6819 64.469358)
+ (xy 131.631785 64.440423) (xy 131.479057 64.399499) (xy 131.320943 64.399499) (xy 131.313347 64.399499)
+ (xy 131.313331 64.3995) (xy 129.2245 64.3995) (xy 129.157461 64.379815) (xy 129.111706 64.327011)
+ (xy 129.1005 64.2755) (xy 129.1005 56.252135) (xy 132.8995 56.252135) (xy 132.8995 61.74787) (xy 132.899501 61.747876)
+ (xy 132.905908 61.807483) (xy 132.956202 61.942328) (xy 132.956206 61.942335) (xy 133.042452 62.057544)
+ (xy 133.042455 62.057547) (xy 133.157664 62.143793) (xy 133.157671 62.143797) (xy 133.292517 62.194091)
+ (xy 133.292516 62.194091) (xy 133.299444 62.194835) (xy 133.352127 62.2005) (xy 136.347872 62.200499)
+ (xy 136.407483 62.194091) (xy 136.542331 62.143796) (xy 136.657546 62.057546) (xy 136.743796 61.942331)
+ (xy 136.794091 61.807483) (xy 136.8005 61.747873) (xy 136.800499 56.252128) (xy 136.794229 56.193797)
+ (xy 136.794091 56.192516) (xy 136.743797 56.057671) (xy 136.743793 56.057664) (xy 136.657547 55.942455)
+ (xy 136.657544 55.942452) (xy 136.542335 55.856206) (xy 136.542328 55.856202) (xy 136.407482 55.805908)
+ (xy 136.407483 55.805908) (xy 136.347883 55.799501) (xy 136.347881 55.7995) (xy 136.347873 55.7995)
+ (xy 136.347864 55.7995) (xy 133.352129 55.7995) (xy 133.352123 55.799501) (xy 133.292516 55.805908)
+ (xy 133.157671 55.856202) (xy 133.157664 55.856206) (xy 133.042455 55.942452) (xy 133.042452 55.942455)
+ (xy 132.956206 56.057664) (xy 132.956202 56.057671) (xy 132.905908 56.192517) (xy 132.900364 56.244091)
+ (xy 132.899501 56.252123) (xy 132.8995 56.252135) (xy 129.1005 56.252135) (xy 129.1005 45.882322)
+ (xy 129.120185 45.815283) (xy 129.172989 45.769528) (xy 129.205101 45.759849) (xy 129.316243 45.742246)
+ (xy 129.518412 45.676557) (xy 129.707816 45.580051) (xy 129.729789 45.564086) (xy 129.879786 45.455109)
+ (xy 129.879788 45.455106) (xy 129.879792 45.455104) (xy 130.030104 45.304792) (xy 130.030106 45.304788)
+ (xy 130.030109 45.304786) (xy 130.155048 45.13282) (xy 130.15505 45.132817) (xy 130.155051 45.132816)
+ (xy 130.251557 44.943412) (xy 130.317246 44.741243) (xy 130.3505 44.531287) (xy 130.3505 44.068713)
+ (xy 130.317246 43.858757) (xy 130.251557 43.656588) (xy 130.155051 43.467184) (xy 130.155049 43.467181)
+ (xy 130.155048 43.467179) (xy 130.030109 43.295213) (xy 129.879786 43.14489) (xy 129.70782 43.019951)
+ (xy 129.518414 42.923444) (xy 129.518413 42.923443) (xy 129.518412 42.923443) (xy 129.316243 42.857754)
+ (xy 129.316241 42.857753) (xy 129.31624 42.857753) (xy 129.154957 42.832208) (xy 129.106287 42.8245)
+ (xy 128.893713 42.8245) (xy 128.845042 42.832208) (xy 128.68376 42.857753) (xy 128.481585 42.923444)
+ (xy 128.292179 43.019951) (xy 128.120213 43.14489) (xy 127.96989 43.295213) (xy 127.844951 43.467179)
+ (xy 127.748444 43.656585) (xy 127.682753 43.85876) (xy 127.652616 44.049041) (xy 127.6495 44.068713)
+ (xy 127.6495 44.531287) (xy 127.682754 44.741243) (xy 127.72375 44.867416) (xy 127.748444 44.943414)
+ (xy 127.844949 45.132817) (xy 127.859296 45.152564) (xy 127.875817 45.175303) (xy 127.899298 45.241107)
+ (xy 127.8995 45.248188) (xy 127.8995 64.2755) (xy 127.879815 64.342539) (xy 127.827011 64.388294)
+ (xy 127.7755 64.3995) (xy 127.086669 64.3995) (xy 127.086653 64.399499) (xy 127.079057 64.399499)
+ (xy 126.920943 64.399499) (xy 126.816783 64.427409) (xy 126.76821 64.440424) (xy 126.718096 64.469359)
+ (xy 126.718095 64.46936) (xy 126.702775 64.478205) (xy 126.631285 64.519479) (xy 126.631282 64.519481)
+ (xy 116.819966 74.330797) (xy 116.803972 74.358501) (xy 116.792034 74.379179) (xy 116.74091 74.467728)
+ (xy 116.699986 74.620456) (xy 116.699986 74.620458) (xy 116.699986 74.788559) (xy 116.699987 74.788572)
+ (xy 116.699987 74.98058) (xy 116.680302 75.047619) (xy 116.627498 75.093374) (xy 116.575987 75.10458)
+ (xy 116.227131 75.10458) (xy 116.227124 75.104581) (xy 116.167515 75.110989) (xy 116.152041 75.116761)
+ (xy 116.108707 75.12458) (xy 115.825177 75.12458) (xy 115.758138 75.104895) (xy 115.737496 75.088261)
+ (xy 115.636819 74.987584) (xy 115.603334 74.926261) (xy 115.6005 74.899903) (xy 115.6005 74.579765)
+ (xy 115.620185 74.512726) (xy 115.621398 74.510874) (xy 115.70939 74.379185) (xy 115.709393 74.37918)
+ (xy 115.709394 74.379179) (xy 115.769737 74.233497) (xy 115.8005 74.078842) (xy 115.8005 73.921158)
+ (xy 115.8005 73.921155) (xy 115.800499 73.921153) (xy 115.769738 73.76651) (xy 115.769737 73.766503)
+ (xy 115.756203 73.733828) (xy 115.709397 73.620827) (xy 115.70939 73.620814) (xy 115.621789 73.489711)
+ (xy 115.621786 73.489707) (xy 115.510292 73.378213) (xy 115.510288 73.37821) (xy 115.379185 73.290609)
+ (xy 115.379172 73.290602) (xy 115.233501 73.230264) (xy 115.233489 73.230261) (xy 115.078845 73.1995)
+ (xy 115.078842 73.1995) (xy 114.9245 73.1995) (xy 114.857461 73.179815) (xy 114.811706 73.127011)
+ (xy 114.8005 73.0755) (xy 114.8005 71.137596) (xy 114.820185 71.070557) (xy 114.836814 71.04992)
+ (xy 120.624916 65.261817) (xy 120.686239 65.228333) (xy 120.712597 65.225499) (xy 121.425002 65.225499)
+ (xy 121.425008 65.225499) (xy 121.527797 65.214999) (xy 121.694334 65.159814) (xy 121.843656 65.067712)
+ (xy 121.967712 64.943656) (xy 122.059814 64.794334) (xy 122.114999 64.627797) (xy 122.1255 64.525009)
+ (xy 122.125499 63.474992) (xy 122.114999 63.372203) (xy 122.059814 63.205666) (xy 122.009712 63.124437)
+ (xy 121.991273 63.057047) (xy 122.012196 62.990384) (xy 122.027566 62.971667) (xy 123.069693 61.92954)
+ (xy 123.131014 61.896057) (xy 123.200706 61.901041) (xy 123.256638 61.942912) (xy 123.342452 62.057544)
+ (xy 123.342455 62.057547) (xy 123.457664 62.143793) (xy 123.457671 62.143797) (xy 123.592517 62.194091)
+ (xy 123.592516 62.194091) (xy 123.599444 62.194835) (xy 123.652127 62.2005) (xy 126.647872 62.200499)
+ (xy 126.707483 62.194091) (xy 126.842331 62.143796) (xy 126.957546 62.057546) (xy 127.043796 61.942331)
+ (xy 127.094091 61.807483) (xy 127.1005 61.747873) (xy 127.100499 56.252128) (xy 127.094229 56.193797)
+ (xy 127.094091 56.192516) (xy 127.043797 56.057671) (xy 127.043793 56.057664) (xy 126.957547 55.942455)
+ (xy 126.957544 55.942452) (xy 126.842335 55.856206) (xy 126.842328 55.856202) (xy 126.707482 55.805908)
+ (xy 126.707483 55.805908) (xy 126.647883 55.799501) (xy 126.647881 55.7995) (xy 126.647873 55.7995)
+ (xy 126.647864 55.7995) (xy 123.652129 55.7995) (xy 123.652123 55.799501) (xy 123.592516 55.805908)
+ (xy 123.457671 55.856202) (xy 123.457664 55.856206) (xy 123.342455 55.942452) (xy 123.342452 55.942455)
+ (xy 123.256206 56.057664) (xy 123.256202 56.057671) (xy 123.205908 56.192517) (xy 123.200364 56.244091)
+ (xy 123.199501 56.252123) (xy 123.1995 56.252135) (xy 123.1995 60.049902) (xy 123.179815 60.116941)
+ (xy 123.163181 60.137583) (xy 120.556981 62.743782) (xy 120.556975 62.74379) (xy 120.553457 62.749884)
+ (xy 120.502889 62.798098) (xy 120.485077 62.805587) (xy 120.380666 62.840186) (xy 120.231342 62.932289)
+ (xy 120.107285 63.056346) (xy 120.105537 63.059182) (xy 120.103829 63.060717) (xy 120.102807 63.062011)
+ (xy 120.102585 63.061836) (xy 120.053589 63.105905) (xy 119.984626 63.117126) (xy 119.920544 63.089282)
+ (xy 119.894463 63.059182) (xy 119.892714 63.056346) (xy 119.768657 62.932289) (xy 119.768656 62.932288)
+ (xy 119.619334 62.840186) (xy 119.452797 62.785001) (xy 119.452795 62.785) (xy 119.350016 62.7745)
+ (xy 119.350009 62.7745) (xy 118.7995 62.7745) (xy 118.732461 62.754815) (xy 118.686706 62.702011)
+ (xy 118.6755 62.6505) (xy 118.6755 50.525096) (xy 118.695185 50.458057) (xy 118.711814 50.43742)
+ (xy 123.337416 45.811817) (xy 123.398739 45.778333) (xy 123.425097 45.775499) (xy 124.650002 45.775499)
+ (xy 124.650008 45.775499) (xy 124.752797 45.764999) (xy 124.919334 45.709814) (xy 125.068656 45.617712)
+ (xy 125.192712 45.493656) (xy 125.284814 45.344334) (xy 125.339999 45.177797) (xy 125.3505 45.075009)
+ (xy 125.350499 43.524992) (xy 125.339999 43.422203) (xy 125.284814 43.255666) (xy 125.192712 43.106344)
+ (xy 125.068656 42.982288) (xy 124.919334 42.890186) (xy 124.752797 42.835001) (xy 124.752795 42.835)
+ (xy 124.65001 42.8245) (xy 123.349998 42.8245) (xy 123.349981 42.824501) (xy 123.247203 42.835)
+ (xy 123.2472 42.835001) (xy 123.080668 42.890185) (xy 123.080663 42.890187) (xy 122.931342 42.982289)
+ (xy 122.807289 43.106342) (xy 122.715187 43.255663) (xy 122.715186 43.255666) (xy 122.660001 43.422203)
+ (xy 122.660001 43.422204) (xy 122.66 43.422204) (xy 122.6495 43.524983) (xy 122.6495 44.749902)
+ (xy 122.629815 44.816941) (xy 122.613181 44.837583) (xy 117.594481 49.856282) (xy 117.594479 49.856285)
+ (xy 117.544361 49.943094) (xy 117.544359 49.943096) (xy 117.515425 49.993209) (xy 117.515424 49.99321)
+ (xy 117.514217 49.997715) (xy 117.474499 50.145943) (xy 117.474499 50.145945) (xy 117.474499 50.314046)
+ (xy 117.4745 50.314059) (xy 117.4745 65.459216) (xy 117.454815 65.526255) (xy 117.438181 65.546897)
+ (xy 114.119481 68.865596) (xy 114.119479 68.865599) (xy 114.078397 68.936756) (xy 114.078373 68.936798)
+ (xy 114.078019 68.937412) (xy 114.040423 69.002529) (xy 114.039384 69.006405) (xy 114.033627 69.016684)
+ (xy 114.026677 69.023485) (xy 114.013124 69.043767) (xy 112.919481 70.137411) (xy 112.919477 70.137416)
+ (xy 112.840424 70.274341) (xy 112.840422 70.274346) (xy 112.823285 70.338298) (xy 112.80076 70.383135)
+ (xy 112.796283 70.388793) (xy 112.71948 70.465598) (xy 112.680666 70.532826) (xy 112.676143 70.540658)
+ (xy 112.676142 70.540661) (xy 112.640424 70.602527) (xy 112.640423 70.602529) (xy 112.599499 70.755257)
+ (xy 112.599499 70.755259) (xy 112.599499 70.92336) (xy 112.5995 70.923373) (xy 112.5995 71.099902)
+ (xy 112.579815 71.166941) (xy 112.563181 71.187583) (xy 101.447584 82.303181) (xy 101.386261 82.336666)
+ (xy 101.359903 82.3395) (xy 91.572596 82.3395) (xy 91.505557 82.319815) (xy 91.472278 82.288386)
+ (xy 91.469523 82.284594) (xy 91.353828 82.125354) (xy 91.214646 81.986172) (xy 91.095353 81.8995)
+ (xy 91.055403 81.870474) (xy 90.878787 81.780485) (xy 90.82799 81.732511) (xy 90.811195 81.66469)
+ (xy 90.833732 81.598555) (xy 90.878787 81.559515) (xy 91.055403 81.469525) (xy 91.055402 81.469525)
+ (xy 91.055405 81.469524) (xy 91.214646 81.353828) (xy 91.353828 81.214646) (xy 91.469524 81.055405)
+ (xy 91.558884 80.880025) (xy 91.619709 80.692826) (xy 91.633968 80.602797) (xy 91.6505 80.498422)
+ (xy 91.6505 80.301577) (xy 91.619709 80.107173) (xy 91.558882 79.91997) (xy 91.494527 79.793666)
+ (xy 91.469524 79.744595) (xy 91.353828 79.585354) (xy 91.268457 79.499983) (xy 94.8995 79.499983)
+ (xy 94.8995 80.500001) (xy 94.899501 80.500019) (xy 94.91 80.602796) (xy 94.910001 80.602799) (xy 94.946325 80.712416)
+ (xy 94.965186 80.769334) (xy 95.057288 80.918656) (xy 95.181344 81.042712) (xy 95.330666 81.134814)
+ (xy 95.497203 81.189999) (xy 95.599991 81.2005) (xy 96.400008 81.200499) (xy 96.400016 81.200498)
+ (xy 96.400019 81.200498) (xy 96.456302 81.194748) (xy 96.502797 81.189999) (xy 96.669334 81.134814)
+ (xy 96.818656 81.042712) (xy 96.912675 80.948692) (xy 96.973994 80.91521) (xy 97.043686 80.920194)
+ (xy 97.088034 80.948695) (xy 97.181654 81.042315) (xy 97.330875 81.134356) (xy 97.33088 81.134358)
+ (xy 97.497302 81.189505) (xy 97.497309 81.189506) (xy 97.600019 81.199999) (xy 97.749999 81.199999)
+ (xy 98.25 81.199999) (xy 98.399972 81.199999) (xy 98.399986 81.199998) (xy 98.502697 81.189505)
+ (xy 98.669119 81.134358) (xy 98.669124 81.134356) (xy 98.818345 81.042315) (xy 98.942315 80.918345)
+ (xy 99.034356 80.769124) (xy 99.034358 80.769119) (xy 99.089505 80.602697) (xy 99.089506 80.60269)
+ (xy 99.099999 80.499986) (xy 99.1 80.499973) (xy 99.1 80.25) (xy 98.25 80.25) (xy 98.25 81.199999)
+ (xy 97.749999 81.199999) (xy 97.75 81.199998) (xy 97.75 79.75) (xy 98.25 79.75) (xy 99.099999 79.75)
+ (xy 99.099999 79.500028) (xy 99.099998 79.500013) (xy 99.089505 79.397302) (xy 99.034358 79.23088)
+ (xy 99.034356 79.230875) (xy 98.942315 79.081654) (xy 98.818345 78.957684) (xy 98.669124 78.865643)
+ (xy 98.669119 78.865641) (xy 98.502697 78.810494) (xy 98.50269 78.810493) (xy 98.399986 78.8) (xy 98.25 78.8)
+ (xy 98.25 79.75) (xy 97.75 79.75) (xy 97.75 78.8) (xy 97.600027 78.8) (xy 97.600012 78.800001) (xy 97.497302 78.810494)
+ (xy 97.33088 78.865641) (xy 97.330875 78.865643) (xy 97.181657 78.957682) (xy 97.088034 79.051305)
+ (xy 97.02671 79.084789) (xy 96.957019 79.079805) (xy 96.912672 79.051304) (xy 96.818657 78.957289)
+ (xy 96.818656 78.957288) (xy 96.680015 78.871774) (xy 96.669336 78.865187) (xy 96.669331 78.865185)
+ (xy 96.667862 78.864698) (xy 96.502797 78.810001) (xy 96.502795 78.81) (xy 96.40001 78.7995) (xy 95.599998 78.7995)
+ (xy 95.59998 78.799501) (xy 95.497203 78.81) (xy 95.4972 78.810001) (xy 95.330668 78.865185) (xy 95.330663 78.865187)
+ (xy 95.181342 78.957289) (xy 95.057289 79.081342) (xy 94.965187 79.230663) (xy 94.965185 79.230668)
+ (xy 94.952744 79.268214) (xy 94.910001 79.397203) (xy 94.910001 79.397204) (xy 94.91 79.397204)
+ (xy 94.8995 79.499983) (xy 91.268457 79.499983) (xy 91.214646 79.446172) (xy 91.10944 79.369735)
+ (xy 91.055403 79.330474) (xy 90.878787 79.240485) (xy 90.82799 79.192511) (xy 90.811195 79.12469)
+ (xy 90.833732 79.058555) (xy 90.878787 79.019515) (xy 91.055403 78.929525) (xy 91.055402 78.929525)
+ (xy 91.055405 78.929524) (xy 91.214646 78.813828) (xy 91.353828 78.674646) (xy 91.469524 78.515405)
+ (xy 91.558884 78.340025) (xy 91.619709 78.152826) (xy 91.6505 77.958422) (xy 91.6505 77.761577)
+ (xy 91.619709 77.567173) (xy 91.582469 77.452562) (xy 91.558884 77.379975) (xy 91.558882 77.379972)
+ (xy 91.558882 77.37997) (xy 91.469523 77.204594) (xy 91.353828 77.045354) (xy 91.214646 76.906172)
+ (xy 91.078095 76.806961) (xy 91.055403 76.790474) (xy 90.878787 76.700485) (xy 90.82799 76.652511)
+ (xy 90.811195 76.58469) (xy 90.833732 76.518555) (xy 90.878787 76.479515) (xy 91.055403 76.389525)
+ (xy 91.055402 76.389525) (xy 91.055405 76.389524) (xy 91.214646 76.273828) (xy 91.353828 76.134646)
+ (xy 91.469524 75.975405) (xy 91.558884 75.800025) (xy 91.619709 75.612826) (xy 91.635388 75.513831)
+ (xy 91.6505 75.418422) (xy 91.6505 75.221577) (xy 91.619709 75.027173) (xy 91.558882 74.83997) (xy 91.511249 74.746486)
+ (xy 91.469524 74.664595) (xy 91.353828 74.505354) (xy 91.214646 74.366172) (xy 91.106478 74.287583)
+ (xy 91.055403 74.250474) (xy 90.878787 74.160485) (xy 90.82799 74.112511) (xy 90.811195 74.04469)
+ (xy 90.833732 73.978555) (xy 90.878787 73.939515) (xy 91.055403 73.849525) (xy 91.055402 73.849525)
+ (xy 91.055405 73.849524) (xy 91.214646 73.733828) (xy 91.353828 73.594646) (xy 91.469524 73.435405)
+ (xy 91.558884 73.260025) (xy 91.619709 73.072826) (xy 91.623174 73.050951) (xy 91.6505 72.878422)
+ (xy 91.6505 72.681577) (xy 91.619709 72.487173) (xy 91.558882 72.29997) (xy 91.469523 72.124594)
+ (xy 91.45695 72.107289) (xy 91.353828 71.965354) (xy 91.214646 71.826172) (xy 91.135025 71.768324)
+ (xy 91.055403 71.710474) (xy 90.878787 71.620485) (xy 90.82799 71.572511) (xy 90.811195 71.50469)
+ (xy 90.833732 71.438555) (xy 90.878787 71.399515) (xy 91.055403 71.309525) (xy 91.055402 71.309525)
+ (xy 91.055405 71.309524) (xy 91.214646 71.193828) (xy 91.353828 71.054646) (xy 91.469524 70.895405)
+ (xy 91.558884 70.720025) (xy 91.619709 70.532826) (xy 91.630357 70.465598) (xy 91.6505 70.338422)
+ (xy 91.6505 70.141577) (xy 91.619709 69.947173) (xy 91.587724 69.848735) (xy 91.558884 69.759975)
+ (xy 91.558882 69.759972) (xy 91.558882 69.75997) (xy 91.513445 69.670795) (xy 91.500549 69.602125)
+ (xy 91.526826 69.537385) (xy 91.583932 69.497128) (xy 91.62393 69.4905) (xy 91.669057 69.4905) (xy 97.410398 69.4905)
+ (xy 97.477437 69.510185) (xy 97.520883 69.558205) (xy 97.527715 69.571614) (xy 97.648028 69.737213)
+ (xy 97.792786 69.881971) (xy 97.947749 69.994556) (xy 97.95839 70.002287) (xy 98.046517 70.04719)
+ (xy 98.140776 70.095218) (xy 98.140778 70.095218) (xy 98.140781 70.09522) (xy 98.245137 70.129127)
+ (xy 98.335465 70.158477) (xy 98.436557 70.174488) (xy 98.537648 70.1905) (xy 98.537649 70.1905)
+ (xy 98.742351 70.1905) (xy 98.742352 70.1905) (xy 98.944534 70.158477) (xy 99.139219 70.09522) (xy 99.32161 70.002287)
+ (xy 99.418234 69.932086) (xy 99.487213 69.881971) (xy 99.487215 69.881968) (xy 99.487219 69.881966)
+ (xy 99.631966 69.737219) (xy 99.631968 69.737215) (xy 99.631971 69.737213) (xy 99.708567 69.631786)
+ (xy 99.752287 69.57161) (xy 99.84522 69.389219) (xy 99.908477 69.194534) (xy 99.9405 68.992352)
+ (xy 99.9405 68.787648) (xy 99.919304 68.653825) (xy 99.908477 68.585465) (xy 99.845218 68.390776)
+ (xy 99.811503 68.324607) (xy 99.752287 68.20839) (xy 99.731679 68.180025) (xy 99.631971 68.042786)
+ (xy 99.487213 67.898028) (xy 99.321614 67.777715) (xy 99.315006 67.774348) (xy 99.228917 67.730483)
+ (xy 99.178123 67.682511) (xy 99.161328 67.61469) (xy 99.183865 67.548555) (xy 99.228917 67.509516)
+ (xy 99.32161 67.462287) (xy 99.437164 67.378333) (xy 99.487213 67.341971) (xy 99.487215 67.341968)
+ (xy 99.487219 67.341966) (xy 99.631966 67.197219) (xy 99.631968 67.197215) (xy 99.631971 67.197213)
+ (xy 99.684732 67.12459) (xy 99.752287 67.03161) (xy 99.84522 66.849219) (xy 99.908477 66.654534)
+ (xy 99.9405 66.452352) (xy 99.9405 66.247648) (xy 99.908477 66.045466) (xy 99.84522 65.850781) (xy 99.845218 65.850778)
+ (xy 99.845218 65.850776) (xy 99.811503 65.784607) (xy 99.752287 65.66839) (xy 99.72935 65.636819)
+ (xy 99.631971 65.502786) (xy 99.487213 65.358028) (xy 99.321614 65.237715) (xy 99.277029 65.214998)
+ (xy 99.228917 65.190483) (xy 99.178123 65.142511) (xy 99.161328 65.07469) (xy 99.183865 65.008555)
+ (xy 99.228917 64.969516) (xy 99.32161 64.922287) (xy 99.397469 64.867173) (xy 99.487213 64.801971)
+ (xy 99.487215 64.801968) (xy 99.487219 64.801966) (xy 99.631966 64.657219) (xy 99.631968 64.657215)
+ (xy 99.631971 64.657213) (xy 99.752284 64.491614) (xy 99.752285 64.491613) (xy 99.752287 64.49161)
+ (xy 99.759117 64.478204) (xy 99.807091 64.427409) (xy 99.869602 64.4105) (xy 108.499903 64.4105)
+ (xy 108.566942 64.430185) (xy 108.587584 64.446819) (xy 110.045922 65.905157) (xy 110.079407 65.96648)
+ (xy 110.076173 66.031155) (xy 110.071522 66.045468) (xy 110.0395 66.247648) (xy 110.0395 66.452351)
+ (xy 110.071523 66.654535) (xy 110.076172 66.668845) (xy 110.078165 66.738687) (xy 110.045921 66.794841)
+ (xy 101.631286 75.209478) (xy 101.519481 75.321282) (xy 101.519479 75.321285) (xy 101.469361 75.408094)
+ (xy 101.469359 75.408096) (xy 101.440425 75.458209) (xy 101.440424 75.45821) (xy 101.440423 75.458215)
+ (xy 101.399499 75.610943) (xy 101.399499 75.610945) (xy 101.399499 75.779046) (xy 101.3995 75.779059)
+ (xy 101.3995 78.020234) (xy 101.379815 78.087273) (xy 101.378602 78.089125) (xy 101.290609 78.220814)
+ (xy 101.290602 78.220827) (xy 101.230264 78.366498) (xy 101.230261 78.36651) (xy 101.1995 78.521153)
+ (xy 101.1995 78.678846) (xy 101.230261 78.833489) (xy 101.230264 78.833501) (xy 101.290602 78.979172)
+ (xy 101.290609 78.979185) (xy 101.37821 79.110288) (xy 101.378213 79.110292) (xy 101.489707 79.221786)
+ (xy 101.489711 79.221789) (xy 101.620814 79.30939) (xy 101.620827 79.309397) (xy 101.766498 79.369735)
+ (xy 101.766503 79.369737) (xy 101.904583 79.397203) (xy 101.921153 79.400499) (xy 101.921156 79.4005)
+ (xy 101.921158 79.4005) (xy 102.078844 79.4005) (xy 102.078845 79.400499) (xy 102.233497 79.369737)
+ (xy 102.379179 79.309394) (xy 102.510289 79.221789) (xy 102.621789 79.110289) (xy 102.709394 78.979179)
+ (xy 102.718462 78.957288) (xy 102.756422 78.865643) (xy 102.769737 78.833497) (xy 102.8005 78.678842)
+ (xy 102.8005 78.521158) (xy 102.8005 78.521155) (xy 102.800499 78.521153) (xy 102.791334 78.475079)
+ (xy 102.769737 78.366503) (xy 102.75877 78.340025) (xy 102.709397 78.220827) (xy 102.70939 78.220814)
+ (xy 102.621398 78.089125) (xy 102.60052 78.022447) (xy 102.6005 78.020234) (xy 102.6005 75.990097)
+ (xy 102.620185 75.923058) (xy 102.636819 75.902416) (xy 106.052062 72.487173) (xy 109.881938 68.657296)
+ (xy 109.943259 68.623813) (xy 110.012951 68.628797) (xy 110.030383 68.64) (xy 111.024314 68.64)
+ (xy 111.01992 68.644394) (xy 110.967259 68.735606) (xy 110.94 68.837339) (xy 110.94 68.942661) (xy 110.967259 69.044394)
+ (xy 111.01992 69.135606) (xy 111.024314 69.14) (xy 110.04 69.14) (xy 110.04 69.737844) (xy 110.046401 69.797372)
+ (xy 110.046403 69.797379) (xy 110.096645 69.932086) (xy 110.096649 69.932093) (xy 110.182809 70.047187)
+ (xy 110.182812 70.04719) (xy 110.297906 70.13335) (xy 110.297913 70.133354) (xy 110.43262 70.183596)
+ (xy 110.432627 70.183598) (xy 110.492155 70.189999) (xy 110.492172 70.19) (xy 111.09 70.19) (xy 111.09 69.205686)
+ (xy 111.094394 69.21008) (xy 111.185606 69.262741) (xy 111.287339 69.29) (xy 111.392661 69.29) (xy 111.494394 69.262741)
+ (xy 111.585606 69.21008) (xy 111.59 69.205686) (xy 111.59 70.19) (xy 112.187828 70.19) (xy 112.187844 70.189999)
+ (xy 112.247372 70.183598) (xy 112.247379 70.183596) (xy 112.382086 70.133354) (xy 112.382093 70.13335)
+ (xy 112.497187 70.04719) (xy 112.49719 70.047187) (xy 112.58335 69.932093) (xy 112.583354 69.932086)
+ (xy 112.633596 69.797379) (xy 112.633598 69.797372) (xy 112.639999 69.737844) (xy 112.64 69.737827)
+ (xy 112.64 69.14) (xy 111.655686 69.14) (xy 111.66008 69.135606) (xy 111.712741 69.044394) (xy 111.74 68.942661)
+ (xy 111.74 68.837339) (xy 111.712741 68.735606) (xy 111.66008 68.644394) (xy 111.655686 68.64) (xy 112.64 68.64)
+ (xy 112.64 68.042172) (xy 112.639999 68.042155) (xy 112.633598 67.982627) (xy 112.633596 67.98262)
+ (xy 112.583354 67.847913) (xy 112.58335 67.847906) (xy 112.49719 67.732812) (xy 112.497187 67.732809)
+ (xy 112.382093 67.646649) (xy 112.382086 67.646645) (xy 112.247379 67.596403) (xy 112.247373 67.596401)
+ (xy 112.209953 67.592378) (xy 112.145402 67.565639) (xy 112.105555 67.508246) (xy 112.103062 67.438421)
+ (xy 112.138716 67.378333) (xy 112.150326 67.36877) (xy 112.187215 67.341969) (xy 112.187215 67.341968)
+ (xy 112.187219 67.341966) (xy 112.331966 67.197219) (xy 112.331968 67.197215) (xy 112.331971 67.197213)
+ (xy 112.384732 67.12459) (xy 112.452287 67.03161) (xy 112.54522 66.849219) (xy 112.608477 66.654534)
+ (xy 112.6405 66.452352) (xy 112.6405 66.247648) (xy 112.608477 66.045466) (xy 112.603825 66.031151)
+ (xy 112.601832 65.961312) (xy 112.634075 65.905158) (xy 113.858506 64.680728) (xy 113.858511 64.680724)
+ (xy 113.868714 64.67052) (xy 113.868716 64.67052) (xy 113.98052 64.558716) (xy 114.048816 64.440423)
+ (xy 114.059577 64.421785) (xy 114.1005 64.269058) (xy 114.1005 64.110943) (xy 114.1005 46.410718)
+ (xy 114.120185 46.343679) (xy 114.168207 46.300233) (xy 114.207815 46.280052) (xy 114.207815 46.280051)
+ (xy 114.207816 46.280051) (xy 114.379792 46.155104) (xy 114.518604 46.016291) (xy 114.579923 45.982809)
+ (xy 114.649615 45.987793) (xy 114.705549 46.029664) (xy 114.711821 46.038878) (xy 114.715185 46.044333)
+ (xy 114.715186 46.044334) (xy 114.807288 46.193656) (xy 114.931344 46.317712) (xy 115.080666 46.409814)
+ (xy 115.247203 46.464999) (xy 115.349991 46.4755) (xy 116.650008 46.475499) (xy 116.752797 46.464999)
+ (xy 116.919334 46.409814) (xy 117.068656 46.317712) (xy 117.192712 46.193656) (xy 117.284814 46.044334)
+ (xy 117.339999 45.877797) (xy 117.3505 45.775009) (xy 117.350499 44.224992) (xy 117.34468 44.168032)
+ (xy 117.339999 44.122203) (xy 117.339998 44.1222) (xy 117.315755 44.049041) (xy 117.284814 43.955666)
+ (xy 117.192712 43.806344) (xy 117.068656 43.682288) (xy 116.919334 43.590186) (xy 116.752797 43.535001)
+ (xy 116.752795 43.535) (xy 116.65001 43.5245) (xy 115.349998 43.5245) (xy 115.349981 43.524501)
+ (xy 115.247203 43.535) (xy 115.2472 43.535001) (xy 115.080668 43.590185) (xy 115.080663 43.590187)
+ (xy 114.931342 43.682289) (xy 114.807289 43.806342) (xy 114.711821 43.961121) (xy 114.659873 44.007845)
+ (xy 114.59091 44.019068) (xy 114.526828 43.991224) (xy 114.518601 43.983705) (xy 114.379786 43.84489)
+ (xy 114.20782 43.719951) (xy 114.018414 43.623444) (xy 114.018413 43.623443) (xy 114.018412 43.623443)
+ (xy 113.816243 43.557754) (xy 113.816241 43.557753) (xy 113.81624 43.557753) (xy 113.654957 43.532208)
+ (xy 113.606287 43.5245) (xy 113.393713 43.5245) (xy 113.345042 43.532208) (xy 113.18376 43.557753)
+ (xy 112.981585 43.623444) (xy 112.792179 43.719951) (xy 112.620213 43.84489) (xy 112.469894 43.995209)
+ (xy 112.46989 43.995214) (xy 112.350318 44.159793) (xy 112.294989 44.202459) (xy 112.225375 44.208438)
+ (xy 112.16358 44.175833) (xy 112.149682 44.159793) (xy 112.030109 43.995214) (xy 112.030105 43.995209)
+ (xy 111.879786 43.84489) (xy 111.70782 43.719951) (xy 111.518414 43.623444) (xy 111.518413 43.623443)
+ (xy 111.518412 43.623443) (xy 111.316243 43.557754) (xy 111.316241 43.557753) (xy 111.31624 43.557753)
+ (xy 111.154957 43.532208) (xy 111.106287 43.5245) (xy 110.893713 43.5245) (xy 110.845042 43.532208)
+ (xy 110.68376 43.557753) (xy 110.481585 43.623444) (xy 110.292179 43.719951) (xy 110.120213 43.84489)
+ (xy 109.96989 43.995213) (xy 109.844951 44.167179) (xy 109.748444 44.356585) (xy 109.682753 44.55876)
+ (xy 109.6495 44.768713) (xy 109.6495 45.231286) (xy 109.67726 45.40656) (xy 109.682754 45.441243)
+ (xy 109.699784 45.493657) (xy 109.748444 45.643414) (xy 109.844951 45.83282) (xy 109.96989 46.004786)
+ (xy 110.120213 46.155109) (xy 110.292179 46.280048) (xy 110.292181 46.280049) (xy 110.292184 46.280051)
+ (xy 110.481588 46.376557) (xy 110.683757 46.442246) (xy 110.893713 46.4755) (xy 110.893714 46.4755)
+ (xy 111.106286 46.4755) (xy 111.106287 46.4755) (xy 111.316243 46.442246) (xy 111.518412 46.376557)
+ (xy 111.707816 46.280051) (xy 111.729789 46.264086) (xy 111.879786 46.155109) (xy 111.879788 46.155106)
+ (xy 111.879792 46.155104) (xy 112.030104 46.004792) (xy 112.149683 45.840204) (xy 112.205011 45.79754)
+ (xy 112.274624 45.791561) (xy 112.33642 45.824166) (xy 112.350313 45.840199) (xy 112.45256 45.980931)
+ (xy 112.469896 46.004792) (xy 112.620213 46.155109) (xy 112.792184 46.280051) (xy 112.792184 46.280052)
+ (xy 112.831793 46.300233) (xy 112.88259 46.348206) (xy 112.8995 46.410718) (xy 112.8995 63.889902)
+ (xy 112.879815 63.956941) (xy 112.863181 63.977583) (xy 112.852181 63.988583) (xy 112.790858 64.022068)
+ (xy 112.721166 64.017084) (xy 112.665233 63.975212) (xy 112.640816 63.909748) (xy 112.6405 63.900902)
+ (xy 112.6405 63.707648) (xy 112.608477 63.505465) (xy 112.551296 63.329481) (xy 112.54522 63.310781)
+ (xy 112.545218 63.310778) (xy 112.545218 63.310776) (xy 112.49448 63.211199) (xy 112.452287 63.12839)
+ (xy 112.423874 63.089282) (xy 112.331971 62.962786) (xy 112.187213 62.818028) (xy 112.021614 62.697715)
+ (xy 112.015006 62.694348) (xy 111.928917 62.650483) (xy 111.878123 62.602511) (xy 111.861328 62.53469)
+ (xy 111.883865 62.468555) (xy 111.928917 62.429516) (xy 112.02161 62.382287) (xy 112.097469 62.327173)
+ (xy 112.187213 62.261971) (xy 112.187215 62.261968) (xy 112.187219 62.261966) (xy 112.331966 62.117219)
+ (xy 112.331968 62.117215) (xy 112.331971 62.117213) (xy 112.384732 62.04459) (xy 112.452287 61.95161)
+ (xy 112.54522 61.769219) (xy 112.608477 61.574534) (xy 112.6405 61.372352) (xy 112.6405 61.167648)
+ (xy 112.608477 60.965466) (xy 112.54522 60.770781) (xy 112.545218 60.770778) (xy 112.545218 60.770776)
+ (xy 112.511503 60.704607) (xy 112.452287 60.58839) (xy 112.431679 60.560025) (xy 112.331971 60.422786)
+ (xy 112.187213 60.278028) (xy 112.021614 60.157715) (xy 112.015006 60.154348) (xy 111.928917 60.110483)
+ (xy 111.878123 60.062511) (xy 111.861328 59.99469) (xy 111.883865 59.928555) (xy 111.928917 59.889516)
+ (xy 112.02161 59.842287) (xy 112.097469 59.787173) (xy 112.187213 59.721971) (xy 112.187215 59.721968)
+ (xy 112.187219 59.721966) (xy 112.331966 59.577219) (xy 112.331968 59.577215) (xy 112.331971 59.577213)
+ (xy 112.384732 59.50459) (xy 112.452287 59.41161) (xy 112.54522 59.229219) (xy 112.608477 59.034534)
+ (xy 112.6405 58.832352) (xy 112.6405 58.627648) (xy 112.619304 58.493825) (xy 112.608477 58.425465)
+ (xy 112.545218 58.230776) (xy 112.452419 58.04865) (xy 112.452287 58.04839) (xy 112.431679 58.020025)
+ (xy 112.331971 57.882786) (xy 112.187213 57.738028) (xy 112.021614 57.617715) (xy 112.015006 57.614348)
+ (xy 111.928917 57.570483) (xy 111.878123 57.522511) (xy 111.861328 57.45469) (xy 111.883865 57.388555)
+ (xy 111.928917 57.349516) (xy 112.02161 57.302287) (xy 112.097469 57.247173) (xy 112.187213 57.181971)
+ (xy 112.187215 57.181968) (xy 112.187219 57.181966) (xy 112.331966 57.037219) (xy 112.331968 57.037215)
+ (xy 112.331971 57.037213) (xy 112.384732 56.96459) (xy 112.452287 56.87161) (xy 112.54522 56.689219)
+ (xy 112.608477 56.494534) (xy 112.6405 56.292352) (xy 112.6405 56.087648) (xy 112.619304 55.953825)
+ (xy 112.608477 55.885465) (xy 112.545218 55.690776) (xy 112.452419 55.50865) (xy 112.452287 55.50839)
+ (xy 112.431679 55.480025) (xy 112.331971 55.342786) (xy 112.187213 55.198028) (xy 112.021611 55.077713)
+ (xy 111.928369 55.030203) (xy 111.877574 54.982229) (xy 111.860779 54.914407) (xy 111.883317 54.848273)
+ (xy 111.928371 54.809234) (xy 112.021347 54.761861) (xy 112.186894 54.641582) (xy 112.186895 54.641582)
+ (xy 112.331582 54.496895) (xy 112.331582 54.496894) (xy 112.451859 54.331349) (xy 112.544755 54.149029)
+ (xy 112.60799 53.954413) (xy 112.616609 53.9) (xy 111.655686 53.9) (xy 111.66008 53.895606) (xy 111.712741 53.804394)
+ (xy 111.74 53.702661) (xy 111.74 53.597339) (xy 111.712741 53.495606) (xy 111.66008 53.404394) (xy 111.655686 53.4)
+ (xy 112.616609 53.4) (xy 112.60799 53.345586) (xy 112.544755 53.15097) (xy 112.451859 52.96865)
+ (xy 112.331582 52.803105) (xy 112.331582 52.803104) (xy 112.186895 52.658417) (xy 112.021349 52.53814)
+ (xy 111.92837 52.490765) (xy 111.877574 52.44279) (xy 111.860779 52.374969) (xy 111.883316 52.308835)
+ (xy 111.92837 52.269795) (xy 112.02161 52.222287) (xy 112.04277 52.206913) (xy 112.187213 52.101971)
+ (xy 112.187215 52.101968) (xy 112.187219 52.101966) (xy 112.331966 51.957219) (xy 112.331968 51.957215)
+ (xy 112.331971 51.957213) (xy 112.384732 51.88459) (xy 112.452287 51.79161) (xy 112.54522 51.609219)
+ (xy 112.608477 51.414534) (xy 112.6405 51.212352) (xy 112.6405 51.007648) (xy 112.608477 50.805466)
+ (xy 112.54522 50.610781) (xy 112.545218 50.610778) (xy 112.545218 50.610776) (xy 112.475391 50.473735)
+ (xy 112.452287 50.42839) (xy 112.444556 50.417749) (xy 112.331971 50.262786) (xy 112.187213 50.118028)
+ (xy 112.021613 49.997715) (xy 112.021612 49.997714) (xy 112.02161 49.997713) (xy 111.964653 49.968691)
+ (xy 111.839223 49.904781) (xy 111.644534 49.841522) (xy 111.469995 49.813878) (xy 111.442352 49.8095)
+ (xy 111.237648 49.8095) (xy 111.213329 49.813351) (xy 111.035465 49.841522) (xy 110.840776 49.904781)
+ (xy 110.658386 49.997715) (xy 110.492786 50.118028) (xy 110.348028 50.262786) (xy 110.227715 50.428386)
+ (xy 110.134781 50.610776) (xy 110.071522 50.805465) (xy 110.0395 51.007648) (xy 110.0395 51.212351)
+ (xy 110.071522 51.414534) (xy 110.134781 51.609223) (xy 110.227715 51.791613) (xy 110.348028 51.957213)
+ (xy 110.492786 52.101971) (xy 110.647749 52.214556) (xy 110.65839 52.222287) (xy 110.730424 52.25899)
+ (xy 110.751629 52.269795) (xy 110.802425 52.31777) (xy 110.81922 52.385591) (xy 110.796682 52.451726)
+ (xy 110.751629 52.490765) (xy 110.65865 52.53814) (xy 110.493105 52.658417) (xy 110.493104 52.658417)
+ (xy 110.348417 52.803104) (xy 110.348417 52.803105) (xy 110.22814 52.96865) (xy 110.135244 53.15097)
+ (xy 110.072009 53.345586) (xy 110.063391 53.4) (xy 111.024314 53.4) (xy 111.01992 53.404394) (xy 110.967259 53.495606)
+ (xy 110.94 53.597339) (xy 110.94 53.702661) (xy 110.967259 53.804394) (xy 111.01992 53.895606) (xy 111.024314 53.9)
+ (xy 110.063391 53.9) (xy 110.072009 53.954413) (xy 110.135244 54.149029) (xy 110.22814 54.331349)
+ (xy 110.348417 54.496894) (xy 110.348417 54.496895) (xy 110.493104 54.641582) (xy 110.658652 54.761861)
+ (xy 110.751628 54.809234) (xy 110.802425 54.857208) (xy 110.81922 54.925029) (xy 110.796683 54.991164)
+ (xy 110.75163 55.030203) (xy 110.658388 55.077713) (xy 110.492786 55.198028) (xy 110.348028 55.342786)
+ (xy 110.227715 55.508386) (xy 110.134781 55.690776) (xy 110.071522 55.885465) (xy 110.0395 56.087648)
+ (xy 110.0395 56.292351) (xy 110.071522 56.494534) (xy 110.134781 56.689223) (xy 110.227715 56.871613)
+ (xy 110.348028 57.037213) (xy 110.492786 57.181971) (xy 110.647749 57.294556) (xy 110.65839 57.302287)
+ (xy 110.74984 57.348883) (xy 110.75108 57.349515) (xy 110.801876 57.39749) (xy 110.818671 57.465311)
+ (xy 110.796134 57.531446) (xy 110.75108 57.570485) (xy 110.658386 57.617715) (xy 110.492786 57.738028)
+ (xy 110.348028 57.882786) (xy 110.227715 58.048386) (xy 110.134781 58.230776) (xy 110.071522 58.425465)
+ (xy 110.0395 58.627648) (xy 110.0395 58.832351) (xy 110.071522 59.034534) (xy 110.134781 59.229223)
+ (xy 110.227715 59.411613) (xy 110.348028 59.577213) (xy 110.492786 59.721971) (xy 110.647749 59.834556)
+ (xy 110.65839 59.842287) (xy 110.74984 59.888883) (xy 110.75108 59.889515) (xy 110.801876 59.93749)
+ (xy 110.818671 60.005311) (xy 110.796134 60.071446) (xy 110.75108 60.110485) (xy 110.658386 60.157715)
+ (xy 110.492786 60.278028) (xy 110.348028 60.422786) (xy 110.227715 60.588386) (xy 110.134781 60.770776)
+ (xy 110.071522 60.965465) (xy 110.0395 61.167648) (xy 110.0395 61.372351) (xy 110.071522 61.574534)
+ (xy 110.134781 61.769223) (xy 110.198691 61.894653) (xy 110.223281 61.942912) (xy 110.227715 61.951613)
+ (xy 110.348028 62.117213) (xy 110.492786 62.261971) (xy 110.647749 62.374556) (xy 110.65839 62.382287)
+ (xy 110.739499 62.423614) (xy 110.75108 62.429515) (xy 110.801876 62.47749) (xy 110.818671 62.545311)
+ (xy 110.796134 62.611446) (xy 110.75108 62.650485) (xy 110.658386 62.697715) (xy 110.492786 62.818028)
+ (xy 110.348028 62.962786) (xy 110.227715 63.128386) (xy 110.134781 63.310776) (xy 110.071522 63.505465)
+ (xy 110.0395 63.707648) (xy 110.0395 63.900903) (xy 110.019815 63.967942) (xy 109.967011 64.013697)
+ (xy 109.897853 64.023641) (xy 109.834297 63.994616) (xy 109.827819 63.988584) (xy 109.28759 63.448355)
+ (xy 109.287588 63.448352) (xy 109.168717 63.329481) (xy 109.168716 63.32948) (xy 109.081904 63.27936)
+ (xy 109.081904 63.279359) (xy 109.0819 63.279358) (xy 109.031785 63.250423) (xy 108.879057 63.209499)
+ (xy 108.720943 63.209499) (xy 108.713347 63.209499) (xy 108.713331 63.2095) (xy 99.869602 63.2095)
+ (xy 99.802563 63.189815) (xy 99.759117 63.141795) (xy 99.752284 63.128385) (xy 99.631971 62.962786)
+ (xy 99.487213 62.818028) (xy 99.32161 62.697712) (xy 99.3082 62.690879) (xy 99.257406 62.642903)
+ (xy 99.2405 62.580397) (xy 99.2405 62.499601) (xy 99.260185 62.432562) (xy 99.308206 62.389116)
+ (xy 99.32161 62.382287) (xy 99.487219 62.261966) (xy 99.631966 62.117219) (xy 99.631968 62.117215)
+ (xy 99.631971 62.117213) (xy 99.684732 62.04459) (xy 99.752287 61.95161) (xy 99.84522 61.769219)
+ (xy 99.908477 61.574534) (xy 99.9405 61.372352) (xy 99.9405 61.167648) (xy 99.908477 60.965466)
+ (xy 99.84522 60.770781) (xy 99.845218 60.770778) (xy 99.845218 60.770776) (xy 99.811503 60.704607)
+ (xy 99.752287 60.58839) (xy 99.731679 60.560025) (xy 99.631971 60.422786) (xy 99.487213 60.278028)
+ (xy 99.321611 60.157713) (xy 99.228369 60.110203) (xy 99.177574 60.062229) (xy 99.160779 59.994407)
+ (xy 99.183317 59.928273) (xy 99.228371 59.889234) (xy 99.321347 59.841861) (xy 99.486894 59.721582)
+ (xy 99.486895 59.721582) (xy 99.631582 59.576895) (xy 99.631582 59.576894) (xy 99.751859 59.411349)
+ (xy 99.844755 59.229029) (xy 99.90799 59.034413) (xy 99.916609 58.98) (xy 98.955686 58.98) (xy 98.96008 58.975606)
+ (xy 99.012741 58.884394) (xy 99.04 58.782661) (xy 99.04 58.677339) (xy 99.012741 58.575606) (xy 98.96008 58.484394)
+ (xy 98.955686 58.48) (xy 99.916609 58.48) (xy 99.90799 58.425586) (xy 99.844755 58.23097) (xy 99.751859 58.04865)
+ (xy 99.631582 57.883105) (xy 99.631582 57.883104) (xy 99.486895 57.738417) (xy 99.321349 57.61814)
+ (xy 99.22782 57.570485) (xy 99.177024 57.522511) (xy 99.160229 57.45469) (xy 99.182766 57.388555)
+ (xy 99.22782 57.349515) (xy 99.321349 57.301859) (xy 99.486894 57.181582) (xy 99.486895 57.181582)
+ (xy 99.631582 57.036895) (xy 99.631582 57.036894) (xy 99.751859 56.871349) (xy 99.844755 56.689029)
+ (xy 99.90799 56.494413) (xy 99.916609 56.44) (xy 98.955686 56.44) (xy 98.96008 56.435606) (xy 99.012741 56.344394)
+ (xy 99.04 56.242661) (xy 99.04 56.137339) (xy 99.012741 56.035606) (xy 98.96008 55.944394) (xy 98.955686 55.94)
+ (xy 99.916609 55.94) (xy 99.90799 55.885586) (xy 99.844755 55.69097) (xy 99.751859 55.50865) (xy 99.631582 55.343105)
+ (xy 99.631582 55.343104) (xy 99.486895 55.198417) (xy 99.321349 55.07814) (xy 99.22782 55.030485)
+ (xy 99.177024 54.982511) (xy 99.160229 54.91469) (xy 99.182766 54.848555) (xy 99.22782 54.809515)
+ (xy 99.321349 54.761859) (xy 99.486894 54.641582) (xy 99.486895 54.641582) (xy 99.631582 54.496895)
+ (xy 99.631582 54.496894) (xy 99.751859 54.331349) (xy 99.844755 54.149029) (xy 99.90799 53.954413)
+ (xy 99.916609 53.9) (xy 98.955686 53.9) (xy 98.96008 53.895606) (xy 99.012741 53.804394) (xy 99.04 53.702661)
+ (xy 99.04 53.597339) (xy 99.012741 53.495606) (xy 98.96008 53.404394) (xy 98.955686 53.4) (xy 99.916609 53.4)
+ (xy 99.90799 53.345586) (xy 99.844755 53.15097) (xy 99.751859 52.96865) (xy 99.631582 52.803105)
+ (xy 99.631582 52.803104) (xy 99.486895 52.658417) (xy 99.321349 52.53814) (xy 99.22837 52.490765)
+ (xy 99.177574 52.44279) (xy 99.160779 52.374969) (xy 99.183316 52.308835) (xy 99.22837 52.269795)
+ (xy 99.32161 52.222287) (xy 99.34277 52.206913) (xy 99.487213 52.101971) (xy 99.487215 52.101968)
+ (xy 99.487219 52.101966) (xy 99.631966 51.957219) (xy 99.631968 51.957215) (xy 99.631971 51.957213)
+ (xy 99.684732 51.88459) (xy 99.752287 51.79161) (xy 99.84522 51.609219) (xy 99.908477 51.414534)
+ (xy 99.9405 51.212352) (xy 99.9405 51.007648) (xy 99.908477 50.805466) (xy 99.84522 50.610781) (xy 99.845218 50.610778)
+ (xy 99.845218 50.610776) (xy 99.775391 50.473735) (xy 99.752287 50.42839) (xy 99.744556 50.417749)
+ (xy 99.631971 50.262786) (xy 99.487213 50.118028) (xy 99.321613 49.997715) (xy 99.321612 49.997714)
+ (xy 99.32161 49.997713) (xy 99.264653 49.968691) (xy 99.139223 49.904781) (xy 98.944534 49.841522)
+ (xy 98.769995 49.813878) (xy 98.742352 49.8095) (xy 98.537648 49.8095) (xy 98.513329 49.813351)
+ (xy 98.335465 49.841522) (xy 98.140776 49.904781) (xy 97.958386 49.997715) (xy 97.792786 50.118028)
+ (xy 97.648028 50.262786) (xy 97.527715 50.428386) (xy 97.434781 50.610776) (xy 97.371522 50.805465)
+ (xy 97.3395 51.007648) (xy 97.3395 51.212351) (xy 97.371522 51.414534) (xy 97.434781 51.609223)
+ (xy 97.527715 51.791613) (xy 97.648028 51.957213) (xy 97.792786 52.101971) (xy 97.947749 52.214556)
+ (xy 97.95839 52.222287) (xy 98.030424 52.25899) (xy 98.051629 52.269795) (xy 98.102425 52.31777)
+ (xy 98.11922 52.385591) (xy 98.096682 52.451726) (xy 98.051629 52.490765) (xy 97.95865 52.53814)
+ (xy 97.793105 52.658417) (xy 97.793104 52.658417) (xy 97.648417 52.803104) (xy 97.648417 52.803105)
+ (xy 97.52814 52.96865) (xy 97.435244 53.15097) (xy 97.372009 53.345586) (xy 97.363391 53.4) (xy 98.324314 53.4)
+ (xy 98.31992 53.404394) (xy 98.267259 53.495606) (xy 98.24 53.597339) (xy 98.24 53.702661) (xy 98.267259 53.804394)
+ (xy 98.31992 53.895606) (xy 98.324314 53.9) (xy 97.363391 53.9) (xy 97.372009 53.954413) (xy 97.435244 54.149029)
+ (xy 97.52814 54.331349) (xy 97.648417 54.496894) (xy 97.648417 54.496895) (xy 97.793104 54.641582)
+ (xy 97.95865 54.761859) (xy 98.052179 54.809515) (xy 98.102975 54.85749) (xy 98.11977 54.925311)
+ (xy 98.097232 54.991446) (xy 98.052179 55.030485) (xy 97.95865 55.07814) (xy 97.793105 55.198417)
+ (xy 97.793104 55.198417) (xy 97.648417 55.343104) (xy 97.648417 55.343105) (xy 97.52814 55.50865)
+ (xy 97.435244 55.69097) (xy 97.372009 55.885586) (xy 97.363391 55.94) (xy 98.324314 55.94) (xy 98.31992 55.944394)
+ (xy 98.267259 56.035606) (xy 98.24 56.137339) (xy 98.24 56.242661) (xy 98.267259 56.344394) (xy 98.31992 56.435606)
+ (xy 98.324314 56.44) (xy 97.363391 56.44) (xy 97.372009 56.494413) (xy 97.435244 56.689029) (xy 97.52814 56.871349)
+ (xy 97.648417 57.036894) (xy 97.648417 57.036895) (xy 97.793104 57.181582) (xy 97.95865 57.301859)
+ (xy 98.052179 57.349515) (xy 98.102975 57.39749) (xy 98.11977 57.465311) (xy 98.097232 57.531446)
+ (xy 98.052179 57.570485) (xy 97.95865 57.61814) (xy 97.793105 57.738417) (xy 97.793104 57.738417)
+ (xy 97.648417 57.883104) (xy 97.648417 57.883105) (xy 97.52814 58.04865) (xy 97.435244 58.23097)
+ (xy 97.372009 58.425586) (xy 97.363391 58.48) (xy 98.324314 58.48) (xy 98.31992 58.484394) (xy 98.267259 58.575606)
+ (xy 98.24 58.677339) (xy 98.24 58.782661) (xy 98.267259 58.884394) (xy 98.31992 58.975606) (xy 98.324314 58.98)
+ (xy 97.363391 58.98) (xy 97.372009 59.034413) (xy 97.435244 59.229029) (xy 97.52814 59.411349) (xy 97.648417 59.576894)
+ (xy 97.648417 59.576895) (xy 97.793104 59.721582) (xy 97.958652 59.841861) (xy 98.051628 59.889234)
+ (xy 98.102425 59.937208) (xy 98.11922 60.005029) (xy 98.096683 60.071164) (xy 98.05163 60.110203)
+ (xy 97.958388 60.157713) (xy 97.792786 60.278028) (xy 97.648028 60.422786) (xy 97.527715 60.588386)
+ (xy 97.434781 60.770776) (xy 97.371522 60.965465) (xy 97.3395 61.167648) (xy 97.3395 61.372351)
+ (xy 97.371522 61.574534) (xy 97.434781 61.769223) (xy 97.498691 61.894653) (xy 97.523281 61.942912)
+ (xy 97.527715 61.951613) (xy 97.648028 62.117213) (xy 97.648034 62.117219) (xy 97.792781 62.261966)
+ (xy 97.95839 62.382287) (xy 97.971793 62.389116) (xy 98.022589 62.437088) (xy 98.0395 62.499601)
+ (xy 98.0395 62.580397) (xy 98.019815 62.647436) (xy 97.9718 62.690879) (xy 97.958389 62.697712)
+ (xy 97.792786 62.818028) (xy 97.648028 62.962786) (xy 97.527715 63.128386) (xy 97.434781 63.310776)
+ (xy 97.371522 63.505465) (xy 97.3395 63.707648) (xy 97.3395 63.912351) (xy 97.371522 64.114534)
+ (xy 97.434781 64.309223) (xy 97.527715 64.491613) (xy 97.648028 64.657213) (xy 97.792786 64.801971)
+ (xy 97.947749 64.914556) (xy 97.95839 64.922287) (xy 98.04984 64.968883) (xy 98.05108 64.969515)
+ (xy 98.101876 65.01749) (xy 98.118671 65.085311) (xy 98.096134 65.151446) (xy 98.05108 65.190485)
+ (xy 97.958386 65.237715) (xy 97.792786 65.358028) (xy 97.648028 65.502786) (xy 97.527715 65.668385)
+ (xy 97.520883 65.681795) (xy 97.472909 65.732591) (xy 97.410398 65.7495) (xy 91.890097 65.7495)
+ (xy 91.823058 65.729815) (xy 91.802416 65.713181) (xy 91.653768 65.564533) (xy 91.620283 65.50321)
+ (xy 91.618976 65.457454) (xy 91.6505 65.258422) (xy 91.6505 65.061577) (xy 91.619709 64.867173)
+ (xy 91.558882 64.67997) (xy 91.479925 64.525009) (xy 91.469524 64.504595) (xy 91.353828 64.345354)
+ (xy 91.214646 64.206172) (xy 91.088518 64.114534) (xy 91.055403 64.090474) (xy 90.878787 64.000485)
+ (xy 90.82799 63.952511) (xy 90.811195 63.88469) (xy 90.833732 63.818555) (xy 90.878787 63.779515)
+ (xy 91.055403 63.689525) (xy 91.055402 63.689525) (xy 91.055405 63.689524) (xy 91.214646 63.573828)
+ (xy 91.353828 63.434646) (xy 91.469524 63.275405) (xy 91.558884 63.100025) (xy 91.619709 62.912826)
+ (xy 91.631214 62.840185) (xy 91.6505 62.718422) (xy 91.6505 62.521577) (xy 91.619709 62.327173)
+ (xy 91.57855 62.2005) (xy 91.558884 62.139975) (xy 91.558882 62.139972) (xy 91.558882 62.13997)
+ (xy 91.469523 61.964594) (xy 91.460092 61.951613) (xy 91.353828 61.805354) (xy 91.214646 61.666172)
+ (xy 91.088518 61.574534) (xy 91.055403 61.550474) (xy 90.878787 61.460485) (xy 90.82799 61.412511)
+ (xy 90.811195 61.34469) (xy 90.833732 61.278555) (xy 90.878787 61.239515) (xy 91.055403 61.149525)
+ (xy 91.055402 61.149525) (xy 91.055405 61.149524) (xy 91.214646 61.033828) (xy 91.353828 60.894646)
+ (xy 91.469524 60.735405) (xy 91.558884 60.560025) (xy 91.619709 60.372826) (xy 91.6505 60.178422)
+ (xy 91.6505 59.981577) (xy 91.619709 59.787173) (xy 91.558882 59.59997) (xy 91.469523 59.424594)
+ (xy 91.460092 59.411613) (xy 91.353828 59.265354) (xy 91.214646 59.126172) (xy 91.088518 59.034534)
+ (xy 91.055403 59.010474) (xy 90.878787 58.920485) (xy 90.82799 58.872511) (xy 90.811195 58.80469)
+ (xy 90.833732 58.738555) (xy 90.878787 58.699515) (xy 91.055403 58.609525) (xy 91.055402 58.609525)
+ (xy 91.055405 58.609524) (xy 91.214646 58.493828) (xy 91.353828 58.354646) (xy 91.469524 58.195405)
+ (xy 91.558884 58.020025) (xy 91.619709 57.832826) (xy 91.634662 57.738417) (xy 91.6505 57.638422)
+ (xy 91.6505 57.441577) (xy 91.619709 57.247173) (xy 91.558882 57.05997) (xy 91.469523 56.884594)
+ (xy 91.460092 56.871613) (xy 91.353828 56.725354) (xy 91.214646 56.586172) (xy 91.06138 56.474817)
+ (xy 91.055403 56.470474) (xy 90.878787 56.380485) (xy 90.82799 56.332511) (xy 90.811195 56.26469)
+ (xy 90.833732 56.198555) (xy 90.878787 56.159515) (xy 91.055403 56.069525) (xy 91.055402 56.069525)
+ (xy 91.055405 56.069524) (xy 91.214646 55.953828) (xy 91.353828 55.814646) (xy 91.469524 55.655405)
+ (xy 91.558884 55.480025) (xy 91.619709 55.292826) (xy 91.634662 55.198417) (xy 91.6505 55.098422)
+ (xy 91.6505 54.901577) (xy 91.619709 54.707173) (xy 91.558882 54.51997) (xy 91.469523 54.344594)
+ (xy 91.4599 54.331349) (xy 91.353828 54.185354) (xy 91.214646 54.046172) (xy 91.055405 53.930476)
+ (xy 90.880029 53.841117) (xy 90.692826 53.78029) (xy 90.498422 53.7495) (xy 90.498417 53.7495) (xy 90.301583 53.7495)
+ (xy 90.301578 53.7495) (xy 90.107173 53.78029) (xy 89.91997 53.841117) (xy 89.744594 53.930476)
+ (xy 89.690085 53.97008) (xy 89.585354 54.046172) (xy 89.585352 54.046174) (xy 89.585351 54.046174)
+ (xy 89.446174 54.185351) (xy 89.446174 54.185352) (xy 89.446172 54.185354) (xy 89.43398 54.202135)
+ (xy 89.330476 54.344594) (xy 89.241117 54.51997) (xy 89.18029 54.707173) (xy 89.1495 54.901577)
+ (xy 89.1495 55.098422) (xy 89.18029 55.292826) (xy 89.241117 55.480029) (xy 89.330476 55.655405)
+ (xy 89.446172 55.814646) (xy 89.585354 55.953828) (xy 89.744595 56.069524) (xy 89.780166 56.087648)
+ (xy 89.921213 56.159515) (xy 89.972009 56.207489) (xy 89.988804 56.27531) (xy 89.966267 56.341445)
+ (xy 89.921213 56.380485) (xy 89.744594 56.470476) (xy 89.690085 56.51008) (xy 89.585354 56.586172)
+ (xy 89.585352 56.586174) (xy 89.585351 56.586174) (xy 89.446174 56.725351) (xy 89.446174 56.725352)
+ (xy 89.446172 56.725354) (xy 89.396485 56.793741) (xy 89.330476 56.884594) (xy 89.241117 57.05997)
+ (xy 89.18029 57.247173) (xy 89.1495 57.441577) (xy 89.1495 57.638422) (xy 89.18029 57.832826) (xy 89.241117 58.020029)
+ (xy 89.330476 58.195405) (xy 89.446172 58.354646) (xy 89.585354 58.493828) (xy 89.744595 58.609524)
+ (xy 89.780166 58.627648) (xy 89.921213 58.699515) (xy 89.972009 58.747489) (xy 89.988804 58.81531)
+ (xy 89.966267 58.881445) (xy 89.921213 58.920485) (xy 89.744594 59.010476) (xy 89.711482 59.034534)
+ (xy 89.585354 59.126172) (xy 89.585352 59.126174) (xy 89.585351 59.126174) (xy 89.446174 59.265351)
+ (xy 89.446174 59.265352) (xy 89.446172 59.265354) (xy 89.396485 59.333741) (xy 89.330476 59.424594)
+ (xy 89.241117 59.59997) (xy 89.18029 59.787173) (xy 89.1495 59.981577) (xy 89.1495 60.178422) (xy 89.18029 60.372826)
+ (xy 89.241117 60.560029) (xy 89.330476 60.735405) (xy 89.446172 60.894646) (xy 89.585354 61.033828)
+ (xy 89.744595 61.149524) (xy 89.780166 61.167648) (xy 89.921213 61.239515) (xy 89.972009 61.287489)
+ (xy 89.988804 61.35531) (xy 89.966267 61.421445) (xy 89.921213 61.460485) (xy 89.744594 61.550476)
+ (xy 89.711482 61.574534) (xy 89.585354 61.666172) (xy 89.585352 61.666174) (xy 89.585351 61.666174)
+ (xy 89.446174 61.805351) (xy 89.446174 61.805352) (xy 89.446172 61.805354) (xy 89.396485 61.873741)
+ (xy 89.330476 61.964594) (xy 89.241117 62.13997) (xy 89.18029 62.327173) (xy 89.1495 62.521577)
+ (xy 89.1495 62.718422) (xy 89.18029 62.912826) (xy 89.241117 63.100029) (xy 89.317747 63.250423)
+ (xy 89.330476 63.275405) (xy 89.446172 63.434646) (xy 89.585354 63.573828) (xy 89.744595 63.689524)
+ (xy 89.780166 63.707648) (xy 89.921213 63.779515) (xy 89.972009 63.827489) (xy 89.988804 63.89531)
+ (xy 89.966267 63.961445) (xy 89.921213 64.000485) (xy 89.744594 64.090476) (xy 89.711482 64.114534)
+ (xy 89.585354 64.206172) (xy 89.585352 64.206174) (xy 89.585351 64.206174) (xy 89.446174 64.345351)
+ (xy 89.446174 64.345352) (xy 89.446172 64.345354) (xy 89.39884 64.4105) (xy 89.330476 64.504594)
+ (xy 89.241117 64.67997) (xy 89.18029 64.867173) (xy 89.1495 65.061577) (xy 89.1495 65.258422) (xy 89.18029 65.452826)
+ (xy 89.241117 65.640029) (xy 89.28828 65.732591) (xy 89.330476 65.815405) (xy 89.446172 65.974646)
+ (xy 89.585354 66.113828) (xy 89.744595 66.229524) (xy 89.780166 66.247648) (xy 89.921213 66.319515)
+ (xy 89.972009 66.367489) (xy 89.988804 66.43531) (xy 89.966267 66.501445) (xy 89.921213 66.540485)
+ (xy 89.744594 66.630476) (xy 89.653741 66.696485) (xy 89.585354 66.746172) (xy 89.585352 66.746174)
+ (xy 89.585351 66.746174) (xy 89.446174 66.885351) (xy 89.446174 66.885352) (xy 89.446172 66.885354)
+ (xy 89.42538 66.913972) (xy 89.330476 67.044594) (xy 89.241117 67.21997) (xy 89.18029 67.407173)
+ (xy 89.1495 67.601577) (xy 89.1495 67.798422) (xy 89.18029 67.992826) (xy 89.241117 68.180029) (xy 89.28828 68.272591)
+ (xy 89.330476 68.355405) (xy 89.446172 68.514646) (xy 89.585354 68.653828) (xy 89.744595 68.769524)
+ (xy 89.780166 68.787648) (xy 89.921213 68.859515) (xy 89.972009 68.907489) (xy 89.988804 68.97531)
+ (xy 89.966267 69.041445) (xy 89.921213 69.080485) (xy 89.744594 69.170476) (xy 89.711482 69.194534)
+ (xy 89.585354 69.286172) (xy 89.585352 69.286174) (xy 89.585351 69.286174) (xy 89.446174 69.425351)
+ (xy 89.446174 69.425352) (xy 89.446172 69.425354) (xy 89.407155 69.479056) (xy 89.330476 69.584594)
+ (xy 89.241117 69.75997) (xy 89.18029 69.947173) (xy 89.1495 70.141577) (xy 89.1495 70.338422) (xy 89.18029 70.532826)
+ (xy 89.241117 70.720029) (xy 89.330476 70.895405) (xy 89.446172 71.054646) (xy 89.585354 71.193828)
+ (xy 89.744595 71.309524) (xy 89.823981 71.349973) (xy 89.921213 71.399515) (xy 89.972009 71.447489)
+ (xy 89.988804 71.51531) (xy 89.966267 71.581445) (xy 89.921213 71.620485) (xy 89.744594 71.710476)
+ (xy 89.653741 71.776485) (xy 89.585354 71.826172) (xy 89.585352 71.826174) (xy 89.585351 71.826174)
+ (xy 89.446174 71.965351) (xy 89.446174 71.965352) (xy 89.446172 71.965354) (xy 89.409967 72.015186)
+ (xy 89.330476 72.124594) (xy 89.241117 72.29997) (xy 89.18029 72.487173) (xy 89.1495 72.681577)
+ (xy 89.1495 72.878422) (xy 89.18029 73.072826) (xy 89.241117 73.260029) (xy 89.325179 73.425009)
+ (xy 89.330476 73.435405) (xy 89.446172 73.594646) (xy 89.585354 73.733828) (xy 89.744595 73.849524)
+ (xy 89.867992 73.912397) (xy 89.921213 73.939515) (xy 89.972009 73.987489) (xy 89.988804 74.05531)
+ (xy 89.966267 74.121445) (xy 89.921213 74.160485) (xy 89.744594 74.250476) (xy 89.653741 74.316485)
+ (xy 89.585354 74.366172) (xy 89.585352 74.366174) (xy 89.585351 74.366174) (xy 89.446174 74.505351)
+ (xy 89.446174 74.505352) (xy 89.446172 74.505354) (xy 89.396485 74.573741) (xy 89.330476 74.664594)
+ (xy 89.241117 74.83997) (xy 89.18029 75.027173) (xy 89.1495 75.221577) (xy 89.1495 75.418422) (xy 89.18029 75.612826)
+ (xy 89.241117 75.800029) (xy 89.275409 75.86733) (xy 89.330476 75.975405) (xy 89.446172 76.134646)
+ (xy 89.585354 76.273828) (xy 89.744595 76.389524) (xy 89.867992 76.452397) (xy 89.921213 76.479515)
+ (xy 89.972009 76.527489) (xy 89.988804 76.59531) (xy 89.966267 76.661445) (xy 89.921213 76.700485)
+ (xy 89.744594 76.790476) (xy 89.721905 76.806961) (xy 89.585354 76.906172) (xy 89.585352 76.906174)
+ (xy 89.585351 76.906174) (xy 89.446174 77.045351) (xy 89.446174 77.045352) (xy 89.446172 77.045354)
+ (xy 89.396485 77.113741) (xy 89.330476 77.204594) (xy 89.241117 77.37997) (xy 89.18029 77.567173)
+ (xy 89.1495 77.761577) (xy 89.1495 77.958422) (xy 89.18029 78.152826) (xy 89.241117 78.340029) (xy 89.309929 78.475079)
+ (xy 89.330476 78.515405) (xy 89.446172 78.674646) (xy 89.585354 78.813828) (xy 89.744595 78.929524)
+ (xy 89.842049 78.979179) (xy 89.921213 79.019515) (xy 89.972009 79.067489) (xy 89.988804 79.13531)
+ (xy 89.966267 79.201445) (xy 89.921213 79.240485) (xy 89.744594 79.330476) (xy 89.658616 79.392944)
+ (xy 89.585354 79.446172) (xy 89.585352 79.446174) (xy 89.585351 79.446174) (xy 89.446174 79.585351)
+ (xy 89.446174 79.585352) (xy 89.446172 79.585354) (xy 89.396485 79.653741) (xy 89.330476 79.744594)
+ (xy 89.241117 79.91997) (xy 89.18029 80.107173) (xy 89.1495 80.301577) (xy 89.1495 80.498422) (xy 89.18029 80.692826)
+ (xy 89.241117 80.880029) (xy 89.323806 81.042315) (xy 89.330476 81.055405) (xy 89.446172 81.214646)
+ (xy 89.585354 81.353828) (xy 89.744595 81.469524) (xy 89.85998 81.528315) (xy 89.921213 81.559515)
+ (xy 89.972009 81.607489) (xy 89.988804 81.67531) (xy 89.966267 81.741445) (xy 89.921213 81.780485)
+ (xy 89.744594 81.870476) (xy 89.704647 81.8995) (xy 89.585354 81.986172) (xy 89.585352 81.986174)
+ (xy 89.585351 81.986174) (xy 89.446174 82.125351) (xy 89.446174 82.125352) (xy 89.446172 82.125354)
+ (xy 89.396485 82.193741) (xy 89.330476 82.284594) (xy 89.241117 82.45997) (xy 89.18029 82.647173)
+ (xy 89.1495 82.841577) (xy 89.1495 83.038422) (xy 89.18029 83.232826) (xy 89.241117 83.420029) (xy 89.31222 83.559575)
+ (xy 89.330476 83.595405) (xy 89.446172 83.754646) (xy 89.585354 83.893828) (xy 89.744595 84.009524)
+ (xy 89.867992 84.072397) (xy 89.921213 84.099515) (xy 89.972009 84.147489) (xy 89.988804 84.21531)
+ (xy 89.966267 84.281445) (xy 89.921213 84.320485) (xy 89.744594 84.410476) (xy 89.684066 84.454453)
+ (xy 89.585354 84.526172) (xy 89.585352 84.526174) (xy 89.585351 84.526174) (xy 89.446174 84.665351)
+ (xy 89.446174 84.665352) (xy 89.446172 84.665354) (xy 89.396485 84.733741) (xy 89.330476 84.824594)
+ (xy 89.241117 84.99997) (xy 89.18029 85.187173) (xy 89.1495 85.381577) (xy 89.1495 85.578422) (xy 89.18029 85.772826)
+ (xy 89.241117 85.960029) (xy 89.304506 86.084436) (xy 89.330476 86.135405) (xy 89.446172 86.294646)
+ (xy 89.585354 86.433828) (xy 89.744595 86.549524) (xy 89.867992 86.612397) (xy 89.921213 86.639515)
+ (xy 89.972009 86.687489) (xy 89.988804 86.75531) (xy 89.966267 86.821445) (xy 89.921213 86.860485)
+ (xy 89.744594 86.950476) (xy 89.653741 87.016485) (xy 89.585354 87.066172) (xy 89.585352 87.066174)
+ (xy 89.585351 87.066174) (xy 89.446174 87.205351) (xy 89.446174 87.205352) (xy 89.446172 87.205354)
+ (xy 89.413735 87.25) (xy 89.330476 87.364594) (xy 89.241117 87.53997) (xy 89.18029 87.727173) (xy 89.1495 87.921577)
+ (xy 89.1495 88.118422) (xy 89.18029 88.312826) (xy 89.241117 88.500029) (xy 89.307994 88.631282)
+ (xy 89.330476 88.675405) (xy 89.446172 88.834646) (xy 89.585354 88.973828) (xy 89.744595 89.089524)
+ (xy 89.867992 89.152397) (xy 89.921213 89.179515) (xy 89.972009 89.227489) (xy 89.988804 89.29531)
+ (xy 89.966267 89.361445) (xy 89.921213 89.400485) (xy 89.744594 89.490476) (xy 89.653741 89.556485)
+ (xy 89.585354 89.606172) (xy 89.585352 89.606174) (xy 89.585351 89.606174) (xy 89.446174 89.745351)
+ (xy 89.446174 89.745352) (xy 89.446172 89.745354) (xy 89.398845 89.810494) (xy 89.330476 89.904594)
+ (xy 89.241117 90.07997) (xy 89.18029 90.267173) (xy 89.1495 90.461577) (xy 89.1495 90.658422) (xy 89.18029 90.852826)
+ (xy 89.241117 91.040029) (xy 89.321933 91.198638) (xy 89.330476 91.215405) (xy 89.446172 91.374646)
+ (xy 89.585354 91.513828) (xy 89.744595 91.629524) (xy 89.827455 91.671743) (xy 89.91997 91.718882)
+ (xy 89.919972 91.718882) (xy 89.919975 91.718884) (xy 90.020317 91.751487) (xy 90.107173 91.779709)
+ (xy 90.301578 91.8105) (xy 90.301583 91.8105) (xy 90.498422 91.8105) (xy 90.692826 91.779709) (xy 90.695082 91.778976)
+ (xy 90.880025 91.718884) (xy 91.055405 91.629524) (xy 91.214646 91.513828) (xy 91.353828 91.374646)
+ (xy 91.469524 91.215405) (xy 91.558884 91.040025) (xy 91.619709 90.852826) (xy 91.635995 90.75)
+ (xy 91.6505 90.658422) (xy 91.6505 90.461577) (xy 91.619709 90.267173) (xy 91.560448 90.084789)
+ (xy 91.558884 90.079975) (xy 91.558882 90.079972) (xy 91.558882 90.07997) (xy 91.469523 89.904594)
+ (xy 91.452631 89.881344) (xy 91.353828 89.745354) (xy 91.214646 89.606172) (xy 91.135025 89.548324)
+ (xy 91.055403 89.490474) (xy 90.878787 89.400485) (xy 90.82799 89.352511) (xy 90.811195 89.28469)
+ (xy 90.833732 89.218555) (xy 90.878787 89.179515) (xy 91.055403 89.089525) (xy 91.055402 89.089525)
+ (xy 91.055405 89.089524) (xy 91.214646 88.973828) (xy 91.353828 88.834646) (xy 91.469524 88.675405)
+ (xy 91.558884 88.500025) (xy 91.619709 88.312826) (xy 91.619728 88.312705) (xy 91.6505 88.118422)
+ (xy 91.6505 87.921577) (xy 91.619709 87.727173) (xy 91.579296 87.602796) (xy 91.558884 87.539975)
+ (xy 91.558882 87.539972) (xy 91.558882 87.53997) (xy 91.511743 87.447455) (xy 91.469524 87.364595)
+ (xy 91.353828 87.205354) (xy 91.214646 87.066172) (xy 91.090975 86.976319) (xy 91.055403 86.950474)
+ (xy 90.878787 86.860485) (xy 90.82799 86.812511) (xy 90.811195 86.74469) (xy 90.833732 86.678555)
+ (xy 90.878787 86.639515) (xy 91.055403 86.549525) (xy 91.055402 86.549525) (xy 91.055405 86.549524)
+ (xy 91.214646 86.433828) (xy 91.353828 86.294646) (xy 91.469524 86.135405) (xy 91.558884 85.960025)
+ (xy 91.619709 85.772826) (xy 91.636685 85.665643) (xy 91.6505 85.578422) (xy 91.6505 85.381577)
+ (xy 91.619709 85.187173) (xy 91.558882 84.99997) (xy 91.469523 84.824594) (xy 91.353828 84.665354)
+ (xy 91.214646 84.526172) (xy 91.115934 84.454453) (xy 91.055403 84.410474) (xy 90.878787 84.320485)
+ (xy 90.82799 84.272511) (xy 90.811195 84.20469) (xy 90.833732 84.138555) (xy 90.878787 84.099515)
+ (xy 91.055403 84.009525) (xy 91.055402 84.009525) (xy 91.055405 84.009524) (xy 91.214646 83.893828)
+ (xy 91.353828 83.754646) (xy 91.469524 83.595405) (xy 91.469524 83.595403) (xy 91.472278 83.591614)
+ (xy 91.527608 83.548949) (xy 91.572596 83.5405) (xy 101.573331 83.5405) (xy 101.573347 83.540501)
+ (xy 101.580943 83.540501) (xy 101.739054 83.540501) (xy 101.739057 83.540501) (xy 101.891785 83.499577)
+ (xy 101.941904 83.470639) (xy 102.028716 83.42052) (xy 102.14052 83.308716) (xy 102.14052 83.308714)
+ (xy 102.150728 83.298507) (xy 102.150729 83.298504) (xy 112.787821 72.661413) (xy 112.849142 72.62793)
+ (xy 112.918834 72.632914) (xy 112.974767 72.674786) (xy 112.999184 72.74025) (xy 112.9995 72.749096)
+ (xy 112.9995 76.183408) (xy 112.999499 76.183426) (xy 112.999499 76.349132) (xy 112.999498 76.349132)
+ (xy 113.01124 76.392951) (xy 113.040423 76.501863) (xy 113.059311 76.534577) (xy 113.094303 76.595185)
+ (xy 113.119479 76.638793) (xy 113.238349 76.757663) (xy 113.238355 76.757668) (xy 115.494483 79.013796)
+ (xy 115.57448 79.093793) (xy 115.574481 79.093795) (xy 115.590975 79.110289) (xy 115.686285 79.205599)
+ (xy 115.723779 79.227246) (xy 115.73346 79.23596) (xy 115.745232 79.255062) (xy 115.760716 79.271301)
+ (xy 115.764271 79.285955) (xy 115.770117 79.295441) (xy 115.76986 79.308994) (xy 115.774501 79.32812)
+ (xy 115.774501 79.392949) (xy 115.774502 79.392956) (xy 115.780909 79.452563) (xy 115.831203 79.587408)
+ (xy 115.831204 79.587409) (xy 115.831205 79.587411) (xy 115.832439 79.589059) (xy 115.917453 79.702624)
+ (xy 115.917455 79.702626) (xy 115.924808 79.70813) (xy 115.96668 79.764061) (xy 115.9745 79.807399)
+ (xy 115.9745 79.823975) (xy 115.974499 79.823975) (xy 116.0144 79.972887) (xy 116.015424 79.976706)
+ (xy 116.03762 80.015149) (xy 116.040119 80.019478) (xy 116.040121 80.019481) (xy 116.09448 80.113635)
+ (xy 116.094482 80.113638) (xy 116.21335 80.232506) (xy 116.213356 80.232511) (xy 119.345219 83.364374)
+ (xy 119.345229 83.364385) (xy 119.349559 83.368715) (xy 119.34956 83.368716) (xy 119.461364 83.48052)
+ (xy 119.494371 83.499576) (xy 119.548175 83.530639) (xy 119.548177 83.530641) (xy 119.586231 83.552611)
+ (xy 119.598295 83.559577) (xy 119.751023 83.600501) (xy 119.751026 83.600501) (xy 119.916733 83.600501)
+ (xy 119.916749 83.6005) (xy 122.152357 83.6005) (xy 122.219396 83.620185) (xy 122.265151 83.672989)
+ (xy 122.275715 83.711898) (xy 122.285001 83.802797) (xy 122.285001 83.802799) (xy 122.340115 83.969119)
+ (xy 122.340186 83.969334) (xy 122.432288 84.118656) (xy 122.556344 84.242712) (xy 122.704927 84.334358)
+ (xy 122.705668 84.334815) (xy 122.721923 84.340201) (xy 122.752002 84.350168) (xy 122.809447 84.389938)
+ (xy 122.836272 84.454453) (xy 122.837 84.467874) (xy 122.837 85.532125) (xy 122.817315 85.599164)
+ (xy 122.764511 85.644919) (xy 122.752009 85.649829) (xy 122.705666 85.665186) (xy 122.705663 85.665187)
+ (xy 122.556342 85.757289) (xy 122.432289 85.881342) (xy 122.340187 86.030663) (xy 122.340185 86.030668)
+ (xy 122.323393 86.081344) (xy 122.285001 86.197203) (xy 122.285001 86.197204) (xy 122.285 86.197204)
+ (xy 122.2745 86.299983) (xy 122.2745 86.824901) (xy 122.254815 86.89194) (xy 122.238181 86.912582)
+ (xy 111.387584 97.763181) (xy 111.326261 97.796666) (xy 111.299903 97.7995) (xy 73.140097 97.7995)
+ (xy 73.073058 97.779815) (xy 73.052416 97.763181) (xy 68.689218 93.399983) (xy 96.0495 93.399983)
+ (xy 96.0495 94.600001) (xy 96.049501 94.600018) (xy 96.06 94.702796) (xy 96.060001 94.702799) (xy 96.094879 94.808053)
+ (xy 96.115186 94.869334) (xy 96.207288 95.018656) (xy 96.331344 95.142712) (xy 96.480666 95.234814)
+ (xy 96.647203 95.289999) (xy 96.749991 95.3005) (xy 99.850008 95.300499) (xy 99.952797 95.289999)
+ (xy 100.119334 95.234814) (xy 100.268656 95.142712) (xy 100.392712 95.018656) (xy 100.484814 94.869334)
+ (xy 100.539999 94.702797) (xy 100.5505 94.600009) (xy 100.5505 94.599986) (xy 101.450001 94.599986)
+ (xy 101.460494 94.702697) (xy 101.515641 94.869119) (xy 101.515643 94.869124) (xy 101.607684 95.018345)
+ (xy 101.731654 95.142315) (xy 101.880875 95.234356) (xy 101.88088 95.234358) (xy 102.047302 95.289505)
+ (xy 102.047309 95.289506) (xy 102.150019 95.299999) (xy 103.449999 95.299999) (xy 103.95 95.299999)
+ (xy 105.249972 95.299999) (xy 105.249986 95.299998) (xy 105.352697 95.289505) (xy 105.519119 95.234358)
+ (xy 105.519124 95.234356) (xy 105.668345 95.142315) (xy 105.792315 95.018345) (xy 105.884356 94.869124)
+ (xy 105.884358 94.869119) (xy 105.939505 94.702697) (xy 105.939506 94.70269) (xy 105.949999 94.599986)
+ (xy 105.95 94.599973) (xy 105.95 94.25) (xy 103.95 94.25) (xy 103.95 95.299999) (xy 103.449999 95.299999)
+ (xy 103.45 95.299998) (xy 103.45 94.25) (xy 101.450001 94.25) (xy 101.450001 94.599986) (xy 100.5505 94.599986)
+ (xy 100.550499 93.957684) (xy 100.550499 93.400013) (xy 101.45 93.400013) (xy 101.45 93.75) (xy 103.45 93.75)
+ (xy 103.95 93.75) (xy 105.949999 93.75) (xy 105.949999 93.400028) (xy 105.949998 93.400013) (xy 105.939505 93.297302)
+ (xy 105.884358 93.13088) (xy 105.884356 93.130875) (xy 105.792315 92.981654) (xy 105.668345 92.857684)
+ (xy 105.519124 92.765643) (xy 105.519119 92.765641) (xy 105.352697 92.710494) (xy 105.35269 92.710493)
+ (xy 105.249986 92.7) (xy 103.95 92.7) (xy 103.95 93.75) (xy 103.45 93.75) (xy 103.45 92.7) (xy 102.150028 92.7)
+ (xy 102.150012 92.700001) (xy 102.047302 92.710494) (xy 101.88088 92.765641) (xy 101.880875 92.765643)
+ (xy 101.731654 92.857684) (xy 101.607684 92.981654) (xy 101.515643 93.130875) (xy 101.515641 93.13088)
+ (xy 101.460494 93.297302) (xy 101.460493 93.297309) (xy 101.45 93.400013) (xy 100.550499 93.400013)
+ (xy 100.550499 93.399998) (xy 100.550498 93.399981) (xy 100.539999 93.297203) (xy 100.539998 93.2972)
+ (xy 100.484814 93.130666) (xy 100.392712 92.981344) (xy 100.268656 92.857288) (xy 100.119334 92.765186)
+ (xy 99.952797 92.710001) (xy 99.952795 92.71) (xy 99.85001 92.6995) (xy 96.749998 92.6995) (xy 96.749981 92.699501)
+ (xy 96.647203 92.71) (xy 96.6472 92.710001) (xy 96.480668 92.765185) (xy 96.480663 92.765187) (xy 96.331342 92.857289)
+ (xy 96.207289 92.981342) (xy 96.115187 93.130663) (xy 96.115185 93.130668) (xy 96.115115 93.13088)
+ (xy 96.060001 93.297203) (xy 96.060001 93.297204) (xy 96.06 93.297204) (xy 96.0495 93.399983) (xy 68.689218 93.399983)
+ (xy 66.253768 90.964533) (xy 66.220283 90.90321) (xy 66.218976 90.857454) (xy 66.2505 90.658422)
+ (xy 66.2505 90.461577) (xy 66.219709 90.267173) (xy 66.160448 90.084789) (xy 66.158884 90.079975)
+ (xy 66.158882 90.079972) (xy 66.158882 90.07997) (xy 66.069523 89.904594) (xy 66.052631 89.881344)
+ (xy 65.953828 89.745354) (xy 65.814646 89.606172) (xy 65.655405 89.490476) (xy 65.480025 89.401116)
+ (xy 65.480024 89.401115) (xy 65.478235 89.400204) (xy 65.427439 89.35223) (xy 65.410644 89.284409)
+ (xy 65.433181 89.218274) (xy 65.478236 89.179234) (xy 65.655141 89.089097) (xy 65.690125 89.063678)
+ (xy 65.690126 89.063678) (xy 65.088585 88.462137) (xy 65.173694 88.439333) (xy 65.276306 88.38009)
+ (xy 65.36009 88.296306) (xy 65.419333 88.193694) (xy 65.442138 88.108585) (xy 66.043678 88.710126)
+ (xy 66.043678 88.710125) (xy 66.069095 88.675143) (xy 66.158418 88.499835) (xy 66.219221 88.312705)
+ (xy 66.25 88.118382) (xy 66.25 87.921617) (xy 66.219221 87.727294) (xy 66.158418 87.540164) (xy 66.069096 87.364858)
+ (xy 66.043678 87.329873) (xy 66.043677 87.329873) (xy 65.442137 87.931413) (xy 65.419333 87.846306)
+ (xy 65.36009 87.743694) (xy 65.276306 87.65991) (xy 65.173694 87.600667) (xy 65.088584 87.577861)
+ (xy 65.690125 86.97632) (xy 65.690125 86.976319) (xy 65.655145 86.950905) (xy 65.478235 86.860765)
+ (xy 65.427439 86.81279) (xy 65.410644 86.744969) (xy 65.433182 86.678834) (xy 65.478236 86.639795)
+ (xy 65.480022 86.638884) (xy 65.480025 86.638884) (xy 65.655405 86.549524) (xy 65.814646 86.433828)
+ (xy 65.953828 86.294646) (xy 66.069524 86.135405) (xy 66.158884 85.960025) (xy 66.219709 85.772826)
+ (xy 66.236685 85.665643) (xy 66.2505 85.578422) (xy 66.2505 85.381577) (xy 66.219709 85.187173)
+ (xy 66.158882 84.99997) (xy 66.069523 84.824594) (xy 65.953828 84.665354) (xy 65.814646 84.526172)
+ (xy 65.715934 84.454453) (xy 65.655403 84.410474) (xy 65.478787 84.320485) (xy 65.42799 84.272511)
+ (xy 65.411195 84.20469) (xy 65.433732 84.138555) (xy 65.478787 84.099515) (xy 65.655403 84.009525)
+ (xy 65.655402 84.009525) (xy 65.655405 84.009524) (xy 65.814646 83.893828) (xy 65.953828 83.754646)
+ (xy 66.069524 83.595405) (xy 66.158884 83.420025) (xy 66.219709 83.232826) (xy 66.225124 83.198638)
+ (xy 66.2505 83.038422) (xy 66.2505 82.841577) (xy 66.219709 82.647173) (xy 66.158882 82.45997) (xy 66.077387 82.300028)
+ (xy 66.069524 82.284595) (xy 65.953828 82.125354) (xy 65.814646 81.986172) (xy 65.695353 81.8995)
+ (xy 65.655403 81.870474) (xy 65.478787 81.780485) (xy 65.42799 81.732511) (xy 65.411195 81.66469)
+ (xy 65.433732 81.598555) (xy 65.478787 81.559515) (xy 65.655403 81.469525) (xy 65.655402 81.469525)
+ (xy 65.655405 81.469524) (xy 65.814646 81.353828) (xy 65.953828 81.214646) (xy 66.069524 81.055405)
+ (xy 66.158884 80.880025) (xy 66.219709 80.692826) (xy 66.233968 80.602797) (xy 66.2505 80.498422)
+ (xy 66.2505 80.301577) (xy 66.219709 80.107173) (xy 66.158882 79.91997) (xy 66.094527 79.793666)
+ (xy 66.069524 79.744595) (xy 65.953828 79.585354) (xy 65.814646 79.446172) (xy 65.70944 79.369735)
+ (xy 65.655403 79.330474) (xy 65.478787 79.240485) (xy 65.42799 79.192511) (xy 65.411195 79.12469)
+ (xy 65.433732 79.058555) (xy 65.478787 79.019515) (xy 65.655403 78.929525) (xy 65.655402 78.929525)
+ (xy 65.655405 78.929524) (xy 65.814646 78.813828) (xy 65.953828 78.674646) (xy 66.069524 78.515405)
+ (xy 66.158884 78.340025) (xy 66.219709 78.152826) (xy 66.2505 77.958422) (xy 66.2505 77.761577)
+ (xy 66.219709 77.567173) (xy 66.182469 77.452562) (xy 66.158884 77.379975) (xy 66.158882 77.379972)
+ (xy 66.158882 77.37997) (xy 66.069523 77.204594) (xy 65.953828 77.045354) (xy 65.814646 76.906172)
+ (xy 65.678095 76.806961) (xy 65.655403 76.790474) (xy 65.478787 76.700485) (xy 65.42799 76.652511)
+ (xy 65.411195 76.58469) (xy 65.433732 76.518555) (xy 65.478787 76.479515) (xy 65.655403 76.389525)
+ (xy 65.655402 76.389525) (xy 65.655405 76.389524) (xy 65.814646 76.273828) (xy 65.953828 76.134646)
+ (xy 66.069524 75.975405) (xy 66.158884 75.800025) (xy 66.219709 75.612826) (xy 66.235388 75.513831)
+ (xy 66.2505 75.418422) (xy 66.2505 75.221577) (xy 66.219709 75.027173) (xy 66.158882 74.83997) (xy 66.111249 74.746486)
+ (xy 66.069524 74.664595) (xy 65.953828 74.505354) (xy 65.814646 74.366172) (xy 65.706478 74.287583)
+ (xy 65.655403 74.250474) (xy 65.478787 74.160485) (xy 65.42799 74.112511) (xy 65.411195 74.04469)
+ (xy 65.433732 73.978555) (xy 65.478787 73.939515) (xy 65.655403 73.849525) (xy 65.655402 73.849525)
+ (xy 65.655405 73.849524) (xy 65.814646 73.733828) (xy 65.953828 73.594646) (xy 66.069524 73.435405)
+ (xy 66.158884 73.260025) (xy 66.219709 73.072826) (xy 66.223174 73.050951) (xy 66.2505 72.878422)
+ (xy 66.2505 72.681577) (xy 66.219709 72.487173) (xy 66.158882 72.29997) (xy 66.069523 72.124594)
+ (xy 66.05695 72.107289) (xy 65.953828 71.965354) (xy 65.814646 71.826172) (xy 65.735025 71.768324)
+ (xy 65.655403 71.710474) (xy 65.478787 71.620485) (xy 65.42799 71.572511) (xy 65.411195 71.50469)
+ (xy 65.433732 71.438555) (xy 65.478787 71.399515) (xy 65.655403 71.309525) (xy 65.655402 71.309525)
+ (xy 65.655405 71.309524) (xy 65.814646 71.193828) (xy 65.953828 71.054646) (xy 66.069524 70.895405)
+ (xy 66.158884 70.720025) (xy 66.219709 70.532826) (xy 66.230357 70.465598) (xy 66.2505 70.338422)
+ (xy 66.2505 70.141577) (xy 66.219709 69.947173) (xy 66.187724 69.848735) (xy 66.158884 69.759975)
+ (xy 66.158882 69.759972) (xy 66.158882 69.75997) (xy 66.069523 69.584594) (xy 65.953828 69.425354)
+ (xy 65.814646 69.286172) (xy 65.688518 69.194534) (xy 65.655403 69.170474) (xy 65.478787 69.080485)
+ (xy 65.42799 69.032511) (xy 65.411195 68.96469) (xy 65.433732 68.898555) (xy 65.478787 68.859515)
+ (xy 65.655403 68.769525) (xy 65.655402 68.769525) (xy 65.655405 68.769524) (xy 65.814646 68.653828)
+ (xy 65.953828 68.514646) (xy 66.069524 68.355405) (xy 66.158884 68.180025) (xy 66.219709 67.992826)
+ (xy 66.221325 67.98262) (xy 66.2505 67.798422) (xy 66.2505 67.601577) (xy 66.219709 67.407173) (xy 66.158882 67.21997)
+ (xy 66.069523 67.044594) (xy 65.953828 66.885354) (xy 65.814646 66.746172) (xy 65.708215 66.668845)
+ (xy 65.655403 66.630474) (xy 65.478787 66.540485) (xy 65.42799 66.492511) (xy 65.411195 66.42469)
+ (xy 65.433732 66.358555) (xy 65.478787 66.319515) (xy 65.655403 66.229525) (xy 65.655402 66.229525)
+ (xy 65.655405 66.229524) (xy 65.814646 66.113828) (xy 65.953828 65.974646) (xy 66.069524 65.815405)
+ (xy 66.158884 65.640025) (xy 66.219709 65.452826) (xy 66.2505 65.258422) (xy 66.2505 65.061577)
+ (xy 66.219709 64.867173) (xy 66.158882 64.67997) (xy 66.079925 64.525009) (xy 66.069524 64.504595)
+ (xy 65.953828 64.345354) (xy 65.814646 64.206172) (xy 65.688518 64.114534) (xy 65.655403 64.090474)
+ (xy 65.478787 64.000485) (xy 65.42799 63.952511) (xy 65.411195 63.88469) (xy 65.433732 63.818555)
+ (xy 65.478787 63.779515) (xy 65.655403 63.689525) (xy 65.655402 63.689525) (xy 65.655405 63.689524)
+ (xy 65.814646 63.573828) (xy 65.953828 63.434646) (xy 66.069524 63.275405) (xy 66.158884 63.100025)
+ (xy 66.219709 62.912826) (xy 66.231214 62.840185) (xy 66.2505 62.718422) (xy 66.2505 62.521577)
+ (xy 66.219709 62.327173) (xy 66.17855 62.2005) (xy 66.158884 62.139975) (xy 66.158882 62.139972)
+ (xy 66.158882 62.13997) (xy 66.069523 61.964594) (xy 66.060092 61.951613) (xy 65.953828 61.805354)
+ (xy 65.814646 61.666172) (xy 65.688518 61.574534) (xy 65.655403 61.550474) (xy 65.478787 61.460485)
+ (xy 65.42799 61.412511) (xy 65.411195 61.34469) (xy 65.433732 61.278555) (xy 65.478787 61.239515)
+ (xy 65.655403 61.149525) (xy 65.655402 61.149525) (xy 65.655405 61.149524) (xy 65.814646 61.033828)
+ (xy 65.953828 60.894646) (xy 66.069524 60.735405) (xy 66.158884 60.560025) (xy 66.219709 60.372826)
+ (xy 66.2505 60.178422) (xy 66.2505 59.981577) (xy 66.219709 59.787173) (xy 66.158882 59.59997) (xy 66.069523 59.424594)
+ (xy 66.060092 59.411613) (xy 65.953828 59.265354) (xy 65.814646 59.126172) (xy 65.688518 59.034534)
+ (xy 65.655403 59.010474) (xy 65.478787 58.920485) (xy 65.42799 58.872511) (xy 65.411195 58.80469)
+ (xy 65.433732 58.738555) (xy 65.478787 58.699515) (xy 65.655403 58.609525) (xy 65.655402 58.609525)
+ (xy 65.655405 58.609524) (xy 65.814646 58.493828) (xy 65.953828 58.354646) (xy 66.069524 58.195405)
+ (xy 66.158884 58.020025) (xy 66.219709 57.832826) (xy 66.234662 57.738417) (xy 66.2505 57.638422)
+ (xy 66.2505 57.441577) (xy 66.219709 57.247173) (xy 66.158882 57.05997) (xy 66.069523 56.884594)
+ (xy 66.060092 56.871613) (xy 65.953828 56.725354) (xy 65.814646 56.586172) (xy 65.661377 56.474815)
+ (xy 65.618714 56.419487) (xy 65.612735 56.349873) (xy 65.645341 56.288078) (xy 65.70618 56.253721)
+ (xy 65.734264 56.250499) (xy 65.797872 56.250499) (xy 65.857483 56.244091) (xy 65.992331 56.193796)
+ (xy 66.107546 56.107546) (xy 66.193796 55.992331) (xy 66.244091 55.857483) (xy 66.2505 55.797873)
+ (xy 66.250499 54.202128) (xy 66.244091 54.142517) (xy 66.209584 54.05) (xy 66.193797 54.007671)
+ (xy 66.193793 54.007664) (xy 66.107547 53.892455) (xy 66.107544 53.892452) (xy 65.992335 53.806206)
+ (xy 65.992328 53.806202) (xy 65.857482 53.755908) (xy 65.857483 53.755908) (xy 65.797883 53.749501)
+ (xy 65.797881 53.7495) (xy 65.797873 53.7495) (xy 65.797864 53.7495) (xy 64.202129 53.7495) (xy 64.202123 53.749501)
+ (xy 64.142516 53.755908) (xy 64.007671 53.806202) (xy 64.007664 53.806206) (xy 63.892455 53.892452)
+ (xy 63.892452 53.892455) (xy 63.806206 54.007664) (xy 63.806202 54.007671) (xy 63.755908 54.142517)
+ (xy 63.751303 54.185354) (xy 63.749501 54.202123) (xy 63.7495 54.202135) (xy 63.7495 55.79787) (xy 63.749501 55.797876)
+ (xy 63.755908 55.857483) (xy 63.806202 55.992328) (xy 63.806206 55.992335) (xy 63.892452 56.107544)
+ (xy 63.892455 56.107547) (xy 64.007664 56.193793) (xy 64.007671 56.193797) (xy 64.142517 56.244091)
+ (xy 64.142516 56.244091) (xy 64.149444 56.244835) (xy 64.202127 56.2505) (xy 64.265733 56.250499)
+ (xy 64.33277 56.270183) (xy 64.378526 56.322986) (xy 64.38847 56.392144) (xy 64.359446 56.4557)
+ (xy 64.338619 56.474816) (xy 64.185354 56.586171) (xy 64.046174 56.725351) (xy 64.046174 56.725352)
+ (xy 64.046172 56.725354) (xy 63.996485 56.793741) (xy 63.930476 56.884594) (xy 63.841117 57.05997)
+ (xy 63.78029 57.247173) (xy 63.7495 57.441577) (xy 63.7495 57.638422) (xy 63.78029 57.832826) (xy 63.841117 58.020029)
+ (xy 63.930476 58.195405) (xy 64.046172 58.354646) (xy 64.185354 58.493828) (xy 64.344595 58.609524)
+ (xy 64.380166 58.627648) (xy 64.521213 58.699515) (xy 64.572009 58.747489) (xy 64.588804 58.81531)
+ (xy 64.566267 58.881445) (xy 64.521213 58.920485) (xy 64.344594 59.010476) (xy 64.311482 59.034534)
+ (xy 64.185354 59.126172) (xy 64.185352 59.126174) (xy 64.185351 59.126174) (xy 64.046174 59.265351)
+ (xy 64.046174 59.265352) (xy 64.046172 59.265354) (xy 63.996485 59.333741) (xy 63.930476 59.424594)
+ (xy 63.841117 59.59997) (xy 63.78029 59.787173) (xy 63.7495 59.981577) (xy 63.7495 60.178422) (xy 63.78029 60.372826)
+ (xy 63.841117 60.560029) (xy 63.930476 60.735405) (xy 64.046172 60.894646) (xy 64.185354 61.033828)
+ (xy 64.344595 61.149524) (xy 64.380166 61.167648) (xy 64.521213 61.239515) (xy 64.572009 61.287489)
+ (xy 64.588804 61.35531) (xy 64.566267 61.421445) (xy 64.521213 61.460485) (xy 64.344594 61.550476)
+ (xy 64.311482 61.574534) (xy 64.185354 61.666172) (xy 64.185352 61.666174) (xy 64.185351 61.666174)
+ (xy 64.046174 61.805351) (xy 64.046174 61.805352) (xy 64.046172 61.805354) (xy 63.996485 61.873741)
+ (xy 63.930476 61.964594) (xy 63.841117 62.13997) (xy 63.78029 62.327173) (xy 63.7495 62.521577)
+ (xy 63.7495 62.718422) (xy 63.78029 62.912826) (xy 63.841117 63.100029) (xy 63.917747 63.250423)
+ (xy 63.930476 63.275405) (xy 64.046172 63.434646) (xy 64.185354 63.573828) (xy 64.344595 63.689524)
+ (xy 64.380166 63.707648) (xy 64.521213 63.779515) (xy 64.572009 63.827489) (xy 64.588804 63.89531)
+ (xy 64.566267 63.961445) (xy 64.521213 64.000485) (xy 64.344594 64.090476) (xy 64.311482 64.114534)
+ (xy 64.185354 64.206172) (xy 64.185352 64.206174) (xy 64.185351 64.206174) (xy 64.046174 64.345351)
+ (xy 64.046174 64.345352) (xy 64.046172 64.345354) (xy 63.99884 64.4105) (xy 63.930476 64.504594)
+ (xy 63.841117 64.67997) (xy 63.78029 64.867173) (xy 63.7495 65.061577) (xy 63.7495 65.258422) (xy 63.78029 65.452826)
+ (xy 63.841117 65.640029) (xy 63.88828 65.732591) (xy 63.930476 65.815405) (xy 64.046172 65.974646)
+ (xy 64.185354 66.113828) (xy 64.344595 66.229524) (xy 64.380166 66.247648) (xy 64.521213 66.319515)
+ (xy 64.572009 66.367489) (xy 64.588804 66.43531) (xy 64.566267 66.501445) (xy 64.521213 66.540485)
+ (xy 64.344594 66.630476) (xy 64.253741 66.696485) (xy 64.185354 66.746172) (xy 64.185352 66.746174)
+ (xy 64.185351 66.746174) (xy 64.046174 66.885351) (xy 64.046174 66.885352) (xy 64.046172 66.885354)
+ (xy 64.02538 66.913972) (xy 63.930476 67.044594) (xy 63.841117 67.21997) (xy 63.78029 67.407173)
+ (xy 63.7495 67.601577) (xy 63.7495 67.798422) (xy 63.78029 67.992826) (xy 63.841117 68.180029) (xy 63.88828 68.272591)
+ (xy 63.930476 68.355405) (xy 64.046172 68.514646) (xy 64.185354 68.653828) (xy 64.344595 68.769524)
+ (xy 64.380166 68.787648) (xy 64.521213 68.859515) (xy 64.572009 68.907489) (xy 64.588804 68.97531)
+ (xy 64.566267 69.041445) (xy 64.521213 69.080485) (xy 64.344594 69.170476) (xy 64.311482 69.194534)
+ (xy 64.185354 69.286172) (xy 64.185352 69.286174) (xy 64.185351 69.286174) (xy 64.046174 69.425351)
+ (xy 64.046174 69.425352) (xy 64.046172 69.425354) (xy 64.007155 69.479056) (xy 63.930476 69.584594)
+ (xy 63.841117 69.75997) (xy 63.78029 69.947173) (xy 63.7495 70.141577) (xy 63.7495 70.338422) (xy 63.78029 70.532826)
+ (xy 63.841117 70.720029) (xy 63.930476 70.895405) (xy 64.046172 71.054646) (xy 64.185354 71.193828)
+ (xy 64.344595 71.309524) (xy 64.423981 71.349973) (xy 64.521213 71.399515) (xy 64.572009 71.447489)
+ (xy 64.588804 71.51531) (xy 64.566267 71.581445) (xy 64.521213 71.620485) (xy 64.344594 71.710476)
+ (xy 64.253741 71.776485) (xy 64.185354 71.826172) (xy 64.185352 71.826174) (xy 64.185351 71.826174)
+ (xy 64.046174 71.965351) (xy 64.046174 71.965352) (xy 64.046172 71.965354) (xy 64.009967 72.015186)
+ (xy 63.930476 72.124594) (xy 63.841117 72.29997) (xy 63.78029 72.487173) (xy 63.7495 72.681577)
+ (xy 63.7495 72.878422) (xy 63.78029 73.072826) (xy 63.841117 73.260029) (xy 63.925179 73.425009)
+ (xy 63.930476 73.435405) (xy 64.046172 73.594646) (xy 64.185354 73.733828) (xy 64.344595 73.849524)
+ (xy 64.467992 73.912397) (xy 64.521213 73.939515) (xy 64.572009 73.987489) (xy 64.588804 74.05531)
+ (xy 64.566267 74.121445) (xy 64.521213 74.160485) (xy 64.344594 74.250476) (xy 64.253741 74.316485)
+ (xy 64.185354 74.366172) (xy 64.185352 74.366174) (xy 64.185351 74.366174) (xy 64.046174 74.505351)
+ (xy 64.046174 74.505352) (xy 64.046172 74.505354) (xy 63.996485 74.573741) (xy 63.930476 74.664594)
+ (xy 63.841117 74.83997) (xy 63.78029 75.027173) (xy 63.7495 75.221577) (xy 63.7495 75.418422) (xy 63.78029 75.612826)
+ (xy 63.841117 75.800029) (xy 63.875409 75.86733) (xy 63.930476 75.975405) (xy 64.046172 76.134646)
+ (xy 64.185354 76.273828) (xy 64.344595 76.389524) (xy 64.467992 76.452397) (xy 64.521213 76.479515)
+ (xy 64.572009 76.527489) (xy 64.588804 76.59531) (xy 64.566267 76.661445) (xy 64.521213 76.700485)
+ (xy 64.344594 76.790476) (xy 64.321905 76.806961) (xy 64.185354 76.906172) (xy 64.185352 76.906174)
+ (xy 64.185351 76.906174) (xy 64.046174 77.045351) (xy 64.046174 77.045352) (xy 64.046172 77.045354)
+ (xy 63.996485 77.113741) (xy 63.930476 77.204594) (xy 63.841117 77.37997) (xy 63.78029 77.567173)
+ (xy 63.7495 77.761577) (xy 63.7495 77.958422) (xy 63.78029 78.152826) (xy 63.841117 78.340029) (xy 63.909929 78.475079)
+ (xy 63.930476 78.515405) (xy 64.046172 78.674646) (xy 64.185354 78.813828) (xy 64.344595 78.929524)
+ (xy 64.442049 78.979179) (xy 64.521213 79.019515) (xy 64.572009 79.067489) (xy 64.588804 79.13531)
+ (xy 64.566267 79.201445) (xy 64.521213 79.240485) (xy 64.344594 79.330476) (xy 64.258616 79.392944)
+ (xy 64.185354 79.446172) (xy 64.185352 79.446174) (xy 64.185351 79.446174) (xy 64.046174 79.585351)
+ (xy 64.046174 79.585352) (xy 64.046172 79.585354) (xy 63.996485 79.653741) (xy 63.930476 79.744594)
+ (xy 63.841117 79.91997) (xy 63.78029 80.107173) (xy 63.7495 80.301577) (xy 63.7495 80.498422) (xy 63.78029 80.692826)
+ (xy 63.841117 80.880029) (xy 63.923806 81.042315) (xy 63.930476 81.055405) (xy 64.046172 81.214646)
+ (xy 64.185354 81.353828) (xy 64.344595 81.469524) (xy 64.45998 81.528315) (xy 64.521213 81.559515)
+ (xy 64.572009 81.607489) (xy 64.588804 81.67531) (xy 64.566267 81.741445) (xy 64.521213 81.780485)
+ (xy 64.344594 81.870476) (xy 64.304647 81.8995) (xy 64.185354 81.986172) (xy 64.185352 81.986174)
+ (xy 64.185351 81.986174) (xy 64.046174 82.125351) (xy 64.046174 82.125352) (xy 64.046172 82.125354)
+ (xy 63.996485 82.193741) (xy 63.930476 82.284594) (xy 63.841117 82.45997) (xy 63.78029 82.647173)
+ (xy 63.7495 82.841577) (xy 63.7495 83.038422) (xy 63.78029 83.232826) (xy 63.841117 83.420029) (xy 63.91222 83.559575)
+ (xy 63.930476 83.595405) (xy 64.046172 83.754646) (xy 64.185354 83.893828) (xy 64.344595 84.009524)
+ (xy 64.467992 84.072397) (xy 64.521213 84.099515) (xy 64.572009 84.147489) (xy 64.588804 84.21531)
+ (xy 64.566267 84.281445) (xy 64.521213 84.320485) (xy 64.344594 84.410476) (xy 64.284066 84.454453)
+ (xy 64.185354 84.526172) (xy 64.185352 84.526174) (xy 64.185351 84.526174) (xy 64.046174 84.665351)
+ (xy 64.046174 84.665352) (xy 64.046172 84.665354) (xy 63.996485 84.733741) (xy 63.930476 84.824594)
+ (xy 63.841117 84.99997) (xy 63.78029 85.187173) (xy 63.7495 85.381577) (xy 63.7495 85.578422) (xy 63.78029 85.772826)
+ (xy 63.841117 85.960029) (xy 63.904506 86.084436) (xy 63.930476 86.135405) (xy 64.046172 86.294646)
+ (xy 64.185354 86.433828) (xy 64.276429 86.499998) (xy 64.344596 86.549525) (xy 64.521763 86.639795)
+ (xy 64.57256 86.687769) (xy 64.589355 86.75559) (xy 64.566818 86.821725) (xy 64.521764 86.860765)
+ (xy 64.344859 86.950902) (xy 64.309873 86.97632) (xy 64.309872 86.97632) (xy 64.911415 87.577861)
+ (xy 64.826306 87.600667) (xy 64.723694 87.65991) (xy 64.63991 87.743694) (xy 64.580667 87.846306)
+ (xy 64.557861 87.931414) (xy 63.95632 87.329872) (xy 63.95632 87.329873) (xy 63.930902 87.364859)
+ (xy 63.930899 87.364863) (xy 63.841582 87.540161) (xy 63.780778 87.727294) (xy 63.75 87.921617)
+ (xy 63.75 88.118382) (xy 63.780778 88.312705) (xy 63.841581 88.499835) (xy 63.930905 88.675145)
+ (xy 63.956319 88.710125) (xy 63.95632 88.710125) (xy 64.557861 88.108584) (xy 64.580667 88.193694)
+ (xy 64.63991 88.296306) (xy 64.723694 88.38009) (xy 64.826306 88.439333) (xy 64.911414 88.462137)
+ (xy 64.309873 89.063677) (xy 64.309873 89.063678) (xy 64.344858 89.089096) (xy 64.521764 89.179234)
+ (xy 64.57256 89.227209) (xy 64.589355 89.29503) (xy 64.566818 89.361164) (xy 64.521764 89.400204)
+ (xy 64.344594 89.490476) (xy 64.253741 89.556485) (xy 64.185354 89.606172) (xy 64.185352 89.606174)
+ (xy 64.185351 89.606174) (xy 64.046174 89.745351) (xy 64.046174 89.745352) (xy 64.046172 89.745354)
+ (xy 63.998845 89.810494) (xy 63.930476 89.904594) (xy 63.841117 90.07997) (xy 63.78029 90.267173)
+ (xy 63.7495 90.461577) (xy 63.7495 90.658422) (xy 63.78029 90.852826) (xy 63.841117 91.040029) (xy 63.921933 91.198638)
+ (xy 63.930476 91.215405) (xy 64.046172 91.374646) (xy 64.185354 91.513828) (xy 64.344595 91.629524)
+ (xy 64.427455 91.671743) (xy 64.51997 91.718882) (xy 64.519972 91.718882) (xy 64.519975 91.718884)
+ (xy 64.620317 91.751487) (xy 64.707173 91.779709) (xy 64.901578 91.8105) (xy 64.901583 91.8105)
+ (xy 65.098422 91.8105) (xy 65.297454 91.778976) (xy 65.366747 91.78793) (xy 65.404533 91.813768)
+ (xy 72.355139 98.764374) (xy 72.355149 98.764385) (xy 72.359479 98.768715) (xy 72.35948 98.768716)
+ (xy 72.471284 98.88052) (xy 72.471286 98.880521) (xy 72.47129 98.880524) (xy 72.608209 98.959573)
+ (xy 72.608216 98.959577) (xy 72.720019 98.989534) (xy 72.760942 99.0005) (xy 72.760943 99.0005)
+ (xy 72.760944 99.0005) (xy 111.520939 99.0005) (xy 111.520943 99.000501) (xy 111.679057 99.000501)
+ (xy 111.679061 99.0005) (xy 132.913331 99.0005) (xy 132.913347 99.000501) (xy 132.920943 99.000501)
+ (xy 133.079054 99.000501) (xy 133.079057 99.000501) (xy 133.231785 98.959577) (xy 133.281904 98.930639)
+ (xy 133.368716 98.88052) (xy 133.48052 98.768716) (xy 133.48052 98.768714) (xy 133.490728 98.758507)
+ (xy 133.49073 98.758504) (xy 135.287819 96.961415) (xy 135.349142 96.92793) (xy 135.418834 96.932914)
+ (xy 135.474767 96.974786) (xy 135.499184 97.04025) (xy 135.4995 97.049096) (xy 135.4995 97.140431)
+ (xy 135.530942 97.419494) (xy 135.530945 97.419512) (xy 135.593439 97.693317) (xy 135.593443 97.693329)
+ (xy 135.6862 97.958411) (xy 135.808053 98.211442) (xy 135.808055 98.211445) (xy 135.957477 98.449248)
+ (xy 136.132584 98.668825) (xy 136.331175 98.867416) (xy 136.550752 99.042523) (xy 136.788555 99.191945)
+ (xy 136.78856 99.191948) (xy 136.937721 99.26378) (xy 136.989581 99.310602) (xy 137.007894 99.378029)
+ (xy 136.986846 99.444653) (xy 136.93312 99.489322) (xy 136.88392 99.4995) (xy 64.11608 99.4995)
+ (xy 64.049041 99.479815) (xy 64.003286 99.427011) (xy 63.993342 99.357853) (xy 64.022367 99.294297)
+ (xy 64.062279 99.26378) (xy 64.211439 99.191948) (xy 64.211439 99.191947) (xy 64.211445 99.191945)
+ (xy 64.449248 99.042523) (xy 64.668825 98.867416) (xy 64.867416 98.668825) (xy 65.042523 98.449248)
+ (xy 65.191945 98.211445) (xy 65.313801 97.958408) (xy 65.40656 97.693318) (xy 65.469055 97.419509)
+ (xy 65.5005 97.140425) (xy 65.5005 96.859575) (xy 65.469055 96.580491) (xy 65.40656 96.306682) (xy 65.313801 96.041592)
+ (xy 65.191945 95.788555) (xy 65.042523 95.550752) (xy 64.867416 95.331175) (xy 64.668825 95.132584)
+ (xy 64.449248 94.957477) (xy 64.211445 94.808055) (xy 64.211442 94.808053) (xy 63.958411 94.6862)
+ (xy 63.693329 94.593443) (xy 63.693317 94.593439) (xy 63.419512 94.530945) (xy 63.419494 94.530942)
+ (xy 63.140431 94.4995) (xy 63.140425 94.4995) (xy 62.859575 94.4995) (xy 62.859568 94.4995) (xy 62.580505 94.530942)
+ (xy 62.580487 94.530945) (xy 62.306682 94.593439) (xy 62.30667 94.593443) (xy 62.041588 94.6862)
+ (xy 61.788557 94.808053) (xy 61.550753 94.957476) (xy 61.331175 95.132583) (xy 61.132583 95.331175)
+ (xy 60.957476 95.550753) (xy 60.808053 95.788557) (xy 60.73622 95.937721) (xy 60.689398 95.98958)
+ (xy 60.62197 96.007893) (xy 60.555347 95.986845) (xy 60.510678 95.933119) (xy 60.5005 95.883919)
+ (xy 60.5005 44.11608) (xy 60.520185 44.049041) (xy 60.572989 44.003286) (xy 60.642147 43.993342)
+ (xy 60.705703 44.022367) (xy 60.73622 44.062279) (xy 60.808051 44.211439) (xy 60.816567 44.224992)
+ (xy 60.957477 44.449248) (xy 61.132584 44.668825) (xy 61.331175 44.867416) (xy 61.550752 45.042523)
+ (xy 61.788555 45.191945) (xy 62.041592 45.313801) (xy 62.24068 45.383465) (xy 62.30667 45.406556)
+ (xy 62.306682 45.40656) (xy 62.580491 45.469055) (xy 62.580497 45.469055) (xy 62.580505 45.469057)
+ (xy 62.766547 45.490018) (xy 62.859569 45.500499) (xy 62.859572 45.5005) (xy 62.859575 45.5005)
+ (xy 63.140428 45.5005) (xy 63.140429 45.500499) (xy 63.283055 45.484429) (xy 63.419494 45.469057)
+ (xy 63.419499 45.469056) (xy 63.419509 45.469055) (xy 63.693318 45.40656) (xy 63.958408 45.313801)
+ (xy 64.211445 45.191945) (xy 64.449248 45.042523) (xy 64.668825 44.867416) (xy 64.867416 44.668825)
+ (xy 65.042523 44.449248) (xy 65.183438 44.224983) (xy 94.6495 44.224983) (xy 94.6495 45.775001)
+ (xy 94.649501 45.775018) (xy 94.66 45.877796) (xy 94.660001 45.877799) (xy 94.705894 46.016294)
+ (xy 94.715186 46.044334) (xy 94.807288 46.193656) (xy 94.931344 46.317712) (xy 95.080666 46.409814)
+ (xy 95.247203 46.464999) (xy 95.349991 46.4755) (xy 96.650008 46.475499) (xy 96.752797 46.464999)
+ (xy 96.919334 46.409814) (xy 97.068656 46.317712) (xy 97.192712 46.193656) (xy 97.284814 46.044334)
+ (xy 97.284814 46.044331) (xy 97.288178 46.038879) (xy 97.340126 45.992154) (xy 97.409088 45.980931)
+ (xy 97.47317 46.008774) (xy 97.481398 46.016294) (xy 97.620213 46.155109) (xy 97.792179 46.280048)
+ (xy 97.792181 46.280049) (xy 97.792184 46.280051) (xy 97.981588 46.376557) (xy 98.183757 46.442246)
+ (xy 98.393713 46.4755) (xy 98.393714 46.4755) (xy 98.606286 46.4755) (xy 98.606287 46.4755) (xy 98.816243 46.442246)
+ (xy 99.018412 46.376557) (xy 99.207816 46.280051) (xy 99.229789 46.264086) (xy 99.379786 46.155109)
+ (xy 99.379788 46.155106) (xy 99.379792 46.155104) (xy 99.530104 46.004792) (xy 99.649683 45.840204)
+ (xy 99.705011 45.79754) (xy 99.774624 45.791561) (xy 99.83642 45.824166) (xy 99.850313 45.840199)
+ (xy 99.95256 45.980931) (xy 99.969896 46.004792) (xy 100.120213 46.155109) (xy 100.292179 46.280048)
+ (xy 100.292181 46.280049) (xy 100.292184 46.280051) (xy 100.481588 46.376557) (xy 100.683757 46.442246)
+ (xy 100.893713 46.4755) (xy 100.893714 46.4755) (xy 101.106286 46.4755) (xy 101.106287 46.4755)
+ (xy 101.316243 46.442246) (xy 101.518412 46.376557) (xy 101.707816 46.280051) (xy 101.729789 46.264086)
+ (xy 101.879786 46.155109) (xy 101.879788 46.155106) (xy 101.879792 46.155104) (xy 102.030104 46.004792)
+ (xy 102.149683 45.840204) (xy 102.205011 45.79754) (xy 102.274624 45.791561) (xy 102.33642 45.824166)
+ (xy 102.350313 45.840199) (xy 102.45256 45.980931) (xy 102.469896 46.004792) (xy 102.620213 46.155109)
+ (xy 102.792179 46.280048) (xy 102.792181 46.280049) (xy 102.792184 46.280051) (xy 102.981588 46.376557)
+ (xy 103.183757 46.442246) (xy 103.393713 46.4755) (xy 103.393714 46.4755) (xy 103.606286 46.4755)
+ (xy 103.606287 46.4755) (xy 103.816243 46.442246) (xy 104.018412 46.376557) (xy 104.207816 46.280051)
+ (xy 104.229789 46.264086) (xy 104.379786 46.155109) (xy 104.379788 46.155106) (xy 104.379792 46.155104)
+ (xy 104.530104 46.004792) (xy 104.530106 46.004788) (xy 104.530109 46.004786) (xy 104.655048 45.83282)
+ (xy 104.655047 45.83282) (xy 104.655051 45.832816) (xy 104.751557 45.643412) (xy 104.817246 45.441243)
+ (xy 104.8505 45.231287) (xy 104.8505 44.768713) (xy 104.817246 44.558757) (xy 104.751557 44.356588)
+ (xy 104.655051 44.167184) (xy 104.655049 44.167181) (xy 104.655048 44.167179) (xy 104.530109 43.995213)
+ (xy 104.379786 43.84489) (xy 104.20782 43.719951) (xy 104.018414 43.623444) (xy 104.018413 43.623443)
+ (xy 104.018412 43.623443) (xy 103.816243 43.557754) (xy 103.816241 43.557753) (xy 103.81624 43.557753)
+ (xy 103.654957 43.532208) (xy 103.606287 43.5245) (xy 103.393713 43.5245) (xy 103.345042 43.532208)
+ (xy 103.18376 43.557753) (xy 102.981585 43.623444) (xy 102.792179 43.719951) (xy 102.620213 43.84489)
+ (xy 102.469894 43.995209) (xy 102.46989 43.995214) (xy 102.350318 44.159793) (xy 102.294989 44.202459)
+ (xy 102.225375 44.208438) (xy 102.16358 44.175833) (xy 102.149682 44.159793) (xy 102.030109 43.995214)
+ (xy 102.030105 43.995209) (xy 101.879786 43.84489) (xy 101.70782 43.719951) (xy 101.518414 43.623444)
+ (xy 101.518413 43.623443) (xy 101.518412 43.623443) (xy 101.316243 43.557754) (xy 101.316241 43.557753)
+ (xy 101.31624 43.557753) (xy 101.154957 43.532208) (xy 101.106287 43.5245) (xy 100.893713 43.5245)
+ (xy 100.845042 43.532208) (xy 100.68376 43.557753) (xy 100.481585 43.623444) (xy 100.292179 43.719951)
+ (xy 100.120213 43.84489) (xy 99.969894 43.995209) (xy 99.96989 43.995214) (xy 99.850318 44.159793)
+ (xy 99.794989 44.202459) (xy 99.725375 44.208438) (xy 99.66358 44.175833) (xy 99.649682 44.159793)
+ (xy 99.530109 43.995214) (xy 99.530105 43.995209) (xy 99.379786 43.84489) (xy 99.20782 43.719951)
+ (xy 99.018414 43.623444) (xy 99.018413 43.623443) (xy 99.018412 43.623443) (xy 98.816243 43.557754)
+ (xy 98.816241 43.557753) (xy 98.81624 43.557753) (xy 98.654957 43.532208) (xy 98.606287 43.5245)
+ (xy 98.393713 43.5245) (xy 98.345042 43.532208) (xy 98.18376 43.557753) (xy 97.981585 43.623444)
+ (xy 97.792179 43.719951) (xy 97.620215 43.844889) (xy 97.481398 43.983706) (xy 97.420075 44.01719)
+ (xy 97.350383 44.012206) (xy 97.29445 43.970334) (xy 97.288178 43.96112) (xy 97.192712 43.806344)
+ (xy 97.068657 43.682289) (xy 97.068656 43.682288) (xy 96.919334 43.590186) (xy 96.752797 43.535001)
+ (xy 96.752795 43.535) (xy 96.65001 43.5245) (xy 95.349998 43.5245) (xy 95.349981 43.524501) (xy 95.247203 43.535)
+ (xy 95.2472 43.535001) (xy 95.080668 43.590185) (xy 95.080663 43.590187) (xy 94.931342 43.682289)
+ (xy 94.807289 43.806342) (xy 94.715187 43.955663) (xy 94.715185 43.955668) (xy 94.697043 44.010419)
+ (xy 94.660001 44.122203) (xy 94.660001 44.122204) (xy 94.66 44.122204) (xy 94.6495 44.224983) (xy 65.183438 44.224983)
+ (xy 65.191945 44.211445) (xy 65.212982 44.167763) (xy 65.313796 43.958419) (xy 65.313797 43.958416)
+ (xy 65.313801 43.958408) (xy 65.40656 43.693318) (xy 65.469055 43.419509) (xy 65.5005 43.140425)
+ (xy 65.5005 42.859575) (xy 65.469055 42.580491) (xy 65.40656 42.306682) (xy 65.313801 42.041592)
+ (xy 65.191945 41.788555) (xy 65.042523 41.550752) (xy 64.867416 41.331175) (xy 64.668825 41.132584)
+ (xy 64.449248 40.957477) (xy 64.211445 40.808055) (xy 64.211446 40.808055) (xy 64.211439 40.808051)
+ (xy 64.062279 40.73622) (xy 64.010419 40.689398) (xy 63.992106 40.621971) (xy 64.013154 40.555347)
+ (xy 64.06688 40.510678) (xy 64.11608 40.5005) (xy 136.88392 40.5005)
)
)
(filled_polygon
(layer "F.Cu")
(pts
- (xy 146.266942 77.120185) (xy 146.287584 77.136819) (xy 146.985139 77.834374) (xy 146.985149 77.834385)
- (xy 146.989479 77.838715) (xy 146.98948 77.838716) (xy 147.101284 77.95052) (xy 147.101286 77.950521)
- (xy 147.101287 77.950522) (xy 147.113105 77.957345) (xy 147.158127 77.983338) (xy 147.183809 78.003044)
- (xy 152.345922 83.165157) (xy 152.379407 83.22648) (xy 152.376173 83.291155) (xy 152.371522 83.305468)
- (xy 152.3395 83.507648) (xy 152.3395 83.712351) (xy 152.371522 83.914534) (xy 152.434781 84.109223)
- (xy 152.527715 84.291613) (xy 152.648028 84.457213) (xy 152.792786 84.601971) (xy 152.941478 84.71)
- (xy 152.95839 84.722287) (xy 153.001444 84.744224) (xy 153.051629 84.769795) (xy 153.102425 84.81777)
- (xy 153.11922 84.885591) (xy 153.096682 84.951726) (xy 153.051629 84.990765) (xy 152.95865 85.03814)
- (xy 152.793105 85.158417) (xy 152.793104 85.158417) (xy 152.648417 85.303104) (xy 152.648417 85.303105)
- (xy 152.52814 85.46865) (xy 152.435244 85.65097) (xy 152.372009 85.845586) (xy 152.363391 85.9)
- (xy 153.324314 85.9) (xy 153.31992 85.904394) (xy 153.267259 85.995606) (xy 153.24 86.097339) (xy 153.24 86.202661)
- (xy 153.267259 86.304394) (xy 153.31992 86.395606) (xy 153.324314 86.4) (xy 152.363391 86.4) (xy 152.372009 86.454413)
- (xy 152.435244 86.649029) (xy 152.52814 86.831349) (xy 152.648417 86.996894) (xy 152.648417 86.996895)
- (xy 152.793104 87.141582) (xy 152.95865 87.261859) (xy 153.052179 87.309515) (xy 153.102975 87.35749)
- (xy 153.11977 87.425311) (xy 153.097232 87.491446) (xy 153.052179 87.530485) (xy 152.95865 87.57814)
- (xy 152.793105 87.698417) (xy 152.793104 87.698417) (xy 152.648417 87.843104) (xy 152.648417 87.843105)
- (xy 152.52814 88.00865) (xy 152.435244 88.19097) (xy 152.372009 88.385586) (xy 152.363391 88.44)
- (xy 153.324314 88.44) (xy 153.31992 88.444394) (xy 153.267259 88.535606) (xy 153.24 88.637339) (xy 153.24 88.742661)
- (xy 153.267259 88.844394) (xy 153.31992 88.935606) (xy 153.324314 88.94) (xy 152.363391 88.94) (xy 152.372009 88.994413)
- (xy 152.435244 89.189029) (xy 152.52814 89.371349) (xy 152.648417 89.536894) (xy 152.648417 89.536895)
- (xy 152.793104 89.681582) (xy 152.95865 89.801859) (xy 153.052179 89.849515) (xy 153.102975 89.89749)
- (xy 153.11977 89.965311) (xy 153.097232 90.031446) (xy 153.052179 90.070485) (xy 152.95865 90.11814)
- (xy 152.793105 90.238417) (xy 152.793104 90.238417) (xy 152.648417 90.383104) (xy 152.648417 90.383105)
- (xy 152.52814 90.54865) (xy 152.435244 90.73097) (xy 152.372009 90.925586) (xy 152.363391 90.98)
- (xy 153.324314 90.98) (xy 153.31992 90.984394) (xy 153.267259 91.075606) (xy 153.24 91.177339) (xy 153.24 91.282661)
- (xy 153.267259 91.384394) (xy 153.31992 91.475606) (xy 153.324314 91.48) (xy 152.363391 91.48) (xy 152.372009 91.534413)
- (xy 152.435244 91.729029) (xy 152.52814 91.911349) (xy 152.648417 92.076894) (xy 152.648417 92.076895)
- (xy 152.793104 92.221582) (xy 152.958652 92.341861) (xy 153.051628 92.389234) (xy 153.102425 92.437208)
- (xy 153.11922 92.505029) (xy 153.096683 92.571164) (xy 153.05163 92.610203) (xy 152.958388 92.657713)
- (xy 152.792786 92.778028) (xy 152.648028 92.922786) (xy 152.527715 93.088386) (xy 152.434781 93.270776)
- (xy 152.371522 93.465465) (xy 152.3395 93.667648) (xy 152.3395 93.872351) (xy 152.371522 94.074534)
- (xy 152.434781 94.269223) (xy 152.527715 94.451613) (xy 152.648028 94.617213) (xy 152.648034 94.617219)
- (xy 152.792781 94.761966) (xy 152.95839 94.882287) (xy 152.971793 94.889116) (xy 152.982856 94.899564)
- (xy 152.996703 94.905888) (xy 153.007744 94.923068) (xy 153.022589 94.937088) (xy 153.02683 94.952768)
- (xy 153.034477 94.964666) (xy 153.0395 94.999601) (xy 153.0395 95.080397) (xy 153.019815 95.147436)
- (xy 152.9718 95.190879) (xy 152.958389 95.197712) (xy 152.792786 95.318028) (xy 152.648028 95.462786)
- (xy 152.527715 95.628386) (xy 152.434781 95.810776) (xy 152.371522 96.005465) (xy 152.3395 96.207648)
- (xy 152.3395 96.412351) (xy 152.371522 96.614534) (xy 152.434781 96.809223) (xy 152.527715 96.991613)
- (xy 152.648028 97.157213) (xy 152.792786 97.301971) (xy 152.947749 97.414556) (xy 152.95839 97.422287)
- (xy 153.04984 97.468883) (xy 153.05108 97.469515) (xy 153.101876 97.51749) (xy 153.118671 97.585311)
- (xy 153.096134 97.651446) (xy 153.05108 97.690485) (xy 152.958386 97.737715) (xy 152.792786 97.858028)
- (xy 152.648028 98.002786) (xy 152.527715 98.168385) (xy 152.520883 98.181795) (xy 152.472909 98.232591)
- (xy 152.410398 98.2495) (xy 151.425097 98.2495) (xy 151.358058 98.229815) (xy 151.337416 98.213181)
- (xy 133.380257 80.256022) (xy 133.346772 80.194699) (xy 133.351756 80.125007) (xy 133.393628 80.069074)
- (xy 133.459092 80.044657) (xy 133.487337 80.045867) (xy 133.492476 80.046681) (xy 133.51658 80.0505)
- (xy 133.516583 80.0505) (xy 133.713422 80.0505) (xy 133.907826 80.019709) (xy 133.910082 80.018976)
- (xy 134.095025 79.958884) (xy 134.270405 79.869524) (xy 134.429646 79.753828) (xy 134.568828 79.614646)
- (xy 134.684524 79.455405) (xy 134.725602 79.374785) (xy 134.774515 79.278787) (xy 134.822489 79.22799)
- (xy 134.89031 79.211195) (xy 134.956445 79.233732) (xy 134.995485 79.278787) (xy 135.085474 79.455403)
- (xy 135.119134 79.501731) (xy 135.201172 79.614646) (xy 135.340354 79.753828) (xy 135.499595 79.869524)
- (xy 135.578665 79.909812) (xy 135.67497 79.958882) (xy 135.674972 79.958882) (xy 135.674975 79.958884)
- (xy 135.739163 79.97974) (xy 135.862173 80.019709) (xy 136.056578 80.0505) (xy 136.056583 80.0505)
- (xy 136.253422 80.0505) (xy 136.447826 80.019709) (xy 136.450082 80.018976) (xy 136.635025 79.958884)
- (xy 136.810405 79.869524) (xy 136.969646 79.753828) (xy 137.108828 79.614646) (xy 137.224524 79.455405)
- (xy 137.265602 79.374785) (xy 137.314515 79.278787) (xy 137.362489 79.22799) (xy 137.43031 79.211195)
- (xy 137.496445 79.233732) (xy 137.535485 79.278787) (xy 137.625474 79.455403) (xy 137.659134 79.501731)
- (xy 137.741172 79.614646) (xy 137.880354 79.753828) (xy 138.039595 79.869524) (xy 138.118665 79.909812)
- (xy 138.21497 79.958882) (xy 138.214972 79.958882) (xy 138.214975 79.958884) (xy 138.279163 79.97974)
- (xy 138.402173 80.019709) (xy 138.596578 80.0505) (xy 138.596583 80.0505) (xy 138.793422 80.0505)
- (xy 138.987826 80.019709) (xy 138.990082 80.018976) (xy 139.175025 79.958884) (xy 139.350405 79.869524)
- (xy 139.509646 79.753828) (xy 139.648828 79.614646) (xy 139.764524 79.455405) (xy 139.805602 79.374785)
- (xy 139.854515 79.278787) (xy 139.902489 79.22799) (xy 139.97031 79.211195) (xy 140.036445 79.233732)
- (xy 140.075485 79.278787) (xy 140.165474 79.455403) (xy 140.199134 79.501731) (xy 140.281172 79.614646)
- (xy 140.420354 79.753828) (xy 140.579595 79.869524) (xy 140.658665 79.909812) (xy 140.75497 79.958882)
- (xy 140.754972 79.958882) (xy 140.754975 79.958884) (xy 140.819163 79.97974) (xy 140.942173 80.019709)
- (xy 141.136578 80.0505) (xy 141.136583 80.0505) (xy 141.333422 80.0505) (xy 141.527826 80.019709)
- (xy 141.530082 80.018976) (xy 141.715025 79.958884) (xy 141.890405 79.869524) (xy 142.049646 79.753828)
- (xy 142.188828 79.614646) (xy 142.304524 79.455405) (xy 142.393884 79.280025) (xy 142.454709 79.092826)
- (xy 142.4855 78.898422) (xy 142.4855 78.701577) (xy 142.454709 78.507173) (xy 142.412672 78.377799)
- (xy 142.393884 78.319975) (xy 142.393882 78.319972) (xy 142.393882 78.31997) (xy 142.340014 78.214249)
- (xy 142.304524 78.144595) (xy 142.188828 77.985354) (xy 142.049646 77.846172) (xy 141.890405 77.730476)
- (xy 141.879642 77.724992) (xy 141.715029 77.641117) (xy 141.527826 77.58029) (xy 141.333422 77.5495)
- (xy 141.333417 77.5495) (xy 141.136583 77.5495) (xy 141.136578 77.5495) (xy 140.942173 77.58029)
- (xy 140.75497 77.641117) (xy 140.579594 77.730476) (xy 140.512523 77.779207) (xy 140.420354 77.846172)
- (xy 140.420352 77.846174) (xy 140.420351 77.846174) (xy 140.281174 77.985351) (xy 140.281174 77.985352)
- (xy 140.281172 77.985354) (xy 140.231485 78.053741) (xy 140.165476 78.144594) (xy 140.075485 78.321213)
- (xy 140.027511 78.372009) (xy 139.95969 78.388804) (xy 139.893555 78.366267) (xy 139.854515 78.321213)
- (xy 139.800014 78.214249) (xy 139.764524 78.144595) (xy 139.648828 77.985354) (xy 139.509646 77.846172)
- (xy 139.350405 77.730476) (xy 139.339642 77.724992) (xy 139.175029 77.641117) (xy 138.987826 77.58029)
- (xy 138.793422 77.5495) (xy 138.793417 77.5495) (xy 138.596583 77.5495) (xy 138.596578 77.5495)
- (xy 138.402173 77.58029) (xy 138.21497 77.641117) (xy 138.039594 77.730476) (xy 137.972523 77.779207)
- (xy 137.880354 77.846172) (xy 137.880352 77.846174) (xy 137.880351 77.846174) (xy 137.741174 77.985351)
- (xy 137.741174 77.985352) (xy 137.741172 77.985354) (xy 137.691485 78.053741) (xy 137.625476 78.144594)
- (xy 137.535485 78.321213) (xy 137.487511 78.372009) (xy 137.41969 78.388804) (xy 137.353555 78.366267)
- (xy 137.314515 78.321213) (xy 137.260014 78.214249) (xy 137.224524 78.144595) (xy 137.108828 77.985354)
- (xy 136.969646 77.846172) (xy 136.810405 77.730476) (xy 136.799642 77.724992) (xy 136.635029 77.641117)
- (xy 136.447826 77.58029) (xy 136.253422 77.5495) (xy 136.253417 77.5495) (xy 136.056583 77.5495)
- (xy 136.056578 77.5495) (xy 135.862173 77.58029) (xy 135.67497 77.641117) (xy 135.499594 77.730476)
- (xy 135.432523 77.779207) (xy 135.340354 77.846172) (xy 135.340352 77.846174) (xy 135.340351 77.846174)
- (xy 135.201174 77.985351) (xy 135.201174 77.985352) (xy 135.201172 77.985354) (xy 135.151485 78.053741)
- (xy 135.085476 78.144594) (xy 134.995485 78.321213) (xy 134.947511 78.372009) (xy 134.87969 78.388804)
- (xy 134.813555 78.366267) (xy 134.774515 78.321213) (xy 134.720014 78.214249) (xy 134.684524 78.144595)
- (xy 134.568828 77.985354) (xy 134.429646 77.846172) (xy 134.270405 77.730476) (xy 134.259642 77.724992)
- (xy 134.095029 77.641117) (xy 133.907826 77.58029) (xy 133.713422 77.5495) (xy 133.713417 77.5495)
- (xy 133.516583 77.5495) (xy 133.516578 77.5495) (xy 133.322173 77.58029) (xy 133.13497 77.641117)
- (xy 132.959594 77.730476) (xy 132.892523 77.779207) (xy 132.800354 77.846172) (xy 132.800352 77.846174)
- (xy 132.800351 77.846174) (xy 132.661174 77.985351) (xy 132.661174 77.985352) (xy 132.661172 77.985354)
- (xy 132.611485 78.053741) (xy 132.545476 78.144594) (xy 132.455485 78.321213) (xy 132.407511 78.372009)
- (xy 132.33969 78.388804) (xy 132.273555 78.366267) (xy 132.234515 78.321213) (xy 132.180014 78.214249)
- (xy 132.144524 78.144595) (xy 132.028828 77.985354) (xy 131.889646 77.846172) (xy 131.730405 77.730476)
- (xy 131.719642 77.724992) (xy 131.555029 77.641117) (xy 131.367826 77.58029) (xy 131.173422 77.5495)
- (xy 131.173417 77.5495) (xy 130.976583 77.5495) (xy 130.976578 77.5495) (xy 130.782173 77.58029)
- (xy 130.59497 77.641117) (xy 130.419594 77.730476) (xy 130.352523 77.779207) (xy 130.260354 77.846172)
- (xy 130.260352 77.846174) (xy 130.260351 77.846174) (xy 130.121174 77.985351) (xy 130.121174 77.985352)
- (xy 130.121172 77.985354) (xy 130.071485 78.053741) (xy 130.005476 78.144594) (xy 129.915485 78.321213)
- (xy 129.867511 78.372009) (xy 129.79969 78.388804) (xy 129.733555 78.366267) (xy 129.694515 78.321213)
- (xy 129.640014 78.214249) (xy 129.604524 78.144595) (xy 129.488828 77.985354) (xy 129.349646 77.846172)
- (xy 129.190405 77.730476) (xy 129.179642 77.724992) (xy 129.015029 77.641117) (xy 128.827826 77.58029)
- (xy 128.633422 77.5495) (xy 128.633417 77.5495) (xy 128.436583 77.5495) (xy 128.436582 77.5495)
- (xy 128.407334 77.554132) (xy 128.338041 77.545176) (xy 128.28459 77.500179) (xy 128.263951 77.433427)
- (xy 128.282677 77.366114) (xy 128.300254 77.343979) (xy 128.507416 77.136819) (xy 128.568739 77.103334)
- (xy 128.595097 77.1005) (xy 146.199903 77.1005)
+ (xy 131.166942 65.620185) (xy 131.187584 65.636819) (xy 134.964659 69.413895) (xy 134.979586 69.441232)
+ (xy 134.996227 69.46758) (xy 134.997001 69.473126) (xy 134.998144 69.475218) (xy 134.998505 69.483887)
+ (xy 135.000978 69.501583) (xy 135.000977 69.515426) (xy 134.999499 69.520943) (xy 134.999499 69.679057)
+ (xy 134.9995 69.67906) (xy 134.9995 95.49991) (xy 134.979812 95.566948) (xy 134.963181 95.587584)
+ (xy 132.787584 97.763181) (xy 132.726261 97.796666) (xy 132.699903 97.7995) (xy 113.349097 97.7995)
+ (xy 113.282058 97.779815) (xy 113.236303 97.727011) (xy 113.226359 97.657853) (xy 113.255384 97.594297)
+ (xy 113.261416 97.587819) (xy 116.549252 94.299983) (xy 122.2745 94.299983) (xy 122.2745 95.700001)
+ (xy 122.274501 95.700018) (xy 122.285 95.802796) (xy 122.285001 95.802799) (xy 122.32971 95.937721)
+ (xy 122.340186 95.969334) (xy 122.432288 96.118656) (xy 122.556344 96.242712) (xy 122.705666 96.334814)
+ (xy 122.872203 96.389999) (xy 122.974991 96.4005) (xy 123.900008 96.400499) (xy 123.900016 96.400498)
+ (xy 123.900019 96.400498) (xy 123.956302 96.394748) (xy 124.002797 96.389999) (xy 124.169334 96.334814)
+ (xy 124.318656 96.242712) (xy 124.442712 96.118656) (xy 124.534814 95.969334) (xy 124.589999 95.802797)
+ (xy 124.6005 95.700009) (xy 124.6005 95.699986) (xy 125.400001 95.699986) (xy 125.410494 95.802697)
+ (xy 125.465641 95.969119) (xy 125.465643 95.969124) (xy 125.557684 96.118345) (xy 125.681654 96.242315)
+ (xy 125.830875 96.334356) (xy 125.83088 96.334358) (xy 125.997302 96.389505) (xy 125.997309 96.389506)
+ (xy 126.100019 96.399999) (xy 126.312499 96.399999) (xy 126.8125 96.399999) (xy 127.024972 96.399999)
+ (xy 127.024986 96.399998) (xy 127.127697 96.389505) (xy 127.294119 96.334358) (xy 127.294124 96.334356)
+ (xy 127.443345 96.242315) (xy 127.567315 96.118345) (xy 127.659356 95.969124) (xy 127.659358 95.969119)
+ (xy 127.714505 95.802697) (xy 127.714506 95.80269) (xy 127.724999 95.699986) (xy 127.725 95.699973)
+ (xy 127.725 95.25) (xy 126.8125 95.25) (xy 126.8125 96.399999) (xy 126.312499 96.399999) (xy 126.3125 96.399998)
+ (xy 126.3125 95.25) (xy 125.400001 95.25) (xy 125.400001 95.699986) (xy 124.6005 95.699986) (xy 124.600499 94.979304)
+ (xy 124.600499 94.300013) (xy 125.4 94.300013) (xy 125.4 94.75) (xy 126.3125 94.75) (xy 126.8125 94.75)
+ (xy 127.724999 94.75) (xy 127.724999 94.499983) (xy 129.8995 94.499983) (xy 129.8995 95.500001)
+ (xy 129.899501 95.500019) (xy 129.91 95.602796) (xy 129.910001 95.602799) (xy 129.965185 95.769331)
+ (xy 129.965187 95.769336) (xy 129.977043 95.788557) (xy 130.057288 95.918656) (xy 130.181344 96.042712)
+ (xy 130.330666 96.134814) (xy 130.497203 96.189999) (xy 130.599991 96.2005) (xy 131.400008 96.200499)
+ (xy 131.400016 96.200498) (xy 131.400019 96.200498) (xy 131.456302 96.194748) (xy 131.502797 96.189999)
+ (xy 131.669334 96.134814) (xy 131.818656 96.042712) (xy 131.912675 95.948692) (xy 131.973994 95.91521)
+ (xy 132.043686 95.920194) (xy 132.088034 95.948695) (xy 132.181654 96.042315) (xy 132.330875 96.134356)
+ (xy 132.33088 96.134358) (xy 132.497302 96.189505) (xy 132.497309 96.189506) (xy 132.600019 96.199999)
+ (xy 132.749999 96.199999) (xy 133.25 96.199999) (xy 133.399972 96.199999) (xy 133.399986 96.199998)
+ (xy 133.502697 96.189505) (xy 133.669119 96.134358) (xy 133.669124 96.134356) (xy 133.818345 96.042315)
+ (xy 133.942315 95.918345) (xy 134.034356 95.769124) (xy 134.034358 95.769119) (xy 134.089505 95.602697)
+ (xy 134.089506 95.60269) (xy 134.099999 95.499986) (xy 134.1 95.499973) (xy 134.1 95.25) (xy 133.25 95.25)
+ (xy 133.25 96.199999) (xy 132.749999 96.199999) (xy 132.75 96.199998) (xy 132.75 94.75) (xy 133.25 94.75)
+ (xy 134.099999 94.75) (xy 134.099999 94.500028) (xy 134.099998 94.500013) (xy 134.089505 94.397302)
+ (xy 134.034358 94.23088) (xy 134.034356 94.230875) (xy 133.942315 94.081654) (xy 133.818345 93.957684)
+ (xy 133.669124 93.865643) (xy 133.669119 93.865641) (xy 133.502697 93.810494) (xy 133.50269 93.810493)
+ (xy 133.399986 93.8) (xy 133.25 93.8) (xy 133.25 94.75) (xy 132.75 94.75) (xy 132.75 93.8) (xy 132.600027 93.8)
+ (xy 132.600012 93.800001) (xy 132.497302 93.810494) (xy 132.33088 93.865641) (xy 132.330875 93.865643)
+ (xy 132.181657 93.957682) (xy 132.088034 94.051305) (xy 132.02671 94.084789) (xy 131.957019 94.079805)
+ (xy 131.912672 94.051304) (xy 131.818657 93.957289) (xy 131.818656 93.957288) (xy 131.696033 93.881654)
+ (xy 131.669336 93.865187) (xy 131.669331 93.865185) (xy 131.667862 93.864698) (xy 131.502797 93.810001)
+ (xy 131.502795 93.81) (xy 131.40001 93.7995) (xy 130.599998 93.7995) (xy 130.59998 93.799501) (xy 130.497203 93.81)
+ (xy 130.4972 93.810001) (xy 130.330668 93.865185) (xy 130.330663 93.865187) (xy 130.181342 93.957289)
+ (xy 130.057289 94.081342) (xy 129.965187 94.230663) (xy 129.965185 94.230668) (xy 129.965115 94.23088)
+ (xy 129.910001 94.397203) (xy 129.910001 94.397204) (xy 129.91 94.397204) (xy 129.8995 94.499983)
+ (xy 127.724999 94.499983) (xy 127.724999 94.300028) (xy 127.724998 94.300013) (xy 127.714505 94.197302)
+ (xy 127.659358 94.03088) (xy 127.659356 94.030875) (xy 127.567315 93.881654) (xy 127.443345 93.757684)
+ (xy 127.294124 93.665643) (xy 127.294119 93.665641) (xy 127.127697 93.610494) (xy 127.12769 93.610493)
+ (xy 127.024986 93.6) (xy 126.8125 93.6) (xy 126.8125 94.75) (xy 126.3125 94.75) (xy 126.3125 93.6)
+ (xy 126.100029 93.6) (xy 126.100012 93.600001) (xy 125.997302 93.610494) (xy 125.83088 93.665641)
+ (xy 125.830875 93.665643) (xy 125.681654 93.757684) (xy 125.557684 93.881654) (xy 125.465643 94.030875)
+ (xy 125.465641 94.03088) (xy 125.410494 94.197302) (xy 125.410493 94.197309) (xy 125.4 94.300013)
+ (xy 124.600499 94.300013) (xy 124.600499 94.299998) (xy 124.600498 94.299981) (xy 124.589999 94.197203)
+ (xy 124.589998 94.1972) (xy 124.534814 94.030666) (xy 124.442712 93.881344) (xy 124.318656 93.757288)
+ (xy 124.169334 93.665186) (xy 124.002797 93.610001) (xy 124.002795 93.61) (xy 123.90001 93.5995)
+ (xy 122.974998 93.5995) (xy 122.97498 93.599501) (xy 122.872203 93.61) (xy 122.8722 93.610001) (xy 122.705668 93.665185)
+ (xy 122.705663 93.665187) (xy 122.556342 93.757289) (xy 122.432289 93.881342) (xy 122.340187 94.030663)
+ (xy 122.340185 94.030668) (xy 122.323393 94.081344) (xy 122.285001 94.197203) (xy 122.285001 94.197204)
+ (xy 122.285 94.197204) (xy 122.2745 94.299983) (xy 116.549252 94.299983) (xy 116.640082 94.209153)
+ (xy 118.60692 92.242315) (xy 120.549252 90.299983) (xy 122.2745 90.299983) (xy 122.2745 91.700001)
+ (xy 122.274501 91.700018) (xy 122.285 91.802796) (xy 122.285001 91.802799) (xy 122.333347 91.948695)
+ (xy 122.340186 91.969334) (xy 122.432288 92.118656) (xy 122.556344 92.242712) (xy 122.705666 92.334814)
+ (xy 122.872203 92.389999) (xy 122.974991 92.4005) (xy 123.900008 92.400499) (xy 123.900016 92.400498)
+ (xy 123.900019 92.400498) (xy 123.956302 92.394748) (xy 124.002797 92.389999) (xy 124.169334 92.334814)
+ (xy 124.318656 92.242712) (xy 124.442712 92.118656) (xy 124.534814 91.969334) (xy 124.589999 91.802797)
+ (xy 124.6005 91.700009) (xy 124.6005 91.699986) (xy 125.400001 91.699986) (xy 125.410494 91.802697)
+ (xy 125.465641 91.969119) (xy 125.465643 91.969124) (xy 125.557684 92.118345) (xy 125.681654 92.242315)
+ (xy 125.830875 92.334356) (xy 125.83088 92.334358) (xy 125.997302 92.389505) (xy 125.997309 92.389506)
+ (xy 126.100019 92.399999) (xy 126.312499 92.399999) (xy 126.8125 92.399999) (xy 127.024972 92.399999)
+ (xy 127.024986 92.399998) (xy 127.127697 92.389505) (xy 127.294119 92.334358) (xy 127.294124 92.334356)
+ (xy 127.443345 92.242315) (xy 127.567315 92.118345) (xy 127.659356 91.969124) (xy 127.659358 91.969119)
+ (xy 127.714505 91.802697) (xy 127.714506 91.80269) (xy 127.724999 91.699986) (xy 127.725 91.699973)
+ (xy 127.725 91.25) (xy 126.8125 91.25) (xy 126.8125 92.399999) (xy 126.312499 92.399999) (xy 126.3125 92.399998)
+ (xy 126.3125 91.25) (xy 125.400001 91.25) (xy 125.400001 91.699986) (xy 124.6005 91.699986) (xy 124.600499 90.964533)
+ (xy 124.600499 90.300013) (xy 125.4 90.300013) (xy 125.4 90.75) (xy 126.3125 90.75) (xy 126.8125 90.75)
+ (xy 127.724999 90.75) (xy 127.724999 90.300028) (xy 127.724998 90.300013) (xy 127.714505 90.197302)
+ (xy 127.659358 90.03088) (xy 127.659356 90.030875) (xy 127.567315 89.881654) (xy 127.443345 89.757684)
+ (xy 127.294124 89.665643) (xy 127.294119 89.665641) (xy 127.127697 89.610494) (xy 127.12769 89.610493)
+ (xy 127.024986 89.6) (xy 126.8125 89.6) (xy 126.8125 90.75) (xy 126.3125 90.75) (xy 126.3125 89.6)
+ (xy 126.100029 89.6) (xy 126.100012 89.600001) (xy 125.997302 89.610494) (xy 125.83088 89.665641)
+ (xy 125.830875 89.665643) (xy 125.681654 89.757684) (xy 125.557684 89.881654) (xy 125.465643 90.030875)
+ (xy 125.465641 90.03088) (xy 125.410494 90.197302) (xy 125.410493 90.197309) (xy 125.4 90.300013)
+ (xy 124.600499 90.300013) (xy 124.600499 90.299998) (xy 124.600498 90.299981) (xy 124.589999 90.197203)
+ (xy 124.589998 90.1972) (xy 124.534814 90.030666) (xy 124.442712 89.881344) (xy 124.318656 89.757288)
+ (xy 124.169334 89.665186) (xy 124.002797 89.610001) (xy 124.002795 89.61) (xy 123.90001 89.5995)
+ (xy 122.974998 89.5995) (xy 122.97498 89.599501) (xy 122.872203 89.61) (xy 122.8722 89.610001) (xy 122.705668 89.665185)
+ (xy 122.705663 89.665187) (xy 122.556342 89.757289) (xy 122.432289 89.881342) (xy 122.340187 90.030663)
+ (xy 122.340185 90.030668) (xy 122.323393 90.081344) (xy 122.285001 90.197203) (xy 122.285001 90.197204)
+ (xy 122.285 90.197204) (xy 122.2745 90.299983) (xy 120.549252 90.299983) (xy 122.518052 88.331182)
+ (xy 122.579373 88.297699) (xy 122.649065 88.302683) (xy 122.670826 88.313325) (xy 122.699781 88.331184)
+ (xy 122.705666 88.334814) (xy 122.872203 88.389999) (xy 122.974991 88.4005) (xy 123.900008 88.400499)
+ (xy 123.900016 88.400498) (xy 123.900019 88.400498) (xy 123.956302 88.394748) (xy 124.002797 88.389999)
+ (xy 124.169334 88.334814) (xy 124.318656 88.242712) (xy 124.442712 88.118656) (xy 124.534814 87.969334)
+ (xy 124.589999 87.802797) (xy 124.6005 87.700009) (xy 124.6005 87.699986) (xy 125.400001 87.699986)
+ (xy 125.410494 87.802697) (xy 125.465641 87.969119) (xy 125.465643 87.969124) (xy 125.557684 88.118345)
+ (xy 125.681654 88.242315) (xy 125.830875 88.334356) (xy 125.83088 88.334358) (xy 125.997302 88.389505)
+ (xy 125.997309 88.389506) (xy 126.100019 88.399999) (xy 126.312499 88.399999) (xy 126.8125 88.399999)
+ (xy 127.024972 88.399999) (xy 127.024986 88.399998) (xy 127.127697 88.389505) (xy 127.294119 88.334358)
+ (xy 127.294124 88.334356) (xy 127.443345 88.242315) (xy 127.567315 88.118345) (xy 127.659356 87.969124)
+ (xy 127.659358 87.969119) (xy 127.714505 87.802697) (xy 127.714506 87.80269) (xy 127.724999 87.699986)
+ (xy 127.725 87.699973) (xy 127.725 87.25) (xy 126.8125 87.25) (xy 126.8125 88.399999) (xy 126.312499 88.399999)
+ (xy 126.3125 88.399998) (xy 126.3125 87.25) (xy 125.400001 87.25) (xy 125.400001 87.699986) (xy 124.6005 87.699986)
+ (xy 124.600499 86.97632) (xy 124.600499 86.300013) (xy 125.4 86.300013) (xy 125.4 86.75) (xy 126.3125 86.75)
+ (xy 126.8125 86.75) (xy 127.724999 86.75) (xy 127.724999 86.300028) (xy 127.724998 86.300013) (xy 127.714505 86.197302)
+ (xy 127.659358 86.03088) (xy 127.659356 86.030875) (xy 127.567315 85.881654) (xy 127.443345 85.757684)
+ (xy 127.294124 85.665643) (xy 127.294119 85.665641) (xy 127.127697 85.610494) (xy 127.12769 85.610493)
+ (xy 127.024986 85.6) (xy 126.8125 85.6) (xy 126.8125 86.75) (xy 126.3125 86.75) (xy 126.3125 85.6)
+ (xy 126.100029 85.6) (xy 126.100012 85.600001) (xy 125.997302 85.610494) (xy 125.83088 85.665641)
+ (xy 125.830875 85.665643) (xy 125.681654 85.757684) (xy 125.557684 85.881654) (xy 125.465643 86.030875)
+ (xy 125.465641 86.03088) (xy 125.410494 86.197302) (xy 125.410493 86.197309) (xy 125.4 86.300013)
+ (xy 124.600499 86.300013) (xy 124.600499 86.299998) (xy 124.600498 86.299981) (xy 124.589999 86.197203)
+ (xy 124.589998 86.1972) (xy 124.569521 86.135405) (xy 124.534814 86.030666) (xy 124.442712 85.881344)
+ (xy 124.318656 85.757288) (xy 124.169334 85.665186) (xy 124.122994 85.64983) (xy 124.06555 85.610058)
+ (xy 124.038728 85.545541) (xy 124.038 85.532125) (xy 124.038 84.467874) (xy 124.057685 84.400835)
+ (xy 124.110489 84.35508) (xy 124.122988 84.35017) (xy 124.169334 84.334814) (xy 124.318656 84.242712)
+ (xy 124.442712 84.118656) (xy 124.534814 83.969334) (xy 124.589999 83.802797) (xy 124.6005 83.700009)
+ (xy 124.6005 83.699986) (xy 125.400001 83.699986) (xy 125.410494 83.802697) (xy 125.465641 83.969119)
+ (xy 125.465643 83.969124) (xy 125.557684 84.118345) (xy 125.681654 84.242315) (xy 125.830875 84.334356)
+ (xy 125.83088 84.334358) (xy 125.997302 84.389505) (xy 125.997309 84.389506) (xy 126.100019 84.399999)
+ (xy 126.312499 84.399999) (xy 126.8125 84.399999) (xy 127.024972 84.399999) (xy 127.024986 84.399998)
+ (xy 127.127697 84.389505) (xy 127.294119 84.334358) (xy 127.294124 84.334356) (xy 127.443345 84.242315)
+ (xy 127.567315 84.118345) (xy 127.659356 83.969124) (xy 127.659358 83.969119) (xy 127.714505 83.802697)
+ (xy 127.714506 83.80269) (xy 127.724999 83.699986) (xy 127.725 83.699973) (xy 127.725 83.25) (xy 126.8125 83.25)
+ (xy 126.8125 84.399999) (xy 126.312499 84.399999) (xy 126.3125 84.399998) (xy 126.3125 83.25) (xy 125.400001 83.25)
+ (xy 125.400001 83.699986) (xy 124.6005 83.699986) (xy 124.600499 82.841583) (xy 124.600499 82.300013)
+ (xy 125.4 82.300013) (xy 125.4 82.75) (xy 126.3125 82.75) (xy 126.8125 82.75) (xy 127.724999 82.75)
+ (xy 127.724999 82.300028) (xy 127.724998 82.300013) (xy 127.714505 82.197302) (xy 127.659358 82.03088)
+ (xy 127.659356 82.030875) (xy 127.567315 81.881654) (xy 127.443345 81.757684) (xy 127.294124 81.665643)
+ (xy 127.294119 81.665641) (xy 127.127697 81.610494) (xy 127.12769 81.610493) (xy 127.024986 81.6)
+ (xy 126.8125 81.6) (xy 126.8125 82.75) (xy 126.3125 82.75) (xy 126.3125 81.6) (xy 126.100029 81.6)
+ (xy 126.100012 81.600001) (xy 125.997302 81.610494) (xy 125.83088 81.665641) (xy 125.830875 81.665643)
+ (xy 125.681654 81.757684) (xy 125.557684 81.881654) (xy 125.465643 82.030875) (xy 125.465641 82.03088)
+ (xy 125.410494 82.197302) (xy 125.410493 82.197309) (xy 125.4 82.300013) (xy 124.600499 82.300013)
+ (xy 124.600499 82.299998) (xy 124.600498 82.299981) (xy 124.589999 82.197203) (xy 124.589998 82.1972)
+ (xy 124.534814 82.030666) (xy 124.442712 81.881344) (xy 124.318656 81.757288) (xy 124.169334 81.665186)
+ (xy 124.002797 81.610001) (xy 124.002795 81.61) (xy 123.90001 81.5995) (xy 122.974998 81.5995) (xy 122.97498 81.599501)
+ (xy 122.872203 81.61) (xy 122.8722 81.610001) (xy 122.763505 81.64602) (xy 122.693677 81.648422)
+ (xy 122.633635 81.61269) (xy 122.602442 81.55017) (xy 122.600501 81.528315) (xy 122.600501 81.420942)
+ (xy 122.6005 81.420938) (xy 122.6005 79.800096) (xy 122.620185 79.733057) (xy 122.636814 79.71242)
+ (xy 124.087416 78.261817) (xy 124.148739 78.228333) (xy 124.175097 78.225499) (xy 124.350002 78.225499)
+ (xy 124.350008 78.225499) (xy 124.452797 78.214999) (xy 124.619334 78.159814) (xy 124.768656 78.067712)
+ (xy 124.892712 77.943656) (xy 124.894752 77.940347) (xy 124.896745 77.938555) (xy 124.897193 77.937989)
+ (xy 124.897289 77.938065) (xy 124.946694 77.893623) (xy 125.015656 77.882395) (xy 125.07974 77.910234)
+ (xy 125.105829 77.940339) (xy 125.107681 77.943341) (xy 125.107683 77.943344) (xy 125.231654 78.067315)
+ (xy 125.380875 78.159356) (xy 125.38088 78.159358) (xy 125.547302 78.214505) (xy 125.547309 78.214506)
+ (xy 125.650019 78.224999) (xy 125.787499 78.224999) (xy 126.2875 78.224999) (xy 126.424972 78.224999)
+ (xy 126.424986 78.224998) (xy 126.527697 78.214505) (xy 126.694119 78.159358) (xy 126.694124 78.159356)
+ (xy 126.843345 78.067315) (xy 126.967315 77.943345) (xy 127.059356 77.794124) (xy 127.059358 77.794119)
+ (xy 127.114505 77.627697) (xy 127.114506 77.62769) (xy 127.124999 77.524986) (xy 127.125 77.524973)
+ (xy 127.125 77.25) (xy 126.2875 77.25) (xy 126.2875 78.224999) (xy 125.787499 78.224999) (xy 125.7875 78.224998)
+ (xy 125.7875 77.124) (xy 125.807185 77.056961) (xy 125.859989 77.011206) (xy 125.9115 77) (xy 126.0375 77)
+ (xy 126.0375 76.874) (xy 126.057185 76.806961) (xy 126.109989 76.761206) (xy 126.1615 76.75) (xy 127.124999 76.75)
+ (xy 127.124999 76.6995) (xy 127.144684 76.632461) (xy 127.197488 76.586706) (xy 127.248999 76.5755)
+ (xy 128.174903 76.5755) (xy 128.241942 76.595185) (xy 128.262584 76.611819) (xy 132.363181 80.712416)
+ (xy 132.396666 80.773739) (xy 132.3995 80.800097) (xy 132.3995 85.754091) (xy 132.379815 85.82113)
+ (xy 132.335731 85.859641) (xy 132.336813 85.861395) (xy 132.330667 85.865185) (xy 132.330666 85.865186)
+ (xy 132.304473 85.881342) (xy 132.181342 85.957289) (xy 132.087681 86.050951) (xy 132.026358 86.084436)
+ (xy 131.956666 86.079452) (xy 131.912319 86.050951) (xy 131.818657 85.957289) (xy 131.818656 85.957288)
+ (xy 131.696033 85.881654) (xy 131.669336 85.865187) (xy 131.669331 85.865185) (xy 131.667862 85.864698)
+ (xy 131.502797 85.810001) (xy 131.502795 85.81) (xy 131.40001 85.7995) (xy 130.599998 85.7995) (xy 130.59998 85.799501)
+ (xy 130.497203 85.81) (xy 130.4972 85.810001) (xy 130.330668 85.865185) (xy 130.330663 85.865187)
+ (xy 130.181342 85.957289) (xy 130.057289 86.081342) (xy 129.965187 86.230663) (xy 129.965186 86.230666)
+ (xy 129.910001 86.397203) (xy 129.910001 86.397204) (xy 129.91 86.397204) (xy 129.8995 86.499983)
+ (xy 129.8995 87.500001) (xy 129.899501 87.500019) (xy 129.91 87.602796) (xy 129.910001 87.602799)
+ (xy 129.951255 87.727294) (xy 129.965186 87.769334) (xy 130.057288 87.918656) (xy 130.181344 88.042712)
+ (xy 130.330666 88.134814) (xy 130.497203 88.189999) (xy 130.599991 88.2005) (xy 130.650902 88.200499)
+ (xy 130.71794 88.220182) (xy 130.763695 88.272985) (xy 130.77364 88.342144) (xy 130.744616 88.4057)
+ (xy 130.738584 88.41218) (xy 130.631286 88.519478) (xy 130.519481 88.631282) (xy 130.519479 88.631284)
+ (xy 130.501575 88.662296) (xy 130.494007 88.675405) (xy 130.440423 88.768215) (xy 130.399499 88.920943)
+ (xy 130.399499 88.920945) (xy 130.399499 89.089046) (xy 130.3995 89.089059) (xy 130.3995 89.754091)
+ (xy 130.379815 89.82113) (xy 130.335731 89.859641) (xy 130.336813 89.861395) (xy 130.330667 89.865185)
+ (xy 130.330666 89.865186) (xy 130.232419 89.925784) (xy 130.181342 89.957289) (xy 130.057289 90.081342)
+ (xy 129.965187 90.230663) (xy 129.965185 90.230668) (xy 129.965115 90.23088) (xy 129.910001 90.397203)
+ (xy 129.910001 90.397204) (xy 129.91 90.397204) (xy 129.8995 90.499983) (xy 129.8995 91.500001)
+ (xy 129.899501 91.500019) (xy 129.91 91.602796) (xy 129.910001 91.602799) (xy 129.942214 91.700009)
+ (xy 129.965186 91.769334) (xy 130.057288 91.918656) (xy 130.181344 92.042712) (xy 130.330666 92.134814)
+ (xy 130.497203 92.189999) (xy 130.599991 92.2005) (xy 131.400008 92.200499) (xy 131.400016 92.200498)
+ (xy 131.400019 92.200498) (xy 131.456302 92.194748) (xy 131.502797 92.189999) (xy 131.669334 92.134814)
+ (xy 131.818656 92.042712) (xy 131.912675 91.948692) (xy 131.973994 91.91521) (xy 132.043686 91.920194)
+ (xy 132.088034 91.948695) (xy 132.181654 92.042315) (xy 132.330875 92.134356) (xy 132.33088 92.134358)
+ (xy 132.497302 92.189505) (xy 132.497309 92.189506) (xy 132.600019 92.199999) (xy 132.749999 92.199999)
+ (xy 133.25 92.199999) (xy 133.399972 92.199999) (xy 133.399986 92.199998) (xy 133.502697 92.189505)
+ (xy 133.669119 92.134358) (xy 133.669124 92.134356) (xy 133.818345 92.042315) (xy 133.942315 91.918345)
+ (xy 134.034356 91.769124) (xy 134.034358 91.769119) (xy 134.089505 91.602697) (xy 134.089506 91.60269)
+ (xy 134.099999 91.499986) (xy 134.1 91.499973) (xy 134.1 91.25) (xy 133.25 91.25) (xy 133.25 92.199999)
+ (xy 132.749999 92.199999) (xy 132.75 92.199998) (xy 132.75 90.75) (xy 133.25 90.75) (xy 134.099999 90.75)
+ (xy 134.099999 90.500028) (xy 134.099998 90.500013) (xy 134.089505 90.397302) (xy 134.034358 90.23088)
+ (xy 134.034356 90.230875) (xy 133.942315 90.081654) (xy 133.818345 89.957684) (xy 133.669124 89.865643)
+ (xy 133.669119 89.865641) (xy 133.502697 89.810494) (xy 133.50269 89.810493) (xy 133.399986 89.8)
+ (xy 133.25 89.8) (xy 133.25 90.75) (xy 132.75 90.75) (xy 132.75 89.8) (xy 132.600027 89.8) (xy 132.600012 89.800001)
+ (xy 132.497302 89.810494) (xy 132.33088 89.865641) (xy 132.330875 89.865643) (xy 132.181657 89.957682)
+ (xy 132.088034 90.051305) (xy 132.02671 90.084789) (xy 131.957019 90.079805) (xy 131.912672 90.051304)
+ (xy 131.818657 89.957289) (xy 131.818656 89.957288) (xy 131.669334 89.865186) (xy 131.669332 89.865185)
+ (xy 131.663187 89.861395) (xy 131.66429 89.859605) (xy 131.619649 89.82029) (xy 131.6005 89.754091)
+ (xy 131.6005 89.300096) (xy 131.620185 89.233057) (xy 131.636814 89.212419) (xy 132.612416 88.236817)
+ (xy 132.673739 88.203333) (xy 132.700097 88.200499) (xy 133.400002 88.200499) (xy 133.400008 88.200499)
+ (xy 133.502797 88.189999) (xy 133.669334 88.134814) (xy 133.818656 88.042712) (xy 133.942712 87.918656)
+ (xy 134.034814 87.769334) (xy 134.089999 87.602797) (xy 134.1005 87.500009) (xy 134.100499 86.499992)
+ (xy 134.089999 86.397203) (xy 134.034814 86.230666) (xy 133.942712 86.081344) (xy 133.818656 85.957288)
+ (xy 133.669334 85.865186) (xy 133.669332 85.865185) (xy 133.663187 85.861395) (xy 133.66429 85.859605)
+ (xy 133.619649 85.82029) (xy 133.6005 85.754091) (xy 133.6005 80.420945) (xy 133.6005 80.420943)
+ (xy 133.559577 80.268216) (xy 133.534881 80.225441) (xy 133.480524 80.13129) (xy 133.480521 80.131286)
+ (xy 133.48052 80.131284) (xy 133.368716 80.01948) (xy 133.368715 80.019479) (xy 133.364385 80.015149)
+ (xy 133.364374 80.015139) (xy 128.96259 75.613355) (xy 128.962588 75.613352) (xy 128.843717 75.494481)
+ (xy 128.843716 75.49448) (xy 128.756904 75.44436) (xy 128.756904 75.444359) (xy 128.7569 75.444358)
+ (xy 128.706785 75.415423) (xy 128.554057 75.374499) (xy 128.395943 75.374499) (xy 128.388347 75.374499)
+ (xy 128.388331 75.3745) (xy 126.714433 75.3745) (xy 126.647394 75.354815) (xy 126.601639 75.302011)
+ (xy 126.591695 75.232853) (xy 126.62072 75.169297) (xy 126.663984 75.140423) (xy 126.662791 75.137864)
+ (xy 126.669326 75.134816) (xy 126.669334 75.134814) (xy 126.818656 75.042712) (xy 126.942712 74.918656)
+ (xy 127.034814 74.769334) (xy 127.062595 74.685495) (xy 127.102368 74.628051) (xy 127.166884 74.601228)
+ (xy 127.180301 74.6005) (xy 128.950831 74.6005) (xy 128.950847 74.600501) (xy 128.958443 74.600501)
+ (xy 129.116554 74.600501) (xy 129.116557 74.600501) (xy 129.269285 74.559577) (xy 129.319404 74.530639)
+ (xy 129.406216 74.48052) (xy 129.51802 74.368716) (xy 129.51802 74.368714) (xy 129.528228 74.358507)
+ (xy 129.52823 74.358504) (xy 129.724916 74.161818) (xy 129.786239 74.128333) (xy 129.812597 74.125499)
+ (xy 130.525002 74.125499) (xy 130.525008 74.125499) (xy 130.627797 74.114999) (xy 130.794334 74.059814)
+ (xy 130.943656 73.967712) (xy 131.067712 73.843656) (xy 131.159814 73.694334) (xy 131.214999 73.527797)
+ (xy 131.2255 73.425009) (xy 131.225499 72.649992) (xy 131.223754 72.632914) (xy 131.214999 72.547203)
+ (xy 131.214998 72.5472) (xy 131.182701 72.449735) (xy 131.159814 72.380666) (xy 131.067712 72.231344)
+ (xy 130.943656 72.107288) (xy 130.940342 72.105243) (xy 130.938546 72.103248) (xy 130.937989 72.102807)
+ (xy 130.938064 72.102711) (xy 130.893618 72.053297) (xy 130.882397 71.984334) (xy 130.91024 71.920252)
+ (xy 130.940348 71.894165) (xy 130.943342 71.892318) (xy 131.067315 71.768345) (xy 131.159356 71.619124)
+ (xy 131.159358 71.619119) (xy 131.214505 71.452697) (xy 131.214506 71.45269) (xy 131.224999 71.349986)
+ (xy 131.225 71.349973) (xy 131.225 71.2125) (xy 128.775001 71.2125) (xy 128.775001 71.349986) (xy 128.785494 71.452697)
+ (xy 128.840641 71.619119) (xy 128.840643 71.619124) (xy 128.932684 71.768345) (xy 129.056655 71.892316)
+ (xy 129.056659 71.892319) (xy 129.059656 71.894168) (xy 129.061279 71.895972) (xy 129.062323 71.896798)
+ (xy 129.062181 71.896976) (xy 129.106381 71.946116) (xy 129.117602 72.015079) (xy 129.089759 72.079161)
+ (xy 129.059661 72.105241) (xy 129.056349 72.107283) (xy 129.056343 72.107288) (xy 128.932289 72.231342)
+ (xy 128.840187 72.380663) (xy 128.840186 72.380666) (xy 128.785001 72.547203) (xy 128.785001 72.547204)
+ (xy 128.785 72.547204) (xy 128.7745 72.649983) (xy 128.7745 72.649996) (xy 128.774501 73.2755) (xy 128.754817 73.342539)
+ (xy 128.702013 73.388294) (xy 128.650501 73.3995) (xy 127.180301 73.3995) (xy 127.113262 73.379815)
+ (xy 127.067507 73.327011) (xy 127.062595 73.314504) (xy 127.054675 73.290602) (xy 127.034814 73.230666)
+ (xy 126.942712 73.081344) (xy 126.818656 72.957288) (xy 126.669334 72.865186) (xy 126.502797 72.810001)
+ (xy 126.502795 72.81) (xy 126.40001 72.7995) (xy 125.599998 72.7995) (xy 125.59998 72.799501) (xy 125.497203 72.81)
+ (xy 125.4972 72.810001) (xy 125.330668 72.865185) (xy 125.330663 72.865187) (xy 125.181342 72.957289)
+ (xy 125.087681 73.050951) (xy 125.026358 73.084436) (xy 124.956666 73.079452) (xy 124.912319 73.050951)
+ (xy 124.818657 72.957289) (xy 124.818656 72.957288) (xy 124.669334 72.865186) (xy 124.502797 72.810001)
+ (xy 124.502795 72.81) (xy 124.40001 72.7995) (xy 123.599998 72.7995) (xy 123.59998 72.799501) (xy 123.497203 72.81)
+ (xy 123.4972 72.810001) (xy 123.330668 72.865185) (xy 123.330663 72.865187) (xy 123.181342 72.957289)
+ (xy 123.057289 73.081342) (xy 122.965187 73.230663) (xy 122.965186 73.230666) (xy 122.910001 73.397203)
+ (xy 122.910001 73.397204) (xy 122.91 73.397204) (xy 122.8995 73.499983) (xy 122.8995 74.199902)
+ (xy 122.879815 74.266941) (xy 122.863181 74.287583) (xy 121.562505 75.58826) (xy 121.501182 75.621745)
+ (xy 121.474824 75.624579) (xy 120.794125 75.624579) (xy 120.727086 75.604894) (xy 120.681331 75.55209)
+ (xy 120.670835 75.513831) (xy 120.66909 75.497596) (xy 120.618796 75.362751) (xy 120.618792 75.362744)
+ (xy 120.532546 75.247535) (xy 120.532543 75.247532) (xy 120.417334 75.161286) (xy 120.417327 75.161282)
+ (xy 120.282481 75.110988) (xy 120.282482 75.110988) (xy 120.222882 75.104581) (xy 120.22288 75.10458)
+ (xy 120.222872 75.10458) (xy 120.222864 75.10458) (xy 119.719082 75.10458) (xy 119.652043 75.084895)
+ (xy 119.606288 75.032091) (xy 119.595082 74.98058) (xy 119.595082 74.977171) (xy 119.595081 74.977154)
+ (xy 119.58868 74.917626) (xy 119.588678 74.917619) (xy 119.538436 74.782912) (xy 119.538432 74.782905)
+ (xy 119.452272 74.667811) (xy 119.452269 74.667808) (xy 119.337175 74.581648) (xy 119.337168 74.581644)
+ (xy 119.202461 74.531402) (xy 119.202454 74.5314) (xy 119.142926 74.524999) (xy 118.807237 74.524999)
+ (xy 118.747709 74.5314) (xy 118.747702 74.531402) (xy 118.612987 74.581647) (xy 118.609058 74.583793)
+ (xy 118.604685 74.584743) (xy 118.604683 74.584745) (xy 118.604682 74.584744) (xy 118.540785 74.598642)
+ (xy 118.475321 74.574221) (xy 118.433453 74.518286) (xy 118.428472 74.448594) (xy 118.461954 74.387279)
+ (xy 122.274221 70.575013) (xy 128.775 70.575013) (xy 128.775 70.7125) (xy 129.75 70.7125) (xy 130.25 70.7125)
+ (xy 131.224999 70.7125) (xy 131.224999 70.575028) (xy 131.224998 70.575013) (xy 131.214505 70.472302)
+ (xy 131.159358 70.30588) (xy 131.159356 70.305875) (xy 131.067315 70.156654) (xy 130.943345 70.032684)
+ (xy 130.794124 69.940643) (xy 130.794119 69.940641) (xy 130.627697 69.885494) (xy 130.62769 69.885493)
+ (xy 130.524986 69.875) (xy 130.25 69.875) (xy 130.25 70.7125) (xy 129.75 70.7125) (xy 129.75 69.875)
+ (xy 129.475029 69.875) (xy 129.475012 69.875001) (xy 129.372302 69.885494) (xy 129.20588 69.940641)
+ (xy 129.205875 69.940643) (xy 129.056654 70.032684) (xy 128.932684 70.156654) (xy 128.840643 70.305875)
+ (xy 128.840641 70.30588) (xy 128.785494 70.472302) (xy 128.785493 70.472309) (xy 128.775 70.575013)
+ (xy 122.274221 70.575013) (xy 127.212416 65.636819) (xy 127.273739 65.603334) (xy 127.300097 65.6005)
+ (xy 128.420943 65.6005) (xy 128.579057 65.6005) (xy 131.099903 65.6005)
)
)
(filled_polygon
(layer "F.Cu")
(pts
- (xy 155.087079 85.906314) (xy 160.090684 90.90992) (xy 165.045921 95.865157) (xy 165.079406 95.92648)
- (xy 165.076173 95.991149) (xy 165.071523 96.00546) (xy 165.071523 96.005462) (xy 165.0395 96.207648)
- (xy 165.0395 96.412351) (xy 165.071522 96.614534) (xy 165.134781 96.809223) (xy 165.227715 96.991613)
- (xy 165.348028 97.157213) (xy 165.492786 97.301971) (xy 165.647749 97.414556) (xy 165.65839 97.422287)
- (xy 165.74984 97.468883) (xy 165.75108 97.469515) (xy 165.801876 97.51749) (xy 165.818671 97.585311)
- (xy 165.796134 97.651446) (xy 165.75108 97.690485) (xy 165.658386 97.737715) (xy 165.492786 97.858028)
- (xy 165.348028 98.002786) (xy 165.227715 98.168385) (xy 165.220883 98.181795) (xy 165.172909 98.232591)
- (xy 165.110398 98.2495) (xy 156.480097 98.2495) (xy 156.413058 98.229815) (xy 156.392416 98.213181)
- (xy 154.934077 96.754842) (xy 154.900592 96.693519) (xy 154.903828 96.628841) (xy 154.908477 96.614534)
- (xy 154.9405 96.412352) (xy 154.9405 96.207648) (xy 154.915274 96.04838) (xy 154.908477 96.005465)
- (xy 154.862888 95.865157) (xy 154.84522 95.810781) (xy 154.845218 95.810778) (xy 154.845218 95.810776)
- (xy 154.811503 95.744607) (xy 154.752287 95.62839) (xy 154.744556 95.617749) (xy 154.631971 95.462786)
- (xy 154.487213 95.318028) (xy 154.32161 95.197712) (xy 154.3082 95.190879) (xy 154.297138 95.180431)
- (xy 154.283297 95.17411) (xy 154.272255 95.156928) (xy 154.257406 95.142903) (xy 154.253165 95.127223)
- (xy 154.245523 95.115332) (xy 154.2405 95.080397) (xy 154.2405 94.999601) (xy 154.260185 94.932562)
- (xy 154.308206 94.889116) (xy 154.32161 94.882287) (xy 154.487219 94.761966) (xy 154.631966 94.617219)
- (xy 154.631968 94.617215) (xy 154.631971 94.617213) (xy 154.694853 94.530662) (xy 154.752287 94.45161)
- (xy 154.84522 94.269219) (xy 154.908477 94.074534) (xy 154.9405 93.872352) (xy 154.9405 93.667648)
- (xy 154.908477 93.465466) (xy 154.84522 93.270781) (xy 154.845218 93.270778) (xy 154.845218 93.270776)
- (xy 154.811503 93.204607) (xy 154.752287 93.08839) (xy 154.726329 93.052661) (xy 154.631971 92.922786)
- (xy 154.487213 92.778028) (xy 154.321611 92.657713) (xy 154.228369 92.610203) (xy 154.177574 92.562229)
- (xy 154.160779 92.494407) (xy 154.183317 92.428273) (xy 154.228371 92.389234) (xy 154.321347 92.341861)
- (xy 154.486894 92.221582) (xy 154.486895 92.221582) (xy 154.631582 92.076895) (xy 154.631582 92.076894)
- (xy 154.751859 91.911349) (xy 154.844755 91.729029) (xy 154.90799 91.534413) (xy 154.916609 91.48)
- (xy 153.955686 91.48) (xy 153.96008 91.475606) (xy 154.012741 91.384394) (xy 154.04 91.282661) (xy 154.04 91.177339)
- (xy 154.012741 91.075606) (xy 153.96008 90.984394) (xy 153.955686 90.98) (xy 154.916609 90.98) (xy 154.90799 90.925586)
- (xy 154.844755 90.73097) (xy 154.751859 90.54865) (xy 154.631582 90.383105) (xy 154.631582 90.383104)
- (xy 154.486895 90.238417) (xy 154.321349 90.11814) (xy 154.22782 90.070485) (xy 154.177024 90.022511)
- (xy 154.160229 89.95469) (xy 154.182766 89.888555) (xy 154.22782 89.849515) (xy 154.321349 89.801859)
- (xy 154.486894 89.681582) (xy 154.486895 89.681582) (xy 154.631582 89.536895) (xy 154.631582 89.536894)
- (xy 154.751859 89.371349) (xy 154.844755 89.189029) (xy 154.90799 88.994413) (xy 154.916609 88.94)
- (xy 153.955686 88.94) (xy 153.96008 88.935606) (xy 154.012741 88.844394) (xy 154.04 88.742661) (xy 154.04 88.637339)
- (xy 154.012741 88.535606) (xy 153.96008 88.444394) (xy 153.955686 88.44) (xy 154.916609 88.44) (xy 154.90799 88.385586)
- (xy 154.844755 88.19097) (xy 154.751859 88.00865) (xy 154.631582 87.843105) (xy 154.631582 87.843104)
- (xy 154.486895 87.698417) (xy 154.321349 87.57814) (xy 154.22782 87.530485) (xy 154.177024 87.482511)
- (xy 154.160229 87.41469) (xy 154.182766 87.348555) (xy 154.22782 87.309515) (xy 154.321349 87.261859)
- (xy 154.486894 87.141582) (xy 154.486895 87.141582) (xy 154.631582 86.996895) (xy 154.631582 86.996894)
- (xy 154.751859 86.831349) (xy 154.844755 86.649029) (xy 154.90799 86.454413) (xy 154.916609 86.4)
- (xy 153.955686 86.4) (xy 153.96008 86.395606) (xy 154.012741 86.304394) (xy 154.04 86.202661) (xy 154.04 86.097339)
- (xy 154.012741 85.995606) (xy 153.96008 85.904394) (xy 153.955686 85.9) (xy 154.925735 85.9) (xy 154.963614 85.875272)
- (xy 155.033482 85.874772)
+ (xy 118.348375 74.603372) (xy 118.404308 74.645244) (xy 118.428725 74.710708) (xy 118.413876 74.778975)
+ (xy 118.41173 74.782904) (xy 118.361485 74.917619) (xy 118.361483 74.917626) (xy 118.355082 74.977154)
+ (xy 118.355082 75.32008) (xy 118.356745 75.321743) (xy 118.41812 75.339765) (xy 118.463875 75.392569)
+ (xy 118.475081 75.44408) (xy 118.475081 78.956178) (xy 118.455396 79.023217) (xy 118.450348 79.030488)
+ (xy 118.411288 79.082665) (xy 118.411284 79.082672) (xy 118.365436 79.205599) (xy 118.360991 79.217518)
+ (xy 118.354582 79.277128) (xy 118.354582 79.277135) (xy 118.354582 79.277136) (xy 118.354582 79.705985)
+ (xy 118.334897 79.773024) (xy 118.282093 79.818779) (xy 118.212935 79.828723) (xy 118.149379 79.799698)
+ (xy 118.142901 79.793666) (xy 118.131898 79.782663) (xy 118.098413 79.72134) (xy 118.095579 79.694982)
+ (xy 118.095579 79.27713) (xy 118.095578 79.277124) (xy 118.094952 79.271301) (xy 118.089171 79.217518)
+ (xy 118.083176 79.201445) (xy 118.038877 79.082672) (xy 118.038873 79.082665) (xy 117.999814 79.030488)
+ (xy 117.975397 78.965024) (xy 117.975081 78.956178) (xy 117.975081 75.99382) (xy 117.994766 75.926781)
+ (xy 117.999808 75.919517) (xy 118.038876 75.86733) (xy 118.089171 75.732482) (xy 118.09558 75.672872)
+ (xy 118.095579 74.977127) (xy 118.089171 74.917516) (xy 118.074245 74.877499) (xy 118.069262 74.807809)
+ (xy 118.102745 74.746488) (xy 118.217362 74.631871) (xy 118.278683 74.598388)
)
)
(filled_polygon
(layer "F.Cu")
(pts
- (xy 153.89 90.914314) (xy 153.885606 90.90992) (xy 153.794394 90.857259) (xy 153.692661 90.83) (xy 153.587339 90.83)
- (xy 153.485606 90.857259) (xy 153.394394 90.90992) (xy 153.39 90.914314) (xy 153.39 89.005686) (xy 153.394394 89.01008)
- (xy 153.485606 89.062741) (xy 153.587339 89.09) (xy 153.692661 89.09) (xy 153.794394 89.062741)
- (xy 153.885606 89.01008) (xy 153.89 89.005686)
+ (xy 98.89 58.414314) (xy 98.885606 58.40992) (xy 98.794394 58.357259) (xy 98.692661 58.33) (xy 98.587339 58.33)
+ (xy 98.485606 58.357259) (xy 98.394394 58.40992) (xy 98.39 58.414314) (xy 98.39 56.505686) (xy 98.394394 56.51008)
+ (xy 98.485606 56.562741) (xy 98.587339 56.59) (xy 98.692661 56.59) (xy 98.794394 56.562741) (xy 98.885606 56.51008)
+ (xy 98.89 56.505686)
)
)
(filled_polygon
(layer "F.Cu")
(pts
- (xy 153.89 88.374314) (xy 153.885606 88.36992) (xy 153.794394 88.317259) (xy 153.692661 88.29) (xy 153.587339 88.29)
- (xy 153.485606 88.317259) (xy 153.394394 88.36992) (xy 153.39 88.374314) (xy 153.39 86.465686) (xy 153.394394 86.47008)
- (xy 153.485606 86.522741) (xy 153.587339 86.55) (xy 153.692661 86.55) (xy 153.794394 86.522741)
- (xy 153.885606 86.47008) (xy 153.89 86.465686)
+ (xy 98.89 55.874314) (xy 98.885606 55.86992) (xy 98.794394 55.817259) (xy 98.692661 55.79) (xy 98.587339 55.79)
+ (xy 98.485606 55.817259) (xy 98.394394 55.86992) (xy 98.39 55.874314) (xy 98.39 53.965686) (xy 98.394394 53.97008)
+ (xy 98.485606 54.022741) (xy 98.587339 54.05) (xy 98.692661 54.05) (xy 98.794394 54.022741) (xy 98.885606 53.97008)
+ (xy 98.89 53.965686)
+ )
+ )
+ )
+ (zone
+ (net "+12V")
+ (layer "B.Cu")
+ (uuid "dd104f7e-f106-4317-8c49-88d0573df656")
+ (hatch edge 0.5)
+ (connect_pads
+ (clearance 0.2)
+ )
+ (min_thickness 0.25)
+ (fill yes
+ (thermal_gap 0.2)
+ (thermal_bridge_width 0.5)
+ (island_removal_mode 0)
+ )
+ (polygon
+ (pts
+ (xy 54.210364 27) (xy 155.199135 27) (xy 155.199135 114) (xy 54.210364 114)
)
)
(filled_polygon
- (layer "F.Cu")
+ (layer "B.Cu")
(pts
- (xy 190.004418 74.500816) (xy 190.204561 74.51513) (xy 190.222063 74.517647) (xy 190.413797 74.559355)
- (xy 190.430755 74.564334) (xy 190.614609 74.632909) (xy 190.630701 74.640259) (xy 190.802904 74.734288)
- (xy 190.817784 74.743849) (xy 190.974867 74.861441) (xy 190.988237 74.873027) (xy 191.126972 75.011762)
- (xy 191.138558 75.025132) (xy 191.256146 75.18221) (xy 191.265711 75.197095) (xy 191.35974 75.369298)
- (xy 191.36709 75.38539) (xy 191.435662 75.569236) (xy 191.440646 75.586212) (xy 191.482351 75.777931)
- (xy 191.484869 75.795442) (xy 191.499184 75.99558) (xy 191.4995 76.004427) (xy 191.4995 106.995572)
- (xy 191.499184 107.004419) (xy 191.484869 107.204557) (xy 191.482351 107.222067) (xy 191.440647 107.413784)
- (xy 191.435663 107.430761) (xy 191.36709 107.614609) (xy 191.35974 107.630701) (xy 191.265711 107.802904)
- (xy 191.256146 107.817789) (xy 191.138558 107.974867) (xy 191.126972 107.988237) (xy 190.988237 108.126972)
- (xy 190.974867 108.138558) (xy 190.817789 108.256146) (xy 190.802904 108.265711) (xy 190.630701 108.35974)
- (xy 190.614609 108.36709) (xy 190.430763 108.435662) (xy 190.413787 108.440646) (xy 190.222068 108.482351)
- (xy 190.204557 108.484869) (xy 190.023779 108.497799) (xy 190.004417 108.499184) (xy 189.995572 108.4995)
- (xy 94.004428 108.4995) (xy 93.995582 108.499184) (xy 93.973622 108.497613) (xy 93.795442 108.484869)
- (xy 93.777931 108.482351) (xy 93.586212 108.440646) (xy 93.569236 108.435662) (xy 93.38539 108.36709)
- (xy 93.369298 108.35974) (xy 93.197095 108.265711) (xy 93.18221 108.256146) (xy 93.025132 108.138558)
- (xy 93.011762 108.126972) (xy 92.873027 107.988237) (xy 92.861441 107.974867) (xy 92.743849 107.817784)
- (xy 92.734288 107.802904) (xy 92.640259 107.630701) (xy 92.632909 107.614609) (xy 92.564337 107.430761)
- (xy 92.559353 107.413785) (xy 92.549549 107.368716) (xy 92.517647 107.222064) (xy 92.51513 107.204556)
- (xy 92.506154 107.07906) (xy 92.500816 107.004418) (xy 92.5005 106.995572) (xy 92.5005 103.874038)
- (xy 95.3995 103.874038) (xy 95.3995 104.125962) (xy 95.411227 104.200001) (xy 95.43891 104.374785)
- (xy 95.51676 104.614383) (xy 95.576446 104.731522) (xy 95.617826 104.812735) (xy 95.631132 104.838848)
- (xy 95.779201 105.042649) (xy 95.779205 105.042654) (xy 95.957345 105.220794) (xy 95.95735 105.220798)
- (xy 96.092033 105.31865) (xy 96.161155 105.36887) (xy 96.276402 105.427591) (xy 96.385616 105.483239)
- (xy 96.385618 105.483239) (xy 96.385621 105.483241) (xy 96.625215 105.56109) (xy 96.874038 105.6005)
- (xy 96.874039 105.6005) (xy 97.125961 105.6005) (xy 97.125962 105.6005) (xy 97.374785 105.56109)
- (xy 97.614379 105.483241) (xy 97.838845 105.36887) (xy 98.042656 105.220793) (xy 98.220793 105.042656)
- (xy 98.36887 104.838845) (xy 98.483241 104.614379) (xy 98.56109 104.374785) (xy 98.6005 104.125962)
- (xy 98.6005 103.874038) (xy 98.56109 103.625215) (xy 98.483241 103.385621) (xy 98.483239 103.385618)
- (xy 98.483239 103.385616) (xy 98.40187 103.225922) (xy 98.36887 103.161155) (xy 98.318956 103.092454)
- (xy 98.220798 102.95735) (xy 98.220794 102.957345) (xy 98.042654 102.779205) (xy 98.042649 102.779201)
- (xy 97.838848 102.631132) (xy 97.838847 102.631131) (xy 97.838845 102.63113) (xy 97.718857 102.569993)
- (xy 97.614383 102.51676) (xy 97.374785 102.43891) (xy 97.3317 102.432086) (xy 97.125962 102.3995)
- (xy 96.874038 102.3995) (xy 96.749626 102.419205) (xy 96.625214 102.43891) (xy 96.385616 102.51676)
- (xy 96.161151 102.631132) (xy 95.95735 102.779201) (xy 95.957345 102.779205) (xy 95.779205 102.957345)
- (xy 95.779201 102.95735) (xy 95.631132 103.161151) (xy 95.51676 103.385616) (xy 95.43891 103.625214)
- (xy 95.43891 103.625215) (xy 95.3995 103.874038) (xy 92.5005 103.874038) (xy 92.5005 78.874038)
- (xy 95.3995 78.874038) (xy 95.3995 79.125962) (xy 95.427378 79.301977) (xy 95.43891 79.374785) (xy 95.51676 79.614383)
- (xy 95.557153 79.693657) (xy 95.620362 79.817712) (xy 95.631132 79.838848) (xy 95.779201 80.042649)
- (xy 95.779205 80.042654) (xy 95.957345 80.220794) (xy 95.95735 80.220798) (xy 96.135117 80.349952)
- (xy 96.161155 80.36887) (xy 96.304184 80.441747) (xy 96.385616 80.483239) (xy 96.385618 80.483239)
- (xy 96.385621 80.483241) (xy 96.625215 80.56109) (xy 96.874038 80.6005) (xy 96.874039 80.6005) (xy 97.125961 80.6005)
- (xy 97.125962 80.6005) (xy 97.374785 80.56109) (xy 97.614379 80.483241) (xy 97.838845 80.36887)
- (xy 98.042656 80.220793) (xy 98.220793 80.042656) (xy 98.36887 79.838845) (xy 98.483241 79.614379)
- (xy 98.56109 79.374785) (xy 98.6005 79.125962) (xy 98.6005 78.874038) (xy 98.573185 78.701577) (xy 104.4245 78.701577)
- (xy 104.4245 78.898422) (xy 104.45529 79.092826) (xy 104.516117 79.280029) (xy 104.564398 79.374785)
- (xy 104.605476 79.455405) (xy 104.721172 79.614646) (xy 104.860354 79.753828) (xy 105.019595 79.869524)
- (xy 105.098665 79.909812) (xy 105.19497 79.958882) (xy 105.194972 79.958882) (xy 105.194975 79.958884)
- (xy 105.259163 79.97974) (xy 105.382173 80.019709) (xy 105.576578 80.0505) (xy 105.576583 80.0505)
- (xy 105.773422 80.0505) (xy 105.967826 80.019709) (xy 105.970082 80.018976) (xy 106.155025 79.958884)
- (xy 106.330405 79.869524) (xy 106.489646 79.753828) (xy 106.628828 79.614646) (xy 106.744524 79.455405)
- (xy 106.785602 79.374785) (xy 106.834515 79.278787) (xy 106.882489 79.22799) (xy 106.95031 79.211195)
- (xy 107.016445 79.233732) (xy 107.055485 79.278787) (xy 107.145474 79.455403) (xy 107.179134 79.501731)
- (xy 107.261172 79.614646) (xy 107.400354 79.753828) (xy 107.559595 79.869524) (xy 107.638665 79.909812)
- (xy 107.73497 79.958882) (xy 107.734972 79.958882) (xy 107.734975 79.958884) (xy 107.799163 79.97974)
- (xy 107.922173 80.019709) (xy 108.116578 80.0505) (xy 108.116583 80.0505) (xy 108.313422 80.0505)
- (xy 108.507826 80.019709) (xy 108.510082 80.018976) (xy 108.695025 79.958884) (xy 108.870405 79.869524)
- (xy 109.029646 79.753828) (xy 109.168828 79.614646) (xy 109.284524 79.455405) (xy 109.325602 79.374785)
- (xy 109.374515 79.278787) (xy 109.422489 79.22799) (xy 109.49031 79.211195) (xy 109.556445 79.233732)
- (xy 109.595485 79.278787) (xy 109.685474 79.455403) (xy 109.719134 79.501731) (xy 109.801172 79.614646)
- (xy 109.940354 79.753828) (xy 110.099595 79.869524) (xy 110.178665 79.909812) (xy 110.27497 79.958882)
- (xy 110.274972 79.958882) (xy 110.274975 79.958884) (xy 110.339163 79.97974) (xy 110.462173 80.019709)
- (xy 110.656578 80.0505) (xy 110.656583 80.0505) (xy 110.853422 80.0505) (xy 111.047826 80.019709)
- (xy 111.050082 80.018976) (xy 111.235025 79.958884) (xy 111.410405 79.869524) (xy 111.569646 79.753828)
- (xy 111.708828 79.614646) (xy 111.824524 79.455405) (xy 111.865602 79.374785) (xy 111.914515 79.278787)
- (xy 111.962489 79.22799) (xy 112.03031 79.211195) (xy 112.096445 79.233732) (xy 112.135485 79.278787)
- (xy 112.225474 79.455403) (xy 112.259134 79.501731) (xy 112.341172 79.614646) (xy 112.480354 79.753828)
- (xy 112.639595 79.869524) (xy 112.718665 79.909812) (xy 112.81497 79.958882) (xy 112.814972 79.958882)
- (xy 112.814975 79.958884) (xy 112.879163 79.97974) (xy 113.002173 80.019709) (xy 113.196578 80.0505)
- (xy 113.196583 80.0505) (xy 113.393422 80.0505) (xy 113.587826 80.019709) (xy 113.590082 80.018976)
- (xy 113.775025 79.958884) (xy 113.950405 79.869524) (xy 114.109646 79.753828) (xy 114.248828 79.614646)
- (xy 114.364524 79.455405) (xy 114.405602 79.374785) (xy 114.454515 79.278787) (xy 114.502489 79.22799)
- (xy 114.57031 79.211195) (xy 114.636445 79.233732) (xy 114.675485 79.278787) (xy 114.765474 79.455403)
- (xy 114.799134 79.501731) (xy 114.881172 79.614646) (xy 115.020354 79.753828) (xy 115.179595 79.869524)
- (xy 115.258665 79.909812) (xy 115.35497 79.958882) (xy 115.354972 79.958882) (xy 115.354975 79.958884)
- (xy 115.419163 79.97974) (xy 115.542173 80.019709) (xy 115.736578 80.0505) (xy 115.736583 80.0505)
- (xy 115.933422 80.0505) (xy 116.127826 80.019709) (xy 116.130082 80.018976) (xy 116.315025 79.958884)
- (xy 116.490405 79.869524) (xy 116.649646 79.753828) (xy 116.788828 79.614646) (xy 116.904524 79.455405)
- (xy 116.945602 79.374785) (xy 116.994515 79.278787) (xy 117.042489 79.22799) (xy 117.11031 79.211195)
- (xy 117.176445 79.233732) (xy 117.215485 79.278787) (xy 117.305474 79.455403) (xy 117.339134 79.501731)
- (xy 117.421172 79.614646) (xy 117.560354 79.753828) (xy 117.719595 79.869524) (xy 117.798665 79.909812)
- (xy 117.89497 79.958882) (xy 117.894972 79.958882) (xy 117.894975 79.958884) (xy 117.959163 79.97974)
- (xy 118.082173 80.019709) (xy 118.276578 80.0505) (xy 118.276583 80.0505) (xy 118.473422 80.0505)
- (xy 118.667826 80.019709) (xy 118.670082 80.018976) (xy 118.855025 79.958884) (xy 119.030405 79.869524)
- (xy 119.189646 79.753828) (xy 119.328828 79.614646) (xy 119.444524 79.455405) (xy 119.485602 79.374785)
- (xy 119.534515 79.278787) (xy 119.582489 79.22799) (xy 119.65031 79.211195) (xy 119.716445 79.233732)
- (xy 119.755485 79.278787) (xy 119.845474 79.455403) (xy 119.879134 79.501731) (xy 119.961172 79.614646)
- (xy 120.100354 79.753828) (xy 120.259595 79.869524) (xy 120.338665 79.909812) (xy 120.43497 79.958882)
- (xy 120.434972 79.958882) (xy 120.434975 79.958884) (xy 120.499163 79.97974) (xy 120.622173 80.019709)
- (xy 120.816578 80.0505) (xy 120.816583 80.0505) (xy 121.013422 80.0505) (xy 121.207826 80.019709)
- (xy 121.210082 80.018976) (xy 121.395025 79.958884) (xy 121.570405 79.869524) (xy 121.729646 79.753828)
- (xy 121.868828 79.614646) (xy 121.984524 79.455405) (xy 122.025602 79.374785) (xy 122.074515 79.278787)
- (xy 122.122489 79.22799) (xy 122.19031 79.211195) (xy 122.256445 79.233732) (xy 122.295485 79.278787)
- (xy 122.385474 79.455403) (xy 122.419134 79.501731) (xy 122.501172 79.614646) (xy 122.640354 79.753828)
- (xy 122.799595 79.869524) (xy 122.878665 79.909812) (xy 122.97497 79.958882) (xy 122.974972 79.958882)
- (xy 122.974975 79.958884) (xy 123.039163 79.97974) (xy 123.162173 80.019709) (xy 123.356578 80.0505)
- (xy 123.356583 80.0505) (xy 123.553422 80.0505) (xy 123.747826 80.019709) (xy 123.750082 80.018976)
- (xy 123.935025 79.958884) (xy 124.110405 79.869524) (xy 124.269646 79.753828) (xy 124.408828 79.614646)
- (xy 124.524524 79.455405) (xy 124.565602 79.374785) (xy 124.614515 79.278787) (xy 124.662489 79.22799)
- (xy 124.73031 79.211195) (xy 124.796445 79.233732) (xy 124.835485 79.278787) (xy 124.925474 79.455403)
- (xy 124.959134 79.501731) (xy 125.041172 79.614646) (xy 125.180354 79.753828) (xy 125.339595 79.869524)
- (xy 125.418665 79.909812) (xy 125.51497 79.958882) (xy 125.514972 79.958882) (xy 125.514975 79.958884)
- (xy 125.579163 79.97974) (xy 125.702173 80.019709) (xy 125.896578 80.0505) (xy 125.896583 80.0505)
- (xy 126.093422 80.0505) (xy 126.287826 80.019709) (xy 126.290082 80.018976) (xy 126.475025 79.958884)
- (xy 126.650405 79.869524) (xy 126.809646 79.753828) (xy 126.948828 79.614646) (xy 127.064524 79.455405)
- (xy 127.105602 79.374785) (xy 127.154515 79.278787) (xy 127.202489 79.22799) (xy 127.27031 79.211195)
- (xy 127.336445 79.233732) (xy 127.375485 79.278787) (xy 127.465474 79.455403) (xy 127.499134 79.501731)
- (xy 127.581172 79.614646) (xy 127.720354 79.753828) (xy 127.879595 79.869524) (xy 127.958665 79.909812)
- (xy 128.05497 79.958882) (xy 128.054972 79.958882) (xy 128.054975 79.958884) (xy 128.119163 79.97974)
- (xy 128.242173 80.019709) (xy 128.436578 80.0505) (xy 128.436583 80.0505) (xy 128.633422 80.0505)
- (xy 128.832454 80.018976) (xy 128.901747 80.02793) (xy 128.939533 80.053768) (xy 150.640139 101.754374)
- (xy 150.640149 101.754385) (xy 150.644479 101.758715) (xy 150.64448 101.758716) (xy 150.756284 101.87052)
- (xy 150.756286 101.870521) (xy 150.75629 101.870524) (xy 150.893209 101.949573) (xy 150.893216 101.949577)
- (xy 151.005019 101.979534) (xy 151.045942 101.9905) (xy 151.045943 101.9905) (xy 152.410398 101.9905)
- (xy 152.477437 102.010185) (xy 152.520883 102.058205) (xy 152.527715 102.071614) (xy 152.648028 102.237213)
- (xy 152.792786 102.381971) (xy 152.947749 102.494556) (xy 152.95839 102.502287) (xy 153.074607 102.561503)
- (xy 153.140776 102.595218) (xy 153.140778 102.595218) (xy 153.140781 102.59522) (xy 153.245137 102.629127)
- (xy 153.335465 102.658477) (xy 153.435234 102.674279) (xy 153.537648 102.6905) (xy 153.537649 102.6905)
- (xy 153.742351 102.6905) (xy 153.742352 102.6905) (xy 153.944534 102.658477) (xy 154.139219 102.59522)
- (xy 154.32161 102.502287) (xy 154.418234 102.432086) (xy 154.487213 102.381971) (xy 154.487215 102.381968)
- (xy 154.487219 102.381966) (xy 154.631966 102.237219) (xy 154.631968 102.237215) (xy 154.631971 102.237213)
- (xy 154.711856 102.127259) (xy 154.752287 102.07161) (xy 154.84522 101.889219) (xy 154.908477 101.694534)
- (xy 154.91509 101.652781) (xy 154.928322 101.56924) (xy 154.9405 101.492351) (xy 154.9405 101.287648)
- (xy 154.908477 101.085465) (xy 154.845218 100.890776) (xy 154.811503 100.824607) (xy 154.752287 100.70839)
- (xy 154.744556 100.697749) (xy 154.631971 100.542786) (xy 154.487213 100.398028) (xy 154.321614 100.277715)
- (xy 154.315006 100.274348) (xy 154.228917 100.230483) (xy 154.178123 100.182511) (xy 154.161328 100.11469)
- (xy 154.183865 100.048555) (xy 154.228917 100.009516) (xy 154.32161 99.962287) (xy 154.354459 99.938421)
- (xy 154.487213 99.841971) (xy 154.487215 99.841968) (xy 154.487219 99.841966) (xy 154.631966 99.697219)
- (xy 154.631968 99.697215) (xy 154.631971 99.697213) (xy 154.684732 99.62459) (xy 154.752287 99.53161)
- (xy 154.84522 99.349219) (xy 154.908477 99.154534) (xy 154.9405 98.952352) (xy 154.9405 98.759097)
- (xy 154.960185 98.692058) (xy 155.012989 98.646303) (xy 155.082147 98.636359) (xy 155.145703 98.665384)
- (xy 155.152181 98.671416) (xy 155.695139 99.214374) (xy 155.695149 99.214385) (xy 155.699479 99.218715)
- (xy 155.69948 99.218716) (xy 155.811284 99.33052) (xy 155.811286 99.330521) (xy 155.81129 99.330524)
- (xy 155.898093 99.380639) (xy 155.948216 99.409577) (xy 156.060019 99.439534) (xy 156.100942 99.4505)
- (xy 156.100943 99.4505) (xy 165.110398 99.4505) (xy 165.177437 99.470185) (xy 165.220883 99.518205)
- (xy 165.227715 99.531614) (xy 165.348028 99.697213) (xy 165.348034 99.697219) (xy 165.492781 99.841966)
- (xy 165.492788 99.841971) (xy 165.529674 99.86877) (xy 165.57234 99.9241) (xy 165.578319 99.993714)
- (xy 165.545714 100.055509) (xy 165.484875 100.089866) (xy 165.470046 100.092378) (xy 165.432626 100.096401)
- (xy 165.43262 100.096403) (xy 165.297913 100.146645) (xy 165.297906 100.146649) (xy 165.182812 100.232809)
- (xy 165.182809 100.232812) (xy 165.096649 100.347906) (xy 165.096645 100.347913) (xy 165.046403 100.48262)
- (xy 165.046401 100.482627) (xy 165.04 100.542155) (xy 165.04 101.14) (xy 166.024314 101.14) (xy 166.01992 101.144394)
- (xy 165.967259 101.235606) (xy 165.94 101.337339) (xy 165.94 101.442661) (xy 165.967259 101.544394)
- (xy 166.01992 101.635606) (xy 166.024314 101.64) (xy 165.04 101.64) (xy 165.04 102.237844) (xy 165.046401 102.297372)
- (xy 165.046403 102.297379) (xy 165.096645 102.432086) (xy 165.096649 102.432093) (xy 165.182809 102.547187)
- (xy 165.182812 102.54719) (xy 165.297906 102.63335) (xy 165.297913 102.633354) (xy 165.43262 102.683596)
- (xy 165.432627 102.683598) (xy 165.492155 102.689999) (xy 165.492172 102.69) (xy 166.09 102.69)
- (xy 166.09 101.705686) (xy 166.094394 101.71008) (xy 166.185606 101.762741) (xy 166.287339 101.79)
- (xy 166.392661 101.79) (xy 166.494394 101.762741) (xy 166.585606 101.71008) (xy 166.59 101.705686)
- (xy 166.59 102.69) (xy 167.187828 102.69) (xy 167.187844 102.689999) (xy 167.247372 102.683598)
- (xy 167.247379 102.683596) (xy 167.382086 102.633354) (xy 167.38209 102.633352) (xy 167.434106 102.594412)
- (xy 167.49957 102.569993) (xy 167.567843 102.584843) (xy 167.61725 102.634248) (xy 167.630892 102.674279)
- (xy 167.651522 102.804534) (xy 167.714781 102.999223) (xy 167.762286 103.092455) (xy 167.807585 103.181359)
- (xy 167.807715 103.181613) (xy 167.928028 103.347213) (xy 168.072786 103.491971) (xy 168.193226 103.579474)
- (xy 168.23839 103.612287) (xy 168.354607 103.671503) (xy 168.420776 103.705218) (xy 168.420778 103.705218)
- (xy 168.420781 103.70522) (xy 168.525137 103.739127) (xy 168.615465 103.768477) (xy 168.692429 103.780667)
- (xy 168.817648 103.8005) (xy 168.817649 103.8005) (xy 169.022351 103.8005) (xy 169.022352 103.8005)
- (xy 169.224534 103.768477) (xy 169.419219 103.70522) (xy 169.60161 103.612287) (xy 169.711055 103.532771)
- (xy 169.767213 103.491971) (xy 169.767215 103.491968) (xy 169.767219 103.491966) (xy 169.911966 103.347219)
- (xy 169.911968 103.347215) (xy 169.911971 103.347213) (xy 169.98538 103.246172) (xy 170.032287 103.18161)
- (xy 170.12522 102.999219) (xy 170.188477 102.804534) (xy 170.2205 102.602352) (xy 170.2205 102.397648)
- (xy 170.204618 102.297372) (xy 170.188477 102.195465) (xy 170.143878 102.058205) (xy 170.12522 102.000781)
- (xy 170.125218 102.000778) (xy 170.125218 102.000776) (xy 170.068376 101.889219) (xy 170.032287 101.81839)
- (xy 170.011661 101.79) (xy 169.911971 101.652786) (xy 169.767213 101.508028) (xy 169.60161 101.387712)
- (xy 169.5882 101.380879) (xy 169.537406 101.332903) (xy 169.5205 101.270397) (xy 169.5205 79.099499)
- (xy 169.540185 79.03246) (xy 169.592989 78.986705) (xy 169.6445 78.975499) (xy 169.650002 78.975499)
- (xy 169.650008 78.975499) (xy 169.752797 78.964999) (xy 169.919334 78.909814) (xy 170.068656 78.817712)
- (xy 170.192712 78.693656) (xy 170.284814 78.544334) (xy 170.284814 78.544331) (xy 170.288178 78.538879)
- (xy 170.340126 78.492154) (xy 170.409088 78.480931) (xy 170.47317 78.508774) (xy 170.481398 78.516294)
- (xy 170.620213 78.655109) (xy 170.792179 78.780048) (xy 170.792181 78.780049) (xy 170.792184 78.780051)
- (xy 170.981588 78.876557) (xy 171.183757 78.942246) (xy 171.393713 78.9755) (xy 171.393714 78.9755)
- (xy 171.606286 78.9755) (xy 171.606287 78.9755) (xy 171.816243 78.942246) (xy 172.018412 78.876557)
- (xy 172.207816 78.780051) (xy 172.229789 78.764086) (xy 172.379786 78.655109) (xy 172.379788 78.655106)
- (xy 172.379792 78.655104) (xy 172.530104 78.504792) (xy 172.649683 78.340204) (xy 172.705011 78.29754)
- (xy 172.774624 78.291561) (xy 172.83642 78.324166) (xy 172.850313 78.340199) (xy 172.929047 78.448568)
- (xy 172.969896 78.504792) (xy 173.120213 78.655109) (xy 173.292184 78.780051) (xy 173.292184 78.780052)
- (xy 173.331793 78.800233) (xy 173.38259 78.848206) (xy 173.3995 78.910718) (xy 173.3995 81.699902)
- (xy 173.379815 81.766941) (xy 173.363181 81.787583) (xy 171.519481 83.631282) (xy 171.51948 83.631284)
- (xy 171.486125 83.689057) (xy 171.440423 83.768215) (xy 171.399499 83.920943) (xy 171.399499 83.920945)
- (xy 171.399499 84.089046) (xy 171.3995 84.089059) (xy 171.3995 102.619902) (xy 171.379815 102.686941)
- (xy 171.363181 102.707583) (xy 169.364842 104.705921) (xy 169.303519 104.739406) (xy 169.238848 104.736173)
- (xy 169.224534 104.731522) (xy 169.049995 104.703878) (xy 169.022352 104.6995) (xy 168.817648 104.6995)
- (xy 168.793329 104.703351) (xy 168.615465 104.731522) (xy 168.420776 104.794781) (xy 168.238386 104.887715)
- (xy 168.072786 105.008028) (xy 167.928028 105.152786) (xy 167.807715 105.318386) (xy 167.714781 105.500776)
- (xy 167.651522 105.695465) (xy 167.6195 105.897648) (xy 167.6195 106.102351) (xy 167.651523 106.304535)
- (xy 167.651524 106.304542) (xy 167.662455 106.338183) (xy 167.66445 106.408024) (xy 167.628369 106.467856)
- (xy 167.565668 106.498684) (xy 167.544524 106.5005) (xy 164.157 106.5005) (xy 164.089961 106.480815)
- (xy 164.044206 106.428011) (xy 164.033 106.3765) (xy 164.032999 104.452129) (xy 164.032998 104.452123)
- (xy 164.032207 104.444766) (xy 164.026591 104.392517) (xy 164.02072 104.376777) (xy 163.976297 104.257671)
- (xy 163.976293 104.257664) (xy 163.890047 104.142455) (xy 163.890044 104.142452) (xy 163.774835 104.056206)
- (xy 163.774828 104.056202) (xy 163.639982 104.005908) (xy 163.639983 104.005908) (xy 163.580383 103.999501)
- (xy 163.580381 103.9995) (xy 163.580373 103.9995) (xy 163.580364 103.9995) (xy 161.579629 103.9995)
- (xy 161.579623 103.999501) (xy 161.520016 104.005908) (xy 161.385171 104.056202) (xy 161.385164 104.056206)
- (xy 161.269955 104.142452) (xy 161.269952 104.142455) (xy 161.183706 104.257664) (xy 161.183702 104.257671)
- (xy 161.173127 104.286026) (xy 161.131256 104.34196) (xy 161.065791 104.366377) (xy 160.997518 104.351525)
- (xy 160.98406 104.343011) (xy 160.801279 104.210213) (xy 160.597568 104.106417) (xy 160.380124 104.035765)
- (xy 160.29 104.02149) (xy 160.29 105.009252) (xy 160.252292 104.987482) (xy 160.112409 104.95) (xy 159.967591 104.95)
- (xy 159.827708 104.987482) (xy 159.79 105.009252) (xy 159.79 104.02149) (xy 159.789999 104.02149)
- (xy 159.699875 104.035765) (xy 159.482431 104.106417) (xy 159.278723 104.210211) (xy 159.093757 104.344597)
- (xy 158.932097 104.506257) (xy 158.870627 104.590864) (xy 158.815297 104.633529) (xy 158.745684 104.639508)
- (xy 158.683889 104.606902) (xy 158.669991 104.590864) (xy 158.608286 104.505934) (xy 158.446566 104.344214)
- (xy 158.261538 104.209783) (xy 158.242336 104.199999) (xy 158.057755 104.10595) (xy 157.840248 104.035278)
- (xy 157.654812 104.005908) (xy 157.614354 103.9995) (xy 157.385646 103.9995) (xy 157.345188 104.005908)
- (xy 157.159753 104.035278) (xy 157.15975 104.035278) (xy 156.942244 104.10595) (xy 156.738461 104.209783)
- (xy 156.553431 104.344216) (xy 156.391716 104.505931) (xy 156.391716 104.505932) (xy 156.391714 104.505934)
- (xy 156.354925 104.55657) (xy 156.257283 104.690961) (xy 156.15345 104.894744) (xy 156.082778 105.11225)
- (xy 156.082778 105.112253) (xy 156.070095 105.192331) (xy 156.047 105.338146) (xy 156.047 105.661854)
- (xy 156.052324 105.695465) (xy 156.082778 105.887746) (xy 156.103498 105.951516) (xy 156.105493 106.021357)
- (xy 156.073248 106.077515) (xy 155.787582 106.363182) (xy 155.726262 106.396666) (xy 155.699903 106.3995)
- (xy 108.775097 106.3995) (xy 108.708058 106.379815) (xy 108.687416 106.363181) (xy 107.979655 105.65542)
- (xy 107.94617 105.594097) (xy 107.951154 105.524405) (xy 107.993026 105.468472) (xy 108.05849 105.444055)
- (xy 108.086737 105.445266) (xy 108.116621 105.45) (xy 108.313382 105.45) (xy 108.507705 105.419221)
- (xy 108.694835 105.358418) (xy 108.870143 105.269095) (xy 108.905125 105.243678) (xy 108.905126 105.243678)
- (xy 108.303584 104.642138) (xy 108.388694 104.619333) (xy 108.491306 104.56009) (xy 108.57509 104.476306)
- (xy 108.634333 104.373694) (xy 108.657137 104.288585) (xy 109.258678 104.890126) (xy 109.258678 104.890125)
- (xy 109.284097 104.855141) (xy 109.374234 104.678236) (xy 109.422208 104.627439) (xy 109.490029 104.610644)
- (xy 109.556164 104.633181) (xy 109.595204 104.678235) (xy 109.596115 104.680024) (xy 109.596116 104.680025)
- (xy 109.685476 104.855405) (xy 109.801172 105.014646) (xy 109.940354 105.153828) (xy 110.099595 105.269524)
- (xy 110.174214 105.307544) (xy 110.27497 105.358882) (xy 110.274972 105.358882) (xy 110.274975 105.358884)
- (xy 110.305709 105.36887) (xy 110.462173 105.419709) (xy 110.656578 105.4505) (xy 110.656583 105.4505)
- (xy 110.853422 105.4505) (xy 111.047826 105.419709) (xy 111.050082 105.418976) (xy 111.235025 105.358884)
- (xy 111.410405 105.269524) (xy 111.569646 105.153828) (xy 111.708828 105.014646) (xy 111.824524 104.855405)
- (xy 111.887645 104.731522) (xy 111.914515 104.678787) (xy 111.962489 104.62799) (xy 112.03031 104.611195)
- (xy 112.096445 104.633732) (xy 112.135485 104.678787) (xy 112.225474 104.855403) (xy 112.250702 104.890125)
- (xy 112.341172 105.014646) (xy 112.480354 105.153828) (xy 112.639595 105.269524) (xy 112.714214 105.307544)
- (xy 112.81497 105.358882) (xy 112.814972 105.358882) (xy 112.814975 105.358884) (xy 112.845709 105.36887)
- (xy 113.002173 105.419709) (xy 113.196578 105.4505) (xy 113.196583 105.4505) (xy 113.393422 105.4505)
- (xy 113.587826 105.419709) (xy 113.590082 105.418976) (xy 113.775025 105.358884) (xy 113.950405 105.269524)
- (xy 114.109646 105.153828) (xy 114.248828 105.014646) (xy 114.364524 104.855405) (xy 114.427645 104.731522)
- (xy 114.454515 104.678787) (xy 114.502489 104.62799) (xy 114.57031 104.611195) (xy 114.636445 104.633732)
- (xy 114.675485 104.678787) (xy 114.765474 104.855403) (xy 114.790702 104.890125) (xy 114.881172 105.014646)
- (xy 115.020354 105.153828) (xy 115.179595 105.269524) (xy 115.254214 105.307544) (xy 115.35497 105.358882)
- (xy 115.354972 105.358882) (xy 115.354975 105.358884) (xy 115.385709 105.36887) (xy 115.542173 105.419709)
- (xy 115.736578 105.4505) (xy 115.736583 105.4505) (xy 115.933422 105.4505) (xy 116.127826 105.419709)
- (xy 116.130082 105.418976) (xy 116.315025 105.358884) (xy 116.490405 105.269524) (xy 116.649646 105.153828)
- (xy 116.788828 105.014646) (xy 116.904524 104.855405) (xy 116.967645 104.731522) (xy 116.994515 104.678787)
- (xy 117.042489 104.62799) (xy 117.11031 104.611195) (xy 117.176445 104.633732) (xy 117.215485 104.678787)
- (xy 117.305474 104.855403) (xy 117.330702 104.890125) (xy 117.421172 105.014646) (xy 117.560354 105.153828)
- (xy 117.719595 105.269524) (xy 117.794214 105.307544) (xy 117.89497 105.358882) (xy 117.894972 105.358882)
- (xy 117.894975 105.358884) (xy 117.925709 105.36887) (xy 118.082173 105.419709) (xy 118.276578 105.4505)
- (xy 118.276583 105.4505) (xy 118.473422 105.4505) (xy 118.667826 105.419709) (xy 118.670082 105.418976)
- (xy 118.855025 105.358884) (xy 119.030405 105.269524) (xy 119.189646 105.153828) (xy 119.328828 105.014646)
- (xy 119.444524 104.855405) (xy 119.507645 104.731522) (xy 119.534515 104.678787) (xy 119.582489 104.62799)
- (xy 119.65031 104.611195) (xy 119.716445 104.633732) (xy 119.755485 104.678787) (xy 119.845474 104.855403)
- (xy 119.870702 104.890125) (xy 119.961172 105.014646) (xy 120.100354 105.153828) (xy 120.259595 105.269524)
- (xy 120.334214 105.307544) (xy 120.43497 105.358882) (xy 120.434972 105.358882) (xy 120.434975 105.358884)
- (xy 120.465709 105.36887) (xy 120.622173 105.419709) (xy 120.816578 105.4505) (xy 120.816583 105.4505)
- (xy 121.013422 105.4505) (xy 121.207826 105.419709) (xy 121.210082 105.418976) (xy 121.395025 105.358884)
- (xy 121.570405 105.269524) (xy 121.729646 105.153828) (xy 121.868828 105.014646) (xy 121.984524 104.855405)
- (xy 122.047645 104.731522) (xy 122.074515 104.678787) (xy 122.122489 104.62799) (xy 122.19031 104.611195)
- (xy 122.256445 104.633732) (xy 122.295485 104.678787) (xy 122.385474 104.855403) (xy 122.410702 104.890125)
- (xy 122.501172 105.014646) (xy 122.640354 105.153828) (xy 122.799595 105.269524) (xy 122.874214 105.307544)
- (xy 122.97497 105.358882) (xy 122.974972 105.358882) (xy 122.974975 105.358884) (xy 123.005709 105.36887)
- (xy 123.162173 105.419709) (xy 123.356578 105.4505) (xy 123.356583 105.4505) (xy 123.553422 105.4505)
- (xy 123.747826 105.419709) (xy 123.750082 105.418976) (xy 123.935025 105.358884) (xy 124.110405 105.269524)
- (xy 124.269646 105.153828) (xy 124.408828 105.014646) (xy 124.524524 104.855405) (xy 124.587645 104.731522)
- (xy 124.614515 104.678787) (xy 124.662489 104.62799) (xy 124.73031 104.611195) (xy 124.796445 104.633732)
- (xy 124.835485 104.678787) (xy 124.925474 104.855403) (xy 124.950702 104.890125) (xy 125.041172 105.014646)
- (xy 125.180354 105.153828) (xy 125.339595 105.269524) (xy 125.414214 105.307544) (xy 125.51497 105.358882)
- (xy 125.514972 105.358882) (xy 125.514975 105.358884) (xy 125.545709 105.36887) (xy 125.702173 105.419709)
- (xy 125.896578 105.4505) (xy 125.896583 105.4505) (xy 126.093422 105.4505) (xy 126.287826 105.419709)
- (xy 126.290082 105.418976) (xy 126.475025 105.358884) (xy 126.650405 105.269524) (xy 126.809646 105.153828)
- (xy 126.948828 105.014646) (xy 127.064524 104.855405) (xy 127.127645 104.731522) (xy 127.154515 104.678787)
- (xy 127.202489 104.62799) (xy 127.27031 104.611195) (xy 127.336445 104.633732) (xy 127.375485 104.678787)
- (xy 127.465474 104.855403) (xy 127.490702 104.890125) (xy 127.581172 105.014646) (xy 127.720354 105.153828)
- (xy 127.879595 105.269524) (xy 127.954214 105.307544) (xy 128.05497 105.358882) (xy 128.054972 105.358882)
- (xy 128.054975 105.358884) (xy 128.085709 105.36887) (xy 128.242173 105.419709) (xy 128.436578 105.4505)
- (xy 128.436583 105.4505) (xy 128.633422 105.4505) (xy 128.827826 105.419709) (xy 128.830082 105.418976)
- (xy 129.015025 105.358884) (xy 129.190405 105.269524) (xy 129.349646 105.153828) (xy 129.488828 105.014646)
- (xy 129.604524 104.855405) (xy 129.667645 104.731522) (xy 129.694515 104.678787) (xy 129.742489 104.62799)
- (xy 129.81031 104.611195) (xy 129.876445 104.633732) (xy 129.915485 104.678787) (xy 130.005474 104.855403)
- (xy 130.030702 104.890125) (xy 130.121172 105.014646) (xy 130.260354 105.153828) (xy 130.419595 105.269524)
- (xy 130.494214 105.307544) (xy 130.59497 105.358882) (xy 130.594972 105.358882) (xy 130.594975 105.358884)
- (xy 130.625709 105.36887) (xy 130.782173 105.419709) (xy 130.976578 105.4505) (xy 130.976583 105.4505)
- (xy 131.173422 105.4505) (xy 131.367826 105.419709) (xy 131.370082 105.418976) (xy 131.555025 105.358884)
- (xy 131.730405 105.269524) (xy 131.889646 105.153828) (xy 132.028828 105.014646) (xy 132.144524 104.855405)
- (xy 132.207645 104.731522) (xy 132.234515 104.678787) (xy 132.282489 104.62799) (xy 132.35031 104.611195)
- (xy 132.416445 104.633732) (xy 132.455485 104.678787) (xy 132.545474 104.855403) (xy 132.570702 104.890125)
- (xy 132.661172 105.014646) (xy 132.800354 105.153828) (xy 132.959595 105.269524) (xy 133.034214 105.307544)
- (xy 133.13497 105.358882) (xy 133.134972 105.358882) (xy 133.134975 105.358884) (xy 133.165709 105.36887)
- (xy 133.322173 105.419709) (xy 133.516578 105.4505) (xy 133.516583 105.4505) (xy 133.713422 105.4505)
- (xy 133.907826 105.419709) (xy 133.910082 105.418976) (xy 134.095025 105.358884) (xy 134.270405 105.269524)
- (xy 134.429646 105.153828) (xy 134.568828 105.014646) (xy 134.684524 104.855405) (xy 134.747645 104.731522)
- (xy 134.774515 104.678787) (xy 134.822489 104.62799) (xy 134.89031 104.611195) (xy 134.956445 104.633732)
- (xy 134.995485 104.678787) (xy 135.085474 104.855403) (xy 135.110702 104.890125) (xy 135.201172 105.014646)
- (xy 135.340354 105.153828) (xy 135.499595 105.269524) (xy 135.574214 105.307544) (xy 135.67497 105.358882)
- (xy 135.674972 105.358882) (xy 135.674975 105.358884) (xy 135.705709 105.36887) (xy 135.862173 105.419709)
- (xy 136.056578 105.4505) (xy 136.056583 105.4505) (xy 136.253422 105.4505) (xy 136.447826 105.419709)
- (xy 136.450082 105.418976) (xy 136.635025 105.358884) (xy 136.810405 105.269524) (xy 136.969646 105.153828)
- (xy 137.108828 105.014646) (xy 137.224524 104.855405) (xy 137.287645 104.731522) (xy 137.314515 104.678787)
- (xy 137.362489 104.62799) (xy 137.43031 104.611195) (xy 137.496445 104.633732) (xy 137.535485 104.678787)
- (xy 137.625474 104.855403) (xy 137.650702 104.890125) (xy 137.741172 105.014646) (xy 137.880354 105.153828)
- (xy 138.039595 105.269524) (xy 138.114214 105.307544) (xy 138.21497 105.358882) (xy 138.214972 105.358882)
- (xy 138.214975 105.358884) (xy 138.245709 105.36887) (xy 138.402173 105.419709) (xy 138.596578 105.4505)
- (xy 138.596583 105.4505) (xy 138.793422 105.4505) (xy 138.987826 105.419709) (xy 138.990082 105.418976)
- (xy 139.175025 105.358884) (xy 139.350405 105.269524) (xy 139.509646 105.153828) (xy 139.648828 105.014646)
- (xy 139.760184 104.861378) (xy 139.815512 104.818714) (xy 139.885125 104.812735) (xy 139.94692 104.845341)
- (xy 139.981277 104.906179) (xy 139.9845 104.934263) (xy 139.9845 104.997869) (xy 139.984501 104.997876)
- (xy 139.990908 105.057483) (xy 140.041202 105.192328) (xy 140.041206 105.192335) (xy 140.127452 105.307544)
- (xy 140.127455 105.307547) (xy 140.242664 105.393793) (xy 140.242671 105.393797) (xy 140.377517 105.444091)
- (xy 140.377516 105.444091) (xy 140.384444 105.444835) (xy 140.437127 105.4505) (xy 142.032872 105.450499)
- (xy 142.092483 105.444091) (xy 142.227331 105.393796) (xy 142.342546 105.307546) (xy 142.428796 105.192331)
- (xy 142.479091 105.057483) (xy 142.4855 104.997873) (xy 142.485499 103.402128) (xy 142.480299 103.353757)
- (xy 142.479091 103.342516) (xy 142.428797 103.207671) (xy 142.428793 103.207664) (xy 142.342547 103.092455)
- (xy 142.342544 103.092452) (xy 142.227335 103.006206) (xy 142.227328 103.006202) (xy 142.092482 102.955908)
- (xy 142.092483 102.955908) (xy 142.032883 102.949501) (xy 142.032881 102.9495) (xy 142.032873 102.9495)
- (xy 142.032864 102.9495) (xy 140.437129 102.9495) (xy 140.437123 102.949501) (xy 140.377516 102.955908)
- (xy 140.242671 103.006202) (xy 140.242664 103.006206) (xy 140.127455 103.092452) (xy 140.127452 103.092455)
- (xy 140.041206 103.207664) (xy 140.041202 103.207671) (xy 139.990908 103.342517) (xy 139.984501 103.402116)
- (xy 139.984501 103.402123) (xy 139.9845 103.402135) (xy 139.9845 103.465732) (xy 139.964815 103.532771)
- (xy 139.912011 103.578526) (xy 139.842853 103.58847) (xy 139.779297 103.559445) (xy 139.760182 103.538618)
- (xy 139.66102 103.402135) (xy 139.648828 103.385354) (xy 139.509646 103.246172) (xy 139.350405 103.130476)
- (xy 139.175029 103.041117) (xy 138.987826 102.98029) (xy 138.793422 102.9495) (xy 138.793417 102.9495)
- (xy 138.596583 102.9495) (xy 138.596578 102.9495) (xy 138.402173 102.98029) (xy 138.21497 103.041117)
- (xy 138.039594 103.130476) (xy 137.969573 103.18135) (xy 137.880354 103.246172) (xy 137.880352 103.246174)
- (xy 137.880351 103.246174) (xy 137.741174 103.385351) (xy 137.741174 103.385352) (xy 137.741172 103.385354)
- (xy 137.72898 103.402135) (xy 137.625476 103.544594) (xy 137.535485 103.721213) (xy 137.487511 103.772009)
- (xy 137.41969 103.788804) (xy 137.353555 103.766267) (xy 137.314515 103.721213) (xy 137.265601 103.625214)
- (xy 137.224524 103.544595) (xy 137.108828 103.385354) (xy 136.969646 103.246172) (xy 136.810405 103.130476)
- (xy 136.635029 103.041117) (xy 136.447826 102.98029) (xy 136.253422 102.9495) (xy 136.253417 102.9495)
- (xy 136.056583 102.9495) (xy 136.056578 102.9495) (xy 135.862173 102.98029) (xy 135.67497 103.041117)
- (xy 135.499594 103.130476) (xy 135.429573 103.18135) (xy 135.340354 103.246172) (xy 135.340352 103.246174)
- (xy 135.340351 103.246174) (xy 135.201174 103.385351) (xy 135.201174 103.385352) (xy 135.201172 103.385354)
- (xy 135.18898 103.402135) (xy 135.085476 103.544594) (xy 134.995485 103.721213) (xy 134.947511 103.772009)
- (xy 134.87969 103.788804) (xy 134.813555 103.766267) (xy 134.774515 103.721213) (xy 134.725601 103.625214)
- (xy 134.684524 103.544595) (xy 134.568828 103.385354) (xy 134.429646 103.246172) (xy 134.270405 103.130476)
- (xy 134.095029 103.041117) (xy 133.907826 102.98029) (xy 133.713422 102.9495) (xy 133.713417 102.9495)
- (xy 133.516583 102.9495) (xy 133.516578 102.9495) (xy 133.322173 102.98029) (xy 133.13497 103.041117)
- (xy 132.959594 103.130476) (xy 132.889573 103.18135) (xy 132.800354 103.246172) (xy 132.800352 103.246174)
- (xy 132.800351 103.246174) (xy 132.661174 103.385351) (xy 132.661174 103.385352) (xy 132.661172 103.385354)
- (xy 132.64898 103.402135) (xy 132.545476 103.544594) (xy 132.455485 103.721213) (xy 132.407511 103.772009)
- (xy 132.33969 103.788804) (xy 132.273555 103.766267) (xy 132.234515 103.721213) (xy 132.185601 103.625214)
- (xy 132.144524 103.544595) (xy 132.028828 103.385354) (xy 131.889646 103.246172) (xy 131.730405 103.130476)
- (xy 131.555029 103.041117) (xy 131.367826 102.98029) (xy 131.173422 102.9495) (xy 131.173417 102.9495)
- (xy 130.976583 102.9495) (xy 130.976578 102.9495) (xy 130.782173 102.98029) (xy 130.59497 103.041117)
- (xy 130.419594 103.130476) (xy 130.349573 103.18135) (xy 130.260354 103.246172) (xy 130.260352 103.246174)
- (xy 130.260351 103.246174) (xy 130.121174 103.385351) (xy 130.121174 103.385352) (xy 130.121172 103.385354)
- (xy 130.10898 103.402135) (xy 130.005476 103.544594) (xy 129.915485 103.721213) (xy 129.867511 103.772009)
- (xy 129.79969 103.788804) (xy 129.733555 103.766267) (xy 129.694515 103.721213) (xy 129.645601 103.625214)
- (xy 129.604524 103.544595) (xy 129.488828 103.385354) (xy 129.349646 103.246172) (xy 129.190405 103.130476)
- (xy 129.015029 103.041117) (xy 128.827826 102.98029) (xy 128.633422 102.9495) (xy 128.633417 102.9495)
- (xy 128.436583 102.9495) (xy 128.436578 102.9495) (xy 128.242173 102.98029) (xy 128.05497 103.041117)
- (xy 127.879594 103.130476) (xy 127.809573 103.18135) (xy 127.720354 103.246172) (xy 127.720352 103.246174)
- (xy 127.720351 103.246174) (xy 127.581174 103.385351) (xy 127.581174 103.385352) (xy 127.581172 103.385354)
- (xy 127.56898 103.402135) (xy 127.465476 103.544594) (xy 127.375485 103.721213) (xy 127.327511 103.772009)
- (xy 127.25969 103.788804) (xy 127.193555 103.766267) (xy 127.154515 103.721213) (xy 127.105601 103.625214)
- (xy 127.064524 103.544595) (xy 126.948828 103.385354) (xy 126.809646 103.246172) (xy 126.650405 103.130476)
- (xy 126.475029 103.041117) (xy 126.287826 102.98029) (xy 126.093422 102.9495) (xy 126.093417 102.9495)
- (xy 125.896583 102.9495) (xy 125.896578 102.9495) (xy 125.702173 102.98029) (xy 125.51497 103.041117)
- (xy 125.339594 103.130476) (xy 125.269573 103.18135) (xy 125.180354 103.246172) (xy 125.180352 103.246174)
- (xy 125.180351 103.246174) (xy 125.041174 103.385351) (xy 125.041174 103.385352) (xy 125.041172 103.385354)
- (xy 125.02898 103.402135) (xy 124.925476 103.544594) (xy 124.835485 103.721213) (xy 124.787511 103.772009)
- (xy 124.71969 103.788804) (xy 124.653555 103.766267) (xy 124.614515 103.721213) (xy 124.565601 103.625214)
- (xy 124.524524 103.544595) (xy 124.408828 103.385354) (xy 124.269646 103.246172) (xy 124.110405 103.130476)
- (xy 123.935029 103.041117) (xy 123.747826 102.98029) (xy 123.553422 102.9495) (xy 123.553417 102.9495)
- (xy 123.356583 102.9495) (xy 123.356578 102.9495) (xy 123.162173 102.98029) (xy 122.97497 103.041117)
- (xy 122.799594 103.130476) (xy 122.729573 103.18135) (xy 122.640354 103.246172) (xy 122.640352 103.246174)
- (xy 122.640351 103.246174) (xy 122.501174 103.385351) (xy 122.501174 103.385352) (xy 122.501172 103.385354)
- (xy 122.48898 103.402135) (xy 122.385476 103.544594) (xy 122.295485 103.721213) (xy 122.247511 103.772009)
- (xy 122.17969 103.788804) (xy 122.113555 103.766267) (xy 122.074515 103.721213) (xy 122.025601 103.625214)
- (xy 121.984524 103.544595) (xy 121.868828 103.385354) (xy 121.729646 103.246172) (xy 121.570405 103.130476)
- (xy 121.395029 103.041117) (xy 121.207826 102.98029) (xy 121.013422 102.9495) (xy 121.013417 102.9495)
- (xy 120.816583 102.9495) (xy 120.816578 102.9495) (xy 120.622173 102.98029) (xy 120.43497 103.041117)
- (xy 120.259594 103.130476) (xy 120.189573 103.18135) (xy 120.100354 103.246172) (xy 120.100352 103.246174)
- (xy 120.100351 103.246174) (xy 119.961174 103.385351) (xy 119.961174 103.385352) (xy 119.961172 103.385354)
- (xy 119.94898 103.402135) (xy 119.845476 103.544594) (xy 119.755485 103.721213) (xy 119.707511 103.772009)
- (xy 119.63969 103.788804) (xy 119.573555 103.766267) (xy 119.534515 103.721213) (xy 119.485601 103.625214)
- (xy 119.444524 103.544595) (xy 119.328828 103.385354) (xy 119.189646 103.246172) (xy 119.030405 103.130476)
- (xy 118.855029 103.041117) (xy 118.667826 102.98029) (xy 118.473422 102.9495) (xy 118.473417 102.9495)
- (xy 118.276583 102.9495) (xy 118.276578 102.9495) (xy 118.082173 102.98029) (xy 117.89497 103.041117)
- (xy 117.719594 103.130476) (xy 117.649573 103.18135) (xy 117.560354 103.246172) (xy 117.560352 103.246174)
- (xy 117.560351 103.246174) (xy 117.421174 103.385351) (xy 117.421174 103.385352) (xy 117.421172 103.385354)
- (xy 117.40898 103.402135) (xy 117.305476 103.544594) (xy 117.215485 103.721213) (xy 117.167511 103.772009)
- (xy 117.09969 103.788804) (xy 117.033555 103.766267) (xy 116.994515 103.721213) (xy 116.945601 103.625214)
- (xy 116.904524 103.544595) (xy 116.788828 103.385354) (xy 116.649646 103.246172) (xy 116.490405 103.130476)
- (xy 116.315029 103.041117) (xy 116.127826 102.98029) (xy 115.933422 102.9495) (xy 115.933417 102.9495)
- (xy 115.736583 102.9495) (xy 115.736578 102.9495) (xy 115.542173 102.98029) (xy 115.35497 103.041117)
- (xy 115.179594 103.130476) (xy 115.109573 103.18135) (xy 115.020354 103.246172) (xy 115.020352 103.246174)
- (xy 115.020351 103.246174) (xy 114.881174 103.385351) (xy 114.881174 103.385352) (xy 114.881172 103.385354)
- (xy 114.86898 103.402135) (xy 114.765476 103.544594) (xy 114.675485 103.721213) (xy 114.627511 103.772009)
- (xy 114.55969 103.788804) (xy 114.493555 103.766267) (xy 114.454515 103.721213) (xy 114.405601 103.625214)
- (xy 114.364524 103.544595) (xy 114.248828 103.385354) (xy 114.109646 103.246172) (xy 113.950405 103.130476)
- (xy 113.775029 103.041117) (xy 113.587826 102.98029) (xy 113.393422 102.9495) (xy 113.393417 102.9495)
- (xy 113.196583 102.9495) (xy 113.196578 102.9495) (xy 113.002173 102.98029) (xy 112.81497 103.041117)
- (xy 112.639594 103.130476) (xy 112.569573 103.18135) (xy 112.480354 103.246172) (xy 112.480352 103.246174)
- (xy 112.480351 103.246174) (xy 112.341174 103.385351) (xy 112.341174 103.385352) (xy 112.341172 103.385354)
- (xy 112.32898 103.402135) (xy 112.225476 103.544594) (xy 112.135485 103.721213) (xy 112.087511 103.772009)
- (xy 112.01969 103.788804) (xy 111.953555 103.766267) (xy 111.914515 103.721213) (xy 111.865601 103.625214)
- (xy 111.824524 103.544595) (xy 111.708828 103.385354) (xy 111.569646 103.246172) (xy 111.410405 103.130476)
- (xy 111.235029 103.041117) (xy 111.047826 102.98029) (xy 110.853422 102.9495) (xy 110.853417 102.9495)
- (xy 110.656583 102.9495) (xy 110.656578 102.9495) (xy 110.462173 102.98029) (xy 110.27497 103.041117)
- (xy 110.099594 103.130476) (xy 110.029573 103.18135) (xy 109.940354 103.246172) (xy 109.940352 103.246174)
- (xy 109.940351 103.246174) (xy 109.801174 103.385351) (xy 109.801174 103.385352) (xy 109.801172 103.385354)
- (xy 109.78898 103.402135) (xy 109.685476 103.544594) (xy 109.595204 103.721764) (xy 109.547229 103.77256)
- (xy 109.479408 103.789355) (xy 109.413274 103.766818) (xy 109.374234 103.721764) (xy 109.284096 103.544858)
- (xy 109.258678 103.509873) (xy 109.258677 103.509873) (xy 108.657137 104.111413) (xy 108.634333 104.026306)
- (xy 108.57509 103.923694) (xy 108.491306 103.83991) (xy 108.388694 103.780667) (xy 108.303584 103.757861)
- (xy 108.905125 103.15632) (xy 108.905125 103.156319) (xy 108.870145 103.130905) (xy 108.694835 103.041581)
- (xy 108.507705 102.980778) (xy 108.313382 102.95) (xy 108.116618 102.95) (xy 107.922294 102.980778)
- (xy 107.735161 103.041582) (xy 107.559863 103.130899) (xy 107.559859 103.130902) (xy 107.524873 103.15632)
- (xy 107.524872 103.15632) (xy 108.126415 103.757861) (xy 108.041306 103.780667) (xy 107.938694 103.83991)
- (xy 107.85491 103.923694) (xy 107.795667 104.026306) (xy 107.772861 104.111415) (xy 107.17132 103.509872)
- (xy 107.17132 103.509873) (xy 107.145902 103.544859) (xy 107.055765 103.721764) (xy 107.00779 103.77256)
- (xy 106.939969 103.789355) (xy 106.873835 103.766818) (xy 106.834795 103.721763) (xy 106.744525 103.544596)
- (xy 106.70629 103.491971) (xy 106.628828 103.385354) (xy 106.489646 103.246172) (xy 106.330405 103.130476)
- (xy 106.155029 103.041117) (xy 105.967826 102.98029) (xy 105.773422 102.9495) (xy 105.773417 102.9495)
- (xy 105.576583 102.9495) (xy 105.576578 102.9495) (xy 105.382173 102.98029) (xy 105.19497 103.041117)
- (xy 105.019594 103.130476) (xy 104.949573 103.18135) (xy 104.860354 103.246172) (xy 104.860352 103.246174)
- (xy 104.860351 103.246174) (xy 104.721174 103.385351) (xy 104.721174 103.385352) (xy 104.721172 103.385354)
- (xy 104.70898 103.402135) (xy 104.605476 103.544594) (xy 104.516117 103.71997) (xy 104.45529 103.907173)
- (xy 104.4245 104.101577) (xy 104.4245 104.298422) (xy 104.45529 104.492826) (xy 104.516117 104.680029)
- (xy 104.586781 104.818714) (xy 104.605476 104.855405) (xy 104.721172 105.014646) (xy 104.860354 105.153828)
- (xy 105.019595 105.269524) (xy 105.094214 105.307544) (xy 105.19497 105.358882) (xy 105.194972 105.358882)
- (xy 105.194975 105.358884) (xy 105.225709 105.36887) (xy 105.382173 105.419709) (xy 105.576578 105.4505)
- (xy 105.576583 105.4505) (xy 105.773422 105.4505) (xy 105.972454 105.418976) (xy 106.041747 105.42793)
- (xy 106.079533 105.453768) (xy 107.990139 107.364374) (xy 107.990149 107.364385) (xy 107.994479 107.368715)
- (xy 107.99448 107.368716) (xy 108.106284 107.48052) (xy 108.193095 107.530639) (xy 108.193097 107.530641)
- (xy 108.231151 107.552611) (xy 108.243215 107.559577) (xy 108.395943 107.600501) (xy 108.395946 107.600501)
- (xy 108.561653 107.600501) (xy 108.561669 107.6005) (xy 155.913331 107.6005) (xy 155.913347 107.600501)
- (xy 155.920943 107.600501) (xy 156.079054 107.600501) (xy 156.079057 107.600501) (xy 156.231785 107.559577)
- (xy 156.281904 107.530639) (xy 156.368716 107.48052) (xy 156.48052 107.368716) (xy 156.48052 107.368714)
- (xy 156.490728 107.358507) (xy 156.49073 107.358504) (xy 156.898282 106.950951) (xy 156.959603 106.917468)
- (xy 157.024278 106.920702) (xy 157.159755 106.964722) (xy 157.385646 107.0005) (xy 157.385647 107.0005)
- (xy 157.614353 107.0005) (xy 157.614354 107.0005) (xy 157.840245 106.964722) (xy 157.840248 106.964721)
- (xy 157.840249 106.964721) (xy 158.057755 106.894049) (xy 158.057755 106.894048) (xy 158.057758 106.894048)
- (xy 158.261538 106.790217) (xy 158.446566 106.655786) (xy 158.608286 106.494066) (xy 158.669992 106.409134)
- (xy 158.725319 106.36647) (xy 158.794932 106.360491) (xy 158.856727 106.393096) (xy 158.870626 106.409135)
- (xy 158.932097 106.493741) (xy 158.932097 106.493742) (xy 159.093757 106.655402) (xy 159.278723 106.789788)
- (xy 159.482429 106.893582) (xy 159.699871 106.964234) (xy 159.79 106.978509) (xy 159.79 105.990747)
- (xy 159.827708 106.012518) (xy 159.967591 106.05) (xy 160.112409 106.05) (xy 160.252292 106.012518)
- (xy 160.29 105.990747) (xy 160.29 106.978508) (xy 160.380128 106.964234) (xy 160.59757 106.893582)
- (xy 160.801276 106.789788) (xy 160.984059 106.656988) (xy 161.049865 106.633508) (xy 161.117919 106.649333)
- (xy 161.166614 106.699439) (xy 161.173127 106.713974) (xy 161.183701 106.742326) (xy 161.183706 106.742335)
- (xy 161.269952 106.857544) (xy 161.269955 106.857547) (xy 161.385164 106.943793) (xy 161.385171 106.943797)
- (xy 161.520017 106.994091) (xy 161.520016 106.994091) (xy 161.526944 106.994835) (xy 161.579627 107.0005)
- (xy 162.4565 107.000499) (xy 162.523539 107.020183) (xy 162.569294 107.072987) (xy 162.5805 107.124499)
- (xy 162.5805 107.180057) (xy 162.589435 107.213401) (xy 162.621423 107.332783) (xy 162.621426 107.33279)
- (xy 162.700475 107.469709) (xy 162.700478 107.469713) (xy 162.70048 107.469716) (xy 162.812284 107.58152)
- (xy 162.812286 107.581521) (xy 162.81229 107.581524) (xy 162.949209 107.660573) (xy 162.949216 107.660577)
- (xy 163.101943 107.7015) (xy 163.101945 107.7015) (xy 163.202939 107.7015) (xy 163.202943 107.701501)
- (xy 163.361058 107.701501) (xy 163.361062 107.7015) (xy 169.289381 107.7015) (xy 169.289397 107.701501)
- (xy 169.296993 107.701501) (xy 169.455104 107.701501) (xy 169.455107 107.701501) (xy 169.607835 107.660577)
- (xy 169.673067 107.622915) (xy 169.744766 107.58152) (xy 169.85657 107.469716) (xy 169.85657 107.469714)
- (xy 169.866774 107.459511) (xy 169.866778 107.459506) (xy 171.428602 105.897682) (xy 177.78 105.897682)
- (xy 177.78 106.102317) (xy 177.812009 106.304417) (xy 177.875244 106.499031) (xy 177.968141 106.68135)
- (xy 177.968147 106.681359) (xy 178.000523 106.725921) (xy 178.000524 106.725922) (xy 178.68 106.046446)
- (xy 178.68 106.052661) (xy 178.707259 106.154394) (xy 178.75992 106.245606) (xy 178.834394 106.32008)
- (xy 178.925606 106.372741) (xy 179.027339 106.4) (xy 179.033553 106.4) (xy 178.354076 107.079474)
- (xy 178.39865 107.111859) (xy 178.580968 107.204755) (xy 178.775582 107.26799) (xy 178.977683 107.3)
- (xy 179.182317 107.3) (xy 179.384417 107.26799) (xy 179.579031 107.204755) (xy 179.761349 107.111859)
- (xy 179.805921 107.079474) (xy 179.126447 106.4) (xy 179.132661 106.4) (xy 179.234394 106.372741)
- (xy 179.325606 106.32008) (xy 179.40008 106.245606) (xy 179.452741 106.154394) (xy 179.48 106.052661)
- (xy 179.48 106.046448) (xy 180.159474 106.725922) (xy 180.159474 106.725921) (xy 180.191859 106.681349)
- (xy 180.284755 106.499031) (xy 180.34799 106.304417) (xy 180.38 106.102317) (xy 180.38 105.897682)
- (xy 180.34799 105.695582) (xy 180.284755 105.500968) (xy 180.191859 105.31865) (xy 180.159474 105.274077)
- (xy 180.159474 105.274076) (xy 179.48 105.953551) (xy 179.48 105.947339) (xy 179.452741 105.845606)
- (xy 179.40008 105.754394) (xy 179.325606 105.67992) (xy 179.234394 105.627259) (xy 179.132661 105.6)
- (xy 179.126446 105.6) (xy 179.805922 104.920524) (xy 179.805921 104.920523) (xy 179.761359 104.888147)
- (xy 179.76135 104.888141) (xy 179.579031 104.795244) (xy 179.384417 104.732009) (xy 179.182317 104.7)
- (xy 178.977683 104.7) (xy 178.775582 104.732009) (xy 178.580968 104.795244) (xy 178.398644 104.888143)
- (xy 178.354077 104.920523) (xy 178.354077 104.920524) (xy 179.033554 105.6) (xy 179.027339 105.6)
- (xy 178.925606 105.627259) (xy 178.834394 105.67992) (xy 178.75992 105.754394) (xy 178.707259 105.845606)
- (xy 178.68 105.947339) (xy 178.68 105.953553) (xy 178.000524 105.274077) (xy 178.000523 105.274077)
- (xy 177.968143 105.318644) (xy 177.875244 105.500968) (xy 177.812009 105.695582) (xy 177.78 105.897682)
- (xy 171.428602 105.897682) (xy 172.759506 104.566778) (xy 172.759511 104.566774) (xy 172.769714 104.55657)
- (xy 172.769716 104.55657) (xy 172.88152 104.444766) (xy 172.939573 104.344214) (xy 172.960577 104.307835)
- (xy 173.0015 104.155108) (xy 173.0015 103.996993) (xy 173.0015 103.874038) (xy 185.3995 103.874038)
- (xy 185.3995 104.125962) (xy 185.411227 104.200001) (xy 185.43891 104.374785) (xy 185.51676 104.614383)
- (xy 185.576446 104.731522) (xy 185.617826 104.812735) (xy 185.631132 104.838848) (xy 185.779201 105.042649)
- (xy 185.779205 105.042654) (xy 185.957345 105.220794) (xy 185.95735 105.220798) (xy 186.092033 105.31865)
- (xy 186.161155 105.36887) (xy 186.276402 105.427591) (xy 186.385616 105.483239) (xy 186.385618 105.483239)
- (xy 186.385621 105.483241) (xy 186.625215 105.56109) (xy 186.874038 105.6005) (xy 186.874039 105.6005)
- (xy 187.125961 105.6005) (xy 187.125962 105.6005) (xy 187.374785 105.56109) (xy 187.614379 105.483241)
- (xy 187.838845 105.36887) (xy 188.042656 105.220793) (xy 188.220793 105.042656) (xy 188.36887 104.838845)
- (xy 188.483241 104.614379) (xy 188.56109 104.374785) (xy 188.6005 104.125962) (xy 188.6005 103.874038)
- (xy 188.56109 103.625215) (xy 188.483241 103.385621) (xy 188.483239 103.385618) (xy 188.483239 103.385616)
- (xy 188.40187 103.225922) (xy 188.36887 103.161155) (xy 188.318956 103.092454) (xy 188.220798 102.95735)
- (xy 188.220794 102.957345) (xy 188.042654 102.779205) (xy 188.042649 102.779201) (xy 187.838848 102.631132)
- (xy 187.838847 102.631131) (xy 187.838845 102.63113) (xy 187.718857 102.569993) (xy 187.614383 102.51676)
- (xy 187.374785 102.43891) (xy 187.3317 102.432086) (xy 187.125962 102.3995) (xy 186.874038 102.3995)
- (xy 186.749626 102.419205) (xy 186.625214 102.43891) (xy 186.385616 102.51676) (xy 186.161151 102.631132)
- (xy 185.95735 102.779201) (xy 185.957345 102.779205) (xy 185.779205 102.957345) (xy 185.779201 102.95735)
- (xy 185.631132 103.161151) (xy 185.51676 103.385616) (xy 185.43891 103.625214) (xy 185.43891 103.625215)
- (xy 185.3995 103.874038) (xy 173.0015 103.874038) (xy 173.0015 102.397682) (xy 177.78 102.397682)
- (xy 177.78 102.602317) (xy 177.812009 102.804417) (xy 177.875244 102.999031) (xy 177.968141 103.18135)
- (xy 177.968147 103.181359) (xy 178.000523 103.225921) (xy 178.000524 103.225922) (xy 178.68 102.546446)
- (xy 178.68 102.552661) (xy 178.707259 102.654394) (xy 178.75992 102.745606) (xy 178.834394 102.82008)
- (xy 178.925606 102.872741) (xy 179.027339 102.9) (xy 179.033553 102.9) (xy 178.354076 103.579474)
- (xy 178.39865 103.611859) (xy 178.580968 103.704755) (xy 178.775582 103.76799) (xy 178.977683 103.8)
- (xy 179.182317 103.8) (xy 179.384417 103.76799) (xy 179.435983 103.751235) (xy 179.579031 103.704755)
- (xy 179.761349 103.611859) (xy 179.805921 103.579474) (xy 179.126447 102.9) (xy 179.132661 102.9)
- (xy 179.234394 102.872741) (xy 179.325606 102.82008) (xy 179.40008 102.745606) (xy 179.452741 102.654394)
- (xy 179.48 102.552661) (xy 179.48 102.546448) (xy 180.159474 103.225922) (xy 180.159474 103.225921)
- (xy 180.191859 103.181349) (xy 180.284755 102.999031) (xy 180.34799 102.804417) (xy 180.38 102.602317)
- (xy 180.38 102.397682) (xy 180.34799 102.195582) (xy 180.284755 102.000968) (xy 180.191859 101.81865)
- (xy 180.159474 101.774077) (xy 180.159474 101.774076) (xy 179.48 102.453551) (xy 179.48 102.447339)
- (xy 179.452741 102.345606) (xy 179.40008 102.254394) (xy 179.325606 102.17992) (xy 179.234394 102.127259)
- (xy 179.132661 102.1) (xy 179.126446 102.1) (xy 179.805922 101.420524) (xy 179.805921 101.420523)
- (xy 179.761359 101.388147) (xy 179.76135 101.388141) (xy 179.579031 101.295244) (xy 179.384417 101.232009)
- (xy 179.182317 101.2) (xy 178.977683 101.2) (xy 178.775582 101.232009) (xy 178.580968 101.295244)
- (xy 178.398644 101.388143) (xy 178.354077 101.420523) (xy 178.354077 101.420524) (xy 179.033554 102.1)
- (xy 179.027339 102.1) (xy 178.925606 102.127259) (xy 178.834394 102.17992) (xy 178.75992 102.254394)
- (xy 178.707259 102.345606) (xy 178.68 102.447339) (xy 178.68 102.453553) (xy 178.000524 101.774077)
- (xy 178.000523 101.774077) (xy 177.968143 101.818644) (xy 177.875244 102.000968) (xy 177.812009 102.195582)
- (xy 177.78 102.397682) (xy 173.0015 102.397682) (xy 173.0015 98.175417) (xy 173.021185 98.108378)
- (xy 173.073989 98.062623) (xy 173.143147 98.052679) (xy 173.198385 98.075099) (xy 173.31839 98.162287)
- (xy 173.418275 98.213181) (xy 173.500776 98.255218) (xy 173.500778 98.255218) (xy 173.500781 98.25522)
- (xy 173.605137 98.289127) (xy 173.695465 98.318477) (xy 173.796557 98.334488) (xy 173.897648 98.3505)
- (xy 173.897649 98.3505) (xy 174.102351 98.3505) (xy 174.102352 98.3505) (xy 174.304534 98.318477)
- (xy 174.499219 98.25522) (xy 174.68161 98.162287) (xy 174.832474 98.052679) (xy 174.847213 98.041971)
- (xy 174.847215 98.041968) (xy 174.847219 98.041966) (xy 174.991966 97.897219) (xy 174.991968 97.897215)
- (xy 174.991971 97.897213) (xy 175.112286 97.731611) (xy 175.112415 97.731359) (xy 175.139795 97.677621)
- (xy 175.187769 97.626826) (xy 175.255589 97.61003) (xy 175.321725 97.632567) (xy 175.360765 97.677621)
- (xy 175.388141 97.73135) (xy 175.388147 97.731359) (xy 175.420523 97.775921) (xy 175.420524 97.775922)
- (xy 176.1 97.096446) (xy 176.1 97.102661) (xy 176.127259 97.204394) (xy 176.17992 97.295606) (xy 176.254394 97.37008)
- (xy 176.345606 97.422741) (xy 176.447339 97.45) (xy 176.453553 97.45) (xy 175.774076 98.129474)
- (xy 175.81865 98.161859) (xy 176.000968 98.254755) (xy 176.195582 98.31799) (xy 176.397683 98.35)
- (xy 176.602317 98.35) (xy 176.804417 98.31799) (xy 176.999031 98.254755) (xy 177.181349 98.161859)
- (xy 177.225921 98.129474) (xy 176.546447 97.45) (xy 176.552661 97.45) (xy 176.654394 97.422741)
- (xy 176.745606 97.37008) (xy 176.82008 97.295606) (xy 176.872741 97.204394) (xy 176.9 97.102661)
- (xy 176.9 97.096448) (xy 177.579474 97.775922) (xy 177.579474 97.775921) (xy 177.611859 97.731349)
- (xy 177.704755 97.549031) (xy 177.76799 97.354417) (xy 177.8 97.152317) (xy 177.8 96.947682) (xy 177.76799 96.745582)
- (xy 177.704755 96.550968) (xy 177.611859 96.36865) (xy 177.579474 96.324077) (xy 177.579474 96.324076)
- (xy 176.9 97.003551) (xy 176.9 96.997339) (xy 176.872741 96.895606) (xy 176.82008 96.804394) (xy 176.745606 96.72992)
- (xy 176.654394 96.677259) (xy 176.552661 96.65) (xy 176.546446 96.65) (xy 177.225922 95.970524)
- (xy 177.225921 95.970523) (xy 177.181359 95.938147) (xy 177.18135 95.938141) (xy 176.999031 95.845244)
- (xy 176.804417 95.782009) (xy 176.602317 95.75) (xy 176.397683 95.75) (xy 176.195582 95.782009)
- (xy 176.000968 95.845244) (xy 175.818644 95.938143) (xy 175.774077 95.970523) (xy 175.774077 95.970524)
- (xy 176.453554 96.65) (xy 176.447339 96.65) (xy 176.345606 96.677259) (xy 176.254394 96.72992) (xy 176.17992 96.804394)
- (xy 176.127259 96.895606) (xy 176.1 96.997339) (xy 176.1 97.003553) (xy 175.420524 96.324077) (xy 175.420523 96.324077)
- (xy 175.388143 96.368644) (xy 175.360765 96.422378) (xy 175.31279 96.473174) (xy 175.244969 96.489969)
- (xy 175.178834 96.467431) (xy 175.139795 96.422378) (xy 175.112287 96.36839) (xy 175.112285 96.368387)
- (xy 175.112284 96.368385) (xy 174.991971 96.202786) (xy 174.847213 96.058028) (xy 174.681613 95.937715)
- (xy 174.681612 95.937714) (xy 174.68161 95.937713) (xy 174.624653 95.908691) (xy 174.499223 95.844781)
- (xy 174.304534 95.781522) (xy 174.129995 95.753878) (xy 174.102352 95.7495) (xy 173.897648 95.7495)
- (xy 173.873329 95.753351) (xy 173.695465 95.781522) (xy 173.500776 95.844781) (xy 173.31839 95.937712)
- (xy 173.198385 96.024901) (xy 173.132578 96.04838) (xy 173.064525 96.032554) (xy 173.01583 95.982448)
- (xy 173.0015 95.924582) (xy 173.0015 94.899096) (xy 173.010144 94.869655) (xy 173.016668 94.839669)
- (xy 173.020422 94.834653) (xy 173.021185 94.832057) (xy 173.037815 94.811419) (xy 173.04925 94.799984)
- (xy 185.0995 94.799984) (xy 185.0995 97.200015) (xy 185.11 97.302795) (xy 185.110001 97.302796)
- (xy 185.165186 97.469335) (xy 185.165187 97.469337) (xy 185.257286 97.618651) (xy 185.257289 97.618655)
- (xy 185.381344 97.74271) (xy 185.381348 97.742713) (xy 185.530662 97.834812) (xy 185.530664 97.834813)
- (xy 185.530666 97.834814) (xy 185.697203 97.889999) (xy 185.799992 97.9005) (xy 185.799997 97.9005)
- (xy 188.200003 97.9005) (xy 188.200008 97.9005) (xy 188.302797 97.889999) (xy 188.469334 97.834814)
- (xy 188.618655 97.742711) (xy 188.742711 97.618655) (xy 188.834814 97.469334) (xy 188.889999 97.302797)
- (xy 188.9005 97.200008) (xy 188.9005 94.799992) (xy 188.889999 94.697203) (xy 188.834814 94.530666)
- (xy 188.786051 94.45161) (xy 188.742713 94.381348) (xy 188.74271 94.381344) (xy 188.618655 94.257289)
- (xy 188.618651 94.257286) (xy 188.469337 94.165187) (xy 188.469335 94.165186) (xy 188.386065 94.137593)
- (xy 188.302797 94.110001) (xy 188.302795 94.11) (xy 188.200015 94.0995) (xy 188.200008 94.0995)
- (xy 185.799992 94.0995) (xy 185.799984 94.0995) (xy 185.697204 94.11) (xy 185.697203 94.110001)
- (xy 185.530664 94.165186) (xy 185.530662 94.165187) (xy 185.381348 94.257286) (xy 185.381344 94.257289)
- (xy 185.257289 94.381344) (xy 185.257286 94.381348) (xy 185.165187 94.530662) (xy 185.165186 94.530664)
- (xy 185.110001 94.697203) (xy 185.11 94.697204) (xy 185.0995 94.799984) (xy 173.04925 94.799984)
- (xy 173.555158 94.294075) (xy 173.616479 94.260592) (xy 173.681151 94.263825) (xy 173.695466 94.268477)
- (xy 173.695471 94.268477) (xy 173.695472 94.268478) (xy 173.700176 94.269223) (xy 173.897648 94.3005)
- (xy 173.897649 94.3005) (xy 174.102351 94.3005) (xy 174.102352 94.3005) (xy 174.304534 94.268477)
- (xy 174.499219 94.20522) (xy 174.68161 94.112287) (xy 174.77459 94.044732) (xy 174.847213 93.991971)
- (xy 174.847215 93.991968) (xy 174.847219 93.991966) (xy 174.991966 93.847219) (xy 174.991968 93.847215)
- (xy 174.991971 93.847213) (xy 175.112286 93.681611) (xy 175.112415 93.681359) (xy 175.139795 93.627621)
- (xy 175.187769 93.576826) (xy 175.255589 93.56003) (xy 175.321725 93.582567) (xy 175.360765 93.627621)
- (xy 175.388141 93.68135) (xy 175.388147 93.681359) (xy 175.420523 93.725921) (xy 175.420524 93.725922)
- (xy 176.1 93.046446) (xy 176.1 93.052661) (xy 176.127259 93.154394) (xy 176.17992 93.245606) (xy 176.254394 93.32008)
- (xy 176.345606 93.372741) (xy 176.447339 93.4) (xy 176.453553 93.4) (xy 175.774076 94.079474) (xy 175.81865 94.111859)
- (xy 176.000968 94.204755) (xy 176.195582 94.26799) (xy 176.397683 94.3) (xy 176.602317 94.3) (xy 176.804417 94.26799)
- (xy 176.999031 94.204755) (xy 177.181349 94.111859) (xy 177.225921 94.079474) (xy 176.546447 93.4)
- (xy 176.552661 93.4) (xy 176.654394 93.372741) (xy 176.745606 93.32008) (xy 176.82008 93.245606)
- (xy 176.872741 93.154394) (xy 176.9 93.052661) (xy 176.9 93.046448) (xy 177.579474 93.725922) (xy 177.579474 93.725921)
- (xy 177.611859 93.681349) (xy 177.704755 93.499031) (xy 177.76799 93.304417) (xy 177.8 93.102317)
- (xy 177.8 92.897682) (xy 177.76799 92.695582) (xy 177.704755 92.500969) (xy 177.611859 92.31865)
- (xy 177.579474 92.274077) (xy 177.579474 92.274076) (xy 176.9 92.953551) (xy 176.9 92.947339) (xy 176.872741 92.845606)
- (xy 176.82008 92.754394) (xy 176.745606 92.67992) (xy 176.654394 92.627259) (xy 176.552661 92.6)
- (xy 176.546446 92.6) (xy 177.225922 91.920524) (xy 177.225921 91.920523) (xy 177.181359 91.888147)
- (xy 177.18135 91.888141) (xy 176.999031 91.795244) (xy 176.804417 91.732009) (xy 176.602317 91.7)
- (xy 176.448595 91.7) (xy 176.381556 91.680315) (xy 176.335801 91.627511) (xy 176.325857 91.558353)
- (xy 176.354882 91.494797) (xy 176.3609 91.488333) (xy 176.973768 90.875466) (xy 185.1 90.875466)
- (xy 185.1 91.124533) (xy 185.132508 91.371463) (xy 185.196973 91.612049) (xy 185.292283 91.842148)
- (xy 185.292288 91.842159) (xy 185.416813 92.057841) (xy 185.416819 92.057849) (xy 185.4914 92.155045)
- (xy 186.398958 91.247487) (xy 186.423978 91.30789) (xy 186.495112 91.414351) (xy 186.585649 91.504888)
- (xy 186.69211 91.576022) (xy 186.752511 91.601041) (xy 185.844953 92.508598) (xy 185.94215 92.58318)
- (xy 185.942158 92.583186) (xy 186.15784 92.707711) (xy 186.157851 92.707716) (xy 186.38795 92.803026)
- (xy 186.628536 92.867491) (xy 186.875466 92.9) (xy 187.124534 92.9) (xy 187.371463 92.867491) (xy 187.612049 92.803026)
- (xy 187.842148 92.707716) (xy 187.842159 92.707711) (xy 188.057855 92.583178) (xy 188.155045 92.5086)
- (xy 188.155045 92.508597) (xy 187.247488 91.601041) (xy 187.30789 91.576022) (xy 187.414351 91.504888)
- (xy 187.504888 91.414351) (xy 187.576022 91.30789) (xy 187.601041 91.247489) (xy 188.508597 92.155045)
- (xy 188.5086 92.155045) (xy 188.583178 92.057855) (xy 188.707711 91.842159) (xy 188.707716 91.842148)
- (xy 188.803026 91.612049) (xy 188.867491 91.371463) (xy 188.9 91.124533) (xy 188.9 90.875466) (xy 188.867491 90.628536)
- (xy 188.803026 90.38795) (xy 188.707716 90.157851) (xy 188.707711 90.15784) (xy 188.583186 89.942158)
- (xy 188.58318 89.94215) (xy 188.508598 89.844953) (xy 187.601041 90.75251) (xy 187.576022 90.69211)
- (xy 187.504888 90.585649) (xy 187.414351 90.495112) (xy 187.30789 90.423978) (xy 187.247487 90.398957)
- (xy 188.155045 89.4914) (xy 188.057849 89.416819) (xy 188.057841 89.416813) (xy 187.842159 89.292288)
- (xy 187.842148 89.292283) (xy 187.612049 89.196973) (xy 187.371463 89.132508) (xy 187.124534 89.1)
- (xy 186.875466 89.1) (xy 186.628536 89.132508) (xy 186.38795 89.196973) (xy 186.157851 89.292283)
- (xy 186.157847 89.292285) (xy 185.942143 89.416823) (xy 185.844953 89.491399) (xy 185.844953 89.4914)
- (xy 186.752511 90.398958) (xy 186.69211 90.423978) (xy 186.585649 90.495112) (xy 186.495112 90.585649)
- (xy 186.423978 90.69211) (xy 186.398958 90.752511) (xy 185.4914 89.844953) (xy 185.491399 89.844953)
- (xy 185.416823 89.942143) (xy 185.292285 90.157847) (xy 185.292283 90.157851) (xy 185.196973 90.38795)
- (xy 185.132508 90.628536) (xy 185.1 90.875466) (xy 176.973768 90.875466) (xy 177.186334 90.6629)
- (xy 177.186337 90.662899) (xy 177.298141 90.551095) (xy 177.34826 90.464283) (xy 177.377198 90.414164)
- (xy 177.418122 90.261436) (xy 177.418122 90.103322) (xy 177.418122 90.095727) (xy 177.418121 90.095709)
- (xy 177.418121 87.412162) (xy 177.437806 87.345123) (xy 177.49061 87.299368) (xy 177.516173 87.290907)
- (xy 177.520409 87.289999) (xy 177.520418 87.289999) (xy 177.686955 87.234814) (xy 177.836277 87.142712)
- (xy 177.960333 87.018656) (xy 178.052435 86.869334) (xy 178.075723 86.799054) (xy 178.079731 86.79105)
- (xy 178.097681 86.771772) (xy 178.112676 86.750116) (xy 178.121116 86.746606) (xy 178.127346 86.739917)
- (xy 178.15287 86.733404) (xy 178.177192 86.723292) (xy 178.193455 86.723048) (xy 178.195046 86.722643)
- (xy 178.196144 86.723008) (xy 178.20034 86.722946) (xy 178.238146 86.725921) (xy 178.917621 86.046446)
- (xy 178.917621 86.052661) (xy 178.94488 86.154394) (xy 178.997541 86.245606) (xy 179.072015 86.32008)
- (xy 179.163227 86.372741) (xy 179.26496 86.4) (xy 179.271174 86.4) (xy 178.591697 87.079474) (xy 178.636271 87.111859)
- (xy 178.818589 87.204755) (xy 179.013203 87.26799) (xy 179.215304 87.3) (xy 179.419938 87.3) (xy 179.622038 87.26799)
- (xy 179.816652 87.204755) (xy 179.99897 87.111859) (xy 180.043542 87.079474) (xy 179.364068 86.4)
- (xy 179.370282 86.4) (xy 179.472015 86.372741) (xy 179.563227 86.32008) (xy 179.637701 86.245606)
- (xy 179.690362 86.154394) (xy 179.717621 86.052661) (xy 179.717621 86.046447) (xy 180.397095 86.725921)
- (xy 180.42948 86.681349) (xy 180.522376 86.499031) (xy 180.585611 86.304417) (xy 180.617621 86.102317)
- (xy 180.617621 85.897682) (xy 180.58561 85.695581) (xy 180.585609 85.695574) (xy 180.574641 85.661817)
- (xy 180.572646 85.591976) (xy 180.608727 85.532144) (xy 180.671428 85.501316) (xy 180.692572 85.4995)
- (xy 185.007598 85.4995) (xy 185.074637 85.519185) (xy 185.120392 85.571989) (xy 185.130537 85.639685)
- (xy 185.099501 85.875424) (xy 185.0995 85.875441) (xy 185.0995 86.124558) (xy 185.099501 86.124575)
- (xy 185.129646 86.353553) (xy 185.132018 86.371565) (xy 185.154217 86.454413) (xy 185.196498 86.612207)
- (xy 185.29183 86.842361) (xy 185.291837 86.842376) (xy 185.4164 87.058126) (xy 185.56806 87.255774)
- (xy 185.568066 87.255781) (xy 185.744218 87.431933) (xy 185.744225 87.431939) (xy 185.941873 87.583599)
- (xy 186.157623 87.708162) (xy 186.157638 87.708169) (xy 186.256825 87.749253) (xy 186.387793 87.803502)
- (xy 186.628435 87.867982) (xy 186.875435 87.9005) (xy 186.875442 87.9005) (xy 187.124558 87.9005)
- (xy 187.124565 87.9005) (xy 187.371565 87.867982) (xy 187.612207 87.803502) (xy 187.842373 87.708164)
- (xy 188.058127 87.583599) (xy 188.255776 87.431938) (xy 188.431938 87.255776) (xy 188.583599 87.058127)
- (xy 188.708164 86.842373) (xy 188.803502 86.612207) (xy 188.867982 86.371565) (xy 188.9005 86.124565)
- (xy 188.9005 85.875435) (xy 188.867982 85.628435) (xy 188.803502 85.387793) (xy 188.746633 85.250499)
- (xy 188.708169 85.157638) (xy 188.708162 85.157623) (xy 188.583599 84.941873) (xy 188.431939 84.744225)
- (xy 188.431933 84.744218) (xy 188.255781 84.568066) (xy 188.255774 84.56806) (xy 188.058126 84.4164)
- (xy 187.842376 84.291837) (xy 187.842361 84.29183) (xy 187.612207 84.196498) (xy 187.371561 84.132017)
- (xy 187.124575 84.099501) (xy 187.12457 84.0995) (xy 187.124565 84.0995) (xy 186.875435 84.0995)
- (xy 186.875429 84.0995) (xy 186.875424 84.099501) (xy 186.628438 84.132017) (xy 186.387792 84.196498)
- (xy 186.157641 84.291829) (xy 186.157629 84.291835) (xy 186.157627 84.291836) (xy 186.14332 84.300096)
- (xy 186.137301 84.303571) (xy 186.0694 84.320041) (xy 186.043212 84.315957) (xy 185.978057 84.298499)
- (xy 185.819943 84.298499) (xy 185.812347 84.298499) (xy 185.812331 84.2985) (xy 177.997678 84.2985)
- (xy 177.839564 84.2985) (xy 177.686836 84.339423) (xy 177.686835 84.339423) (xy 177.686833 84.339424)
- (xy 177.68683 84.339425) (xy 177.636717 84.368359) (xy 177.636716 84.36836) (xy 177.59331 84.39342)
- (xy 177.549906 84.418479) (xy 177.549903 84.418481) (xy 177.438101 84.530283) (xy 177.438101 84.530284)
- (xy 177.438099 84.530286) (xy 177.36712 84.601265) (xy 177.305203 84.663182) (xy 177.24388 84.696666)
- (xy 177.217522 84.6995) (xy 176.217619 84.6995) (xy 176.217601 84.699501) (xy 176.114824 84.71)
- (xy 176.114821 84.710001) (xy 175.948289 84.765185) (xy 175.948284 84.765187) (xy 175.798963 84.857289)
- (xy 175.67491 84.981342) (xy 175.582808 85.130663) (xy 175.582807 85.130665) (xy 175.582807 85.130666)
- (xy 175.527622 85.297203) (xy 175.527622 85.297204) (xy 175.527621 85.297204) (xy 175.517121 85.399983)
- (xy 175.517121 86.600001) (xy 175.517122 86.600018) (xy 175.527621 86.702796) (xy 175.527622 86.702799)
- (xy 175.543302 86.750116) (xy 175.582807 86.869334) (xy 175.674909 87.018656) (xy 175.798965 87.142712)
- (xy 175.948287 87.234814) (xy 176.114824 87.289999) (xy 176.11483 87.289999) (xy 176.119069 87.290907)
- (xy 176.180505 87.324185) (xy 176.214197 87.385394) (xy 176.217121 87.412162) (xy 176.217121 89.882281)
- (xy 176.197436 89.94932) (xy 176.180802 89.969962) (xy 174.444842 91.705921) (xy 174.383519 91.739406)
- (xy 174.318848 91.736173) (xy 174.304534 91.731522) (xy 174.129995 91.703878) (xy 174.102352 91.6995)
- (xy 173.897648 91.6995) (xy 173.873329 91.703351) (xy 173.695465 91.731522) (xy 173.500776 91.794781)
- (xy 173.318386 91.887715) (xy 173.152786 92.008028) (xy 173.008028 92.152786) (xy 172.887715 92.318386)
- (xy 172.834985 92.421874) (xy 172.78701 92.47267) (xy 172.719189 92.489465) (xy 172.653054 92.466927)
- (xy 172.609603 92.412212) (xy 172.6005 92.365579) (xy 172.6005 84.300096) (xy 172.620185 84.233057)
- (xy 172.636814 84.21242) (xy 174.368713 82.480521) (xy 174.368716 82.48052) (xy 174.48052 82.368716)
- (xy 174.530639 82.281904) (xy 174.559577 82.231785) (xy 174.6005 82.079057) (xy 174.6005 81.920943)
- (xy 174.6005 78.910718) (xy 174.603845 78.899324) (xy 174.602692 78.887507) (xy 174.6096 78.874038)
- (xy 185.3995 78.874038) (xy 185.3995 79.125962) (xy 185.427378 79.301977) (xy 185.43891 79.374785)
- (xy 185.51676 79.614383) (xy 185.557153 79.693657) (xy 185.620362 79.817712) (xy 185.631132 79.838848)
- (xy 185.779201 80.042649) (xy 185.779205 80.042654) (xy 185.957345 80.220794) (xy 185.95735 80.220798)
- (xy 186.135117 80.349952) (xy 186.161155 80.36887) (xy 186.304184 80.441747) (xy 186.385616 80.483239)
- (xy 186.385618 80.483239) (xy 186.385621 80.483241) (xy 186.625215 80.56109) (xy 186.874038 80.6005)
- (xy 186.874039 80.6005) (xy 187.125961 80.6005) (xy 187.125962 80.6005) (xy 187.374785 80.56109)
- (xy 187.614379 80.483241) (xy 187.838845 80.36887) (xy 188.042656 80.220793) (xy 188.220793 80.042656)
- (xy 188.36887 79.838845) (xy 188.483241 79.614379) (xy 188.56109 79.374785) (xy 188.6005 79.125962)
- (xy 188.6005 78.874038) (xy 188.56109 78.625215) (xy 188.483241 78.385621) (xy 188.483239 78.385618)
- (xy 188.483239 78.385616) (xy 188.441747 78.304184) (xy 188.36887 78.161155) (xy 188.245609 77.9915)
- (xy 188.220798 77.95735) (xy 188.220794 77.957345) (xy 188.042654 77.779205) (xy 188.042649 77.779201)
- (xy 187.838848 77.631132) (xy 187.838847 77.631131) (xy 187.838845 77.63113) (xy 187.768747 77.595413)
- (xy 187.614383 77.51676) (xy 187.374785 77.43891) (xy 187.340167 77.433427) (xy 187.125962 77.3995)
- (xy 186.874038 77.3995) (xy 186.749626 77.419205) (xy 186.625214 77.43891) (xy 186.385616 77.51676)
- (xy 186.161151 77.631132) (xy 185.95735 77.779201) (xy 185.957345 77.779205) (xy 185.779205 77.957345)
- (xy 185.779201 77.95735) (xy 185.631132 78.161151) (xy 185.51676 78.385616) (xy 185.465189 78.544336)
- (xy 185.43891 78.625215) (xy 185.3995 78.874038) (xy 174.6096 78.874038) (xy 174.613508 78.866417)
- (xy 174.620185 78.843679) (xy 174.62996 78.834337) (xy 174.634577 78.825337) (xy 174.65653 78.808949)
- (xy 174.662274 78.803461) (xy 174.66518 78.801774) (xy 174.707816 78.780051) (xy 174.728392 78.765101)
- (xy 174.728395 78.7651) (xy 174.879785 78.655109) (xy 174.879783 78.655109) (xy 174.879792 78.655104)
- (xy 175.030104 78.504792) (xy 175.030106 78.504788) (xy 175.030109 78.504786) (xy 175.155048 78.33282)
- (xy 175.155047 78.33282) (xy 175.155051 78.332816) (xy 175.251557 78.143412) (xy 175.317246 77.941243)
- (xy 175.3505 77.731287) (xy 175.3505 77.268713) (xy 175.317246 77.058757) (xy 175.251557 76.856588)
- (xy 175.155051 76.667184) (xy 175.155049 76.667181) (xy 175.155048 76.667179) (xy 175.030109 76.495213)
- (xy 174.879786 76.34489) (xy 174.70782 76.219951) (xy 174.518414 76.123444) (xy 174.518413 76.123443)
- (xy 174.518412 76.123443) (xy 174.316243 76.057754) (xy 174.316241 76.057753) (xy 174.31624 76.057753)
- (xy 174.154957 76.032208) (xy 174.106287 76.0245) (xy 173.893713 76.0245) (xy 173.845042 76.032208)
- (xy 173.68376 76.057753) (xy 173.481585 76.123444) (xy 173.292179 76.219951) (xy 173.120213 76.34489)
- (xy 172.969894 76.495209) (xy 172.96989 76.495214) (xy 172.850318 76.659793) (xy 172.794989 76.702459)
- (xy 172.725375 76.708438) (xy 172.66358 76.675833) (xy 172.649682 76.659793) (xy 172.530109 76.495214)
- (xy 172.530105 76.495209) (xy 172.379786 76.34489) (xy 172.20782 76.219951) (xy 172.018414 76.123444)
- (xy 172.018413 76.123443) (xy 172.018412 76.123443) (xy 171.816243 76.057754) (xy 171.816241 76.057753)
- (xy 171.81624 76.057753) (xy 171.654957 76.032208) (xy 171.606287 76.0245) (xy 171.393713 76.0245)
- (xy 171.345042 76.032208) (xy 171.18376 76.057753) (xy 170.981585 76.123444) (xy 170.792179 76.219951)
- (xy 170.620215 76.344889) (xy 170.481398 76.483706) (xy 170.420075 76.51719) (xy 170.350383 76.512206)
- (xy 170.29445 76.470334) (xy 170.288178 76.46112) (xy 170.192712 76.306344) (xy 170.068657 76.182289)
- (xy 170.068656 76.182288) (xy 169.960407 76.11552) (xy 169.919336 76.090187) (xy 169.919331 76.090185)
- (xy 169.917862 76.089698) (xy 169.752797 76.035001) (xy 169.752795 76.035) (xy 169.650016 76.0245)
- (xy 169.650009 76.0245) (xy 168.425097 76.0245) (xy 168.358058 76.004815) (xy 168.337416 75.988181)
- (xy 167.48759 75.138355) (xy 167.487588 75.138352) (xy 167.368717 75.019481) (xy 167.368716 75.01948)
- (xy 167.281904 74.96936) (xy 167.281904 74.969359) (xy 167.2819 74.969358) (xy 167.231785 74.940423)
- (xy 167.079057 74.899499) (xy 166.920943 74.899499) (xy 166.913347 74.899499) (xy 166.913331 74.8995)
- (xy 118.920943 74.8995) (xy 118.768216 74.940423) (xy 118.768209 74.940426) (xy 118.63129 75.019475)
- (xy 118.631282 75.019481) (xy 118.519481 75.131282) (xy 118.519475 75.13129) (xy 118.440426 75.268209)
- (xy 118.440421 75.26822) (xy 118.42079 75.341481) (xy 118.388697 75.397066) (xy 116.239532 77.546231)
- (xy 116.178209 77.579716) (xy 116.132453 77.581023) (xy 115.933422 77.5495) (xy 115.933417 77.5495)
- (xy 115.736583 77.5495) (xy 115.736578 77.5495) (xy 115.542173 77.58029) (xy 115.35497 77.641117)
- (xy 115.179594 77.730476) (xy 115.112523 77.779207) (xy 115.020354 77.846172) (xy 115.020352 77.846174)
- (xy 115.020351 77.846174) (xy 114.881174 77.985351) (xy 114.881174 77.985352) (xy 114.881172 77.985354)
- (xy 114.831485 78.053741) (xy 114.765476 78.144594) (xy 114.675485 78.321213) (xy 114.627511 78.372009)
- (xy 114.55969 78.388804) (xy 114.493555 78.366267) (xy 114.454515 78.321213) (xy 114.400014 78.214249)
- (xy 114.364524 78.144595) (xy 114.248828 77.985354) (xy 114.109646 77.846172) (xy 113.950405 77.730476)
- (xy 113.939642 77.724992) (xy 113.775029 77.641117) (xy 113.587826 77.58029) (xy 113.393422 77.5495)
- (xy 113.393417 77.5495) (xy 113.196583 77.5495) (xy 113.196578 77.5495) (xy 113.002173 77.58029)
- (xy 112.81497 77.641117) (xy 112.639594 77.730476) (xy 112.572523 77.779207) (xy 112.480354 77.846172)
- (xy 112.480352 77.846174) (xy 112.480351 77.846174) (xy 112.341174 77.985351) (xy 112.341174 77.985352)
- (xy 112.341172 77.985354) (xy 112.291485 78.053741) (xy 112.225476 78.144594) (xy 112.135485 78.321213)
- (xy 112.087511 78.372009) (xy 112.01969 78.388804) (xy 111.953555 78.366267) (xy 111.914515 78.321213)
- (xy 111.860014 78.214249) (xy 111.824524 78.144595) (xy 111.708828 77.985354) (xy 111.569646 77.846172)
- (xy 111.410405 77.730476) (xy 111.399642 77.724992) (xy 111.235029 77.641117) (xy 111.047826 77.58029)
- (xy 110.853422 77.5495) (xy 110.853417 77.5495) (xy 110.656583 77.5495) (xy 110.656578 77.5495)
- (xy 110.462173 77.58029) (xy 110.27497 77.641117) (xy 110.099594 77.730476) (xy 110.032523 77.779207)
- (xy 109.940354 77.846172) (xy 109.940352 77.846174) (xy 109.940351 77.846174) (xy 109.801174 77.985351)
- (xy 109.801174 77.985352) (xy 109.801172 77.985354) (xy 109.751485 78.053741) (xy 109.685476 78.144594)
- (xy 109.595485 78.321213) (xy 109.547511 78.372009) (xy 109.47969 78.388804) (xy 109.413555 78.366267)
- (xy 109.374515 78.321213) (xy 109.320014 78.214249) (xy 109.284524 78.144595) (xy 109.168828 77.985354)
- (xy 109.029646 77.846172) (xy 108.870405 77.730476) (xy 108.859642 77.724992) (xy 108.695029 77.641117)
- (xy 108.507826 77.58029) (xy 108.313422 77.5495) (xy 108.313417 77.5495) (xy 108.116583 77.5495)
- (xy 108.116578 77.5495) (xy 107.922173 77.58029) (xy 107.73497 77.641117) (xy 107.559594 77.730476)
- (xy 107.492523 77.779207) (xy 107.400354 77.846172) (xy 107.400352 77.846174) (xy 107.400351 77.846174)
- (xy 107.261174 77.985351) (xy 107.261174 77.985352) (xy 107.261172 77.985354) (xy 107.211485 78.053741)
- (xy 107.145476 78.144594) (xy 107.055485 78.321213) (xy 107.007511 78.372009) (xy 106.93969 78.388804)
- (xy 106.873555 78.366267) (xy 106.834515 78.321213) (xy 106.780014 78.214249) (xy 106.744524 78.144595)
- (xy 106.628828 77.985354) (xy 106.489646 77.846172) (xy 106.330405 77.730476) (xy 106.319642 77.724992)
- (xy 106.155029 77.641117) (xy 105.967826 77.58029) (xy 105.773422 77.5495) (xy 105.773417 77.5495)
- (xy 105.576583 77.5495) (xy 105.576578 77.5495) (xy 105.382173 77.58029) (xy 105.19497 77.641117)
- (xy 105.019594 77.730476) (xy 104.952523 77.779207) (xy 104.860354 77.846172) (xy 104.860352 77.846174)
- (xy 104.860351 77.846174) (xy 104.721174 77.985351) (xy 104.721174 77.985352) (xy 104.721172 77.985354)
- (xy 104.671485 78.053741) (xy 104.605476 78.144594) (xy 104.516117 78.31997) (xy 104.45529 78.507173)
- (xy 104.4245 78.701577) (xy 98.573185 78.701577) (xy 98.56109 78.625215) (xy 98.483241 78.385621)
- (xy 98.483239 78.385618) (xy 98.483239 78.385616) (xy 98.441747 78.304184) (xy 98.36887 78.161155)
- (xy 98.245609 77.9915) (xy 98.220798 77.95735) (xy 98.220794 77.957345) (xy 98.042654 77.779205)
- (xy 98.042649 77.779201) (xy 97.838848 77.631132) (xy 97.838847 77.631131) (xy 97.838845 77.63113)
- (xy 97.768747 77.595413) (xy 97.614383 77.51676) (xy 97.374785 77.43891) (xy 97.340167 77.433427)
- (xy 97.125962 77.3995) (xy 96.874038 77.3995) (xy 96.749626 77.419205) (xy 96.625214 77.43891) (xy 96.385616 77.51676)
- (xy 96.161151 77.631132) (xy 95.95735 77.779201) (xy 95.957345 77.779205) (xy 95.779205 77.957345)
- (xy 95.779201 77.95735) (xy 95.631132 78.161151) (xy 95.51676 78.385616) (xy 95.465189 78.544336)
- (xy 95.43891 78.625215) (xy 95.3995 78.874038) (xy 92.5005 78.874038) (xy 92.5005 76.004427) (xy 92.500816 75.995581)
- (xy 92.51513 75.795443) (xy 92.515131 75.795434) (xy 92.517646 75.777938) (xy 92.559356 75.586199)
- (xy 92.564333 75.569248) (xy 92.632911 75.385385) (xy 92.640259 75.369298) (xy 92.655448 75.341481)
- (xy 92.734291 75.197089) (xy 92.743845 75.182221) (xy 92.861448 75.025123) (xy 92.87302 75.011769)
- (xy 93.011769 74.87302) (xy 93.025123 74.861448) (xy 93.182221 74.743845) (xy 93.197089 74.734291)
- (xy 93.369298 74.640258) (xy 93.385385 74.632911) (xy 93.569248 74.564333) (xy 93.586199 74.559356)
- (xy 93.777938 74.517646) (xy 93.795436 74.51513) (xy 93.995582 74.500816) (xy 94.004428 74.5005)
- (xy 94.065892 74.5005) (xy 189.934108 74.5005) (xy 189.995572 74.5005)
+ (xy 140.442539 40.520185) (xy 140.488294 40.572989) (xy 140.4995 40.6245) (xy 140.4995 99.3755)
+ (xy 140.479815 99.442539) (xy 140.427011 99.488294) (xy 140.3755 99.4995) (xy 60.6245 99.4995) (xy 60.557461 99.479815)
+ (xy 60.511706 99.427011) (xy 60.5005 99.3755) (xy 60.5005 96.855778) (xy 60.7995 96.855778) (xy 60.7995 97.144221)
+ (xy 60.799501 97.144238) (xy 60.837149 97.430206) (xy 60.83715 97.430211) (xy 60.837151 97.430217)
+ (xy 60.837152 97.430219) (xy 60.911809 97.708844) (xy 60.911814 97.70886) (xy 61.022191 97.975336)
+ (xy 61.022199 97.975352) (xy 61.16642 98.225148) (xy 61.166431 98.225164) (xy 61.342024 98.454002)
+ (xy 61.34203 98.454009) (xy 61.54599 98.657969) (xy 61.545996 98.657974) (xy 61.774844 98.833575)
+ (xy 61.774851 98.833579) (xy 62.024647 98.9778) (xy 62.024663 98.977808) (xy 62.291139 99.088185)
+ (xy 62.291145 99.088186) (xy 62.291155 99.088191) (xy 62.569783 99.162849) (xy 62.855772 99.2005)
+ (xy 62.855779 99.2005) (xy 63.144221 99.2005) (xy 63.144228 99.2005) (xy 63.430217 99.162849) (xy 63.708845 99.088191)
+ (xy 63.708857 99.088185) (xy 63.70886 99.088185) (xy 63.975336 98.977808) (xy 63.975339 98.977806)
+ (xy 63.975345 98.977804) (xy 64.225156 98.833575) (xy 64.454004 98.657974) (xy 64.657974 98.454004)
+ (xy 64.833575 98.225156) (xy 64.977804 97.975345) (xy 65.088191 97.708845) (xy 65.162849 97.430217)
+ (xy 65.2005 97.144228) (xy 65.2005 96.855778) (xy 135.7995 96.855778) (xy 135.7995 97.144221) (xy 135.799501 97.144238)
+ (xy 135.837149 97.430206) (xy 135.83715 97.430211) (xy 135.837151 97.430217) (xy 135.837152 97.430219)
+ (xy 135.911809 97.708844) (xy 135.911814 97.70886) (xy 136.022191 97.975336) (xy 136.022199 97.975352)
+ (xy 136.16642 98.225148) (xy 136.166431 98.225164) (xy 136.342024 98.454002) (xy 136.34203 98.454009)
+ (xy 136.54599 98.657969) (xy 136.545996 98.657974) (xy 136.774844 98.833575) (xy 136.774851 98.833579)
+ (xy 137.024647 98.9778) (xy 137.024663 98.977808) (xy 137.291139 99.088185) (xy 137.291145 99.088186)
+ (xy 137.291155 99.088191) (xy 137.569783 99.162849) (xy 137.855772 99.2005) (xy 137.855779 99.2005)
+ (xy 138.144221 99.2005) (xy 138.144228 99.2005) (xy 138.430217 99.162849) (xy 138.708845 99.088191)
+ (xy 138.708857 99.088185) (xy 138.70886 99.088185) (xy 138.975336 98.977808) (xy 138.975339 98.977806)
+ (xy 138.975345 98.977804) (xy 139.225156 98.833575) (xy 139.454004 98.657974) (xy 139.657974 98.454004)
+ (xy 139.833575 98.225156) (xy 139.977804 97.975345) (xy 140.088191 97.708845) (xy 140.162849 97.430217)
+ (xy 140.2005 97.144228) (xy 140.2005 96.855772) (xy 140.162849 96.569783) (xy 140.088191 96.291155)
+ (xy 140.088186 96.291145) (xy 140.088185 96.291139) (xy 139.977808 96.024663) (xy 139.9778 96.024647)
+ (xy 139.833579 95.774851) (xy 139.833575 95.774844) (xy 139.657974 95.545996) (xy 139.657969 95.54599)
+ (xy 139.454009 95.34203) (xy 139.454002 95.342024) (xy 139.225164 95.166431) (xy 139.225162 95.166429)
+ (xy 139.225156 95.166425) (xy 139.225151 95.166422) (xy 139.225148 95.16642) (xy 138.975352 95.022199)
+ (xy 138.975336 95.022191) (xy 138.70886 94.911814) (xy 138.708848 94.91181) (xy 138.708845 94.911809)
+ (xy 138.430217 94.837151) (xy 138.430211 94.83715) (xy 138.430206 94.837149) (xy 138.144238 94.799501)
+ (xy 138.144233 94.7995) (xy 138.144228 94.7995) (xy 137.855772 94.7995) (xy 137.855766 94.7995)
+ (xy 137.855761 94.799501) (xy 137.569793 94.837149) (xy 137.569786 94.83715) (xy 137.569783 94.837151)
+ (xy 137.379448 94.888151) (xy 137.291155 94.911809) (xy 137.291139 94.911814) (xy 137.024663 95.022191)
+ (xy 137.024647 95.022199) (xy 136.774851 95.16642) (xy 136.774835 95.166431) (xy 136.545997 95.342024)
+ (xy 136.54599 95.34203) (xy 136.34203 95.54599) (xy 136.342024 95.545997) (xy 136.166431 95.774835)
+ (xy 136.16642 95.774851) (xy 136.022199 96.024647) (xy 136.022191 96.024663) (xy 135.911814 96.291139)
+ (xy 135.911809 96.291155) (xy 135.837152 96.56978) (xy 135.837149 96.569793) (xy 135.799501 96.855761)
+ (xy 135.7995 96.855778) (xy 65.2005 96.855778) (xy 65.2005 96.855772) (xy 65.162849 96.569783) (xy 65.088191 96.291155)
+ (xy 65.088186 96.291145) (xy 65.088185 96.291139) (xy 64.977808 96.024663) (xy 64.9778 96.024647)
+ (xy 64.833579 95.774851) (xy 64.833575 95.774844) (xy 64.657974 95.545996) (xy 64.657969 95.54599)
+ (xy 64.454009 95.34203) (xy 64.454002 95.342024) (xy 64.225164 95.166431) (xy 64.225162 95.166429)
+ (xy 64.225156 95.166425) (xy 64.225151 95.166422) (xy 64.225148 95.16642) (xy 63.975352 95.022199)
+ (xy 63.975336 95.022191) (xy 63.70886 94.911814) (xy 63.708848 94.91181) (xy 63.708845 94.911809)
+ (xy 63.430217 94.837151) (xy 63.430211 94.83715) (xy 63.430206 94.837149) (xy 63.144238 94.799501)
+ (xy 63.144233 94.7995) (xy 63.144228 94.7995) (xy 62.855772 94.7995) (xy 62.855766 94.7995) (xy 62.855761 94.799501)
+ (xy 62.569793 94.837149) (xy 62.569786 94.83715) (xy 62.569783 94.837151) (xy 62.379448 94.888151)
+ (xy 62.291155 94.911809) (xy 62.291139 94.911814) (xy 62.024663 95.022191) (xy 62.024647 95.022199)
+ (xy 61.774851 95.16642) (xy 61.774835 95.166431) (xy 61.545997 95.342024) (xy 61.54599 95.34203)
+ (xy 61.34203 95.54599) (xy 61.342024 95.545997) (xy 61.166431 95.774835) (xy 61.16642 95.774851)
+ (xy 61.022199 96.024647) (xy 61.022191 96.024663) (xy 60.911814 96.291139) (xy 60.911809 96.291155)
+ (xy 60.837152 96.56978) (xy 60.837149 96.569793) (xy 60.799501 96.855761) (xy 60.7995 96.855778)
+ (xy 60.5005 96.855778) (xy 60.5005 90.466379) (xy 64.0495 90.466379) (xy 64.0495 90.65362) (xy 64.086025 90.837243)
+ (xy 64.086027 90.837251) (xy 64.157676 91.010228) (xy 64.157681 91.010237) (xy 64.261697 91.165907)
+ (xy 64.2617 91.165911) (xy 64.394088 91.298299) (xy 64.394092 91.298302) (xy 64.549762 91.402318)
+ (xy 64.549768 91.402321) (xy 64.549769 91.402322) (xy 64.722749 91.473973) (xy 64.906379 91.510499)
+ (xy 64.906383 91.5105) (xy 64.906384 91.5105) (xy 65.093617 91.5105) (xy 65.093618 91.510499) (xy 65.277251 91.473973)
+ (xy 65.450231 91.402322) (xy 65.605908 91.298302) (xy 65.738302 91.165908) (xy 65.842322 91.010231)
+ (xy 65.913973 90.837251) (xy 65.9505 90.653616) (xy 65.9505 90.466384) (xy 65.950499 90.466379)
+ (xy 89.4495 90.466379) (xy 89.4495 90.65362) (xy 89.486025 90.837243) (xy 89.486027 90.837251) (xy 89.557676 91.010228)
+ (xy 89.557681 91.010237) (xy 89.661697 91.165907) (xy 89.6617 91.165911) (xy 89.794088 91.298299)
+ (xy 89.794092 91.298302) (xy 89.949762 91.402318) (xy 89.949768 91.402321) (xy 89.949769 91.402322)
+ (xy 90.122749 91.473973) (xy 90.306379 91.510499) (xy 90.306383 91.5105) (xy 90.306384 91.5105)
+ (xy 90.493617 91.5105) (xy 90.493618 91.510499) (xy 90.677251 91.473973) (xy 90.850231 91.402322)
+ (xy 91.005908 91.298302) (xy 91.138302 91.165908) (xy 91.242322 91.010231) (xy 91.313973 90.837251)
+ (xy 91.3505 90.653616) (xy 91.3505 90.466384) (xy 91.313973 90.282749) (xy 91.283657 90.209561)
+ (xy 91.276189 90.140097) (xy 91.307463 90.077617) (xy 91.31051 90.074459) (xy 102.24046 79.144511)
+ (xy 102.254623 79.119979) (xy 102.280021 79.075989) (xy 102.291451 79.033328) (xy 102.295131 79.024871)
+ (xy 102.307957 79.009517) (xy 102.321153 78.98666) (xy 102.4005 78.907314) (xy 102.466392 78.793186)
+ (xy 102.5005 78.665892) (xy 102.5005 78.534108) (xy 102.466392 78.406814) (xy 102.4005 78.292686)
+ (xy 102.307314 78.1995) (xy 102.25025 78.166554) (xy 102.193187 78.133608) (xy 102.129539 78.116554)
+ (xy 102.065892 78.0995) (xy 101.934108 78.0995) (xy 101.806812 78.133608) (xy 101.692686 78.1995)
+ (xy 101.692683 78.199502) (xy 101.599502 78.292683) (xy 101.5995 78.292686) (xy 101.533608 78.406812)
+ (xy 101.517644 78.466392) (xy 101.4995 78.534108) (xy 101.4995 78.665892) (xy 101.52846 78.773974)
+ (xy 101.533609 78.793188) (xy 101.533609 78.793189) (xy 101.562252 78.8428) (xy 101.578725 78.9107)
+ (xy 101.555872 78.976727) (xy 101.542546 78.992481) (xy 90.885567 89.64946) (xy 90.824244 89.682945)
+ (xy 90.754552 89.677961) (xy 90.750433 89.67634) (xy 90.677251 89.646027) (xy 90.677243 89.646025)
+ (xy 90.49362 89.6095) (xy 90.493616 89.6095) (xy 90.306384 89.6095) (xy 90.306379 89.6095) (xy 90.122756 89.646025)
+ (xy 90.122748 89.646027) (xy 89.949771 89.717676) (xy 89.949762 89.717681) (xy 89.794092 89.821697)
+ (xy 89.794088 89.8217) (xy 89.6617 89.954088) (xy 89.661697 89.954092) (xy 89.557681 90.109762)
+ (xy 89.557676 90.109771) (xy 89.486027 90.282748) (xy 89.486025 90.282756) (xy 89.4495 90.466379)
+ (xy 65.950499 90.466379) (xy 65.913973 90.282749) (xy 65.842322 90.109769) (xy 65.842321 90.109768)
+ (xy 65.842318 90.109762) (xy 65.738302 89.954092) (xy 65.738299 89.954088) (xy 65.605911 89.8217)
+ (xy 65.605907 89.821697) (xy 65.450237 89.717681) (xy 65.450228 89.717676) (xy 65.277251 89.646027)
+ (xy 65.277243 89.646025) (xy 65.09362 89.6095) (xy 65.093616 89.6095) (xy 64.906384 89.6095) (xy 64.906379 89.6095)
+ (xy 64.722756 89.646025) (xy 64.722748 89.646027) (xy 64.549771 89.717676) (xy 64.549762 89.717681)
+ (xy 64.394092 89.821697) (xy 64.394088 89.8217) (xy 64.2617 89.954088) (xy 64.261697 89.954092)
+ (xy 64.157681 90.109762) (xy 64.157676 90.109771) (xy 64.086027 90.282748) (xy 64.086025 90.282756)
+ (xy 64.0495 90.466379) (xy 60.5005 90.466379) (xy 60.5005 87.926379) (xy 64.0495 87.926379) (xy 64.0495 88.11362)
+ (xy 64.086025 88.297243) (xy 64.086027 88.297251) (xy 64.157676 88.470228) (xy 64.157681 88.470237)
+ (xy 64.261697 88.625907) (xy 64.2617 88.625911) (xy 64.394088 88.758299) (xy 64.394092 88.758302)
+ (xy 64.549762 88.862318) (xy 64.549768 88.862321) (xy 64.549769 88.862322) (xy 64.722749 88.933973)
+ (xy 64.906379 88.970499) (xy 64.906383 88.9705) (xy 64.906384 88.9705) (xy 65.093617 88.9705) (xy 65.093618 88.970499)
+ (xy 65.277251 88.933973) (xy 65.450231 88.862322) (xy 65.605908 88.758302) (xy 65.738302 88.625908)
+ (xy 65.842322 88.470231) (xy 65.913973 88.297251) (xy 65.9505 88.113616) (xy 65.9505 87.926384)
+ (xy 65.950499 87.926379) (xy 89.4495 87.926379) (xy 89.4495 88.11362) (xy 89.486025 88.297243) (xy 89.486027 88.297251)
+ (xy 89.557676 88.470228) (xy 89.557681 88.470237) (xy 89.661697 88.625907) (xy 89.6617 88.625911)
+ (xy 89.794088 88.758299) (xy 89.794092 88.758302) (xy 89.949762 88.862318) (xy 89.949768 88.862321)
+ (xy 89.949769 88.862322) (xy 90.122749 88.933973) (xy 90.306379 88.970499) (xy 90.306383 88.9705)
+ (xy 90.306384 88.9705) (xy 90.493617 88.9705) (xy 90.493618 88.970499) (xy 90.677251 88.933973)
+ (xy 90.850231 88.862322) (xy 91.005908 88.758302) (xy 91.138302 88.625908) (xy 91.242322 88.470231)
+ (xy 91.313973 88.297251) (xy 91.3505 88.113616) (xy 91.3505 87.926384) (xy 91.313973 87.742749)
+ (xy 91.242322 87.569769) (xy 91.242321 87.569768) (xy 91.242318 87.569762) (xy 91.138302 87.414092)
+ (xy 91.138299 87.414088) (xy 91.005911 87.2817) (xy 91.005907 87.281697) (xy 90.850237 87.177681)
+ (xy 90.850228 87.177676) (xy 90.677251 87.106027) (xy 90.677243 87.106025) (xy 90.49362 87.0695)
+ (xy 90.493616 87.0695) (xy 90.306384 87.0695) (xy 90.306379 87.0695) (xy 90.122756 87.106025) (xy 90.122748 87.106027)
+ (xy 89.949771 87.177676) (xy 89.949762 87.177681) (xy 89.794092 87.281697) (xy 89.794088 87.2817)
+ (xy 89.6617 87.414088) (xy 89.661697 87.414092) (xy 89.557681 87.569762) (xy 89.557676 87.569771)
+ (xy 89.486027 87.742748) (xy 89.486025 87.742756) (xy 89.4495 87.926379) (xy 65.950499 87.926379)
+ (xy 65.913973 87.742749) (xy 65.842322 87.569769) (xy 65.842321 87.569768) (xy 65.842318 87.569762)
+ (xy 65.738302 87.414092) (xy 65.738299 87.414088) (xy 65.605911 87.2817) (xy 65.605907 87.281697)
+ (xy 65.450237 87.177681) (xy 65.450228 87.177676) (xy 65.277251 87.106027) (xy 65.277243 87.106025)
+ (xy 65.09362 87.0695) (xy 65.093616 87.0695) (xy 64.906384 87.0695) (xy 64.906379 87.0695) (xy 64.722756 87.106025)
+ (xy 64.722748 87.106027) (xy 64.549771 87.177676) (xy 64.549762 87.177681) (xy 64.394092 87.281697)
+ (xy 64.394088 87.2817) (xy 64.2617 87.414088) (xy 64.261697 87.414092) (xy 64.157681 87.569762)
+ (xy 64.157676 87.569771) (xy 64.086027 87.742748) (xy 64.086025 87.742756) (xy 64.0495 87.926379)
+ (xy 60.5005 87.926379) (xy 60.5005 85.386379) (xy 64.0495 85.386379) (xy 64.0495 85.57362) (xy 64.086025 85.757243)
+ (xy 64.086027 85.757251) (xy 64.157676 85.930228) (xy 64.157681 85.930237) (xy 64.261697 86.085907)
+ (xy 64.2617 86.085911) (xy 64.394088 86.218299) (xy 64.394092 86.218302) (xy 64.549762 86.322318)
+ (xy 64.549768 86.322321) (xy 64.549769 86.322322) (xy 64.722749 86.393973) (xy 64.906379 86.430499)
+ (xy 64.906383 86.4305) (xy 64.906384 86.4305) (xy 65.093617 86.4305) (xy 65.093618 86.430499) (xy 65.277251 86.393973)
+ (xy 65.450231 86.322322) (xy 65.605908 86.218302) (xy 65.738302 86.085908) (xy 65.842322 85.930231)
+ (xy 65.913973 85.757251) (xy 65.9505 85.573616) (xy 65.9505 85.386384) (xy 65.950499 85.386379)
+ (xy 89.4495 85.386379) (xy 89.4495 85.57362) (xy 89.486025 85.757243) (xy 89.486027 85.757251) (xy 89.557676 85.930228)
+ (xy 89.557681 85.930237) (xy 89.661697 86.085907) (xy 89.6617 86.085911) (xy 89.794088 86.218299)
+ (xy 89.794092 86.218302) (xy 89.949762 86.322318) (xy 89.949768 86.322321) (xy 89.949769 86.322322)
+ (xy 90.122749 86.393973) (xy 90.306379 86.430499) (xy 90.306383 86.4305) (xy 90.306384 86.4305)
+ (xy 90.493617 86.4305) (xy 90.493618 86.430499) (xy 90.677251 86.393973) (xy 90.850231 86.322322)
+ (xy 91.005908 86.218302) (xy 91.138302 86.085908) (xy 91.242322 85.930231) (xy 91.313973 85.757251)
+ (xy 91.3505 85.573616) (xy 91.3505 85.386384) (xy 91.313973 85.202749) (xy 91.242322 85.029769)
+ (xy 91.242321 85.029768) (xy 91.242318 85.029762) (xy 91.138302 84.874092) (xy 91.138299 84.874088)
+ (xy 91.005911 84.7417) (xy 91.005907 84.741697) (xy 90.850237 84.637681) (xy 90.850228 84.637676)
+ (xy 90.677251 84.566027) (xy 90.677243 84.566025) (xy 90.49362 84.5295) (xy 90.493616 84.5295) (xy 90.306384 84.5295)
+ (xy 90.306379 84.5295) (xy 90.122756 84.566025) (xy 90.122748 84.566027) (xy 89.949771 84.637676)
+ (xy 89.949762 84.637681) (xy 89.794092 84.741697) (xy 89.794088 84.7417) (xy 89.6617 84.874088)
+ (xy 89.661697 84.874092) (xy 89.557681 85.029762) (xy 89.557676 85.029771) (xy 89.486027 85.202748)
+ (xy 89.486025 85.202756) (xy 89.4495 85.386379) (xy 65.950499 85.386379) (xy 65.913973 85.202749)
+ (xy 65.842322 85.029769) (xy 65.842321 85.029768) (xy 65.842318 85.029762) (xy 65.738302 84.874092)
+ (xy 65.738299 84.874088) (xy 65.605911 84.7417) (xy 65.605907 84.741697) (xy 65.450237 84.637681)
+ (xy 65.450228 84.637676) (xy 65.277251 84.566027) (xy 65.277243 84.566025) (xy 65.09362 84.5295)
+ (xy 65.093616 84.5295) (xy 64.906384 84.5295) (xy 64.906379 84.5295) (xy 64.722756 84.566025) (xy 64.722748 84.566027)
+ (xy 64.549771 84.637676) (xy 64.549762 84.637681) (xy 64.394092 84.741697) (xy 64.394088 84.7417)
+ (xy 64.2617 84.874088) (xy 64.261697 84.874092) (xy 64.157681 85.029762) (xy 64.157676 85.029771)
+ (xy 64.086027 85.202748) (xy 64.086025 85.202756) (xy 64.0495 85.386379) (xy 60.5005 85.386379)
+ (xy 60.5005 82.846379) (xy 64.0495 82.846379) (xy 64.0495 83.03362) (xy 64.086025 83.217243) (xy 64.086027 83.217251)
+ (xy 64.157676 83.390228) (xy 64.157681 83.390237) (xy 64.261697 83.545907) (xy 64.2617 83.545911)
+ (xy 64.394088 83.678299) (xy 64.394092 83.678302) (xy 64.549762 83.782318) (xy 64.549768 83.782321)
+ (xy 64.549769 83.782322) (xy 64.722749 83.853973) (xy 64.906379 83.890499) (xy 64.906383 83.8905)
+ (xy 64.906384 83.8905) (xy 65.093617 83.8905) (xy 65.093618 83.890499) (xy 65.277251 83.853973)
+ (xy 65.450231 83.782322) (xy 65.605908 83.678302) (xy 65.738302 83.545908) (xy 65.842322 83.390231)
+ (xy 65.913973 83.217251) (xy 65.9505 83.033616) (xy 65.9505 82.846384) (xy 65.950499 82.846379)
+ (xy 89.4495 82.846379) (xy 89.4495 83.03362) (xy 89.486025 83.217243) (xy 89.486027 83.217251) (xy 89.557676 83.390228)
+ (xy 89.557681 83.390237) (xy 89.661697 83.545907) (xy 89.6617 83.545911) (xy 89.794088 83.678299)
+ (xy 89.794092 83.678302) (xy 89.949762 83.782318) (xy 89.949768 83.782321) (xy 89.949769 83.782322)
+ (xy 90.122749 83.853973) (xy 90.306379 83.890499) (xy 90.306383 83.8905) (xy 90.306384 83.8905)
+ (xy 90.493617 83.8905) (xy 90.493618 83.890499) (xy 90.677251 83.853973) (xy 90.850231 83.782322)
+ (xy 91.005908 83.678302) (xy 91.138302 83.545908) (xy 91.242322 83.390231) (xy 91.313973 83.217251)
+ (xy 91.3505 83.033616) (xy 91.3505 82.846384) (xy 91.313973 82.662749) (xy 91.242322 82.489769)
+ (xy 91.242321 82.489768) (xy 91.242318 82.489762) (xy 91.138302 82.334092) (xy 91.138299 82.334088)
+ (xy 91.005911 82.2017) (xy 91.005907 82.201697) (xy 90.850237 82.097681) (xy 90.850228 82.097676)
+ (xy 90.677251 82.026027) (xy 90.677243 82.026025) (xy 90.49362 81.9895) (xy 90.493616 81.9895) (xy 90.306384 81.9895)
+ (xy 90.306379 81.9895) (xy 90.122756 82.026025) (xy 90.122748 82.026027) (xy 89.949771 82.097676)
+ (xy 89.949762 82.097681) (xy 89.794092 82.201697) (xy 89.794088 82.2017) (xy 89.6617 82.334088)
+ (xy 89.661697 82.334092) (xy 89.557681 82.489762) (xy 89.557676 82.489771) (xy 89.486027 82.662748)
+ (xy 89.486025 82.662756) (xy 89.4495 82.846379) (xy 65.950499 82.846379) (xy 65.913973 82.662749)
+ (xy 65.842322 82.489769) (xy 65.842321 82.489768) (xy 65.842318 82.489762) (xy 65.738302 82.334092)
+ (xy 65.738299 82.334088) (xy 65.605911 82.2017) (xy 65.605907 82.201697) (xy 65.450237 82.097681)
+ (xy 65.450228 82.097676) (xy 65.277251 82.026027) (xy 65.277243 82.026025) (xy 65.09362 81.9895)
+ (xy 65.093616 81.9895) (xy 64.906384 81.9895) (xy 64.906379 81.9895) (xy 64.722756 82.026025) (xy 64.722748 82.026027)
+ (xy 64.549771 82.097676) (xy 64.549762 82.097681) (xy 64.394092 82.201697) (xy 64.394088 82.2017)
+ (xy 64.2617 82.334088) (xy 64.261697 82.334092) (xy 64.157681 82.489762) (xy 64.157676 82.489771)
+ (xy 64.086027 82.662748) (xy 64.086025 82.662756) (xy 64.0495 82.846379) (xy 60.5005 82.846379)
+ (xy 60.5005 80.306379) (xy 64.0495 80.306379) (xy 64.0495 80.49362) (xy 64.086025 80.677243) (xy 64.086027 80.677251)
+ (xy 64.157676 80.850228) (xy 64.157681 80.850237) (xy 64.261697 81.005907) (xy 64.2617 81.005911)
+ (xy 64.394088 81.138299) (xy 64.394092 81.138302) (xy 64.549762 81.242318) (xy 64.549768 81.242321)
+ (xy 64.549769 81.242322) (xy 64.722749 81.313973) (xy 64.906379 81.350499) (xy 64.906383 81.3505)
+ (xy 64.906384 81.3505) (xy 65.093617 81.3505) (xy 65.093618 81.350499) (xy 65.277251 81.313973)
+ (xy 65.450231 81.242322) (xy 65.605908 81.138302) (xy 65.738302 81.005908) (xy 65.842322 80.850231)
+ (xy 65.913973 80.677251) (xy 65.9505 80.493616) (xy 65.9505 80.306384) (xy 65.913973 80.122749)
+ (xy 65.842322 79.949769) (xy 65.842321 79.949768) (xy 65.842318 79.949762) (xy 65.738302 79.794092)
+ (xy 65.738299 79.794088) (xy 65.605911 79.6617) (xy 65.605907 79.661697) (xy 65.450237 79.557681)
+ (xy 65.450228 79.557676) (xy 65.277251 79.486027) (xy 65.277243 79.486025) (xy 65.09362 79.4495)
+ (xy 65.093616 79.4495) (xy 64.906384 79.4495) (xy 64.906379 79.4495) (xy 64.722756 79.486025) (xy 64.722748 79.486027)
+ (xy 64.549771 79.557676) (xy 64.549762 79.557681) (xy 64.394092 79.661697) (xy 64.394088 79.6617)
+ (xy 64.2617 79.794088) (xy 64.261697 79.794092) (xy 64.157681 79.949762) (xy 64.157676 79.949771)
+ (xy 64.086027 80.122748) (xy 64.086025 80.122756) (xy 64.0495 80.306379) (xy 60.5005 80.306379)
+ (xy 60.5005 77.766379) (xy 64.0495 77.766379) (xy 64.0495 77.95362) (xy 64.086025 78.137243) (xy 64.086027 78.137251)
+ (xy 64.157676 78.310228) (xy 64.157681 78.310237) (xy 64.261697 78.465907) (xy 64.2617 78.465911)
+ (xy 64.394088 78.598299) (xy 64.394092 78.598302) (xy 64.549762 78.702318) (xy 64.549768 78.702321)
+ (xy 64.549769 78.702322) (xy 64.722749 78.773973) (xy 64.906379 78.810499) (xy 64.906383 78.8105)
+ (xy 64.906384 78.8105) (xy 65.093617 78.8105) (xy 65.093618 78.810499) (xy 65.277251 78.773973)
+ (xy 65.450231 78.702322) (xy 65.605908 78.598302) (xy 65.738302 78.465908) (xy 65.842322 78.310231)
+ (xy 65.913973 78.137251) (xy 65.9505 77.953616) (xy 65.9505 77.766384) (xy 65.913973 77.582749)
+ (xy 65.851952 77.433018) (xy 65.842323 77.409771) (xy 65.842318 77.409762) (xy 65.738302 77.254092)
+ (xy 65.738299 77.254088) (xy 65.605911 77.1217) (xy 65.605907 77.121697) (xy 65.450237 77.017681)
+ (xy 65.450228 77.017676) (xy 65.277251 76.946027) (xy 65.277243 76.946025) (xy 65.09362 76.9095)
+ (xy 65.093616 76.9095) (xy 64.906384 76.9095) (xy 64.906379 76.9095) (xy 64.722756 76.946025) (xy 64.722748 76.946027)
+ (xy 64.549771 77.017676) (xy 64.549762 77.017681) (xy 64.394092 77.121697) (xy 64.394088 77.1217)
+ (xy 64.2617 77.254088) (xy 64.261697 77.254092) (xy 64.157681 77.409762) (xy 64.157676 77.409771)
+ (xy 64.086027 77.582748) (xy 64.086025 77.582756) (xy 64.0495 77.766379) (xy 60.5005 77.766379)
+ (xy 60.5005 75.226379) (xy 64.0495 75.226379) (xy 64.0495 75.41362) (xy 64.086025 75.597243) (xy 64.086027 75.597251)
+ (xy 64.157676 75.770228) (xy 64.157681 75.770237) (xy 64.261697 75.925907) (xy 64.2617 75.925911)
+ (xy 64.394088 76.058299) (xy 64.394092 76.058302) (xy 64.549762 76.162318) (xy 64.549768 76.162321)
+ (xy 64.549769 76.162322) (xy 64.722749 76.233973) (xy 64.883198 76.265888) (xy 64.906379 76.270499)
+ (xy 64.906383 76.2705) (xy 64.906384 76.2705) (xy 65.093617 76.2705) (xy 65.093618 76.270499) (xy 65.277251 76.233973)
+ (xy 65.450231 76.162322) (xy 65.605908 76.058302) (xy 65.738302 75.925908) (xy 65.842322 75.770231)
+ (xy 65.913973 75.597251) (xy 65.9505 75.413616) (xy 65.9505 75.226384) (xy 65.913973 75.042749)
+ (xy 65.842322 74.869769) (xy 65.842321 74.869768) (xy 65.842318 74.869762) (xy 65.738302 74.714092)
+ (xy 65.738299 74.714088) (xy 65.605911 74.5817) (xy 65.605907 74.581697) (xy 65.450237 74.477681)
+ (xy 65.450228 74.477676) (xy 65.277251 74.406027) (xy 65.277243 74.406025) (xy 65.09362 74.3695)
+ (xy 65.093616 74.3695) (xy 64.906384 74.3695) (xy 64.906379 74.3695) (xy 64.722756 74.406025) (xy 64.722748 74.406027)
+ (xy 64.549771 74.477676) (xy 64.549762 74.477681) (xy 64.394092 74.581697) (xy 64.394088 74.5817)
+ (xy 64.2617 74.714088) (xy 64.261697 74.714092) (xy 64.157681 74.869762) (xy 64.157676 74.869771)
+ (xy 64.086027 75.042748) (xy 64.086025 75.042756) (xy 64.0495 75.226379) (xy 60.5005 75.226379)
+ (xy 60.5005 72.686379) (xy 64.0495 72.686379) (xy 64.0495 72.87362) (xy 64.086025 73.057243) (xy 64.086027 73.057251)
+ (xy 64.157676 73.230228) (xy 64.157681 73.230237) (xy 64.261697 73.385907) (xy 64.2617 73.385911)
+ (xy 64.394088 73.518299) (xy 64.394092 73.518302) (xy 64.549762 73.622318) (xy 64.549768 73.622321)
+ (xy 64.549769 73.622322) (xy 64.722749 73.693973) (xy 64.906379 73.730499) (xy 64.906383 73.7305)
+ (xy 64.906384 73.7305) (xy 65.093617 73.7305) (xy 65.093618 73.730499) (xy 65.277251 73.693973)
+ (xy 65.450231 73.622322) (xy 65.605908 73.518302) (xy 65.738302 73.385908) (xy 65.842322 73.230231)
+ (xy 65.913973 73.057251) (xy 65.9505 72.873616) (xy 65.9505 72.686384) (xy 65.913973 72.502749)
+ (xy 65.842322 72.329769) (xy 65.842321 72.329768) (xy 65.842318 72.329762) (xy 65.738302 72.174092)
+ (xy 65.738299 72.174088) (xy 65.605911 72.0417) (xy 65.605907 72.041697) (xy 65.450237 71.937681)
+ (xy 65.450228 71.937676) (xy 65.277251 71.866027) (xy 65.277243 71.866025) (xy 65.09362 71.8295)
+ (xy 65.093616 71.8295) (xy 64.906384 71.8295) (xy 64.906379 71.8295) (xy 64.722756 71.866025) (xy 64.722748 71.866027)
+ (xy 64.549771 71.937676) (xy 64.549762 71.937681) (xy 64.394092 72.041697) (xy 64.394088 72.0417)
+ (xy 64.2617 72.174088) (xy 64.261697 72.174092) (xy 64.157681 72.329762) (xy 64.157676 72.329771)
+ (xy 64.086027 72.502748) (xy 64.086025 72.502756) (xy 64.0495 72.686379) (xy 60.5005 72.686379)
+ (xy 60.5005 70.146379) (xy 64.0495 70.146379) (xy 64.0495 70.33362) (xy 64.086025 70.517243) (xy 64.086027 70.517251)
+ (xy 64.157676 70.690228) (xy 64.157681 70.690237) (xy 64.261697 70.845907) (xy 64.2617 70.845911)
+ (xy 64.394088 70.978299) (xy 64.394092 70.978302) (xy 64.549762 71.082318) (xy 64.549768 71.082321)
+ (xy 64.549769 71.082322) (xy 64.722749 71.153973) (xy 64.906379 71.190499) (xy 64.906383 71.1905)
+ (xy 64.906384 71.1905) (xy 65.093617 71.1905) (xy 65.093618 71.190499) (xy 65.277251 71.153973)
+ (xy 65.450231 71.082322) (xy 65.605908 70.978302) (xy 65.738302 70.845908) (xy 65.842322 70.690231)
+ (xy 65.913973 70.517251) (xy 65.9505 70.333616) (xy 65.9505 70.146384) (xy 65.913973 69.962749)
+ (xy 65.842322 69.789769) (xy 65.842321 69.789768) (xy 65.842318 69.789762) (xy 65.738302 69.634092)
+ (xy 65.738299 69.634088) (xy 65.605911 69.5017) (xy 65.605907 69.501697) (xy 65.450237 69.397681)
+ (xy 65.450228 69.397676) (xy 65.277251 69.326027) (xy 65.277243 69.326025) (xy 65.09362 69.2895)
+ (xy 65.093616 69.2895) (xy 64.906384 69.2895) (xy 64.906379 69.2895) (xy 64.722756 69.326025) (xy 64.722748 69.326027)
+ (xy 64.549771 69.397676) (xy 64.549762 69.397681) (xy 64.394092 69.501697) (xy 64.394088 69.5017)
+ (xy 64.2617 69.634088) (xy 64.261697 69.634092) (xy 64.157681 69.789762) (xy 64.157676 69.789771)
+ (xy 64.086027 69.962748) (xy 64.086025 69.962756) (xy 64.0495 70.146379) (xy 60.5005 70.146379)
+ (xy 60.5005 67.606379) (xy 64.0495 67.606379) (xy 64.0495 67.79362) (xy 64.086025 67.977243) (xy 64.086027 67.977251)
+ (xy 64.157676 68.150228) (xy 64.157681 68.150237) (xy 64.261697 68.305907) (xy 64.2617 68.305911)
+ (xy 64.394088 68.438299) (xy 64.394092 68.438302) (xy 64.549762 68.542318) (xy 64.549768 68.542321)
+ (xy 64.549769 68.542322) (xy 64.722749 68.613973) (xy 64.906379 68.650499) (xy 64.906383 68.6505)
+ (xy 64.906384 68.6505) (xy 65.093617 68.6505) (xy 65.093618 68.650499) (xy 65.277251 68.613973)
+ (xy 65.450231 68.542322) (xy 65.605908 68.438302) (xy 65.738302 68.305908) (xy 65.842322 68.150231)
+ (xy 65.913973 67.977251) (xy 65.9505 67.793616) (xy 65.9505 67.606384) (xy 65.913973 67.422749)
+ (xy 65.842322 67.249769) (xy 65.842321 67.249768) (xy 65.842318 67.249762) (xy 65.738302 67.094092)
+ (xy 65.738299 67.094088) (xy 65.605911 66.9617) (xy 65.605907 66.961697) (xy 65.450237 66.857681)
+ (xy 65.450228 66.857676) (xy 65.277251 66.786027) (xy 65.277243 66.786025) (xy 65.09362 66.7495)
+ (xy 65.093616 66.7495) (xy 64.906384 66.7495) (xy 64.906379 66.7495) (xy 64.722756 66.786025) (xy 64.722748 66.786027)
+ (xy 64.549771 66.857676) (xy 64.549762 66.857681) (xy 64.394092 66.961697) (xy 64.394088 66.9617)
+ (xy 64.2617 67.094088) (xy 64.261697 67.094092) (xy 64.157681 67.249762) (xy 64.157676 67.249771)
+ (xy 64.086027 67.422748) (xy 64.086025 67.422756) (xy 64.0495 67.606379) (xy 60.5005 67.606379)
+ (xy 60.5005 65.066379) (xy 64.0495 65.066379) (xy 64.0495 65.25362) (xy 64.086025 65.437243) (xy 64.086027 65.437251)
+ (xy 64.157676 65.610228) (xy 64.157681 65.610237) (xy 64.261697 65.765907) (xy 64.2617 65.765911)
+ (xy 64.394088 65.898299) (xy 64.394092 65.898302) (xy 64.549762 66.002318) (xy 64.549768 66.002321)
+ (xy 64.549769 66.002322) (xy 64.722749 66.073973) (xy 64.906379 66.110499) (xy 64.906383 66.1105)
+ (xy 64.906384 66.1105) (xy 65.093617 66.1105) (xy 65.093618 66.110499) (xy 65.277251 66.073973)
+ (xy 65.450231 66.002322) (xy 65.605908 65.898302) (xy 65.738302 65.765908) (xy 65.842322 65.610231)
+ (xy 65.913973 65.437251) (xy 65.9505 65.253616) (xy 65.9505 65.066384) (xy 65.913973 64.882749)
+ (xy 65.842322 64.709769) (xy 65.842321 64.709768) (xy 65.842318 64.709762) (xy 65.738302 64.554092)
+ (xy 65.738299 64.554088) (xy 65.605911 64.4217) (xy 65.605907 64.421697) (xy 65.450237 64.317681)
+ (xy 65.450228 64.317676) (xy 65.277251 64.246027) (xy 65.277243 64.246025) (xy 65.09362 64.2095)
+ (xy 65.093616 64.2095) (xy 64.906384 64.2095) (xy 64.906379 64.2095) (xy 64.722756 64.246025) (xy 64.722748 64.246027)
+ (xy 64.549771 64.317676) (xy 64.549762 64.317681) (xy 64.394092 64.421697) (xy 64.394088 64.4217)
+ (xy 64.2617 64.554088) (xy 64.261697 64.554092) (xy 64.157681 64.709762) (xy 64.157676 64.709771)
+ (xy 64.086027 64.882748) (xy 64.086025 64.882756) (xy 64.0495 65.066379) (xy 60.5005 65.066379)
+ (xy 60.5005 62.526379) (xy 64.0495 62.526379) (xy 64.0495 62.71362) (xy 64.086025 62.897243) (xy 64.086027 62.897251)
+ (xy 64.157676 63.070228) (xy 64.157681 63.070237) (xy 64.261697 63.225907) (xy 64.2617 63.225911)
+ (xy 64.394088 63.358299) (xy 64.394092 63.358302) (xy 64.549762 63.462318) (xy 64.549768 63.462321)
+ (xy 64.549769 63.462322) (xy 64.722749 63.533973) (xy 64.906379 63.570499) (xy 64.906383 63.5705)
+ (xy 64.906384 63.5705) (xy 65.093617 63.5705) (xy 65.093618 63.570499) (xy 65.277251 63.533973)
+ (xy 65.450231 63.462322) (xy 65.605908 63.358302) (xy 65.738302 63.225908) (xy 65.842322 63.070231)
+ (xy 65.913973 62.897251) (xy 65.9505 62.713616) (xy 65.9505 62.526384) (xy 65.913973 62.342749)
+ (xy 65.842322 62.169769) (xy 65.842321 62.169768) (xy 65.842318 62.169762) (xy 65.738302 62.014092)
+ (xy 65.738299 62.014088) (xy 65.605911 61.8817) (xy 65.605907 61.881697) (xy 65.450237 61.777681)
+ (xy 65.450228 61.777676) (xy 65.277251 61.706027) (xy 65.277243 61.706025) (xy 65.09362 61.6695)
+ (xy 65.093616 61.6695) (xy 64.906384 61.6695) (xy 64.906379 61.6695) (xy 64.722756 61.706025) (xy 64.722748 61.706027)
+ (xy 64.549771 61.777676) (xy 64.549762 61.777681) (xy 64.394092 61.881697) (xy 64.394088 61.8817)
+ (xy 64.2617 62.014088) (xy 64.261697 62.014092) (xy 64.157681 62.169762) (xy 64.157676 62.169771)
+ (xy 64.086027 62.342748) (xy 64.086025 62.342756) (xy 64.0495 62.526379) (xy 60.5005 62.526379)
+ (xy 60.5005 59.986379) (xy 64.0495 59.986379) (xy 64.0495 60.17362) (xy 64.086025 60.357243) (xy 64.086027 60.357251)
+ (xy 64.157676 60.530228) (xy 64.157681 60.530237) (xy 64.261697 60.685907) (xy 64.2617 60.685911)
+ (xy 64.394088 60.818299) (xy 64.394092 60.818302) (xy 64.549762 60.922318) (xy 64.549768 60.922321)
+ (xy 64.549769 60.922322) (xy 64.722749 60.993973) (xy 64.906379 61.030499) (xy 64.906383 61.0305)
+ (xy 64.906384 61.0305) (xy 65.093617 61.0305) (xy 65.093618 61.030499) (xy 65.277251 60.993973)
+ (xy 65.450231 60.922322) (xy 65.605908 60.818302) (xy 65.738302 60.685908) (xy 65.842322 60.530231)
+ (xy 65.913973 60.357251) (xy 65.9505 60.173616) (xy 65.9505 59.986384) (xy 65.913973 59.802749)
+ (xy 65.842322 59.629769) (xy 65.842321 59.629768) (xy 65.842318 59.629762) (xy 65.738302 59.474092)
+ (xy 65.738299 59.474088) (xy 65.605911 59.3417) (xy 65.605907 59.341697) (xy 65.450237 59.237681)
+ (xy 65.450228 59.237676) (xy 65.277251 59.166027) (xy 65.277243 59.166025) (xy 65.09362 59.1295)
+ (xy 65.093616 59.1295) (xy 64.906384 59.1295) (xy 64.906379 59.1295) (xy 64.722756 59.166025) (xy 64.722748 59.166027)
+ (xy 64.549771 59.237676) (xy 64.549762 59.237681) (xy 64.394092 59.341697) (xy 64.394088 59.3417)
+ (xy 64.2617 59.474088) (xy 64.261697 59.474092) (xy 64.157681 59.629762) (xy 64.157676 59.629771)
+ (xy 64.086027 59.802748) (xy 64.086025 59.802756) (xy 64.0495 59.986379) (xy 60.5005 59.986379)
+ (xy 60.5005 57.446379) (xy 64.0495 57.446379) (xy 64.0495 57.63362) (xy 64.086025 57.817243) (xy 64.086027 57.817251)
+ (xy 64.157676 57.990228) (xy 64.157681 57.990237) (xy 64.261697 58.145907) (xy 64.2617 58.145911)
+ (xy 64.394088 58.278299) (xy 64.394092 58.278302) (xy 64.549762 58.382318) (xy 64.549768 58.382321)
+ (xy 64.549769 58.382322) (xy 64.722749 58.453973) (xy 64.906379 58.490499) (xy 64.906383 58.4905)
+ (xy 64.906384 58.4905) (xy 65.093617 58.4905) (xy 65.093618 58.490499) (xy 65.277251 58.453973)
+ (xy 65.450231 58.382322) (xy 65.605908 58.278302) (xy 65.738302 58.145908) (xy 65.842322 57.990231)
+ (xy 65.913973 57.817251) (xy 65.9505 57.633616) (xy 65.9505 57.446384) (xy 65.913973 57.262749)
+ (xy 65.842322 57.089769) (xy 65.842321 57.089768) (xy 65.842318 57.089762) (xy 65.738302 56.934092)
+ (xy 65.738299 56.934088) (xy 65.605911 56.8017) (xy 65.605907 56.801697) (xy 65.450237 56.697681)
+ (xy 65.450228 56.697676) (xy 65.277251 56.626027) (xy 65.277243 56.626025) (xy 65.09362 56.5895)
+ (xy 65.093616 56.5895) (xy 64.906384 56.5895) (xy 64.906379 56.5895) (xy 64.722756 56.626025) (xy 64.722748 56.626027)
+ (xy 64.549771 56.697676) (xy 64.549762 56.697681) (xy 64.394092 56.801697) (xy 64.394088 56.8017)
+ (xy 64.2617 56.934088) (xy 64.261697 56.934092) (xy 64.157681 57.089762) (xy 64.157676 57.089771)
+ (xy 64.086027 57.262748) (xy 64.086025 57.262756) (xy 64.0495 57.446379) (xy 60.5005 57.446379)
+ (xy 60.5005 54.230247) (xy 64.0495 54.230247) (xy 64.0495 55.769752) (xy 64.061131 55.828229) (xy 64.061132 55.82823)
+ (xy 64.105447 55.894552) (xy 64.171769 55.938867) (xy 64.17177 55.938868) (xy 64.230247 55.950499)
+ (xy 64.23025 55.9505) (xy 64.230252 55.9505) (xy 65.76975 55.9505) (xy 65.769751 55.950499) (xy 65.784568 55.947552)
+ (xy 65.828229 55.938868) (xy 65.828229 55.938867) (xy 65.828231 55.938867) (xy 65.894552 55.894552)
+ (xy 65.938867 55.828231) (xy 65.938867 55.828229) (xy 65.938868 55.828229) (xy 65.950499 55.769752)
+ (xy 65.9505 55.76975) (xy 65.9505 54.230249) (xy 65.950499 54.230247) (xy 65.938868 54.17177) (xy 65.938867 54.171769)
+ (xy 65.894552 54.105447) (xy 65.82823 54.061132) (xy 65.828229 54.061131) (xy 65.769752 54.0495)
+ (xy 65.769748 54.0495) (xy 64.230252 54.0495) (xy 64.230247 54.0495) (xy 64.17177 54.061131) (xy 64.171769 54.061132)
+ (xy 64.105447 54.105447) (xy 64.061132 54.171769) (xy 64.061131 54.17177) (xy 64.0495 54.230247)
+ (xy 60.5005 54.230247) (xy 60.5005 52.460438) (xy 84.1995 52.460438) (xy 84.1995 74.539562) (xy 84.21079 74.581697)
+ (xy 84.219979 74.61599) (xy 84.21998 74.615991) (xy 84.249078 74.666391) (xy 84.259541 74.684512)
+ (xy 89.48946 79.914431) (xy 89.522945 79.975754) (xy 89.517961 80.045446) (xy 89.516341 80.049563)
+ (xy 89.509578 80.065891) (xy 89.486028 80.122748) (xy 89.486026 80.122752) (xy 89.486024 80.122756)
+ (xy 89.4495 80.306379) (xy 89.4495 80.49362) (xy 89.486025 80.677243) (xy 89.486027 80.677251) (xy 89.557676 80.850228)
+ (xy 89.557681 80.850237) (xy 89.661697 81.005907) (xy 89.6617 81.005911) (xy 89.794088 81.138299)
+ (xy 89.794092 81.138302) (xy 89.949762 81.242318) (xy 89.949768 81.242321) (xy 89.949769 81.242322)
+ (xy 90.122749 81.313973) (xy 90.306379 81.350499) (xy 90.306383 81.3505) (xy 90.306384 81.3505)
+ (xy 90.493617 81.3505) (xy 90.493618 81.350499) (xy 90.677251 81.313973) (xy 90.850231 81.242322)
+ (xy 91.005908 81.138302) (xy 91.138302 81.005908) (xy 91.242322 80.850231) (xy 91.272636 80.777047)
+ (xy 91.316477 80.722644) (xy 91.382771 80.700579) (xy 91.387197 80.7005) (xy 95.63956 80.7005) (xy 95.639562 80.7005)
+ (xy 95.715989 80.680021) (xy 95.784511 80.64046) (xy 95.84046 80.584511) (xy 95.862094 80.562876)
+ (xy 95.888152 80.536819) (xy 95.949475 80.503334) (xy 95.975833 80.5005) (xy 96.06589 80.5005) (xy 96.065892 80.5005)
+ (xy 96.193186 80.466392) (xy 96.307314 80.4005) (xy 96.4005 80.307314) (xy 96.466392 80.193186)
+ (xy 96.5005 80.065892) (xy 96.5005 79.934108) (xy 96.466392 79.806814) (xy 96.4005 79.692686) (xy 96.307314 79.5995)
+ (xy 96.234882 79.557681) (xy 96.193187 79.533608) (xy 96.100578 79.508794) (xy 96.065892 79.4995)
+ (xy 95.934108 79.4995) (xy 95.806812 79.533608) (xy 95.692686 79.5995) (xy 95.692683 79.599502)
+ (xy 95.599502 79.692683) (xy 95.5995 79.692686) (xy 95.533608 79.806812) (xy 95.4995 79.934108)
+ (xy 95.4995 79.9755) (xy 95.479815 80.042539) (xy 95.427011 80.088294) (xy 95.3755 80.0995) (xy 91.387197 80.0995)
+ (xy 91.320158 80.079815) (xy 91.274403 80.027011) (xy 91.272636 80.022953) (xy 91.242323 79.949771)
+ (xy 91.242318 79.949762) (xy 91.138302 79.794092) (xy 91.138299 79.794088) (xy 91.005911 79.6617)
+ (xy 91.005907 79.661697) (xy 90.850237 79.557681) (xy 90.850228 79.557676) (xy 90.677251 79.486027)
+ (xy 90.677243 79.486025) (xy 90.49362 79.4495) (xy 90.493616 79.4495) (xy 90.306384 79.4495) (xy 90.306379 79.4495)
+ (xy 90.122756 79.486024) (xy 90.122752 79.486026) (xy 90.12275 79.486026) (xy 90.122749 79.486027)
+ (xy 90.117619 79.488152) (xy 90.049563 79.516341) (xy 89.980094 79.523808) (xy 89.917615 79.492533)
+ (xy 89.914431 79.48946) (xy 88.19135 77.766379) (xy 89.4495 77.766379) (xy 89.4495 77.95362) (xy 89.486025 78.137243)
+ (xy 89.486027 78.137251) (xy 89.557676 78.310228) (xy 89.557681 78.310237) (xy 89.661697 78.465907)
+ (xy 89.6617 78.465911) (xy 89.794088 78.598299) (xy 89.794092 78.598302) (xy 89.949762 78.702318)
+ (xy 89.949768 78.702321) (xy 89.949769 78.702322) (xy 90.122749 78.773973) (xy 90.306379 78.810499)
+ (xy 90.306383 78.8105) (xy 90.306384 78.8105) (xy 90.493617 78.8105) (xy 90.493618 78.810499) (xy 90.677251 78.773973)
+ (xy 90.850231 78.702322) (xy 91.005908 78.598302) (xy 91.138302 78.465908) (xy 91.242322 78.310231)
+ (xy 91.313973 78.137251) (xy 91.3505 77.953616) (xy 91.3505 77.766384) (xy 91.313973 77.582749)
+ (xy 91.283657 77.509561) (xy 91.276189 77.440097) (xy 91.307463 77.377617) (xy 91.310509 77.37446)
+ (xy 94.348152 74.336819) (xy 94.409475 74.303334) (xy 94.435833 74.3005) (xy 108.975167 74.3005)
+ (xy 109.042206 74.320185) (xy 109.087961 74.372989) (xy 109.097905 74.442147) (xy 109.06888 74.505703)
+ (xy 109.062848 74.512181) (xy 104.887681 78.687348) (xy 104.826358 78.720833) (xy 104.756666 78.715849)
+ (xy 104.712319 78.687348) (xy 102.784509 76.759538) (xy 102.77979 76.756814) (xy 102.77979 76.756813)
+ (xy 102.779784 76.756811) (xy 102.715989 76.719979) (xy 102.639562 76.6995) (xy 101.039562 76.6995)
+ (xy 100.960438 76.6995) (xy 100.88401 76.719978) (xy 100.815489 76.75954) (xy 100.815486 76.759542)
+ (xy 98.111847 79.463181) (xy 98.050524 79.496666) (xy 98.024166 79.4995) (xy 97.934108 79.4995)
+ (xy 97.806812 79.533608) (xy 97.692686 79.5995) (xy 97.692683 79.599502) (xy 97.599502 79.692683)
+ (xy 97.5995 79.692686) (xy 97.533608 79.806812) (xy 97.511814 79.888151) (xy 97.4995 79.934108)
+ (xy 97.4995 80.065892) (xy 97.503231 80.079815) (xy 97.533608 80.193187) (xy 97.560902 80.24046)
+ (xy 97.5995 80.307314) (xy 97.692686 80.4005) (xy 97.806814 80.466392) (xy 97.934108 80.5005) (xy 97.93411 80.5005)
+ (xy 98.06589 80.5005) (xy 98.065892 80.5005) (xy 98.193186 80.466392) (xy 98.307314 80.4005) (xy 98.4005 80.307314)
+ (xy 98.466392 80.193186) (xy 98.5005 80.065892) (xy 98.5005 79.975832) (xy 98.520185 79.908793)
+ (xy 98.536819 79.888151) (xy 101.088152 77.336819) (xy 101.149475 77.303334) (xy 101.175833 77.3005)
+ (xy 102.424167 77.3005) (xy 102.491206 77.320185) (xy 102.511848 77.336819) (xy 104.263181 79.088152)
+ (xy 104.296666 79.149475) (xy 104.2995 79.175833) (xy 104.2995 79.5755) (xy 104.279815 79.642539)
+ (xy 104.227011 79.688294) (xy 104.1755 79.6995) (xy 102.760432 79.6995) (xy 102.745252 79.703568)
+ (xy 102.681075 79.703568) (xy 102.665892 79.6995) (xy 102.534108 79.6995) (xy 102.406812 79.733608)
+ (xy 102.292686 79.7995) (xy 102.292683 79.799502) (xy 102.199502 79.892683) (xy 102.1995 79.892686)
+ (xy 102.133608 80.006812) (xy 102.111776 80.088294) (xy 102.0995 80.134108) (xy 102.0995 80.265892)
+ (xy 102.114048 80.320185) (xy 102.133608 80.393187) (xy 102.151687 80.4245) (xy 102.1995 80.507314)
+ (xy 102.292686 80.6005) (xy 102.406814 80.666392) (xy 102.534108 80.7005) (xy 102.53411 80.7005)
+ (xy 102.66589 80.7005) (xy 102.665892 80.7005) (xy 102.793186 80.666392) (xy 102.907314 80.6005)
+ (xy 103.0005 80.507314) (xy 103.066392 80.393186) (xy 103.066599 80.39241) (xy 103.066953 80.39183)
+ (xy 103.0695 80.385682) (xy 103.070458 80.386079) (xy 103.102961 80.33275) (xy 103.165807 80.302218)
+ (xy 103.186375 80.3005) (xy 103.9755 80.3005) (xy 104.042539 80.320185) (xy 104.088294 80.372989)
+ (xy 104.0995 80.4245) (xy 104.0995 93.224166) (xy 104.079815 93.291205) (xy 104.063181 93.311847)
+ (xy 103.911847 93.463181) (xy 103.850524 93.496666) (xy 103.824166 93.4995) (xy 103.734108 93.4995)
+ (xy 103.606812 93.533608) (xy 103.492686 93.5995) (xy 103.492683 93.599502) (xy 103.399502 93.692683)
+ (xy 103.3995 93.692686) (xy 103.333608 93.806812) (xy 103.2995 93.934108) (xy 103.2995 94.065891)
+ (xy 103.333608 94.193187) (xy 103.366554 94.25025) (xy 103.3995 94.307314) (xy 103.492686 94.4005)
+ (xy 103.606814 94.466392) (xy 103.734108 94.5005) (xy 103.73411 94.5005) (xy 103.86589 94.5005)
+ (xy 103.865892 94.5005) (xy 103.993186 94.466392) (xy 104.107314 94.4005) (xy 104.2005 94.307314)
+ (xy 104.266392 94.193186) (xy 104.3005 94.065892) (xy 104.3005 93.975832) (xy 104.320185 93.908793)
+ (xy 104.336819 93.888151) (xy 104.418158 93.806812) (xy 104.64046 93.584511) (xy 104.680021 93.515989)
+ (xy 104.7005 93.439562) (xy 104.7005 80.360555) (xy 104.720185 80.293516) (xy 104.762499 80.253168)
+ (xy 104.784511 80.24046) (xy 104.84046 80.184511) (xy 104.880021 80.115989) (xy 104.9005 80.039562)
+ (xy 104.9005 79.575833) (xy 104.920185 79.508794) (xy 104.936819 79.488152) (xy 107.540863 76.884108)
+ (xy 116.9495 76.884108) (xy 116.9495 77.015892) (xy 116.966554 77.079539) (xy 116.983608 77.143187)
+ (xy 117.016554 77.20025) (xy 117.0495 77.257314) (xy 117.142686 77.3505) (xy 117.172327 77.367613)
+ (xy 117.220542 77.418181) (xy 117.233764 77.486788) (xy 117.207796 77.551652) (xy 117.172327 77.582386)
+ (xy 117.142689 77.599498) (xy 117.142686 77.5995) (xy 117.142683 77.599502) (xy 117.049502 77.692683)
+ (xy 117.0495 77.692686) (xy 116.983608 77.806812) (xy 116.9495 77.934108) (xy 116.9495 78.065891)
+ (xy 116.983608 78.193187) (xy 117.016554 78.25025) (xy 117.0495 78.307314) (xy 117.142686 78.4005)
+ (xy 117.215756 78.442687) (xy 117.255975 78.465908) (xy 117.256814 78.466392) (xy 117.384108 78.5005)
+ (xy 117.38411 78.5005) (xy 117.51589 78.5005) (xy 117.515892 78.5005) (xy 117.586185 78.481665)
+ (xy 117.656033 78.483328) (xy 117.713896 78.522491) (xy 117.7414 78.586719) (xy 117.738052 78.633531)
+ (xy 117.729381 78.665892) (xy 117.7245 78.684109) (xy 117.7245 78.815892) (xy 117.758608 78.943188)
+ (xy 117.777972 78.976727) (xy 117.8245 79.057315) (xy 117.917686 79.150501) (xy 118.031814 79.216393)
+ (xy 118.159108 79.250501) (xy 118.15911 79.250501) (xy 118.29089 79.250501) (xy 118.290892 79.250501)
+ (xy 118.418186 79.216393) (xy 118.532314 79.150501) (xy 118.6255 79.057315) (xy 118.691392 78.943187)
+ (xy 118.7255 78.815893) (xy 118.7255 78.684109) (xy 118.711948 78.633532) (xy 118.713609 78.563685)
+ (xy 118.752771 78.505822) (xy 118.816999 78.478317) (xy 118.863813 78.481664) (xy 118.934108 78.5005)
+ (xy 118.93411 78.5005) (xy 119.06589 78.5005) (xy 119.065892 78.5005) (xy 119.193186 78.466392)
+ (xy 119.307314 78.4005) (xy 119.4005 78.307314) (xy 119.466392 78.193186) (xy 119.5005 78.065892)
+ (xy 119.5005 77.934108) (xy 119.466392 77.806814) (xy 119.4005 77.692686) (xy 119.307314 77.5995)
+ (xy 119.277672 77.582386) (xy 119.229458 77.531821) (xy 119.216234 77.463214) (xy 119.242202 77.398349)
+ (xy 119.277673 77.367613) (xy 119.307314 77.3505) (xy 119.4005 77.257314) (xy 119.466392 77.143186)
+ (xy 119.5005 77.015892) (xy 119.5005 76.884108) (xy 119.466392 76.756814) (xy 119.4005 76.642686)
+ (xy 119.307314 76.5495) (xy 119.234244 76.507313) (xy 119.193187 76.483608) (xy 119.129539 76.466554)
+ (xy 119.065892 76.4495) (xy 118.934108 76.4495) (xy 118.934106 76.4495) (xy 118.863814 76.468334)
+ (xy 118.793964 76.46667) (xy 118.736102 76.427507) (xy 118.708599 76.363278) (xy 118.711947 76.31647)
+ (xy 118.7255 76.265891) (xy 118.7255 76.134107) (xy 118.691392 76.006813) (xy 118.6255 75.892685)
+ (xy 118.532314 75.799499) (xy 118.47525 75.766553) (xy 118.418187 75.733607) (xy 118.354539 75.716553)
+ (xy 118.290892 75.699499) (xy 118.159108 75.699499) (xy 118.031812 75.733607) (xy 117.917686 75.799499)
+ (xy 117.917683 75.799501) (xy 117.824502 75.892682) (xy 117.8245 75.892685) (xy 117.758608 76.006811)
+ (xy 117.7245 76.134107) (xy 117.7245 76.265891) (xy 117.738051 76.316467) (xy 117.736389 76.386315)
+ (xy 117.697227 76.444178) (xy 117.632998 76.471682) (xy 117.586185 76.468334) (xy 117.515893 76.4495)
+ (xy 117.515892 76.4495) (xy 117.384108 76.4495) (xy 117.256812 76.483608) (xy 117.142686 76.5495)
+ (xy 117.142683 76.549502) (xy 117.049502 76.642683) (xy 117.0495 76.642686) (xy 116.983608 76.756812)
+ (xy 116.982877 76.759542) (xy 116.9495 76.884108) (xy 107.540863 76.884108) (xy 109.488152 74.936819)
+ (xy 109.549475 74.903334) (xy 109.575833 74.9005) (xy 119.63956 74.9005) (xy 119.639562 74.9005)
+ (xy 119.715989 74.880021) (xy 119.784511 74.84046) (xy 119.84046 74.784511) (xy 119.862094 74.762876)
+ (xy 119.888152 74.736819) (xy 119.949475 74.703334) (xy 119.975833 74.7005) (xy 120.06589 74.7005)
+ (xy 120.065892 74.7005) (xy 120.193186 74.666392) (xy 120.307314 74.6005) (xy 120.4005 74.507314)
+ (xy 120.466392 74.393186) (xy 120.5005 74.265892) (xy 120.5005 74.134108) (xy 120.466392 74.006814)
+ (xy 120.4005 73.892686) (xy 120.307314 73.7995) (xy 120.238103 73.759541) (xy 120.193187 73.733608)
+ (xy 120.129539 73.716554) (xy 120.065892 73.6995) (xy 119.934108 73.6995) (xy 119.806812 73.733608)
+ (xy 119.692686 73.7995) (xy 119.692683 73.799502) (xy 119.599502 73.892683) (xy 119.5995 73.892686)
+ (xy 119.533608 74.006812) (xy 119.4995 74.134108) (xy 119.4995 74.1755) (xy 119.479815 74.242539)
+ (xy 119.427011 74.288294) (xy 119.3755 74.2995) (xy 115.599505 74.2995) (xy 115.532466 74.279815)
+ (xy 115.486711 74.227011) (xy 115.476767 74.157853) (xy 115.47973 74.143407) (xy 115.482221 74.13411)
+ (xy 115.5005 74.065892) (xy 115.5005 73.934108) (xy 115.466392 73.806814) (xy 115.4005 73.692686)
+ (xy 115.307314 73.5995) (xy 115.25025 73.566554) (xy 115.193187 73.533608) (xy 115.129539 73.516554)
+ (xy 115.065892 73.4995) (xy 114.934108 73.4995) (xy 114.806812 73.533608) (xy 114.692686 73.5995)
+ (xy 114.692683 73.599502) (xy 114.629005 73.663181) (xy 114.567682 73.696666) (xy 114.541324 73.6995)
+ (xy 94.220438 73.6995) (xy 94.182224 73.709739) (xy 94.144009 73.719979) (xy 94.12579 73.730499)
+ (xy 94.120405 73.733608) (xy 94.10706 73.741312) (xy 94.075489 73.759539) (xy 94.075487 73.759541)
+ (xy 90.885567 76.94946) (xy 90.824244 76.982945) (xy 90.754552 76.977961) (xy 90.750433 76.97634)
+ (xy 90.677251 76.946027) (xy 90.677243 76.946025) (xy 90.49362 76.9095) (xy 90.493616 76.9095) (xy 90.306384 76.9095)
+ (xy 90.306379 76.9095) (xy 90.122756 76.946025) (xy 90.122748 76.946027) (xy 89.949771 77.017676)
+ (xy 89.949762 77.017681) (xy 89.794092 77.121697) (xy 89.794088 77.1217) (xy 89.6617 77.254088)
+ (xy 89.661697 77.254092) (xy 89.557681 77.409762) (xy 89.557676 77.409771) (xy 89.486027 77.582748)
+ (xy 89.486025 77.582756) (xy 89.4495 77.766379) (xy 88.19135 77.766379) (xy 85.65135 75.226379)
+ (xy 89.4495 75.226379) (xy 89.4495 75.41362) (xy 89.486025 75.597243) (xy 89.486027 75.597251) (xy 89.557676 75.770228)
+ (xy 89.557681 75.770237) (xy 89.661697 75.925907) (xy 89.6617 75.925911) (xy 89.794088 76.058299)
+ (xy 89.794092 76.058302) (xy 89.949762 76.162318) (xy 89.949768 76.162321) (xy 89.949769 76.162322)
+ (xy 90.122749 76.233973) (xy 90.283198 76.265888) (xy 90.306379 76.270499) (xy 90.306383 76.2705)
+ (xy 90.306384 76.2705) (xy 90.493617 76.2705) (xy 90.493618 76.270499) (xy 90.677251 76.233973)
+ (xy 90.850231 76.162322) (xy 91.005908 76.058302) (xy 91.138302 75.925908) (xy 91.242322 75.770231)
+ (xy 91.313973 75.597251) (xy 91.3505 75.413616) (xy 91.3505 75.226384) (xy 91.313973 75.042749)
+ (xy 91.242322 74.869769) (xy 91.242321 74.869768) (xy 91.242318 74.869762) (xy 91.138302 74.714092)
+ (xy 91.138299 74.714088) (xy 91.005911 74.5817) (xy 91.005907 74.581697) (xy 90.850237 74.477681)
+ (xy 90.850228 74.477676) (xy 90.677251 74.406027) (xy 90.677243 74.406025) (xy 90.49362 74.3695)
+ (xy 90.493616 74.3695) (xy 90.306384 74.3695) (xy 90.306379 74.3695) (xy 90.122756 74.406025) (xy 90.122748 74.406027)
+ (xy 89.949771 74.477676) (xy 89.949762 74.477681) (xy 89.794092 74.581697) (xy 89.794088 74.5817)
+ (xy 89.6617 74.714088) (xy 89.661697 74.714092) (xy 89.557681 74.869762) (xy 89.557676 74.869771)
+ (xy 89.486027 75.042748) (xy 89.486025 75.042756) (xy 89.4495 75.226379) (xy 85.65135 75.226379)
+ (xy 84.836819 74.411848) (xy 84.803334 74.350525) (xy 84.8005 74.324167) (xy 84.8005 67.606379)
+ (xy 89.4495 67.606379) (xy 89.4495 67.79362) (xy 89.486025 67.977243) (xy 89.486027 67.977251) (xy 89.557676 68.150228)
+ (xy 89.557681 68.150237) (xy 89.661697 68.305907) (xy 89.6617 68.305911) (xy 89.794088 68.438299)
+ (xy 89.794092 68.438302) (xy 89.949762 68.542318) (xy 89.949768 68.542321) (xy 89.949769 68.542322)
+ (xy 90.122749 68.613973) (xy 90.306379 68.650499) (xy 90.306383 68.6505) (xy 90.306384 68.6505)
+ (xy 90.493617 68.6505) (xy 90.493618 68.650499) (xy 90.677251 68.613973) (xy 90.850231 68.542322)
+ (xy 91.005908 68.438302) (xy 91.138302 68.305908) (xy 91.242322 68.150231) (xy 91.313973 67.977251)
+ (xy 91.3505 67.793616) (xy 91.3505 67.606384) (xy 91.313973 67.422749) (xy 91.242322 67.249769)
+ (xy 91.242321 67.249768) (xy 91.242318 67.249762) (xy 91.138302 67.094092) (xy 91.138299 67.094088)
+ (xy 91.005911 66.9617) (xy 91.005907 66.961697) (xy 90.850237 66.857681) (xy 90.850228 66.857676)
+ (xy 90.677251 66.786027) (xy 90.677243 66.786025) (xy 90.49362 66.7495) (xy 90.493616 66.7495) (xy 90.306384 66.7495)
+ (xy 90.306379 66.7495) (xy 90.122756 66.786025) (xy 90.122748 66.786027) (xy 89.949771 66.857676)
+ (xy 89.949762 66.857681) (xy 89.794092 66.961697) (xy 89.794088 66.9617) (xy 89.6617 67.094088)
+ (xy 89.661697 67.094092) (xy 89.557681 67.249762) (xy 89.557676 67.249771) (xy 89.486027 67.422748)
+ (xy 89.486025 67.422756) (xy 89.4495 67.606379) (xy 84.8005 67.606379) (xy 84.8005 65.066379) (xy 89.4495 65.066379)
+ (xy 89.4495 65.25362) (xy 89.486025 65.437243) (xy 89.486027 65.437251) (xy 89.557676 65.610228)
+ (xy 89.557681 65.610237) (xy 89.661697 65.765907) (xy 89.6617 65.765911) (xy 89.794088 65.898299)
+ (xy 89.794092 65.898302) (xy 89.949762 66.002318) (xy 89.949768 66.002321) (xy 89.949769 66.002322)
+ (xy 90.122749 66.073973) (xy 90.306379 66.110499) (xy 90.306383 66.1105) (xy 90.306384 66.1105)
+ (xy 90.493617 66.1105) (xy 90.493618 66.110499) (xy 90.677251 66.073973) (xy 90.850231 66.002322)
+ (xy 91.005908 65.898302) (xy 91.138302 65.765908) (xy 91.242322 65.610231) (xy 91.313973 65.437251)
+ (xy 91.3505 65.253616) (xy 91.3505 65.066384) (xy 91.313973 64.882749) (xy 91.242322 64.709769)
+ (xy 91.242321 64.709768) (xy 91.242318 64.709762) (xy 91.138302 64.554092) (xy 91.138299 64.554088)
+ (xy 91.005911 64.4217) (xy 91.005907 64.421697) (xy 90.850237 64.317681) (xy 90.850228 64.317676)
+ (xy 90.677251 64.246027) (xy 90.677243 64.246025) (xy 90.49362 64.2095) (xy 90.493616 64.2095) (xy 90.306384 64.2095)
+ (xy 90.306379 64.2095) (xy 90.122756 64.246025) (xy 90.122748 64.246027) (xy 89.949771 64.317676)
+ (xy 89.949762 64.317681) (xy 89.794092 64.421697) (xy 89.794088 64.4217) (xy 89.6617 64.554088)
+ (xy 89.661697 64.554092) (xy 89.557681 64.709762) (xy 89.557676 64.709771) (xy 89.486027 64.882748)
+ (xy 89.486025 64.882756) (xy 89.4495 65.066379) (xy 84.8005 65.066379) (xy 84.8005 62.526379) (xy 89.4495 62.526379)
+ (xy 89.4495 62.71362) (xy 89.486025 62.897243) (xy 89.486027 62.897251) (xy 89.557676 63.070228)
+ (xy 89.557681 63.070237) (xy 89.661697 63.225907) (xy 89.6617 63.225911) (xy 89.794088 63.358299)
+ (xy 89.794092 63.358302) (xy 89.949762 63.462318) (xy 89.949768 63.462321) (xy 89.949769 63.462322)
+ (xy 90.122749 63.533973) (xy 90.306379 63.570499) (xy 90.306383 63.5705) (xy 90.306384 63.5705)
+ (xy 90.493617 63.5705) (xy 90.493618 63.570499) (xy 90.677251 63.533973) (xy 90.850231 63.462322)
+ (xy 91.005908 63.358302) (xy 91.138302 63.225908) (xy 91.242322 63.070231) (xy 91.313973 62.897251)
+ (xy 91.3505 62.713616) (xy 91.3505 62.526384) (xy 91.313973 62.342749) (xy 91.242322 62.169769)
+ (xy 91.242321 62.169768) (xy 91.242318 62.169762) (xy 91.138302 62.014092) (xy 91.138299 62.014088)
+ (xy 91.005911 61.8817) (xy 91.005907 61.881697) (xy 90.850237 61.777681) (xy 90.850228 61.777676)
+ (xy 90.677251 61.706027) (xy 90.677243 61.706025) (xy 90.49362 61.6695) (xy 90.493616 61.6695) (xy 90.306384 61.6695)
+ (xy 90.306379 61.6695) (xy 90.122756 61.706025) (xy 90.122748 61.706027) (xy 89.949771 61.777676)
+ (xy 89.949762 61.777681) (xy 89.794092 61.881697) (xy 89.794088 61.8817) (xy 89.6617 62.014088)
+ (xy 89.661697 62.014092) (xy 89.557681 62.169762) (xy 89.557676 62.169771) (xy 89.486027 62.342748)
+ (xy 89.486025 62.342756) (xy 89.4495 62.526379) (xy 84.8005 62.526379) (xy 84.8005 59.986379) (xy 89.4495 59.986379)
+ (xy 89.4495 60.17362) (xy 89.486025 60.357243) (xy 89.486027 60.357251) (xy 89.557676 60.530228)
+ (xy 89.557681 60.530237) (xy 89.661697 60.685907) (xy 89.6617 60.685911) (xy 89.794088 60.818299)
+ (xy 89.794092 60.818302) (xy 89.949762 60.922318) (xy 89.949768 60.922321) (xy 89.949769 60.922322)
+ (xy 90.122749 60.993973) (xy 90.306379 61.030499) (xy 90.306383 61.0305) (xy 90.306384 61.0305)
+ (xy 90.493617 61.0305) (xy 90.493618 61.030499) (xy 90.677251 60.993973) (xy 90.850231 60.922322)
+ (xy 91.005908 60.818302) (xy 91.138302 60.685908) (xy 91.242322 60.530231) (xy 91.313973 60.357251)
+ (xy 91.3505 60.173616) (xy 91.3505 59.986384) (xy 91.313973 59.802749) (xy 91.242322 59.629769)
+ (xy 91.242321 59.629768) (xy 91.242318 59.629762) (xy 91.138302 59.474092) (xy 91.138299 59.474088)
+ (xy 91.005911 59.3417) (xy 91.005907 59.341697) (xy 90.850237 59.237681) (xy 90.850228 59.237676)
+ (xy 90.677251 59.166027) (xy 90.677243 59.166025) (xy 90.49362 59.1295) (xy 90.493616 59.1295) (xy 90.306384 59.1295)
+ (xy 90.306379 59.1295) (xy 90.122756 59.166025) (xy 90.122748 59.166027) (xy 89.949771 59.237676)
+ (xy 89.949762 59.237681) (xy 89.794092 59.341697) (xy 89.794088 59.3417) (xy 89.6617 59.474088)
+ (xy 89.661697 59.474092) (xy 89.557681 59.629762) (xy 89.557676 59.629771) (xy 89.486027 59.802748)
+ (xy 89.486025 59.802756) (xy 89.4495 59.986379) (xy 84.8005 59.986379) (xy 84.8005 57.446379) (xy 89.4495 57.446379)
+ (xy 89.4495 57.63362) (xy 89.486025 57.817243) (xy 89.486027 57.817251) (xy 89.557676 57.990228)
+ (xy 89.557681 57.990237) (xy 89.661697 58.145907) (xy 89.6617 58.145911) (xy 89.794088 58.278299)
+ (xy 89.794092 58.278302) (xy 89.949762 58.382318) (xy 89.949768 58.382321) (xy 89.949769 58.382322)
+ (xy 90.122749 58.453973) (xy 90.306379 58.490499) (xy 90.306383 58.4905) (xy 90.306384 58.4905)
+ (xy 90.493617 58.4905) (xy 90.493618 58.490499) (xy 90.677251 58.453973) (xy 90.850231 58.382322)
+ (xy 91.005908 58.278302) (xy 91.138302 58.145908) (xy 91.242322 57.990231) (xy 91.313973 57.817251)
+ (xy 91.3505 57.633616) (xy 91.3505 57.446384) (xy 91.313973 57.262749) (xy 91.242322 57.089769)
+ (xy 91.242321 57.089768) (xy 91.242318 57.089762) (xy 91.138302 56.934092) (xy 91.138299 56.934088)
+ (xy 91.005911 56.8017) (xy 91.005907 56.801697) (xy 90.850237 56.697681) (xy 90.850228 56.697676)
+ (xy 90.677251 56.626027) (xy 90.677243 56.626025) (xy 90.49362 56.5895) (xy 90.493616 56.5895) (xy 90.306384 56.5895)
+ (xy 90.306379 56.5895) (xy 90.122756 56.626025) (xy 90.122748 56.626027) (xy 89.949771 56.697676)
+ (xy 89.949762 56.697681) (xy 89.794092 56.801697) (xy 89.794088 56.8017) (xy 89.6617 56.934088)
+ (xy 89.661697 56.934092) (xy 89.557681 57.089762) (xy 89.557676 57.089771) (xy 89.486027 57.262748)
+ (xy 89.486025 57.262756) (xy 89.4495 57.446379) (xy 84.8005 57.446379) (xy 84.8005 54.906379) (xy 89.4495 54.906379)
+ (xy 89.4495 55.09362) (xy 89.486025 55.277243) (xy 89.486027 55.277251) (xy 89.557676 55.450228)
+ (xy 89.557681 55.450237) (xy 89.661697 55.605907) (xy 89.6617 55.605911) (xy 89.794088 55.738299)
+ (xy 89.794092 55.738302) (xy 89.949762 55.842318) (xy 89.949768 55.842321) (xy 89.949769 55.842322)
+ (xy 90.122749 55.913973) (xy 90.247901 55.938867) (xy 90.306379 55.950499) (xy 90.306383 55.9505)
+ (xy 90.306384 55.9505) (xy 90.493617 55.9505) (xy 90.493618 55.950499) (xy 90.677251 55.913973)
+ (xy 90.850231 55.842322) (xy 91.005908 55.738302) (xy 91.138302 55.605908) (xy 91.242322 55.450231)
+ (xy 91.313973 55.277251) (xy 91.3505 55.093616) (xy 91.3505 54.906384) (xy 91.313973 54.722749)
+ (xy 91.242322 54.549769) (xy 91.242321 54.549768) (xy 91.242318 54.549762) (xy 91.138302 54.394092)
+ (xy 91.138299 54.394088) (xy 91.005911 54.2617) (xy 91.005907 54.261697) (xy 90.850237 54.157681)
+ (xy 90.850228 54.157676) (xy 90.677251 54.086027) (xy 90.677243 54.086025) (xy 90.49362 54.0495)
+ (xy 90.493616 54.0495) (xy 90.306384 54.0495) (xy 90.306379 54.0495) (xy 90.122756 54.086025) (xy 90.122748 54.086027)
+ (xy 89.949771 54.157676) (xy 89.949762 54.157681) (xy 89.794092 54.261697) (xy 89.794088 54.2617)
+ (xy 89.6617 54.394088) (xy 89.661697 54.394092) (xy 89.557681 54.549762) (xy 89.557676 54.549771)
+ (xy 89.486027 54.722748) (xy 89.486025 54.722756) (xy 89.4495 54.906379) (xy 84.8005 54.906379)
+ (xy 84.8005 52.675833) (xy 84.820185 52.608794) (xy 84.836819 52.588152) (xy 93.363152 44.061819)
+ (xy 93.424475 44.028334) (xy 93.450833 44.0255) (xy 94.835258 44.0255) (xy 94.902297 44.045185)
+ (xy 94.948052 44.097989) (xy 94.957996 44.167147) (xy 94.952486 44.189692) (xy 94.952353 44.1903)
+ (xy 94.9495 44.22073) (xy 94.9495 45.779269) (xy 94.952353 45.809699) (xy 94.952353 45.809701) (xy 94.997206 45.93788)
+ (xy 94.997207 45.937882) (xy 95.07785 46.04715) (xy 95.187118 46.127793) (xy 95.208089 46.135131)
+ (xy 95.315299 46.172646) (xy 95.34573 46.1755) (xy 95.345734 46.1755) (xy 96.654266 46.1755) (xy 96.684236 46.172689)
+ (xy 96.752818 46.186027) (xy 96.783495 46.208466) (xy 99.403181 48.828152) (xy 99.436666 48.889475)
+ (xy 99.4395 48.915833) (xy 99.4395 50.208929) (xy 99.419815 50.275968) (xy 99.367011 50.321723)
+ (xy 99.297853 50.331667) (xy 99.246609 50.312031) (xy 99.11392 50.223371) (xy 99.113907 50.223364)
+ (xy 98.931839 50.14795) (xy 98.931829 50.147947) (xy 98.738543 50.1095) (xy 98.738541 50.1095) (xy 98.541459 50.1095)
+ (xy 98.541457 50.1095) (xy 98.34817 50.147947) (xy 98.34816 50.14795) (xy 98.166092 50.223364) (xy 98.166079 50.223371)
+ (xy 98.002218 50.33286) (xy 98.002214 50.332863) (xy 97.862863 50.472214) (xy 97.86286 50.472218)
+ (xy 97.753371 50.636079) (xy 97.753364 50.636092) (xy 97.67795 50.81816) (xy 97.677947 50.81817)
+ (xy 97.6395 51.011456) (xy 97.6395 51.011459) (xy 97.6395 51.208541) (xy 97.6395 51.208543) (xy 97.639499 51.208543)
+ (xy 97.677947 51.401829) (xy 97.67795 51.401839) (xy 97.718072 51.498702) (xy 97.725541 51.568171)
+ (xy 97.694266 51.63065) (xy 97.691192 51.633835) (xy 92.815489 56.50954) (xy 92.759541 56.565487)
+ (xy 92.759535 56.565495) (xy 92.719982 56.634004) (xy 92.719979 56.634009) (xy 92.6995 56.710439)
+ (xy 92.6995 67.464166) (xy 92.679815 67.531205) (xy 92.663181 67.551847) (xy 90.885567 69.32946)
+ (xy 90.824244 69.362945) (xy 90.754552 69.357961) (xy 90.750433 69.35634) (xy 90.677251 69.326027)
+ (xy 90.677243 69.326025) (xy 90.49362 69.2895) (xy 90.493616 69.2895) (xy 90.306384 69.2895) (xy 90.306379 69.2895)
+ (xy 90.122756 69.326025) (xy 90.122748 69.326027) (xy 89.949771 69.397676) (xy 89.949762 69.397681)
+ (xy 89.794092 69.501697) (xy 89.794088 69.5017) (xy 89.6617 69.634088) (xy 89.661697 69.634092)
+ (xy 89.557681 69.789762) (xy 89.557676 69.789771) (xy 89.486027 69.962748) (xy 89.486025 69.962756)
+ (xy 89.4495 70.146379) (xy 89.4495 70.33362) (xy 89.486025 70.517243) (xy 89.486027 70.517251) (xy 89.557676 70.690228)
+ (xy 89.557681 70.690237) (xy 89.661697 70.845907) (xy 89.6617 70.845911) (xy 89.794088 70.978299)
+ (xy 89.794092 70.978302) (xy 89.949762 71.082318) (xy 89.949768 71.082321) (xy 89.949769 71.082322)
+ (xy 90.122749 71.153973) (xy 90.306379 71.190499) (xy 90.306383 71.1905) (xy 90.306384 71.1905)
+ (xy 90.493617 71.1905) (xy 90.493618 71.190499) (xy 90.677251 71.153973) (xy 90.850231 71.082322)
+ (xy 91.005908 70.978302) (xy 91.138302 70.845908) (xy 91.242322 70.690231) (xy 91.313973 70.517251)
+ (xy 91.3505 70.333616) (xy 91.3505 70.146384) (xy 91.313973 69.962749) (xy 91.283657 69.889561)
+ (xy 91.276189 69.820097) (xy 91.307463 69.757617) (xy 91.310509 69.75446) (xy 92.076427 68.988543)
+ (xy 97.639499 68.988543) (xy 97.677947 69.181829) (xy 97.67795 69.181839) (xy 97.753364 69.363907)
+ (xy 97.753371 69.36392) (xy 97.86286 69.527781) (xy 97.862863 69.527785) (xy 98.002214 69.667136)
+ (xy 98.002218 69.667139) (xy 98.166079 69.776628) (xy 98.166092 69.776635) (xy 98.305918 69.834552)
+ (xy 98.348165 69.852051) (xy 98.348169 69.852051) (xy 98.34817 69.852052) (xy 98.541456 69.8905)
+ (xy 98.541459 69.8905) (xy 98.738543 69.8905) (xy 98.868582 69.864632) (xy 98.931835 69.852051)
+ (xy 99.113914 69.776632) (xy 99.277782 69.667139) (xy 99.417139 69.527782) (xy 99.526632 69.363914)
+ (xy 99.602051 69.181835) (xy 99.6405 68.988541) (xy 99.6405 68.791459) (xy 99.6405 68.791456) (xy 99.602052 68.59817)
+ (xy 99.602051 68.598169) (xy 99.602051 68.598165) (xy 99.578919 68.542318) (xy 99.526635 68.416092)
+ (xy 99.526628 68.416079) (xy 99.417139 68.252218) (xy 99.417136 68.252214) (xy 99.277785 68.112863)
+ (xy 99.277781 68.11286) (xy 99.214006 68.070247) (xy 110.3395 68.070247) (xy 110.3395 69.709752)
+ (xy 110.351131 69.768229) (xy 110.351132 69.76823) (xy 110.395447 69.834552) (xy 110.461769 69.878867)
+ (xy 110.46177 69.878868) (xy 110.520247 69.890499) (xy 110.52025 69.8905) (xy 110.520252 69.8905)
+ (xy 112.15975 69.8905) (xy 112.159751 69.890499) (xy 112.174568 69.887552) (xy 112.218229 69.878868)
+ (xy 112.218229 69.878867) (xy 112.218231 69.878867) (xy 112.284552 69.834552) (xy 112.328867 69.768231)
+ (xy 112.328867 69.768229) (xy 112.328868 69.768229) (xy 112.340499 69.709752) (xy 112.3405 69.70975)
+ (xy 112.3405 68.070249) (xy 112.340499 68.070247) (xy 112.328868 68.01177) (xy 112.328867 68.011769)
+ (xy 112.284552 67.945447) (xy 112.21823 67.901132) (xy 112.218229 67.901131) (xy 112.159752 67.8895)
+ (xy 112.159748 67.8895) (xy 110.520252 67.8895) (xy 110.520247 67.8895) (xy 110.46177 67.901131)
+ (xy 110.461769 67.901132) (xy 110.395447 67.945447) (xy 110.351132 68.011769) (xy 110.351131 68.01177)
+ (xy 110.3395 68.070247) (xy 99.214006 68.070247) (xy 99.11392 68.003371) (xy 99.113907 68.003364)
+ (xy 98.931839 67.92795) (xy 98.931829 67.927947) (xy 98.738543 67.8895) (xy 98.738541 67.8895) (xy 98.541459 67.8895)
+ (xy 98.541457 67.8895) (xy 98.34817 67.927947) (xy 98.34816 67.92795) (xy 98.166092 68.003364) (xy 98.166079 68.003371)
+ (xy 98.002218 68.11286) (xy 98.002214 68.112863) (xy 97.862863 68.252214) (xy 97.86286 68.252218)
+ (xy 97.753371 68.416079) (xy 97.753364 68.416092) (xy 97.67795 68.59816) (xy 97.677947 68.59817)
+ (xy 97.6395 68.791456) (xy 97.6395 68.791459) (xy 97.6395 68.988541) (xy 97.6395 68.988543) (xy 97.639499 68.988543)
+ (xy 92.076427 68.988543) (xy 93.24046 67.824511) (xy 93.272513 67.768993) (xy 93.280021 67.755989)
+ (xy 93.3005 67.679562) (xy 93.3005 66.448543) (xy 97.639499 66.448543) (xy 97.677947 66.641829)
+ (xy 97.67795 66.641839) (xy 97.753364 66.823907) (xy 97.753371 66.82392) (xy 97.86286 66.987781)
+ (xy 97.862863 66.987785) (xy 98.002214 67.127136) (xy 98.002218 67.127139) (xy 98.166079 67.236628)
+ (xy 98.166092 67.236635) (xy 98.34816 67.312049) (xy 98.348165 67.312051) (xy 98.348169 67.312051)
+ (xy 98.34817 67.312052) (xy 98.541456 67.3505) (xy 98.541459 67.3505) (xy 98.738543 67.3505) (xy 98.868582 67.324632)
+ (xy 98.931835 67.312051) (xy 99.113914 67.236632) (xy 99.277782 67.127139) (xy 99.417139 66.987782)
+ (xy 99.526632 66.823914) (xy 99.602051 66.641835) (xy 99.6405 66.448543) (xy 110.339499 66.448543)
+ (xy 110.377947 66.641829) (xy 110.37795 66.641839) (xy 110.453364 66.823907) (xy 110.453371 66.82392)
+ (xy 110.56286 66.987781) (xy 110.562863 66.987785) (xy 110.702214 67.127136) (xy 110.702218 67.127139)
+ (xy 110.866079 67.236628) (xy 110.866092 67.236635) (xy 111.04816 67.312049) (xy 111.048165 67.312051)
+ (xy 111.048169 67.312051) (xy 111.04817 67.312052) (xy 111.241456 67.3505) (xy 111.241459 67.3505)
+ (xy 111.438543 67.3505) (xy 111.568582 67.324632) (xy 111.631835 67.312051) (xy 111.813914 67.236632)
+ (xy 111.977782 67.127139) (xy 112.117139 66.987782) (xy 112.226632 66.823914) (xy 112.302051 66.641835)
+ (xy 112.3405 66.448541) (xy 112.3405 66.251459) (xy 112.3405 66.251456) (xy 112.302052 66.05817)
+ (xy 112.302051 66.058169) (xy 112.302051 66.058165) (xy 112.278919 66.002318) (xy 112.226635 65.876092)
+ (xy 112.226628 65.876079) (xy 112.117139 65.712218) (xy 112.117136 65.712214) (xy 111.977785 65.572863)
+ (xy 111.977781 65.57286) (xy 111.81392 65.463371) (xy 111.813907 65.463364) (xy 111.631839 65.38795)
+ (xy 111.631829 65.387947) (xy 111.438543 65.3495) (xy 111.438541 65.3495) (xy 111.241459 65.3495)
+ (xy 111.241457 65.3495) (xy 111.04817 65.387947) (xy 111.04816 65.38795) (xy 110.866092 65.463364)
+ (xy 110.866079 65.463371) (xy 110.702218 65.57286) (xy 110.702214 65.572863) (xy 110.562863 65.712214)
+ (xy 110.56286 65.712218) (xy 110.453371 65.876079) (xy 110.453364 65.876092) (xy 110.37795 66.05816)
+ (xy 110.377947 66.05817) (xy 110.3395 66.251456) (xy 110.3395 66.251459) (xy 110.3395 66.448541)
+ (xy 110.3395 66.448543) (xy 110.339499 66.448543) (xy 99.6405 66.448543) (xy 99.6405 66.448541)
+ (xy 99.6405 66.251459) (xy 99.6405 66.251456) (xy 99.602052 66.05817) (xy 99.602051 66.058169) (xy 99.602051 66.058165)
+ (xy 99.578919 66.002318) (xy 99.526635 65.876092) (xy 99.526628 65.876079) (xy 99.417139 65.712218)
+ (xy 99.417136 65.712214) (xy 99.277785 65.572863) (xy 99.277781 65.57286) (xy 99.11392 65.463371)
+ (xy 99.113907 65.463364) (xy 98.931839 65.38795) (xy 98.931829 65.387947) (xy 98.738543 65.3495)
+ (xy 98.738541 65.3495) (xy 98.541459 65.3495) (xy 98.541457 65.3495) (xy 98.34817 65.387947) (xy 98.34816 65.38795)
+ (xy 98.166092 65.463364) (xy 98.166079 65.463371) (xy 98.002218 65.57286) (xy 98.002214 65.572863)
+ (xy 97.862863 65.712214) (xy 97.86286 65.712218) (xy 97.753371 65.876079) (xy 97.753364 65.876092)
+ (xy 97.67795 66.05816) (xy 97.677947 66.05817) (xy 97.6395 66.251456) (xy 97.6395 66.251459) (xy 97.6395 66.448541)
+ (xy 97.6395 66.448543) (xy 97.639499 66.448543) (xy 93.3005 66.448543) (xy 93.3005 63.908543) (xy 97.639499 63.908543)
+ (xy 97.677947 64.101829) (xy 97.67795 64.101839) (xy 97.753364 64.283907) (xy 97.753371 64.28392)
+ (xy 97.86286 64.447781) (xy 97.862863 64.447785) (xy 98.002214 64.587136) (xy 98.002218 64.587139)
+ (xy 98.166079 64.696628) (xy 98.166092 64.696635) (xy 98.34816 64.772049) (xy 98.348165 64.772051)
+ (xy 98.348169 64.772051) (xy 98.34817 64.772052) (xy 98.541456 64.8105) (xy 98.541459 64.8105) (xy 98.738543 64.8105)
+ (xy 98.868582 64.784632) (xy 98.931835 64.772051) (xy 99.113914 64.696632) (xy 99.277782 64.587139)
+ (xy 99.417139 64.447782) (xy 99.526632 64.283914) (xy 99.602051 64.101835) (xy 99.6405 63.908541)
+ (xy 99.6405 63.711459) (xy 99.6405 63.711456) (xy 99.602052 63.51817) (xy 99.602051 63.518169) (xy 99.602051 63.518165)
+ (xy 99.578919 63.462318) (xy 99.526635 63.336092) (xy 99.526628 63.336079) (xy 99.417139 63.172218)
+ (xy 99.417136 63.172214) (xy 99.277785 63.032863) (xy 99.277781 63.03286) (xy 99.11392 62.923371)
+ (xy 99.113907 62.923364) (xy 98.931839 62.84795) (xy 98.931829 62.847947) (xy 98.738543 62.8095)
+ (xy 98.738541 62.8095) (xy 98.541459 62.8095) (xy 98.541457 62.8095) (xy 98.34817 62.847947) (xy 98.34816 62.84795)
+ (xy 98.166092 62.923364) (xy 98.166079 62.923371) (xy 98.002218 63.03286) (xy 98.002214 63.032863)
+ (xy 97.862863 63.172214) (xy 97.86286 63.172218) (xy 97.753371 63.336079) (xy 97.753364 63.336092)
+ (xy 97.67795 63.51816) (xy 97.677947 63.51817) (xy 97.6395 63.711456) (xy 97.6395 63.711459) (xy 97.6395 63.908541)
+ (xy 97.6395 63.908543) (xy 97.639499 63.908543) (xy 93.3005 63.908543) (xy 93.3005 61.368543) (xy 97.639499 61.368543)
+ (xy 97.677947 61.561829) (xy 97.67795 61.561839) (xy 97.753364 61.743907) (xy 97.753371 61.74392)
+ (xy 97.86286 61.907781) (xy 97.862863 61.907785) (xy 98.002214 62.047136) (xy 98.002218 62.047139)
+ (xy 98.166079 62.156628) (xy 98.166092 62.156635) (xy 98.34816 62.232049) (xy 98.348165 62.232051)
+ (xy 98.348169 62.232051) (xy 98.34817 62.232052) (xy 98.541456 62.2705) (xy 98.541459 62.2705) (xy 98.738543 62.2705)
+ (xy 98.868582 62.244632) (xy 98.931835 62.232051) (xy 99.113914 62.156632) (xy 99.277782 62.047139)
+ (xy 99.417139 61.907782) (xy 99.526632 61.743914) (xy 99.602051 61.561835) (xy 99.6405 61.368541)
+ (xy 99.6405 61.171459) (xy 99.6405 61.171456) (xy 99.602052 60.97817) (xy 99.602051 60.978169) (xy 99.602051 60.978165)
+ (xy 99.578919 60.922318) (xy 99.526635 60.796092) (xy 99.526628 60.796079) (xy 99.417139 60.632218)
+ (xy 99.417136 60.632214) (xy 99.277785 60.492863) (xy 99.277781 60.49286) (xy 99.11392 60.383371)
+ (xy 99.113907 60.383364) (xy 98.931839 60.30795) (xy 98.931829 60.307947) (xy 98.738543 60.2695)
+ (xy 98.738541 60.2695) (xy 98.541459 60.2695) (xy 98.541457 60.2695) (xy 98.34817 60.307947) (xy 98.34816 60.30795)
+ (xy 98.166092 60.383364) (xy 98.166079 60.383371) (xy 98.002218 60.49286) (xy 98.002214 60.492863)
+ (xy 97.862863 60.632214) (xy 97.86286 60.632218) (xy 97.753371 60.796079) (xy 97.753364 60.796092)
+ (xy 97.67795 60.97816) (xy 97.677947 60.97817) (xy 97.6395 61.171456) (xy 97.6395 61.171459) (xy 97.6395 61.368541)
+ (xy 97.6395 61.368543) (xy 97.639499 61.368543) (xy 93.3005 61.368543) (xy 93.3005 58.828543) (xy 97.639499 58.828543)
+ (xy 97.677947 59.021829) (xy 97.67795 59.021839) (xy 97.753364 59.203907) (xy 97.753371 59.20392)
+ (xy 97.86286 59.367781) (xy 97.862863 59.367785) (xy 98.002214 59.507136) (xy 98.002218 59.507139)
+ (xy 98.166079 59.616628) (xy 98.166092 59.616635) (xy 98.34816 59.692049) (xy 98.348165 59.692051)
+ (xy 98.348169 59.692051) (xy 98.34817 59.692052) (xy 98.541456 59.7305) (xy 98.541459 59.7305) (xy 98.738543 59.7305)
+ (xy 98.868582 59.704632) (xy 98.931835 59.692051) (xy 99.113914 59.616632) (xy 99.277782 59.507139)
+ (xy 99.417139 59.367782) (xy 99.526632 59.203914) (xy 99.602051 59.021835) (xy 99.6405 58.828541)
+ (xy 99.6405 58.631459) (xy 99.6405 58.631456) (xy 99.602052 58.43817) (xy 99.602051 58.438169) (xy 99.602051 58.438165)
+ (xy 99.578919 58.382318) (xy 99.526635 58.256092) (xy 99.526628 58.256079) (xy 99.417139 58.092218)
+ (xy 99.417136 58.092214) (xy 99.277785 57.952863) (xy 99.277781 57.95286) (xy 99.11392 57.843371)
+ (xy 99.113907 57.843364) (xy 98.931839 57.76795) (xy 98.931829 57.767947) (xy 98.738543 57.7295)
+ (xy 98.738541 57.7295) (xy 98.541459 57.7295) (xy 98.541457 57.7295) (xy 98.34817 57.767947) (xy 98.34816 57.76795)
+ (xy 98.166092 57.843364) (xy 98.166079 57.843371) (xy 98.002218 57.95286) (xy 98.002214 57.952863)
+ (xy 97.862863 58.092214) (xy 97.86286 58.092218) (xy 97.753371 58.256079) (xy 97.753364 58.256092)
+ (xy 97.67795 58.43816) (xy 97.677947 58.43817) (xy 97.6395 58.631456) (xy 97.6395 58.631459) (xy 97.6395 58.828541)
+ (xy 97.6395 58.828543) (xy 97.639499 58.828543) (xy 93.3005 58.828543) (xy 93.3005 56.925832) (xy 93.320185 56.858793)
+ (xy 93.336814 56.838156) (xy 93.886427 56.288543) (xy 97.639499 56.288543) (xy 97.677947 56.481829)
+ (xy 97.67795 56.481839) (xy 97.753364 56.663907) (xy 97.753371 56.66392) (xy 97.86286 56.827781)
+ (xy 97.862863 56.827785) (xy 98.002214 56.967136) (xy 98.002218 56.967139) (xy 98.166079 57.076628)
+ (xy 98.166092 57.076635) (xy 98.34816 57.152049) (xy 98.348165 57.152051) (xy 98.348169 57.152051)
+ (xy 98.34817 57.152052) (xy 98.541456 57.1905) (xy 98.541459 57.1905) (xy 98.738543 57.1905) (xy 98.868582 57.164632)
+ (xy 98.931835 57.152051) (xy 99.113914 57.076632) (xy 99.277782 56.967139) (xy 99.417139 56.827782)
+ (xy 99.526632 56.663914) (xy 99.602051 56.481835) (xy 99.6405 56.288541) (xy 99.6405 56.091459)
+ (xy 99.6405 56.091456) (xy 99.602052 55.89817) (xy 99.602051 55.898169) (xy 99.602051 55.898165)
+ (xy 99.602049 55.89816) (xy 99.526635 55.716092) (xy 99.526628 55.716079) (xy 99.417139 55.552218)
+ (xy 99.417136 55.552214) (xy 99.277785 55.412863) (xy 99.277781 55.41286) (xy 99.11392 55.303371)
+ (xy 99.113907 55.303364) (xy 98.931839 55.22795) (xy 98.931829 55.227947) (xy 98.738543 55.1895)
+ (xy 98.738541 55.1895) (xy 98.541459 55.1895) (xy 98.541457 55.1895) (xy 98.34817 55.227947) (xy 98.34816 55.22795)
+ (xy 98.166092 55.303364) (xy 98.166079 55.303371) (xy 98.002218 55.41286) (xy 98.002214 55.412863)
+ (xy 97.862863 55.552214) (xy 97.86286 55.552218) (xy 97.753371 55.716079) (xy 97.753364 55.716092)
+ (xy 97.67795 55.89816) (xy 97.677947 55.89817) (xy 97.6395 56.091456) (xy 97.6395 56.091459) (xy 97.6395 56.288541)
+ (xy 97.6395 56.288543) (xy 97.639499 56.288543) (xy 93.886427 56.288543) (xy 96.426426 53.748543)
+ (xy 97.639499 53.748543) (xy 97.677947 53.941829) (xy 97.67795 53.941839) (xy 97.753364 54.123907)
+ (xy 97.753371 54.12392) (xy 97.86286 54.287781) (xy 97.862863 54.287785) (xy 98.002214 54.427136)
+ (xy 98.002218 54.427139) (xy 98.166079 54.536628) (xy 98.166092 54.536635) (xy 98.34816 54.612049)
+ (xy 98.348165 54.612051) (xy 98.348169 54.612051) (xy 98.34817 54.612052) (xy 98.541456 54.6505)
+ (xy 98.541459 54.6505) (xy 98.738543 54.6505) (xy 98.868582 54.624632) (xy 98.931835 54.612051)
+ (xy 99.113914 54.536632) (xy 99.277782 54.427139) (xy 99.417139 54.287782) (xy 99.526632 54.123914)
+ (xy 99.602051 53.941835) (xy 99.6405 53.748541) (xy 99.6405 53.551459) (xy 99.6405 53.551456) (xy 99.602052 53.35817)
+ (xy 99.602051 53.358169) (xy 99.602051 53.358165) (xy 99.602049 53.35816) (xy 99.526635 53.176092)
+ (xy 99.526628 53.176079) (xy 99.417139 53.012218) (xy 99.417136 53.012214) (xy 99.277785 52.872863)
+ (xy 99.277781 52.87286) (xy 99.11392 52.763371) (xy 99.113907 52.763364) (xy 98.931839 52.68795)
+ (xy 98.931829 52.687947) (xy 98.738543 52.6495) (xy 98.738541 52.6495) (xy 98.541459 52.6495) (xy 98.541457 52.6495)
+ (xy 98.34817 52.687947) (xy 98.34816 52.68795) (xy 98.166092 52.763364) (xy 98.166079 52.763371)
+ (xy 98.002218 52.87286) (xy 98.002214 52.872863) (xy 97.862863 53.012214) (xy 97.86286 53.012218)
+ (xy 97.753371 53.176079) (xy 97.753364 53.176092) (xy 97.67795 53.35816) (xy 97.677947 53.35817)
+ (xy 97.6395 53.551456) (xy 97.6395 53.551459) (xy 97.6395 53.748541) (xy 97.6395 53.748543) (xy 97.639499 53.748543)
+ (xy 96.426426 53.748543) (xy 98.116165 52.058804) (xy 98.177486 52.025321) (xy 98.247178 52.030305)
+ (xy 98.251254 52.031909) (xy 98.348165 52.072051) (xy 98.348169 52.072051) (xy 98.34817 52.072052)
+ (xy 98.541456 52.1105) (xy 98.541459 52.1105) (xy 98.738543 52.1105) (xy 98.868582 52.084632) (xy 98.931835 52.072051)
+ (xy 99.113914 51.996632) (xy 99.246609 51.907967) (xy 99.313286 51.88709) (xy 99.380666 51.905574)
+ (xy 99.427357 51.957553) (xy 99.4395 52.01107) (xy 99.4395 52.249562) (xy 99.442174 52.25954) (xy 99.459979 52.32599)
+ (xy 99.459982 52.325995) (xy 99.499535 52.394504) (xy 99.499541 52.394512) (xy 110.391192 63.286163)
+ (xy 110.424677 63.347486) (xy 110.419693 63.417178) (xy 110.418073 63.421295) (xy 110.377948 63.518168)
+ (xy 110.377947 63.518171) (xy 110.3395 63.711456) (xy 110.3395 63.711459) (xy 110.3395 63.908541)
+ (xy 110.3395 63.908543) (xy 110.339499 63.908543) (xy 110.377947 64.101829) (xy 110.37795 64.101839)
+ (xy 110.453364 64.283907) (xy 110.453371 64.28392) (xy 110.56286 64.447781) (xy 110.562863 64.447785)
+ (xy 110.702214 64.587136) (xy 110.702218 64.587139) (xy 110.866079 64.696628) (xy 110.866092 64.696635)
+ (xy 111.04816 64.772049) (xy 111.048165 64.772051) (xy 111.048169 64.772051) (xy 111.04817 64.772052)
+ (xy 111.241456 64.8105) (xy 111.241459 64.8105) (xy 111.438543 64.8105) (xy 111.568582 64.784632)
+ (xy 111.631835 64.772051) (xy 111.813914 64.696632) (xy 111.977782 64.587139) (xy 112.117139 64.447782)
+ (xy 112.226632 64.283914) (xy 112.302051 64.101835) (xy 112.3405 63.908541) (xy 112.3405 63.711459)
+ (xy 112.3405 63.711456) (xy 112.302052 63.51817) (xy 112.302051 63.518169) (xy 112.302051 63.518165)
+ (xy 112.278919 63.462318) (xy 112.226635 63.336092) (xy 112.226628 63.336079) (xy 112.117139 63.172218)
+ (xy 112.117136 63.172214) (xy 111.977785 63.032863) (xy 111.977781 63.03286) (xy 111.81392 62.923371)
+ (xy 111.813907 62.923364) (xy 111.631839 62.84795) (xy 111.631829 62.847947) (xy 111.438543 62.8095)
+ (xy 111.438541 62.8095) (xy 111.241459 62.8095) (xy 111.241457 62.8095) (xy 111.048171 62.847947)
+ (xy 111.048168 62.847948) (xy 111.048166 62.847948) (xy 111.048165 62.847949) (xy 111.048163 62.84795)
+ (xy 110.951295 62.888073) (xy 110.881826 62.89554) (xy 110.819347 62.864265) (xy 110.816163 62.861192)
+ (xy 100.076819 52.121848) (xy 100.043334 52.060525) (xy 100.0405 52.034167) (xy 100.0405 51.264345)
+ (xy 100.060185 51.197306) (xy 100.112989 51.151551) (xy 100.182147 51.141607) (xy 100.245703 51.170632)
+ (xy 100.253572 51.178985) (xy 100.253793 51.178765) (xy 110.303181 61.228152) (xy 110.336666 61.289475)
+ (xy 110.3395 61.315833) (xy 110.3395 61.368541) (xy 110.3395 61.368543) (xy 110.339499 61.368543)
+ (xy 110.377947 61.561829) (xy 110.37795 61.561839) (xy 110.453364 61.743907) (xy 110.453371 61.74392)
+ (xy 110.56286 61.907781) (xy 110.562863 61.907785) (xy 110.702214 62.047136) (xy 110.702218 62.047139)
+ (xy 110.866079 62.156628) (xy 110.866092 62.156635) (xy 111.04816 62.232049) (xy 111.048165 62.232051)
+ (xy 111.048169 62.232051) (xy 111.04817 62.232052) (xy 111.241456 62.2705) (xy 111.241459 62.2705)
+ (xy 111.438543 62.2705) (xy 111.568582 62.244632) (xy 111.631835 62.232051) (xy 111.813914 62.156632)
+ (xy 111.977782 62.047139) (xy 112.117139 61.907782) (xy 112.226632 61.743914) (xy 112.302051 61.561835)
+ (xy 112.3405 61.368541) (xy 112.3405 61.171459) (xy 112.3405 61.171456) (xy 112.302052 60.97817)
+ (xy 112.302051 60.978169) (xy 112.302051 60.978165) (xy 112.278919 60.922318) (xy 112.226635 60.796092)
+ (xy 112.226628 60.796079) (xy 112.117139 60.632218) (xy 112.117136 60.632214) (xy 111.977785 60.492863)
+ (xy 111.977781 60.49286) (xy 111.81392 60.383371) (xy 111.813907 60.383364) (xy 111.631839 60.30795)
+ (xy 111.631829 60.307947) (xy 111.438543 60.2695) (xy 111.438541 60.2695) (xy 111.241459 60.2695)
+ (xy 111.241457 60.2695) (xy 111.04817 60.307947) (xy 111.04816 60.30795) (xy 110.866092 60.383364)
+ (xy 110.866079 60.383371) (xy 110.702218 60.49286) (xy 110.702213 60.492864) (xy 110.647704 60.547373)
+ (xy 110.586381 60.580857) (xy 110.516689 60.575872) (xy 110.472343 60.547372) (xy 100.836819 50.911848)
+ (xy 100.803334 50.850525) (xy 100.8005 50.824167) (xy 100.8005 47.459147) (xy 100.820185 47.392108)
+ (xy 100.872989 47.346353) (xy 100.942147 47.336409) (xy 101.005703 47.365434) (xy 101.012181 47.371466)
+ (xy 101.563181 47.922466) (xy 101.596666 47.983789) (xy 101.5995 48.010147) (xy 101.5995 50.939562)
+ (xy 101.613152 50.990513) (xy 101.619979 51.01599) (xy 101.633588 51.03956) (xy 101.63359 51.039563)
+ (xy 101.659537 51.084507) (xy 101.659539 51.08451) (xy 101.65954 51.084511) (xy 108.38954 57.814511)
+ (xy 108.445489 57.87046) (xy 108.445491 57.870461) (xy 108.445495 57.870464) (xy 108.514004 57.910017)
+ (xy 108.514011 57.910021) (xy 108.590438 57.9305) (xy 110.064167 57.9305) (xy 110.131206 57.950185)
+ (xy 110.151848 57.966819) (xy 110.391192 58.206163) (xy 110.424677 58.267486) (xy 110.419693 58.337178)
+ (xy 110.418073 58.341295) (xy 110.377948 58.438168) (xy 110.377947 58.438171) (xy 110.3395 58.631456)
+ (xy 110.3395 58.631459) (xy 110.3395 58.828541) (xy 110.3395 58.828543) (xy 110.339499 58.828543)
+ (xy 110.377947 59.021829) (xy 110.37795 59.021839) (xy 110.453364 59.203907) (xy 110.453371 59.20392)
+ (xy 110.56286 59.367781) (xy 110.562863 59.367785) (xy 110.702214 59.507136) (xy 110.702218 59.507139)
+ (xy 110.866079 59.616628) (xy 110.866092 59.616635) (xy 111.04816 59.692049) (xy 111.048165 59.692051)
+ (xy 111.048169 59.692051) (xy 111.04817 59.692052) (xy 111.241456 59.7305) (xy 111.241459 59.7305)
+ (xy 111.438543 59.7305) (xy 111.568582 59.704632) (xy 111.631835 59.692051) (xy 111.813914 59.616632)
+ (xy 111.977782 59.507139) (xy 112.117139 59.367782) (xy 112.226632 59.203914) (xy 112.302051 59.021835)
+ (xy 112.3405 58.828541) (xy 112.3405 58.631459) (xy 112.3405 58.631456) (xy 112.302052 58.43817)
+ (xy 112.302051 58.438169) (xy 112.302051 58.438165) (xy 112.278919 58.382318) (xy 112.226635 58.256092)
+ (xy 112.226628 58.256079) (xy 112.117139 58.092218) (xy 112.117136 58.092214) (xy 111.977785 57.952863)
+ (xy 111.977781 57.95286) (xy 111.81392 57.843371) (xy 111.813907 57.843364) (xy 111.631839 57.76795)
+ (xy 111.631829 57.767947) (xy 111.438543 57.7295) (xy 111.438541 57.7295) (xy 111.241459 57.7295)
+ (xy 111.241457 57.7295) (xy 111.048171 57.767947) (xy 111.048168 57.767948) (xy 111.048166 57.767948)
+ (xy 111.048165 57.767949) (xy 111.048163 57.76795) (xy 110.951295 57.808073) (xy 110.881826 57.81554)
+ (xy 110.819347 57.784265) (xy 110.816163 57.781192) (xy 110.424512 57.389541) (xy 110.424504 57.389535)
+ (xy 110.355995 57.349982) (xy 110.35599 57.349979) (xy 110.330513 57.343152) (xy 110.279562 57.3295)
+ (xy 110.27956 57.3295) (xy 108.805833 57.3295) (xy 108.738794 57.309815) (xy 108.718152 57.293181)
+ (xy 102.236819 50.811848) (xy 102.203334 50.750525) (xy 102.2005 50.724167) (xy 102.2005 47.794753)
+ (xy 102.18002 47.718323) (xy 102.180017 47.718318) (xy 102.140464 47.649809) (xy 102.140458 47.649801)
+ (xy 101.336819 46.846162) (xy 101.303334 46.784839) (xy 101.3005 46.758481) (xy 101.3005 46.220435)
+ (xy 101.320185 46.153396) (xy 101.372989 46.107641) (xy 101.377012 46.105889) (xy 101.497598 46.055941)
+ (xy 101.669655 45.940977) (xy 101.815977 45.794655) (xy 101.930941 45.622598) (xy 102.01013 45.43142)
+ (xy 102.0505 45.228465) (xy 102.0505 44.771535) (xy 102.01013 44.56858) (xy 101.930941 44.377402)
+ (xy 101.93094 44.3774) (xy 101.93094 44.377399) (xy 101.824694 44.21839) (xy 101.803816 44.151713)
+ (xy 101.822301 44.084333) (xy 101.87428 44.037643) (xy 101.927796 44.0255) (xy 102.572204 44.0255)
+ (xy 102.639243 44.045185) (xy 102.684998 44.097989) (xy 102.694942 44.167147) (xy 102.675306 44.21839)
+ (xy 102.569059 44.377399) (xy 102.569059 44.3774) (xy 102.48987 44.568579) (xy 102.489868 44.568587)
+ (xy 102.4495 44.77153) (xy 102.4495 45.228469) (xy 102.489868 45.431412) (xy 102.48987 45.431419)
+ (xy 102.48987 45.43142) (xy 102.569059 45.622598) (xy 102.595285 45.661848) (xy 102.684024 45.794657)
+ (xy 102.830342 45.940975) (xy 102.830345 45.940977) (xy 103.002402 46.055941) (xy 103.122953 46.105875)
+ (xy 103.177356 46.149714) (xy 103.199421 46.216008) (xy 103.1995 46.220435) (xy 103.1995 48.389562)
+ (xy 103.210474 48.430518) (xy 103.219978 48.465987) (xy 103.239351 48.499542) (xy 103.259539 48.534509)
+ (xy 103.259541 48.534512) (xy 110.391192 55.666163) (xy 110.424677 55.727486) (xy 110.419693 55.797178)
+ (xy 110.418073 55.801295) (xy 110.377948 55.898168) (xy 110.377947 55.898171) (xy 110.3395 56.091456)
+ (xy 110.3395 56.091459) (xy 110.3395 56.288541) (xy 110.3395 56.288543) (xy 110.339499 56.288543)
+ (xy 110.377947 56.481829) (xy 110.37795 56.481839) (xy 110.453364 56.663907) (xy 110.453371 56.66392)
+ (xy 110.56286 56.827781) (xy 110.562863 56.827785) (xy 110.702214 56.967136) (xy 110.702218 56.967139)
+ (xy 110.866079 57.076628) (xy 110.866092 57.076635) (xy 111.04816 57.152049) (xy 111.048165 57.152051)
+ (xy 111.048169 57.152051) (xy 111.04817 57.152052) (xy 111.241456 57.1905) (xy 111.241459 57.1905)
+ (xy 111.438543 57.1905) (xy 111.568582 57.164632) (xy 111.631835 57.152051) (xy 111.813914 57.076632)
+ (xy 111.977782 56.967139) (xy 112.117139 56.827782) (xy 112.226632 56.663914) (xy 112.302051 56.481835)
+ (xy 112.3405 56.288541) (xy 112.3405 56.091459) (xy 112.3405 56.091456) (xy 112.302052 55.89817)
+ (xy 112.302051 55.898169) (xy 112.302051 55.898165) (xy 112.302049 55.89816) (xy 112.226635 55.716092)
+ (xy 112.226628 55.716079) (xy 112.117139 55.552218) (xy 112.117136 55.552214) (xy 111.977785 55.412863)
+ (xy 111.977781 55.41286) (xy 111.81392 55.303371) (xy 111.813907 55.303364) (xy 111.631839 55.22795)
+ (xy 111.631829 55.227947) (xy 111.438543 55.1895) (xy 111.438541 55.1895) (xy 111.241459 55.1895)
+ (xy 111.241457 55.1895) (xy 111.048171 55.227947) (xy 111.048168 55.227948) (xy 111.048166 55.227948)
+ (xy 111.048165 55.227949) (xy 111.048163 55.22795) (xy 110.951295 55.268073) (xy 110.881826 55.27554)
+ (xy 110.819347 55.244265) (xy 110.816163 55.241192) (xy 109.323514 53.748543) (xy 110.339499 53.748543)
+ (xy 110.377947 53.941829) (xy 110.37795 53.941839) (xy 110.453364 54.123907) (xy 110.453371 54.12392)
+ (xy 110.56286 54.287781) (xy 110.562863 54.287785) (xy 110.702214 54.427136) (xy 110.702218 54.427139)
+ (xy 110.866079 54.536628) (xy 110.866092 54.536635) (xy 111.04816 54.612049) (xy 111.048165 54.612051)
+ (xy 111.048169 54.612051) (xy 111.04817 54.612052) (xy 111.241456 54.6505) (xy 111.241459 54.6505)
+ (xy 111.438543 54.6505) (xy 111.568582 54.624632) (xy 111.631835 54.612051) (xy 111.813914 54.536632)
+ (xy 111.977782 54.427139) (xy 112.117139 54.287782) (xy 112.226632 54.123914) (xy 112.302051 53.941835)
+ (xy 112.3405 53.748541) (xy 112.3405 53.551459) (xy 112.3405 53.551456) (xy 112.302052 53.35817)
+ (xy 112.302051 53.358169) (xy 112.302051 53.358165) (xy 112.302049 53.35816) (xy 112.226635 53.176092)
+ (xy 112.226628 53.176079) (xy 112.117139 53.012218) (xy 112.117136 53.012214) (xy 111.977785 52.872863)
+ (xy 111.977781 52.87286) (xy 111.81392 52.763371) (xy 111.813907 52.763364) (xy 111.631839 52.68795)
+ (xy 111.631829 52.687947) (xy 111.438543 52.6495) (xy 111.438541 52.6495) (xy 111.241459 52.6495)
+ (xy 111.241457 52.6495) (xy 111.04817 52.687947) (xy 111.04816 52.68795) (xy 110.866092 52.763364)
+ (xy 110.866079 52.763371) (xy 110.702218 52.87286) (xy 110.702214 52.872863) (xy 110.562863 53.012214)
+ (xy 110.56286 53.012218) (xy 110.453371 53.176079) (xy 110.453364 53.176092) (xy 110.37795 53.35816)
+ (xy 110.377947 53.35817) (xy 110.3395 53.551456) (xy 110.3395 53.551459) (xy 110.3395 53.748541)
+ (xy 110.3395 53.748543) (xy 110.339499 53.748543) (xy 109.323514 53.748543) (xy 103.836819 48.261848)
+ (xy 103.803334 48.200525) (xy 103.8005 48.174167) (xy 103.8005 46.220435) (xy 103.820185 46.153396)
+ (xy 103.872989 46.107641) (xy 103.877012 46.105889) (xy 103.997598 46.055941) (xy 104.169655 45.940977)
+ (xy 104.315977 45.794655) (xy 104.430941 45.622598) (xy 104.51013 45.43142) (xy 104.5505 45.228465)
+ (xy 104.5505 44.771535) (xy 104.51013 44.56858) (xy 104.430941 44.377402) (xy 104.43094 44.3774)
+ (xy 104.43094 44.377399) (xy 104.324694 44.21839) (xy 104.303816 44.151713) (xy 104.322301 44.084333)
+ (xy 104.37428 44.037643) (xy 104.427796 44.0255) (xy 110.072204 44.0255) (xy 110.139243 44.045185)
+ (xy 110.184998 44.097989) (xy 110.194942 44.167147) (xy 110.175306 44.21839) (xy 110.069059 44.377399)
+ (xy 110.069059 44.3774) (xy 109.98987 44.568579) (xy 109.989868 44.568587) (xy 109.9495 44.77153)
+ (xy 109.9495 45.228469) (xy 109.989868 45.431412) (xy 109.98987 45.431419) (xy 109.98987 45.43142)
+ (xy 110.069059 45.622598) (xy 110.095285 45.661848) (xy 110.184024 45.794657) (xy 110.330342 45.940975)
+ (xy 110.330345 45.940977) (xy 110.502402 46.055941) (xy 110.69358 46.13513) (xy 110.882187 46.172646)
+ (xy 110.89653 46.175499) (xy 110.896534 46.1755) (xy 110.896535 46.1755) (xy 111.103466 46.1755)
+ (xy 111.103467 46.175499) (xy 111.30642 46.13513) (xy 111.497598 46.055941) (xy 111.497605 46.055935)
+ (xy 111.502965 46.053072) (xy 111.504287 46.055545) (xy 111.559385 46.038182) (xy 111.626799 46.056544)
+ (xy 111.649506 46.074477) (xy 116.163181 50.588152) (xy 116.196666 50.649475) (xy 116.1995 50.675833)
+ (xy 116.1995 69.824167) (xy 116.179815 69.891206) (xy 116.163181 69.911848) (xy 113.631848 72.443181)
+ (xy 113.570525 72.476666) (xy 113.544167 72.4795) (xy 91.387197 72.4795) (xy 91.320158 72.459815)
+ (xy 91.274403 72.407011) (xy 91.272636 72.402953) (xy 91.242323 72.329771) (xy 91.242318 72.329762)
+ (xy 91.138302 72.174092) (xy 91.138299 72.174088) (xy 91.005911 72.0417) (xy 91.005907 72.041697)
+ (xy 90.850237 71.937681) (xy 90.850228 71.937676) (xy 90.677251 71.866027) (xy 90.677243 71.866025)
+ (xy 90.49362 71.8295) (xy 90.493616 71.8295) (xy 90.306384 71.8295) (xy 90.306379 71.8295) (xy 90.122756 71.866025)
+ (xy 90.122748 71.866027) (xy 89.949771 71.937676) (xy 89.949762 71.937681) (xy 89.794092 72.041697)
+ (xy 89.794088 72.0417) (xy 89.6617 72.174088) (xy 89.661697 72.174092) (xy 89.557681 72.329762)
+ (xy 89.557676 72.329771) (xy 89.486027 72.502748) (xy 89.486025 72.502756) (xy 89.4495 72.686379)
+ (xy 89.4495 72.87362) (xy 89.486025 73.057243) (xy 89.486027 73.057251) (xy 89.557676 73.230228)
+ (xy 89.557681 73.230237) (xy 89.661697 73.385907) (xy 89.6617 73.385911) (xy 89.794088 73.518299)
+ (xy 89.794092 73.518302) (xy 89.949762 73.622318) (xy 89.949768 73.622321) (xy 89.949769 73.622322)
+ (xy 90.122749 73.693973) (xy 90.306379 73.730499) (xy 90.306383 73.7305) (xy 90.306384 73.7305)
+ (xy 90.493617 73.7305) (xy 90.493618 73.730499) (xy 90.677251 73.693973) (xy 90.850231 73.622322)
+ (xy 91.005908 73.518302) (xy 91.138302 73.385908) (xy 91.242322 73.230231) (xy 91.272636 73.157047)
+ (xy 91.316477 73.102644) (xy 91.382771 73.080579) (xy 91.387197 73.0805) (xy 113.75956 73.0805)
+ (xy 113.759562 73.0805) (xy 113.835989 73.060021) (xy 113.904511 73.02046) (xy 113.96046 72.964511)
+ (xy 116.74046 70.184511) (xy 116.780022 70.115988) (xy 116.8005 70.039562) (xy 116.8005 69.960438)
+ (xy 116.8005 69.4245) (xy 116.820185 69.357461) (xy 116.872989 69.311706) (xy 116.9245 69.3005)
+ (xy 135.0755 69.3005) (xy 135.142539 69.320185) (xy 135.188294 69.372989) (xy 135.1995 69.4245)
+ (xy 135.1995 90.324166) (xy 135.179815 90.391205) (xy 135.163181 90.411847) (xy 131.111847 94.463181)
+ (xy 131.050524 94.496666) (xy 131.024166 94.4995) (xy 130.934108 94.4995) (xy 130.806812 94.533608)
+ (xy 130.692686 94.5995) (xy 130.692683 94.599502) (xy 130.599502 94.692683) (xy 130.5995 94.692686)
+ (xy 130.533608 94.806812) (xy 130.4995 94.934108) (xy 130.4995 95.065891) (xy 130.533608 95.193187)
+ (xy 130.566554 95.25025) (xy 130.5995 95.307314) (xy 130.692686 95.4005) (xy 130.806814 95.466392)
+ (xy 130.934108 95.5005) (xy 130.93411 95.5005) (xy 131.06589 95.5005) (xy 131.065892 95.5005) (xy 131.193186 95.466392)
+ (xy 131.307314 95.4005) (xy 131.4005 95.307314) (xy 131.466392 95.193186) (xy 131.5005 95.065892)
+ (xy 131.5005 94.975832) (xy 131.520185 94.908793) (xy 131.536819 94.888151) (xy 133.200804 93.224166)
+ (xy 135.74046 90.684511) (xy 135.772513 90.628993) (xy 135.780021 90.615989) (xy 135.8005 90.539562)
+ (xy 135.8005 68.960438) (xy 135.780021 68.884011) (xy 135.780017 68.884004) (xy 135.740464 68.815495)
+ (xy 135.740458 68.815487) (xy 135.684512 68.759541) (xy 135.684504 68.759535) (xy 135.615995 68.719982)
+ (xy 135.61599 68.719979) (xy 135.590513 68.713152) (xy 135.539562 68.6995) (xy 135.53956 68.6995)
+ (xy 116.9245 68.6995) (xy 116.857461 68.679815) (xy 116.811706 68.627011) (xy 116.8005 68.5755)
+ (xy 116.8005 50.460438) (xy 116.800254 50.45952) (xy 116.800249 50.4595) (xy 116.780022 50.384012)
+ (xy 116.74046 50.315489) (xy 112.023687 45.598716) (xy 111.990202 45.537393) (xy 111.995186 45.467701)
+ (xy 111.99679 45.463624) (xy 112.01013 45.43142) (xy 112.0505 45.228465) (xy 112.0505 44.771535)
+ (xy 112.01013 44.56858) (xy 111.930941 44.377402) (xy 111.93094 44.3774) (xy 111.93094 44.377399)
+ (xy 111.824694 44.21839) (xy 111.803816 44.151713) (xy 111.822301 44.084333) (xy 111.87428 44.037643)
+ (xy 111.927796 44.0255) (xy 112.572204 44.0255) (xy 112.639243 44.045185) (xy 112.684998 44.097989)
+ (xy 112.694942 44.167147) (xy 112.675306 44.21839) (xy 112.569059 44.377399) (xy 112.569059 44.3774)
+ (xy 112.48987 44.568579) (xy 112.489868 44.568587) (xy 112.4495 44.77153) (xy 112.4495 45.228469)
+ (xy 112.489868 45.431412) (xy 112.48987 45.431419) (xy 112.48987 45.43142) (xy 112.569059 45.622598)
+ (xy 112.595285 45.661848) (xy 112.684024 45.794657) (xy 112.830342 45.940975) (xy 112.830345 45.940977)
+ (xy 113.002402 46.055941) (xy 113.19358 46.13513) (xy 113.382187 46.172646) (xy 113.39653 46.175499)
+ (xy 113.396534 46.1755) (xy 113.396535 46.1755) (xy 113.603466 46.1755) (xy 113.603467 46.175499)
+ (xy 113.80642 46.13513) (xy 113.997598 46.055941) (xy 114.169655 45.940977) (xy 114.315977 45.794655)
+ (xy 114.430941 45.622598) (xy 114.51013 45.43142) (xy 114.5505 45.228465) (xy 114.5505 44.771535)
+ (xy 114.51013 44.56858) (xy 114.430941 44.377402) (xy 114.43094 44.3774) (xy 114.43094 44.377399)
+ (xy 114.324694 44.21839) (xy 114.303816 44.151713) (xy 114.322301 44.084333) (xy 114.37428 44.037643)
+ (xy 114.427796 44.0255) (xy 114.549167 44.0255) (xy 114.616206 44.045185) (xy 114.636848 44.061819)
+ (xy 114.913181 44.338152) (xy 114.946666 44.399475) (xy 114.9495 44.425833) (xy 114.9495 45.779269)
+ (xy 114.952353 45.809699) (xy 114.952353 45.809701) (xy 114.997206 45.93788) (xy 114.997207 45.937882)
+ (xy 115.07785 46.04715) (xy 115.187118 46.127793) (xy 115.208089 46.135131) (xy 115.315299 46.172646)
+ (xy 115.34573 46.1755) (xy 115.345734 46.1755) (xy 116.65427 46.1755) (xy 116.684699 46.172646)
+ (xy 116.684701 46.172646) (xy 116.750235 46.149714) (xy 116.812882 46.127793) (xy 116.92215 46.04715)
+ (xy 117.002793 45.937882) (xy 117.025219 45.87379) (xy 117.047646 45.809701) (xy 117.047646 45.809699)
+ (xy 117.0505 45.779269) (xy 117.0505 44.22073) (xy 117.047646 44.1903) (xy 117.047646 44.190298)
+ (xy 117.002793 44.062119) (xy 117.002792 44.062117) (xy 116.985023 44.038041) (xy 116.92215 43.95285)
+ (xy 116.812882 43.872207) (xy 116.81288 43.872206) (xy 116.6847 43.827353) (xy 116.65427 43.8245)
+ (xy 116.654266 43.8245) (xy 115.345734 43.8245) (xy 115.345729 43.8245) (xy 115.315761 43.82731)
+ (xy 115.247177 43.81397) (xy 115.216504 43.791533) (xy 114.945701 43.52073) (xy 122.9495 43.52073)
+ (xy 122.9495 45.079269) (xy 122.952353 45.109699) (xy 122.952353 45.109701) (xy 122.993912 45.228466)
+ (xy 122.997207 45.237882) (xy 123.07785 45.34715) (xy 123.187118 45.427793) (xy 123.208089 45.435131)
+ (xy 123.315299 45.472646) (xy 123.34573 45.4755) (xy 123.345734 45.4755) (xy 124.65427 45.4755)
+ (xy 124.684699 45.472646) (xy 124.684701 45.472646) (xy 124.74879 45.450219) (xy 124.812882 45.427793)
+ (xy 124.92215 45.34715) (xy 125.002793 45.237882) (xy 125.029049 45.162847) (xy 125.047646 45.109701)
+ (xy 125.047646 45.109699) (xy 125.0505 45.079269) (xy 125.0505 44.07153) (xy 125.4495 44.07153)
+ (xy 125.4495 44.528469) (xy 125.489868 44.731412) (xy 125.48987 44.73142) (xy 125.569058 44.922596)
+ (xy 125.684024 45.094657) (xy 125.830342 45.240975) (xy 125.830345 45.240977) (xy 126.002402 45.355941)
+ (xy 126.19358 45.43513) (xy 126.336604 45.463579) (xy 126.39653 45.475499) (xy 126.396534 45.4755)
+ (xy 126.396535 45.4755) (xy 126.603466 45.4755) (xy 126.603467 45.475499) (xy 126.80642 45.43513)
+ (xy 126.997598 45.355941) (xy 127.169655 45.240977) (xy 127.315977 45.094655) (xy 127.430941 44.922598)
+ (xy 127.51013 44.73142) (xy 127.5505 44.528465) (xy 127.5505 44.071535) (xy 127.550499 44.07153)
+ (xy 127.9495 44.07153) (xy 127.9495 44.528469) (xy 127.989868 44.731412) (xy 127.98987 44.73142)
+ (xy 128.069058 44.922596) (xy 128.184024 45.094657) (xy 128.330342 45.240975) (xy 128.330345 45.240977)
+ (xy 128.502402 45.355941) (xy 128.69358 45.43513) (xy 128.836604 45.463579) (xy 128.89653 45.475499)
+ (xy 128.896534 45.4755) (xy 128.896535 45.4755) (xy 129.103466 45.4755) (xy 129.103467 45.475499)
+ (xy 129.30642 45.43513) (xy 129.497598 45.355941) (xy 129.669655 45.240977) (xy 129.815977 45.094655)
+ (xy 129.930941 44.922598) (xy 130.01013 44.73142) (xy 130.0505 44.528465) (xy 130.0505 44.071535)
+ (xy 130.01013 43.86858) (xy 129.930941 43.677402) (xy 129.815977 43.505345) (xy 129.815975 43.505342)
+ (xy 129.669657 43.359024) (xy 129.583626 43.301541) (xy 129.497598 43.244059) (xy 129.30642 43.16487)
+ (xy 129.306412 43.164868) (xy 129.103469 43.1245) (xy 129.103465 43.1245) (xy 128.896535 43.1245)
+ (xy 128.89653 43.1245) (xy 128.693587 43.164868) (xy 128.693579 43.16487) (xy 128.502403 43.244058)
+ (xy 128.330342 43.359024) (xy 128.184024 43.505342) (xy 128.069058 43.677403) (xy 127.98987 43.868579)
+ (xy 127.989868 43.868587) (xy 127.9495 44.07153) (xy 127.550499 44.07153) (xy 127.51013 43.86858)
+ (xy 127.430941 43.677402) (xy 127.315977 43.505345) (xy 127.315975 43.505342) (xy 127.169657 43.359024)
+ (xy 127.083626 43.301541) (xy 126.997598 43.244059) (xy 126.80642 43.16487) (xy 126.806412 43.164868)
+ (xy 126.603469 43.1245) (xy 126.603465 43.1245) (xy 126.396535 43.1245) (xy 126.39653 43.1245) (xy 126.193587 43.164868)
+ (xy 126.193579 43.16487) (xy 126.002403 43.244058) (xy 125.830342 43.359024) (xy 125.684024 43.505342)
+ (xy 125.569058 43.677403) (xy 125.48987 43.868579) (xy 125.489868 43.868587) (xy 125.4495 44.07153)
+ (xy 125.0505 44.07153) (xy 125.0505 43.52073) (xy 125.047646 43.4903) (xy 125.047646 43.490298)
+ (xy 125.002793 43.362119) (xy 125.002792 43.362117) (xy 124.92215 43.25285) (xy 124.812882 43.172207)
+ (xy 124.81288 43.172206) (xy 124.6847 43.127353) (xy 124.65427 43.1245) (xy 124.654266 43.1245)
+ (xy 123.345734 43.1245) (xy 123.34573 43.1245) (xy 123.3153 43.127353) (xy 123.315298 43.127353)
+ (xy 123.187119 43.172206) (xy 123.187117 43.172207) (xy 123.07785 43.25285) (xy 122.997207 43.362117)
+ (xy 122.997206 43.362119) (xy 122.952353 43.490298) (xy 122.952353 43.4903) (xy 122.9495 43.52073)
+ (xy 114.945701 43.52073) (xy 114.909512 43.484541) (xy 114.909504 43.484535) (xy 114.840995 43.444982)
+ (xy 114.84099 43.444979) (xy 114.815513 43.438152) (xy 114.764562 43.4245) (xy 93.235438 43.4245)
+ (xy 93.197224 43.434739) (xy 93.159009 43.444979) (xy 93.159004 43.444982) (xy 93.090495 43.484535)
+ (xy 93.090487 43.484541) (xy 84.259541 52.315487) (xy 84.259535 52.315495) (xy 84.219982 52.384004)
+ (xy 84.219979 52.384009) (xy 84.217167 52.394504) (xy 84.1995 52.460438) (xy 60.5005 52.460438)
+ (xy 60.5005 42.855778) (xy 60.7995 42.855778) (xy 60.7995 43.144221) (xy 60.799501 43.144238) (xy 60.837149 43.430206)
+ (xy 60.83715 43.430211) (xy 60.837151 43.430217) (xy 60.861404 43.52073) (xy 60.911809 43.708844)
+ (xy 60.911814 43.70886) (xy 61.022191 43.975336) (xy 61.022199 43.975352) (xy 61.16642 44.225148)
+ (xy 61.166431 44.225164) (xy 61.342024 44.454002) (xy 61.34203 44.454009) (xy 61.54599 44.657969)
+ (xy 61.545996 44.657974) (xy 61.774844 44.833575) (xy 61.774851 44.833579) (xy 62.024647 44.9778)
+ (xy 62.024663 44.977808) (xy 62.291139 45.088185) (xy 62.291145 45.088186) (xy 62.291155 45.088191)
+ (xy 62.569783 45.162849) (xy 62.855772 45.2005) (xy 62.855779 45.2005) (xy 63.144221 45.2005) (xy 63.144228 45.2005)
+ (xy 63.430217 45.162849) (xy 63.708845 45.088191) (xy 63.708857 45.088185) (xy 63.70886 45.088185)
+ (xy 63.975336 44.977808) (xy 63.975339 44.977806) (xy 63.975345 44.977804) (xy 64.225156 44.833575)
+ (xy 64.454004 44.657974) (xy 64.657974 44.454004) (xy 64.833575 44.225156) (xy 64.977804 43.975345)
+ (xy 65.039104 43.827354) (xy 65.088185 43.70886) (xy 65.088185 43.708857) (xy 65.088191 43.708845)
+ (xy 65.162849 43.430217) (xy 65.2005 43.144228) (xy 65.2005 42.855778) (xy 135.7995 42.855778) (xy 135.7995 43.144221)
+ (xy 135.799501 43.144238) (xy 135.837149 43.430206) (xy 135.83715 43.430211) (xy 135.837151 43.430217)
+ (xy 135.861404 43.52073) (xy 135.911809 43.708844) (xy 135.911814 43.70886) (xy 136.022191 43.975336)
+ (xy 136.022199 43.975352) (xy 136.16642 44.225148) (xy 136.166431 44.225164) (xy 136.342024 44.454002)
+ (xy 136.34203 44.454009) (xy 136.54599 44.657969) (xy 136.545996 44.657974) (xy 136.774844 44.833575)
+ (xy 136.774851 44.833579) (xy 137.024647 44.9778) (xy 137.024663 44.977808) (xy 137.291139 45.088185)
+ (xy 137.291145 45.088186) (xy 137.291155 45.088191) (xy 137.569783 45.162849) (xy 137.855772 45.2005)
+ (xy 137.855779 45.2005) (xy 138.144221 45.2005) (xy 138.144228 45.2005) (xy 138.430217 45.162849)
+ (xy 138.708845 45.088191) (xy 138.708857 45.088185) (xy 138.70886 45.088185) (xy 138.975336 44.977808)
+ (xy 138.975339 44.977806) (xy 138.975345 44.977804) (xy 139.225156 44.833575) (xy 139.454004 44.657974)
+ (xy 139.657974 44.454004) (xy 139.833575 44.225156) (xy 139.977804 43.975345) (xy 140.039104 43.827354)
+ (xy 140.088185 43.70886) (xy 140.088185 43.708857) (xy 140.088191 43.708845) (xy 140.162849 43.430217)
+ (xy 140.2005 43.144228) (xy 140.2005 42.855772) (xy 140.162849 42.569783) (xy 140.088191 42.291155)
+ (xy 140.088186 42.291145) (xy 140.088185 42.291139) (xy 139.977808 42.024663) (xy 139.9778 42.024647)
+ (xy 139.833579 41.774851) (xy 139.833575 41.774844) (xy 139.657974 41.545996) (xy 139.657969 41.54599)
+ (xy 139.454009 41.34203) (xy 139.454002 41.342024) (xy 139.225164 41.166431) (xy 139.225162 41.166429)
+ (xy 139.225156 41.166425) (xy 139.225151 41.166422) (xy 139.225148 41.16642) (xy 138.975352 41.022199)
+ (xy 138.975336 41.022191) (xy 138.70886 40.911814) (xy 138.708848 40.91181) (xy 138.708845 40.911809)
+ (xy 138.430217 40.837151) (xy 138.430211 40.83715) (xy 138.430206 40.837149) (xy 138.144238 40.799501)
+ (xy 138.144233 40.7995) (xy 138.144228 40.7995) (xy 137.855772 40.7995) (xy 137.855766 40.7995)
+ (xy 137.855761 40.799501) (xy 137.569793 40.837149) (xy 137.569786 40.83715) (xy 137.569783 40.837151)
+ (xy 137.291155 40.911809) (xy 137.291139 40.911814) (xy 137.024663 41.022191) (xy 137.024647 41.022199)
+ (xy 136.774851 41.16642) (xy 136.774835 41.166431) (xy 136.545997 41.342024) (xy 136.54599 41.34203)
+ (xy 136.34203 41.54599) (xy 136.342024 41.545997) (xy 136.166431 41.774835) (xy 136.16642 41.774851)
+ (xy 136.022199 42.024647) (xy 136.022191 42.024663) (xy 135.911814 42.291139) (xy 135.911809 42.291155)
+ (xy 135.837152 42.56978) (xy 135.837149 42.569793) (xy 135.799501 42.855761) (xy 135.7995 42.855778)
+ (xy 65.2005 42.855778) (xy 65.2005 42.855772) (xy 65.162849 42.569783) (xy 65.088191 42.291155)
+ (xy 65.088186 42.291145) (xy 65.088185 42.291139) (xy 64.977808 42.024663) (xy 64.9778 42.024647)
+ (xy 64.833579 41.774851) (xy 64.833575 41.774844) (xy 64.657974 41.545996) (xy 64.657969 41.54599)
+ (xy 64.454009 41.34203) (xy 64.454002 41.342024) (xy 64.225164 41.166431) (xy 64.225162 41.166429)
+ (xy 64.225156 41.166425) (xy 64.225151 41.166422) (xy 64.225148 41.16642) (xy 63.975352 41.022199)
+ (xy 63.975336 41.022191) (xy 63.70886 40.911814) (xy 63.708848 40.91181) (xy 63.708845 40.911809)
+ (xy 63.430217 40.837151) (xy 63.430211 40.83715) (xy 63.430206 40.837149) (xy 63.144238 40.799501)
+ (xy 63.144233 40.7995) (xy 63.144228 40.7995) (xy 62.855772 40.7995) (xy 62.855766 40.7995) (xy 62.855761 40.799501)
+ (xy 62.569793 40.837149) (xy 62.569786 40.83715) (xy 62.569783 40.837151) (xy 62.291155 40.911809)
+ (xy 62.291139 40.911814) (xy 62.024663 41.022191) (xy 62.024647 41.022199) (xy 61.774851 41.16642)
+ (xy 61.774835 41.166431) (xy 61.545997 41.342024) (xy 61.54599 41.34203) (xy 61.34203 41.54599)
+ (xy 61.342024 41.545997) (xy 61.166431 41.774835) (xy 61.16642 41.774851) (xy 61.022199 42.024647)
+ (xy 61.022191 42.024663) (xy 60.911814 42.291139) (xy 60.911809 42.291155) (xy 60.837152 42.56978)
+ (xy 60.837149 42.569793) (xy 60.799501 42.855761) (xy 60.7995 42.855778) (xy 60.5005 42.855778)
+ (xy 60.5005 40.6245) (xy 60.520185 40.557461) (xy 60.572989 40.511706) (xy 60.6245 40.5005) (xy 140.3755 40.5005)
)
)
)
diff --git a/firstpcb.kicad_prl b/firstpcb.kicad_prl
index f370035..654000d 100644
--- a/firstpcb.kicad_prl
+++ b/firstpcb.kicad_prl
@@ -1,6 +1,6 @@
{
"board": {
- "active_layer": 21,
+ "active_layer": 0,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],
@@ -15,6 +15,7 @@
"vias": 1.0,
"zones": 0.6
},
+ "prototype_zone_fills": false,
"selection_filter": {
"dimensions": true,
"footprints": true,
@@ -54,6 +55,7 @@
"zone_display_mode": 0
},
"git": {
+ "integration_disabled": false,
"repo_type": "",
"repo_username": "",
"ssh_key": ""
@@ -88,16 +90,16 @@
9
],
"col_widths": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
+ 69,
+ 71,
+ 94,
+ 78,
+ 84,
+ 97,
+ 85,
+ 80,
+ 42,
+ 678
],
"custom_group_rules": [],
"expanded_rows": [],
@@ -106,16 +108,18 @@
"filter_text": "",
"group_by_constraint": false,
"group_by_netclass": false,
+ "show_time_domain_details": false,
"show_unconnected_nets": false,
"show_zero_pad_nets": false,
- "sort_ascending": true,
- "sorting_column": 0
+ "sort_ascending": false,
+ "sorting_column": 7
},
"open_jobsets": [],
"project": {
"files": []
},
"schematic": {
+ "hierarchy_collapsed": [],
"selection_filter": {
"graphics": true,
"images": true,
@@ -123,6 +127,7 @@
"lockedItems": false,
"otherItems": true,
"pins": true,
+ "ruleAreas": true,
"symbols": true,
"text": true,
"wires": true
diff --git a/firstpcb.kicad_pro b/firstpcb.kicad_pro
index 4badfb7..c1a4079 100644
--- a/firstpcb.kicad_pro
+++ b/firstpcb.kicad_pro
@@ -3,6 +3,8 @@
"3dviewports": [],
"design_settings": {
"defaults": {
+ "apply_defaults_to_fp_barcodes": false,
+ "apply_defaults_to_fp_dimensions": false,
"apply_defaults_to_fp_fields": false,
"apply_defaults_to_fp_shapes": false,
"apply_defaults_to_fp_text": false,
@@ -77,6 +79,7 @@
"extra_footprint": "warning",
"footprint": "error",
"footprint_filters_mismatch": "ignore",
+ "footprint_symbol_field_mismatch": "warning",
"footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "ignore",
"hole_clearance": "error",
@@ -94,6 +97,7 @@
"mirrored_text_on_front_layer": "warning",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
+ "missing_tuning_profile": "warning",
"net_conflict": "warning",
"nonmirrored_text_on_back_layer": "warning",
"npth_inside_courtyard": "ignore",
@@ -113,9 +117,12 @@
"too_many_vias": "error",
"track_angle": "error",
"track_dangling": "warning",
+ "track_not_centered_on_via": "ignore",
+ "track_on_post_machined_layer": "error",
"track_segment_length": "error",
"track_width": "error",
"tracks_crossing": "error",
+ "tuning_profile_track_geometries": "ignore",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
@@ -224,17 +231,28 @@
"zones_allow_external_fillets": false
},
"ipc2581": {
+ "bom_rev": "",
"dist": "",
"distpn": "",
"internal_id": "",
"mfg": "",
- "mpn": ""
+ "mpn": "",
+ "sch_revision": ""
},
"layer_pairs": [],
"layer_presets": [],
"viewports": []
},
"boards": [],
+ "component_class_settings": {
+ "assignments": [],
+ "meta": {
+ "version": 0
+ },
+ "sheet_component_classes": {
+ "enabled": false
+ }
+ },
"cvpcb": {
"equivalence_files": []
},
@@ -424,11 +442,14 @@
"duplicate_sheet_names": "error",
"endpoint_off_grid": "warning",
"extra_units": "error",
+ "field_name_whitespace": "warning",
"footprint_filter": "ignore",
"footprint_link_issues": "warning",
"four_way_junction": "ignore",
"global_label_dangling": "warning",
+ "ground_pin_not_ground": "warning",
"hier_label_mismatch": "error",
+ "isolated_pin_label": "warning",
"label_dangling": "error",
"label_multiple_wires": "warning",
"lib_symbol_issues": "warning",
@@ -441,9 +462,9 @@
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
- "pin_not_connected": "error",
+ "pin_not_connected": "ignore",
"pin_not_driven": "error",
- "pin_to_pin": "warning",
+ "pin_to_pin": "error",
"power_pin_not_driven": "error",
"same_local_global_label": "warning",
"similar_label_and_power": "warning",
@@ -451,6 +472,7 @@
"similar_power": "warning",
"simulation_model_issue": "ignore",
"single_global_label": "ignore",
+ "stacked_pin_name": "warning",
"unannotated": "error",
"unconnected_wire_endpoint": "warning",
"undefined_netclass": "error",
@@ -483,13 +505,14 @@
"priority": 2147483647,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
+ "tuning_profile": "",
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
}
],
"meta": {
- "version": 4
+ "version": 5
},
"net_colors": null,
"netclass_assignments": null,
@@ -516,6 +539,10 @@
},
"schematic": {
"annotate_start_num": 0,
+ "annotation": {
+ "method": 0,
+ "sort_order": 0
+ },
"bom_export_filename": "${PROJECTNAME}.csv",
"bom_fmt_presets": [],
"bom_fmt_settings": {
@@ -587,6 +614,7 @@
"sort_asc": true,
"sort_field": "Reference"
},
+ "bus_aliases": {},
"connection_grid_size": 50.0,
"drawing": {
"dashed_lines_dash_length_ratio": 12.0,
@@ -594,6 +622,7 @@
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
+ "hop_over_size_choice": 0,
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
@@ -615,8 +644,17 @@
"version": 1
},
"net_format_name": "",
+ "ngspice": {
+ "fix_include_paths": true,
+ "meta": {
+ "version": 0
+ },
+ "model_mode": 4,
+ "workbook_filename": ""
+ },
"page_layout_descr_file": "",
"plot_directory": "",
+ "reuse_designators": true,
"space_save_all_events": true,
"spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"",
@@ -625,13 +663,28 @@
"spice_save_all_dissipations": false,
"spice_save_all_voltages": false,
"subpart_first_id": 65,
- "subpart_id_separator": 0
+ "subpart_id_separator": 0,
+ "top_level_sheets": [
+ {
+ "filename": "firstpcb.kicad_sch",
+ "name": "firstpcb",
+ "uuid": "4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ }
+ ],
+ "used_designators": "",
+ "variants": []
},
"sheets": [
[
"4ce690e5-6d5b-4693-bd2e-f4090f26df1f",
- "Root"
+ "firstpcb"
]
],
- "text_variables": {}
+ "text_variables": {},
+ "tuning_profiles": {
+ "meta": {
+ "version": 0
+ },
+ "tuning_profiles_impedance_geometric": []
+ }
}
diff --git a/firstpcb.kicad_sch b/firstpcb.kicad_sch
index 3c444b4..33bc573 100644
--- a/firstpcb.kicad_sch
+++ b/firstpcb.kicad_sch
@@ -1,7 +1,7 @@
(kicad_sch
- (version 20250114)
+ (version 20260306)
(generator "eeschema")
- (generator_version "9.0")
+ (generator_version "10.0")
(uuid "4ce690e5-6d5b-4693-bd2e-f4090f26df1f")
(paper "A4")
(lib_symbols
@@ -9,8 +9,12 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "ESP32-WROOM1"
(at 7.112 20.32 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -20,6 +24,8 @@
)
(property "Value" "ESP-WROOM-32"
(at 6.858 18.034 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -29,47 +35,57 @@
)
(property "Footprint" "RF_Module:ESP32-C3-DevKitM-1"
(at 0 -25.4 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
(at 0 -30.48 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "ESP-WROOM-32 Development Board"
(at 0 -27.94 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "riscv wifi bluetooth ble"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_fp_filters" "*ESP32?C3?DevKitM?1*"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "ESP-WROOM-32_1_1"
@@ -84,261 +100,6 @@
(type background)
)
)
- (pin bidirectional line
- (at -15.24 12.7 0)
- (length 2.54)
- (name "EN"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "15"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH0" passive line)
- (alternate "XTAL_32K_P" passive line)
- )
- (pin bidirectional line
- (at -15.24 10.16 0)
- (length 2.54)
- (name "VP"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "14"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH0" passive line)
- (alternate "XTAL_32K_P" passive line)
- )
- (pin bidirectional line
- (at -15.24 7.62 0)
- (length 2.54)
- (name "VN"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "13"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH0" passive line)
- (alternate "XTAL_32K_P" passive line)
- )
- (pin bidirectional line
- (at -15.24 5.08 0)
- (length 2.54)
- (name "D34"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "12"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH1" passive line)
- (alternate "XTAL_32K_N" passive line)
- )
- (pin bidirectional line
- (at -15.24 2.54 0)
- (length 2.54)
- (name "D35"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "11"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH0" passive line)
- (alternate "FSPIQ" passive line)
- )
- (pin bidirectional line
- (at -15.24 0 0)
- (length 2.54)
- (name "D33"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "10"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH3" passive line)
- )
- (pin bidirectional line
- (at -15.24 -2.54 0)
- (length 2.54)
- (name "D32"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "9"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH0" passive line)
- (alternate "XTAL_32K_P" passive line)
- )
- (pin bidirectional line
- (at -15.24 -5.08 0)
- (length 2.54)
- (name "D25"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "8"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "IO20" passive line)
- )
- (pin bidirectional line
- (at -15.24 -7.62 0)
- (length 2.54)
- (name "D26"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "7"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "IO21" passive line)
- )
- (pin bidirectional line
- (at -15.24 -10.16 0)
- (length 2.54)
- (name "D27"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "6"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH0" passive line)
- (alternate "XTAL_32K_P" passive line)
- )
- (pin bidirectional line
- (at -15.24 -12.7 0)
- (length 2.54)
- (name "D14"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "5"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin bidirectional line
- (at -15.24 -15.24 0)
- (length 2.54)
- (name "D12"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "4"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH0" passive line)
- (alternate "XTAL_32K_P" passive line)
- )
- (pin bidirectional line
- (at -15.24 -17.78 0)
- (length 2.54)
- (name "D13"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "3"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC1_CH0" passive line)
- (alternate "XTAL_32K_P" passive line)
- )
(pin power_in line
(at -5.08 17.78 270)
(length 2.54)
@@ -375,6 +136,261 @@
)
)
)
+ (pin bidirectional line
+ (at -15.24 -17.78 0)
+ (length 2.54)
+ (name "D13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -15.24 0)
+ (length 2.54)
+ (name "D12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -12.7 0)
+ (length 2.54)
+ (name "D14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -10.16 0)
+ (length 2.54)
+ (name "D27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -7.62 0)
+ (length 2.54)
+ (name "D26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO21" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -5.08 0)
+ (length 2.54)
+ (name "D25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO20" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -2.54 0)
+ (length 2.54)
+ (name "D32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 0 0)
+ (length 2.54)
+ (name "D33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH3" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 2.54 0)
+ (length 2.54)
+ (name "D35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "FSPIQ" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 5.08 0)
+ (length 2.54)
+ (name "D34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH1" passive line)
+ (alternate "XTAL_32K_N" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 7.62 0)
+ (length 2.54)
+ (name "VN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 10.16 0)
+ (length 2.54)
+ (name "VP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 12.7 0)
+ (length 2.54)
+ (name "EN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
(pin power_out line
(at 3.81 17.78 270)
(length 2.54)
@@ -394,16 +410,228 @@
)
)
(pin bidirectional line
- (at 15.24 12.7 180)
+ (at 15.24 -20.32 180)
(length 2.54)
- (name "D23"
+ (hide yes)
+ (name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
- (number "30"
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "D15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "D2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "D4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "D16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D-" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "D17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICS0" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "D5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "D18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "D19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPID" passive line)
+ (alternate "MTDO" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "D21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICLK" passive line)
+ (alternate "MTCK" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "RX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC2_CH0" passive line)
+ (alternate "FSPIWP" passive line)
+ (alternate "MTDI" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "TX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
(effects
(font
(size 1.27 1.27)
@@ -436,16 +664,16 @@
(alternate "MTMS" passive line)
)
(pin bidirectional line
- (at 15.24 7.62 180)
+ (at 15.24 12.7 180)
(length 2.54)
- (name "TX0"
+ (name "D23"
(effects
(font
(size 1.27 1.27)
)
)
)
- (number "28"
+ (number "30"
(effects
(font
(size 1.27 1.27)
@@ -456,218 +684,6 @@
(alternate "FSPIHD" passive line)
(alternate "MTMS" passive line)
)
- (pin bidirectional line
- (at 15.24 5.08 180)
- (length 2.54)
- (name "RX0"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "27"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "ADC2_CH0" passive line)
- (alternate "FSPIWP" passive line)
- (alternate "MTDI" passive line)
- )
- (pin bidirectional line
- (at 15.24 2.54 180)
- (length 2.54)
- (name "D21"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "26"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "FSPICLK" passive line)
- (alternate "MTCK" passive line)
- )
- (pin bidirectional line
- (at 15.24 0 180)
- (length 2.54)
- (name "D19"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "25"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "FSPID" passive line)
- (alternate "MTDO" passive line)
- )
- (pin bidirectional line
- (at 15.24 -2.54 180)
- (length 2.54)
- (name "D18"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "24"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin bidirectional line
- (at 15.24 -5.08 180)
- (length 2.54)
- (name "D5"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "23"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin bidirectional line
- (at 15.24 -7.62 180)
- (length 2.54)
- (name "D17"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "22"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "FSPICS0" passive line)
- )
- (pin bidirectional line
- (at 15.24 -10.16 180)
- (length 2.54)
- (name "D16"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "21"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "USB_D-" passive line)
- )
- (pin bidirectional line
- (at 15.24 -12.7 180)
- (length 2.54)
- (name "D4"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "20"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "USB_D+" passive line)
- )
- (pin bidirectional line
- (at 15.24 -15.24 180)
- (length 2.54)
- (name "D2"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "19"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "USB_D+" passive line)
- )
- (pin bidirectional line
- (at 15.24 -17.78 180)
- (length 2.54)
- (name "D15"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "18"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "USB_D+" passive line)
- )
- (pin bidirectional line
- (at 15.24 -20.32 180)
- (length 2.54)
- (hide yes)
- (name "GND"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "17"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (alternate "USB_D+" passive line)
- )
)
(embedded_fonts no)
)
@@ -679,65 +695,83 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
- (property "Reference" "J"
- (at 0 5.08 0)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
+ (property "Reference" "MotorPower1"
+ (at 2.54 1.2701 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
+ (justify left)
)
)
- (property "Value" "Screw_Terminal_01x03"
- (at 0 -5.08 0)
+ (property "Value" "Conn_01x03"
+ (at 2.54 -1.2699 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
+ (justify left)
)
)
- (property "Footprint" ""
+ (property "Footprint" "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "screw terminal"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_fp_filters" "TerminalBlock*:*"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "Screw_Terminal_01x03_1_1"
@@ -875,7 +909,7 @@
)
)
)
- (pin passive line
+ (pin power_out line
(at -5.08 0 0)
(length 3.81)
(name "Pin_2"
@@ -893,7 +927,7 @@
)
)
)
- (pin passive line
+ (pin power_out line
(at -5.08 -2.54 0)
(length 3.81)
(name "Pin_3"
@@ -922,8 +956,12 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "StepperConnection1"
(at 2.54 -0.3555 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -933,6 +971,8 @@
)
(property "Value" "Conn_01x04_MountingPin"
(at 2.54 -2.8955 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -942,47 +982,57 @@
)
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "connector"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_fp_filters" "Connector*:*_1x??-1MP*"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "Conn_01x04_MountingPin_1_1"
@@ -1126,8 +1176,12 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "C"
(at 0.635 2.54 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -1137,6 +1191,8 @@
)
(property "Value" "C"
(at 0.635 -2.54 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -1146,47 +1202,57 @@
)
(property "Footprint" ""
(at 0.9652 -3.81 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Unpolarized capacitor"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "cap capacitor"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_fp_filters" "C_*"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "C_0_1"
@@ -1219,7 +1285,7 @@
(pin passive line
(at 0 3.81 270)
(length 2.794)
- (name "~"
+ (name ""
(effects
(font
(size 1.27 1.27)
@@ -1237,7 +1303,7 @@
(pin passive line
(at 0 -3.81 90)
(length 2.794)
- (name "~"
+ (name ""
(effects
(font
(size 1.27 1.27)
@@ -1265,8 +1331,12 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "C"
(at 0.635 2.54 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -1276,6 +1346,8 @@
)
(property "Value" "C_Polarized"
(at 0.635 -2.54 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -1285,47 +1357,57 @@
)
(property "Footprint" ""
(at 0.9652 -3.81 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Polarized capacitor"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "cap capacitor"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_fp_filters" "CP_*"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "C_Polarized_0_1"
@@ -1380,7 +1462,7 @@
(pin passive line
(at 0 3.81 270)
(length 2.794)
- (name "~"
+ (name ""
(effects
(font
(size 1.27 1.27)
@@ -1398,7 +1480,185 @@
(pin passive line
(at 0 -3.81 90)
(length 2.794)
- (name "~"
+ (name ""
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:L"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
+ (property "Reference" "L"
+ (at -1.27 0 90)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "L"
+ (at 1.905 0 90)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" "Inductor"
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "ki_keywords" "inductor choke coil reactor magnetic"
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*"
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (symbol "L_0_1"
+ (arc
+ (start 0 2.54)
+ (mid 0.6323 1.905)
+ (end 0 1.27)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 1.27)
+ (mid 0.6323 0.635)
+ (end 0 0)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 0)
+ (mid 0.6323 -0.635)
+ (end 0 -1.27)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -1.27)
+ (mid 0.6323 -1.905)
+ (end 0 -2.54)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "L_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 1.27)
+ (name "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 1.27)
+ (name "2"
(effects
(font
(size 1.27 1.27)
@@ -1426,8 +1686,12 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "R"
(at 2.032 0 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -1436,6 +1700,8 @@
)
(property "Value" "R"
(at 0 0 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -1444,47 +1710,57 @@
)
(property "Footprint" ""
(at -1.778 0 90)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Resistor"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "R res resistor"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_fp_filters" "R_*"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "R_0_1"
@@ -1504,7 +1780,7 @@
(pin passive line
(at 0 3.81 270)
(length 1.27)
- (name "~"
+ (name ""
(effects
(font
(size 1.27 1.27)
@@ -1522,7 +1798,7 @@
(pin passive line
(at 0 -3.81 90)
(length 1.27)
- (name "~"
+ (name ""
(effects
(font
(size 1.27 1.27)
@@ -1544,8 +1820,12 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "A"
(at -2.54 19.05 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -1555,6 +1835,8 @@
)
(property "Value" "Pololu_Breakout_A4988"
(at -2.54 16.51 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -1564,48 +1846,58 @@
)
(property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
(at 6.985 -19.05 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
(justify left)
- (hide yes)
)
)
(property "Datasheet" "https://www.pololu.com/product/2980/pictures"
(at 2.54 -7.62 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Pololu Breakout Board, Stepper Driver A4988"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "Pololu Breakout Board Stepper Driver A4988"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_fp_filters" "Pololu*Breakout*15.2x20.3mm*"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "Pololu_Breakout_A4988_0_1"
@@ -1622,168 +1914,6 @@
)
)
(symbol "Pololu_Breakout_A4988_1_1"
- (pin input line
- (at -10.16 10.16 0)
- (length 2.54)
- (name "~{RESET}"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "13"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin input line
- (at -10.16 7.62 0)
- (length 2.54)
- (name "~{SLEEP}"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "14"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin input line
- (at -10.16 2.54 0)
- (length 2.54)
- (name "~{ENABLE}"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "9"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin input line
- (at -10.16 0 0)
- (length 2.54)
- (name "STEP"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "15"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin input line
- (at -10.16 -2.54 0)
- (length 2.54)
- (name "DIR"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "16"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin input line
- (at -10.16 -7.62 0)
- (length 2.54)
- (name "MS1"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "10"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin input line
- (at -10.16 -10.16 0)
- (length 2.54)
- (name "MS2"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "11"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin input line
- (at -10.16 -12.7 0)
- (length 2.54)
- (name "MS3"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "12"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin power_in line
- (at 0 17.78 270)
- (length 2.54)
- (name "VDD"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "2"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
(pin power_in line
(at 0 -20.32 90)
(length 2.54)
@@ -1803,34 +1933,16 @@
)
)
(pin power_in line
- (at 5.08 17.78 270)
+ (at 0 17.78 270)
(length 2.54)
- (name "VMOT"
+ (name "VDD"
(effects
(font
(size 1.27 1.27)
)
)
)
- (number "8"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin power_in line
- (at 5.08 -20.32 90)
- (length 2.54)
- (name "GND"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "7"
+ (number "2"
(effects
(font
(size 1.27 1.27)
@@ -1910,114 +2022,8 @@
)
)
)
- )
- (embedded_fonts no)
- )
- (symbol "Regulator_Linear:L7805"
- (pin_names
- (offset 0.254)
- )
- (exclude_from_sim no)
- (in_bom yes)
- (on_board yes)
- (property "Reference" "U"
- (at -3.81 3.175 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (property "Value" "L7805"
- (at 0 3.175 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (justify left)
- )
- )
- (property "Footprint" ""
- (at 0.635 -3.81 0)
- (effects
- (font
- (size 1.27 1.27)
- (italic yes)
- )
- (justify left)
- (hide yes)
- )
- )
- (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf"
- (at 0 -1.27 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Description" "Positive 1.5A 35V Linear Regulator, Fixed Output 5V, TO-220/TO-263/TO-252"
- (at 0 0 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "ki_keywords" "Voltage Regulator 1.5A Positive"
- (at 0 0 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "ki_fp_filters" "TO?252* TO?263* TO?220*"
- (at 0 0 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (symbol "L7805_0_1"
- (rectangle
- (start -5.08 1.905)
- (end 5.08 -5.08)
- (stroke
- (width 0.254)
- (type default)
- )
- (fill
- (type background)
- )
- )
- )
- (symbol "L7805_1_1"
(pin power_in line
- (at -7.62 0 0)
- (length 2.54)
- (name "IN"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "1"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
- (pin power_in line
- (at 0 -7.62 90)
+ (at 5.08 -20.32 90)
(length 2.54)
(name "GND"
(effects
@@ -2026,7 +2032,7 @@
)
)
)
- (number "2"
+ (number "7"
(effects
(font
(size 1.27 1.27)
@@ -2034,17 +2040,161 @@
)
)
)
- (pin power_out line
- (at 7.62 0 180)
+ (pin power_in line
+ (at 5.08 17.78 270)
(length 2.54)
- (name "OUT"
+ (name "VMOT"
(effects
(font
(size 1.27 1.27)
)
)
)
- (number "3"
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 2.54 0)
+ (length 2.54)
+ (name "~{ENABLE}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -7.62 0)
+ (length 2.54)
+ (name "MS1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -10.16 0)
+ (length 2.54)
+ (name "MS2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -12.7 0)
+ (length 2.54)
+ (name "MS3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 10.16 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 7.62 0)
+ (length 2.54)
+ (name "~{SLEEP}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 0 0)
+ (length 2.54)
+ (name "STEP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -2.54 0)
+ (length 2.54)
+ (name "DIR"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
(effects
(font
(size 1.27 1.27)
@@ -2063,8 +2213,12 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "SW"
(at 0 5.08 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -2073,6 +2227,8 @@
)
(property "Value" "SW_DPDT_x2"
(at 0 -5.08 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -2081,47 +2237,57 @@
)
(property "Footprint" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Switch, dual pole double throw, separate symbols"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "switch dual-pole double-throw DPDT spdt ON-ON"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_fp_filters" "SW*DPDT*"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "SW_DPDT_x2_0_0"
@@ -2185,24 +2351,6 @@
)
)
(symbol "SW_DPDT_x2_1_1"
- (pin passive line
- (at -5.08 0 0)
- (length 2.54)
- (name "B"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "2"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
(pin passive line
(at 5.08 2.54 180)
(length 2.54)
@@ -2221,6 +2369,24 @@
)
)
)
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
(pin passive line
(at 5.08 -2.54 180)
(length 2.54)
@@ -2241,24 +2407,6 @@
)
)
(symbol "SW_DPDT_x2_2_1"
- (pin passive line
- (at -5.08 0 0)
- (length 2.54)
- (name "B"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (number "5"
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- )
(pin passive line
(at 5.08 2.54 180)
(length 2.54)
@@ -2277,6 +2425,24 @@
)
)
)
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
(pin passive line
(at 5.08 -2.54 180)
(length 2.54)
@@ -2298,8 +2464,534 @@
)
(embedded_fonts no)
)
+ (symbol "TPS61088:TPS61088QRHLRQ1"
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
+ (property "Reference" "U"
+ (at 0 2.54 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.524 1.524)
+ )
+ )
+ )
+ (property "Value" "TPS61088QRHLRQ1"
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.524 1.524)
+ )
+ )
+ )
+ (property "Footprint" "RHL0020A"
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ )
+ )
+ (property "Datasheet" "https://www.ti.com/lit/gpn/tps61088-q1"
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "ki_locked" ""
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "ki_keywords" "TPS61088QRHLRQ1"
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "ki_fp_filters" "RHL0020A"
+ (at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (symbol "TPS61088QRHLRQ1_0_1"
+ (polyline
+ (pts
+ (xy -12.7 30.48) (xy -12.7 -30.48)
+ )
+ (stroke
+ (width 0.2032)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -12.7 -30.48) (xy 12.7 -30.48)
+ )
+ (stroke
+ (width 0.2032)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 12.7 30.48) (xy -12.7 30.48)
+ )
+ (stroke
+ (width 0.2032)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 12.7 -30.48) (xy 12.7 30.48)
+ )
+ (stroke
+ (width 0.2032)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin power_in line
+ (at -17.78 20.32 0)
+ (length 5.08)
+ (name "VCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -17.78 10.16 0)
+ (length 5.08)
+ (name "EN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at 17.78 5.08 180)
+ (length 5.08)
+ (name "FSW"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 17.78 17.78 180)
+ (length 5.08)
+ (name "SW"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 17.78 15.24 180)
+ (length 5.08)
+ (name "SW"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 17.78 12.7 180)
+ (length 5.08)
+ (name "SW"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 17.78 10.16 180)
+ (length 5.08)
+ (name "SW"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 17.78 25.4 180)
+ (length 5.08)
+ (name "BOOT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at -17.78 25.4 0)
+ (length 5.08)
+ (name "VIN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -17.78 -10.16 0)
+ (length 5.08)
+ (name "SS"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin unspecified line
+ (at -17.78 -25.4 0)
+ (length 5.08)
+ (name "NC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin unspecified line
+ (at -17.78 -27.94 0)
+ (length 5.08)
+ (name "NC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -17.78 -17.78 0)
+ (length 5.08)
+ (name "MODE"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 17.78 0 180)
+ (length 5.08)
+ (name "VOUT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 17.78 -2.54 180)
+ (length 5.08)
+ (name "VOUT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 17.78 -5.08 180)
+ (length 5.08)
+ (name "VOUT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at 17.78 -15.24 180)
+ (length 5.08)
+ (name "FB"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at -17.78 2.54 0)
+ (length 5.08)
+ (name "COMP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -17.78 -5.08 0)
+ (length 5.08)
+ (name "ILIM"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 17.78 -22.86 180)
+ (length 5.08)
+ (name "AGND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 17.78 -27.94 180)
+ (length 5.08)
+ (name "PGND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
(symbol "power:+12V"
- (power)
+ (power global)
(pin_numbers
(hide yes)
)
@@ -2310,17 +3002,23 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "#PWR"
(at 0 -3.81 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "+12V"
(at 0 3.556 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -2329,38 +3027,46 @@
)
(property "Footprint" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+12V\""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "global power"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "+12V_0_1"
@@ -2405,7 +3111,7 @@
(pin power_in line
(at 0 0 90)
(length 0)
- (name "~"
+ (name ""
(effects
(font
(size 1.27 1.27)
@@ -2424,7 +3130,7 @@
(embedded_fonts no)
)
(symbol "power:+3.3V"
- (power)
+ (power global)
(pin_numbers
(hide yes)
)
@@ -2435,17 +3141,23 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "#PWR"
(at 0 -3.81 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "+3.3V"
(at 0 3.556 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -2454,38 +3166,46 @@
)
(property "Footprint" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+3.3V\""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "global power"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "+3.3V_0_1"
@@ -2530,7 +3250,7 @@
(pin power_in line
(at 0 0 90)
(length 0)
- (name "~"
+ (name ""
(effects
(font
(size 1.27 1.27)
@@ -2549,7 +3269,7 @@
(embedded_fonts no)
)
(symbol "power:+5V"
- (power)
+ (power global)
(pin_numbers
(hide yes)
)
@@ -2560,17 +3280,23 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "#PWR"
(at 0 -3.81 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "+5V"
(at 0 3.556 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -2579,38 +3305,46 @@
)
(property "Footprint" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+5V\""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "global power"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "+5V_0_1"
@@ -2655,7 +3389,7 @@
(pin power_in line
(at 0 0 90)
(length 0)
- (name "~"
+ (name ""
(effects
(font
(size 1.27 1.27)
@@ -2674,7 +3408,7 @@
(embedded_fonts no)
)
(symbol "power:GND"
- (power)
+ (power global)
(pin_numbers
(hide yes)
)
@@ -2685,17 +3419,23 @@
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (duplicate_pin_numbers_are_jumpers no)
(property "Reference" "#PWR"
(at 0 -6.35 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
(at 0 -3.81 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -2704,38 +3444,46 @@
)
(property "Footprint" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "ki_keywords" "global power"
(at 0 0 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (hide yes)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(symbol "GND_0_1"
@@ -2756,7 +3504,7 @@
(pin power_in line
(at 0 0 270)
(length 0)
- (name "~"
+ (name ""
(effects
(font
(size 1.27 1.27)
@@ -2775,30 +3523,166 @@
(embedded_fonts no)
)
)
+ (text "TPS61088 Boost: 5V to 12V @ 2A"
+ (exclude_from_sim no)
+ (at 39.37 177.8 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ (uuid "4ff8ef89-8ea6-45ec-9491-0a02a42a74d5")
+ )
+ (text "VOUT = 0.6V x (1 + 190k/10k) = 12.06V"
+ (exclude_from_sim no)
+ (at 39.37 181.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ (uuid "e6913e2e-fc8b-45d3-a5dc-89bf6eb26c75")
+ )
+ (junction
+ (at 195.58 114.3)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "0260e39a-b01f-417a-8cb7-1a72d331f085")
+ )
(junction
(at 80.01 39.37)
(diameter 0)
(color 0 0 0 0)
(uuid "0d07ffe3-cb5e-495c-a857-7ecc162b1858")
)
+ (junction
+ (at 140.97 101.6)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "1495579a-1b93-45e0-84b4-a6b9f3308a02")
+ )
(junction
(at 97.79 31.75)
(diameter 0)
(color 0 0 0 0)
(uuid "18d26896-36f9-4e7d-8aa9-1913ec88126c")
)
+ (junction
+ (at 209.55 109.22)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "1e9334dc-31e2-44a5-9191-abfe4c1c3a0b")
+ )
+ (junction
+ (at 147.32 101.6)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "2e33f32e-5e19-45b5-9b44-6540a8a05881")
+ )
+ (junction
+ (at 195.58 154.94)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "513dfe6d-161b-43bd-aae8-eedc740a8f18")
+ )
+ (junction
+ (at 204.47 109.22)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "61177821-157c-4a0d-b3fd-a05b16993c02")
+ )
+ (junction
+ (at 214.63 109.22)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "675b9295-2d72-4740-a4d4-a47d6a22d6bb")
+ )
+ (junction
+ (at 207.01 142.24)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "9add2f16-5e58-4868-9821-8f5f97b4f325")
+ )
+ (junction
+ (at 195.58 111.76)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a34d6009-2296-4947-8ec3-504ee499c0cf")
+ )
+ (junction
+ (at 195.58 132.08)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a4b8e08b-d223-4824-8eb7-4e1b0398f812")
+ )
(junction
(at 80.01 62.23)
(diameter 0)
(color 0 0 0 0)
(uuid "a8c14d4c-caa5-43a9-96f9-69a0e91e9bbe")
)
+ (junction
+ (at 195.58 109.22)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "c3742a20-1348-447c-a3aa-a51d91e5c40d")
+ )
(junction
(at 80.01 59.69)
(diameter 0)
(color 0 0 0 0)
(uuid "d6dc3ef2-bb81-4af6-a132-4fb33656eea5")
)
+ (junction
+ (at 195.58 129.54)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "e65f8e39-62ac-448f-b6eb-caed58dc0df8")
+ )
+ (junction
+ (at 195.58 127)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "eb00c769-c2e5-4da6-be98-d52970bdfa3d")
+ )
+ (junction
+ (at 154.94 101.6)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "fb7eec69-b4a1-42b6-89b6-a70f3438e265")
+ )
+ (no_connect
+ (at 154.94 154.94)
+ (uuid "00e0c804-7100-4ed8-a7f3-399749dec216")
+ )
+ (no_connect
+ (at 190.5 121.92)
+ (uuid "15624909-6e0b-40d6-ab96-02429ba8399a")
+ )
+ (no_connect
+ (at 154.94 144.78)
+ (uuid "2ed65876-621a-45c2-88c4-acbe885a6e4c")
+ )
+ (no_connect
+ (at 154.94 152.4)
+ (uuid "5c75f9c7-3fae-410d-be69-fbf0ef1af708")
+ )
+ (no_connect
+ (at 154.94 132.08)
+ (uuid "c6e7cf13-1710-43a6-9de3-3342013b30b4")
+ )
+ (wire
+ (pts
+ (xy 195.58 132.08) (xy 207.01 132.08)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0406cc60-8e86-41d5-8f2b-8583b570fe3d")
+ )
(wire
(pts
(xy 82.55 52.07) (xy 80.01 52.07)
@@ -2819,6 +3703,16 @@
)
(uuid "05283047-1690-4768-b6e5-48f7fe8e13e9")
)
+ (wire
+ (pts
+ (xy 149.86 144.78) (xy 149.86 147.32)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "07413a3c-8f6d-4690-8242-bb312d520d52")
+ )
(wire
(pts
(xy 82.55 57.15) (xy 80.01 57.15)
@@ -2829,6 +3723,36 @@
)
(uuid "141339ba-ee91-4969-a907-29fc829697b5")
)
+ (wire
+ (pts
+ (xy 154.94 137.16) (xy 149.86 137.16)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1f16a128-694b-4882-9e4f-d65bd2393e8a")
+ )
+ (wire
+ (pts
+ (xy 207.01 142.24) (xy 207.01 146.05)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1f351d13-a809-40c3-a117-ad6e5d128fea")
+ )
+ (wire
+ (pts
+ (xy 195.58 127) (xy 204.47 127)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "25ea24a0-5f53-4122-8d3c-6f8229467e27")
+ )
(wire
(pts
(xy 24.13 97.79) (xy 24.13 95.25)
@@ -2839,6 +3763,26 @@
)
(uuid "2616d525-ac7e-4894-84c6-d5b26a11e5b1")
)
+ (wire
+ (pts
+ (xy 204.47 109.22) (xy 217.17 109.22)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "28ec90be-5cbd-4d84-8344-b421d103c3ca")
+ )
+ (wire
+ (pts
+ (xy 137.16 101.6) (xy 154.94 101.6)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "29aa0353-b410-45fa-93fc-500cd79fc4b6")
+ )
(wire
(pts
(xy 97.79 31.75) (xy 106.68 31.75)
@@ -2859,6 +3803,56 @@
)
(uuid "2c93acde-6942-4f22-aa07-ff19f066d0a9")
)
+ (wire
+ (pts
+ (xy 140.97 109.22) (xy 140.97 111.76)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2e69a309-6056-44d3-9f52-5e89c73422b9")
+ )
+ (wire
+ (pts
+ (xy 154.94 101.6) (xy 154.94 106.68)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2efd0c81-f09d-40e0-bebf-0d19bd63fb14")
+ )
+ (wire
+ (pts
+ (xy 190.5 127) (xy 195.58 127)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3234bee8-cf64-45b0-9a19-da2999e3b524")
+ )
+ (wire
+ (pts
+ (xy 204.47 127) (xy 204.47 109.22)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3367db75-35c2-4fe3-bca3-3e5842e5b3fb")
+ )
+ (wire
+ (pts
+ (xy 207.01 153.67) (xy 207.01 156.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "34973fa3-3a42-436c-88e1-115e99f62a7a")
+ )
(wire
(pts
(xy 97.79 69.85) (xy 97.79 72.39)
@@ -2879,6 +3873,16 @@
)
(uuid "3937ba35-3a94-4f29-a8a4-09df18d51490")
)
+ (wire
+ (pts
+ (xy 190.5 149.86) (xy 195.58 149.86)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3c657a6f-ca24-4ece-a9ed-089525991c16")
+ )
(wire
(pts
(xy 105.41 46.99) (xy 107.95 46.99)
@@ -2909,16 +3913,6 @@
)
(uuid "471b7ebc-243d-438e-8824-d1a98cd6145c")
)
- (wire
- (pts
- (xy 62.23 100.33) (xy 62.23 97.79)
- )
- (stroke
- (width 0)
- (type default)
- )
- (uuid "48aefa74-f6f4-40ae-9135-90c2565ceadc")
- )
(wire
(pts
(xy 130.81 29.21) (xy 139.7 29.21)
@@ -2929,6 +3923,66 @@
)
(uuid "4dcbf3be-c962-46f4-8211-7fb3facee9d9")
)
+ (wire
+ (pts
+ (xy 190.5 154.94) (xy 195.58 154.94)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "55331869-3020-4e3b-a83b-ac74d353ef5f")
+ )
+ (wire
+ (pts
+ (xy 209.55 116.84) (xy 209.55 119.38)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "55990b96-f82b-4088-9487-e855c8cddc03")
+ )
+ (wire
+ (pts
+ (xy 190.5 111.76) (xy 195.58 111.76)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "56b3ae38-94fa-4316-838f-4e916a90ac43")
+ )
+ (wire
+ (pts
+ (xy 190.5 116.84) (xy 195.58 116.84)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "5c96828c-4bad-4176-990e-6098e33414f6")
+ )
+ (wire
+ (pts
+ (xy 190.5 132.08) (xy 195.58 132.08)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6048530e-9501-44ba-845d-8b56246b349b")
+ )
+ (wire
+ (pts
+ (xy 214.63 116.84) (xy 214.63 119.38)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "62d44068-b91d-4946-bda8-6a800dafb12c")
+ )
(wire
(pts
(xy 55.88 64.77) (xy 59.69 64.77)
@@ -2939,6 +3993,16 @@
)
(uuid "643c4b32-829d-4dc2-8754-d2630558fb98")
)
+ (wire
+ (pts
+ (xy 190.5 142.24) (xy 207.01 142.24)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6bc75def-5ab3-49f7-bd20-e0cded7e8b05")
+ )
(wire
(pts
(xy 82.55 39.37) (xy 80.01 39.37)
@@ -2959,6 +4023,16 @@
)
(uuid "72e19cc6-44a7-4707-aa59-5258cc4cedc8")
)
+ (wire
+ (pts
+ (xy 207.01 132.08) (xy 207.01 134.62)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7687ee93-173a-4864-bedf-aae17d2770fd")
+ )
(wire
(pts
(xy 105.41 54.61) (xy 107.95 54.61)
@@ -2969,6 +4043,16 @@
)
(uuid "76eaa470-54c8-41c0-bc11-f85bb1e9437d")
)
+ (wire
+ (pts
+ (xy 137.16 96.52) (xy 137.16 101.6)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7c54addb-d1f7-4d2f-9509-72ef87107c33")
+ )
(wire
(pts
(xy 80.01 62.23) (xy 80.01 64.77)
@@ -2989,6 +4073,26 @@
)
(uuid "806ac499-a615-4e1d-8214-d23ff230ea92")
)
+ (wire
+ (pts
+ (xy 190.5 114.3) (xy 195.58 114.3)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "843b2ac8-127a-41ba-a3cc-891e2a1d4faf")
+ )
+ (wire
+ (pts
+ (xy 195.58 154.94) (xy 195.58 157.48)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "887404cd-8aa9-49e9-91d5-5efacf3c6845")
+ )
(wire
(pts
(xy 80.01 57.15) (xy 80.01 59.69)
@@ -3009,6 +4113,16 @@
)
(uuid "8b80fab7-0b03-4c00-b1a4-f31aa6ea275f")
)
+ (wire
+ (pts
+ (xy 149.86 116.84) (xy 154.94 116.84)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8f30f5ce-67d2-427c-bcff-2206e6391243")
+ )
(wire
(pts
(xy 82.55 49.53) (xy 80.01 49.53)
@@ -3059,6 +4173,16 @@
)
(uuid "a7e4bbed-739c-4561-8de0-475706111de4")
)
+ (wire
+ (pts
+ (xy 190.5 101.6) (xy 195.58 101.6)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aad4da17-bdc0-4a7d-9598-fa5298280667")
+ )
(wire
(pts
(xy 82.55 46.99) (xy 80.01 46.99)
@@ -3079,6 +4203,46 @@
)
(uuid "ab3fcf7e-6683-4c7b-a060-15251d9c2e73")
)
+ (wire
+ (pts
+ (xy 154.94 124.46) (xy 142.24 124.46)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aea5f40e-318f-4a6a-84e8-4eed8a130cae")
+ )
+ (wire
+ (pts
+ (xy 134.62 34.29) (xy 139.7 34.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b379f2f6-296e-49f1-a9c8-4597b4c3fea6")
+ )
+ (wire
+ (pts
+ (xy 195.58 109.22) (xy 195.58 116.84)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b4376ca1-0c27-43c5-adfb-397ec6a9d46f")
+ )
+ (wire
+ (pts
+ (xy 195.58 149.86) (xy 195.58 154.94)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b5489ce4-0f39-4ebe-b4f3-eba27761b062")
+ )
(wire
(pts
(xy 55.88 62.23) (xy 66.04 62.23)
@@ -3099,6 +4263,16 @@
)
(uuid "c70b052a-b267-4c71-b113-953730e95354")
)
+ (wire
+ (pts
+ (xy 57.15 59.69) (xy 55.88 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c87a66c5-e68f-457c-ba7b-3935de800775")
+ )
(wire
(pts
(xy 82.55 59.69) (xy 80.01 59.69)
@@ -3121,23 +4295,33 @@
)
(wire
(pts
- (xy 77.47 100.33) (xy 77.47 97.79)
+ (xy 190.5 109.22) (xy 195.58 109.22)
)
(stroke
(width 0)
(type default)
)
- (uuid "dba247d2-ddb5-46ff-a6bd-5fb718c4599e")
+ (uuid "e2e9e473-223f-4b06-8e75-d30f88a6934d")
)
(wire
(pts
- (xy 46.99 100.33) (xy 46.99 97.79)
+ (xy 195.58 109.22) (xy 196.85 109.22)
)
(stroke
(width 0)
(type default)
)
- (uuid "e3772378-2aa5-420d-92e3-94a8234f86b5")
+ (uuid "e3833440-d102-4694-8d37-064c55c5163d")
+ )
+ (wire
+ (pts
+ (xy 142.24 139.7) (xy 142.24 142.24)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e4964f21-c1a1-4575-a620-add9777ab48f")
)
(wire
(pts
@@ -3159,16 +4343,6 @@
)
(uuid "e987a818-2f74-4278-b31b-04e4fcc8cce1")
)
- (wire
- (pts
- (xy 134.62 34.29) (xy 139.7 34.29)
- )
- (stroke
- (width 0)
- (type default)
- )
- (uuid "ea026009-79e0-49cd-a022-5d7646a3aeff")
- )
(wire
(pts
(xy 55.88 52.07) (xy 58.42 52.07)
@@ -3191,13 +4365,33 @@
)
(wire
(pts
- (xy 88.9 100.33) (xy 88.9 97.79)
+ (xy 147.32 109.22) (xy 147.32 111.76)
)
(stroke
(width 0)
(type default)
)
- (uuid "ee45c424-04dc-4913-92e9-0eec7ac6b273")
+ (uuid "ed2d6f08-89f8-4baf-b43e-32d4bbb20541")
+ )
+ (wire
+ (pts
+ (xy 190.5 129.54) (xy 195.58 129.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "efb8f5de-48bf-433a-b535-916ed23a706f")
+ )
+ (wire
+ (pts
+ (xy 217.17 104.14) (xy 217.17 109.22)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f0271ef6-db2a-44f6-95df-98121afa8a10")
)
(wire
(pts
@@ -3209,6 +4403,16 @@
)
(uuid "f035e19f-229f-4b95-96ca-3f34e31b8ed1")
)
+ (wire
+ (pts
+ (xy 195.58 127) (xy 195.58 132.08)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f5769a04-4ad4-46d2-b988-4f1b6f8cdf1b")
+ )
(wire
(pts
(xy 29.21 97.79) (xy 29.21 95.25)
@@ -3255,6 +4459,16 @@
)
(uuid "63cad5c9-37ce-4d67-9666-5cfa87b2f968")
)
+ (label "BOOST_EN"
+ (at 57.15 59.69 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "9074436b-062b-4ee0-a4ef-869070d6fd9f")
+ )
(label "DIR"
(at 58.42 49.53 0)
(effects
@@ -3282,6 +4496,15 @@
)
(uuid "b82afb1a-86dd-4031-b302-7022c5968ed0")
)
+ (label "FB"
+ (at 207.01 142.24 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "bc402a30-af0c-4121-8ffa-af7d5bf42629")
+ )
(label "MOTOR_CTRL"
(at 59.69 64.77 0)
(effects
@@ -3309,6 +4532,15 @@
)
(uuid "d93d7ab4-4472-4199-b317-308398df805a")
)
+ (label "BOOST_EN"
+ (at 149.86 116.84 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "debfbb71-672d-4546-b4d9-ea69646d9961")
+ )
(label "MOTOR_EN"
(at 80.01 46.99 0)
(effects
@@ -3328,17 +4560,102 @@
(uuid "ed9bb322-db83-47aa-932a-e64c65b639d1")
)
(symbol
- (lib_id "A1-KnockOffs:ESP-WROOM-32")
- (at 40.64 49.53 0)
+ (lib_id "Device:C")
+ (at 147.32 105.41 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (uuid "0081371e-95ce-44cb-a771-8382eda641db")
+ (property "Reference" "C13"
+ (at 149.86 102.87 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 149.86 107.95 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder"
+ (at 147.32 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 147.32 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 147.32 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "d66df100-41d0-4225-95e5-157a7ee160df")
+ )
+ (pin "2"
+ (uuid "57d856f5-9e59-488f-b91c-840bcb0f0362")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C13")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "A1-KnockOffs:ESP-WROOM-32")
+ (at 40.64 49.53 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "030ea4ac-e769-48f5-87ec-27c7f04f42cd")
(property "Reference" "ESP32-WROOM1"
(at 46.5933 29.21 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3348,6 +4665,8 @@
)
(property "Value" "ESP32-C3-DevKitM-1"
(at 46.5933 31.75 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3357,29 +4676,35 @@
)
(property "Footprint" "Library:ESP32-WROOM-SAVED"
(at 40.64 74.93 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
(at 40.64 80.01 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "ESP-WROOM-32 Development Board"
(at 40.64 77.47 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "27"
@@ -3473,7 +4798,7 @@
(uuid "a27900c6-5211-49e8-b7fd-d4e95e24b76e")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "ESP32-WROOM1")
(unit 1)
@@ -3481,17 +4806,183 @@
)
)
)
+ (symbol
+ (lib_id "Device:L")
+ (at 200.66 109.22 90)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (uuid "0869c904-3654-454e-9cbd-62b5ce6af793")
+ (property "Reference" "L2"
+ (at 203.2 106.68 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "2.2uH"
+ (at 203.2 111.76 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Inductor_SMD:L_Bourns_SRR1260"
+ (at 200.66 109.22 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 200.66 109.22 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 200.66 109.22 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "8381963c-0ecf-4ba7-a996-25474c998b45")
+ )
+ (pin "2"
+ (uuid "199492d6-f660-4f7b-85de-798ffa76b6fe")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "L2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 142.24 128.27 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (uuid "15d38204-d6c3-40a8-94ac-3c375aca3173")
+ (property "Reference" "R6"
+ (at 144.78 125.73 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "30.1k"
+ (at 144.78 130.81 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
+ (at 142.24 128.27 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 142.24 128.27 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 142.24 128.27 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "32961429-4283-4e8f-be46-9216c8afaa1c")
+ )
+ (pin "2"
+ (uuid "b798817a-4506-4131-a0d3-a836d309de52")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R6")
+ (unit 1)
+ )
+ )
+ )
+ )
(symbol
(lib_id "Driver_Motor:Pololu_Breakout_A4988")
(at 92.71 49.53 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(uuid "175eb07c-5a07-43b1-bfca-6c528aa82c29")
(property "Reference" "A4988"
(at 99.9333 29.21 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3501,40 +4992,48 @@
)
(property "Value" "Pololu_Breakout_A4988"
(at 99.93 34.29 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
- (hide yes)
)
)
(property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
(at 99.695 68.58 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
- (hide yes)
)
)
(property "Datasheet" "https://www.pololu.com/product/2980/pictures"
(at 95.25 57.15 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Pololu Breakout Board, Stepper Driver A4988"
(at 92.71 49.53 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "13"
@@ -3586,7 +5085,7 @@
(uuid "afeecca7-99dd-4eb8-9223-05bee5c3a52a")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "A4988")
(unit 1)
@@ -3598,23 +5097,29 @@
(lib_id "power:GND")
(at 134.62 31.75 270)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "1c152c4e-5826-4b88-87a2-766c8d5d9ef3")
(property "Reference" "#PWR13"
(at 130.81 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
(at 130.81 31.7499 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3624,36 +5129,42 @@
)
(property "Footprint" ""
(at 134.62 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 134.62 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 134.62 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "f26e4404-5f2f-4283-a80c-3361b62a2cad")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR13")
(unit 1)
@@ -3665,13 +5176,17 @@
(lib_id "Device:R")
(at 67.31 54.61 90)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(uuid "1c27537a-aed0-4a70-9717-74885b75d76f")
(property "Reference" "R1"
(at 67.31 57.09 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3680,37 +5195,45 @@
)
(property "Value" "10K"
(at 67.31 54.61 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
- (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
(at 67.31 56.388 90)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 67.31 54.61 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Resistor"
(at 67.31 54.61 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
@@ -3720,7 +5243,7 @@
(uuid "99a3ec10-2d8c-4c1b-8c43-42e6fbd83209")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "R1")
(unit 1)
@@ -3732,22 +5255,28 @@
(lib_id "power:+3.3V")
(at 92.71 29.21 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(uuid "1ee6b89f-5e54-4488-8335-dd091251b625")
(property "Reference" "#PWR02"
(at 92.71 25.4 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "+3.3V"
(at 89.13 24.13 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3756,36 +5285,42 @@
)
(property "Footprint" ""
(at 92.71 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 92.71 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 92.71 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "e65330b2-bf89-4746-b4af-87e724730192")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR02")
(unit 1)
@@ -3793,27 +5328,111 @@
)
)
)
+ (symbol
+ (lib_id "power:+12V")
+ (at 217.17 104.14 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "22270570-2261-4d0f-a288-c38f618f989f")
+ (property "Reference" "#PWR46"
+ (at 217.17 101.6 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "+12V"
+ (at 217.17 100.33 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 217.17 104.14 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 217.17 104.14 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 217.17 104.14 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "f6275c29-c9f2-4be8-9426-f13de65b600f")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR46")
+ (unit 1)
+ )
+ )
+ )
+ )
(symbol
(lib_id "power:GND")
(at 92.71 72.39 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "23041610-1d75-4946-8bb7-5a959aab4be2")
(property "Reference" "#PWR09"
(at 92.71 76.2 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
(at 92.71 77.47 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3822,36 +5441,42 @@
)
(property "Footprint" ""
(at 92.71 72.39 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 92.71 72.39 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 92.71 72.39 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "0337aec1-e54d-42c1-b8e2-f27a74876468")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR09")
(unit 1)
@@ -3863,23 +5488,29 @@
(lib_id "power:+12V")
(at 97.79 29.21 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "26997096-83d3-458b-bcca-eff6a3106e5d")
(property "Reference" "#PWR06"
(at 97.79 25.4 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "+12V"
(at 97.79 24.13 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3888,36 +5519,42 @@
)
(property "Footprint" ""
(at 97.79 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 97.79 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 97.79 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "5388d1a4-fc57-4b2c-b00c-1d69b73e6cb3")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR06")
(unit 1)
@@ -3925,18 +5562,103 @@
)
)
)
+ (symbol
+ (lib_id "Device:C")
+ (at 214.63 113.03 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (uuid "286380fa-30ec-4e6b-abf6-a6835fc5af9e")
+ (property "Reference" "C18"
+ (at 217.17 110.49 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 217.17 115.57 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder"
+ (at 214.63 113.03 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 214.63 113.03 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 214.63 113.03 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "f1b98e4f-1b1d-47c6-9791-4081594b7d9f")
+ )
+ (pin "2"
+ (uuid "ec4da4e0-e682-4597-b268-6c2e39f89bb9")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C18")
+ (unit 1)
+ )
+ )
+ )
+ )
(symbol
(lib_id "Switch:SW_DPDT_x2")
(at 26.67 102.87 90)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
(property "Reference" "SW1"
(at 31.75 101.5999 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3946,6 +5668,8 @@
)
(property "Value" "Limit Switch"
(at 31.75 104.1399 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -3955,29 +5679,35 @@
)
(property "Footprint" "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
(at 26.67 102.87 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 26.67 102.87 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Switch, dual pole double throw, separate symbols"
(at 26.67 102.87 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "5"
@@ -3999,7 +5729,7 @@
(uuid "17426441-ff96-4a6c-933a-fa4a225b9779")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "SW1")
(unit 1)
@@ -4009,24 +5739,31 @@
)
(symbol
(lib_id "power:GND")
- (at 88.9 107.95 0)
+ (at 140.97 111.76 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
- (uuid "565f28b7-cc4b-427c-be9a-9e09337daabd")
- (property "Reference" "#PWR18"
- (at 88.9 111.76 0)
+ (fields_autoplaced yes)
+ (uuid "3de6809a-1c64-41c2-ad48-244a595d34d6")
+ (property "Reference" "#PWR42"
+ (at 140.97 109.22 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
- (at 92.202 109.982 0)
+ (at 140.97 107.95 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4034,108 +5771,262 @@
)
)
(property "Footprint" ""
- (at 88.9 107.95 0)
+ (at 140.97 111.76 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
- (at 88.9 107.95 0)
+ (at 140.97 111.76 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
- (at 88.9 107.95 0)
+ (at 140.97 111.76 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
- (uuid "2216f5e7-43fd-471f-8098-9b5a67771fd5")
+ (uuid "614c54c8-1c2c-4e98-900a-bbaef51a9326")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "#PWR18")
+ (reference "#PWR42")
(unit 1)
)
)
)
)
(symbol
- (lib_id "Device:C")
- (at 77.47 104.14 0)
+ (lib_id "power:GND")
+ (at 209.55 119.38 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
- (uuid "58617ce4-1b01-4ae9-be22-0491e474e52d")
- (property "Reference" "C2"
- (at 78.105 101.6 0)
+ (fields_autoplaced yes)
+ (uuid "4d7a4328-03c4-4d8e-94f3-b09538a99c97")
+ (property "Reference" "#PWR47"
+ (at 209.55 116.84 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (justify left)
)
)
- (property "Value" "0.1uF"
- (at 78.105 106.68 0)
+ (property "Value" "GND"
+ (at 209.55 115.57 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (justify left)
)
)
- (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm"
- (at 78.4352 107.95 0)
+ (property "Footprint" ""
+ (at 209.55 119.38 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
- (at 77.47 104.14 0)
+ (property "Datasheet" ""
+ (at 209.55 119.38 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Description" "Unpolarized capacitor"
- (at 77.47 104.14 0)
+ (property "Description" ""
+ (at 209.55 119.38 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
- (uuid "5103830f-657b-4e0c-9e38-55d3dad4f695")
- )
- (pin "2"
- (uuid "7616a2df-8d62-4ea6-9475-2beb03ab8c3f")
+ (uuid "6a8270af-2ebb-4b48-8aa7-ec65df07b07a")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "C2")
+ (reference "#PWR47")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "TPS61088:TPS61088QRHLRQ1")
+ (at 172.72 127 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "5dc2af29-04dc-4224-b369-649d5d627822")
+ (property "Reference" "U2"
+ (at 172.72 91.44 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.524 1.524)
+ )
+ )
+ )
+ (property "Value" "TPS61088QRHLRQ1"
+ (at 172.72 93.98 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.524 1.524)
+ )
+ )
+ )
+ (property "Footprint" "Project:RHL0020A"
+ (at 172.72 127 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ )
+ )
+ (property "Datasheet" "https://www.ti.com/lit/gpn/tps61088-q1"
+ (at 172.72 127 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 172.72 127 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "13"
+ (uuid "ce8aacfa-6762-4a29-8a78-bb75259dd323")
+ )
+ (pin "8"
+ (uuid "e9526804-34b3-4c9a-bd04-4b3f4bd17d00")
+ )
+ (pin "12"
+ (uuid "ce458377-e425-4f29-8357-414b5eb55357")
+ )
+ (pin "14"
+ (uuid "8ef64065-8f34-4c06-96ed-de4f998e72c7")
+ )
+ (pin "17"
+ (uuid "d4e2bf59-cf95-439b-8cbc-855dd8659983")
+ )
+ (pin "10"
+ (uuid "5d7f345e-46cd-4348-a39f-b96b03316c2d")
+ )
+ (pin "18"
+ (uuid "cf84df41-1dfa-4519-9fc6-f6d914f8fc31")
+ )
+ (pin "20"
+ (uuid "fa800ea8-23f1-43ce-abed-6079f40f3ef4")
+ )
+ (pin "9"
+ (uuid "133f7318-85b6-49ce-959a-b32ed628e85e")
+ )
+ (pin "21"
+ (uuid "9717f78f-2af6-4119-9711-263057c63d9a")
+ )
+ (pin "16"
+ (uuid "72081716-5555-43be-851b-6ef93e19953c")
+ )
+ (pin "15"
+ (uuid "2ea6ad58-eb24-4998-aa1a-28edf6d347ce")
+ )
+ (pin "7"
+ (uuid "80c0e299-a72f-4590-8f09-412baf6fd4a5")
+ )
+ (pin "6"
+ (uuid "4c3a7d2c-2701-4a04-b6e4-a32742a0e9ce")
+ )
+ (pin "5"
+ (uuid "a87a4e7d-ff61-4226-8f16-7077d3040176")
+ )
+ (pin "4"
+ (uuid "9a137061-5ab0-4697-b849-0ccfc25c71e4")
+ )
+ (pin "3"
+ (uuid "133726e5-5b07-4cb1-b5b9-0934f3948d07")
+ )
+ (pin "2"
+ (uuid "b57924f8-9350-4914-b519-760e002e4406")
+ )
+ (pin "1"
+ (uuid "96340dda-a067-4d90-8a30-40b1f92a2d87")
+ )
+ (pin "11"
+ (uuid "736dadf4-5287-4618-ad5e-d148d6fa2500")
+ )
+ (pin "19"
+ (uuid "97c999bd-24da-490e-a5ef-71d06da09840")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "U2")
(unit 1)
)
)
@@ -4145,23 +6036,29 @@
(lib_id "power:+5V")
(at 35.56 29.21 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "5f7f2c75-7310-455b-8ec5-288a324e54c9")
(property "Reference" "#PWR05"
(at 35.56 25.4 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "+5V"
(at 35.56 24.13 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4170,36 +6067,42 @@
)
(property "Footprint" ""
(at 35.56 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 35.56 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 35.56 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "0be13e4b-9809-41d1-a995-ccd0f826ad66")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR05")
(unit 1)
@@ -4208,26 +6111,20 @@
)
)
(symbol
- (lib_id "power:+12V")
- (at 134.62 34.29 90)
+ (lib_id "Device:C")
+ (at 149.86 140.97 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
- (fields_autoplaced yes)
- (uuid "7d4e3e96-166c-4268-97dd-808b6572f461")
- (property "Reference" "#PWR07"
- (at 130.81 34.29 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Value" "+12V"
- (at 130.81 34.2899 90)
+ (uuid "67aa6cdf-347d-4bc2-a8d0-30d80738714a")
+ (property "Reference" "C15"
+ (at 152.4 138.43 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4235,40 +6132,303 @@
(justify left)
)
)
- (property "Footprint" ""
- (at 134.62 34.29 0)
+ (property "Value" "22nF"
+ (at 152.4 143.51 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder"
+ (at 149.86 140.97 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
- (at 134.62 34.29 0)
+ (at 149.86 140.97 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
- (at 134.62 34.29 0)
+ (at 149.86 140.97 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
- (uuid "1e2b75b3-bc67-4345-bb5c-e7615209180e")
+ (uuid "875452e5-7da1-4ece-9c87-3186c14565a1")
+ )
+ (pin "2"
+ (uuid "b801428a-c3fb-484a-afa3-629d9301fc86")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "#PWR07")
+ (reference "C15")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 195.58 105.41 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (uuid "6a7e2512-41ff-4280-9551-457993834478")
+ (property "Reference" "C16"
+ (at 198.12 102.87 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 198.12 107.95 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder"
+ (at 195.58 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 195.58 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 195.58 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "8a503a0c-afba-4626-b2d0-c70c198033a5")
+ )
+ (pin "2"
+ (uuid "04b00d43-079c-4aa1-b939-3b6c914b4562")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C16")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 140.97 105.41 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (uuid "6c6375a6-3c86-41d3-88e4-3b0841569e64")
+ (property "Reference" "C12"
+ (at 143.51 102.87 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 143.51 107.95 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder"
+ (at 140.97 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 140.97 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 140.97 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "e7046beb-8e2a-4529-a1a5-1b4997c2c3f5")
+ )
+ (pin "2"
+ (uuid "39f14e64-c3f8-4c2e-adb2-8ac484ccc5aa")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C12")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 209.55 113.03 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (uuid "75c05703-524f-44cd-a153-df624b4a96a4")
+ (property "Reference" "C17"
+ (at 212.09 110.49 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 212.09 115.57 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder"
+ (at 209.55 113.03 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 209.55 113.03 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 209.55 113.03 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "1d719ef0-c6a4-4e0b-8c48-990441e65b84")
+ )
+ (pin "2"
+ (uuid "4426148d-2730-4fdd-8fde-45cf820126e6")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C17")
(unit 1)
)
)
@@ -4278,13 +6438,17 @@
(lib_id "Device:R")
(at 69.85 62.23 90)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(uuid "7efd1369-ce97-45d6-b694-299fe069a256")
(property "Reference" "R2"
(at 69.342 65.024 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4293,37 +6457,45 @@
)
(property "Value" "10K"
(at 70.104 62.23 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
- (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
(at 69.85 64.008 90)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 69.85 62.23 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Resistor"
(at 69.85 62.23 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
@@ -4333,7 +6505,7 @@
(uuid "c2f00111-cd40-429e-8c8b-f32d5fe6e535")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "R2")
(unit 1)
@@ -4345,22 +6517,28 @@
(lib_id "power:+3.3V")
(at 26.67 105.41 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(uuid "850102d0-63e1-4288-b7d8-023127c32d0d")
(property "Reference" "#PWR04"
(at 26.67 101.6 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "+3.3V"
(at 26.67 108.458 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4369,36 +6547,42 @@
)
(property "Footprint" ""
(at 26.67 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 26.67 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 26.67 105.41 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "7e8a0125-2907-4694-b179-5b2234e7edc3")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR04")
(unit 1)
@@ -4408,24 +6592,31 @@
)
(symbol
(lib_id "power:GND")
- (at 54.61 107.95 0)
+ (at 195.58 157.48 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
- (uuid "940ddbc7-3e82-42b5-ad91-3df87e10ff89")
- (property "Reference" "#PWR16"
- (at 54.61 111.76 0)
+ (fields_autoplaced yes)
+ (uuid "8ccdfd4a-844b-49c8-982b-9409a9ce3ca5")
+ (property "Reference" "#PWR50"
+ (at 195.58 154.94 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
- (at 51.11 110.49 0)
+ (at 195.58 153.67 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4433,39 +6624,279 @@
)
)
(property "Footprint" ""
- (at 54.61 107.95 0)
+ (at 195.58 157.48 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
- (at 54.61 107.95 0)
+ (at 195.58 157.48 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
- (at 54.61 107.95 0)
+ (at 195.58 157.48 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
- (uuid "9f38472b-a4a8-4c99-a3ec-2631511c6b4c")
+ (uuid "57fa89d8-4890-45c6-95f5-2be5183ce10b")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "#PWR16")
+ (reference "#PWR50")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 142.24 142.24 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "8f1cb3ef-e973-4fca-bbf9-94e5f398e634")
+ (property "Reference" "#PWR44"
+ (at 142.24 139.7 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "GND"
+ (at 142.24 138.43 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 142.24 142.24 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 142.24 142.24 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 142.24 142.24 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "b1fcfb57-a809-4745-b211-8976e1c915fe")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR44")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 137.16 96.52 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "94e700d5-cb18-4704-9efe-813eb8415184")
+ (property "Reference" "#PWR41"
+ (at 137.16 93.98 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "+5V"
+ (at 137.16 92.71 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 137.16 96.52 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 137.16 96.52 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 137.16 96.52 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "73b4c5e6-f086-439d-ab0a-bd682e36f562")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR41")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 214.63 119.38 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "97629f7b-bd4c-4fe9-9245-d6f37979856a")
+ (property "Reference" "#PWR48"
+ (at 214.63 116.84 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "GND"
+ (at 214.63 115.57 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 214.63 119.38 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 214.63 119.38 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 214.63 119.38 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "c15c84bf-fbb2-4220-936b-f0c29c1a1f29")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR48")
(unit 1)
)
)
@@ -4475,62 +6906,74 @@
(lib_id "power:GND")
(at 73.66 62.23 90)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "a0e4f62c-9606-4e73-b7b1-cda019fdf67f")
(property "Reference" "#PWR22"
(at 77.47 62.23 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
(at 78.74 62.23 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Footprint" ""
(at 73.66 62.23 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 73.66 62.23 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 73.66 62.23 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "68d2f53c-b8f3-48dd-a38a-14fb241aa594")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR22")
(unit 1)
@@ -4542,23 +6985,29 @@
(lib_id "power:+3.3V")
(at 80.01 36.83 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "a3f18bec-1b3c-42a5-9e24-db1827259157")
(property "Reference" "#PWR03"
(at 80.01 33.02 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "+3.3V"
(at 80.01 31.75 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4567,36 +7016,42 @@
)
(property "Footprint" ""
(at 80.01 36.83 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 80.01 36.83 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 80.01 36.83 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "d1ed6976-865f-48f4-ae1e-fde3834b9ccc")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR03")
(unit 1)
@@ -4605,24 +7060,20 @@
)
)
(symbol
- (lib_id "Regulator_Linear:L7805")
- (at 54.61 100.33 0)
+ (lib_id "Device:R")
+ (at 207.01 138.43 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
- (uuid "b5b8c784-5cbd-46af-b962-5f07e5e5ce66")
- (property "Reference" "L7805"
- (at 55.626 95.25 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (property "Value" "L7805"
- (at 52.578 97.282 0)
+ (uuid "b4a1a51e-b114-4423-941a-bf15dfd8353f")
+ (property "Reference" "R7"
+ (at 209.55 135.89 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4630,118 +7081,60 @@
(justify left)
)
)
- (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical"
- (at 55.245 104.14 0)
+ (property "Value" "190k"
+ (at 209.55 140.97 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
- (italic yes)
)
(justify left)
- (hide yes)
)
)
- (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf"
- (at 54.61 101.6 0)
+ (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
+ (at 207.01 138.43 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Description" "Positive 1.5A 35V Linear Regulator, Fixed Output 5V, TO-220/TO-263/TO-252"
- (at 54.61 100.33 0)
+ (property "Datasheet" ""
+ (at 207.01 138.43 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 207.01 138.43 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
- (uuid "53bd77bc-032d-46a4-b6f5-4c54096b5149")
+ (uuid "d13dd610-36de-470c-b9b9-99dd1600b0e9")
)
(pin "2"
- (uuid "7fc20dff-8d8c-41c5-97d6-db602a0ee7f0")
- )
- (pin "3"
- (uuid "4348850f-08d4-4adc-91a0-cf4ff781c414")
+ (uuid "52fa9ec0-c648-48d9-9db4-c51dca15aea4")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "L7805")
- (unit 1)
- )
- )
- )
- )
- (symbol
- (lib_id "Device:C")
- (at 88.9 104.14 0)
- (unit 1)
- (exclude_from_sim no)
- (in_bom yes)
- (on_board yes)
- (dnp no)
- (fields_autoplaced yes)
- (uuid "be10cf51-2c79-49d9-968c-f16a919adeee")
- (property "Reference" "C1"
- (at 89.535 101.6 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (justify left)
- )
- )
- (property "Value" "0.33uF"
- (at 89.535 106.68 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (justify left)
- )
- )
- (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm"
- (at 89.8652 107.95 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Datasheet" "~"
- (at 88.9 104.14 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Description" "Unpolarized capacitor"
- (at 88.9 104.14 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (pin "1"
- (uuid "f11b1455-b73d-4a5d-a9ba-b5699288422a")
- )
- (pin "2"
- (uuid "539ae756-170e-4ff5-9483-45266a94ab1d")
- )
- (instances
- (project ""
- (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "C1")
+ (reference "R7")
(unit 1)
)
)
@@ -4751,61 +7144,73 @@
(lib_id "power:GND")
(at 71.12 54.61 90)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(uuid "be62570e-b0fb-459b-a386-3ce0e9e32dc5")
(property "Reference" "#PWR21"
(at 74.93 54.61 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
(at 72.79 52.59 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Footprint" ""
(at 71.12 54.61 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 71.12 54.61 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 71.12 54.61 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "576fab82-b274-4f64-8a22-c09bab5d32b2")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR21")
(unit 1)
@@ -4813,27 +7218,114 @@
)
)
)
+ (symbol
+ (lib_id "Device:C")
+ (at 142.24 135.89 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (uuid "c8782f5e-603d-486a-b234-a679880473f4")
+ (property "Reference" "C14"
+ (at 144.78 133.35 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "47pF"
+ (at 144.78 138.43 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder"
+ (at 142.24 135.89 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 142.24 135.89 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 142.24 135.89 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "14c2135d-6925-42dc-86e4-c36e78bac661")
+ )
+ (pin "2"
+ (uuid "d568f210-dce8-48ae-b1eb-e589cc06edc8")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C14")
+ (unit 1)
+ )
+ )
+ )
+ )
(symbol
(lib_id "power:+3.3V")
(at 44.45 29.21 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "c9fe1813-99b6-47c4-9f19-d593706fac0a")
(property "Reference" "#PWR01"
(at 44.45 25.4 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "+3.3V"
(at 44.45 24.13 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4842,36 +7334,42 @@
)
(property "Footprint" ""
(at 44.45 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 44.45 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 44.45 29.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "bbe9f586-c8a4-44ba-8af8-d72be6d3dbeb")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR01")
(unit 1)
@@ -4883,23 +7381,29 @@
(lib_id "power:GND")
(at 80.01 64.77 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "cfd1ee74-cb50-4a44-9257-f2c09f567ae3")
(property "Reference" "#PWR12"
(at 80.01 68.58 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
(at 80.01 69.85 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4908,36 +7412,42 @@
)
(property "Footprint" ""
(at 80.01 64.77 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 80.01 64.77 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 80.01 64.77 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "b65f6faf-b065-4d95-a53a-dadb3577b136")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR12")
(unit 1)
@@ -4949,13 +7459,17 @@
(lib_id "Device:C_Polarized")
(at 110.49 31.75 90)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(uuid "db07aea6-82fd-4feb-9821-e1c591adcae0")
(property "Reference" "C3"
(at 109.728 30.734 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4965,6 +7479,8 @@
)
(property "Value" "100uF"
(at 113.538 34.798 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -4972,31 +7488,37 @@
(justify left)
)
)
- (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm"
+ (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8"
(at 114.3 30.7848 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 110.49 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Polarized capacitor"
(at 110.49 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
@@ -5006,7 +7528,7 @@
(uuid "b862278a-eb05-464c-804c-a594464f56f8")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "C3")
(unit 1)
@@ -5015,26 +7537,32 @@
)
)
(symbol
- (lib_id "power:+5V")
- (at 62.23 97.79 0)
+ (lib_id "power:GND")
+ (at 147.32 111.76 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
- (uuid "dd887245-ee3f-48b0-ab57-caf2a8bdfdef")
- (property "Reference" "#PWR15"
- (at 62.23 93.98 0)
+ (uuid "dfb75856-a314-455a-8f2a-0329c0896330")
+ (property "Reference" "#PWR43"
+ (at 147.32 109.22 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Value" "+5V"
- (at 62.23 92.71 0)
+ (property "Value" "GND"
+ (at 147.32 107.95 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5042,39 +7570,205 @@
)
)
(property "Footprint" ""
- (at 62.23 97.79 0)
+ (at 147.32 111.76 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
- (at 62.23 97.79 0)
+ (at 147.32 111.76 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
- (at 62.23 97.79 0)
+ (at 147.32 111.76 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
- (uuid "e3f8dff8-2f49-4f3e-b318-c6af176bd902")
+ (uuid "691da34b-388d-422f-b851-fb2a65796aa4")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "#PWR15")
+ (reference "#PWR43")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 207.01 149.86 0)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (uuid "e44f0542-89a4-4f43-9192-49e3cff54260")
+ (property "Reference" "R8"
+ (at 209.55 147.32 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "10k"
+ (at 209.55 152.4 0)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
+ (at 207.01 149.86 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 207.01 149.86 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 207.01 149.86 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "b1ddf9fc-6e3b-41d9-8074-75be9061f51e")
+ )
+ (pin "2"
+ (uuid "4e8edbea-6980-42b7-9c8c-e9e2cd6dded1")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R8")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 134.62 34.29 90)
+ (unit 1)
+ (body_style 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (in_pos_files yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e6e7e0c5-8fb1-449b-8c90-f68dcd476c29")
+ (property "Reference" "#PWR07"
+ (at 138.43 34.29 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "+5V"
+ (at 130.81 34.2899 90)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 34.29 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 34.29 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+5V\""
+ (at 134.62 34.29 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (pin "1"
+ (uuid "efef79af-43e2-4263-acff-04036980db00")
+ )
+ (instances
+ (project "firstpcb"
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR07")
(unit 1)
)
)
@@ -5084,14 +7778,18 @@
(lib_id "Connector:Screw_Terminal_01x03")
(at 144.78 31.75 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "e78d687e-968c-4e90-bcfe-d9463c0a748b")
(property "Reference" "MotorPower1"
(at 147.32 30.4799 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5101,6 +7799,8 @@
)
(property "Value" "Conn_01x03"
(at 147.32 33.0199 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5108,31 +7808,37 @@
(justify left)
)
)
- (property "Footprint" "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
+ (property "Footprint" "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
(at 144.78 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 144.78 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
(at 144.78 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "2"
@@ -5145,7 +7851,7 @@
(uuid "8ba662d4-6d73-4e55-ad53-e8822970dead")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "MotorPower1")
(unit 1)
@@ -5157,23 +7863,29 @@
(lib_id "power:GND")
(at 40.64 77.47 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "e79afa10-979a-4a28-973d-81a248ae7c9d")
(property "Reference" "#PWR08"
(at 40.64 81.28 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
(at 40.64 82.55 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5182,36 +7894,42 @@
)
(property "Footprint" ""
(at 40.64 77.47 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 40.64 77.47 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 40.64 77.47 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "d3b8adf3-280f-4346-8325-9463e0460f16")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR08")
(unit 1)
@@ -5221,24 +7939,31 @@
)
(symbol
(lib_id "power:GND")
- (at 77.47 107.95 0)
+ (at 149.86 147.32 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
- (uuid "e7fe0926-923d-41aa-92e6-413304613139")
- (property "Reference" "#PWR20"
- (at 77.47 111.76 0)
+ (fields_autoplaced yes)
+ (uuid "e9474bb0-0815-4616-b7af-633f08026f79")
+ (property "Reference" "#PWR45"
+ (at 149.86 144.78 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
- (at 80.77 109.8 0)
+ (at 149.86 143.51 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5246,39 +7971,45 @@
)
)
(property "Footprint" ""
- (at 77.47 107.95 0)
+ (at 149.86 147.32 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
- (at 77.47 107.95 0)
+ (at 149.86 147.32 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
- (at 77.47 107.95 0)
+ (at 149.86 147.32 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
- (uuid "e6326614-3f1c-4740-a98b-74a1595f7864")
+ (uuid "dddaac08-7166-4d03-b45a-3b28699a0b84")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "#PWR20")
+ (reference "#PWR45")
(unit 1)
)
)
@@ -5288,23 +8019,29 @@
(lib_id "power:GND")
(at 115.57 31.75 90)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "e96a8365-1e41-401b-a4a0-8a214732ec25")
(property "Reference" "#PWR23"
(at 119.38 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
(at 119.38 31.7499 90)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5314,36 +8051,42 @@
)
(property "Footprint" ""
(at 115.57 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 115.57 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 115.57 31.75 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "dc1bef69-07ed-486a-9e3d-9f0c286fb1c3")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR23")
(unit 1)
@@ -5351,149 +8094,22 @@
)
)
)
- (symbol
- (lib_id "power:+12V")
- (at 46.99 97.79 0)
- (unit 1)
- (exclude_from_sim no)
- (in_bom yes)
- (on_board yes)
- (dnp no)
- (fields_autoplaced yes)
- (uuid "ea5b2f5d-6233-46fc-93b4-4b52ebc256b5")
- (property "Reference" "#PWR14"
- (at 46.99 93.98 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Value" "+12V"
- (at 46.99 92.71 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (property "Footprint" ""
- (at 46.99 97.79 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Datasheet" ""
- (at 46.99 97.79 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Description" ""
- (at 46.99 97.79 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (pin "1"
- (uuid "b02783e1-db2f-46ce-b3d2-886617eebcf5")
- )
- (instances
- (project ""
- (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "#PWR14")
- (unit 1)
- )
- )
- )
- )
- (symbol
- (lib_id "power:+12V")
- (at 88.9 97.79 0)
- (unit 1)
- (exclude_from_sim no)
- (in_bom yes)
- (on_board yes)
- (dnp no)
- (uuid "ec47b49b-69a3-415f-b119-7b90e03df83a")
- (property "Reference" "#PWR17"
- (at 88.9 93.98 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Value" "+12V"
- (at 91.44 96.012 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- )
- )
- (property "Footprint" ""
- (at 88.9 97.79 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Datasheet" ""
- (at 88.9 97.79 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (property "Description" ""
- (at 88.9 97.79 0)
- (effects
- (font
- (size 1.27 1.27)
- )
- (hide yes)
- )
- )
- (pin "1"
- (uuid "f3562352-b79e-4212-9f2d-8c7b10f47cc1")
- )
- (instances
- (project ""
- (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "#PWR17")
- (unit 1)
- )
- )
- )
- )
(symbol
(lib_id "Connector_Generic_MountingPin:Conn_01x04_MountingPin")
(at 113.03 49.53 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
(property "Reference" "StepperConnection1"
(at 115.57 49.8855 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5503,6 +8119,8 @@
)
(property "Value" "Conn_01x04_MountingPin"
(at 115.57 52.4255 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5512,29 +8130,35 @@
)
(property "Footprint" "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
(at 113.03 49.53 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Datasheet" "~"
+ (property "Datasheet" ""
(at 113.03 49.53 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
(at 113.03 49.53 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "4"
@@ -5550,7 +8174,7 @@
(uuid "4d0a0af0-cc24-4b52-8ed7-e5ec3a7aa387")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "StepperConnection1")
(unit 1)
@@ -5562,23 +8186,29 @@
(lib_id "power:GND")
(at 97.79 72.39 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "f3c96f84-3c23-4063-9492-4d6853f9e527")
(property "Reference" "#PWR10"
(at 97.79 76.2 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Value" "GND"
(at 97.79 77.47 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5587,36 +8217,42 @@
)
(property "Footprint" ""
(at 97.79 72.39 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
(at 97.79 72.39 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
(at 97.79 72.39 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
(uuid "c0012a28-8a70-44e9-8dd4-9937db963a0b")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
(reference "#PWR10")
(unit 1)
@@ -5625,25 +8261,32 @@
)
)
(symbol
- (lib_id "power:+5V")
- (at 77.47 97.79 0)
+ (lib_id "power:GND")
+ (at 207.01 156.21 0)
(unit 1)
+ (body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
+ (in_pos_files yes)
(dnp no)
- (uuid "fd8b730d-5d7d-4216-98e6-0f769c039626")
- (property "Reference" "#PWR19"
- (at 77.47 93.98 0)
+ (fields_autoplaced yes)
+ (uuid "fbb53d47-a140-40c7-b34e-80b3355e5865")
+ (property "Reference" "#PWR49"
+ (at 207.01 153.67 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
- (property "Value" "+5V"
- (at 80.772 96.012 0)
+ (property "Value" "GND"
+ (at 207.01 152.4 0)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
@@ -5651,39 +8294,45 @@
)
)
(property "Footprint" ""
- (at 77.47 97.79 0)
+ (at 207.01 156.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Datasheet" ""
- (at 77.47 97.79 0)
+ (at 207.01 156.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(property "Description" ""
- (at 77.47 97.79 0)
+ (at 207.01 156.21 0)
+ (hide yes)
+ (show_name no)
+ (do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
- (hide yes)
)
)
(pin "1"
- (uuid "f693c846-0880-47a2-b4da-b79ca649dfae")
+ (uuid "8d740e86-a0a5-4f7f-8b34-6681d6a4bad6")
)
(instances
- (project ""
+ (project "firstpcb"
(path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
- (reference "#PWR19")
+ (reference "#PWR49")
(unit 1)
)
)
diff --git a/firstpcb.pdf b/firstpcb.pdf
new file mode 100644
index 0000000..b39f451
Binary files /dev/null and b/firstpcb.pdf differ
diff --git a/firstpcb.step b/firstpcb.step
index f8943bd..c7fd6c4 100644
--- a/firstpcb.step
+++ b/firstpcb.step
@@ -1,7 +1,7 @@
ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('KiCad electronic assembly'),'2;1');
-FILE_NAME('firstpcb.step','2026-03-01T20:05:12',('Pcbnew'),('Kicad'),
+FILE_NAME('firstpcb.step','2026-05-15T16:38:04',('Pcbnew'),('Kicad'),
'Open CASCADE STEP processor 7.6','KiCad to STEP converter','Unknown'
);
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
@@ -18,2706 +18,15803 @@ DATA;
#7 = PRODUCT('firstpcb 1','firstpcb 1','',(#8));
#8 = PRODUCT_CONTEXT('',#2,'mechanical');
#9 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
-#10 = SHAPE_REPRESENTATION('',(#11,#15),#19);
+#10 = SHAPE_REPRESENTATION('',(#11,#15,#19,#23,#27,#31,#35,#39,#43,#47,
+ #51,#55,#59,#63,#67,#71,#75,#79,#83),#87);
#11 = AXIS2_PLACEMENT_3D('',#12,#13,#14);
#12 = CARTESIAN_POINT('',(0.,0.,0.));
#13 = DIRECTION('',(0.,0.,1.));
#14 = DIRECTION('',(1.,0.,-0.));
#15 = AXIS2_PLACEMENT_3D('',#16,#17,#18);
-#16 = CARTESIAN_POINT('',(0.,0.,0.));
+#16 = CARTESIAN_POINT('',(132.,-95.,1.595));
#17 = DIRECTION('',(0.,0.,1.));
-#18 = DIRECTION('',(1.,0.,-0.));
-#19 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
-GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#23)) GLOBAL_UNIT_ASSIGNED_CONTEXT(
-(#20,#21,#22)) REPRESENTATION_CONTEXT('Context #1',
- '3D Context with UNIT and UNCERTAINTY') );
-#20 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
-#21 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
-#22 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
-#23 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#20,
- 'distance_accuracy_value','confusion accuracy');
-#24 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#7));
-#25 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#26),#2656);
-#26 = MANIFOLD_SOLID_BREP('',#27);
-#27 = CLOSED_SHELL('',(#28,#70,#101,#132,#844,#1556,#1573,#1590,#1607,
- #1624,#1636,#1653,#1670,#1687,#1704,#1721,#1738,#1755,#1772,#1789,
- #1806,#1823,#1840,#1857,#1874,#1891,#1908,#1925,#1942,#1959,#1976,
- #1993,#2010,#2027,#2044,#2061,#2078,#2095,#2112,#2129,#2146,#2163,
- #2180,#2197,#2214,#2231,#2248,#2265,#2282,#2299,#2316,#2333,#2350,
- #2367,#2384,#2401,#2418,#2435,#2452,#2469,#2486,#2503,#2520,#2537,
- #2554,#2571,#2588,#2605,#2622,#2639));
-#28 = ADVANCED_FACE('',(#29),#65,.T.);
-#29 = FACE_BOUND('',#30,.T.);
-#30 = EDGE_LOOP('',(#31,#41,#50,#58));
-#31 = ORIENTED_EDGE('',*,*,#32,.T.);
-#32 = EDGE_CURVE('',#33,#35,#37,.T.);
-#33 = VERTEX_POINT('',#34);
-#34 = CARTESIAN_POINT('',(157.,-37.,0.));
-#35 = VERTEX_POINT('',#36);
-#36 = CARTESIAN_POINT('',(157.,-37.,1.51));
-#37 = LINE('',#38,#39);
-#38 = CARTESIAN_POINT('',(157.,-37.,0.));
-#39 = VECTOR('',#40,1.);
-#40 = DIRECTION('',(0.,0.,1.));
-#41 = ORIENTED_EDGE('',*,*,#42,.T.);
-#42 = EDGE_CURVE('',#35,#43,#45,.T.);
-#43 = VERTEX_POINT('',#44);
-#44 = CARTESIAN_POINT('',(160.,-40.,1.51));
-#45 = CIRCLE('',#46,3.000001172987);
-#46 = AXIS2_PLACEMENT_3D('',#47,#48,#49);
-#47 = CARTESIAN_POINT('',(156.99999882701,-40.00000117298,1.51));
-#48 = DIRECTION('',(0.,0.,-1.));
-#49 = DIRECTION('',(3.909953710804E-07,1.,0.));
-#50 = ORIENTED_EDGE('',*,*,#51,.F.);
-#51 = EDGE_CURVE('',#52,#43,#54,.T.);
-#52 = VERTEX_POINT('',#53);
-#53 = CARTESIAN_POINT('',(160.,-40.,0.));
-#54 = LINE('',#55,#56);
-#55 = CARTESIAN_POINT('',(160.,-40.,0.));
-#56 = VECTOR('',#57,1.);
+#18 = DIRECTION('',(1.,0.,0.));
+#19 = AXIS2_PLACEMENT_3D('',#20,#21,#22);
+#20 = CARTESIAN_POINT('',(132.,-87.,1.595));
+#21 = DIRECTION('',(0.,0.,1.));
+#22 = DIRECTION('',(1.,0.,0.));
+#23 = AXIS2_PLACEMENT_3D('',#24,#25,#26);
+#24 = CARTESIAN_POINT('',(125.,-74.,1.595));
+#25 = DIRECTION('',(0.,0.,1.));
+#26 = DIRECTION('',(1.,0.,0.));
+#27 = AXIS2_PLACEMENT_3D('',#28,#29,#30);
+#28 = CARTESIAN_POINT('',(132.,-91.,1.595));
+#29 = DIRECTION('',(0.,0.,1.));
+#30 = DIRECTION('',(1.,0.,0.));
+#31 = AXIS2_PLACEMENT_3D('',#32,#33,#34);
+#32 = CARTESIAN_POINT('',(130.,-59.,1.595));
+#33 = DIRECTION('',(0.,0.,1.));
+#34 = DIRECTION('',(1.,0.,0.));
+#35 = AXIS2_PLACEMENT_3D('',#36,#37,#38);
+#36 = CARTESIAN_POINT('',(130.,-72.,1.595));
+#37 = DIRECTION('',(0.,-0.,1.));
+#38 = DIRECTION('',(1.110223024625E-16,1.,0.));
+#39 = AXIS2_PLACEMENT_3D('',#40,#41,#42);
+#40 = CARTESIAN_POINT('',(125.,-87.,1.595));
+#41 = DIRECTION('',(0.,0.,1.));
+#42 = DIRECTION('',(1.,0.,0.));
+#43 = AXIS2_PLACEMENT_3D('',#44,#45,#46);
+#44 = CARTESIAN_POINT('',(124.,-44.3,1.595));
+#45 = DIRECTION('',(0.,0.,1.));
+#46 = DIRECTION('',(1.,0.,0.));
+#47 = AXIS2_PLACEMENT_3D('',#48,#49,#50);
+#48 = CARTESIAN_POINT('',(120.,-64.,1.595));
+#49 = DIRECTION('',(0.,0.,1.));
+#50 = DIRECTION('',(1.,0.,0.));
+#51 = AXIS2_PLACEMENT_3D('',#52,#53,#54);
+#52 = CARTESIAN_POINT('',(125.,-91.,1.595));
+#53 = DIRECTION('',(0.,0.,1.));
+#54 = DIRECTION('',(1.,0.,0.));
+#55 = AXIS2_PLACEMENT_3D('',#56,#57,#58);
+#56 = CARTESIAN_POINT('',(101.,-94.,1.595));
#57 = DIRECTION('',(0.,0.,1.));
-#58 = ORIENTED_EDGE('',*,*,#59,.F.);
-#59 = EDGE_CURVE('',#33,#52,#60,.T.);
-#60 = CIRCLE('',#61,3.000001172987);
-#61 = AXIS2_PLACEMENT_3D('',#62,#63,#64);
-#62 = CARTESIAN_POINT('',(156.99999882701,-40.00000117298,0.));
-#63 = DIRECTION('',(0.,0.,-1.));
-#64 = DIRECTION('',(3.909953710804E-07,1.,0.));
-#65 = CYLINDRICAL_SURFACE('',#66,3.000001172987);
-#66 = AXIS2_PLACEMENT_3D('',#67,#68,#69);
-#67 = CARTESIAN_POINT('',(156.99999882701,-40.00000117298,0.));
-#68 = DIRECTION('',(0.,0.,-1.));
-#69 = DIRECTION('',(3.909953710804E-07,1.,0.));
-#70 = ADVANCED_FACE('',(#71),#96,.T.);
-#71 = FACE_BOUND('',#72,.T.);
-#72 = EDGE_LOOP('',(#73,#83,#89,#90));
-#73 = ORIENTED_EDGE('',*,*,#74,.T.);
-#74 = EDGE_CURVE('',#75,#77,#79,.T.);
-#75 = VERTEX_POINT('',#76);
-#76 = CARTESIAN_POINT('',(63.,-37.,0.));
-#77 = VERTEX_POINT('',#78);
-#78 = CARTESIAN_POINT('',(63.,-37.,1.51));
-#79 = LINE('',#80,#81);
-#80 = CARTESIAN_POINT('',(63.,-37.,0.));
-#81 = VECTOR('',#82,1.);
-#82 = DIRECTION('',(0.,0.,1.));
-#83 = ORIENTED_EDGE('',*,*,#84,.T.);
-#84 = EDGE_CURVE('',#77,#35,#85,.T.);
-#85 = LINE('',#86,#87);
-#86 = CARTESIAN_POINT('',(63.,-37.,1.51));
-#87 = VECTOR('',#88,1.);
-#88 = DIRECTION('',(1.,0.,0.));
-#89 = ORIENTED_EDGE('',*,*,#32,.F.);
-#90 = ORIENTED_EDGE('',*,*,#91,.F.);
-#91 = EDGE_CURVE('',#75,#33,#92,.T.);
-#92 = LINE('',#93,#94);
-#93 = CARTESIAN_POINT('',(63.,-37.,0.));
-#94 = VECTOR('',#95,1.);
-#95 = DIRECTION('',(1.,0.,0.));
-#96 = PLANE('',#97);
-#97 = AXIS2_PLACEMENT_3D('',#98,#99,#100);
-#98 = CARTESIAN_POINT('',(63.,-37.,0.));
-#99 = DIRECTION('',(0.,1.,0.));
-#100 = DIRECTION('',(1.,0.,0.));
-#101 = ADVANCED_FACE('',(#102),#127,.T.);
-#102 = FACE_BOUND('',#103,.T.);
-#103 = EDGE_LOOP('',(#104,#105,#113,#121));
-#104 = ORIENTED_EDGE('',*,*,#51,.T.);
-#105 = ORIENTED_EDGE('',*,*,#106,.T.);
-#106 = EDGE_CURVE('',#43,#107,#109,.T.);
-#107 = VERTEX_POINT('',#108);
-#108 = CARTESIAN_POINT('',(160.,-69.,1.51));
-#109 = LINE('',#110,#111);
-#110 = CARTESIAN_POINT('',(160.,-40.,1.51));
-#111 = VECTOR('',#112,1.);
-#112 = DIRECTION('',(0.,-1.,0.));
-#113 = ORIENTED_EDGE('',*,*,#114,.F.);
-#114 = EDGE_CURVE('',#115,#107,#117,.T.);
-#115 = VERTEX_POINT('',#116);
-#116 = CARTESIAN_POINT('',(160.,-69.,0.));
-#117 = LINE('',#118,#119);
-#118 = CARTESIAN_POINT('',(160.,-69.,0.));
-#119 = VECTOR('',#120,1.);
-#120 = DIRECTION('',(0.,0.,1.));
-#121 = ORIENTED_EDGE('',*,*,#122,.F.);
-#122 = EDGE_CURVE('',#52,#115,#123,.T.);
-#123 = LINE('',#124,#125);
-#124 = CARTESIAN_POINT('',(160.,-40.,0.));
-#125 = VECTOR('',#126,1.);
-#126 = DIRECTION('',(0.,-1.,0.));
-#127 = PLANE('',#128);
-#128 = AXIS2_PLACEMENT_3D('',#129,#130,#131);
-#129 = CARTESIAN_POINT('',(160.,-40.,0.));
-#130 = DIRECTION('',(1.,0.,-0.));
-#131 = DIRECTION('',(0.,-1.,0.));
-#132 = ADVANCED_FACE('',(#133,#179,#190,#201,#212,#223,#234,#245,#256,
- #267,#278,#289,#300,#311,#322,#333,#344,#355,#366,#377,#388,#399,
- #410,#421,#432,#443,#454,#465,#476,#487,#498,#509,#520,#531,#542,
- #553,#564,#575,#586,#597,#608,#619,#630,#641,#652,#663,#674,#685,
- #696,#707,#718,#729,#740,#751,#762,#773,#784,#795,#806,#817,#828),
- #839,.F.);
-#133 = FACE_BOUND('',#134,.F.);
-#134 = EDGE_LOOP('',(#135,#136,#137,#146,#154,#163,#171,#178));
-#135 = ORIENTED_EDGE('',*,*,#59,.F.);
-#136 = ORIENTED_EDGE('',*,*,#91,.F.);
-#137 = ORIENTED_EDGE('',*,*,#138,.F.);
-#138 = EDGE_CURVE('',#139,#75,#141,.T.);
-#139 = VERTEX_POINT('',#140);
-#140 = CARTESIAN_POINT('',(60.,-40.,0.));
-#141 = CIRCLE('',#142,3.000001172987);
-#142 = AXIS2_PLACEMENT_3D('',#143,#144,#145);
-#143 = CARTESIAN_POINT('',(63.000001172987,-40.00000117298,0.));
-#144 = DIRECTION('',(0.,0.,-1.));
-#145 = DIRECTION('',(-1.,3.909953663434E-07,0.));
-#146 = ORIENTED_EDGE('',*,*,#147,.F.);
-#147 = EDGE_CURVE('',#148,#139,#150,.T.);
-#148 = VERTEX_POINT('',#149);
-#149 = CARTESIAN_POINT('',(60.,-69.,0.));
-#150 = LINE('',#151,#152);
-#151 = CARTESIAN_POINT('',(60.,-69.,0.));
-#152 = VECTOR('',#153,1.);
-#153 = DIRECTION('',(0.,1.,0.));
-#154 = ORIENTED_EDGE('',*,*,#155,.F.);
-#155 = EDGE_CURVE('',#156,#148,#158,.T.);
-#156 = VERTEX_POINT('',#157);
-#157 = CARTESIAN_POINT('',(63.,-72.,0.));
-#158 = CIRCLE('',#159,3.000001172987);
-#159 = AXIS2_PLACEMENT_3D('',#160,#161,#162);
-#160 = CARTESIAN_POINT('',(63.000001172987,-68.99999882701,0.));
-#161 = DIRECTION('',(0.,0.,-1.));
-#162 = DIRECTION('',(-3.909953663434E-07,-1.,-0.));
-#163 = ORIENTED_EDGE('',*,*,#164,.F.);
-#164 = EDGE_CURVE('',#165,#156,#167,.T.);
-#165 = VERTEX_POINT('',#166);
-#166 = CARTESIAN_POINT('',(157.,-72.,0.));
-#167 = LINE('',#168,#169);
-#168 = CARTESIAN_POINT('',(157.,-72.,0.));
-#169 = VECTOR('',#170,1.);
-#170 = DIRECTION('',(-1.,0.,0.));
-#171 = ORIENTED_EDGE('',*,*,#172,.F.);
-#172 = EDGE_CURVE('',#115,#165,#173,.T.);
-#173 = CIRCLE('',#174,3.000001172987);
-#174 = AXIS2_PLACEMENT_3D('',#175,#176,#177);
-#175 = CARTESIAN_POINT('',(156.99999882701,-68.99999882701,0.));
-#176 = DIRECTION('',(0.,0.,-1.));
-#177 = DIRECTION('',(1.,-3.909953663434E-07,0.));
-#178 = ORIENTED_EDGE('',*,*,#122,.F.);
-#179 = FACE_BOUND('',#180,.F.);
-#180 = EDGE_LOOP('',(#181));
-#181 = ORIENTED_EDGE('',*,*,#182,.T.);
-#182 = EDGE_CURVE('',#183,#183,#185,.T.);
-#183 = VERTEX_POINT('',#184);
-#184 = CARTESIAN_POINT('',(67.,-66.6,0.));
-#185 = CIRCLE('',#186,1.6);
-#186 = AXIS2_PLACEMENT_3D('',#187,#188,#189);
-#187 = CARTESIAN_POINT('',(67.,-65.,0.));
-#188 = DIRECTION('',(-0.,0.,-1.));
-#189 = DIRECTION('',(-0.,-1.,0.));
-#190 = FACE_BOUND('',#191,.F.);
-#191 = EDGE_LOOP('',(#192));
-#192 = ORIENTED_EDGE('',*,*,#193,.T.);
-#193 = EDGE_CURVE('',#194,#194,#196,.T.);
-#194 = VERTEX_POINT('',#195);
-#195 = CARTESIAN_POINT('',(78.005,-66.88,0.));
-#196 = CIRCLE('',#197,0.45);
-#197 = AXIS2_PLACEMENT_3D('',#198,#199,#200);
-#198 = CARTESIAN_POINT('',(78.005,-66.43,0.));
-#199 = DIRECTION('',(-0.,0.,-1.));
-#200 = DIRECTION('',(-0.,-1.,0.));
-#201 = FACE_BOUND('',#202,.F.);
-#202 = EDGE_LOOP('',(#203));
-#203 = ORIENTED_EDGE('',*,*,#204,.T.);
-#204 = EDGE_CURVE('',#205,#205,#207,.T.);
-#205 = VERTEX_POINT('',#206);
-#206 = CARTESIAN_POINT('',(80.545,-66.88,0.));
-#207 = CIRCLE('',#208,0.45);
-#208 = AXIS2_PLACEMENT_3D('',#209,#210,#211);
-#209 = CARTESIAN_POINT('',(80.545,-66.43,0.));
-#210 = DIRECTION('',(-0.,0.,-1.));
-#211 = DIRECTION('',(-0.,-1.,0.));
-#212 = FACE_BOUND('',#213,.F.);
-#213 = EDGE_LOOP('',(#214));
-#214 = ORIENTED_EDGE('',*,*,#215,.T.);
-#215 = EDGE_CURVE('',#216,#216,#218,.T.);
-#216 = VERTEX_POINT('',#217);
-#217 = CARTESIAN_POINT('',(83.085,-66.88,0.));
-#218 = CIRCLE('',#219,0.45);
-#219 = AXIS2_PLACEMENT_3D('',#220,#221,#222);
-#220 = CARTESIAN_POINT('',(83.085,-66.43,0.));
-#221 = DIRECTION('',(-0.,0.,-1.));
-#222 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#223 = FACE_BOUND('',#224,.F.);
-#224 = EDGE_LOOP('',(#225));
-#225 = ORIENTED_EDGE('',*,*,#226,.T.);
-#226 = EDGE_CURVE('',#227,#227,#229,.T.);
-#227 = VERTEX_POINT('',#228);
-#228 = CARTESIAN_POINT('',(85.625,-66.88,0.));
-#229 = CIRCLE('',#230,0.45);
-#230 = AXIS2_PLACEMENT_3D('',#231,#232,#233);
-#231 = CARTESIAN_POINT('',(85.625,-66.43,0.));
-#232 = DIRECTION('',(-0.,0.,-1.));
-#233 = DIRECTION('',(-0.,-1.,0.));
-#234 = FACE_BOUND('',#235,.F.);
-#235 = EDGE_LOOP('',(#236));
-#236 = ORIENTED_EDGE('',*,*,#237,.T.);
-#237 = EDGE_CURVE('',#238,#238,#240,.T.);
-#238 = VERTEX_POINT('',#239);
-#239 = CARTESIAN_POINT('',(88.165,-66.88,0.));
-#240 = CIRCLE('',#241,0.45);
-#241 = AXIS2_PLACEMENT_3D('',#242,#243,#244);
-#242 = CARTESIAN_POINT('',(88.165,-66.43,0.));
-#243 = DIRECTION('',(-0.,0.,-1.));
-#244 = DIRECTION('',(3.157967714489E-14,-1.,-0.));
-#245 = FACE_BOUND('',#246,.F.);
-#246 = EDGE_LOOP('',(#247));
-#247 = ORIENTED_EDGE('',*,*,#248,.T.);
-#248 = EDGE_CURVE('',#249,#249,#251,.T.);
-#249 = VERTEX_POINT('',#250);
-#250 = CARTESIAN_POINT('',(90.705,-66.88,0.));
-#251 = CIRCLE('',#252,0.45);
-#252 = AXIS2_PLACEMENT_3D('',#253,#254,#255);
-#253 = CARTESIAN_POINT('',(90.705,-66.43,0.));
-#254 = DIRECTION('',(-0.,0.,-1.));
-#255 = DIRECTION('',(-0.,-1.,0.));
-#256 = FACE_BOUND('',#257,.F.);
-#257 = EDGE_LOOP('',(#258));
-#258 = ORIENTED_EDGE('',*,*,#259,.T.);
-#259 = EDGE_CURVE('',#260,#260,#262,.T.);
-#260 = VERTEX_POINT('',#261);
-#261 = CARTESIAN_POINT('',(93.245,-66.88,0.));
-#262 = CIRCLE('',#263,0.45);
-#263 = AXIS2_PLACEMENT_3D('',#264,#265,#266);
-#264 = CARTESIAN_POINT('',(93.245,-66.43,0.));
-#265 = DIRECTION('',(-0.,0.,-1.));
-#266 = DIRECTION('',(-0.,-1.,0.));
-#267 = FACE_BOUND('',#268,.F.);
-#268 = EDGE_LOOP('',(#269));
-#269 = ORIENTED_EDGE('',*,*,#270,.T.);
-#270 = EDGE_CURVE('',#271,#271,#273,.T.);
-#271 = VERTEX_POINT('',#272);
-#272 = CARTESIAN_POINT('',(95.785,-66.88,0.));
-#273 = CIRCLE('',#274,0.45);
-#274 = AXIS2_PLACEMENT_3D('',#275,#276,#277);
-#275 = CARTESIAN_POINT('',(95.785,-66.43,0.));
-#276 = DIRECTION('',(-0.,0.,-1.));
-#277 = DIRECTION('',(-0.,-1.,0.));
-#278 = FACE_BOUND('',#279,.F.);
-#279 = EDGE_LOOP('',(#280));
-#280 = ORIENTED_EDGE('',*,*,#281,.T.);
-#281 = EDGE_CURVE('',#282,#282,#284,.T.);
-#282 = VERTEX_POINT('',#283);
-#283 = CARTESIAN_POINT('',(98.325,-66.88,0.));
-#284 = CIRCLE('',#285,0.45);
-#285 = AXIS2_PLACEMENT_3D('',#286,#287,#288);
-#286 = CARTESIAN_POINT('',(98.325,-66.43,0.));
-#287 = DIRECTION('',(-0.,0.,-1.));
-#288 = DIRECTION('',(-0.,-1.,0.));
-#289 = FACE_BOUND('',#290,.F.);
-#290 = EDGE_LOOP('',(#291));
-#291 = ORIENTED_EDGE('',*,*,#292,.T.);
-#292 = EDGE_CURVE('',#293,#293,#295,.T.);
-#293 = VERTEX_POINT('',#294);
-#294 = CARTESIAN_POINT('',(100.865,-66.88,0.));
-#295 = CIRCLE('',#296,0.45);
-#296 = AXIS2_PLACEMENT_3D('',#297,#298,#299);
-#297 = CARTESIAN_POINT('',(100.865,-66.43,0.));
-#298 = DIRECTION('',(-0.,0.,-1.));
-#299 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#300 = FACE_BOUND('',#301,.F.);
-#301 = EDGE_LOOP('',(#302));
-#302 = ORIENTED_EDGE('',*,*,#303,.T.);
-#303 = EDGE_CURVE('',#304,#304,#306,.T.);
-#304 = VERTEX_POINT('',#305);
-#305 = CARTESIAN_POINT('',(103.405,-66.88,0.));
-#306 = CIRCLE('',#307,0.45);
-#307 = AXIS2_PLACEMENT_3D('',#308,#309,#310);
-#308 = CARTESIAN_POINT('',(103.405,-66.43,0.));
-#309 = DIRECTION('',(-0.,0.,-1.));
-#310 = DIRECTION('',(-0.,-1.,0.));
-#311 = FACE_BOUND('',#312,.F.);
-#312 = EDGE_LOOP('',(#313));
-#313 = ORIENTED_EDGE('',*,*,#314,.T.);
-#314 = EDGE_CURVE('',#315,#315,#317,.T.);
-#315 = VERTEX_POINT('',#316);
-#316 = CARTESIAN_POINT('',(105.945,-66.88,0.));
-#317 = CIRCLE('',#318,0.45);
-#318 = AXIS2_PLACEMENT_3D('',#319,#320,#321);
-#319 = CARTESIAN_POINT('',(105.945,-66.43,0.));
-#320 = DIRECTION('',(-0.,0.,-1.));
-#321 = DIRECTION('',(-0.,-1.,0.));
-#322 = FACE_BOUND('',#323,.F.);
-#323 = EDGE_LOOP('',(#324));
-#324 = ORIENTED_EDGE('',*,*,#325,.T.);
-#325 = EDGE_CURVE('',#326,#326,#328,.T.);
-#326 = VERTEX_POINT('',#327);
-#327 = CARTESIAN_POINT('',(108.485,-66.88,0.));
-#328 = CIRCLE('',#329,0.45);
-#329 = AXIS2_PLACEMENT_3D('',#330,#331,#332);
-#330 = CARTESIAN_POINT('',(108.485,-66.43,0.));
-#331 = DIRECTION('',(-0.,0.,-1.));
-#332 = DIRECTION('',(-0.,-1.,0.));
-#333 = FACE_BOUND('',#334,.F.);
-#334 = EDGE_LOOP('',(#335));
-#335 = ORIENTED_EDGE('',*,*,#336,.T.);
-#336 = EDGE_CURVE('',#337,#337,#339,.T.);
-#337 = VERTEX_POINT('',#338);
-#338 = CARTESIAN_POINT('',(111.025,-66.88,0.));
-#339 = CIRCLE('',#340,0.45);
-#340 = AXIS2_PLACEMENT_3D('',#341,#342,#343);
-#341 = CARTESIAN_POINT('',(111.025,-66.43,0.));
-#342 = DIRECTION('',(-0.,0.,-1.));
-#343 = DIRECTION('',(-0.,-1.,0.));
-#344 = FACE_BOUND('',#345,.F.);
-#345 = EDGE_LOOP('',(#346));
-#346 = ORIENTED_EDGE('',*,*,#347,.T.);
-#347 = EDGE_CURVE('',#348,#348,#350,.T.);
-#348 = VERTEX_POINT('',#349);
-#349 = CARTESIAN_POINT('',(113.565,-66.88,0.));
-#350 = CIRCLE('',#351,0.45);
-#351 = AXIS2_PLACEMENT_3D('',#352,#353,#354);
-#352 = CARTESIAN_POINT('',(113.565,-66.43,0.));
-#353 = DIRECTION('',(-0.,0.,-1.));
-#354 = DIRECTION('',(-0.,-1.,0.));
-#355 = FACE_BOUND('',#356,.F.);
-#356 = EDGE_LOOP('',(#357));
-#357 = ORIENTED_EDGE('',*,*,#358,.T.);
-#358 = EDGE_CURVE('',#359,#359,#361,.T.);
-#359 = VERTEX_POINT('',#360);
-#360 = CARTESIAN_POINT('',(117.64,-65.29,0.));
-#361 = CIRCLE('',#362,0.4);
-#362 = AXIS2_PLACEMENT_3D('',#363,#364,#365);
-#363 = CARTESIAN_POINT('',(117.64,-64.89,0.));
-#364 = DIRECTION('',(-0.,0.,-1.));
-#365 = DIRECTION('',(-0.,-1.,0.));
-#366 = FACE_BOUND('',#367,.F.);
-#367 = EDGE_LOOP('',(#368));
-#368 = ORIENTED_EDGE('',*,*,#369,.T.);
-#369 = EDGE_CURVE('',#370,#370,#372,.T.);
-#370 = VERTEX_POINT('',#371);
-#371 = CARTESIAN_POINT('',(130.34,-65.29,0.));
-#372 = CIRCLE('',#373,0.4);
-#373 = AXIS2_PLACEMENT_3D('',#374,#375,#376);
-#374 = CARTESIAN_POINT('',(130.34,-64.89,0.));
-#375 = DIRECTION('',(-0.,0.,-1.));
-#376 = DIRECTION('',(-0.,-1.,0.));
-#377 = FACE_BOUND('',#378,.F.);
-#378 = EDGE_LOOP('',(#379));
-#379 = ORIENTED_EDGE('',*,*,#380,.T.);
-#380 = EDGE_CURVE('',#381,#381,#383,.T.);
-#381 = VERTEX_POINT('',#382);
-#382 = CARTESIAN_POINT('',(117.64,-62.75,0.));
-#383 = CIRCLE('',#384,0.4);
-#384 = AXIS2_PLACEMENT_3D('',#385,#386,#387);
-#385 = CARTESIAN_POINT('',(117.64,-62.35,0.));
-#386 = DIRECTION('',(-0.,0.,-1.));
-#387 = DIRECTION('',(-0.,-1.,0.));
-#388 = FACE_BOUND('',#389,.F.);
-#389 = EDGE_LOOP('',(#390));
-#390 = ORIENTED_EDGE('',*,*,#391,.T.);
-#391 = EDGE_CURVE('',#392,#392,#394,.T.);
-#392 = VERTEX_POINT('',#393);
-#393 = CARTESIAN_POINT('',(130.34,-62.75,0.));
-#394 = CIRCLE('',#395,0.4);
-#395 = AXIS2_PLACEMENT_3D('',#396,#397,#398);
-#396 = CARTESIAN_POINT('',(130.34,-62.35,0.));
-#397 = DIRECTION('',(-0.,0.,-1.));
-#398 = DIRECTION('',(-0.,-1.,0.));
-#399 = FACE_BOUND('',#400,.F.);
-#400 = EDGE_LOOP('',(#401));
-#401 = ORIENTED_EDGE('',*,*,#402,.T.);
-#402 = EDGE_CURVE('',#403,#403,#405,.T.);
-#403 = VERTEX_POINT('',#404);
-#404 = CARTESIAN_POINT('',(135.75,-66.6825,0.));
-#405 = CIRCLE('',#406,0.65);
-#406 = AXIS2_PLACEMENT_3D('',#407,#408,#409);
-#407 = CARTESIAN_POINT('',(135.75,-66.0325,0.));
-#408 = DIRECTION('',(-0.,0.,-1.));
-#409 = DIRECTION('',(-0.,-1.,0.));
-#410 = FACE_BOUND('',#411,.F.);
-#411 = EDGE_LOOP('',(#412));
-#412 = ORIENTED_EDGE('',*,*,#413,.T.);
-#413 = EDGE_CURVE('',#414,#414,#416,.T.);
-#414 = VERTEX_POINT('',#415);
-#415 = CARTESIAN_POINT('',(140.75,-66.6825,0.));
-#416 = CIRCLE('',#417,0.65);
-#417 = AXIS2_PLACEMENT_3D('',#418,#419,#420);
-#418 = CARTESIAN_POINT('',(140.75,-66.0325,0.));
-#419 = DIRECTION('',(-0.,0.,-1.));
-#420 = DIRECTION('',(-0.,-1.,0.));
-#421 = FACE_BOUND('',#422,.F.);
-#422 = EDGE_LOOP('',(#423));
-#423 = ORIENTED_EDGE('',*,*,#424,.T.);
-#424 = EDGE_CURVE('',#425,#425,#427,.T.);
-#425 = VERTEX_POINT('',#426);
-#426 = CARTESIAN_POINT('',(145.75,-66.6825,0.));
-#427 = CIRCLE('',#428,0.65);
-#428 = AXIS2_PLACEMENT_3D('',#429,#430,#431);
-#429 = CARTESIAN_POINT('',(145.75,-66.0325,0.));
-#430 = DIRECTION('',(-0.,0.,-1.));
-#431 = DIRECTION('',(-0.,-1.,0.));
-#432 = FACE_BOUND('',#433,.F.);
-#433 = EDGE_LOOP('',(#434));
-#434 = ORIENTED_EDGE('',*,*,#435,.T.);
-#435 = EDGE_CURVE('',#436,#436,#438,.T.);
-#436 = VERTEX_POINT('',#437);
-#437 = CARTESIAN_POINT('',(153.,-66.6,0.));
-#438 = CIRCLE('',#439,1.6);
-#439 = AXIS2_PLACEMENT_3D('',#440,#441,#442);
-#440 = CARTESIAN_POINT('',(153.,-65.,0.));
-#441 = DIRECTION('',(-0.,0.,-1.));
-#442 = DIRECTION('',(-0.,-1.,0.));
-#443 = FACE_BOUND('',#444,.F.);
-#444 = EDGE_LOOP('',(#445));
-#445 = ORIENTED_EDGE('',*,*,#446,.T.);
-#446 = EDGE_CURVE('',#447,#447,#449,.T.);
-#447 = VERTEX_POINT('',#448);
-#448 = CARTESIAN_POINT('',(117.64,-60.21,0.));
-#449 = CIRCLE('',#450,0.4);
-#450 = AXIS2_PLACEMENT_3D('',#451,#452,#453);
-#451 = CARTESIAN_POINT('',(117.64,-59.81,0.));
-#452 = DIRECTION('',(-0.,0.,-1.));
-#453 = DIRECTION('',(-0.,-1.,0.));
-#454 = FACE_BOUND('',#455,.F.);
-#455 = EDGE_LOOP('',(#456));
-#456 = ORIENTED_EDGE('',*,*,#457,.T.);
-#457 = EDGE_CURVE('',#458,#458,#460,.T.);
-#458 = VERTEX_POINT('',#459);
-#459 = CARTESIAN_POINT('',(130.34,-60.21,0.));
-#460 = CIRCLE('',#461,0.4);
-#461 = AXIS2_PLACEMENT_3D('',#462,#463,#464);
-#462 = CARTESIAN_POINT('',(130.34,-59.81,0.));
-#463 = DIRECTION('',(-0.,0.,-1.));
-#464 = DIRECTION('',(-0.,-1.,0.));
-#465 = FACE_BOUND('',#466,.F.);
-#466 = EDGE_LOOP('',(#467));
-#467 = ORIENTED_EDGE('',*,*,#468,.T.);
-#468 = EDGE_CURVE('',#469,#469,#471,.T.);
-#469 = VERTEX_POINT('',#470);
-#470 = CARTESIAN_POINT('',(117.64,-57.67,0.));
-#471 = CIRCLE('',#472,0.4);
-#472 = AXIS2_PLACEMENT_3D('',#473,#474,#475);
-#473 = CARTESIAN_POINT('',(117.64,-57.27,0.));
-#474 = DIRECTION('',(-0.,0.,-1.));
-#475 = DIRECTION('',(-0.,-1.,0.));
-#476 = FACE_BOUND('',#477,.F.);
-#477 = EDGE_LOOP('',(#478));
-#478 = ORIENTED_EDGE('',*,*,#479,.T.);
-#479 = EDGE_CURVE('',#480,#480,#482,.T.);
-#480 = VERTEX_POINT('',#481);
-#481 = CARTESIAN_POINT('',(117.64,-55.13,0.));
-#482 = CIRCLE('',#483,0.4);
-#483 = AXIS2_PLACEMENT_3D('',#484,#485,#486);
-#484 = CARTESIAN_POINT('',(117.64,-54.73,0.));
-#485 = DIRECTION('',(-0.,0.,-1.));
-#486 = DIRECTION('',(-0.,-1.,0.));
-#487 = FACE_BOUND('',#488,.F.);
-#488 = EDGE_LOOP('',(#489));
-#489 = ORIENTED_EDGE('',*,*,#490,.T.);
-#490 = EDGE_CURVE('',#491,#491,#493,.T.);
-#491 = VERTEX_POINT('',#492);
-#492 = CARTESIAN_POINT('',(130.34,-57.67,0.));
-#493 = CIRCLE('',#494,0.4);
-#494 = AXIS2_PLACEMENT_3D('',#495,#496,#497);
-#495 = CARTESIAN_POINT('',(130.34,-57.27,0.));
-#496 = DIRECTION('',(-0.,0.,-1.));
-#497 = DIRECTION('',(-0.,-1.,0.));
-#498 = FACE_BOUND('',#499,.F.);
-#499 = EDGE_LOOP('',(#500));
-#500 = ORIENTED_EDGE('',*,*,#501,.T.);
-#501 = EDGE_CURVE('',#502,#502,#504,.T.);
-#502 = VERTEX_POINT('',#503);
-#503 = CARTESIAN_POINT('',(130.34,-55.13,0.));
-#504 = CIRCLE('',#505,0.4);
-#505 = AXIS2_PLACEMENT_3D('',#506,#507,#508);
-#506 = CARTESIAN_POINT('',(130.34,-54.73,0.));
-#507 = DIRECTION('',(-0.,0.,-1.));
-#508 = DIRECTION('',(-0.,-1.,0.));
-#509 = FACE_BOUND('',#510,.F.);
-#510 = EDGE_LOOP('',(#511));
-#511 = ORIENTED_EDGE('',*,*,#512,.T.);
-#512 = EDGE_CURVE('',#513,#513,#515,.T.);
-#513 = VERTEX_POINT('',#514);
-#514 = CARTESIAN_POINT('',(139.,-57.31,0.));
-#515 = CIRCLE('',#516,0.5);
-#516 = AXIS2_PLACEMENT_3D('',#517,#518,#519);
-#517 = CARTESIAN_POINT('',(139.,-56.81,0.));
-#518 = DIRECTION('',(-0.,0.,-1.));
-#519 = DIRECTION('',(-0.,-1.,0.));
-#520 = FACE_BOUND('',#521,.F.);
-#521 = EDGE_LOOP('',(#522));
-#522 = ORIENTED_EDGE('',*,*,#523,.T.);
-#523 = EDGE_CURVE('',#524,#524,#526,.T.);
-#524 = VERTEX_POINT('',#525);
-#525 = CARTESIAN_POINT('',(148.7,-55.975,0.));
-#526 = CIRCLE('',#527,0.475);
-#527 = AXIS2_PLACEMENT_3D('',#528,#529,#530);
-#528 = CARTESIAN_POINT('',(148.7,-55.5,0.));
-#529 = DIRECTION('',(-0.,0.,-1.));
-#530 = DIRECTION('',(-0.,-1.,0.));
-#531 = FACE_BOUND('',#532,.F.);
-#532 = EDGE_LOOP('',(#533));
-#533 = ORIENTED_EDGE('',*,*,#534,.T.);
-#534 = EDGE_CURVE('',#535,#535,#537,.T.);
-#535 = VERTEX_POINT('',#536);
-#536 = CARTESIAN_POINT('',(67.,-45.6,0.));
-#537 = CIRCLE('',#538,1.6);
-#538 = AXIS2_PLACEMENT_3D('',#539,#540,#541);
-#539 = CARTESIAN_POINT('',(67.,-44.,0.));
-#540 = DIRECTION('',(-0.,0.,-1.));
-#541 = DIRECTION('',(-0.,-1.,0.));
-#542 = FACE_BOUND('',#543,.F.);
-#543 = EDGE_LOOP('',(#544));
-#544 = ORIENTED_EDGE('',*,*,#545,.T.);
-#545 = EDGE_CURVE('',#546,#546,#548,.T.);
-#546 = VERTEX_POINT('',#547);
-#547 = CARTESIAN_POINT('',(78.005,-44.02,0.));
-#548 = CIRCLE('',#549,0.45);
-#549 = AXIS2_PLACEMENT_3D('',#550,#551,#552);
-#550 = CARTESIAN_POINT('',(78.005,-43.57,0.));
-#551 = DIRECTION('',(-0.,0.,-1.));
-#552 = DIRECTION('',(-0.,-1.,0.));
-#553 = FACE_BOUND('',#554,.F.);
-#554 = EDGE_LOOP('',(#555));
-#555 = ORIENTED_EDGE('',*,*,#556,.T.);
-#556 = EDGE_CURVE('',#557,#557,#559,.T.);
-#557 = VERTEX_POINT('',#558);
-#558 = CARTESIAN_POINT('',(80.545,-44.02,0.));
-#559 = CIRCLE('',#560,0.45);
-#560 = AXIS2_PLACEMENT_3D('',#561,#562,#563);
-#561 = CARTESIAN_POINT('',(80.545,-43.57,0.));
-#562 = DIRECTION('',(-0.,0.,-1.));
-#563 = DIRECTION('',(-0.,-1.,0.));
-#564 = FACE_BOUND('',#565,.F.);
-#565 = EDGE_LOOP('',(#566));
-#566 = ORIENTED_EDGE('',*,*,#567,.T.);
-#567 = EDGE_CURVE('',#568,#568,#570,.T.);
-#568 = VERTEX_POINT('',#569);
-#569 = CARTESIAN_POINT('',(83.085,-44.02,0.));
-#570 = CIRCLE('',#571,0.45);
-#571 = AXIS2_PLACEMENT_3D('',#572,#573,#574);
-#572 = CARTESIAN_POINT('',(83.085,-43.57,0.));
-#573 = DIRECTION('',(-0.,0.,-1.));
-#574 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#575 = FACE_BOUND('',#576,.F.);
-#576 = EDGE_LOOP('',(#577));
-#577 = ORIENTED_EDGE('',*,*,#578,.T.);
-#578 = EDGE_CURVE('',#579,#579,#581,.T.);
-#579 = VERTEX_POINT('',#580);
-#580 = CARTESIAN_POINT('',(85.625,-44.02,0.));
-#581 = CIRCLE('',#582,0.45);
-#582 = AXIS2_PLACEMENT_3D('',#583,#584,#585);
-#583 = CARTESIAN_POINT('',(85.625,-43.57,0.));
-#584 = DIRECTION('',(-0.,0.,-1.));
-#585 = DIRECTION('',(-0.,-1.,0.));
-#586 = FACE_BOUND('',#587,.F.);
-#587 = EDGE_LOOP('',(#588));
-#588 = ORIENTED_EDGE('',*,*,#589,.T.);
-#589 = EDGE_CURVE('',#590,#590,#592,.T.);
-#590 = VERTEX_POINT('',#591);
-#591 = CARTESIAN_POINT('',(88.165,-44.02,0.));
-#592 = CIRCLE('',#593,0.45);
-#593 = AXIS2_PLACEMENT_3D('',#594,#595,#596);
-#594 = CARTESIAN_POINT('',(88.165,-43.57,0.));
-#595 = DIRECTION('',(-0.,0.,-1.));
-#596 = DIRECTION('',(3.157967714489E-14,-1.,-0.));
-#597 = FACE_BOUND('',#598,.F.);
-#598 = EDGE_LOOP('',(#599));
-#599 = ORIENTED_EDGE('',*,*,#600,.T.);
-#600 = EDGE_CURVE('',#601,#601,#603,.T.);
-#601 = VERTEX_POINT('',#602);
-#602 = CARTESIAN_POINT('',(90.705,-44.02,0.));
-#603 = CIRCLE('',#604,0.45);
-#604 = AXIS2_PLACEMENT_3D('',#605,#606,#607);
-#605 = CARTESIAN_POINT('',(90.705,-43.57,0.));
-#606 = DIRECTION('',(-0.,0.,-1.));
-#607 = DIRECTION('',(-0.,-1.,0.));
-#608 = FACE_BOUND('',#609,.F.);
-#609 = EDGE_LOOP('',(#610));
-#610 = ORIENTED_EDGE('',*,*,#611,.T.);
-#611 = EDGE_CURVE('',#612,#612,#614,.T.);
-#612 = VERTEX_POINT('',#613);
-#613 = CARTESIAN_POINT('',(93.245,-44.02,0.));
-#614 = CIRCLE('',#615,0.45);
-#615 = AXIS2_PLACEMENT_3D('',#616,#617,#618);
-#616 = CARTESIAN_POINT('',(93.245,-43.57,0.));
-#617 = DIRECTION('',(-0.,0.,-1.));
-#618 = DIRECTION('',(-0.,-1.,0.));
-#619 = FACE_BOUND('',#620,.F.);
-#620 = EDGE_LOOP('',(#621));
-#621 = ORIENTED_EDGE('',*,*,#622,.T.);
-#622 = EDGE_CURVE('',#623,#623,#625,.T.);
-#623 = VERTEX_POINT('',#624);
-#624 = CARTESIAN_POINT('',(95.785,-44.02,0.));
-#625 = CIRCLE('',#626,0.45);
-#626 = AXIS2_PLACEMENT_3D('',#627,#628,#629);
-#627 = CARTESIAN_POINT('',(95.785,-43.57,0.));
-#628 = DIRECTION('',(-0.,0.,-1.));
-#629 = DIRECTION('',(-0.,-1.,0.));
-#630 = FACE_BOUND('',#631,.F.);
-#631 = EDGE_LOOP('',(#632));
-#632 = ORIENTED_EDGE('',*,*,#633,.T.);
-#633 = EDGE_CURVE('',#634,#634,#636,.T.);
-#634 = VERTEX_POINT('',#635);
-#635 = CARTESIAN_POINT('',(98.325,-44.02,0.));
-#636 = CIRCLE('',#637,0.45);
-#637 = AXIS2_PLACEMENT_3D('',#638,#639,#640);
-#638 = CARTESIAN_POINT('',(98.325,-43.57,0.));
-#639 = DIRECTION('',(-0.,0.,-1.));
-#640 = DIRECTION('',(-0.,-1.,0.));
-#641 = FACE_BOUND('',#642,.F.);
-#642 = EDGE_LOOP('',(#643));
-#643 = ORIENTED_EDGE('',*,*,#644,.T.);
-#644 = EDGE_CURVE('',#645,#645,#647,.T.);
-#645 = VERTEX_POINT('',#646);
-#646 = CARTESIAN_POINT('',(100.865,-44.02,0.));
-#647 = CIRCLE('',#648,0.45);
-#648 = AXIS2_PLACEMENT_3D('',#649,#650,#651);
-#649 = CARTESIAN_POINT('',(100.865,-43.57,0.));
-#650 = DIRECTION('',(-0.,0.,-1.));
-#651 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#652 = FACE_BOUND('',#653,.F.);
-#653 = EDGE_LOOP('',(#654));
-#654 = ORIENTED_EDGE('',*,*,#655,.T.);
-#655 = EDGE_CURVE('',#656,#656,#658,.T.);
-#656 = VERTEX_POINT('',#657);
-#657 = CARTESIAN_POINT('',(103.405,-44.02,0.));
-#658 = CIRCLE('',#659,0.45);
-#659 = AXIS2_PLACEMENT_3D('',#660,#661,#662);
-#660 = CARTESIAN_POINT('',(103.405,-43.57,0.));
-#661 = DIRECTION('',(-0.,0.,-1.));
-#662 = DIRECTION('',(-0.,-1.,0.));
-#663 = FACE_BOUND('',#664,.F.);
-#664 = EDGE_LOOP('',(#665));
-#665 = ORIENTED_EDGE('',*,*,#666,.T.);
-#666 = EDGE_CURVE('',#667,#667,#669,.T.);
-#667 = VERTEX_POINT('',#668);
-#668 = CARTESIAN_POINT('',(105.945,-44.02,0.));
-#669 = CIRCLE('',#670,0.45);
-#670 = AXIS2_PLACEMENT_3D('',#671,#672,#673);
-#671 = CARTESIAN_POINT('',(105.945,-43.57,0.));
-#672 = DIRECTION('',(-0.,0.,-1.));
-#673 = DIRECTION('',(-0.,-1.,0.));
-#674 = FACE_BOUND('',#675,.F.);
-#675 = EDGE_LOOP('',(#676));
-#676 = ORIENTED_EDGE('',*,*,#677,.T.);
-#677 = EDGE_CURVE('',#678,#678,#680,.T.);
-#678 = VERTEX_POINT('',#679);
-#679 = CARTESIAN_POINT('',(108.485,-44.02,0.));
-#680 = CIRCLE('',#681,0.45);
-#681 = AXIS2_PLACEMENT_3D('',#682,#683,#684);
-#682 = CARTESIAN_POINT('',(108.485,-43.57,0.));
-#683 = DIRECTION('',(-0.,0.,-1.));
-#684 = DIRECTION('',(-0.,-1.,0.));
-#685 = FACE_BOUND('',#686,.F.);
-#686 = EDGE_LOOP('',(#687));
-#687 = ORIENTED_EDGE('',*,*,#688,.T.);
-#688 = EDGE_CURVE('',#689,#689,#691,.T.);
-#689 = VERTEX_POINT('',#690);
-#690 = CARTESIAN_POINT('',(117.64,-52.59,0.));
-#691 = CIRCLE('',#692,0.4);
-#692 = AXIS2_PLACEMENT_3D('',#693,#694,#695);
-#693 = CARTESIAN_POINT('',(117.64,-52.19,0.));
-#694 = DIRECTION('',(-0.,0.,-1.));
-#695 = DIRECTION('',(-0.,-1.,0.));
-#696 = FACE_BOUND('',#697,.F.);
-#697 = EDGE_LOOP('',(#698));
-#698 = ORIENTED_EDGE('',*,*,#699,.T.);
-#699 = EDGE_CURVE('',#700,#700,#702,.T.);
-#700 = VERTEX_POINT('',#701);
-#701 = CARTESIAN_POINT('',(130.34,-52.59,0.));
-#702 = CIRCLE('',#703,0.4);
-#703 = AXIS2_PLACEMENT_3D('',#704,#705,#706);
-#704 = CARTESIAN_POINT('',(130.34,-52.19,0.));
-#705 = DIRECTION('',(-0.,0.,-1.));
-#706 = DIRECTION('',(-0.,-1.,0.));
-#707 = FACE_BOUND('',#708,.F.);
-#708 = EDGE_LOOP('',(#709));
-#709 = ORIENTED_EDGE('',*,*,#710,.T.);
-#710 = EDGE_CURVE('',#711,#711,#713,.T.);
-#711 = VERTEX_POINT('',#712);
-#712 = CARTESIAN_POINT('',(117.64,-50.05,0.));
-#713 = CIRCLE('',#714,0.4);
-#714 = AXIS2_PLACEMENT_3D('',#715,#716,#717);
-#715 = CARTESIAN_POINT('',(117.64,-49.65,0.));
-#716 = DIRECTION('',(-0.,0.,-1.));
-#717 = DIRECTION('',(-0.,-1.,0.));
-#718 = FACE_BOUND('',#719,.F.);
-#719 = EDGE_LOOP('',(#720));
-#720 = ORIENTED_EDGE('',*,*,#721,.T.);
-#721 = EDGE_CURVE('',#722,#722,#724,.T.);
-#722 = VERTEX_POINT('',#723);
-#723 = CARTESIAN_POINT('',(130.34,-50.05,0.));
-#724 = CIRCLE('',#725,0.4);
-#725 = AXIS2_PLACEMENT_3D('',#726,#727,#728);
-#726 = CARTESIAN_POINT('',(130.34,-49.65,0.));
-#727 = DIRECTION('',(-0.,0.,-1.));
-#728 = DIRECTION('',(-0.,-1.,0.));
-#729 = FACE_BOUND('',#730,.F.);
-#730 = EDGE_LOOP('',(#731));
-#731 = ORIENTED_EDGE('',*,*,#732,.T.);
-#732 = EDGE_CURVE('',#733,#733,#735,.T.);
-#733 = VERTEX_POINT('',#734);
-#734 = CARTESIAN_POINT('',(139.,-54.77,0.));
-#735 = CIRCLE('',#736,0.5);
-#736 = AXIS2_PLACEMENT_3D('',#737,#738,#739);
-#737 = CARTESIAN_POINT('',(139.,-54.27,0.));
-#738 = DIRECTION('',(-0.,0.,-1.));
-#739 = DIRECTION('',(-0.,-1.,0.));
-#740 = FACE_BOUND('',#741,.F.);
-#741 = EDGE_LOOP('',(#742));
-#742 = ORIENTED_EDGE('',*,*,#743,.T.);
-#743 = EDGE_CURVE('',#744,#744,#746,.T.);
-#744 = VERTEX_POINT('',#745);
-#745 = CARTESIAN_POINT('',(139.,-52.23,0.));
-#746 = CIRCLE('',#747,0.5);
-#747 = AXIS2_PLACEMENT_3D('',#748,#749,#750);
-#748 = CARTESIAN_POINT('',(139.,-51.73,0.));
-#749 = DIRECTION('',(-0.,0.,-1.));
-#750 = DIRECTION('',(-0.,-1.,0.));
-#751 = FACE_BOUND('',#752,.F.);
-#752 = EDGE_LOOP('',(#753));
-#753 = ORIENTED_EDGE('',*,*,#754,.T.);
-#754 = EDGE_CURVE('',#755,#755,#757,.T.);
-#755 = VERTEX_POINT('',#756);
-#756 = CARTESIAN_POINT('',(148.7,-53.475,0.));
-#757 = CIRCLE('',#758,0.475);
-#758 = AXIS2_PLACEMENT_3D('',#759,#760,#761);
-#759 = CARTESIAN_POINT('',(148.7,-53.,0.));
-#760 = DIRECTION('',(-0.,0.,-1.));
-#761 = DIRECTION('',(-0.,-1.,0.));
-#762 = FACE_BOUND('',#763,.F.);
-#763 = EDGE_LOOP('',(#764));
-#764 = ORIENTED_EDGE('',*,*,#765,.T.);
-#765 = EDGE_CURVE('',#766,#766,#768,.T.);
-#766 = VERTEX_POINT('',#767);
-#767 = CARTESIAN_POINT('',(139.,-49.69,0.));
-#768 = CIRCLE('',#769,0.5);
-#769 = AXIS2_PLACEMENT_3D('',#770,#771,#772);
-#770 = CARTESIAN_POINT('',(139.,-49.19,0.));
-#771 = DIRECTION('',(-0.,0.,-1.));
-#772 = DIRECTION('',(-0.,-1.,0.));
-#773 = FACE_BOUND('',#774,.F.);
-#774 = EDGE_LOOP('',(#775));
-#775 = ORIENTED_EDGE('',*,*,#776,.T.);
-#776 = EDGE_CURVE('',#777,#777,#779,.T.);
-#777 = VERTEX_POINT('',#778);
-#778 = CARTESIAN_POINT('',(148.7,-50.975,0.));
-#779 = CIRCLE('',#780,0.475);
-#780 = AXIS2_PLACEMENT_3D('',#781,#782,#783);
-#781 = CARTESIAN_POINT('',(148.7,-50.5,0.));
-#782 = DIRECTION('',(-0.,0.,-1.));
-#783 = DIRECTION('',(-0.,-1.,0.));
-#784 = FACE_BOUND('',#785,.F.);
-#785 = EDGE_LOOP('',(#786));
-#786 = ORIENTED_EDGE('',*,*,#787,.T.);
-#787 = EDGE_CURVE('',#788,#788,#790,.T.);
-#788 = VERTEX_POINT('',#789);
-#789 = CARTESIAN_POINT('',(117.64,-47.51,0.));
-#790 = CIRCLE('',#791,0.4);
-#791 = AXIS2_PLACEMENT_3D('',#792,#793,#794);
-#792 = CARTESIAN_POINT('',(117.64,-47.11,0.));
-#793 = DIRECTION('',(-0.,0.,-1.));
-#794 = DIRECTION('',(-0.,-1.,0.));
-#795 = FACE_BOUND('',#796,.F.);
-#796 = EDGE_LOOP('',(#797));
-#797 = ORIENTED_EDGE('',*,*,#798,.T.);
-#798 = EDGE_CURVE('',#799,#799,#801,.T.);
-#799 = VERTEX_POINT('',#800);
-#800 = CARTESIAN_POINT('',(130.34,-47.51,0.));
-#801 = CIRCLE('',#802,0.4);
-#802 = AXIS2_PLACEMENT_3D('',#803,#804,#805);
-#803 = CARTESIAN_POINT('',(130.34,-47.11,0.));
-#804 = DIRECTION('',(-0.,0.,-1.));
-#805 = DIRECTION('',(-0.,-1.,0.));
-#806 = FACE_BOUND('',#807,.F.);
-#807 = EDGE_LOOP('',(#808));
-#808 = ORIENTED_EDGE('',*,*,#809,.T.);
-#809 = EDGE_CURVE('',#810,#810,#812,.T.);
-#810 = VERTEX_POINT('',#811);
-#811 = CARTESIAN_POINT('',(111.025,-44.02,0.));
-#812 = CIRCLE('',#813,0.45);
-#813 = AXIS2_PLACEMENT_3D('',#814,#815,#816);
-#814 = CARTESIAN_POINT('',(111.025,-43.57,0.));
-#815 = DIRECTION('',(-0.,0.,-1.));
-#816 = DIRECTION('',(-0.,-1.,0.));
-#817 = FACE_BOUND('',#818,.F.);
-#818 = EDGE_LOOP('',(#819));
-#819 = ORIENTED_EDGE('',*,*,#820,.T.);
-#820 = EDGE_CURVE('',#821,#821,#823,.T.);
-#821 = VERTEX_POINT('',#822);
-#822 = CARTESIAN_POINT('',(113.565,-44.02,0.));
-#823 = CIRCLE('',#824,0.45);
-#824 = AXIS2_PLACEMENT_3D('',#825,#826,#827);
-#825 = CARTESIAN_POINT('',(113.565,-43.57,0.));
-#826 = DIRECTION('',(-0.,0.,-1.));
-#827 = DIRECTION('',(-0.,-1.,0.));
-#828 = FACE_BOUND('',#829,.F.);
-#829 = EDGE_LOOP('',(#830));
-#830 = ORIENTED_EDGE('',*,*,#831,.T.);
-#831 = EDGE_CURVE('',#832,#832,#834,.T.);
-#832 = VERTEX_POINT('',#833);
-#833 = CARTESIAN_POINT('',(153.,-45.6,0.));
-#834 = CIRCLE('',#835,1.6);
-#835 = AXIS2_PLACEMENT_3D('',#836,#837,#838);
-#836 = CARTESIAN_POINT('',(153.,-44.,0.));
-#837 = DIRECTION('',(-0.,0.,-1.));
-#838 = DIRECTION('',(-0.,-1.,0.));
-#839 = PLANE('',#840);
-#840 = AXIS2_PLACEMENT_3D('',#841,#842,#843);
-#841 = CARTESIAN_POINT('',(0.,0.,0.));
-#842 = DIRECTION('',(0.,0.,1.));
-#843 = DIRECTION('',(1.,0.,-0.));
-#844 = ADVANCED_FACE('',(#845,#891,#902,#913,#924,#935,#946,#957,#968,
- #979,#990,#1001,#1012,#1023,#1034,#1045,#1056,#1067,#1078,#1089,
- #1100,#1111,#1122,#1133,#1144,#1155,#1166,#1177,#1188,#1199,#1210,
- #1221,#1232,#1243,#1254,#1265,#1276,#1287,#1298,#1309,#1320,#1331,
- #1342,#1353,#1364,#1375,#1386,#1397,#1408,#1419,#1430,#1441,#1452,
- #1463,#1474,#1485,#1496,#1507,#1518,#1529,#1540),#1551,.T.);
-#845 = FACE_BOUND('',#846,.T.);
-#846 = EDGE_LOOP('',(#847,#848,#849,#858,#866,#875,#883,#890));
-#847 = ORIENTED_EDGE('',*,*,#42,.F.);
-#848 = ORIENTED_EDGE('',*,*,#84,.F.);
-#849 = ORIENTED_EDGE('',*,*,#850,.F.);
-#850 = EDGE_CURVE('',#851,#77,#853,.T.);
-#851 = VERTEX_POINT('',#852);
-#852 = CARTESIAN_POINT('',(60.,-40.,1.51));
-#853 = CIRCLE('',#854,3.000001172987);
-#854 = AXIS2_PLACEMENT_3D('',#855,#856,#857);
-#855 = CARTESIAN_POINT('',(63.000001172987,-40.00000117298,1.51));
-#856 = DIRECTION('',(0.,0.,-1.));
-#857 = DIRECTION('',(-1.,3.909953663434E-07,0.));
-#858 = ORIENTED_EDGE('',*,*,#859,.F.);
-#859 = EDGE_CURVE('',#860,#851,#862,.T.);
-#860 = VERTEX_POINT('',#861);
-#861 = CARTESIAN_POINT('',(60.,-69.,1.51));
-#862 = LINE('',#863,#864);
-#863 = CARTESIAN_POINT('',(60.,-69.,1.51));
-#864 = VECTOR('',#865,1.);
-#865 = DIRECTION('',(0.,1.,0.));
-#866 = ORIENTED_EDGE('',*,*,#867,.F.);
-#867 = EDGE_CURVE('',#868,#860,#870,.T.);
-#868 = VERTEX_POINT('',#869);
-#869 = CARTESIAN_POINT('',(63.,-72.,1.51));
-#870 = CIRCLE('',#871,3.000001172987);
-#871 = AXIS2_PLACEMENT_3D('',#872,#873,#874);
-#872 = CARTESIAN_POINT('',(63.000001172987,-68.99999882701,1.51));
-#873 = DIRECTION('',(0.,0.,-1.));
-#874 = DIRECTION('',(-3.909953663434E-07,-1.,-0.));
-#875 = ORIENTED_EDGE('',*,*,#876,.F.);
-#876 = EDGE_CURVE('',#877,#868,#879,.T.);
-#877 = VERTEX_POINT('',#878);
-#878 = CARTESIAN_POINT('',(157.,-72.,1.51));
-#879 = LINE('',#880,#881);
-#880 = CARTESIAN_POINT('',(157.,-72.,1.51));
-#881 = VECTOR('',#882,1.);
-#882 = DIRECTION('',(-1.,0.,0.));
-#883 = ORIENTED_EDGE('',*,*,#884,.F.);
-#884 = EDGE_CURVE('',#107,#877,#885,.T.);
-#885 = CIRCLE('',#886,3.000001172987);
-#886 = AXIS2_PLACEMENT_3D('',#887,#888,#889);
-#887 = CARTESIAN_POINT('',(156.99999882701,-68.99999882701,1.51));
-#888 = DIRECTION('',(0.,0.,-1.));
-#889 = DIRECTION('',(1.,-3.909953663434E-07,0.));
-#890 = ORIENTED_EDGE('',*,*,#106,.F.);
-#891 = FACE_BOUND('',#892,.T.);
-#892 = EDGE_LOOP('',(#893));
-#893 = ORIENTED_EDGE('',*,*,#894,.T.);
-#894 = EDGE_CURVE('',#895,#895,#897,.T.);
-#895 = VERTEX_POINT('',#896);
-#896 = CARTESIAN_POINT('',(67.,-66.6,1.51));
-#897 = CIRCLE('',#898,1.6);
-#898 = AXIS2_PLACEMENT_3D('',#899,#900,#901);
-#899 = CARTESIAN_POINT('',(67.,-65.,1.51));
-#900 = DIRECTION('',(-0.,0.,-1.));
-#901 = DIRECTION('',(-0.,-1.,0.));
-#902 = FACE_BOUND('',#903,.T.);
-#903 = EDGE_LOOP('',(#904));
-#904 = ORIENTED_EDGE('',*,*,#905,.T.);
-#905 = EDGE_CURVE('',#906,#906,#908,.T.);
-#906 = VERTEX_POINT('',#907);
-#907 = CARTESIAN_POINT('',(78.005,-66.88,1.51));
-#908 = CIRCLE('',#909,0.45);
-#909 = AXIS2_PLACEMENT_3D('',#910,#911,#912);
-#910 = CARTESIAN_POINT('',(78.005,-66.43,1.51));
-#911 = DIRECTION('',(-0.,0.,-1.));
-#912 = DIRECTION('',(-0.,-1.,0.));
-#913 = FACE_BOUND('',#914,.T.);
-#914 = EDGE_LOOP('',(#915));
-#915 = ORIENTED_EDGE('',*,*,#916,.T.);
-#916 = EDGE_CURVE('',#917,#917,#919,.T.);
-#917 = VERTEX_POINT('',#918);
-#918 = CARTESIAN_POINT('',(80.545,-66.88,1.51));
-#919 = CIRCLE('',#920,0.45);
-#920 = AXIS2_PLACEMENT_3D('',#921,#922,#923);
-#921 = CARTESIAN_POINT('',(80.545,-66.43,1.51));
-#922 = DIRECTION('',(-0.,0.,-1.));
-#923 = DIRECTION('',(-0.,-1.,0.));
-#924 = FACE_BOUND('',#925,.T.);
-#925 = EDGE_LOOP('',(#926));
-#926 = ORIENTED_EDGE('',*,*,#927,.T.);
-#927 = EDGE_CURVE('',#928,#928,#930,.T.);
-#928 = VERTEX_POINT('',#929);
-#929 = CARTESIAN_POINT('',(83.085,-66.88,1.51));
-#930 = CIRCLE('',#931,0.45);
-#931 = AXIS2_PLACEMENT_3D('',#932,#933,#934);
-#932 = CARTESIAN_POINT('',(83.085,-66.43,1.51));
-#933 = DIRECTION('',(-0.,0.,-1.));
-#934 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#935 = FACE_BOUND('',#936,.T.);
-#936 = EDGE_LOOP('',(#937));
-#937 = ORIENTED_EDGE('',*,*,#938,.T.);
-#938 = EDGE_CURVE('',#939,#939,#941,.T.);
-#939 = VERTEX_POINT('',#940);
-#940 = CARTESIAN_POINT('',(85.625,-66.88,1.51));
-#941 = CIRCLE('',#942,0.45);
-#942 = AXIS2_PLACEMENT_3D('',#943,#944,#945);
-#943 = CARTESIAN_POINT('',(85.625,-66.43,1.51));
-#944 = DIRECTION('',(-0.,0.,-1.));
-#945 = DIRECTION('',(-0.,-1.,0.));
-#946 = FACE_BOUND('',#947,.T.);
-#947 = EDGE_LOOP('',(#948));
-#948 = ORIENTED_EDGE('',*,*,#949,.T.);
-#949 = EDGE_CURVE('',#950,#950,#952,.T.);
-#950 = VERTEX_POINT('',#951);
-#951 = CARTESIAN_POINT('',(88.165,-66.88,1.51));
-#952 = CIRCLE('',#953,0.45);
-#953 = AXIS2_PLACEMENT_3D('',#954,#955,#956);
-#954 = CARTESIAN_POINT('',(88.165,-66.43,1.51));
-#955 = DIRECTION('',(-0.,0.,-1.));
-#956 = DIRECTION('',(3.157967714489E-14,-1.,-0.));
-#957 = FACE_BOUND('',#958,.T.);
-#958 = EDGE_LOOP('',(#959));
-#959 = ORIENTED_EDGE('',*,*,#960,.T.);
-#960 = EDGE_CURVE('',#961,#961,#963,.T.);
-#961 = VERTEX_POINT('',#962);
-#962 = CARTESIAN_POINT('',(90.705,-66.88,1.51));
-#963 = CIRCLE('',#964,0.45);
-#964 = AXIS2_PLACEMENT_3D('',#965,#966,#967);
-#965 = CARTESIAN_POINT('',(90.705,-66.43,1.51));
-#966 = DIRECTION('',(-0.,0.,-1.));
-#967 = DIRECTION('',(-0.,-1.,0.));
-#968 = FACE_BOUND('',#969,.T.);
-#969 = EDGE_LOOP('',(#970));
-#970 = ORIENTED_EDGE('',*,*,#971,.T.);
-#971 = EDGE_CURVE('',#972,#972,#974,.T.);
-#972 = VERTEX_POINT('',#973);
-#973 = CARTESIAN_POINT('',(93.245,-66.88,1.51));
-#974 = CIRCLE('',#975,0.45);
-#975 = AXIS2_PLACEMENT_3D('',#976,#977,#978);
-#976 = CARTESIAN_POINT('',(93.245,-66.43,1.51));
-#977 = DIRECTION('',(-0.,0.,-1.));
-#978 = DIRECTION('',(-0.,-1.,0.));
-#979 = FACE_BOUND('',#980,.T.);
-#980 = EDGE_LOOP('',(#981));
-#981 = ORIENTED_EDGE('',*,*,#982,.T.);
-#982 = EDGE_CURVE('',#983,#983,#985,.T.);
-#983 = VERTEX_POINT('',#984);
-#984 = CARTESIAN_POINT('',(95.785,-66.88,1.51));
-#985 = CIRCLE('',#986,0.45);
-#986 = AXIS2_PLACEMENT_3D('',#987,#988,#989);
-#987 = CARTESIAN_POINT('',(95.785,-66.43,1.51));
-#988 = DIRECTION('',(-0.,0.,-1.));
-#989 = DIRECTION('',(-0.,-1.,0.));
-#990 = FACE_BOUND('',#991,.T.);
-#991 = EDGE_LOOP('',(#992));
-#992 = ORIENTED_EDGE('',*,*,#993,.T.);
-#993 = EDGE_CURVE('',#994,#994,#996,.T.);
-#994 = VERTEX_POINT('',#995);
-#995 = CARTESIAN_POINT('',(98.325,-66.88,1.51));
-#996 = CIRCLE('',#997,0.45);
-#997 = AXIS2_PLACEMENT_3D('',#998,#999,#1000);
-#998 = CARTESIAN_POINT('',(98.325,-66.43,1.51));
-#999 = DIRECTION('',(-0.,0.,-1.));
-#1000 = DIRECTION('',(-0.,-1.,0.));
-#1001 = FACE_BOUND('',#1002,.T.);
-#1002 = EDGE_LOOP('',(#1003));
-#1003 = ORIENTED_EDGE('',*,*,#1004,.T.);
-#1004 = EDGE_CURVE('',#1005,#1005,#1007,.T.);
-#1005 = VERTEX_POINT('',#1006);
-#1006 = CARTESIAN_POINT('',(100.865,-66.88,1.51));
-#1007 = CIRCLE('',#1008,0.45);
-#1008 = AXIS2_PLACEMENT_3D('',#1009,#1010,#1011);
-#1009 = CARTESIAN_POINT('',(100.865,-66.43,1.51));
-#1010 = DIRECTION('',(-0.,0.,-1.));
-#1011 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#1012 = FACE_BOUND('',#1013,.T.);
-#1013 = EDGE_LOOP('',(#1014));
-#1014 = ORIENTED_EDGE('',*,*,#1015,.T.);
-#1015 = EDGE_CURVE('',#1016,#1016,#1018,.T.);
-#1016 = VERTEX_POINT('',#1017);
-#1017 = CARTESIAN_POINT('',(103.405,-66.88,1.51));
-#1018 = CIRCLE('',#1019,0.45);
-#1019 = AXIS2_PLACEMENT_3D('',#1020,#1021,#1022);
-#1020 = CARTESIAN_POINT('',(103.405,-66.43,1.51));
-#1021 = DIRECTION('',(-0.,0.,-1.));
-#1022 = DIRECTION('',(-0.,-1.,0.));
-#1023 = FACE_BOUND('',#1024,.T.);
-#1024 = EDGE_LOOP('',(#1025));
-#1025 = ORIENTED_EDGE('',*,*,#1026,.T.);
-#1026 = EDGE_CURVE('',#1027,#1027,#1029,.T.);
-#1027 = VERTEX_POINT('',#1028);
-#1028 = CARTESIAN_POINT('',(105.945,-66.88,1.51));
-#1029 = CIRCLE('',#1030,0.45);
-#1030 = AXIS2_PLACEMENT_3D('',#1031,#1032,#1033);
-#1031 = CARTESIAN_POINT('',(105.945,-66.43,1.51));
-#1032 = DIRECTION('',(-0.,0.,-1.));
-#1033 = DIRECTION('',(-0.,-1.,0.));
-#1034 = FACE_BOUND('',#1035,.T.);
-#1035 = EDGE_LOOP('',(#1036));
-#1036 = ORIENTED_EDGE('',*,*,#1037,.T.);
-#1037 = EDGE_CURVE('',#1038,#1038,#1040,.T.);
-#1038 = VERTEX_POINT('',#1039);
-#1039 = CARTESIAN_POINT('',(108.485,-66.88,1.51));
-#1040 = CIRCLE('',#1041,0.45);
-#1041 = AXIS2_PLACEMENT_3D('',#1042,#1043,#1044);
-#1042 = CARTESIAN_POINT('',(108.485,-66.43,1.51));
-#1043 = DIRECTION('',(-0.,0.,-1.));
-#1044 = DIRECTION('',(-0.,-1.,0.));
-#1045 = FACE_BOUND('',#1046,.T.);
-#1046 = EDGE_LOOP('',(#1047));
-#1047 = ORIENTED_EDGE('',*,*,#1048,.T.);
-#1048 = EDGE_CURVE('',#1049,#1049,#1051,.T.);
-#1049 = VERTEX_POINT('',#1050);
-#1050 = CARTESIAN_POINT('',(111.025,-66.88,1.51));
-#1051 = CIRCLE('',#1052,0.45);
-#1052 = AXIS2_PLACEMENT_3D('',#1053,#1054,#1055);
-#1053 = CARTESIAN_POINT('',(111.025,-66.43,1.51));
-#1054 = DIRECTION('',(-0.,0.,-1.));
-#1055 = DIRECTION('',(-0.,-1.,0.));
-#1056 = FACE_BOUND('',#1057,.T.);
-#1057 = EDGE_LOOP('',(#1058));
-#1058 = ORIENTED_EDGE('',*,*,#1059,.T.);
-#1059 = EDGE_CURVE('',#1060,#1060,#1062,.T.);
-#1060 = VERTEX_POINT('',#1061);
-#1061 = CARTESIAN_POINT('',(113.565,-66.88,1.51));
-#1062 = CIRCLE('',#1063,0.45);
-#1063 = AXIS2_PLACEMENT_3D('',#1064,#1065,#1066);
-#1064 = CARTESIAN_POINT('',(113.565,-66.43,1.51));
-#1065 = DIRECTION('',(-0.,0.,-1.));
-#1066 = DIRECTION('',(-0.,-1.,0.));
-#1067 = FACE_BOUND('',#1068,.T.);
-#1068 = EDGE_LOOP('',(#1069));
-#1069 = ORIENTED_EDGE('',*,*,#1070,.T.);
-#1070 = EDGE_CURVE('',#1071,#1071,#1073,.T.);
-#1071 = VERTEX_POINT('',#1072);
-#1072 = CARTESIAN_POINT('',(117.64,-65.29,1.51));
-#1073 = CIRCLE('',#1074,0.4);
-#1074 = AXIS2_PLACEMENT_3D('',#1075,#1076,#1077);
-#1075 = CARTESIAN_POINT('',(117.64,-64.89,1.51));
-#1076 = DIRECTION('',(-0.,0.,-1.));
-#1077 = DIRECTION('',(-0.,-1.,0.));
-#1078 = FACE_BOUND('',#1079,.T.);
-#1079 = EDGE_LOOP('',(#1080));
-#1080 = ORIENTED_EDGE('',*,*,#1081,.T.);
-#1081 = EDGE_CURVE('',#1082,#1082,#1084,.T.);
-#1082 = VERTEX_POINT('',#1083);
-#1083 = CARTESIAN_POINT('',(130.34,-65.29,1.51));
-#1084 = CIRCLE('',#1085,0.4);
-#1085 = AXIS2_PLACEMENT_3D('',#1086,#1087,#1088);
-#1086 = CARTESIAN_POINT('',(130.34,-64.89,1.51));
-#1087 = DIRECTION('',(-0.,0.,-1.));
-#1088 = DIRECTION('',(-0.,-1.,0.));
-#1089 = FACE_BOUND('',#1090,.T.);
-#1090 = EDGE_LOOP('',(#1091));
-#1091 = ORIENTED_EDGE('',*,*,#1092,.T.);
-#1092 = EDGE_CURVE('',#1093,#1093,#1095,.T.);
-#1093 = VERTEX_POINT('',#1094);
-#1094 = CARTESIAN_POINT('',(117.64,-62.75,1.51));
-#1095 = CIRCLE('',#1096,0.4);
-#1096 = AXIS2_PLACEMENT_3D('',#1097,#1098,#1099);
-#1097 = CARTESIAN_POINT('',(117.64,-62.35,1.51));
-#1098 = DIRECTION('',(-0.,0.,-1.));
-#1099 = DIRECTION('',(-0.,-1.,0.));
-#1100 = FACE_BOUND('',#1101,.T.);
-#1101 = EDGE_LOOP('',(#1102));
-#1102 = ORIENTED_EDGE('',*,*,#1103,.T.);
-#1103 = EDGE_CURVE('',#1104,#1104,#1106,.T.);
-#1104 = VERTEX_POINT('',#1105);
-#1105 = CARTESIAN_POINT('',(130.34,-62.75,1.51));
-#1106 = CIRCLE('',#1107,0.4);
-#1107 = AXIS2_PLACEMENT_3D('',#1108,#1109,#1110);
-#1108 = CARTESIAN_POINT('',(130.34,-62.35,1.51));
-#1109 = DIRECTION('',(-0.,0.,-1.));
-#1110 = DIRECTION('',(-0.,-1.,0.));
-#1111 = FACE_BOUND('',#1112,.T.);
-#1112 = EDGE_LOOP('',(#1113));
-#1113 = ORIENTED_EDGE('',*,*,#1114,.T.);
-#1114 = EDGE_CURVE('',#1115,#1115,#1117,.T.);
-#1115 = VERTEX_POINT('',#1116);
-#1116 = CARTESIAN_POINT('',(135.75,-66.6825,1.51));
-#1117 = CIRCLE('',#1118,0.65);
-#1118 = AXIS2_PLACEMENT_3D('',#1119,#1120,#1121);
-#1119 = CARTESIAN_POINT('',(135.75,-66.0325,1.51));
-#1120 = DIRECTION('',(-0.,0.,-1.));
-#1121 = DIRECTION('',(-0.,-1.,0.));
-#1122 = FACE_BOUND('',#1123,.T.);
-#1123 = EDGE_LOOP('',(#1124));
-#1124 = ORIENTED_EDGE('',*,*,#1125,.T.);
-#1125 = EDGE_CURVE('',#1126,#1126,#1128,.T.);
-#1126 = VERTEX_POINT('',#1127);
-#1127 = CARTESIAN_POINT('',(140.75,-66.6825,1.51));
-#1128 = CIRCLE('',#1129,0.65);
-#1129 = AXIS2_PLACEMENT_3D('',#1130,#1131,#1132);
-#1130 = CARTESIAN_POINT('',(140.75,-66.0325,1.51));
-#1131 = DIRECTION('',(-0.,0.,-1.));
-#1132 = DIRECTION('',(-0.,-1.,0.));
-#1133 = FACE_BOUND('',#1134,.T.);
-#1134 = EDGE_LOOP('',(#1135));
-#1135 = ORIENTED_EDGE('',*,*,#1136,.T.);
-#1136 = EDGE_CURVE('',#1137,#1137,#1139,.T.);
-#1137 = VERTEX_POINT('',#1138);
-#1138 = CARTESIAN_POINT('',(145.75,-66.6825,1.51));
-#1139 = CIRCLE('',#1140,0.65);
-#1140 = AXIS2_PLACEMENT_3D('',#1141,#1142,#1143);
-#1141 = CARTESIAN_POINT('',(145.75,-66.0325,1.51));
-#1142 = DIRECTION('',(-0.,0.,-1.));
-#1143 = DIRECTION('',(-0.,-1.,0.));
-#1144 = FACE_BOUND('',#1145,.T.);
-#1145 = EDGE_LOOP('',(#1146));
-#1146 = ORIENTED_EDGE('',*,*,#1147,.T.);
-#1147 = EDGE_CURVE('',#1148,#1148,#1150,.T.);
-#1148 = VERTEX_POINT('',#1149);
-#1149 = CARTESIAN_POINT('',(153.,-66.6,1.51));
-#1150 = CIRCLE('',#1151,1.6);
-#1151 = AXIS2_PLACEMENT_3D('',#1152,#1153,#1154);
-#1152 = CARTESIAN_POINT('',(153.,-65.,1.51));
-#1153 = DIRECTION('',(-0.,0.,-1.));
-#1154 = DIRECTION('',(-0.,-1.,0.));
-#1155 = FACE_BOUND('',#1156,.T.);
-#1156 = EDGE_LOOP('',(#1157));
-#1157 = ORIENTED_EDGE('',*,*,#1158,.T.);
-#1158 = EDGE_CURVE('',#1159,#1159,#1161,.T.);
-#1159 = VERTEX_POINT('',#1160);
-#1160 = CARTESIAN_POINT('',(117.64,-60.21,1.51));
-#1161 = CIRCLE('',#1162,0.4);
-#1162 = AXIS2_PLACEMENT_3D('',#1163,#1164,#1165);
-#1163 = CARTESIAN_POINT('',(117.64,-59.81,1.51));
-#1164 = DIRECTION('',(-0.,0.,-1.));
-#1165 = DIRECTION('',(-0.,-1.,0.));
-#1166 = FACE_BOUND('',#1167,.T.);
-#1167 = EDGE_LOOP('',(#1168));
-#1168 = ORIENTED_EDGE('',*,*,#1169,.T.);
-#1169 = EDGE_CURVE('',#1170,#1170,#1172,.T.);
-#1170 = VERTEX_POINT('',#1171);
-#1171 = CARTESIAN_POINT('',(130.34,-60.21,1.51));
-#1172 = CIRCLE('',#1173,0.4);
-#1173 = AXIS2_PLACEMENT_3D('',#1174,#1175,#1176);
-#1174 = CARTESIAN_POINT('',(130.34,-59.81,1.51));
-#1175 = DIRECTION('',(-0.,0.,-1.));
-#1176 = DIRECTION('',(-0.,-1.,0.));
-#1177 = FACE_BOUND('',#1178,.T.);
-#1178 = EDGE_LOOP('',(#1179));
-#1179 = ORIENTED_EDGE('',*,*,#1180,.T.);
-#1180 = EDGE_CURVE('',#1181,#1181,#1183,.T.);
-#1181 = VERTEX_POINT('',#1182);
-#1182 = CARTESIAN_POINT('',(117.64,-57.67,1.51));
-#1183 = CIRCLE('',#1184,0.4);
-#1184 = AXIS2_PLACEMENT_3D('',#1185,#1186,#1187);
-#1185 = CARTESIAN_POINT('',(117.64,-57.27,1.51));
-#1186 = DIRECTION('',(-0.,0.,-1.));
-#1187 = DIRECTION('',(-0.,-1.,0.));
-#1188 = FACE_BOUND('',#1189,.T.);
-#1189 = EDGE_LOOP('',(#1190));
-#1190 = ORIENTED_EDGE('',*,*,#1191,.T.);
-#1191 = EDGE_CURVE('',#1192,#1192,#1194,.T.);
-#1192 = VERTEX_POINT('',#1193);
-#1193 = CARTESIAN_POINT('',(117.64,-55.13,1.51));
-#1194 = CIRCLE('',#1195,0.4);
-#1195 = AXIS2_PLACEMENT_3D('',#1196,#1197,#1198);
-#1196 = CARTESIAN_POINT('',(117.64,-54.73,1.51));
-#1197 = DIRECTION('',(-0.,0.,-1.));
-#1198 = DIRECTION('',(-0.,-1.,0.));
-#1199 = FACE_BOUND('',#1200,.T.);
-#1200 = EDGE_LOOP('',(#1201));
-#1201 = ORIENTED_EDGE('',*,*,#1202,.T.);
-#1202 = EDGE_CURVE('',#1203,#1203,#1205,.T.);
-#1203 = VERTEX_POINT('',#1204);
-#1204 = CARTESIAN_POINT('',(130.34,-57.67,1.51));
-#1205 = CIRCLE('',#1206,0.4);
-#1206 = AXIS2_PLACEMENT_3D('',#1207,#1208,#1209);
-#1207 = CARTESIAN_POINT('',(130.34,-57.27,1.51));
-#1208 = DIRECTION('',(-0.,0.,-1.));
-#1209 = DIRECTION('',(-0.,-1.,0.));
-#1210 = FACE_BOUND('',#1211,.T.);
-#1211 = EDGE_LOOP('',(#1212));
-#1212 = ORIENTED_EDGE('',*,*,#1213,.T.);
-#1213 = EDGE_CURVE('',#1214,#1214,#1216,.T.);
-#1214 = VERTEX_POINT('',#1215);
-#1215 = CARTESIAN_POINT('',(130.34,-55.13,1.51));
-#1216 = CIRCLE('',#1217,0.4);
-#1217 = AXIS2_PLACEMENT_3D('',#1218,#1219,#1220);
-#1218 = CARTESIAN_POINT('',(130.34,-54.73,1.51));
-#1219 = DIRECTION('',(-0.,0.,-1.));
-#1220 = DIRECTION('',(-0.,-1.,0.));
-#1221 = FACE_BOUND('',#1222,.T.);
-#1222 = EDGE_LOOP('',(#1223));
-#1223 = ORIENTED_EDGE('',*,*,#1224,.T.);
-#1224 = EDGE_CURVE('',#1225,#1225,#1227,.T.);
-#1225 = VERTEX_POINT('',#1226);
-#1226 = CARTESIAN_POINT('',(139.,-57.31,1.51));
-#1227 = CIRCLE('',#1228,0.5);
-#1228 = AXIS2_PLACEMENT_3D('',#1229,#1230,#1231);
-#1229 = CARTESIAN_POINT('',(139.,-56.81,1.51));
-#1230 = DIRECTION('',(-0.,0.,-1.));
-#1231 = DIRECTION('',(-0.,-1.,0.));
-#1232 = FACE_BOUND('',#1233,.T.);
-#1233 = EDGE_LOOP('',(#1234));
-#1234 = ORIENTED_EDGE('',*,*,#1235,.T.);
-#1235 = EDGE_CURVE('',#1236,#1236,#1238,.T.);
-#1236 = VERTEX_POINT('',#1237);
-#1237 = CARTESIAN_POINT('',(148.7,-55.975,1.51));
-#1238 = CIRCLE('',#1239,0.475);
-#1239 = AXIS2_PLACEMENT_3D('',#1240,#1241,#1242);
-#1240 = CARTESIAN_POINT('',(148.7,-55.5,1.51));
-#1241 = DIRECTION('',(-0.,0.,-1.));
-#1242 = DIRECTION('',(-0.,-1.,0.));
-#1243 = FACE_BOUND('',#1244,.T.);
-#1244 = EDGE_LOOP('',(#1245));
-#1245 = ORIENTED_EDGE('',*,*,#1246,.T.);
-#1246 = EDGE_CURVE('',#1247,#1247,#1249,.T.);
-#1247 = VERTEX_POINT('',#1248);
-#1248 = CARTESIAN_POINT('',(67.,-45.6,1.51));
-#1249 = CIRCLE('',#1250,1.6);
-#1250 = AXIS2_PLACEMENT_3D('',#1251,#1252,#1253);
-#1251 = CARTESIAN_POINT('',(67.,-44.,1.51));
-#1252 = DIRECTION('',(-0.,0.,-1.));
-#1253 = DIRECTION('',(-0.,-1.,0.));
-#1254 = FACE_BOUND('',#1255,.T.);
-#1255 = EDGE_LOOP('',(#1256));
-#1256 = ORIENTED_EDGE('',*,*,#1257,.T.);
-#1257 = EDGE_CURVE('',#1258,#1258,#1260,.T.);
-#1258 = VERTEX_POINT('',#1259);
-#1259 = CARTESIAN_POINT('',(78.005,-44.02,1.51));
-#1260 = CIRCLE('',#1261,0.45);
-#1261 = AXIS2_PLACEMENT_3D('',#1262,#1263,#1264);
-#1262 = CARTESIAN_POINT('',(78.005,-43.57,1.51));
-#1263 = DIRECTION('',(-0.,0.,-1.));
-#1264 = DIRECTION('',(-0.,-1.,0.));
-#1265 = FACE_BOUND('',#1266,.T.);
-#1266 = EDGE_LOOP('',(#1267));
-#1267 = ORIENTED_EDGE('',*,*,#1268,.T.);
-#1268 = EDGE_CURVE('',#1269,#1269,#1271,.T.);
-#1269 = VERTEX_POINT('',#1270);
-#1270 = CARTESIAN_POINT('',(80.545,-44.02,1.51));
-#1271 = CIRCLE('',#1272,0.45);
-#1272 = AXIS2_PLACEMENT_3D('',#1273,#1274,#1275);
-#1273 = CARTESIAN_POINT('',(80.545,-43.57,1.51));
-#1274 = DIRECTION('',(-0.,0.,-1.));
-#1275 = DIRECTION('',(-0.,-1.,0.));
-#1276 = FACE_BOUND('',#1277,.T.);
-#1277 = EDGE_LOOP('',(#1278));
-#1278 = ORIENTED_EDGE('',*,*,#1279,.T.);
-#1279 = EDGE_CURVE('',#1280,#1280,#1282,.T.);
-#1280 = VERTEX_POINT('',#1281);
-#1281 = CARTESIAN_POINT('',(83.085,-44.02,1.51));
-#1282 = CIRCLE('',#1283,0.45);
-#1283 = AXIS2_PLACEMENT_3D('',#1284,#1285,#1286);
-#1284 = CARTESIAN_POINT('',(83.085,-43.57,1.51));
-#1285 = DIRECTION('',(-0.,0.,-1.));
-#1286 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#1287 = FACE_BOUND('',#1288,.T.);
-#1288 = EDGE_LOOP('',(#1289));
-#1289 = ORIENTED_EDGE('',*,*,#1290,.T.);
-#1290 = EDGE_CURVE('',#1291,#1291,#1293,.T.);
-#1291 = VERTEX_POINT('',#1292);
-#1292 = CARTESIAN_POINT('',(85.625,-44.02,1.51));
-#1293 = CIRCLE('',#1294,0.45);
-#1294 = AXIS2_PLACEMENT_3D('',#1295,#1296,#1297);
-#1295 = CARTESIAN_POINT('',(85.625,-43.57,1.51));
-#1296 = DIRECTION('',(-0.,0.,-1.));
-#1297 = DIRECTION('',(-0.,-1.,0.));
-#1298 = FACE_BOUND('',#1299,.T.);
-#1299 = EDGE_LOOP('',(#1300));
-#1300 = ORIENTED_EDGE('',*,*,#1301,.T.);
-#1301 = EDGE_CURVE('',#1302,#1302,#1304,.T.);
-#1302 = VERTEX_POINT('',#1303);
-#1303 = CARTESIAN_POINT('',(88.165,-44.02,1.51));
-#1304 = CIRCLE('',#1305,0.45);
-#1305 = AXIS2_PLACEMENT_3D('',#1306,#1307,#1308);
-#1306 = CARTESIAN_POINT('',(88.165,-43.57,1.51));
-#1307 = DIRECTION('',(-0.,0.,-1.));
-#1308 = DIRECTION('',(3.157967714489E-14,-1.,-0.));
-#1309 = FACE_BOUND('',#1310,.T.);
-#1310 = EDGE_LOOP('',(#1311));
-#1311 = ORIENTED_EDGE('',*,*,#1312,.T.);
-#1312 = EDGE_CURVE('',#1313,#1313,#1315,.T.);
-#1313 = VERTEX_POINT('',#1314);
-#1314 = CARTESIAN_POINT('',(90.705,-44.02,1.51));
-#1315 = CIRCLE('',#1316,0.45);
-#1316 = AXIS2_PLACEMENT_3D('',#1317,#1318,#1319);
-#1317 = CARTESIAN_POINT('',(90.705,-43.57,1.51));
-#1318 = DIRECTION('',(-0.,0.,-1.));
-#1319 = DIRECTION('',(-0.,-1.,0.));
-#1320 = FACE_BOUND('',#1321,.T.);
-#1321 = EDGE_LOOP('',(#1322));
-#1322 = ORIENTED_EDGE('',*,*,#1323,.T.);
-#1323 = EDGE_CURVE('',#1324,#1324,#1326,.T.);
-#1324 = VERTEX_POINT('',#1325);
-#1325 = CARTESIAN_POINT('',(93.245,-44.02,1.51));
-#1326 = CIRCLE('',#1327,0.45);
-#1327 = AXIS2_PLACEMENT_3D('',#1328,#1329,#1330);
-#1328 = CARTESIAN_POINT('',(93.245,-43.57,1.51));
-#1329 = DIRECTION('',(-0.,0.,-1.));
-#1330 = DIRECTION('',(-0.,-1.,0.));
-#1331 = FACE_BOUND('',#1332,.T.);
-#1332 = EDGE_LOOP('',(#1333));
-#1333 = ORIENTED_EDGE('',*,*,#1334,.T.);
-#1334 = EDGE_CURVE('',#1335,#1335,#1337,.T.);
-#1335 = VERTEX_POINT('',#1336);
-#1336 = CARTESIAN_POINT('',(95.785,-44.02,1.51));
-#1337 = CIRCLE('',#1338,0.45);
-#1338 = AXIS2_PLACEMENT_3D('',#1339,#1340,#1341);
-#1339 = CARTESIAN_POINT('',(95.785,-43.57,1.51));
-#1340 = DIRECTION('',(-0.,0.,-1.));
-#1341 = DIRECTION('',(-0.,-1.,0.));
-#1342 = FACE_BOUND('',#1343,.T.);
-#1343 = EDGE_LOOP('',(#1344));
-#1344 = ORIENTED_EDGE('',*,*,#1345,.T.);
-#1345 = EDGE_CURVE('',#1346,#1346,#1348,.T.);
-#1346 = VERTEX_POINT('',#1347);
-#1347 = CARTESIAN_POINT('',(98.325,-44.02,1.51));
-#1348 = CIRCLE('',#1349,0.45);
-#1349 = AXIS2_PLACEMENT_3D('',#1350,#1351,#1352);
-#1350 = CARTESIAN_POINT('',(98.325,-43.57,1.51));
-#1351 = DIRECTION('',(-0.,0.,-1.));
-#1352 = DIRECTION('',(-0.,-1.,0.));
-#1353 = FACE_BOUND('',#1354,.T.);
-#1354 = EDGE_LOOP('',(#1355));
-#1355 = ORIENTED_EDGE('',*,*,#1356,.T.);
-#1356 = EDGE_CURVE('',#1357,#1357,#1359,.T.);
-#1357 = VERTEX_POINT('',#1358);
-#1358 = CARTESIAN_POINT('',(100.865,-44.02,1.51));
-#1359 = CIRCLE('',#1360,0.45);
-#1360 = AXIS2_PLACEMENT_3D('',#1361,#1362,#1363);
-#1361 = CARTESIAN_POINT('',(100.865,-43.57,1.51));
-#1362 = DIRECTION('',(-0.,0.,-1.));
-#1363 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#1364 = FACE_BOUND('',#1365,.T.);
-#1365 = EDGE_LOOP('',(#1366));
-#1366 = ORIENTED_EDGE('',*,*,#1367,.T.);
-#1367 = EDGE_CURVE('',#1368,#1368,#1370,.T.);
-#1368 = VERTEX_POINT('',#1369);
-#1369 = CARTESIAN_POINT('',(103.405,-44.02,1.51));
-#1370 = CIRCLE('',#1371,0.45);
-#1371 = AXIS2_PLACEMENT_3D('',#1372,#1373,#1374);
-#1372 = CARTESIAN_POINT('',(103.405,-43.57,1.51));
-#1373 = DIRECTION('',(-0.,0.,-1.));
-#1374 = DIRECTION('',(-0.,-1.,0.));
-#1375 = FACE_BOUND('',#1376,.T.);
-#1376 = EDGE_LOOP('',(#1377));
-#1377 = ORIENTED_EDGE('',*,*,#1378,.T.);
-#1378 = EDGE_CURVE('',#1379,#1379,#1381,.T.);
-#1379 = VERTEX_POINT('',#1380);
-#1380 = CARTESIAN_POINT('',(105.945,-44.02,1.51));
-#1381 = CIRCLE('',#1382,0.45);
-#1382 = AXIS2_PLACEMENT_3D('',#1383,#1384,#1385);
-#1383 = CARTESIAN_POINT('',(105.945,-43.57,1.51));
-#1384 = DIRECTION('',(-0.,0.,-1.));
-#1385 = DIRECTION('',(-0.,-1.,0.));
-#1386 = FACE_BOUND('',#1387,.T.);
-#1387 = EDGE_LOOP('',(#1388));
-#1388 = ORIENTED_EDGE('',*,*,#1389,.T.);
-#1389 = EDGE_CURVE('',#1390,#1390,#1392,.T.);
-#1390 = VERTEX_POINT('',#1391);
-#1391 = CARTESIAN_POINT('',(108.485,-44.02,1.51));
-#1392 = CIRCLE('',#1393,0.45);
-#1393 = AXIS2_PLACEMENT_3D('',#1394,#1395,#1396);
-#1394 = CARTESIAN_POINT('',(108.485,-43.57,1.51));
-#1395 = DIRECTION('',(-0.,0.,-1.));
-#1396 = DIRECTION('',(-0.,-1.,0.));
-#1397 = FACE_BOUND('',#1398,.T.);
-#1398 = EDGE_LOOP('',(#1399));
-#1399 = ORIENTED_EDGE('',*,*,#1400,.T.);
-#1400 = EDGE_CURVE('',#1401,#1401,#1403,.T.);
-#1401 = VERTEX_POINT('',#1402);
-#1402 = CARTESIAN_POINT('',(117.64,-52.59,1.51));
-#1403 = CIRCLE('',#1404,0.4);
-#1404 = AXIS2_PLACEMENT_3D('',#1405,#1406,#1407);
-#1405 = CARTESIAN_POINT('',(117.64,-52.19,1.51));
-#1406 = DIRECTION('',(-0.,0.,-1.));
-#1407 = DIRECTION('',(-0.,-1.,0.));
-#1408 = FACE_BOUND('',#1409,.T.);
-#1409 = EDGE_LOOP('',(#1410));
-#1410 = ORIENTED_EDGE('',*,*,#1411,.T.);
-#1411 = EDGE_CURVE('',#1412,#1412,#1414,.T.);
-#1412 = VERTEX_POINT('',#1413);
-#1413 = CARTESIAN_POINT('',(130.34,-52.59,1.51));
-#1414 = CIRCLE('',#1415,0.4);
-#1415 = AXIS2_PLACEMENT_3D('',#1416,#1417,#1418);
-#1416 = CARTESIAN_POINT('',(130.34,-52.19,1.51));
-#1417 = DIRECTION('',(-0.,0.,-1.));
-#1418 = DIRECTION('',(-0.,-1.,0.));
-#1419 = FACE_BOUND('',#1420,.T.);
-#1420 = EDGE_LOOP('',(#1421));
-#1421 = ORIENTED_EDGE('',*,*,#1422,.T.);
-#1422 = EDGE_CURVE('',#1423,#1423,#1425,.T.);
-#1423 = VERTEX_POINT('',#1424);
-#1424 = CARTESIAN_POINT('',(117.64,-50.05,1.51));
-#1425 = CIRCLE('',#1426,0.4);
-#1426 = AXIS2_PLACEMENT_3D('',#1427,#1428,#1429);
-#1427 = CARTESIAN_POINT('',(117.64,-49.65,1.51));
-#1428 = DIRECTION('',(-0.,0.,-1.));
-#1429 = DIRECTION('',(-0.,-1.,0.));
-#1430 = FACE_BOUND('',#1431,.T.);
-#1431 = EDGE_LOOP('',(#1432));
-#1432 = ORIENTED_EDGE('',*,*,#1433,.T.);
-#1433 = EDGE_CURVE('',#1434,#1434,#1436,.T.);
-#1434 = VERTEX_POINT('',#1435);
-#1435 = CARTESIAN_POINT('',(130.34,-50.05,1.51));
-#1436 = CIRCLE('',#1437,0.4);
-#1437 = AXIS2_PLACEMENT_3D('',#1438,#1439,#1440);
-#1438 = CARTESIAN_POINT('',(130.34,-49.65,1.51));
-#1439 = DIRECTION('',(-0.,0.,-1.));
-#1440 = DIRECTION('',(-0.,-1.,0.));
-#1441 = FACE_BOUND('',#1442,.T.);
-#1442 = EDGE_LOOP('',(#1443));
-#1443 = ORIENTED_EDGE('',*,*,#1444,.T.);
-#1444 = EDGE_CURVE('',#1445,#1445,#1447,.T.);
-#1445 = VERTEX_POINT('',#1446);
-#1446 = CARTESIAN_POINT('',(139.,-54.77,1.51));
-#1447 = CIRCLE('',#1448,0.5);
-#1448 = AXIS2_PLACEMENT_3D('',#1449,#1450,#1451);
-#1449 = CARTESIAN_POINT('',(139.,-54.27,1.51));
-#1450 = DIRECTION('',(-0.,0.,-1.));
-#1451 = DIRECTION('',(-0.,-1.,0.));
-#1452 = FACE_BOUND('',#1453,.T.);
-#1453 = EDGE_LOOP('',(#1454));
-#1454 = ORIENTED_EDGE('',*,*,#1455,.T.);
-#1455 = EDGE_CURVE('',#1456,#1456,#1458,.T.);
-#1456 = VERTEX_POINT('',#1457);
-#1457 = CARTESIAN_POINT('',(139.,-52.23,1.51));
-#1458 = CIRCLE('',#1459,0.5);
-#1459 = AXIS2_PLACEMENT_3D('',#1460,#1461,#1462);
-#1460 = CARTESIAN_POINT('',(139.,-51.73,1.51));
-#1461 = DIRECTION('',(-0.,0.,-1.));
-#1462 = DIRECTION('',(-0.,-1.,0.));
-#1463 = FACE_BOUND('',#1464,.T.);
-#1464 = EDGE_LOOP('',(#1465));
-#1465 = ORIENTED_EDGE('',*,*,#1466,.T.);
-#1466 = EDGE_CURVE('',#1467,#1467,#1469,.T.);
-#1467 = VERTEX_POINT('',#1468);
-#1468 = CARTESIAN_POINT('',(148.7,-53.475,1.51));
-#1469 = CIRCLE('',#1470,0.475);
-#1470 = AXIS2_PLACEMENT_3D('',#1471,#1472,#1473);
-#1471 = CARTESIAN_POINT('',(148.7,-53.,1.51));
-#1472 = DIRECTION('',(-0.,0.,-1.));
-#1473 = DIRECTION('',(-0.,-1.,0.));
-#1474 = FACE_BOUND('',#1475,.T.);
-#1475 = EDGE_LOOP('',(#1476));
-#1476 = ORIENTED_EDGE('',*,*,#1477,.T.);
-#1477 = EDGE_CURVE('',#1478,#1478,#1480,.T.);
-#1478 = VERTEX_POINT('',#1479);
-#1479 = CARTESIAN_POINT('',(139.,-49.69,1.51));
-#1480 = CIRCLE('',#1481,0.5);
-#1481 = AXIS2_PLACEMENT_3D('',#1482,#1483,#1484);
-#1482 = CARTESIAN_POINT('',(139.,-49.19,1.51));
-#1483 = DIRECTION('',(-0.,0.,-1.));
-#1484 = DIRECTION('',(-0.,-1.,0.));
-#1485 = FACE_BOUND('',#1486,.T.);
-#1486 = EDGE_LOOP('',(#1487));
-#1487 = ORIENTED_EDGE('',*,*,#1488,.T.);
-#1488 = EDGE_CURVE('',#1489,#1489,#1491,.T.);
-#1489 = VERTEX_POINT('',#1490);
-#1490 = CARTESIAN_POINT('',(148.7,-50.975,1.51));
-#1491 = CIRCLE('',#1492,0.475);
-#1492 = AXIS2_PLACEMENT_3D('',#1493,#1494,#1495);
-#1493 = CARTESIAN_POINT('',(148.7,-50.5,1.51));
-#1494 = DIRECTION('',(-0.,0.,-1.));
-#1495 = DIRECTION('',(-0.,-1.,0.));
-#1496 = FACE_BOUND('',#1497,.T.);
-#1497 = EDGE_LOOP('',(#1498));
-#1498 = ORIENTED_EDGE('',*,*,#1499,.T.);
-#1499 = EDGE_CURVE('',#1500,#1500,#1502,.T.);
-#1500 = VERTEX_POINT('',#1501);
-#1501 = CARTESIAN_POINT('',(117.64,-47.51,1.51));
-#1502 = CIRCLE('',#1503,0.4);
-#1503 = AXIS2_PLACEMENT_3D('',#1504,#1505,#1506);
-#1504 = CARTESIAN_POINT('',(117.64,-47.11,1.51));
-#1505 = DIRECTION('',(-0.,0.,-1.));
-#1506 = DIRECTION('',(-0.,-1.,0.));
-#1507 = FACE_BOUND('',#1508,.T.);
-#1508 = EDGE_LOOP('',(#1509));
-#1509 = ORIENTED_EDGE('',*,*,#1510,.T.);
-#1510 = EDGE_CURVE('',#1511,#1511,#1513,.T.);
-#1511 = VERTEX_POINT('',#1512);
-#1512 = CARTESIAN_POINT('',(130.34,-47.51,1.51));
-#1513 = CIRCLE('',#1514,0.4);
-#1514 = AXIS2_PLACEMENT_3D('',#1515,#1516,#1517);
-#1515 = CARTESIAN_POINT('',(130.34,-47.11,1.51));
-#1516 = DIRECTION('',(-0.,0.,-1.));
-#1517 = DIRECTION('',(-0.,-1.,0.));
-#1518 = FACE_BOUND('',#1519,.T.);
-#1519 = EDGE_LOOP('',(#1520));
-#1520 = ORIENTED_EDGE('',*,*,#1521,.T.);
-#1521 = EDGE_CURVE('',#1522,#1522,#1524,.T.);
-#1522 = VERTEX_POINT('',#1523);
-#1523 = CARTESIAN_POINT('',(111.025,-44.02,1.51));
-#1524 = CIRCLE('',#1525,0.45);
-#1525 = AXIS2_PLACEMENT_3D('',#1526,#1527,#1528);
-#1526 = CARTESIAN_POINT('',(111.025,-43.57,1.51));
-#1527 = DIRECTION('',(-0.,0.,-1.));
-#1528 = DIRECTION('',(-0.,-1.,0.));
-#1529 = FACE_BOUND('',#1530,.T.);
-#1530 = EDGE_LOOP('',(#1531));
-#1531 = ORIENTED_EDGE('',*,*,#1532,.T.);
-#1532 = EDGE_CURVE('',#1533,#1533,#1535,.T.);
-#1533 = VERTEX_POINT('',#1534);
-#1534 = CARTESIAN_POINT('',(113.565,-44.02,1.51));
-#1535 = CIRCLE('',#1536,0.45);
-#1536 = AXIS2_PLACEMENT_3D('',#1537,#1538,#1539);
-#1537 = CARTESIAN_POINT('',(113.565,-43.57,1.51));
-#1538 = DIRECTION('',(-0.,0.,-1.));
-#1539 = DIRECTION('',(-0.,-1.,0.));
-#1540 = FACE_BOUND('',#1541,.T.);
-#1541 = EDGE_LOOP('',(#1542));
-#1542 = ORIENTED_EDGE('',*,*,#1543,.T.);
-#1543 = EDGE_CURVE('',#1544,#1544,#1546,.T.);
-#1544 = VERTEX_POINT('',#1545);
-#1545 = CARTESIAN_POINT('',(153.,-45.6,1.51));
-#1546 = CIRCLE('',#1547,1.6);
-#1547 = AXIS2_PLACEMENT_3D('',#1548,#1549,#1550);
-#1548 = CARTESIAN_POINT('',(153.,-44.,1.51));
-#1549 = DIRECTION('',(-0.,0.,-1.));
-#1550 = DIRECTION('',(-0.,-1.,0.));
-#1551 = PLANE('',#1552);
-#1552 = AXIS2_PLACEMENT_3D('',#1553,#1554,#1555);
-#1553 = CARTESIAN_POINT('',(0.,0.,1.51));
-#1554 = DIRECTION('',(0.,0.,1.));
-#1555 = DIRECTION('',(1.,0.,-0.));
-#1556 = ADVANCED_FACE('',(#1557),#1568,.T.);
-#1557 = FACE_BOUND('',#1558,.T.);
-#1558 = EDGE_LOOP('',(#1559,#1565,#1566,#1567));
-#1559 = ORIENTED_EDGE('',*,*,#1560,.T.);
-#1560 = EDGE_CURVE('',#139,#851,#1561,.T.);
-#1561 = LINE('',#1562,#1563);
-#1562 = CARTESIAN_POINT('',(60.,-40.,0.));
-#1563 = VECTOR('',#1564,1.);
-#1564 = DIRECTION('',(0.,0.,1.));
-#1565 = ORIENTED_EDGE('',*,*,#850,.T.);
-#1566 = ORIENTED_EDGE('',*,*,#74,.F.);
-#1567 = ORIENTED_EDGE('',*,*,#138,.F.);
-#1568 = CYLINDRICAL_SURFACE('',#1569,3.000001172987);
-#1569 = AXIS2_PLACEMENT_3D('',#1570,#1571,#1572);
-#1570 = CARTESIAN_POINT('',(63.000001172987,-40.00000117298,0.));
-#1571 = DIRECTION('',(0.,0.,-1.));
-#1572 = DIRECTION('',(-1.,3.909953663434E-07,0.));
-#1573 = ADVANCED_FACE('',(#1574),#1585,.T.);
-#1574 = FACE_BOUND('',#1575,.T.);
-#1575 = EDGE_LOOP('',(#1576,#1577,#1578,#1584));
-#1576 = ORIENTED_EDGE('',*,*,#114,.T.);
-#1577 = ORIENTED_EDGE('',*,*,#884,.T.);
-#1578 = ORIENTED_EDGE('',*,*,#1579,.F.);
-#1579 = EDGE_CURVE('',#165,#877,#1580,.T.);
-#1580 = LINE('',#1581,#1582);
-#1581 = CARTESIAN_POINT('',(157.,-72.,0.));
-#1582 = VECTOR('',#1583,1.);
-#1583 = DIRECTION('',(0.,0.,1.));
-#1584 = ORIENTED_EDGE('',*,*,#172,.F.);
-#1585 = CYLINDRICAL_SURFACE('',#1586,3.000001172987);
-#1586 = AXIS2_PLACEMENT_3D('',#1587,#1588,#1589);
-#1587 = CARTESIAN_POINT('',(156.99999882701,-68.99999882701,0.));
-#1588 = DIRECTION('',(0.,0.,-1.));
-#1589 = DIRECTION('',(1.,-3.909953663434E-07,0.));
-#1590 = ADVANCED_FACE('',(#1591),#1602,.T.);
-#1591 = FACE_BOUND('',#1592,.T.);
-#1592 = EDGE_LOOP('',(#1593,#1599,#1600,#1601));
-#1593 = ORIENTED_EDGE('',*,*,#1594,.T.);
-#1594 = EDGE_CURVE('',#148,#860,#1595,.T.);
-#1595 = LINE('',#1596,#1597);
-#1596 = CARTESIAN_POINT('',(60.,-69.,0.));
-#1597 = VECTOR('',#1598,1.);
-#1598 = DIRECTION('',(0.,0.,1.));
-#1599 = ORIENTED_EDGE('',*,*,#859,.T.);
-#1600 = ORIENTED_EDGE('',*,*,#1560,.F.);
-#1601 = ORIENTED_EDGE('',*,*,#147,.F.);
-#1602 = PLANE('',#1603);
-#1603 = AXIS2_PLACEMENT_3D('',#1604,#1605,#1606);
-#1604 = CARTESIAN_POINT('',(60.,-69.,0.));
-#1605 = DIRECTION('',(-1.,0.,0.));
-#1606 = DIRECTION('',(0.,1.,0.));
-#1607 = ADVANCED_FACE('',(#1608),#1619,.T.);
-#1608 = FACE_BOUND('',#1609,.T.);
-#1609 = EDGE_LOOP('',(#1610,#1611,#1612,#1618));
-#1610 = ORIENTED_EDGE('',*,*,#1579,.T.);
-#1611 = ORIENTED_EDGE('',*,*,#876,.T.);
-#1612 = ORIENTED_EDGE('',*,*,#1613,.F.);
-#1613 = EDGE_CURVE('',#156,#868,#1614,.T.);
-#1614 = LINE('',#1615,#1616);
-#1615 = CARTESIAN_POINT('',(63.,-72.,0.));
-#1616 = VECTOR('',#1617,1.);
-#1617 = DIRECTION('',(0.,0.,1.));
-#1618 = ORIENTED_EDGE('',*,*,#164,.F.);
-#1619 = PLANE('',#1620);
-#1620 = AXIS2_PLACEMENT_3D('',#1621,#1622,#1623);
-#1621 = CARTESIAN_POINT('',(157.,-72.,0.));
-#1622 = DIRECTION('',(0.,-1.,0.));
-#1623 = DIRECTION('',(-1.,0.,0.));
-#1624 = ADVANCED_FACE('',(#1625),#1631,.T.);
-#1625 = FACE_BOUND('',#1626,.T.);
-#1626 = EDGE_LOOP('',(#1627,#1628,#1629,#1630));
-#1627 = ORIENTED_EDGE('',*,*,#1613,.T.);
-#1628 = ORIENTED_EDGE('',*,*,#867,.T.);
-#1629 = ORIENTED_EDGE('',*,*,#1594,.F.);
-#1630 = ORIENTED_EDGE('',*,*,#155,.F.);
-#1631 = CYLINDRICAL_SURFACE('',#1632,3.000001172987);
-#1632 = AXIS2_PLACEMENT_3D('',#1633,#1634,#1635);
-#1633 = CARTESIAN_POINT('',(63.000001172987,-68.99999882701,0.));
-#1634 = DIRECTION('',(0.,0.,-1.));
-#1635 = DIRECTION('',(-3.909953663434E-07,-1.,-0.));
-#1636 = ADVANCED_FACE('',(#1637),#1648,.F.);
-#1637 = FACE_BOUND('',#1638,.T.);
-#1638 = EDGE_LOOP('',(#1639,#1640,#1646,#1647));
-#1639 = ORIENTED_EDGE('',*,*,#182,.T.);
-#1640 = ORIENTED_EDGE('',*,*,#1641,.T.);
-#1641 = EDGE_CURVE('',#183,#895,#1642,.T.);
-#1642 = LINE('',#1643,#1644);
-#1643 = CARTESIAN_POINT('',(67.,-66.6,-4.6E-02));
-#1644 = VECTOR('',#1645,1.);
-#1645 = DIRECTION('',(0.,0.,1.));
-#1646 = ORIENTED_EDGE('',*,*,#894,.F.);
-#1647 = ORIENTED_EDGE('',*,*,#1641,.F.);
-#1648 = CYLINDRICAL_SURFACE('',#1649,1.6);
-#1649 = AXIS2_PLACEMENT_3D('',#1650,#1651,#1652);
-#1650 = CARTESIAN_POINT('',(67.,-65.,-4.6E-02));
-#1651 = DIRECTION('',(-0.,-0.,-1.));
-#1652 = DIRECTION('',(-0.,-1.,0.));
-#1653 = ADVANCED_FACE('',(#1654),#1665,.F.);
-#1654 = FACE_BOUND('',#1655,.T.);
-#1655 = EDGE_LOOP('',(#1656,#1657,#1663,#1664));
-#1656 = ORIENTED_EDGE('',*,*,#193,.T.);
-#1657 = ORIENTED_EDGE('',*,*,#1658,.T.);
-#1658 = EDGE_CURVE('',#194,#906,#1659,.T.);
-#1659 = LINE('',#1660,#1661);
-#1660 = CARTESIAN_POINT('',(78.005,-66.88,-4.6E-02));
-#1661 = VECTOR('',#1662,1.);
-#1662 = DIRECTION('',(0.,0.,1.));
-#1663 = ORIENTED_EDGE('',*,*,#905,.F.);
-#1664 = ORIENTED_EDGE('',*,*,#1658,.F.);
-#1665 = CYLINDRICAL_SURFACE('',#1666,0.45);
-#1666 = AXIS2_PLACEMENT_3D('',#1667,#1668,#1669);
-#1667 = CARTESIAN_POINT('',(78.005,-66.43,-4.6E-02));
-#1668 = DIRECTION('',(-0.,-0.,-1.));
-#1669 = DIRECTION('',(-0.,-1.,0.));
-#1670 = ADVANCED_FACE('',(#1671),#1682,.F.);
-#1671 = FACE_BOUND('',#1672,.T.);
-#1672 = EDGE_LOOP('',(#1673,#1674,#1680,#1681));
-#1673 = ORIENTED_EDGE('',*,*,#204,.T.);
-#1674 = ORIENTED_EDGE('',*,*,#1675,.T.);
-#1675 = EDGE_CURVE('',#205,#917,#1676,.T.);
-#1676 = LINE('',#1677,#1678);
-#1677 = CARTESIAN_POINT('',(80.545,-66.88,-4.6E-02));
-#1678 = VECTOR('',#1679,1.);
-#1679 = DIRECTION('',(0.,0.,1.));
-#1680 = ORIENTED_EDGE('',*,*,#916,.F.);
-#1681 = ORIENTED_EDGE('',*,*,#1675,.F.);
-#1682 = CYLINDRICAL_SURFACE('',#1683,0.45);
-#1683 = AXIS2_PLACEMENT_3D('',#1684,#1685,#1686);
-#1684 = CARTESIAN_POINT('',(80.545,-66.43,-4.6E-02));
-#1685 = DIRECTION('',(-0.,-0.,-1.));
-#1686 = DIRECTION('',(-0.,-1.,0.));
-#1687 = ADVANCED_FACE('',(#1688),#1699,.F.);
-#1688 = FACE_BOUND('',#1689,.T.);
-#1689 = EDGE_LOOP('',(#1690,#1691,#1697,#1698));
-#1690 = ORIENTED_EDGE('',*,*,#215,.T.);
-#1691 = ORIENTED_EDGE('',*,*,#1692,.T.);
-#1692 = EDGE_CURVE('',#216,#928,#1693,.T.);
-#1693 = LINE('',#1694,#1695);
-#1694 = CARTESIAN_POINT('',(83.085,-66.88,-4.6E-02));
-#1695 = VECTOR('',#1696,1.);
-#1696 = DIRECTION('',(0.,0.,1.));
-#1697 = ORIENTED_EDGE('',*,*,#927,.F.);
-#1698 = ORIENTED_EDGE('',*,*,#1692,.F.);
-#1699 = CYLINDRICAL_SURFACE('',#1700,0.45);
-#1700 = AXIS2_PLACEMENT_3D('',#1701,#1702,#1703);
-#1701 = CARTESIAN_POINT('',(83.085,-66.43,-4.6E-02));
-#1702 = DIRECTION('',(-0.,-0.,-1.));
-#1703 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#1704 = ADVANCED_FACE('',(#1705),#1716,.F.);
-#1705 = FACE_BOUND('',#1706,.T.);
-#1706 = EDGE_LOOP('',(#1707,#1708,#1714,#1715));
-#1707 = ORIENTED_EDGE('',*,*,#226,.T.);
-#1708 = ORIENTED_EDGE('',*,*,#1709,.T.);
-#1709 = EDGE_CURVE('',#227,#939,#1710,.T.);
-#1710 = LINE('',#1711,#1712);
-#1711 = CARTESIAN_POINT('',(85.625,-66.88,-4.6E-02));
-#1712 = VECTOR('',#1713,1.);
-#1713 = DIRECTION('',(0.,0.,1.));
-#1714 = ORIENTED_EDGE('',*,*,#938,.F.);
-#1715 = ORIENTED_EDGE('',*,*,#1709,.F.);
-#1716 = CYLINDRICAL_SURFACE('',#1717,0.45);
-#1717 = AXIS2_PLACEMENT_3D('',#1718,#1719,#1720);
-#1718 = CARTESIAN_POINT('',(85.625,-66.43,-4.6E-02));
-#1719 = DIRECTION('',(-0.,-0.,-1.));
-#1720 = DIRECTION('',(-0.,-1.,0.));
-#1721 = ADVANCED_FACE('',(#1722),#1733,.F.);
-#1722 = FACE_BOUND('',#1723,.T.);
-#1723 = EDGE_LOOP('',(#1724,#1725,#1731,#1732));
-#1724 = ORIENTED_EDGE('',*,*,#237,.T.);
-#1725 = ORIENTED_EDGE('',*,*,#1726,.T.);
-#1726 = EDGE_CURVE('',#238,#950,#1727,.T.);
-#1727 = LINE('',#1728,#1729);
-#1728 = CARTESIAN_POINT('',(88.165,-66.88,-4.6E-02));
-#1729 = VECTOR('',#1730,1.);
-#1730 = DIRECTION('',(0.,0.,1.));
-#1731 = ORIENTED_EDGE('',*,*,#949,.F.);
-#1732 = ORIENTED_EDGE('',*,*,#1726,.F.);
-#1733 = CYLINDRICAL_SURFACE('',#1734,0.45);
-#1734 = AXIS2_PLACEMENT_3D('',#1735,#1736,#1737);
-#1735 = CARTESIAN_POINT('',(88.165,-66.43,-4.6E-02));
-#1736 = DIRECTION('',(-0.,0.,-1.));
-#1737 = DIRECTION('',(3.157967714489E-14,-1.,-0.));
-#1738 = ADVANCED_FACE('',(#1739),#1750,.F.);
-#1739 = FACE_BOUND('',#1740,.T.);
-#1740 = EDGE_LOOP('',(#1741,#1742,#1748,#1749));
-#1741 = ORIENTED_EDGE('',*,*,#248,.T.);
-#1742 = ORIENTED_EDGE('',*,*,#1743,.T.);
-#1743 = EDGE_CURVE('',#249,#961,#1744,.T.);
-#1744 = LINE('',#1745,#1746);
-#1745 = CARTESIAN_POINT('',(90.705,-66.88,-4.6E-02));
-#1746 = VECTOR('',#1747,1.);
-#1747 = DIRECTION('',(0.,0.,1.));
-#1748 = ORIENTED_EDGE('',*,*,#960,.F.);
-#1749 = ORIENTED_EDGE('',*,*,#1743,.F.);
-#1750 = CYLINDRICAL_SURFACE('',#1751,0.45);
-#1751 = AXIS2_PLACEMENT_3D('',#1752,#1753,#1754);
-#1752 = CARTESIAN_POINT('',(90.705,-66.43,-4.6E-02));
-#1753 = DIRECTION('',(-0.,-0.,-1.));
-#1754 = DIRECTION('',(-0.,-1.,0.));
-#1755 = ADVANCED_FACE('',(#1756),#1767,.F.);
-#1756 = FACE_BOUND('',#1757,.T.);
-#1757 = EDGE_LOOP('',(#1758,#1759,#1765,#1766));
-#1758 = ORIENTED_EDGE('',*,*,#259,.T.);
-#1759 = ORIENTED_EDGE('',*,*,#1760,.T.);
-#1760 = EDGE_CURVE('',#260,#972,#1761,.T.);
-#1761 = LINE('',#1762,#1763);
-#1762 = CARTESIAN_POINT('',(93.245,-66.88,-4.6E-02));
-#1763 = VECTOR('',#1764,1.);
-#1764 = DIRECTION('',(0.,0.,1.));
-#1765 = ORIENTED_EDGE('',*,*,#971,.F.);
-#1766 = ORIENTED_EDGE('',*,*,#1760,.F.);
-#1767 = CYLINDRICAL_SURFACE('',#1768,0.45);
-#1768 = AXIS2_PLACEMENT_3D('',#1769,#1770,#1771);
-#1769 = CARTESIAN_POINT('',(93.245,-66.43,-4.6E-02));
-#1770 = DIRECTION('',(-0.,-0.,-1.));
-#1771 = DIRECTION('',(-0.,-1.,0.));
-#1772 = ADVANCED_FACE('',(#1773),#1784,.F.);
-#1773 = FACE_BOUND('',#1774,.T.);
-#1774 = EDGE_LOOP('',(#1775,#1776,#1782,#1783));
-#1775 = ORIENTED_EDGE('',*,*,#270,.T.);
-#1776 = ORIENTED_EDGE('',*,*,#1777,.T.);
-#1777 = EDGE_CURVE('',#271,#983,#1778,.T.);
-#1778 = LINE('',#1779,#1780);
-#1779 = CARTESIAN_POINT('',(95.785,-66.88,-4.6E-02));
-#1780 = VECTOR('',#1781,1.);
-#1781 = DIRECTION('',(0.,0.,1.));
-#1782 = ORIENTED_EDGE('',*,*,#982,.F.);
-#1783 = ORIENTED_EDGE('',*,*,#1777,.F.);
-#1784 = CYLINDRICAL_SURFACE('',#1785,0.45);
-#1785 = AXIS2_PLACEMENT_3D('',#1786,#1787,#1788);
-#1786 = CARTESIAN_POINT('',(95.785,-66.43,-4.6E-02));
-#1787 = DIRECTION('',(-0.,-0.,-1.));
-#1788 = DIRECTION('',(-0.,-1.,0.));
-#1789 = ADVANCED_FACE('',(#1790),#1801,.F.);
-#1790 = FACE_BOUND('',#1791,.T.);
-#1791 = EDGE_LOOP('',(#1792,#1793,#1799,#1800));
-#1792 = ORIENTED_EDGE('',*,*,#281,.T.);
-#1793 = ORIENTED_EDGE('',*,*,#1794,.T.);
-#1794 = EDGE_CURVE('',#282,#994,#1795,.T.);
-#1795 = LINE('',#1796,#1797);
-#1796 = CARTESIAN_POINT('',(98.325,-66.88,-4.6E-02));
-#1797 = VECTOR('',#1798,1.);
-#1798 = DIRECTION('',(0.,0.,1.));
-#1799 = ORIENTED_EDGE('',*,*,#993,.F.);
-#1800 = ORIENTED_EDGE('',*,*,#1794,.F.);
-#1801 = CYLINDRICAL_SURFACE('',#1802,0.45);
-#1802 = AXIS2_PLACEMENT_3D('',#1803,#1804,#1805);
-#1803 = CARTESIAN_POINT('',(98.325,-66.43,-4.6E-02));
-#1804 = DIRECTION('',(-0.,-0.,-1.));
-#1805 = DIRECTION('',(-0.,-1.,0.));
-#1806 = ADVANCED_FACE('',(#1807),#1818,.F.);
-#1807 = FACE_BOUND('',#1808,.T.);
-#1808 = EDGE_LOOP('',(#1809,#1810,#1816,#1817));
-#1809 = ORIENTED_EDGE('',*,*,#292,.T.);
-#1810 = ORIENTED_EDGE('',*,*,#1811,.T.);
-#1811 = EDGE_CURVE('',#293,#1005,#1812,.T.);
-#1812 = LINE('',#1813,#1814);
-#1813 = CARTESIAN_POINT('',(100.865,-66.88,-4.6E-02));
-#1814 = VECTOR('',#1815,1.);
-#1815 = DIRECTION('',(0.,0.,1.));
-#1816 = ORIENTED_EDGE('',*,*,#1004,.F.);
-#1817 = ORIENTED_EDGE('',*,*,#1811,.F.);
-#1818 = CYLINDRICAL_SURFACE('',#1819,0.45);
-#1819 = AXIS2_PLACEMENT_3D('',#1820,#1821,#1822);
-#1820 = CARTESIAN_POINT('',(100.865,-66.43,-4.6E-02));
-#1821 = DIRECTION('',(-0.,-0.,-1.));
-#1822 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#1823 = ADVANCED_FACE('',(#1824),#1835,.F.);
-#1824 = FACE_BOUND('',#1825,.T.);
-#1825 = EDGE_LOOP('',(#1826,#1827,#1833,#1834));
-#1826 = ORIENTED_EDGE('',*,*,#303,.T.);
-#1827 = ORIENTED_EDGE('',*,*,#1828,.T.);
-#1828 = EDGE_CURVE('',#304,#1016,#1829,.T.);
-#1829 = LINE('',#1830,#1831);
-#1830 = CARTESIAN_POINT('',(103.405,-66.88,-4.6E-02));
-#1831 = VECTOR('',#1832,1.);
-#1832 = DIRECTION('',(0.,0.,1.));
-#1833 = ORIENTED_EDGE('',*,*,#1015,.F.);
-#1834 = ORIENTED_EDGE('',*,*,#1828,.F.);
-#1835 = CYLINDRICAL_SURFACE('',#1836,0.45);
-#1836 = AXIS2_PLACEMENT_3D('',#1837,#1838,#1839);
-#1837 = CARTESIAN_POINT('',(103.405,-66.43,-4.6E-02));
-#1838 = DIRECTION('',(-0.,-0.,-1.));
-#1839 = DIRECTION('',(-0.,-1.,0.));
-#1840 = ADVANCED_FACE('',(#1841),#1852,.F.);
-#1841 = FACE_BOUND('',#1842,.T.);
-#1842 = EDGE_LOOP('',(#1843,#1844,#1850,#1851));
-#1843 = ORIENTED_EDGE('',*,*,#314,.T.);
-#1844 = ORIENTED_EDGE('',*,*,#1845,.T.);
-#1845 = EDGE_CURVE('',#315,#1027,#1846,.T.);
-#1846 = LINE('',#1847,#1848);
-#1847 = CARTESIAN_POINT('',(105.945,-66.88,-4.6E-02));
-#1848 = VECTOR('',#1849,1.);
-#1849 = DIRECTION('',(0.,0.,1.));
-#1850 = ORIENTED_EDGE('',*,*,#1026,.F.);
-#1851 = ORIENTED_EDGE('',*,*,#1845,.F.);
-#1852 = CYLINDRICAL_SURFACE('',#1853,0.45);
-#1853 = AXIS2_PLACEMENT_3D('',#1854,#1855,#1856);
-#1854 = CARTESIAN_POINT('',(105.945,-66.43,-4.6E-02));
-#1855 = DIRECTION('',(-0.,-0.,-1.));
-#1856 = DIRECTION('',(-0.,-1.,0.));
-#1857 = ADVANCED_FACE('',(#1858),#1869,.F.);
-#1858 = FACE_BOUND('',#1859,.T.);
-#1859 = EDGE_LOOP('',(#1860,#1861,#1867,#1868));
-#1860 = ORIENTED_EDGE('',*,*,#325,.T.);
-#1861 = ORIENTED_EDGE('',*,*,#1862,.T.);
-#1862 = EDGE_CURVE('',#326,#1038,#1863,.T.);
-#1863 = LINE('',#1864,#1865);
-#1864 = CARTESIAN_POINT('',(108.485,-66.88,-4.6E-02));
-#1865 = VECTOR('',#1866,1.);
-#1866 = DIRECTION('',(0.,0.,1.));
-#1867 = ORIENTED_EDGE('',*,*,#1037,.F.);
-#1868 = ORIENTED_EDGE('',*,*,#1862,.F.);
-#1869 = CYLINDRICAL_SURFACE('',#1870,0.45);
-#1870 = AXIS2_PLACEMENT_3D('',#1871,#1872,#1873);
-#1871 = CARTESIAN_POINT('',(108.485,-66.43,-4.6E-02));
-#1872 = DIRECTION('',(-0.,-0.,-1.));
-#1873 = DIRECTION('',(-0.,-1.,0.));
-#1874 = ADVANCED_FACE('',(#1875),#1886,.F.);
-#1875 = FACE_BOUND('',#1876,.T.);
-#1876 = EDGE_LOOP('',(#1877,#1878,#1884,#1885));
-#1877 = ORIENTED_EDGE('',*,*,#336,.T.);
-#1878 = ORIENTED_EDGE('',*,*,#1879,.T.);
-#1879 = EDGE_CURVE('',#337,#1049,#1880,.T.);
-#1880 = LINE('',#1881,#1882);
-#1881 = CARTESIAN_POINT('',(111.025,-66.88,-4.6E-02));
-#1882 = VECTOR('',#1883,1.);
-#1883 = DIRECTION('',(0.,0.,1.));
-#1884 = ORIENTED_EDGE('',*,*,#1048,.F.);
-#1885 = ORIENTED_EDGE('',*,*,#1879,.F.);
-#1886 = CYLINDRICAL_SURFACE('',#1887,0.45);
-#1887 = AXIS2_PLACEMENT_3D('',#1888,#1889,#1890);
-#1888 = CARTESIAN_POINT('',(111.025,-66.43,-4.6E-02));
-#1889 = DIRECTION('',(-0.,-0.,-1.));
-#1890 = DIRECTION('',(-0.,-1.,0.));
-#1891 = ADVANCED_FACE('',(#1892),#1903,.F.);
-#1892 = FACE_BOUND('',#1893,.T.);
-#1893 = EDGE_LOOP('',(#1894,#1895,#1901,#1902));
-#1894 = ORIENTED_EDGE('',*,*,#347,.T.);
-#1895 = ORIENTED_EDGE('',*,*,#1896,.T.);
-#1896 = EDGE_CURVE('',#348,#1060,#1897,.T.);
-#1897 = LINE('',#1898,#1899);
-#1898 = CARTESIAN_POINT('',(113.565,-66.88,-4.6E-02));
-#1899 = VECTOR('',#1900,1.);
-#1900 = DIRECTION('',(0.,0.,1.));
-#1901 = ORIENTED_EDGE('',*,*,#1059,.F.);
-#1902 = ORIENTED_EDGE('',*,*,#1896,.F.);
-#1903 = CYLINDRICAL_SURFACE('',#1904,0.45);
-#1904 = AXIS2_PLACEMENT_3D('',#1905,#1906,#1907);
-#1905 = CARTESIAN_POINT('',(113.565,-66.43,-4.6E-02));
-#1906 = DIRECTION('',(-0.,-0.,-1.));
-#1907 = DIRECTION('',(-0.,-1.,0.));
-#1908 = ADVANCED_FACE('',(#1909),#1920,.F.);
-#1909 = FACE_BOUND('',#1910,.T.);
-#1910 = EDGE_LOOP('',(#1911,#1912,#1918,#1919));
-#1911 = ORIENTED_EDGE('',*,*,#358,.T.);
-#1912 = ORIENTED_EDGE('',*,*,#1913,.T.);
-#1913 = EDGE_CURVE('',#359,#1071,#1914,.T.);
-#1914 = LINE('',#1915,#1916);
-#1915 = CARTESIAN_POINT('',(117.64,-65.29,-4.6E-02));
-#1916 = VECTOR('',#1917,1.);
-#1917 = DIRECTION('',(0.,0.,1.));
-#1918 = ORIENTED_EDGE('',*,*,#1070,.F.);
-#1919 = ORIENTED_EDGE('',*,*,#1913,.F.);
-#1920 = CYLINDRICAL_SURFACE('',#1921,0.4);
-#1921 = AXIS2_PLACEMENT_3D('',#1922,#1923,#1924);
-#1922 = CARTESIAN_POINT('',(117.64,-64.89,-4.6E-02));
-#1923 = DIRECTION('',(-0.,-0.,-1.));
-#1924 = DIRECTION('',(-0.,-1.,0.));
-#1925 = ADVANCED_FACE('',(#1926),#1937,.F.);
-#1926 = FACE_BOUND('',#1927,.T.);
-#1927 = EDGE_LOOP('',(#1928,#1929,#1935,#1936));
-#1928 = ORIENTED_EDGE('',*,*,#369,.T.);
-#1929 = ORIENTED_EDGE('',*,*,#1930,.T.);
-#1930 = EDGE_CURVE('',#370,#1082,#1931,.T.);
-#1931 = LINE('',#1932,#1933);
-#1932 = CARTESIAN_POINT('',(130.34,-65.29,-4.6E-02));
-#1933 = VECTOR('',#1934,1.);
-#1934 = DIRECTION('',(0.,0.,1.));
-#1935 = ORIENTED_EDGE('',*,*,#1081,.F.);
-#1936 = ORIENTED_EDGE('',*,*,#1930,.F.);
-#1937 = CYLINDRICAL_SURFACE('',#1938,0.4);
-#1938 = AXIS2_PLACEMENT_3D('',#1939,#1940,#1941);
-#1939 = CARTESIAN_POINT('',(130.34,-64.89,-4.6E-02));
-#1940 = DIRECTION('',(-0.,-0.,-1.));
-#1941 = DIRECTION('',(-0.,-1.,0.));
-#1942 = ADVANCED_FACE('',(#1943),#1954,.F.);
-#1943 = FACE_BOUND('',#1944,.T.);
-#1944 = EDGE_LOOP('',(#1945,#1946,#1952,#1953));
-#1945 = ORIENTED_EDGE('',*,*,#380,.T.);
-#1946 = ORIENTED_EDGE('',*,*,#1947,.T.);
-#1947 = EDGE_CURVE('',#381,#1093,#1948,.T.);
-#1948 = LINE('',#1949,#1950);
-#1949 = CARTESIAN_POINT('',(117.64,-62.75,-4.6E-02));
-#1950 = VECTOR('',#1951,1.);
-#1951 = DIRECTION('',(0.,0.,1.));
-#1952 = ORIENTED_EDGE('',*,*,#1092,.F.);
-#1953 = ORIENTED_EDGE('',*,*,#1947,.F.);
-#1954 = CYLINDRICAL_SURFACE('',#1955,0.4);
-#1955 = AXIS2_PLACEMENT_3D('',#1956,#1957,#1958);
-#1956 = CARTESIAN_POINT('',(117.64,-62.35,-4.6E-02));
-#1957 = DIRECTION('',(-0.,-0.,-1.));
-#1958 = DIRECTION('',(-0.,-1.,0.));
-#1959 = ADVANCED_FACE('',(#1960),#1971,.F.);
-#1960 = FACE_BOUND('',#1961,.T.);
-#1961 = EDGE_LOOP('',(#1962,#1963,#1969,#1970));
-#1962 = ORIENTED_EDGE('',*,*,#391,.T.);
-#1963 = ORIENTED_EDGE('',*,*,#1964,.T.);
-#1964 = EDGE_CURVE('',#392,#1104,#1965,.T.);
-#1965 = LINE('',#1966,#1967);
-#1966 = CARTESIAN_POINT('',(130.34,-62.75,-4.6E-02));
-#1967 = VECTOR('',#1968,1.);
-#1968 = DIRECTION('',(0.,0.,1.));
-#1969 = ORIENTED_EDGE('',*,*,#1103,.F.);
-#1970 = ORIENTED_EDGE('',*,*,#1964,.F.);
-#1971 = CYLINDRICAL_SURFACE('',#1972,0.4);
-#1972 = AXIS2_PLACEMENT_3D('',#1973,#1974,#1975);
-#1973 = CARTESIAN_POINT('',(130.34,-62.35,-4.6E-02));
-#1974 = DIRECTION('',(-0.,-0.,-1.));
-#1975 = DIRECTION('',(-0.,-1.,0.));
-#1976 = ADVANCED_FACE('',(#1977),#1988,.F.);
-#1977 = FACE_BOUND('',#1978,.T.);
-#1978 = EDGE_LOOP('',(#1979,#1980,#1986,#1987));
-#1979 = ORIENTED_EDGE('',*,*,#402,.T.);
-#1980 = ORIENTED_EDGE('',*,*,#1981,.T.);
-#1981 = EDGE_CURVE('',#403,#1115,#1982,.T.);
-#1982 = LINE('',#1983,#1984);
-#1983 = CARTESIAN_POINT('',(135.75,-66.6825,-4.6E-02));
-#1984 = VECTOR('',#1985,1.);
-#1985 = DIRECTION('',(0.,0.,1.));
-#1986 = ORIENTED_EDGE('',*,*,#1114,.F.);
-#1987 = ORIENTED_EDGE('',*,*,#1981,.F.);
-#1988 = CYLINDRICAL_SURFACE('',#1989,0.65);
-#1989 = AXIS2_PLACEMENT_3D('',#1990,#1991,#1992);
-#1990 = CARTESIAN_POINT('',(135.75,-66.0325,-4.6E-02));
-#1991 = DIRECTION('',(-0.,-0.,-1.));
-#1992 = DIRECTION('',(-0.,-1.,0.));
-#1993 = ADVANCED_FACE('',(#1994),#2005,.F.);
-#1994 = FACE_BOUND('',#1995,.T.);
-#1995 = EDGE_LOOP('',(#1996,#1997,#2003,#2004));
-#1996 = ORIENTED_EDGE('',*,*,#413,.T.);
-#1997 = ORIENTED_EDGE('',*,*,#1998,.T.);
-#1998 = EDGE_CURVE('',#414,#1126,#1999,.T.);
-#1999 = LINE('',#2000,#2001);
-#2000 = CARTESIAN_POINT('',(140.75,-66.6825,-4.6E-02));
-#2001 = VECTOR('',#2002,1.);
-#2002 = DIRECTION('',(0.,0.,1.));
-#2003 = ORIENTED_EDGE('',*,*,#1125,.F.);
-#2004 = ORIENTED_EDGE('',*,*,#1998,.F.);
-#2005 = CYLINDRICAL_SURFACE('',#2006,0.65);
-#2006 = AXIS2_PLACEMENT_3D('',#2007,#2008,#2009);
-#2007 = CARTESIAN_POINT('',(140.75,-66.0325,-4.6E-02));
-#2008 = DIRECTION('',(-0.,-0.,-1.));
-#2009 = DIRECTION('',(-0.,-1.,0.));
-#2010 = ADVANCED_FACE('',(#2011),#2022,.F.);
-#2011 = FACE_BOUND('',#2012,.T.);
-#2012 = EDGE_LOOP('',(#2013,#2014,#2020,#2021));
-#2013 = ORIENTED_EDGE('',*,*,#424,.T.);
-#2014 = ORIENTED_EDGE('',*,*,#2015,.T.);
-#2015 = EDGE_CURVE('',#425,#1137,#2016,.T.);
-#2016 = LINE('',#2017,#2018);
-#2017 = CARTESIAN_POINT('',(145.75,-66.6825,-4.6E-02));
-#2018 = VECTOR('',#2019,1.);
-#2019 = DIRECTION('',(0.,0.,1.));
-#2020 = ORIENTED_EDGE('',*,*,#1136,.F.);
-#2021 = ORIENTED_EDGE('',*,*,#2015,.F.);
-#2022 = CYLINDRICAL_SURFACE('',#2023,0.65);
-#2023 = AXIS2_PLACEMENT_3D('',#2024,#2025,#2026);
-#2024 = CARTESIAN_POINT('',(145.75,-66.0325,-4.6E-02));
-#2025 = DIRECTION('',(-0.,-0.,-1.));
-#2026 = DIRECTION('',(-0.,-1.,0.));
-#2027 = ADVANCED_FACE('',(#2028),#2039,.F.);
-#2028 = FACE_BOUND('',#2029,.T.);
-#2029 = EDGE_LOOP('',(#2030,#2031,#2037,#2038));
-#2030 = ORIENTED_EDGE('',*,*,#435,.T.);
-#2031 = ORIENTED_EDGE('',*,*,#2032,.T.);
-#2032 = EDGE_CURVE('',#436,#1148,#2033,.T.);
-#2033 = LINE('',#2034,#2035);
-#2034 = CARTESIAN_POINT('',(153.,-66.6,-4.6E-02));
-#2035 = VECTOR('',#2036,1.);
-#2036 = DIRECTION('',(0.,0.,1.));
-#2037 = ORIENTED_EDGE('',*,*,#1147,.F.);
-#2038 = ORIENTED_EDGE('',*,*,#2032,.F.);
-#2039 = CYLINDRICAL_SURFACE('',#2040,1.6);
-#2040 = AXIS2_PLACEMENT_3D('',#2041,#2042,#2043);
-#2041 = CARTESIAN_POINT('',(153.,-65.,-4.6E-02));
-#2042 = DIRECTION('',(-0.,-0.,-1.));
-#2043 = DIRECTION('',(-0.,-1.,0.));
-#2044 = ADVANCED_FACE('',(#2045),#2056,.F.);
-#2045 = FACE_BOUND('',#2046,.T.);
-#2046 = EDGE_LOOP('',(#2047,#2048,#2054,#2055));
-#2047 = ORIENTED_EDGE('',*,*,#446,.T.);
-#2048 = ORIENTED_EDGE('',*,*,#2049,.T.);
-#2049 = EDGE_CURVE('',#447,#1159,#2050,.T.);
-#2050 = LINE('',#2051,#2052);
-#2051 = CARTESIAN_POINT('',(117.64,-60.21,-4.6E-02));
-#2052 = VECTOR('',#2053,1.);
-#2053 = DIRECTION('',(0.,0.,1.));
-#2054 = ORIENTED_EDGE('',*,*,#1158,.F.);
-#2055 = ORIENTED_EDGE('',*,*,#2049,.F.);
-#2056 = CYLINDRICAL_SURFACE('',#2057,0.4);
-#2057 = AXIS2_PLACEMENT_3D('',#2058,#2059,#2060);
-#2058 = CARTESIAN_POINT('',(117.64,-59.81,-4.6E-02));
-#2059 = DIRECTION('',(-0.,-0.,-1.));
-#2060 = DIRECTION('',(-0.,-1.,0.));
-#2061 = ADVANCED_FACE('',(#2062),#2073,.F.);
-#2062 = FACE_BOUND('',#2063,.T.);
-#2063 = EDGE_LOOP('',(#2064,#2065,#2071,#2072));
-#2064 = ORIENTED_EDGE('',*,*,#457,.T.);
-#2065 = ORIENTED_EDGE('',*,*,#2066,.T.);
-#2066 = EDGE_CURVE('',#458,#1170,#2067,.T.);
-#2067 = LINE('',#2068,#2069);
-#2068 = CARTESIAN_POINT('',(130.34,-60.21,-4.6E-02));
-#2069 = VECTOR('',#2070,1.);
-#2070 = DIRECTION('',(0.,0.,1.));
-#2071 = ORIENTED_EDGE('',*,*,#1169,.F.);
-#2072 = ORIENTED_EDGE('',*,*,#2066,.F.);
-#2073 = CYLINDRICAL_SURFACE('',#2074,0.4);
-#2074 = AXIS2_PLACEMENT_3D('',#2075,#2076,#2077);
-#2075 = CARTESIAN_POINT('',(130.34,-59.81,-4.6E-02));
-#2076 = DIRECTION('',(-0.,-0.,-1.));
-#2077 = DIRECTION('',(-0.,-1.,0.));
-#2078 = ADVANCED_FACE('',(#2079),#2090,.F.);
-#2079 = FACE_BOUND('',#2080,.T.);
-#2080 = EDGE_LOOP('',(#2081,#2082,#2088,#2089));
-#2081 = ORIENTED_EDGE('',*,*,#468,.T.);
-#2082 = ORIENTED_EDGE('',*,*,#2083,.T.);
-#2083 = EDGE_CURVE('',#469,#1181,#2084,.T.);
-#2084 = LINE('',#2085,#2086);
-#2085 = CARTESIAN_POINT('',(117.64,-57.67,-4.6E-02));
-#2086 = VECTOR('',#2087,1.);
-#2087 = DIRECTION('',(0.,0.,1.));
-#2088 = ORIENTED_EDGE('',*,*,#1180,.F.);
-#2089 = ORIENTED_EDGE('',*,*,#2083,.F.);
-#2090 = CYLINDRICAL_SURFACE('',#2091,0.4);
-#2091 = AXIS2_PLACEMENT_3D('',#2092,#2093,#2094);
-#2092 = CARTESIAN_POINT('',(117.64,-57.27,-4.6E-02));
-#2093 = DIRECTION('',(-0.,-0.,-1.));
-#2094 = DIRECTION('',(-0.,-1.,0.));
-#2095 = ADVANCED_FACE('',(#2096),#2107,.F.);
-#2096 = FACE_BOUND('',#2097,.T.);
-#2097 = EDGE_LOOP('',(#2098,#2099,#2105,#2106));
-#2098 = ORIENTED_EDGE('',*,*,#479,.T.);
-#2099 = ORIENTED_EDGE('',*,*,#2100,.T.);
-#2100 = EDGE_CURVE('',#480,#1192,#2101,.T.);
-#2101 = LINE('',#2102,#2103);
-#2102 = CARTESIAN_POINT('',(117.64,-55.13,-4.6E-02));
-#2103 = VECTOR('',#2104,1.);
-#2104 = DIRECTION('',(0.,0.,1.));
-#2105 = ORIENTED_EDGE('',*,*,#1191,.F.);
-#2106 = ORIENTED_EDGE('',*,*,#2100,.F.);
-#2107 = CYLINDRICAL_SURFACE('',#2108,0.4);
-#2108 = AXIS2_PLACEMENT_3D('',#2109,#2110,#2111);
-#2109 = CARTESIAN_POINT('',(117.64,-54.73,-4.6E-02));
-#2110 = DIRECTION('',(-0.,-0.,-1.));
-#2111 = DIRECTION('',(-0.,-1.,0.));
-#2112 = ADVANCED_FACE('',(#2113),#2124,.F.);
-#2113 = FACE_BOUND('',#2114,.T.);
-#2114 = EDGE_LOOP('',(#2115,#2116,#2122,#2123));
-#2115 = ORIENTED_EDGE('',*,*,#490,.T.);
-#2116 = ORIENTED_EDGE('',*,*,#2117,.T.);
-#2117 = EDGE_CURVE('',#491,#1203,#2118,.T.);
-#2118 = LINE('',#2119,#2120);
-#2119 = CARTESIAN_POINT('',(130.34,-57.67,-4.6E-02));
-#2120 = VECTOR('',#2121,1.);
-#2121 = DIRECTION('',(0.,0.,1.));
-#2122 = ORIENTED_EDGE('',*,*,#1202,.F.);
-#2123 = ORIENTED_EDGE('',*,*,#2117,.F.);
-#2124 = CYLINDRICAL_SURFACE('',#2125,0.4);
-#2125 = AXIS2_PLACEMENT_3D('',#2126,#2127,#2128);
-#2126 = CARTESIAN_POINT('',(130.34,-57.27,-4.6E-02));
-#2127 = DIRECTION('',(-0.,-0.,-1.));
-#2128 = DIRECTION('',(-0.,-1.,0.));
-#2129 = ADVANCED_FACE('',(#2130),#2141,.F.);
-#2130 = FACE_BOUND('',#2131,.T.);
-#2131 = EDGE_LOOP('',(#2132,#2133,#2139,#2140));
-#2132 = ORIENTED_EDGE('',*,*,#501,.T.);
-#2133 = ORIENTED_EDGE('',*,*,#2134,.T.);
-#2134 = EDGE_CURVE('',#502,#1214,#2135,.T.);
-#2135 = LINE('',#2136,#2137);
-#2136 = CARTESIAN_POINT('',(130.34,-55.13,-4.6E-02));
-#2137 = VECTOR('',#2138,1.);
-#2138 = DIRECTION('',(0.,0.,1.));
-#2139 = ORIENTED_EDGE('',*,*,#1213,.F.);
-#2140 = ORIENTED_EDGE('',*,*,#2134,.F.);
-#2141 = CYLINDRICAL_SURFACE('',#2142,0.4);
-#2142 = AXIS2_PLACEMENT_3D('',#2143,#2144,#2145);
-#2143 = CARTESIAN_POINT('',(130.34,-54.73,-4.6E-02));
-#2144 = DIRECTION('',(-0.,-0.,-1.));
-#2145 = DIRECTION('',(-0.,-1.,0.));
-#2146 = ADVANCED_FACE('',(#2147),#2158,.F.);
-#2147 = FACE_BOUND('',#2148,.T.);
-#2148 = EDGE_LOOP('',(#2149,#2150,#2156,#2157));
-#2149 = ORIENTED_EDGE('',*,*,#512,.T.);
-#2150 = ORIENTED_EDGE('',*,*,#2151,.T.);
-#2151 = EDGE_CURVE('',#513,#1225,#2152,.T.);
-#2152 = LINE('',#2153,#2154);
-#2153 = CARTESIAN_POINT('',(139.,-57.31,-4.6E-02));
-#2154 = VECTOR('',#2155,1.);
-#2155 = DIRECTION('',(0.,0.,1.));
-#2156 = ORIENTED_EDGE('',*,*,#1224,.F.);
-#2157 = ORIENTED_EDGE('',*,*,#2151,.F.);
-#2158 = CYLINDRICAL_SURFACE('',#2159,0.5);
-#2159 = AXIS2_PLACEMENT_3D('',#2160,#2161,#2162);
-#2160 = CARTESIAN_POINT('',(139.,-56.81,-4.6E-02));
-#2161 = DIRECTION('',(-0.,-0.,-1.));
-#2162 = DIRECTION('',(-0.,-1.,0.));
-#2163 = ADVANCED_FACE('',(#2164),#2175,.F.);
-#2164 = FACE_BOUND('',#2165,.T.);
-#2165 = EDGE_LOOP('',(#2166,#2167,#2173,#2174));
-#2166 = ORIENTED_EDGE('',*,*,#523,.T.);
-#2167 = ORIENTED_EDGE('',*,*,#2168,.T.);
-#2168 = EDGE_CURVE('',#524,#1236,#2169,.T.);
-#2169 = LINE('',#2170,#2171);
-#2170 = CARTESIAN_POINT('',(148.7,-55.975,-4.6E-02));
-#2171 = VECTOR('',#2172,1.);
-#2172 = DIRECTION('',(0.,0.,1.));
-#2173 = ORIENTED_EDGE('',*,*,#1235,.F.);
-#2174 = ORIENTED_EDGE('',*,*,#2168,.F.);
-#2175 = CYLINDRICAL_SURFACE('',#2176,0.475);
-#2176 = AXIS2_PLACEMENT_3D('',#2177,#2178,#2179);
-#2177 = CARTESIAN_POINT('',(148.7,-55.5,-4.6E-02));
-#2178 = DIRECTION('',(-0.,-0.,-1.));
-#2179 = DIRECTION('',(-0.,-1.,0.));
-#2180 = ADVANCED_FACE('',(#2181),#2192,.F.);
-#2181 = FACE_BOUND('',#2182,.T.);
-#2182 = EDGE_LOOP('',(#2183,#2184,#2190,#2191));
-#2183 = ORIENTED_EDGE('',*,*,#534,.T.);
-#2184 = ORIENTED_EDGE('',*,*,#2185,.T.);
-#2185 = EDGE_CURVE('',#535,#1247,#2186,.T.);
-#2186 = LINE('',#2187,#2188);
-#2187 = CARTESIAN_POINT('',(67.,-45.6,-4.6E-02));
-#2188 = VECTOR('',#2189,1.);
-#2189 = DIRECTION('',(0.,0.,1.));
-#2190 = ORIENTED_EDGE('',*,*,#1246,.F.);
-#2191 = ORIENTED_EDGE('',*,*,#2185,.F.);
-#2192 = CYLINDRICAL_SURFACE('',#2193,1.6);
-#2193 = AXIS2_PLACEMENT_3D('',#2194,#2195,#2196);
-#2194 = CARTESIAN_POINT('',(67.,-44.,-4.6E-02));
-#2195 = DIRECTION('',(-0.,-0.,-1.));
-#2196 = DIRECTION('',(-0.,-1.,0.));
-#2197 = ADVANCED_FACE('',(#2198),#2209,.F.);
-#2198 = FACE_BOUND('',#2199,.T.);
-#2199 = EDGE_LOOP('',(#2200,#2201,#2207,#2208));
-#2200 = ORIENTED_EDGE('',*,*,#545,.T.);
-#2201 = ORIENTED_EDGE('',*,*,#2202,.T.);
-#2202 = EDGE_CURVE('',#546,#1258,#2203,.T.);
-#2203 = LINE('',#2204,#2205);
-#2204 = CARTESIAN_POINT('',(78.005,-44.02,-4.6E-02));
-#2205 = VECTOR('',#2206,1.);
-#2206 = DIRECTION('',(0.,0.,1.));
-#2207 = ORIENTED_EDGE('',*,*,#1257,.F.);
-#2208 = ORIENTED_EDGE('',*,*,#2202,.F.);
-#2209 = CYLINDRICAL_SURFACE('',#2210,0.45);
-#2210 = AXIS2_PLACEMENT_3D('',#2211,#2212,#2213);
-#2211 = CARTESIAN_POINT('',(78.005,-43.57,-4.6E-02));
-#2212 = DIRECTION('',(-0.,-0.,-1.));
-#2213 = DIRECTION('',(-0.,-1.,0.));
-#2214 = ADVANCED_FACE('',(#2215),#2226,.F.);
-#2215 = FACE_BOUND('',#2216,.T.);
-#2216 = EDGE_LOOP('',(#2217,#2218,#2224,#2225));
-#2217 = ORIENTED_EDGE('',*,*,#556,.T.);
-#2218 = ORIENTED_EDGE('',*,*,#2219,.T.);
-#2219 = EDGE_CURVE('',#557,#1269,#2220,.T.);
-#2220 = LINE('',#2221,#2222);
-#2221 = CARTESIAN_POINT('',(80.545,-44.02,-4.6E-02));
-#2222 = VECTOR('',#2223,1.);
-#2223 = DIRECTION('',(0.,0.,1.));
-#2224 = ORIENTED_EDGE('',*,*,#1268,.F.);
-#2225 = ORIENTED_EDGE('',*,*,#2219,.F.);
-#2226 = CYLINDRICAL_SURFACE('',#2227,0.45);
-#2227 = AXIS2_PLACEMENT_3D('',#2228,#2229,#2230);
-#2228 = CARTESIAN_POINT('',(80.545,-43.57,-4.6E-02));
-#2229 = DIRECTION('',(-0.,-0.,-1.));
-#2230 = DIRECTION('',(-0.,-1.,0.));
-#2231 = ADVANCED_FACE('',(#2232),#2243,.F.);
-#2232 = FACE_BOUND('',#2233,.T.);
-#2233 = EDGE_LOOP('',(#2234,#2235,#2241,#2242));
-#2234 = ORIENTED_EDGE('',*,*,#567,.T.);
-#2235 = ORIENTED_EDGE('',*,*,#2236,.T.);
-#2236 = EDGE_CURVE('',#568,#1280,#2237,.T.);
-#2237 = LINE('',#2238,#2239);
-#2238 = CARTESIAN_POINT('',(83.085,-44.02,-4.6E-02));
-#2239 = VECTOR('',#2240,1.);
-#2240 = DIRECTION('',(0.,0.,1.));
-#2241 = ORIENTED_EDGE('',*,*,#1279,.F.);
-#2242 = ORIENTED_EDGE('',*,*,#2236,.F.);
-#2243 = CYLINDRICAL_SURFACE('',#2244,0.45);
-#2244 = AXIS2_PLACEMENT_3D('',#2245,#2246,#2247);
-#2245 = CARTESIAN_POINT('',(83.085,-43.57,-4.6E-02));
-#2246 = DIRECTION('',(-0.,-0.,-1.));
-#2247 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#2248 = ADVANCED_FACE('',(#2249),#2260,.F.);
-#2249 = FACE_BOUND('',#2250,.T.);
-#2250 = EDGE_LOOP('',(#2251,#2252,#2258,#2259));
-#2251 = ORIENTED_EDGE('',*,*,#578,.T.);
-#2252 = ORIENTED_EDGE('',*,*,#2253,.T.);
-#2253 = EDGE_CURVE('',#579,#1291,#2254,.T.);
-#2254 = LINE('',#2255,#2256);
-#2255 = CARTESIAN_POINT('',(85.625,-44.02,-4.6E-02));
-#2256 = VECTOR('',#2257,1.);
-#2257 = DIRECTION('',(0.,0.,1.));
-#2258 = ORIENTED_EDGE('',*,*,#1290,.F.);
-#2259 = ORIENTED_EDGE('',*,*,#2253,.F.);
-#2260 = CYLINDRICAL_SURFACE('',#2261,0.45);
-#2261 = AXIS2_PLACEMENT_3D('',#2262,#2263,#2264);
-#2262 = CARTESIAN_POINT('',(85.625,-43.57,-4.6E-02));
-#2263 = DIRECTION('',(-0.,-0.,-1.));
-#2264 = DIRECTION('',(-0.,-1.,0.));
-#2265 = ADVANCED_FACE('',(#2266),#2277,.F.);
-#2266 = FACE_BOUND('',#2267,.T.);
-#2267 = EDGE_LOOP('',(#2268,#2269,#2275,#2276));
-#2268 = ORIENTED_EDGE('',*,*,#589,.T.);
-#2269 = ORIENTED_EDGE('',*,*,#2270,.T.);
-#2270 = EDGE_CURVE('',#590,#1302,#2271,.T.);
-#2271 = LINE('',#2272,#2273);
-#2272 = CARTESIAN_POINT('',(88.165,-44.02,-4.6E-02));
-#2273 = VECTOR('',#2274,1.);
-#2274 = DIRECTION('',(0.,0.,1.));
-#2275 = ORIENTED_EDGE('',*,*,#1301,.F.);
-#2276 = ORIENTED_EDGE('',*,*,#2270,.F.);
-#2277 = CYLINDRICAL_SURFACE('',#2278,0.45);
-#2278 = AXIS2_PLACEMENT_3D('',#2279,#2280,#2281);
-#2279 = CARTESIAN_POINT('',(88.165,-43.57,-4.6E-02));
-#2280 = DIRECTION('',(-0.,0.,-1.));
-#2281 = DIRECTION('',(3.157967714489E-14,-1.,-0.));
-#2282 = ADVANCED_FACE('',(#2283),#2294,.F.);
-#2283 = FACE_BOUND('',#2284,.T.);
-#2284 = EDGE_LOOP('',(#2285,#2286,#2292,#2293));
-#2285 = ORIENTED_EDGE('',*,*,#600,.T.);
-#2286 = ORIENTED_EDGE('',*,*,#2287,.T.);
-#2287 = EDGE_CURVE('',#601,#1313,#2288,.T.);
-#2288 = LINE('',#2289,#2290);
-#2289 = CARTESIAN_POINT('',(90.705,-44.02,-4.6E-02));
-#2290 = VECTOR('',#2291,1.);
-#2291 = DIRECTION('',(0.,0.,1.));
-#2292 = ORIENTED_EDGE('',*,*,#1312,.F.);
-#2293 = ORIENTED_EDGE('',*,*,#2287,.F.);
-#2294 = CYLINDRICAL_SURFACE('',#2295,0.45);
-#2295 = AXIS2_PLACEMENT_3D('',#2296,#2297,#2298);
-#2296 = CARTESIAN_POINT('',(90.705,-43.57,-4.6E-02));
-#2297 = DIRECTION('',(-0.,-0.,-1.));
-#2298 = DIRECTION('',(-0.,-1.,0.));
-#2299 = ADVANCED_FACE('',(#2300),#2311,.F.);
-#2300 = FACE_BOUND('',#2301,.T.);
-#2301 = EDGE_LOOP('',(#2302,#2303,#2309,#2310));
-#2302 = ORIENTED_EDGE('',*,*,#611,.T.);
-#2303 = ORIENTED_EDGE('',*,*,#2304,.T.);
-#2304 = EDGE_CURVE('',#612,#1324,#2305,.T.);
-#2305 = LINE('',#2306,#2307);
-#2306 = CARTESIAN_POINT('',(93.245,-44.02,-4.6E-02));
-#2307 = VECTOR('',#2308,1.);
-#2308 = DIRECTION('',(0.,0.,1.));
-#2309 = ORIENTED_EDGE('',*,*,#1323,.F.);
-#2310 = ORIENTED_EDGE('',*,*,#2304,.F.);
-#2311 = CYLINDRICAL_SURFACE('',#2312,0.45);
-#2312 = AXIS2_PLACEMENT_3D('',#2313,#2314,#2315);
-#2313 = CARTESIAN_POINT('',(93.245,-43.57,-4.6E-02));
-#2314 = DIRECTION('',(-0.,-0.,-1.));
-#2315 = DIRECTION('',(-0.,-1.,0.));
-#2316 = ADVANCED_FACE('',(#2317),#2328,.F.);
-#2317 = FACE_BOUND('',#2318,.T.);
-#2318 = EDGE_LOOP('',(#2319,#2320,#2326,#2327));
-#2319 = ORIENTED_EDGE('',*,*,#622,.T.);
-#2320 = ORIENTED_EDGE('',*,*,#2321,.T.);
-#2321 = EDGE_CURVE('',#623,#1335,#2322,.T.);
-#2322 = LINE('',#2323,#2324);
-#2323 = CARTESIAN_POINT('',(95.785,-44.02,-4.6E-02));
-#2324 = VECTOR('',#2325,1.);
-#2325 = DIRECTION('',(0.,0.,1.));
-#2326 = ORIENTED_EDGE('',*,*,#1334,.F.);
-#2327 = ORIENTED_EDGE('',*,*,#2321,.F.);
-#2328 = CYLINDRICAL_SURFACE('',#2329,0.45);
-#2329 = AXIS2_PLACEMENT_3D('',#2330,#2331,#2332);
-#2330 = CARTESIAN_POINT('',(95.785,-43.57,-4.6E-02));
-#2331 = DIRECTION('',(-0.,-0.,-1.));
-#2332 = DIRECTION('',(-0.,-1.,0.));
-#2333 = ADVANCED_FACE('',(#2334),#2345,.F.);
-#2334 = FACE_BOUND('',#2335,.T.);
-#2335 = EDGE_LOOP('',(#2336,#2337,#2343,#2344));
-#2336 = ORIENTED_EDGE('',*,*,#633,.T.);
-#2337 = ORIENTED_EDGE('',*,*,#2338,.T.);
-#2338 = EDGE_CURVE('',#634,#1346,#2339,.T.);
-#2339 = LINE('',#2340,#2341);
-#2340 = CARTESIAN_POINT('',(98.325,-44.02,-4.6E-02));
-#2341 = VECTOR('',#2342,1.);
-#2342 = DIRECTION('',(0.,0.,1.));
-#2343 = ORIENTED_EDGE('',*,*,#1345,.F.);
-#2344 = ORIENTED_EDGE('',*,*,#2338,.F.);
-#2345 = CYLINDRICAL_SURFACE('',#2346,0.45);
-#2346 = AXIS2_PLACEMENT_3D('',#2347,#2348,#2349);
-#2347 = CARTESIAN_POINT('',(98.325,-43.57,-4.6E-02));
-#2348 = DIRECTION('',(-0.,-0.,-1.));
-#2349 = DIRECTION('',(-0.,-1.,0.));
-#2350 = ADVANCED_FACE('',(#2351),#2362,.F.);
-#2351 = FACE_BOUND('',#2352,.T.);
-#2352 = EDGE_LOOP('',(#2353,#2354,#2360,#2361));
-#2353 = ORIENTED_EDGE('',*,*,#644,.T.);
-#2354 = ORIENTED_EDGE('',*,*,#2355,.T.);
-#2355 = EDGE_CURVE('',#645,#1357,#2356,.T.);
-#2356 = LINE('',#2357,#2358);
-#2357 = CARTESIAN_POINT('',(100.865,-44.02,-4.6E-02));
-#2358 = VECTOR('',#2359,1.);
-#2359 = DIRECTION('',(0.,0.,1.));
-#2360 = ORIENTED_EDGE('',*,*,#1356,.F.);
-#2361 = ORIENTED_EDGE('',*,*,#2355,.F.);
-#2362 = CYLINDRICAL_SURFACE('',#2363,0.45);
-#2363 = AXIS2_PLACEMENT_3D('',#2364,#2365,#2366);
-#2364 = CARTESIAN_POINT('',(100.865,-43.57,-4.6E-02));
-#2365 = DIRECTION('',(-0.,-0.,-1.));
-#2366 = DIRECTION('',(-3.157967714489E-14,-1.,0.));
-#2367 = ADVANCED_FACE('',(#2368),#2379,.F.);
-#2368 = FACE_BOUND('',#2369,.T.);
-#2369 = EDGE_LOOP('',(#2370,#2371,#2377,#2378));
-#2370 = ORIENTED_EDGE('',*,*,#655,.T.);
-#2371 = ORIENTED_EDGE('',*,*,#2372,.T.);
-#2372 = EDGE_CURVE('',#656,#1368,#2373,.T.);
-#2373 = LINE('',#2374,#2375);
-#2374 = CARTESIAN_POINT('',(103.405,-44.02,-4.6E-02));
-#2375 = VECTOR('',#2376,1.);
-#2376 = DIRECTION('',(0.,0.,1.));
-#2377 = ORIENTED_EDGE('',*,*,#1367,.F.);
-#2378 = ORIENTED_EDGE('',*,*,#2372,.F.);
-#2379 = CYLINDRICAL_SURFACE('',#2380,0.45);
-#2380 = AXIS2_PLACEMENT_3D('',#2381,#2382,#2383);
-#2381 = CARTESIAN_POINT('',(103.405,-43.57,-4.6E-02));
-#2382 = DIRECTION('',(-0.,-0.,-1.));
-#2383 = DIRECTION('',(-0.,-1.,0.));
-#2384 = ADVANCED_FACE('',(#2385),#2396,.F.);
-#2385 = FACE_BOUND('',#2386,.T.);
-#2386 = EDGE_LOOP('',(#2387,#2388,#2394,#2395));
-#2387 = ORIENTED_EDGE('',*,*,#666,.T.);
-#2388 = ORIENTED_EDGE('',*,*,#2389,.T.);
-#2389 = EDGE_CURVE('',#667,#1379,#2390,.T.);
-#2390 = LINE('',#2391,#2392);
-#2391 = CARTESIAN_POINT('',(105.945,-44.02,-4.6E-02));
-#2392 = VECTOR('',#2393,1.);
-#2393 = DIRECTION('',(0.,0.,1.));
-#2394 = ORIENTED_EDGE('',*,*,#1378,.F.);
-#2395 = ORIENTED_EDGE('',*,*,#2389,.F.);
-#2396 = CYLINDRICAL_SURFACE('',#2397,0.45);
-#2397 = AXIS2_PLACEMENT_3D('',#2398,#2399,#2400);
-#2398 = CARTESIAN_POINT('',(105.945,-43.57,-4.6E-02));
-#2399 = DIRECTION('',(-0.,-0.,-1.));
-#2400 = DIRECTION('',(-0.,-1.,0.));
-#2401 = ADVANCED_FACE('',(#2402),#2413,.F.);
-#2402 = FACE_BOUND('',#2403,.T.);
-#2403 = EDGE_LOOP('',(#2404,#2405,#2411,#2412));
-#2404 = ORIENTED_EDGE('',*,*,#677,.T.);
-#2405 = ORIENTED_EDGE('',*,*,#2406,.T.);
-#2406 = EDGE_CURVE('',#678,#1390,#2407,.T.);
-#2407 = LINE('',#2408,#2409);
-#2408 = CARTESIAN_POINT('',(108.485,-44.02,-4.6E-02));
-#2409 = VECTOR('',#2410,1.);
-#2410 = DIRECTION('',(0.,0.,1.));
-#2411 = ORIENTED_EDGE('',*,*,#1389,.F.);
-#2412 = ORIENTED_EDGE('',*,*,#2406,.F.);
-#2413 = CYLINDRICAL_SURFACE('',#2414,0.45);
-#2414 = AXIS2_PLACEMENT_3D('',#2415,#2416,#2417);
-#2415 = CARTESIAN_POINT('',(108.485,-43.57,-4.6E-02));
-#2416 = DIRECTION('',(-0.,-0.,-1.));
-#2417 = DIRECTION('',(-0.,-1.,0.));
-#2418 = ADVANCED_FACE('',(#2419),#2430,.F.);
-#2419 = FACE_BOUND('',#2420,.T.);
-#2420 = EDGE_LOOP('',(#2421,#2422,#2428,#2429));
-#2421 = ORIENTED_EDGE('',*,*,#688,.T.);
-#2422 = ORIENTED_EDGE('',*,*,#2423,.T.);
-#2423 = EDGE_CURVE('',#689,#1401,#2424,.T.);
-#2424 = LINE('',#2425,#2426);
-#2425 = CARTESIAN_POINT('',(117.64,-52.59,-4.6E-02));
-#2426 = VECTOR('',#2427,1.);
-#2427 = DIRECTION('',(0.,0.,1.));
-#2428 = ORIENTED_EDGE('',*,*,#1400,.F.);
-#2429 = ORIENTED_EDGE('',*,*,#2423,.F.);
-#2430 = CYLINDRICAL_SURFACE('',#2431,0.4);
-#2431 = AXIS2_PLACEMENT_3D('',#2432,#2433,#2434);
-#2432 = CARTESIAN_POINT('',(117.64,-52.19,-4.6E-02));
-#2433 = DIRECTION('',(-0.,-0.,-1.));
-#2434 = DIRECTION('',(-0.,-1.,0.));
-#2435 = ADVANCED_FACE('',(#2436),#2447,.F.);
-#2436 = FACE_BOUND('',#2437,.T.);
-#2437 = EDGE_LOOP('',(#2438,#2439,#2445,#2446));
-#2438 = ORIENTED_EDGE('',*,*,#699,.T.);
-#2439 = ORIENTED_EDGE('',*,*,#2440,.T.);
-#2440 = EDGE_CURVE('',#700,#1412,#2441,.T.);
-#2441 = LINE('',#2442,#2443);
-#2442 = CARTESIAN_POINT('',(130.34,-52.59,-4.6E-02));
-#2443 = VECTOR('',#2444,1.);
-#2444 = DIRECTION('',(0.,0.,1.));
-#2445 = ORIENTED_EDGE('',*,*,#1411,.F.);
-#2446 = ORIENTED_EDGE('',*,*,#2440,.F.);
-#2447 = CYLINDRICAL_SURFACE('',#2448,0.4);
-#2448 = AXIS2_PLACEMENT_3D('',#2449,#2450,#2451);
-#2449 = CARTESIAN_POINT('',(130.34,-52.19,-4.6E-02));
-#2450 = DIRECTION('',(-0.,-0.,-1.));
-#2451 = DIRECTION('',(-0.,-1.,0.));
-#2452 = ADVANCED_FACE('',(#2453),#2464,.F.);
-#2453 = FACE_BOUND('',#2454,.T.);
-#2454 = EDGE_LOOP('',(#2455,#2456,#2462,#2463));
-#2455 = ORIENTED_EDGE('',*,*,#710,.T.);
-#2456 = ORIENTED_EDGE('',*,*,#2457,.T.);
-#2457 = EDGE_CURVE('',#711,#1423,#2458,.T.);
-#2458 = LINE('',#2459,#2460);
-#2459 = CARTESIAN_POINT('',(117.64,-50.05,-4.6E-02));
-#2460 = VECTOR('',#2461,1.);
-#2461 = DIRECTION('',(0.,0.,1.));
-#2462 = ORIENTED_EDGE('',*,*,#1422,.F.);
-#2463 = ORIENTED_EDGE('',*,*,#2457,.F.);
-#2464 = CYLINDRICAL_SURFACE('',#2465,0.4);
-#2465 = AXIS2_PLACEMENT_3D('',#2466,#2467,#2468);
-#2466 = CARTESIAN_POINT('',(117.64,-49.65,-4.6E-02));
-#2467 = DIRECTION('',(-0.,-0.,-1.));
-#2468 = DIRECTION('',(-0.,-1.,0.));
-#2469 = ADVANCED_FACE('',(#2470),#2481,.F.);
-#2470 = FACE_BOUND('',#2471,.T.);
-#2471 = EDGE_LOOP('',(#2472,#2473,#2479,#2480));
-#2472 = ORIENTED_EDGE('',*,*,#721,.T.);
-#2473 = ORIENTED_EDGE('',*,*,#2474,.T.);
-#2474 = EDGE_CURVE('',#722,#1434,#2475,.T.);
-#2475 = LINE('',#2476,#2477);
-#2476 = CARTESIAN_POINT('',(130.34,-50.05,-4.6E-02));
-#2477 = VECTOR('',#2478,1.);
-#2478 = DIRECTION('',(0.,0.,1.));
-#2479 = ORIENTED_EDGE('',*,*,#1433,.F.);
-#2480 = ORIENTED_EDGE('',*,*,#2474,.F.);
-#2481 = CYLINDRICAL_SURFACE('',#2482,0.4);
-#2482 = AXIS2_PLACEMENT_3D('',#2483,#2484,#2485);
-#2483 = CARTESIAN_POINT('',(130.34,-49.65,-4.6E-02));
-#2484 = DIRECTION('',(-0.,-0.,-1.));
-#2485 = DIRECTION('',(-0.,-1.,0.));
-#2486 = ADVANCED_FACE('',(#2487),#2498,.F.);
-#2487 = FACE_BOUND('',#2488,.T.);
-#2488 = EDGE_LOOP('',(#2489,#2490,#2496,#2497));
-#2489 = ORIENTED_EDGE('',*,*,#732,.T.);
-#2490 = ORIENTED_EDGE('',*,*,#2491,.T.);
-#2491 = EDGE_CURVE('',#733,#1445,#2492,.T.);
-#2492 = LINE('',#2493,#2494);
-#2493 = CARTESIAN_POINT('',(139.,-54.77,-4.6E-02));
-#2494 = VECTOR('',#2495,1.);
-#2495 = DIRECTION('',(0.,0.,1.));
-#2496 = ORIENTED_EDGE('',*,*,#1444,.F.);
-#2497 = ORIENTED_EDGE('',*,*,#2491,.F.);
-#2498 = CYLINDRICAL_SURFACE('',#2499,0.5);
-#2499 = AXIS2_PLACEMENT_3D('',#2500,#2501,#2502);
-#2500 = CARTESIAN_POINT('',(139.,-54.27,-4.6E-02));
-#2501 = DIRECTION('',(-0.,-0.,-1.));
-#2502 = DIRECTION('',(-0.,-1.,0.));
-#2503 = ADVANCED_FACE('',(#2504),#2515,.F.);
-#2504 = FACE_BOUND('',#2505,.T.);
-#2505 = EDGE_LOOP('',(#2506,#2507,#2513,#2514));
-#2506 = ORIENTED_EDGE('',*,*,#743,.T.);
-#2507 = ORIENTED_EDGE('',*,*,#2508,.T.);
-#2508 = EDGE_CURVE('',#744,#1456,#2509,.T.);
-#2509 = LINE('',#2510,#2511);
-#2510 = CARTESIAN_POINT('',(139.,-52.23,-4.6E-02));
-#2511 = VECTOR('',#2512,1.);
-#2512 = DIRECTION('',(0.,0.,1.));
-#2513 = ORIENTED_EDGE('',*,*,#1455,.F.);
-#2514 = ORIENTED_EDGE('',*,*,#2508,.F.);
-#2515 = CYLINDRICAL_SURFACE('',#2516,0.5);
-#2516 = AXIS2_PLACEMENT_3D('',#2517,#2518,#2519);
-#2517 = CARTESIAN_POINT('',(139.,-51.73,-4.6E-02));
-#2518 = DIRECTION('',(-0.,-0.,-1.));
-#2519 = DIRECTION('',(-0.,-1.,0.));
-#2520 = ADVANCED_FACE('',(#2521),#2532,.F.);
-#2521 = FACE_BOUND('',#2522,.T.);
-#2522 = EDGE_LOOP('',(#2523,#2524,#2530,#2531));
-#2523 = ORIENTED_EDGE('',*,*,#754,.T.);
-#2524 = ORIENTED_EDGE('',*,*,#2525,.T.);
-#2525 = EDGE_CURVE('',#755,#1467,#2526,.T.);
-#2526 = LINE('',#2527,#2528);
-#2527 = CARTESIAN_POINT('',(148.7,-53.475,-4.6E-02));
-#2528 = VECTOR('',#2529,1.);
-#2529 = DIRECTION('',(0.,0.,1.));
-#2530 = ORIENTED_EDGE('',*,*,#1466,.F.);
-#2531 = ORIENTED_EDGE('',*,*,#2525,.F.);
-#2532 = CYLINDRICAL_SURFACE('',#2533,0.475);
-#2533 = AXIS2_PLACEMENT_3D('',#2534,#2535,#2536);
-#2534 = CARTESIAN_POINT('',(148.7,-53.,-4.6E-02));
-#2535 = DIRECTION('',(-0.,-0.,-1.));
-#2536 = DIRECTION('',(-0.,-1.,0.));
-#2537 = ADVANCED_FACE('',(#2538),#2549,.F.);
-#2538 = FACE_BOUND('',#2539,.T.);
-#2539 = EDGE_LOOP('',(#2540,#2541,#2547,#2548));
-#2540 = ORIENTED_EDGE('',*,*,#765,.T.);
-#2541 = ORIENTED_EDGE('',*,*,#2542,.T.);
-#2542 = EDGE_CURVE('',#766,#1478,#2543,.T.);
-#2543 = LINE('',#2544,#2545);
-#2544 = CARTESIAN_POINT('',(139.,-49.69,-4.6E-02));
-#2545 = VECTOR('',#2546,1.);
-#2546 = DIRECTION('',(0.,0.,1.));
-#2547 = ORIENTED_EDGE('',*,*,#1477,.F.);
-#2548 = ORIENTED_EDGE('',*,*,#2542,.F.);
-#2549 = CYLINDRICAL_SURFACE('',#2550,0.5);
-#2550 = AXIS2_PLACEMENT_3D('',#2551,#2552,#2553);
-#2551 = CARTESIAN_POINT('',(139.,-49.19,-4.6E-02));
-#2552 = DIRECTION('',(-0.,-0.,-1.));
-#2553 = DIRECTION('',(-0.,-1.,0.));
-#2554 = ADVANCED_FACE('',(#2555),#2566,.F.);
-#2555 = FACE_BOUND('',#2556,.T.);
-#2556 = EDGE_LOOP('',(#2557,#2558,#2564,#2565));
-#2557 = ORIENTED_EDGE('',*,*,#776,.T.);
-#2558 = ORIENTED_EDGE('',*,*,#2559,.T.);
-#2559 = EDGE_CURVE('',#777,#1489,#2560,.T.);
-#2560 = LINE('',#2561,#2562);
-#2561 = CARTESIAN_POINT('',(148.7,-50.975,-4.6E-02));
-#2562 = VECTOR('',#2563,1.);
-#2563 = DIRECTION('',(0.,0.,1.));
-#2564 = ORIENTED_EDGE('',*,*,#1488,.F.);
-#2565 = ORIENTED_EDGE('',*,*,#2559,.F.);
-#2566 = CYLINDRICAL_SURFACE('',#2567,0.475);
-#2567 = AXIS2_PLACEMENT_3D('',#2568,#2569,#2570);
-#2568 = CARTESIAN_POINT('',(148.7,-50.5,-4.6E-02));
-#2569 = DIRECTION('',(-0.,-0.,-1.));
-#2570 = DIRECTION('',(-0.,-1.,0.));
-#2571 = ADVANCED_FACE('',(#2572),#2583,.F.);
-#2572 = FACE_BOUND('',#2573,.T.);
-#2573 = EDGE_LOOP('',(#2574,#2575,#2581,#2582));
-#2574 = ORIENTED_EDGE('',*,*,#787,.T.);
-#2575 = ORIENTED_EDGE('',*,*,#2576,.T.);
-#2576 = EDGE_CURVE('',#788,#1500,#2577,.T.);
-#2577 = LINE('',#2578,#2579);
-#2578 = CARTESIAN_POINT('',(117.64,-47.51,-4.6E-02));
-#2579 = VECTOR('',#2580,1.);
-#2580 = DIRECTION('',(0.,0.,1.));
-#2581 = ORIENTED_EDGE('',*,*,#1499,.F.);
-#2582 = ORIENTED_EDGE('',*,*,#2576,.F.);
-#2583 = CYLINDRICAL_SURFACE('',#2584,0.4);
-#2584 = AXIS2_PLACEMENT_3D('',#2585,#2586,#2587);
-#2585 = CARTESIAN_POINT('',(117.64,-47.11,-4.6E-02));
-#2586 = DIRECTION('',(-0.,-0.,-1.));
-#2587 = DIRECTION('',(-0.,-1.,0.));
-#2588 = ADVANCED_FACE('',(#2589),#2600,.F.);
-#2589 = FACE_BOUND('',#2590,.T.);
-#2590 = EDGE_LOOP('',(#2591,#2592,#2598,#2599));
-#2591 = ORIENTED_EDGE('',*,*,#798,.T.);
-#2592 = ORIENTED_EDGE('',*,*,#2593,.T.);
-#2593 = EDGE_CURVE('',#799,#1511,#2594,.T.);
-#2594 = LINE('',#2595,#2596);
-#2595 = CARTESIAN_POINT('',(130.34,-47.51,-4.6E-02));
-#2596 = VECTOR('',#2597,1.);
-#2597 = DIRECTION('',(0.,0.,1.));
-#2598 = ORIENTED_EDGE('',*,*,#1510,.F.);
-#2599 = ORIENTED_EDGE('',*,*,#2593,.F.);
-#2600 = CYLINDRICAL_SURFACE('',#2601,0.4);
-#2601 = AXIS2_PLACEMENT_3D('',#2602,#2603,#2604);
-#2602 = CARTESIAN_POINT('',(130.34,-47.11,-4.6E-02));
-#2603 = DIRECTION('',(-0.,-0.,-1.));
-#2604 = DIRECTION('',(-0.,-1.,0.));
-#2605 = ADVANCED_FACE('',(#2606),#2617,.F.);
-#2606 = FACE_BOUND('',#2607,.T.);
-#2607 = EDGE_LOOP('',(#2608,#2609,#2615,#2616));
-#2608 = ORIENTED_EDGE('',*,*,#809,.T.);
-#2609 = ORIENTED_EDGE('',*,*,#2610,.T.);
-#2610 = EDGE_CURVE('',#810,#1522,#2611,.T.);
-#2611 = LINE('',#2612,#2613);
-#2612 = CARTESIAN_POINT('',(111.025,-44.02,-4.6E-02));
-#2613 = VECTOR('',#2614,1.);
-#2614 = DIRECTION('',(0.,0.,1.));
-#2615 = ORIENTED_EDGE('',*,*,#1521,.F.);
-#2616 = ORIENTED_EDGE('',*,*,#2610,.F.);
-#2617 = CYLINDRICAL_SURFACE('',#2618,0.45);
-#2618 = AXIS2_PLACEMENT_3D('',#2619,#2620,#2621);
-#2619 = CARTESIAN_POINT('',(111.025,-43.57,-4.6E-02));
-#2620 = DIRECTION('',(-0.,-0.,-1.));
-#2621 = DIRECTION('',(-0.,-1.,0.));
-#2622 = ADVANCED_FACE('',(#2623),#2634,.F.);
-#2623 = FACE_BOUND('',#2624,.T.);
-#2624 = EDGE_LOOP('',(#2625,#2626,#2632,#2633));
-#2625 = ORIENTED_EDGE('',*,*,#820,.T.);
-#2626 = ORIENTED_EDGE('',*,*,#2627,.T.);
-#2627 = EDGE_CURVE('',#821,#1533,#2628,.T.);
-#2628 = LINE('',#2629,#2630);
-#2629 = CARTESIAN_POINT('',(113.565,-44.02,-4.6E-02));
-#2630 = VECTOR('',#2631,1.);
-#2631 = DIRECTION('',(0.,0.,1.));
-#2632 = ORIENTED_EDGE('',*,*,#1532,.F.);
-#2633 = ORIENTED_EDGE('',*,*,#2627,.F.);
-#2634 = CYLINDRICAL_SURFACE('',#2635,0.45);
-#2635 = AXIS2_PLACEMENT_3D('',#2636,#2637,#2638);
-#2636 = CARTESIAN_POINT('',(113.565,-43.57,-4.6E-02));
-#2637 = DIRECTION('',(-0.,-0.,-1.));
-#2638 = DIRECTION('',(-0.,-1.,0.));
-#2639 = ADVANCED_FACE('',(#2640),#2651,.F.);
-#2640 = FACE_BOUND('',#2641,.T.);
-#2641 = EDGE_LOOP('',(#2642,#2643,#2649,#2650));
-#2642 = ORIENTED_EDGE('',*,*,#831,.T.);
-#2643 = ORIENTED_EDGE('',*,*,#2644,.T.);
-#2644 = EDGE_CURVE('',#832,#1544,#2645,.T.);
-#2645 = LINE('',#2646,#2647);
-#2646 = CARTESIAN_POINT('',(153.,-45.6,-4.6E-02));
-#2647 = VECTOR('',#2648,1.);
-#2648 = DIRECTION('',(0.,0.,1.));
-#2649 = ORIENTED_EDGE('',*,*,#1543,.F.);
-#2650 = ORIENTED_EDGE('',*,*,#2644,.F.);
-#2651 = CYLINDRICAL_SURFACE('',#2652,1.6);
-#2652 = AXIS2_PLACEMENT_3D('',#2653,#2654,#2655);
-#2653 = CARTESIAN_POINT('',(153.,-44.,-4.6E-02));
-#2654 = DIRECTION('',(-0.,-0.,-1.));
-#2655 = DIRECTION('',(-0.,-1.,0.));
-#2656 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
-GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#2660))
-GLOBAL_UNIT_ASSIGNED_CONTEXT((#2657,#2658,#2659)) REPRESENTATION_CONTEXT
-('Context #1','3D Context with UNIT and UNCERTAINTY') );
-#2657 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
-#2658 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
-#2659 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
-#2660 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#2657,
+#58 = DIRECTION('',(1.,0.,0.));
+#59 = AXIS2_PLACEMENT_3D('',#60,#61,#62);
+#60 = CARTESIAN_POINT('',(125.,-77.,1.595));
+#61 = DIRECTION('',(0.,0.,1.));
+#62 = DIRECTION('',(1.,0.,0.));
+#63 = AXIS2_PLACEMENT_3D('',#64,#65,#66);
+#64 = CARTESIAN_POINT('',(125.,-83.,1.595));
+#65 = DIRECTION('',(0.,0.,1.));
+#66 = DIRECTION('',(1.,0.,0.));
+#67 = AXIS2_PLACEMENT_3D('',#68,#69,#70);
+#68 = CARTESIAN_POINT('',(116.,-45.,1.595));
+#69 = DIRECTION('',(0.,0.,1.));
+#70 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#71 = AXIS2_PLACEMENT_3D('',#72,#73,#74);
+#72 = CARTESIAN_POINT('',(125.,-95.,1.595));
+#73 = DIRECTION('',(0.,0.,1.));
+#74 = DIRECTION('',(1.,0.,0.));
+#75 = AXIS2_PLACEMENT_3D('',#76,#77,#78);
+#76 = CARTESIAN_POINT('',(97.,-80.,1.595));
+#77 = DIRECTION('',(0.,0.,1.));
+#78 = DIRECTION('',(1.,0.,0.));
+#79 = AXIS2_PLACEMENT_3D('',#80,#81,#82);
+#80 = CARTESIAN_POINT('',(96.,-45.,1.595));
+#81 = DIRECTION('',(0.,0.,1.));
+#82 = DIRECTION('',(1.,0.,0.));
+#83 = AXIS2_PLACEMENT_3D('',#84,#85,#86);
+#84 = CARTESIAN_POINT('',(0.,0.,0.));
+#85 = DIRECTION('',(0.,0.,1.));
+#86 = DIRECTION('',(1.,0.,-0.));
+#87 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
+GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#91)) GLOBAL_UNIT_ASSIGNED_CONTEXT(
+(#88,#89,#90)) REPRESENTATION_CONTEXT('Context #1',
+ '3D Context with UNIT and UNCERTAINTY') );
+#88 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
+#89 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
+#90 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
+#91 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#88,
'distance_accuracy_value','confusion accuracy');
-#2661 = SHAPE_DEFINITION_REPRESENTATION(#2662,#25);
-#2662 = PRODUCT_DEFINITION_SHAPE('','',#2663);
-#2663 = PRODUCT_DEFINITION('design','',#2664,#2667);
-#2664 = PRODUCT_DEFINITION_FORMATION('','',#2665);
-#2665 = PRODUCT('firstpcb_PCB','firstpcb_PCB','',(#2666));
-#2666 = PRODUCT_CONTEXT('',#2,'mechanical');
-#2667 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
-#2668 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#2669,#2671);
-#2669 = ( REPRESENTATION_RELATIONSHIP('','',#25,#10)
-REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#2670)
+#92 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#7));
+#93 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#94),#884);
+#94 = MANIFOLD_SOLID_BREP('',#95);
+#95 = CLOSED_SHELL('',(#96,#136,#219,#244,#269,#336,#353,#370,#419,#436,
+ #453,#502,#519,#588,#619,#643,#712,#736,#753,#770,#787,#804,#821,
+ #838,#855,#872));
+#96 = ADVANCED_FACE('',(#97),#131,.F.);
+#97 = FACE_BOUND('',#98,.F.);
+#98 = EDGE_LOOP('',(#99,#109,#117,#125));
+#99 = ORIENTED_EDGE('',*,*,#100,.F.);
+#100 = EDGE_CURVE('',#101,#103,#105,.T.);
+#101 = VERTEX_POINT('',#102);
+#102 = CARTESIAN_POINT('',(-1.,-0.6,4.5E-02));
+#103 = VERTEX_POINT('',#104);
+#104 = CARTESIAN_POINT('',(-1.,-0.6,0.405));
+#105 = LINE('',#106,#107);
+#106 = CARTESIAN_POINT('',(-1.,-0.6,0.));
+#107 = VECTOR('',#108,1.);
+#108 = DIRECTION('',(0.,0.,1.));
+#109 = ORIENTED_EDGE('',*,*,#110,.T.);
+#110 = EDGE_CURVE('',#101,#111,#113,.T.);
+#111 = VERTEX_POINT('',#112);
+#112 = CARTESIAN_POINT('',(-1.,0.6,4.5E-02));
+#113 = LINE('',#114,#115);
+#114 = CARTESIAN_POINT('',(-1.,-0.6,4.5E-02));
+#115 = VECTOR('',#116,1.);
+#116 = DIRECTION('',(0.,1.,0.));
+#117 = ORIENTED_EDGE('',*,*,#118,.T.);
+#118 = EDGE_CURVE('',#111,#119,#121,.T.);
+#119 = VERTEX_POINT('',#120);
+#120 = CARTESIAN_POINT('',(-1.,0.6,0.405));
+#121 = LINE('',#122,#123);
+#122 = CARTESIAN_POINT('',(-1.,0.6,0.));
+#123 = VECTOR('',#124,1.);
+#124 = DIRECTION('',(0.,0.,1.));
+#125 = ORIENTED_EDGE('',*,*,#126,.F.);
+#126 = EDGE_CURVE('',#103,#119,#127,.T.);
+#127 = LINE('',#128,#129);
+#128 = CARTESIAN_POINT('',(-1.,-0.6,0.405));
+#129 = VECTOR('',#130,1.);
+#130 = DIRECTION('',(0.,1.,0.));
+#131 = PLANE('',#132);
+#132 = AXIS2_PLACEMENT_3D('',#133,#134,#135);
+#133 = CARTESIAN_POINT('',(-1.,-0.6,0.));
+#134 = DIRECTION('',(1.,0.,0.));
+#135 = DIRECTION('',(0.,0.,1.));
+#136 = ADVANCED_FACE('',(#137),#214,.F.);
+#137 = FACE_BOUND('',#138,.F.);
+#138 = EDGE_LOOP('',(#139,#149,#156,#157,#166,#174,#183,#191,#199,#207)
+ );
+#139 = ORIENTED_EDGE('',*,*,#140,.F.);
+#140 = EDGE_CURVE('',#141,#143,#145,.T.);
+#141 = VERTEX_POINT('',#142);
+#142 = CARTESIAN_POINT('',(-0.955,-0.6,-2.775557561563E-17));
+#143 = VERTEX_POINT('',#144);
+#144 = CARTESIAN_POINT('',(-0.745,-0.6,-2.775557561563E-17));
+#145 = LINE('',#146,#147);
+#146 = CARTESIAN_POINT('',(-1.,-0.6,0.));
+#147 = VECTOR('',#148,1.);
+#148 = DIRECTION('',(1.,0.,0.));
+#149 = ORIENTED_EDGE('',*,*,#150,.F.);
+#150 = EDGE_CURVE('',#101,#141,#151,.T.);
+#151 = CIRCLE('',#152,4.5E-02);
+#152 = AXIS2_PLACEMENT_3D('',#153,#154,#155);
+#153 = CARTESIAN_POINT('',(-0.955,-0.6,4.5E-02));
+#154 = DIRECTION('',(0.,-1.,0.));
+#155 = DIRECTION('',(0.,0.,1.));
+#156 = ORIENTED_EDGE('',*,*,#100,.T.);
+#157 = ORIENTED_EDGE('',*,*,#158,.T.);
+#158 = EDGE_CURVE('',#103,#159,#161,.T.);
+#159 = VERTEX_POINT('',#160);
+#160 = CARTESIAN_POINT('',(-0.955,-0.6,0.45));
+#161 = CIRCLE('',#162,4.5E-02);
+#162 = AXIS2_PLACEMENT_3D('',#163,#164,#165);
+#163 = CARTESIAN_POINT('',(-0.955,-0.6,0.405));
+#164 = DIRECTION('',(0.,1.,0.));
+#165 = DIRECTION('',(0.,-0.,1.));
+#166 = ORIENTED_EDGE('',*,*,#167,.T.);
+#167 = EDGE_CURVE('',#159,#168,#170,.T.);
+#168 = VERTEX_POINT('',#169);
+#169 = CARTESIAN_POINT('',(-0.745,-0.6,0.45));
+#170 = LINE('',#171,#172);
+#171 = CARTESIAN_POINT('',(-1.,-0.6,0.45));
+#172 = VECTOR('',#173,1.);
+#173 = DIRECTION('',(1.,0.,0.));
+#174 = ORIENTED_EDGE('',*,*,#175,.F.);
+#175 = EDGE_CURVE('',#176,#168,#178,.T.);
+#176 = VERTEX_POINT('',#177);
+#177 = CARTESIAN_POINT('',(-0.7,-0.6,0.405));
+#178 = CIRCLE('',#179,4.5E-02);
+#179 = AXIS2_PLACEMENT_3D('',#180,#181,#182);
+#180 = CARTESIAN_POINT('',(-0.745,-0.6,0.405));
+#181 = DIRECTION('',(0.,-1.,0.));
+#182 = DIRECTION('',(0.,0.,1.));
+#183 = ORIENTED_EDGE('',*,*,#184,.F.);
+#184 = EDGE_CURVE('',#185,#176,#187,.T.);
+#185 = VERTEX_POINT('',#186);
+#186 = CARTESIAN_POINT('',(-0.955,-0.6,0.405));
+#187 = LINE('',#188,#189);
+#188 = CARTESIAN_POINT('',(-0.955,-0.6,0.405));
+#189 = VECTOR('',#190,1.);
+#190 = DIRECTION('',(1.,0.,0.));
+#191 = ORIENTED_EDGE('',*,*,#192,.F.);
+#192 = EDGE_CURVE('',#193,#185,#195,.T.);
+#193 = VERTEX_POINT('',#194);
+#194 = CARTESIAN_POINT('',(-0.955,-0.6,4.5E-02));
+#195 = LINE('',#196,#197);
+#196 = CARTESIAN_POINT('',(-0.955,-0.6,4.5E-02));
+#197 = VECTOR('',#198,1.);
+#198 = DIRECTION('',(0.,0.,1.));
+#199 = ORIENTED_EDGE('',*,*,#200,.T.);
+#200 = EDGE_CURVE('',#193,#201,#203,.T.);
+#201 = VERTEX_POINT('',#202);
+#202 = CARTESIAN_POINT('',(-0.7,-0.6,4.5E-02));
+#203 = LINE('',#204,#205);
+#204 = CARTESIAN_POINT('',(-0.955,-0.6,4.5E-02));
+#205 = VECTOR('',#206,1.);
+#206 = DIRECTION('',(1.,0.,0.));
+#207 = ORIENTED_EDGE('',*,*,#208,.T.);
+#208 = EDGE_CURVE('',#201,#143,#209,.T.);
+#209 = CIRCLE('',#210,4.5E-02);
+#210 = AXIS2_PLACEMENT_3D('',#211,#212,#213);
+#211 = CARTESIAN_POINT('',(-0.745,-0.6,4.5E-02));
+#212 = DIRECTION('',(0.,1.,0.));
+#213 = DIRECTION('',(0.,-0.,1.));
+#214 = PLANE('',#215);
+#215 = AXIS2_PLACEMENT_3D('',#216,#217,#218);
+#216 = CARTESIAN_POINT('',(-1.,-0.6,0.));
+#217 = DIRECTION('',(0.,1.,0.));
+#218 = DIRECTION('',(0.,-0.,1.));
+#219 = ADVANCED_FACE('',(#220),#239,.T.);
+#220 = FACE_BOUND('',#221,.T.);
+#221 = EDGE_LOOP('',(#222,#223,#232,#238));
+#222 = ORIENTED_EDGE('',*,*,#110,.T.);
+#223 = ORIENTED_EDGE('',*,*,#224,.T.);
+#224 = EDGE_CURVE('',#111,#225,#227,.T.);
+#225 = VERTEX_POINT('',#226);
+#226 = CARTESIAN_POINT('',(-0.955,0.6,-2.775557561563E-17));
+#227 = CIRCLE('',#228,4.5E-02);
+#228 = AXIS2_PLACEMENT_3D('',#229,#230,#231);
+#229 = CARTESIAN_POINT('',(-0.955,0.6,4.5E-02));
+#230 = DIRECTION('',(0.,-1.,0.));
+#231 = DIRECTION('',(0.,0.,1.));
+#232 = ORIENTED_EDGE('',*,*,#233,.F.);
+#233 = EDGE_CURVE('',#141,#225,#234,.T.);
+#234 = LINE('',#235,#236);
+#235 = CARTESIAN_POINT('',(-0.955,-0.6,-2.775557561563E-17));
+#236 = VECTOR('',#237,1.);
+#237 = DIRECTION('',(0.,1.,0.));
+#238 = ORIENTED_EDGE('',*,*,#150,.F.);
+#239 = CYLINDRICAL_SURFACE('',#240,4.5E-02);
+#240 = AXIS2_PLACEMENT_3D('',#241,#242,#243);
+#241 = CARTESIAN_POINT('',(-0.955,-0.6,4.5E-02));
+#242 = DIRECTION('',(0.,1.,0.));
+#243 = DIRECTION('',(-1.,0.,0.));
+#244 = ADVANCED_FACE('',(#245),#264,.T.);
+#245 = FACE_BOUND('',#246,.T.);
+#246 = EDGE_LOOP('',(#247,#248,#256,#263));
+#247 = ORIENTED_EDGE('',*,*,#158,.T.);
+#248 = ORIENTED_EDGE('',*,*,#249,.T.);
+#249 = EDGE_CURVE('',#159,#250,#252,.T.);
+#250 = VERTEX_POINT('',#251);
+#251 = CARTESIAN_POINT('',(-0.955,0.6,0.45));
+#252 = LINE('',#253,#254);
+#253 = CARTESIAN_POINT('',(-0.955,-0.6,0.45));
+#254 = VECTOR('',#255,1.);
+#255 = DIRECTION('',(0.,1.,0.));
+#256 = ORIENTED_EDGE('',*,*,#257,.F.);
+#257 = EDGE_CURVE('',#119,#250,#258,.T.);
+#258 = CIRCLE('',#259,4.5E-02);
+#259 = AXIS2_PLACEMENT_3D('',#260,#261,#262);
+#260 = CARTESIAN_POINT('',(-0.955,0.6,0.405));
+#261 = DIRECTION('',(0.,1.,0.));
+#262 = DIRECTION('',(0.,-0.,1.));
+#263 = ORIENTED_EDGE('',*,*,#126,.F.);
+#264 = CYLINDRICAL_SURFACE('',#265,4.5E-02);
+#265 = AXIS2_PLACEMENT_3D('',#266,#267,#268);
+#266 = CARTESIAN_POINT('',(-0.955,-0.6,0.405));
+#267 = DIRECTION('',(0.,1.,0.));
+#268 = DIRECTION('',(-1.,0.,0.));
+#269 = ADVANCED_FACE('',(#270),#331,.T.);
+#270 = FACE_BOUND('',#271,.T.);
+#271 = EDGE_LOOP('',(#272,#280,#281,#282,#283,#291,#300,#308,#316,#324)
+ );
+#272 = ORIENTED_EDGE('',*,*,#273,.F.);
+#273 = EDGE_CURVE('',#225,#274,#276,.T.);
+#274 = VERTEX_POINT('',#275);
+#275 = CARTESIAN_POINT('',(-0.745,0.6,-2.775557561563E-17));
+#276 = LINE('',#277,#278);
+#277 = CARTESIAN_POINT('',(-1.,0.6,0.));
+#278 = VECTOR('',#279,1.);
+#279 = DIRECTION('',(1.,0.,0.));
+#280 = ORIENTED_EDGE('',*,*,#224,.F.);
+#281 = ORIENTED_EDGE('',*,*,#118,.T.);
+#282 = ORIENTED_EDGE('',*,*,#257,.T.);
+#283 = ORIENTED_EDGE('',*,*,#284,.T.);
+#284 = EDGE_CURVE('',#250,#285,#287,.T.);
+#285 = VERTEX_POINT('',#286);
+#286 = CARTESIAN_POINT('',(-0.745,0.6,0.45));
+#287 = LINE('',#288,#289);
+#288 = CARTESIAN_POINT('',(-1.,0.6,0.45));
+#289 = VECTOR('',#290,1.);
+#290 = DIRECTION('',(1.,0.,0.));
+#291 = ORIENTED_EDGE('',*,*,#292,.F.);
+#292 = EDGE_CURVE('',#293,#285,#295,.T.);
+#293 = VERTEX_POINT('',#294);
+#294 = CARTESIAN_POINT('',(-0.7,0.6,0.405));
+#295 = CIRCLE('',#296,4.5E-02);
+#296 = AXIS2_PLACEMENT_3D('',#297,#298,#299);
+#297 = CARTESIAN_POINT('',(-0.745,0.6,0.405));
+#298 = DIRECTION('',(0.,-1.,0.));
+#299 = DIRECTION('',(0.,0.,1.));
+#300 = ORIENTED_EDGE('',*,*,#301,.F.);
+#301 = EDGE_CURVE('',#302,#293,#304,.T.);
+#302 = VERTEX_POINT('',#303);
+#303 = CARTESIAN_POINT('',(-0.955,0.6,0.405));
+#304 = LINE('',#305,#306);
+#305 = CARTESIAN_POINT('',(-0.955,0.6,0.405));
+#306 = VECTOR('',#307,1.);
+#307 = DIRECTION('',(1.,0.,0.));
+#308 = ORIENTED_EDGE('',*,*,#309,.F.);
+#309 = EDGE_CURVE('',#310,#302,#312,.T.);
+#310 = VERTEX_POINT('',#311);
+#311 = CARTESIAN_POINT('',(-0.955,0.6,4.5E-02));
+#312 = LINE('',#313,#314);
+#313 = CARTESIAN_POINT('',(-0.955,0.6,4.5E-02));
+#314 = VECTOR('',#315,1.);
+#315 = DIRECTION('',(0.,0.,1.));
+#316 = ORIENTED_EDGE('',*,*,#317,.T.);
+#317 = EDGE_CURVE('',#310,#318,#320,.T.);
+#318 = VERTEX_POINT('',#319);
+#319 = CARTESIAN_POINT('',(-0.7,0.6,4.5E-02));
+#320 = LINE('',#321,#322);
+#321 = CARTESIAN_POINT('',(-0.955,0.6,4.5E-02));
+#322 = VECTOR('',#323,1.);
+#323 = DIRECTION('',(1.,0.,0.));
+#324 = ORIENTED_EDGE('',*,*,#325,.T.);
+#325 = EDGE_CURVE('',#318,#274,#326,.T.);
+#326 = CIRCLE('',#327,4.5E-02);
+#327 = AXIS2_PLACEMENT_3D('',#328,#329,#330);
+#328 = CARTESIAN_POINT('',(-0.745,0.6,4.5E-02));
+#329 = DIRECTION('',(0.,1.,0.));
+#330 = DIRECTION('',(0.,-0.,1.));
+#331 = PLANE('',#332);
+#332 = AXIS2_PLACEMENT_3D('',#333,#334,#335);
+#333 = CARTESIAN_POINT('',(-1.,0.6,0.));
+#334 = DIRECTION('',(0.,1.,0.));
+#335 = DIRECTION('',(0.,-0.,1.));
+#336 = ADVANCED_FACE('',(#337),#348,.F.);
+#337 = FACE_BOUND('',#338,.F.);
+#338 = EDGE_LOOP('',(#339,#340,#341,#342));
+#339 = ORIENTED_EDGE('',*,*,#273,.F.);
+#340 = ORIENTED_EDGE('',*,*,#233,.F.);
+#341 = ORIENTED_EDGE('',*,*,#140,.T.);
+#342 = ORIENTED_EDGE('',*,*,#343,.T.);
+#343 = EDGE_CURVE('',#143,#274,#344,.T.);
+#344 = LINE('',#345,#346);
+#345 = CARTESIAN_POINT('',(-0.745,-0.6,-2.775557561563E-17));
+#346 = VECTOR('',#347,1.);
+#347 = DIRECTION('',(0.,1.,0.));
+#348 = PLANE('',#349);
+#349 = AXIS2_PLACEMENT_3D('',#350,#351,#352);
+#350 = CARTESIAN_POINT('',(-1.,-0.6,0.));
+#351 = DIRECTION('',(0.,0.,1.));
+#352 = DIRECTION('',(1.,0.,-0.));
+#353 = ADVANCED_FACE('',(#354),#365,.T.);
+#354 = FACE_BOUND('',#355,.T.);
+#355 = EDGE_LOOP('',(#356,#357,#358,#359));
+#356 = ORIENTED_EDGE('',*,*,#208,.T.);
+#357 = ORIENTED_EDGE('',*,*,#343,.T.);
+#358 = ORIENTED_EDGE('',*,*,#325,.F.);
+#359 = ORIENTED_EDGE('',*,*,#360,.F.);
+#360 = EDGE_CURVE('',#201,#318,#361,.T.);
+#361 = LINE('',#362,#363);
+#362 = CARTESIAN_POINT('',(-0.7,-0.6,4.5E-02));
+#363 = VECTOR('',#364,1.);
+#364 = DIRECTION('',(0.,1.,0.));
+#365 = CYLINDRICAL_SURFACE('',#366,4.5E-02);
+#366 = AXIS2_PLACEMENT_3D('',#367,#368,#369);
+#367 = CARTESIAN_POINT('',(-0.745,-0.6,4.5E-02));
+#368 = DIRECTION('',(0.,1.,0.));
+#369 = DIRECTION('',(1.,0.,0.));
+#370 = ADVANCED_FACE('',(#371),#414,.F.);
+#371 = FACE_BOUND('',#372,.F.);
+#372 = EDGE_LOOP('',(#373,#374,#375,#376,#384,#392,#400,#408));
+#373 = ORIENTED_EDGE('',*,*,#200,.F.);
+#374 = ORIENTED_EDGE('',*,*,#192,.T.);
+#375 = ORIENTED_EDGE('',*,*,#184,.T.);
+#376 = ORIENTED_EDGE('',*,*,#377,.T.);
+#377 = EDGE_CURVE('',#176,#378,#380,.T.);
+#378 = VERTEX_POINT('',#379);
+#379 = CARTESIAN_POINT('',(0.7,-0.6,0.405));
+#380 = LINE('',#381,#382);
+#381 = CARTESIAN_POINT('',(-0.7,-0.6,0.405));
+#382 = VECTOR('',#383,1.);
+#383 = DIRECTION('',(1.,0.,0.));
+#384 = ORIENTED_EDGE('',*,*,#385,.T.);
+#385 = EDGE_CURVE('',#378,#386,#388,.T.);
+#386 = VERTEX_POINT('',#387);
+#387 = CARTESIAN_POINT('',(0.955,-0.6,0.405));
+#388 = LINE('',#389,#390);
+#389 = CARTESIAN_POINT('',(-0.955,-0.6,0.405));
+#390 = VECTOR('',#391,1.);
+#391 = DIRECTION('',(1.,0.,0.));
+#392 = ORIENTED_EDGE('',*,*,#393,.F.);
+#393 = EDGE_CURVE('',#394,#386,#396,.T.);
+#394 = VERTEX_POINT('',#395);
+#395 = CARTESIAN_POINT('',(0.955,-0.6,4.5E-02));
+#396 = LINE('',#397,#398);
+#397 = CARTESIAN_POINT('',(0.955,-0.6,4.5E-02));
+#398 = VECTOR('',#399,1.);
+#399 = DIRECTION('',(0.,0.,1.));
+#400 = ORIENTED_EDGE('',*,*,#401,.F.);
+#401 = EDGE_CURVE('',#402,#394,#404,.T.);
+#402 = VERTEX_POINT('',#403);
+#403 = CARTESIAN_POINT('',(0.7,-0.6,4.5E-02));
+#404 = LINE('',#405,#406);
+#405 = CARTESIAN_POINT('',(-0.955,-0.6,4.5E-02));
+#406 = VECTOR('',#407,1.);
+#407 = DIRECTION('',(1.,0.,0.));
+#408 = ORIENTED_EDGE('',*,*,#409,.F.);
+#409 = EDGE_CURVE('',#201,#402,#410,.T.);
+#410 = LINE('',#411,#412);
+#411 = CARTESIAN_POINT('',(-0.955,-0.6,4.5E-02));
+#412 = VECTOR('',#413,1.);
+#413 = DIRECTION('',(1.,0.,0.));
+#414 = PLANE('',#415);
+#415 = AXIS2_PLACEMENT_3D('',#416,#417,#418);
+#416 = CARTESIAN_POINT('',(-0.955,-0.6,4.5E-02));
+#417 = DIRECTION('',(0.,1.,0.));
+#418 = DIRECTION('',(0.,-0.,1.));
+#419 = ADVANCED_FACE('',(#420),#431,.T.);
+#420 = FACE_BOUND('',#421,.T.);
+#421 = EDGE_LOOP('',(#422,#423,#424,#425));
+#422 = ORIENTED_EDGE('',*,*,#284,.F.);
+#423 = ORIENTED_EDGE('',*,*,#249,.F.);
+#424 = ORIENTED_EDGE('',*,*,#167,.T.);
+#425 = ORIENTED_EDGE('',*,*,#426,.T.);
+#426 = EDGE_CURVE('',#168,#285,#427,.T.);
+#427 = LINE('',#428,#429);
+#428 = CARTESIAN_POINT('',(-0.745,-0.6,0.45));
+#429 = VECTOR('',#430,1.);
+#430 = DIRECTION('',(0.,1.,0.));
+#431 = PLANE('',#432);
+#432 = AXIS2_PLACEMENT_3D('',#433,#434,#435);
+#433 = CARTESIAN_POINT('',(-1.,-0.6,0.45));
+#434 = DIRECTION('',(0.,0.,1.));
+#435 = DIRECTION('',(1.,0.,-0.));
+#436 = ADVANCED_FACE('',(#437),#448,.T.);
+#437 = FACE_BOUND('',#438,.T.);
+#438 = EDGE_LOOP('',(#439,#445,#446,#447));
+#439 = ORIENTED_EDGE('',*,*,#440,.T.);
+#440 = EDGE_CURVE('',#176,#293,#441,.T.);
+#441 = LINE('',#442,#443);
+#442 = CARTESIAN_POINT('',(-0.7,-0.6,0.405));
+#443 = VECTOR('',#444,1.);
+#444 = DIRECTION('',(0.,1.,0.));
+#445 = ORIENTED_EDGE('',*,*,#292,.T.);
+#446 = ORIENTED_EDGE('',*,*,#426,.F.);
+#447 = ORIENTED_EDGE('',*,*,#175,.F.);
+#448 = CYLINDRICAL_SURFACE('',#449,4.5E-02);
+#449 = AXIS2_PLACEMENT_3D('',#450,#451,#452);
+#450 = CARTESIAN_POINT('',(-0.745,-0.6,0.405));
+#451 = DIRECTION('',(0.,1.,0.));
+#452 = DIRECTION('',(1.,0.,0.));
+#453 = ADVANCED_FACE('',(#454),#497,.T.);
+#454 = FACE_BOUND('',#455,.T.);
+#455 = EDGE_LOOP('',(#456,#457,#458,#459,#467,#475,#483,#491));
+#456 = ORIENTED_EDGE('',*,*,#317,.F.);
+#457 = ORIENTED_EDGE('',*,*,#309,.T.);
+#458 = ORIENTED_EDGE('',*,*,#301,.T.);
+#459 = ORIENTED_EDGE('',*,*,#460,.T.);
+#460 = EDGE_CURVE('',#293,#461,#463,.T.);
+#461 = VERTEX_POINT('',#462);
+#462 = CARTESIAN_POINT('',(0.7,0.6,0.405));
+#463 = LINE('',#464,#465);
+#464 = CARTESIAN_POINT('',(-0.7,0.6,0.405));
+#465 = VECTOR('',#466,1.);
+#466 = DIRECTION('',(1.,0.,0.));
+#467 = ORIENTED_EDGE('',*,*,#468,.T.);
+#468 = EDGE_CURVE('',#461,#469,#471,.T.);
+#469 = VERTEX_POINT('',#470);
+#470 = CARTESIAN_POINT('',(0.955,0.6,0.405));
+#471 = LINE('',#472,#473);
+#472 = CARTESIAN_POINT('',(-0.955,0.6,0.405));
+#473 = VECTOR('',#474,1.);
+#474 = DIRECTION('',(1.,0.,0.));
+#475 = ORIENTED_EDGE('',*,*,#476,.F.);
+#476 = EDGE_CURVE('',#477,#469,#479,.T.);
+#477 = VERTEX_POINT('',#478);
+#478 = CARTESIAN_POINT('',(0.955,0.6,4.5E-02));
+#479 = LINE('',#480,#481);
+#480 = CARTESIAN_POINT('',(0.955,0.6,4.5E-02));
+#481 = VECTOR('',#482,1.);
+#482 = DIRECTION('',(0.,0.,1.));
+#483 = ORIENTED_EDGE('',*,*,#484,.F.);
+#484 = EDGE_CURVE('',#485,#477,#487,.T.);
+#485 = VERTEX_POINT('',#486);
+#486 = CARTESIAN_POINT('',(0.7,0.6,4.5E-02));
+#487 = LINE('',#488,#489);
+#488 = CARTESIAN_POINT('',(-0.955,0.6,4.5E-02));
+#489 = VECTOR('',#490,1.);
+#490 = DIRECTION('',(1.,0.,0.));
+#491 = ORIENTED_EDGE('',*,*,#492,.F.);
+#492 = EDGE_CURVE('',#318,#485,#493,.T.);
+#493 = LINE('',#494,#495);
+#494 = CARTESIAN_POINT('',(-0.955,0.6,4.5E-02));
+#495 = VECTOR('',#496,1.);
+#496 = DIRECTION('',(1.,0.,0.));
+#497 = PLANE('',#498);
+#498 = AXIS2_PLACEMENT_3D('',#499,#500,#501);
+#499 = CARTESIAN_POINT('',(-0.955,0.6,4.5E-02));
+#500 = DIRECTION('',(0.,1.,0.));
+#501 = DIRECTION('',(0.,-0.,1.));
+#502 = ADVANCED_FACE('',(#503),#514,.F.);
+#503 = FACE_BOUND('',#504,.F.);
+#504 = EDGE_LOOP('',(#505,#506,#507,#513));
+#505 = ORIENTED_EDGE('',*,*,#360,.F.);
+#506 = ORIENTED_EDGE('',*,*,#409,.T.);
+#507 = ORIENTED_EDGE('',*,*,#508,.T.);
+#508 = EDGE_CURVE('',#402,#485,#509,.T.);
+#509 = LINE('',#510,#511);
+#510 = CARTESIAN_POINT('',(0.7,-0.6,4.5E-02));
+#511 = VECTOR('',#512,1.);
+#512 = DIRECTION('',(0.,1.,0.));
+#513 = ORIENTED_EDGE('',*,*,#492,.F.);
+#514 = PLANE('',#515);
+#515 = AXIS2_PLACEMENT_3D('',#516,#517,#518);
+#516 = CARTESIAN_POINT('',(-0.955,-0.6,4.5E-02));
+#517 = DIRECTION('',(0.,0.,1.));
+#518 = DIRECTION('',(1.,0.,-0.));
+#519 = ADVANCED_FACE('',(#520),#583,.F.);
+#520 = FACE_BOUND('',#521,.F.);
+#521 = EDGE_LOOP('',(#522,#532,#539,#540,#541,#542,#551,#559,#568,#576)
+ );
+#522 = ORIENTED_EDGE('',*,*,#523,.F.);
+#523 = EDGE_CURVE('',#524,#526,#528,.T.);
+#524 = VERTEX_POINT('',#525);
+#525 = CARTESIAN_POINT('',(0.745,-0.6,-2.775557561563E-17));
+#526 = VERTEX_POINT('',#527);
+#527 = CARTESIAN_POINT('',(0.955,-0.6,-2.775557561563E-17));
+#528 = LINE('',#529,#530);
+#529 = CARTESIAN_POINT('',(0.7,-0.6,0.));
+#530 = VECTOR('',#531,1.);
+#531 = DIRECTION('',(1.,0.,0.));
+#532 = ORIENTED_EDGE('',*,*,#533,.F.);
+#533 = EDGE_CURVE('',#402,#524,#534,.T.);
+#534 = CIRCLE('',#535,4.5E-02);
+#535 = AXIS2_PLACEMENT_3D('',#536,#537,#538);
+#536 = CARTESIAN_POINT('',(0.745,-0.6,4.5E-02));
+#537 = DIRECTION('',(0.,-1.,0.));
+#538 = DIRECTION('',(0.,0.,1.));
+#539 = ORIENTED_EDGE('',*,*,#401,.T.);
+#540 = ORIENTED_EDGE('',*,*,#393,.T.);
+#541 = ORIENTED_EDGE('',*,*,#385,.F.);
+#542 = ORIENTED_EDGE('',*,*,#543,.T.);
+#543 = EDGE_CURVE('',#378,#544,#546,.T.);
+#544 = VERTEX_POINT('',#545);
+#545 = CARTESIAN_POINT('',(0.745,-0.6,0.45));
+#546 = CIRCLE('',#547,4.5E-02);
+#547 = AXIS2_PLACEMENT_3D('',#548,#549,#550);
+#548 = CARTESIAN_POINT('',(0.745,-0.6,0.405));
+#549 = DIRECTION('',(0.,1.,0.));
+#550 = DIRECTION('',(0.,-0.,1.));
+#551 = ORIENTED_EDGE('',*,*,#552,.T.);
+#552 = EDGE_CURVE('',#544,#553,#555,.T.);
+#553 = VERTEX_POINT('',#554);
+#554 = CARTESIAN_POINT('',(0.955,-0.6,0.45));
+#555 = LINE('',#556,#557);
+#556 = CARTESIAN_POINT('',(0.7,-0.6,0.45));
+#557 = VECTOR('',#558,1.);
+#558 = DIRECTION('',(1.,0.,0.));
+#559 = ORIENTED_EDGE('',*,*,#560,.F.);
+#560 = EDGE_CURVE('',#561,#553,#563,.T.);
+#561 = VERTEX_POINT('',#562);
+#562 = CARTESIAN_POINT('',(1.,-0.6,0.405));
+#563 = CIRCLE('',#564,4.5E-02);
+#564 = AXIS2_PLACEMENT_3D('',#565,#566,#567);
+#565 = CARTESIAN_POINT('',(0.955,-0.6,0.405));
+#566 = DIRECTION('',(0.,-1.,0.));
+#567 = DIRECTION('',(0.,0.,1.));
+#568 = ORIENTED_EDGE('',*,*,#569,.F.);
+#569 = EDGE_CURVE('',#570,#561,#572,.T.);
+#570 = VERTEX_POINT('',#571);
+#571 = CARTESIAN_POINT('',(1.,-0.6,4.5E-02));
+#572 = LINE('',#573,#574);
+#573 = CARTESIAN_POINT('',(1.,-0.6,0.));
+#574 = VECTOR('',#575,1.);
+#575 = DIRECTION('',(0.,0.,1.));
+#576 = ORIENTED_EDGE('',*,*,#577,.T.);
+#577 = EDGE_CURVE('',#570,#526,#578,.T.);
+#578 = CIRCLE('',#579,4.5E-02);
+#579 = AXIS2_PLACEMENT_3D('',#580,#581,#582);
+#580 = CARTESIAN_POINT('',(0.955,-0.6,4.5E-02));
+#581 = DIRECTION('',(0.,1.,0.));
+#582 = DIRECTION('',(0.,-0.,1.));
+#583 = PLANE('',#584);
+#584 = AXIS2_PLACEMENT_3D('',#585,#586,#587);
+#585 = CARTESIAN_POINT('',(0.7,-0.6,0.));
+#586 = DIRECTION('',(0.,1.,0.));
+#587 = DIRECTION('',(0.,-0.,1.));
+#588 = ADVANCED_FACE('',(#589),#614,.F.);
+#589 = FACE_BOUND('',#590,.F.);
+#590 = EDGE_LOOP('',(#591,#592,#600,#608));
+#591 = ORIENTED_EDGE('',*,*,#377,.F.);
+#592 = ORIENTED_EDGE('',*,*,#593,.T.);
+#593 = EDGE_CURVE('',#176,#594,#596,.T.);
+#594 = VERTEX_POINT('',#595);
+#595 = CARTESIAN_POINT('',(-0.7,-0.6,0.45));
+#596 = LINE('',#597,#598);
+#597 = CARTESIAN_POINT('',(-0.7,-0.6,0.405));
+#598 = VECTOR('',#599,1.);
+#599 = DIRECTION('',(0.,0.,1.));
+#600 = ORIENTED_EDGE('',*,*,#601,.T.);
+#601 = EDGE_CURVE('',#594,#602,#604,.T.);
+#602 = VERTEX_POINT('',#603);
+#603 = CARTESIAN_POINT('',(0.7,-0.6,0.45));
+#604 = LINE('',#605,#606);
+#605 = CARTESIAN_POINT('',(-0.7,-0.6,0.45));
+#606 = VECTOR('',#607,1.);
+#607 = DIRECTION('',(1.,0.,0.));
+#608 = ORIENTED_EDGE('',*,*,#609,.F.);
+#609 = EDGE_CURVE('',#378,#602,#610,.T.);
+#610 = LINE('',#611,#612);
+#611 = CARTESIAN_POINT('',(0.7,-0.6,0.405));
+#612 = VECTOR('',#613,1.);
+#613 = DIRECTION('',(0.,0.,1.));
+#614 = PLANE('',#615);
+#615 = AXIS2_PLACEMENT_3D('',#616,#617,#618);
+#616 = CARTESIAN_POINT('',(-0.7,-0.6,0.405));
+#617 = DIRECTION('',(0.,1.,0.));
+#618 = DIRECTION('',(0.,-0.,1.));
+#619 = ADVANCED_FACE('',(#620),#638,.F.);
+#620 = FACE_BOUND('',#621,.F.);
+#621 = EDGE_LOOP('',(#622,#623,#624,#632));
+#622 = ORIENTED_EDGE('',*,*,#593,.F.);
+#623 = ORIENTED_EDGE('',*,*,#440,.T.);
+#624 = ORIENTED_EDGE('',*,*,#625,.T.);
+#625 = EDGE_CURVE('',#293,#626,#628,.T.);
+#626 = VERTEX_POINT('',#627);
+#627 = CARTESIAN_POINT('',(-0.7,0.6,0.45));
+#628 = LINE('',#629,#630);
+#629 = CARTESIAN_POINT('',(-0.7,0.6,0.405));
+#630 = VECTOR('',#631,1.);
+#631 = DIRECTION('',(0.,0.,1.));
+#632 = ORIENTED_EDGE('',*,*,#633,.F.);
+#633 = EDGE_CURVE('',#594,#626,#634,.T.);
+#634 = LINE('',#635,#636);
+#635 = CARTESIAN_POINT('',(-0.7,-0.6,0.45));
+#636 = VECTOR('',#637,1.);
+#637 = DIRECTION('',(0.,1.,0.));
+#638 = PLANE('',#639);
+#639 = AXIS2_PLACEMENT_3D('',#640,#641,#642);
+#640 = CARTESIAN_POINT('',(-0.7,-0.6,0.405));
+#641 = DIRECTION('',(1.,0.,0.));
+#642 = DIRECTION('',(0.,0.,1.));
+#643 = ADVANCED_FACE('',(#644),#707,.T.);
+#644 = FACE_BOUND('',#645,.T.);
+#645 = EDGE_LOOP('',(#646,#656,#663,#664,#665,#666,#675,#683,#692,#700)
+ );
+#646 = ORIENTED_EDGE('',*,*,#647,.F.);
+#647 = EDGE_CURVE('',#648,#650,#652,.T.);
+#648 = VERTEX_POINT('',#649);
+#649 = CARTESIAN_POINT('',(0.745,0.6,-2.775557561563E-17));
+#650 = VERTEX_POINT('',#651);
+#651 = CARTESIAN_POINT('',(0.955,0.6,-2.775557561563E-17));
+#652 = LINE('',#653,#654);
+#653 = CARTESIAN_POINT('',(0.7,0.6,0.));
+#654 = VECTOR('',#655,1.);
+#655 = DIRECTION('',(1.,0.,0.));
+#656 = ORIENTED_EDGE('',*,*,#657,.F.);
+#657 = EDGE_CURVE('',#485,#648,#658,.T.);
+#658 = CIRCLE('',#659,4.5E-02);
+#659 = AXIS2_PLACEMENT_3D('',#660,#661,#662);
+#660 = CARTESIAN_POINT('',(0.745,0.6,4.5E-02));
+#661 = DIRECTION('',(0.,-1.,0.));
+#662 = DIRECTION('',(0.,0.,1.));
+#663 = ORIENTED_EDGE('',*,*,#484,.T.);
+#664 = ORIENTED_EDGE('',*,*,#476,.T.);
+#665 = ORIENTED_EDGE('',*,*,#468,.F.);
+#666 = ORIENTED_EDGE('',*,*,#667,.T.);
+#667 = EDGE_CURVE('',#461,#668,#670,.T.);
+#668 = VERTEX_POINT('',#669);
+#669 = CARTESIAN_POINT('',(0.745,0.6,0.45));
+#670 = CIRCLE('',#671,4.5E-02);
+#671 = AXIS2_PLACEMENT_3D('',#672,#673,#674);
+#672 = CARTESIAN_POINT('',(0.745,0.6,0.405));
+#673 = DIRECTION('',(0.,1.,0.));
+#674 = DIRECTION('',(0.,-0.,1.));
+#675 = ORIENTED_EDGE('',*,*,#676,.T.);
+#676 = EDGE_CURVE('',#668,#677,#679,.T.);
+#677 = VERTEX_POINT('',#678);
+#678 = CARTESIAN_POINT('',(0.955,0.6,0.45));
+#679 = LINE('',#680,#681);
+#680 = CARTESIAN_POINT('',(0.7,0.6,0.45));
+#681 = VECTOR('',#682,1.);
+#682 = DIRECTION('',(1.,0.,0.));
+#683 = ORIENTED_EDGE('',*,*,#684,.F.);
+#684 = EDGE_CURVE('',#685,#677,#687,.T.);
+#685 = VERTEX_POINT('',#686);
+#686 = CARTESIAN_POINT('',(1.,0.6,0.405));
+#687 = CIRCLE('',#688,4.5E-02);
+#688 = AXIS2_PLACEMENT_3D('',#689,#690,#691);
+#689 = CARTESIAN_POINT('',(0.955,0.6,0.405));
+#690 = DIRECTION('',(0.,-1.,0.));
+#691 = DIRECTION('',(0.,0.,1.));
+#692 = ORIENTED_EDGE('',*,*,#693,.F.);
+#693 = EDGE_CURVE('',#694,#685,#696,.T.);
+#694 = VERTEX_POINT('',#695);
+#695 = CARTESIAN_POINT('',(1.,0.6,4.5E-02));
+#696 = LINE('',#697,#698);
+#697 = CARTESIAN_POINT('',(1.,0.6,0.));
+#698 = VECTOR('',#699,1.);
+#699 = DIRECTION('',(0.,0.,1.));
+#700 = ORIENTED_EDGE('',*,*,#701,.T.);
+#701 = EDGE_CURVE('',#694,#650,#702,.T.);
+#702 = CIRCLE('',#703,4.5E-02);
+#703 = AXIS2_PLACEMENT_3D('',#704,#705,#706);
+#704 = CARTESIAN_POINT('',(0.955,0.6,4.5E-02));
+#705 = DIRECTION('',(0.,1.,0.));
+#706 = DIRECTION('',(0.,-0.,1.));
+#707 = PLANE('',#708);
+#708 = AXIS2_PLACEMENT_3D('',#709,#710,#711);
+#709 = CARTESIAN_POINT('',(0.7,0.6,0.));
+#710 = DIRECTION('',(0.,1.,0.));
+#711 = DIRECTION('',(0.,-0.,1.));
+#712 = ADVANCED_FACE('',(#713),#731,.T.);
+#713 = FACE_BOUND('',#714,.T.);
+#714 = EDGE_LOOP('',(#715,#716,#717,#725));
+#715 = ORIENTED_EDGE('',*,*,#460,.F.);
+#716 = ORIENTED_EDGE('',*,*,#625,.T.);
+#717 = ORIENTED_EDGE('',*,*,#718,.T.);
+#718 = EDGE_CURVE('',#626,#719,#721,.T.);
+#719 = VERTEX_POINT('',#720);
+#720 = CARTESIAN_POINT('',(0.7,0.6,0.45));
+#721 = LINE('',#722,#723);
+#722 = CARTESIAN_POINT('',(-0.7,0.6,0.45));
+#723 = VECTOR('',#724,1.);
+#724 = DIRECTION('',(1.,0.,0.));
+#725 = ORIENTED_EDGE('',*,*,#726,.F.);
+#726 = EDGE_CURVE('',#461,#719,#727,.T.);
+#727 = LINE('',#728,#729);
+#728 = CARTESIAN_POINT('',(0.7,0.6,0.405));
+#729 = VECTOR('',#730,1.);
+#730 = DIRECTION('',(0.,0.,1.));
+#731 = PLANE('',#732);
+#732 = AXIS2_PLACEMENT_3D('',#733,#734,#735);
+#733 = CARTESIAN_POINT('',(-0.7,0.6,0.405));
+#734 = DIRECTION('',(0.,1.,0.));
+#735 = DIRECTION('',(0.,-0.,1.));
+#736 = ADVANCED_FACE('',(#737),#748,.T.);
+#737 = FACE_BOUND('',#738,.T.);
+#738 = EDGE_LOOP('',(#739,#740,#741,#747));
+#739 = ORIENTED_EDGE('',*,*,#508,.T.);
+#740 = ORIENTED_EDGE('',*,*,#657,.T.);
+#741 = ORIENTED_EDGE('',*,*,#742,.F.);
+#742 = EDGE_CURVE('',#524,#648,#743,.T.);
+#743 = LINE('',#744,#745);
+#744 = CARTESIAN_POINT('',(0.745,-0.6,-2.775557561563E-17));
+#745 = VECTOR('',#746,1.);
+#746 = DIRECTION('',(0.,1.,0.));
+#747 = ORIENTED_EDGE('',*,*,#533,.F.);
+#748 = CYLINDRICAL_SURFACE('',#749,4.5E-02);
+#749 = AXIS2_PLACEMENT_3D('',#750,#751,#752);
+#750 = CARTESIAN_POINT('',(0.745,-0.6,4.5E-02));
+#751 = DIRECTION('',(0.,1.,0.));
+#752 = DIRECTION('',(-1.,0.,0.));
+#753 = ADVANCED_FACE('',(#754),#765,.F.);
+#754 = FACE_BOUND('',#755,.F.);
+#755 = EDGE_LOOP('',(#756,#757,#758,#759));
+#756 = ORIENTED_EDGE('',*,*,#647,.F.);
+#757 = ORIENTED_EDGE('',*,*,#742,.F.);
+#758 = ORIENTED_EDGE('',*,*,#523,.T.);
+#759 = ORIENTED_EDGE('',*,*,#760,.T.);
+#760 = EDGE_CURVE('',#526,#650,#761,.T.);
+#761 = LINE('',#762,#763);
+#762 = CARTESIAN_POINT('',(0.955,-0.6,-2.775557561563E-17));
+#763 = VECTOR('',#764,1.);
+#764 = DIRECTION('',(0.,1.,0.));
+#765 = PLANE('',#766);
+#766 = AXIS2_PLACEMENT_3D('',#767,#768,#769);
+#767 = CARTESIAN_POINT('',(0.7,-0.6,0.));
+#768 = DIRECTION('',(0.,0.,1.));
+#769 = DIRECTION('',(1.,0.,-0.));
+#770 = ADVANCED_FACE('',(#771),#782,.T.);
+#771 = FACE_BOUND('',#772,.T.);
+#772 = EDGE_LOOP('',(#773,#774,#775,#776));
+#773 = ORIENTED_EDGE('',*,*,#577,.T.);
+#774 = ORIENTED_EDGE('',*,*,#760,.T.);
+#775 = ORIENTED_EDGE('',*,*,#701,.F.);
+#776 = ORIENTED_EDGE('',*,*,#777,.F.);
+#777 = EDGE_CURVE('',#570,#694,#778,.T.);
+#778 = LINE('',#779,#780);
+#779 = CARTESIAN_POINT('',(1.,-0.6,4.5E-02));
+#780 = VECTOR('',#781,1.);
+#781 = DIRECTION('',(0.,1.,0.));
+#782 = CYLINDRICAL_SURFACE('',#783,4.5E-02);
+#783 = AXIS2_PLACEMENT_3D('',#784,#785,#786);
+#784 = CARTESIAN_POINT('',(0.955,-0.6,4.5E-02));
+#785 = DIRECTION('',(0.,1.,0.));
+#786 = DIRECTION('',(1.,0.,0.));
+#787 = ADVANCED_FACE('',(#788),#799,.T.);
+#788 = FACE_BOUND('',#789,.T.);
+#789 = EDGE_LOOP('',(#790,#791,#792,#793));
+#790 = ORIENTED_EDGE('',*,*,#569,.F.);
+#791 = ORIENTED_EDGE('',*,*,#777,.T.);
+#792 = ORIENTED_EDGE('',*,*,#693,.T.);
+#793 = ORIENTED_EDGE('',*,*,#794,.F.);
+#794 = EDGE_CURVE('',#561,#685,#795,.T.);
+#795 = LINE('',#796,#797);
+#796 = CARTESIAN_POINT('',(1.,-0.6,0.405));
+#797 = VECTOR('',#798,1.);
+#798 = DIRECTION('',(0.,1.,0.));
+#799 = PLANE('',#800);
+#800 = AXIS2_PLACEMENT_3D('',#801,#802,#803);
+#801 = CARTESIAN_POINT('',(1.,-0.6,0.));
+#802 = DIRECTION('',(1.,0.,0.));
+#803 = DIRECTION('',(0.,0.,1.));
+#804 = ADVANCED_FACE('',(#805),#816,.T.);
+#805 = FACE_BOUND('',#806,.T.);
+#806 = EDGE_LOOP('',(#807,#808,#809,#815));
+#807 = ORIENTED_EDGE('',*,*,#794,.T.);
+#808 = ORIENTED_EDGE('',*,*,#684,.T.);
+#809 = ORIENTED_EDGE('',*,*,#810,.F.);
+#810 = EDGE_CURVE('',#553,#677,#811,.T.);
+#811 = LINE('',#812,#813);
+#812 = CARTESIAN_POINT('',(0.955,-0.6,0.45));
+#813 = VECTOR('',#814,1.);
+#814 = DIRECTION('',(0.,1.,0.));
+#815 = ORIENTED_EDGE('',*,*,#560,.F.);
+#816 = CYLINDRICAL_SURFACE('',#817,4.5E-02);
+#817 = AXIS2_PLACEMENT_3D('',#818,#819,#820);
+#818 = CARTESIAN_POINT('',(0.955,-0.6,0.405));
+#819 = DIRECTION('',(0.,1.,0.));
+#820 = DIRECTION('',(1.,0.,0.));
+#821 = ADVANCED_FACE('',(#822),#833,.T.);
+#822 = FACE_BOUND('',#823,.T.);
+#823 = EDGE_LOOP('',(#824,#825,#831,#832));
+#824 = ORIENTED_EDGE('',*,*,#676,.F.);
+#825 = ORIENTED_EDGE('',*,*,#826,.F.);
+#826 = EDGE_CURVE('',#544,#668,#827,.T.);
+#827 = LINE('',#828,#829);
+#828 = CARTESIAN_POINT('',(0.745,-0.6,0.45));
+#829 = VECTOR('',#830,1.);
+#830 = DIRECTION('',(0.,1.,0.));
+#831 = ORIENTED_EDGE('',*,*,#552,.T.);
+#832 = ORIENTED_EDGE('',*,*,#810,.T.);
+#833 = PLANE('',#834);
+#834 = AXIS2_PLACEMENT_3D('',#835,#836,#837);
+#835 = CARTESIAN_POINT('',(0.7,-0.6,0.45));
+#836 = DIRECTION('',(0.,0.,1.));
+#837 = DIRECTION('',(1.,0.,-0.));
+#838 = ADVANCED_FACE('',(#839),#850,.T.);
+#839 = FACE_BOUND('',#840,.T.);
+#840 = EDGE_LOOP('',(#841,#842,#843,#844));
+#841 = ORIENTED_EDGE('',*,*,#543,.T.);
+#842 = ORIENTED_EDGE('',*,*,#826,.T.);
+#843 = ORIENTED_EDGE('',*,*,#667,.F.);
+#844 = ORIENTED_EDGE('',*,*,#845,.F.);
+#845 = EDGE_CURVE('',#378,#461,#846,.T.);
+#846 = LINE('',#847,#848);
+#847 = CARTESIAN_POINT('',(0.7,-0.6,0.405));
+#848 = VECTOR('',#849,1.);
+#849 = DIRECTION('',(0.,1.,0.));
+#850 = CYLINDRICAL_SURFACE('',#851,4.5E-02);
+#851 = AXIS2_PLACEMENT_3D('',#852,#853,#854);
+#852 = CARTESIAN_POINT('',(0.745,-0.6,0.405));
+#853 = DIRECTION('',(0.,1.,0.));
+#854 = DIRECTION('',(-1.,0.,0.));
+#855 = ADVANCED_FACE('',(#856),#867,.T.);
+#856 = FACE_BOUND('',#857,.T.);
+#857 = EDGE_LOOP('',(#858,#859,#860,#861));
+#858 = ORIENTED_EDGE('',*,*,#609,.F.);
+#859 = ORIENTED_EDGE('',*,*,#845,.T.);
+#860 = ORIENTED_EDGE('',*,*,#726,.T.);
+#861 = ORIENTED_EDGE('',*,*,#862,.F.);
+#862 = EDGE_CURVE('',#602,#719,#863,.T.);
+#863 = LINE('',#864,#865);
+#864 = CARTESIAN_POINT('',(0.7,-0.6,0.45));
+#865 = VECTOR('',#866,1.);
+#866 = DIRECTION('',(0.,1.,0.));
+#867 = PLANE('',#868);
+#868 = AXIS2_PLACEMENT_3D('',#869,#870,#871);
+#869 = CARTESIAN_POINT('',(0.7,-0.6,0.405));
+#870 = DIRECTION('',(1.,0.,0.));
+#871 = DIRECTION('',(0.,0.,1.));
+#872 = ADVANCED_FACE('',(#873),#879,.T.);
+#873 = FACE_BOUND('',#874,.T.);
+#874 = EDGE_LOOP('',(#875,#876,#877,#878));
+#875 = ORIENTED_EDGE('',*,*,#633,.F.);
+#876 = ORIENTED_EDGE('',*,*,#601,.T.);
+#877 = ORIENTED_EDGE('',*,*,#862,.T.);
+#878 = ORIENTED_EDGE('',*,*,#718,.F.);
+#879 = PLANE('',#880);
+#880 = AXIS2_PLACEMENT_3D('',#881,#882,#883);
+#881 = CARTESIAN_POINT('',(-0.7,-0.6,0.45));
+#882 = DIRECTION('',(0.,0.,1.));
+#883 = DIRECTION('',(1.,0.,-0.));
+#884 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
+GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#888)) GLOBAL_UNIT_ASSIGNED_CONTEXT
+((#885,#886,#887)) REPRESENTATION_CONTEXT('Context #1',
+ '3D Context with UNIT and UNCERTAINTY') );
+#885 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
+#886 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
+#887 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
+#888 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#885,
+ 'distance_accuracy_value','confusion accuracy');
+#889 = SHAPE_DEFINITION_REPRESENTATION(#890,#93);
+#890 = PRODUCT_DEFINITION_SHAPE('','',#891);
+#891 = PRODUCT_DEFINITION('design','',#892,#895);
+#892 = PRODUCT_DEFINITION_FORMATION('','',#893);
+#893 = PRODUCT('R_0805_2012Metric','R_0805_2012Metric','',(#894));
+#894 = PRODUCT_CONTEXT('',#2,'mechanical');
+#895 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
+#896 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#897,#899);
+#897 = ( REPRESENTATION_RELATIONSHIP('','',#93,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#898)
SHAPE_REPRESENTATION_RELATIONSHIP() );
-#2670 = ITEM_DEFINED_TRANSFORMATION('','',#11,#15);
-#2671 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
- #2672);
-#2672 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('1','','',#5,#2663,$);
-#2673 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#2665));
-#2674 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(
- #2675),#2656);
-#2675 = STYLED_ITEM('color',(#2676),#26);
-#2676 = PRESENTATION_STYLE_ASSIGNMENT((#2677));
-#2677 = SURFACE_STYLE_USAGE(.BOTH.,#2678);
-#2678 = SURFACE_SIDE_STYLE('',(#2679));
-#2679 = SURFACE_STYLE_FILL_AREA(#2680);
-#2680 = FILL_AREA_STYLE('',(#2681));
-#2681 = FILL_AREA_STYLE_COLOUR('',#2682);
-#2682 = COLOUR_RGB('',0.313304153717,0.484529207832,0.410020903123);
+#898 = ITEM_DEFINED_TRANSFORMATION('','',#11,#15);
+#899 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#900
+ );
+#900 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('1','','',#5,#891,$);
+#901 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#893));
+#902 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#903,#905);
+#903 = ( REPRESENTATION_RELATIONSHIP('','',#93,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#904)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#904 = ITEM_DEFINED_TRANSFORMATION('','',#11,#19);
+#905 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#906
+ );
+#906 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('2','','',#5,#891,$);
+#907 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#908,#910);
+#908 = ( REPRESENTATION_RELATIONSHIP('','',#93,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#909)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#909 = ITEM_DEFINED_TRANSFORMATION('','',#11,#23);
+#910 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#911
+ );
+#911 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('3','','',#5,#891,$);
+#912 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#913,#915);
+#913 = ( REPRESENTATION_RELATIONSHIP('','',#93,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#914)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#914 = ITEM_DEFINED_TRANSFORMATION('','',#11,#27);
+#915 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#916
+ );
+#916 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('4','','',#5,#891,$);
+#917 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#918),#1853);
+#918 = MANIFOLD_SOLID_BREP('',#919);
+#919 = CLOSED_SHELL('',(#920,#953,#979,#1062,#1071,#1103,#1128,#1153,
+ #1178,#1203,#1228,#1253,#1271,#1357,#1388,#1413,#1438,#1462,#1486,
+ #1511,#1536,#1553,#1637,#1668,#1692,#1716,#1733,#1764,#1788,#1812,
+ #1829,#1841));
+#920 = ADVANCED_FACE('',(#921),#948,.T.);
+#921 = FACE_BOUND('',#922,.T.);
+#922 = EDGE_LOOP('',(#923,#933,#940,#941));
+#923 = ORIENTED_EDGE('',*,*,#924,.F.);
+#924 = EDGE_CURVE('',#925,#927,#929,.T.);
+#925 = VERTEX_POINT('',#926);
+#926 = CARTESIAN_POINT('',(5.,0.,5.7));
+#927 = VERTEX_POINT('',#928);
+#928 = CARTESIAN_POINT('',(5.,0.,3.));
+#929 = LINE('',#930,#931);
+#930 = CARTESIAN_POINT('',(5.,0.,6.));
+#931 = VECTOR('',#932,1.);
+#932 = DIRECTION('',(-0.,-0.,-1.));
+#933 = ORIENTED_EDGE('',*,*,#934,.F.);
+#934 = EDGE_CURVE('',#925,#925,#935,.T.);
+#935 = CIRCLE('',#936,5.);
+#936 = AXIS2_PLACEMENT_3D('',#937,#938,#939);
+#937 = CARTESIAN_POINT('',(0.,0.,5.7));
+#938 = DIRECTION('',(0.,0.,1.));
+#939 = DIRECTION('',(1.,0.,-0.));
+#940 = ORIENTED_EDGE('',*,*,#924,.T.);
+#941 = ORIENTED_EDGE('',*,*,#942,.T.);
+#942 = EDGE_CURVE('',#927,#927,#943,.T.);
+#943 = CIRCLE('',#944,5.);
+#944 = AXIS2_PLACEMENT_3D('',#945,#946,#947);
+#945 = CARTESIAN_POINT('',(0.,0.,3.));
+#946 = DIRECTION('',(0.,0.,1.));
+#947 = DIRECTION('',(1.,0.,-0.));
+#948 = CYLINDRICAL_SURFACE('',#949,5.);
+#949 = AXIS2_PLACEMENT_3D('',#950,#951,#952);
+#950 = CARTESIAN_POINT('',(0.,0.,6.));
+#951 = DIRECTION('',(0.,0.,1.));
+#952 = DIRECTION('',(1.,0.,-0.));
+#953 = ADVANCED_FACE('',(#954),#974,.T.);
+#954 = FACE_BOUND('',#955,.T.);
+#955 = EDGE_LOOP('',(#956,#965,#966,#967));
+#956 = ORIENTED_EDGE('',*,*,#957,.F.);
+#957 = EDGE_CURVE('',#925,#958,#960,.T.);
+#958 = VERTEX_POINT('',#959);
+#959 = CARTESIAN_POINT('',(4.7,0.,6.));
+#960 = CIRCLE('',#961,0.3);
+#961 = AXIS2_PLACEMENT_3D('',#962,#963,#964);
+#962 = CARTESIAN_POINT('',(4.7,0.,5.7));
+#963 = DIRECTION('',(0.,-1.,0.));
+#964 = DIRECTION('',(1.,0.,0.));
+#965 = ORIENTED_EDGE('',*,*,#934,.T.);
+#966 = ORIENTED_EDGE('',*,*,#957,.T.);
+#967 = ORIENTED_EDGE('',*,*,#968,.F.);
+#968 = EDGE_CURVE('',#958,#958,#969,.T.);
+#969 = CIRCLE('',#970,4.7);
+#970 = AXIS2_PLACEMENT_3D('',#971,#972,#973);
+#971 = CARTESIAN_POINT('',(0.,0.,6.));
+#972 = DIRECTION('',(0.,0.,1.));
+#973 = DIRECTION('',(1.,0.,-0.));
+#974 = TOROIDAL_SURFACE('',#975,4.7,0.3);
+#975 = AXIS2_PLACEMENT_3D('',#976,#977,#978);
+#976 = CARTESIAN_POINT('',(0.,0.,5.7));
+#977 = DIRECTION('',(0.,0.,1.));
+#978 = DIRECTION('',(1.,0.,-0.));
+#979 = ADVANCED_FACE('',(#980,#1054),#1057,.T.);
+#980 = FACE_BOUND('',#981,.T.);
+#981 = EDGE_LOOP('',(#982,#993,#1002,#1011,#1020,#1029,#1038,#1047));
+#982 = ORIENTED_EDGE('',*,*,#983,.T.);
+#983 = EDGE_CURVE('',#984,#986,#988,.T.);
+#984 = VERTEX_POINT('',#985);
+#985 = CARTESIAN_POINT('',(-4.678742132833,2.891257867167,3.));
+#986 = VERTEX_POINT('',#987);
+#987 = CARTESIAN_POINT('',(-4.678742132833,-2.891257867167,3.));
+#988 = CIRCLE('',#989,5.5);
+#989 = AXIS2_PLACEMENT_3D('',#990,#991,#992);
+#990 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,3.));
+#991 = DIRECTION('',(0.,0.,1.));
+#992 = DIRECTION('',(1.,0.,-0.));
+#993 = ORIENTED_EDGE('',*,*,#994,.T.);
+#994 = EDGE_CURVE('',#986,#995,#997,.T.);
+#995 = VERTEX_POINT('',#996);
+#996 = CARTESIAN_POINT('',(-2.891257867167,-4.678742132833,3.));
+#997 = CIRCLE('',#998,1.3);
+#998 = AXIS2_PLACEMENT_3D('',#999,#1000,#1001);
+#999 = CARTESIAN_POINT('',(-4.,-4.,3.));
+#1000 = DIRECTION('',(0.,0.,1.));
+#1001 = DIRECTION('',(1.,0.,-0.));
+#1002 = ORIENTED_EDGE('',*,*,#1003,.T.);
+#1003 = EDGE_CURVE('',#995,#1004,#1006,.T.);
+#1004 = VERTEX_POINT('',#1005);
+#1005 = CARTESIAN_POINT('',(2.891257867167,-4.678742132833,3.));
+#1006 = CIRCLE('',#1007,5.5);
+#1007 = AXIS2_PLACEMENT_3D('',#1008,#1009,#1010);
+#1008 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,3.));
+#1009 = DIRECTION('',(0.,0.,1.));
+#1010 = DIRECTION('',(1.,0.,-0.));
+#1011 = ORIENTED_EDGE('',*,*,#1012,.T.);
+#1012 = EDGE_CURVE('',#1004,#1013,#1015,.T.);
+#1013 = VERTEX_POINT('',#1014);
+#1014 = CARTESIAN_POINT('',(4.678742132833,-2.891257867167,3.));
+#1015 = CIRCLE('',#1016,1.3);
+#1016 = AXIS2_PLACEMENT_3D('',#1017,#1018,#1019);
+#1017 = CARTESIAN_POINT('',(4.,-4.,3.));
+#1018 = DIRECTION('',(0.,0.,1.));
+#1019 = DIRECTION('',(1.,0.,-0.));
+#1020 = ORIENTED_EDGE('',*,*,#1021,.T.);
+#1021 = EDGE_CURVE('',#1013,#1022,#1024,.T.);
+#1022 = VERTEX_POINT('',#1023);
+#1023 = CARTESIAN_POINT('',(4.678742132833,2.891257867167,3.));
+#1024 = CIRCLE('',#1025,5.5);
+#1025 = AXIS2_PLACEMENT_3D('',#1026,#1027,#1028);
+#1026 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,3.));
+#1027 = DIRECTION('',(0.,0.,1.));
+#1028 = DIRECTION('',(1.,0.,-0.));
+#1029 = ORIENTED_EDGE('',*,*,#1030,.T.);
+#1030 = EDGE_CURVE('',#1022,#1031,#1033,.T.);
+#1031 = VERTEX_POINT('',#1032);
+#1032 = CARTESIAN_POINT('',(2.891257867167,4.678742132833,3.));
+#1033 = CIRCLE('',#1034,1.3);
+#1034 = AXIS2_PLACEMENT_3D('',#1035,#1036,#1037);
+#1035 = CARTESIAN_POINT('',(4.,4.,3.));
+#1036 = DIRECTION('',(0.,0.,1.));
+#1037 = DIRECTION('',(1.,0.,-0.));
+#1038 = ORIENTED_EDGE('',*,*,#1039,.T.);
+#1039 = EDGE_CURVE('',#1031,#1040,#1042,.T.);
+#1040 = VERTEX_POINT('',#1041);
+#1041 = CARTESIAN_POINT('',(-2.891257867167,4.678742132833,3.));
+#1042 = CIRCLE('',#1043,5.5);
+#1043 = AXIS2_PLACEMENT_3D('',#1044,#1045,#1046);
+#1044 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,3.));
+#1045 = DIRECTION('',(0.,0.,1.));
+#1046 = DIRECTION('',(1.,0.,-0.));
+#1047 = ORIENTED_EDGE('',*,*,#1048,.T.);
+#1048 = EDGE_CURVE('',#1040,#984,#1049,.T.);
+#1049 = CIRCLE('',#1050,1.3);
+#1050 = AXIS2_PLACEMENT_3D('',#1051,#1052,#1053);
+#1051 = CARTESIAN_POINT('',(-4.,4.,3.));
+#1052 = DIRECTION('',(0.,0.,1.));
+#1053 = DIRECTION('',(1.,0.,-0.));
+#1054 = FACE_BOUND('',#1055,.T.);
+#1055 = EDGE_LOOP('',(#1056));
+#1056 = ORIENTED_EDGE('',*,*,#942,.F.);
+#1057 = PLANE('',#1058);
+#1058 = AXIS2_PLACEMENT_3D('',#1059,#1060,#1061);
+#1059 = CARTESIAN_POINT('',(-8.904547048687E-16,5.618345161672E-16,3.));
+#1060 = DIRECTION('',(-7.682190307399E-33,4.3898230328E-32,1.));
+#1061 = DIRECTION('',(0.,1.,-4.3898230328E-32));
+#1062 = ADVANCED_FACE('',(#1063),#1066,.F.);
+#1063 = FACE_BOUND('',#1064,.F.);
+#1064 = EDGE_LOOP('',(#1065));
+#1065 = ORIENTED_EDGE('',*,*,#968,.F.);
+#1066 = PLANE('',#1067);
+#1067 = AXIS2_PLACEMENT_3D('',#1068,#1069,#1070);
+#1068 = CARTESIAN_POINT('',(0.,0.,6.));
+#1069 = DIRECTION('',(-0.,-0.,-1.));
+#1070 = DIRECTION('',(-1.,0.,0.));
+#1071 = ADVANCED_FACE('',(#1072),#1098,.F.);
+#1072 = FACE_BOUND('',#1073,.F.);
+#1073 = EDGE_LOOP('',(#1074,#1082,#1083,#1091));
+#1074 = ORIENTED_EDGE('',*,*,#1075,.T.);
+#1075 = EDGE_CURVE('',#1076,#984,#1078,.T.);
+#1076 = VERTEX_POINT('',#1077);
+#1077 = CARTESIAN_POINT('',(-4.678742132833,2.891257867167,6.));
+#1078 = LINE('',#1079,#1080);
+#1079 = CARTESIAN_POINT('',(-4.678742132833,2.891257867167,6.));
+#1080 = VECTOR('',#1081,1.);
+#1081 = DIRECTION('',(-0.,-0.,-1.));
+#1082 = ORIENTED_EDGE('',*,*,#983,.T.);
+#1083 = ORIENTED_EDGE('',*,*,#1084,.F.);
+#1084 = EDGE_CURVE('',#1085,#986,#1087,.T.);
+#1085 = VERTEX_POINT('',#1086);
+#1086 = CARTESIAN_POINT('',(-4.678742132833,-2.891257867167,6.));
+#1087 = LINE('',#1088,#1089);
+#1088 = CARTESIAN_POINT('',(-4.678742132833,-2.891257867167,6.));
+#1089 = VECTOR('',#1090,1.);
+#1090 = DIRECTION('',(-0.,-0.,-1.));
+#1091 = ORIENTED_EDGE('',*,*,#1092,.F.);
+#1092 = EDGE_CURVE('',#1076,#1085,#1093,.T.);
+#1093 = CIRCLE('',#1094,5.5);
+#1094 = AXIS2_PLACEMENT_3D('',#1095,#1096,#1097);
+#1095 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,6.));
+#1096 = DIRECTION('',(0.,0.,1.));
+#1097 = DIRECTION('',(1.,0.,-0.));
+#1098 = CYLINDRICAL_SURFACE('',#1099,5.5);
+#1099 = AXIS2_PLACEMENT_3D('',#1100,#1101,#1102);
+#1100 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,6.));
+#1101 = DIRECTION('',(0.,0.,1.));
+#1102 = DIRECTION('',(1.,0.,-0.));
+#1103 = ADVANCED_FACE('',(#1104),#1123,.F.);
+#1104 = FACE_BOUND('',#1105,.F.);
+#1105 = EDGE_LOOP('',(#1106,#1107,#1108,#1116));
+#1106 = ORIENTED_EDGE('',*,*,#1084,.T.);
+#1107 = ORIENTED_EDGE('',*,*,#994,.T.);
+#1108 = ORIENTED_EDGE('',*,*,#1109,.F.);
+#1109 = EDGE_CURVE('',#1110,#995,#1112,.T.);
+#1110 = VERTEX_POINT('',#1111);
+#1111 = CARTESIAN_POINT('',(-2.891257867167,-4.678742132833,6.));
+#1112 = LINE('',#1113,#1114);
+#1113 = CARTESIAN_POINT('',(-2.891257867167,-4.678742132833,6.));
+#1114 = VECTOR('',#1115,1.);
+#1115 = DIRECTION('',(-0.,-0.,-1.));
+#1116 = ORIENTED_EDGE('',*,*,#1117,.F.);
+#1117 = EDGE_CURVE('',#1085,#1110,#1118,.T.);
+#1118 = CIRCLE('',#1119,1.3);
+#1119 = AXIS2_PLACEMENT_3D('',#1120,#1121,#1122);
+#1120 = CARTESIAN_POINT('',(-4.,-4.,6.));
+#1121 = DIRECTION('',(0.,0.,1.));
+#1122 = DIRECTION('',(1.,0.,-0.));
+#1123 = CYLINDRICAL_SURFACE('',#1124,1.3);
+#1124 = AXIS2_PLACEMENT_3D('',#1125,#1126,#1127);
+#1125 = CARTESIAN_POINT('',(-4.,-4.,6.));
+#1126 = DIRECTION('',(0.,0.,1.));
+#1127 = DIRECTION('',(1.,0.,-0.));
+#1128 = ADVANCED_FACE('',(#1129),#1148,.F.);
+#1129 = FACE_BOUND('',#1130,.F.);
+#1130 = EDGE_LOOP('',(#1131,#1132,#1133,#1141));
+#1131 = ORIENTED_EDGE('',*,*,#1109,.T.);
+#1132 = ORIENTED_EDGE('',*,*,#1003,.T.);
+#1133 = ORIENTED_EDGE('',*,*,#1134,.F.);
+#1134 = EDGE_CURVE('',#1135,#1004,#1137,.T.);
+#1135 = VERTEX_POINT('',#1136);
+#1136 = CARTESIAN_POINT('',(2.891257867167,-4.678742132833,6.));
+#1137 = LINE('',#1138,#1139);
+#1138 = CARTESIAN_POINT('',(2.891257867167,-4.678742132833,6.));
+#1139 = VECTOR('',#1140,1.);
+#1140 = DIRECTION('',(-0.,-0.,-1.));
+#1141 = ORIENTED_EDGE('',*,*,#1142,.F.);
+#1142 = EDGE_CURVE('',#1110,#1135,#1143,.T.);
+#1143 = CIRCLE('',#1144,5.5);
+#1144 = AXIS2_PLACEMENT_3D('',#1145,#1146,#1147);
+#1145 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,6.));
+#1146 = DIRECTION('',(0.,0.,1.));
+#1147 = DIRECTION('',(1.,0.,-0.));
+#1148 = CYLINDRICAL_SURFACE('',#1149,5.5);
+#1149 = AXIS2_PLACEMENT_3D('',#1150,#1151,#1152);
+#1150 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,6.));
+#1151 = DIRECTION('',(0.,0.,1.));
+#1152 = DIRECTION('',(1.,0.,-0.));
+#1153 = ADVANCED_FACE('',(#1154),#1173,.F.);
+#1154 = FACE_BOUND('',#1155,.F.);
+#1155 = EDGE_LOOP('',(#1156,#1157,#1158,#1166));
+#1156 = ORIENTED_EDGE('',*,*,#1134,.T.);
+#1157 = ORIENTED_EDGE('',*,*,#1012,.T.);
+#1158 = ORIENTED_EDGE('',*,*,#1159,.F.);
+#1159 = EDGE_CURVE('',#1160,#1013,#1162,.T.);
+#1160 = VERTEX_POINT('',#1161);
+#1161 = CARTESIAN_POINT('',(4.678742132833,-2.891257867167,6.));
+#1162 = LINE('',#1163,#1164);
+#1163 = CARTESIAN_POINT('',(4.678742132833,-2.891257867167,6.));
+#1164 = VECTOR('',#1165,1.);
+#1165 = DIRECTION('',(-0.,-0.,-1.));
+#1166 = ORIENTED_EDGE('',*,*,#1167,.F.);
+#1167 = EDGE_CURVE('',#1135,#1160,#1168,.T.);
+#1168 = CIRCLE('',#1169,1.3);
+#1169 = AXIS2_PLACEMENT_3D('',#1170,#1171,#1172);
+#1170 = CARTESIAN_POINT('',(4.,-4.,6.));
+#1171 = DIRECTION('',(0.,0.,1.));
+#1172 = DIRECTION('',(1.,0.,-0.));
+#1173 = CYLINDRICAL_SURFACE('',#1174,1.3);
+#1174 = AXIS2_PLACEMENT_3D('',#1175,#1176,#1177);
+#1175 = CARTESIAN_POINT('',(4.,-4.,6.));
+#1176 = DIRECTION('',(0.,0.,1.));
+#1177 = DIRECTION('',(1.,0.,-0.));
+#1178 = ADVANCED_FACE('',(#1179),#1198,.F.);
+#1179 = FACE_BOUND('',#1180,.F.);
+#1180 = EDGE_LOOP('',(#1181,#1182,#1183,#1191));
+#1181 = ORIENTED_EDGE('',*,*,#1159,.T.);
+#1182 = ORIENTED_EDGE('',*,*,#1021,.T.);
+#1183 = ORIENTED_EDGE('',*,*,#1184,.F.);
+#1184 = EDGE_CURVE('',#1185,#1022,#1187,.T.);
+#1185 = VERTEX_POINT('',#1186);
+#1186 = CARTESIAN_POINT('',(4.678742132833,2.891257867167,6.));
+#1187 = LINE('',#1188,#1189);
+#1188 = CARTESIAN_POINT('',(4.678742132833,2.891257867167,6.));
+#1189 = VECTOR('',#1190,1.);
+#1190 = DIRECTION('',(-0.,-0.,-1.));
+#1191 = ORIENTED_EDGE('',*,*,#1192,.F.);
+#1192 = EDGE_CURVE('',#1160,#1185,#1193,.T.);
+#1193 = CIRCLE('',#1194,5.5);
+#1194 = AXIS2_PLACEMENT_3D('',#1195,#1196,#1197);
+#1195 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,6.));
+#1196 = DIRECTION('',(0.,0.,1.));
+#1197 = DIRECTION('',(1.,0.,-0.));
+#1198 = CYLINDRICAL_SURFACE('',#1199,5.5);
+#1199 = AXIS2_PLACEMENT_3D('',#1200,#1201,#1202);
+#1200 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,6.));
+#1201 = DIRECTION('',(0.,0.,1.));
+#1202 = DIRECTION('',(1.,0.,-0.));
+#1203 = ADVANCED_FACE('',(#1204),#1223,.F.);
+#1204 = FACE_BOUND('',#1205,.F.);
+#1205 = EDGE_LOOP('',(#1206,#1207,#1208,#1216));
+#1206 = ORIENTED_EDGE('',*,*,#1184,.T.);
+#1207 = ORIENTED_EDGE('',*,*,#1030,.T.);
+#1208 = ORIENTED_EDGE('',*,*,#1209,.F.);
+#1209 = EDGE_CURVE('',#1210,#1031,#1212,.T.);
+#1210 = VERTEX_POINT('',#1211);
+#1211 = CARTESIAN_POINT('',(2.891257867167,4.678742132833,6.));
+#1212 = LINE('',#1213,#1214);
+#1213 = CARTESIAN_POINT('',(2.891257867167,4.678742132833,6.));
+#1214 = VECTOR('',#1215,1.);
+#1215 = DIRECTION('',(-0.,-0.,-1.));
+#1216 = ORIENTED_EDGE('',*,*,#1217,.F.);
+#1217 = EDGE_CURVE('',#1185,#1210,#1218,.T.);
+#1218 = CIRCLE('',#1219,1.3);
+#1219 = AXIS2_PLACEMENT_3D('',#1220,#1221,#1222);
+#1220 = CARTESIAN_POINT('',(4.,4.,6.));
+#1221 = DIRECTION('',(0.,0.,1.));
+#1222 = DIRECTION('',(1.,0.,-0.));
+#1223 = CYLINDRICAL_SURFACE('',#1224,1.3);
+#1224 = AXIS2_PLACEMENT_3D('',#1225,#1226,#1227);
+#1225 = CARTESIAN_POINT('',(4.,4.,6.));
+#1226 = DIRECTION('',(0.,0.,1.));
+#1227 = DIRECTION('',(1.,0.,-0.));
+#1228 = ADVANCED_FACE('',(#1229),#1248,.F.);
+#1229 = FACE_BOUND('',#1230,.F.);
+#1230 = EDGE_LOOP('',(#1231,#1232,#1233,#1241));
+#1231 = ORIENTED_EDGE('',*,*,#1209,.T.);
+#1232 = ORIENTED_EDGE('',*,*,#1039,.T.);
+#1233 = ORIENTED_EDGE('',*,*,#1234,.F.);
+#1234 = EDGE_CURVE('',#1235,#1040,#1237,.T.);
+#1235 = VERTEX_POINT('',#1236);
+#1236 = CARTESIAN_POINT('',(-2.891257867167,4.678742132833,6.));
+#1237 = LINE('',#1238,#1239);
+#1238 = CARTESIAN_POINT('',(-2.891257867167,4.678742132833,6.));
+#1239 = VECTOR('',#1240,1.);
+#1240 = DIRECTION('',(-0.,-0.,-1.));
+#1241 = ORIENTED_EDGE('',*,*,#1242,.F.);
+#1242 = EDGE_CURVE('',#1210,#1235,#1243,.T.);
+#1243 = CIRCLE('',#1244,5.5);
+#1244 = AXIS2_PLACEMENT_3D('',#1245,#1246,#1247);
+#1245 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,6.));
+#1246 = DIRECTION('',(0.,0.,1.));
+#1247 = DIRECTION('',(1.,0.,-0.));
+#1248 = CYLINDRICAL_SURFACE('',#1249,5.5);
+#1249 = AXIS2_PLACEMENT_3D('',#1250,#1251,#1252);
+#1250 = CARTESIAN_POINT('',(-7.964574350203E-24,2.201986420173E-24,6.));
+#1251 = DIRECTION('',(0.,0.,1.));
+#1252 = DIRECTION('',(1.,0.,-0.));
+#1253 = ADVANCED_FACE('',(#1254),#1266,.F.);
+#1254 = FACE_BOUND('',#1255,.F.);
+#1255 = EDGE_LOOP('',(#1256,#1257,#1258,#1259));
+#1256 = ORIENTED_EDGE('',*,*,#1234,.T.);
+#1257 = ORIENTED_EDGE('',*,*,#1048,.T.);
+#1258 = ORIENTED_EDGE('',*,*,#1075,.F.);
+#1259 = ORIENTED_EDGE('',*,*,#1260,.F.);
+#1260 = EDGE_CURVE('',#1235,#1076,#1261,.T.);
+#1261 = CIRCLE('',#1262,1.3);
+#1262 = AXIS2_PLACEMENT_3D('',#1263,#1264,#1265);
+#1263 = CARTESIAN_POINT('',(-4.,4.,6.));
+#1264 = DIRECTION('',(0.,0.,1.));
+#1265 = DIRECTION('',(1.,0.,-0.));
+#1266 = CYLINDRICAL_SURFACE('',#1267,1.3);
+#1267 = AXIS2_PLACEMENT_3D('',#1268,#1269,#1270);
+#1268 = CARTESIAN_POINT('',(-4.,4.,6.));
+#1269 = DIRECTION('',(0.,0.,1.));
+#1270 = DIRECTION('',(1.,0.,-0.));
+#1271 = ADVANCED_FACE('',(#1272,#1342),#1352,.F.);
+#1272 = FACE_BOUND('',#1273,.F.);
+#1273 = EDGE_LOOP('',(#1274,#1284,#1293,#1301,#1310,#1318,#1327,#1335));
+#1274 = ORIENTED_EDGE('',*,*,#1275,.T.);
+#1275 = EDGE_CURVE('',#1276,#1278,#1280,.T.);
+#1276 = VERTEX_POINT('',#1277);
+#1277 = CARTESIAN_POINT('',(-4.75,6.25,6.));
+#1278 = VERTEX_POINT('',#1279);
+#1279 = CARTESIAN_POINT('',(4.75,6.25,6.));
+#1280 = LINE('',#1281,#1282);
+#1281 = CARTESIAN_POINT('',(-6.25,6.25,6.));
+#1282 = VECTOR('',#1283,1.);
+#1283 = DIRECTION('',(1.,0.,0.));
+#1284 = ORIENTED_EDGE('',*,*,#1285,.T.);
+#1285 = EDGE_CURVE('',#1278,#1286,#1288,.T.);
+#1286 = VERTEX_POINT('',#1287);
+#1287 = CARTESIAN_POINT('',(6.25,4.75,6.));
+#1288 = CIRCLE('',#1289,1.5);
+#1289 = AXIS2_PLACEMENT_3D('',#1290,#1291,#1292);
+#1290 = CARTESIAN_POINT('',(4.75,4.75,6.));
+#1291 = DIRECTION('',(-0.,-0.,-1.));
+#1292 = DIRECTION('',(0.,-1.,0.));
+#1293 = ORIENTED_EDGE('',*,*,#1294,.T.);
+#1294 = EDGE_CURVE('',#1286,#1295,#1297,.T.);
+#1295 = VERTEX_POINT('',#1296);
+#1296 = CARTESIAN_POINT('',(6.25,-4.75,6.));
+#1297 = LINE('',#1298,#1299);
+#1298 = CARTESIAN_POINT('',(6.25,6.25,6.));
+#1299 = VECTOR('',#1300,1.);
+#1300 = DIRECTION('',(0.,-1.,0.));
+#1301 = ORIENTED_EDGE('',*,*,#1302,.T.);
+#1302 = EDGE_CURVE('',#1295,#1303,#1305,.T.);
+#1303 = VERTEX_POINT('',#1304);
+#1304 = CARTESIAN_POINT('',(4.75,-6.25,6.));
+#1305 = CIRCLE('',#1306,1.5);
+#1306 = AXIS2_PLACEMENT_3D('',#1307,#1308,#1309);
+#1307 = CARTESIAN_POINT('',(4.75,-4.75,6.));
+#1308 = DIRECTION('',(-0.,-0.,-1.));
+#1309 = DIRECTION('',(0.,-1.,0.));
+#1310 = ORIENTED_EDGE('',*,*,#1311,.T.);
+#1311 = EDGE_CURVE('',#1303,#1312,#1314,.T.);
+#1312 = VERTEX_POINT('',#1313);
+#1313 = CARTESIAN_POINT('',(-4.75,-6.25,6.));
+#1314 = LINE('',#1315,#1316);
+#1315 = CARTESIAN_POINT('',(6.25,-6.25,6.));
+#1316 = VECTOR('',#1317,1.);
+#1317 = DIRECTION('',(-1.,0.,0.));
+#1318 = ORIENTED_EDGE('',*,*,#1319,.T.);
+#1319 = EDGE_CURVE('',#1312,#1320,#1322,.T.);
+#1320 = VERTEX_POINT('',#1321);
+#1321 = CARTESIAN_POINT('',(-6.25,-4.75,6.));
+#1322 = CIRCLE('',#1323,1.5);
+#1323 = AXIS2_PLACEMENT_3D('',#1324,#1325,#1326);
+#1324 = CARTESIAN_POINT('',(-4.75,-4.75,6.));
+#1325 = DIRECTION('',(-0.,-0.,-1.));
+#1326 = DIRECTION('',(0.,-1.,0.));
+#1327 = ORIENTED_EDGE('',*,*,#1328,.T.);
+#1328 = EDGE_CURVE('',#1320,#1329,#1331,.T.);
+#1329 = VERTEX_POINT('',#1330);
+#1330 = CARTESIAN_POINT('',(-6.25,4.75,6.));
+#1331 = LINE('',#1332,#1333);
+#1332 = CARTESIAN_POINT('',(-6.25,-6.25,6.));
+#1333 = VECTOR('',#1334,1.);
+#1334 = DIRECTION('',(0.,1.,0.));
+#1335 = ORIENTED_EDGE('',*,*,#1336,.F.);
+#1336 = EDGE_CURVE('',#1276,#1329,#1337,.T.);
+#1337 = CIRCLE('',#1338,1.5);
+#1338 = AXIS2_PLACEMENT_3D('',#1339,#1340,#1341);
+#1339 = CARTESIAN_POINT('',(-4.75,4.75,6.));
+#1340 = DIRECTION('',(-0.,0.,1.));
+#1341 = DIRECTION('',(0.,-1.,0.));
+#1342 = FACE_BOUND('',#1343,.F.);
+#1343 = EDGE_LOOP('',(#1344,#1345,#1346,#1347,#1348,#1349,#1350,#1351));
+#1344 = ORIENTED_EDGE('',*,*,#1242,.T.);
+#1345 = ORIENTED_EDGE('',*,*,#1260,.T.);
+#1346 = ORIENTED_EDGE('',*,*,#1092,.T.);
+#1347 = ORIENTED_EDGE('',*,*,#1117,.T.);
+#1348 = ORIENTED_EDGE('',*,*,#1142,.T.);
+#1349 = ORIENTED_EDGE('',*,*,#1167,.T.);
+#1350 = ORIENTED_EDGE('',*,*,#1192,.T.);
+#1351 = ORIENTED_EDGE('',*,*,#1217,.T.);
+#1352 = PLANE('',#1353);
+#1353 = AXIS2_PLACEMENT_3D('',#1354,#1355,#1356);
+#1354 = CARTESIAN_POINT('',(0.,0.,6.));
+#1355 = DIRECTION('',(-0.,-0.,-1.));
+#1356 = DIRECTION('',(-1.,0.,0.));
+#1357 = ADVANCED_FACE('',(#1358),#1383,.T.);
+#1358 = FACE_BOUND('',#1359,.T.);
+#1359 = EDGE_LOOP('',(#1360,#1370,#1376,#1377));
+#1360 = ORIENTED_EDGE('',*,*,#1361,.F.);
+#1361 = EDGE_CURVE('',#1362,#1364,#1366,.T.);
+#1362 = VERTEX_POINT('',#1363);
+#1363 = CARTESIAN_POINT('',(-4.75,6.25,0.5));
+#1364 = VERTEX_POINT('',#1365);
+#1365 = CARTESIAN_POINT('',(4.75,6.25,0.5));
+#1366 = LINE('',#1367,#1368);
+#1367 = CARTESIAN_POINT('',(-6.25,6.25,0.5));
+#1368 = VECTOR('',#1369,1.);
+#1369 = DIRECTION('',(1.,0.,0.));
+#1370 = ORIENTED_EDGE('',*,*,#1371,.T.);
+#1371 = EDGE_CURVE('',#1362,#1276,#1372,.T.);
+#1372 = LINE('',#1373,#1374);
+#1373 = CARTESIAN_POINT('',(-4.75,6.25,0.5));
+#1374 = VECTOR('',#1375,1.);
+#1375 = DIRECTION('',(0.,0.,1.));
+#1376 = ORIENTED_EDGE('',*,*,#1275,.T.);
+#1377 = ORIENTED_EDGE('',*,*,#1378,.F.);
+#1378 = EDGE_CURVE('',#1364,#1278,#1379,.T.);
+#1379 = LINE('',#1380,#1381);
+#1380 = CARTESIAN_POINT('',(4.75,6.25,0.5));
+#1381 = VECTOR('',#1382,1.);
+#1382 = DIRECTION('',(0.,0.,1.));
+#1383 = PLANE('',#1384);
+#1384 = AXIS2_PLACEMENT_3D('',#1385,#1386,#1387);
+#1385 = CARTESIAN_POINT('',(-6.25,6.25,0.5));
+#1386 = DIRECTION('',(0.,1.,0.));
+#1387 = DIRECTION('',(1.,0.,0.));
+#1388 = ADVANCED_FACE('',(#1389),#1408,.T.);
+#1389 = FACE_BOUND('',#1390,.T.);
+#1390 = EDGE_LOOP('',(#1391,#1400,#1406,#1407));
+#1391 = ORIENTED_EDGE('',*,*,#1392,.T.);
+#1392 = EDGE_CURVE('',#1362,#1393,#1395,.T.);
+#1393 = VERTEX_POINT('',#1394);
+#1394 = CARTESIAN_POINT('',(-6.25,4.75,0.5));
+#1395 = CIRCLE('',#1396,1.5);
+#1396 = AXIS2_PLACEMENT_3D('',#1397,#1398,#1399);
+#1397 = CARTESIAN_POINT('',(-4.75,4.75,0.5));
+#1398 = DIRECTION('',(-0.,0.,1.));
+#1399 = DIRECTION('',(0.,-1.,0.));
+#1400 = ORIENTED_EDGE('',*,*,#1401,.T.);
+#1401 = EDGE_CURVE('',#1393,#1329,#1402,.T.);
+#1402 = LINE('',#1403,#1404);
+#1403 = CARTESIAN_POINT('',(-6.25,4.75,0.5));
+#1404 = VECTOR('',#1405,1.);
+#1405 = DIRECTION('',(0.,0.,1.));
+#1406 = ORIENTED_EDGE('',*,*,#1336,.F.);
+#1407 = ORIENTED_EDGE('',*,*,#1371,.F.);
+#1408 = CYLINDRICAL_SURFACE('',#1409,1.5);
+#1409 = AXIS2_PLACEMENT_3D('',#1410,#1411,#1412);
+#1410 = CARTESIAN_POINT('',(-4.75,4.75,0.5));
+#1411 = DIRECTION('',(0.,0.,1.));
+#1412 = DIRECTION('',(0.,1.,0.));
+#1413 = ADVANCED_FACE('',(#1414),#1433,.T.);
+#1414 = FACE_BOUND('',#1415,.T.);
+#1415 = EDGE_LOOP('',(#1416,#1417,#1418,#1426));
+#1416 = ORIENTED_EDGE('',*,*,#1378,.T.);
+#1417 = ORIENTED_EDGE('',*,*,#1285,.T.);
+#1418 = ORIENTED_EDGE('',*,*,#1419,.F.);
+#1419 = EDGE_CURVE('',#1420,#1286,#1422,.T.);
+#1420 = VERTEX_POINT('',#1421);
+#1421 = CARTESIAN_POINT('',(6.25,4.75,0.5));
+#1422 = LINE('',#1423,#1424);
+#1423 = CARTESIAN_POINT('',(6.25,4.75,0.5));
+#1424 = VECTOR('',#1425,1.);
+#1425 = DIRECTION('',(0.,0.,1.));
+#1426 = ORIENTED_EDGE('',*,*,#1427,.F.);
+#1427 = EDGE_CURVE('',#1364,#1420,#1428,.T.);
+#1428 = CIRCLE('',#1429,1.5);
+#1429 = AXIS2_PLACEMENT_3D('',#1430,#1431,#1432);
+#1430 = CARTESIAN_POINT('',(4.75,4.75,0.5));
+#1431 = DIRECTION('',(-0.,-0.,-1.));
+#1432 = DIRECTION('',(0.,-1.,0.));
+#1433 = CYLINDRICAL_SURFACE('',#1434,1.5);
+#1434 = AXIS2_PLACEMENT_3D('',#1435,#1436,#1437);
+#1435 = CARTESIAN_POINT('',(4.75,4.75,0.5));
+#1436 = DIRECTION('',(0.,0.,1.));
+#1437 = DIRECTION('',(0.,1.,0.));
+#1438 = ADVANCED_FACE('',(#1439),#1457,.T.);
+#1439 = FACE_BOUND('',#1440,.T.);
+#1440 = EDGE_LOOP('',(#1441,#1449,#1455,#1456));
+#1441 = ORIENTED_EDGE('',*,*,#1442,.F.);
+#1442 = EDGE_CURVE('',#1443,#1393,#1445,.T.);
+#1443 = VERTEX_POINT('',#1444);
+#1444 = CARTESIAN_POINT('',(-6.25,-4.75,0.5));
+#1445 = LINE('',#1446,#1447);
+#1446 = CARTESIAN_POINT('',(-6.25,-6.25,0.5));
+#1447 = VECTOR('',#1448,1.);
+#1448 = DIRECTION('',(0.,1.,0.));
+#1449 = ORIENTED_EDGE('',*,*,#1450,.T.);
+#1450 = EDGE_CURVE('',#1443,#1320,#1451,.T.);
+#1451 = LINE('',#1452,#1453);
+#1452 = CARTESIAN_POINT('',(-6.25,-4.75,0.5));
+#1453 = VECTOR('',#1454,1.);
+#1454 = DIRECTION('',(0.,0.,1.));
+#1455 = ORIENTED_EDGE('',*,*,#1328,.T.);
+#1456 = ORIENTED_EDGE('',*,*,#1401,.F.);
+#1457 = PLANE('',#1458);
+#1458 = AXIS2_PLACEMENT_3D('',#1459,#1460,#1461);
+#1459 = CARTESIAN_POINT('',(-6.25,-6.25,0.5));
+#1460 = DIRECTION('',(-1.,0.,0.));
+#1461 = DIRECTION('',(0.,1.,0.));
+#1462 = ADVANCED_FACE('',(#1463),#1481,.T.);
+#1463 = FACE_BOUND('',#1464,.T.);
+#1464 = EDGE_LOOP('',(#1465,#1473,#1474,#1475));
+#1465 = ORIENTED_EDGE('',*,*,#1466,.F.);
+#1466 = EDGE_CURVE('',#1420,#1467,#1469,.T.);
+#1467 = VERTEX_POINT('',#1468);
+#1468 = CARTESIAN_POINT('',(6.25,-4.75,0.5));
+#1469 = LINE('',#1470,#1471);
+#1470 = CARTESIAN_POINT('',(6.25,6.25,0.5));
+#1471 = VECTOR('',#1472,1.);
+#1472 = DIRECTION('',(0.,-1.,0.));
+#1473 = ORIENTED_EDGE('',*,*,#1419,.T.);
+#1474 = ORIENTED_EDGE('',*,*,#1294,.T.);
+#1475 = ORIENTED_EDGE('',*,*,#1476,.F.);
+#1476 = EDGE_CURVE('',#1467,#1295,#1477,.T.);
+#1477 = LINE('',#1478,#1479);
+#1478 = CARTESIAN_POINT('',(6.25,-4.75,0.5));
+#1479 = VECTOR('',#1480,1.);
+#1480 = DIRECTION('',(0.,0.,1.));
+#1481 = PLANE('',#1482);
+#1482 = AXIS2_PLACEMENT_3D('',#1483,#1484,#1485);
+#1483 = CARTESIAN_POINT('',(6.25,6.25,0.5));
+#1484 = DIRECTION('',(1.,0.,0.));
+#1485 = DIRECTION('',(0.,-1.,0.));
+#1486 = ADVANCED_FACE('',(#1487),#1506,.T.);
+#1487 = FACE_BOUND('',#1488,.T.);
+#1488 = EDGE_LOOP('',(#1489,#1497,#1498,#1499));
+#1489 = ORIENTED_EDGE('',*,*,#1490,.T.);
+#1490 = EDGE_CURVE('',#1491,#1312,#1493,.T.);
+#1491 = VERTEX_POINT('',#1492);
+#1492 = CARTESIAN_POINT('',(-4.75,-6.25,0.5));
+#1493 = LINE('',#1494,#1495);
+#1494 = CARTESIAN_POINT('',(-4.75,-6.25,0.5));
+#1495 = VECTOR('',#1496,1.);
+#1496 = DIRECTION('',(0.,0.,1.));
+#1497 = ORIENTED_EDGE('',*,*,#1319,.T.);
+#1498 = ORIENTED_EDGE('',*,*,#1450,.F.);
+#1499 = ORIENTED_EDGE('',*,*,#1500,.F.);
+#1500 = EDGE_CURVE('',#1491,#1443,#1501,.T.);
+#1501 = CIRCLE('',#1502,1.5);
+#1502 = AXIS2_PLACEMENT_3D('',#1503,#1504,#1505);
+#1503 = CARTESIAN_POINT('',(-4.75,-4.75,0.5));
+#1504 = DIRECTION('',(-0.,-0.,-1.));
+#1505 = DIRECTION('',(0.,-1.,0.));
+#1506 = CYLINDRICAL_SURFACE('',#1507,1.5);
+#1507 = AXIS2_PLACEMENT_3D('',#1508,#1509,#1510);
+#1508 = CARTESIAN_POINT('',(-4.75,-4.75,0.5));
+#1509 = DIRECTION('',(0.,0.,1.));
+#1510 = DIRECTION('',(0.,-1.,0.));
+#1511 = ADVANCED_FACE('',(#1512),#1531,.T.);
+#1512 = FACE_BOUND('',#1513,.T.);
+#1513 = EDGE_LOOP('',(#1514,#1515,#1516,#1524));
+#1514 = ORIENTED_EDGE('',*,*,#1476,.T.);
+#1515 = ORIENTED_EDGE('',*,*,#1302,.T.);
+#1516 = ORIENTED_EDGE('',*,*,#1517,.F.);
+#1517 = EDGE_CURVE('',#1518,#1303,#1520,.T.);
+#1518 = VERTEX_POINT('',#1519);
+#1519 = CARTESIAN_POINT('',(4.75,-6.25,0.5));
+#1520 = LINE('',#1521,#1522);
+#1521 = CARTESIAN_POINT('',(4.75,-6.25,0.5));
+#1522 = VECTOR('',#1523,1.);
+#1523 = DIRECTION('',(0.,0.,1.));
+#1524 = ORIENTED_EDGE('',*,*,#1525,.F.);
+#1525 = EDGE_CURVE('',#1467,#1518,#1526,.T.);
+#1526 = CIRCLE('',#1527,1.5);
+#1527 = AXIS2_PLACEMENT_3D('',#1528,#1529,#1530);
+#1528 = CARTESIAN_POINT('',(4.75,-4.75,0.5));
+#1529 = DIRECTION('',(-0.,-0.,-1.));
+#1530 = DIRECTION('',(0.,-1.,0.));
+#1531 = CYLINDRICAL_SURFACE('',#1532,1.5);
+#1532 = AXIS2_PLACEMENT_3D('',#1533,#1534,#1535);
+#1533 = CARTESIAN_POINT('',(4.75,-4.75,0.5));
+#1534 = DIRECTION('',(0.,0.,1.));
+#1535 = DIRECTION('',(1.,0.,-0.));
+#1536 = ADVANCED_FACE('',(#1537),#1548,.T.);
+#1537 = FACE_BOUND('',#1538,.T.);
+#1538 = EDGE_LOOP('',(#1539,#1545,#1546,#1547));
+#1539 = ORIENTED_EDGE('',*,*,#1540,.F.);
+#1540 = EDGE_CURVE('',#1518,#1491,#1541,.T.);
+#1541 = LINE('',#1542,#1543);
+#1542 = CARTESIAN_POINT('',(6.25,-6.25,0.5));
+#1543 = VECTOR('',#1544,1.);
+#1544 = DIRECTION('',(-1.,0.,0.));
+#1545 = ORIENTED_EDGE('',*,*,#1517,.T.);
+#1546 = ORIENTED_EDGE('',*,*,#1311,.T.);
+#1547 = ORIENTED_EDGE('',*,*,#1490,.F.);
+#1548 = PLANE('',#1549);
+#1549 = AXIS2_PLACEMENT_3D('',#1550,#1551,#1552);
+#1550 = CARTESIAN_POINT('',(6.25,-6.25,0.5));
+#1551 = DIRECTION('',(0.,-1.,0.));
+#1552 = DIRECTION('',(-1.,0.,0.));
+#1553 = ADVANCED_FACE('',(#1554,#1564,#1598),#1632,.T.);
+#1554 = FACE_BOUND('',#1555,.T.);
+#1555 = EDGE_LOOP('',(#1556,#1557,#1558,#1559,#1560,#1561,#1562,#1563));
+#1556 = ORIENTED_EDGE('',*,*,#1361,.T.);
+#1557 = ORIENTED_EDGE('',*,*,#1427,.T.);
+#1558 = ORIENTED_EDGE('',*,*,#1466,.T.);
+#1559 = ORIENTED_EDGE('',*,*,#1525,.T.);
+#1560 = ORIENTED_EDGE('',*,*,#1540,.T.);
+#1561 = ORIENTED_EDGE('',*,*,#1500,.T.);
+#1562 = ORIENTED_EDGE('',*,*,#1442,.T.);
+#1563 = ORIENTED_EDGE('',*,*,#1392,.F.);
+#1564 = FACE_BOUND('',#1565,.T.);
+#1565 = EDGE_LOOP('',(#1566,#1576,#1584,#1592));
+#1566 = ORIENTED_EDGE('',*,*,#1567,.F.);
+#1567 = EDGE_CURVE('',#1568,#1570,#1572,.T.);
+#1568 = VERTEX_POINT('',#1569);
+#1569 = CARTESIAN_POINT('',(-3.5,2.5,0.5));
+#1570 = VERTEX_POINT('',#1571);
+#1571 = CARTESIAN_POINT('',(-3.5,-2.5,0.5));
+#1572 = LINE('',#1573,#1574);
+#1573 = CARTESIAN_POINT('',(-3.5,2.5,0.5));
+#1574 = VECTOR('',#1575,1.);
+#1575 = DIRECTION('',(0.,-1.,0.));
+#1576 = ORIENTED_EDGE('',*,*,#1577,.F.);
+#1577 = EDGE_CURVE('',#1578,#1568,#1580,.T.);
+#1578 = VERTEX_POINT('',#1579);
+#1579 = CARTESIAN_POINT('',(-6.,2.5,0.5));
+#1580 = LINE('',#1581,#1582);
+#1581 = CARTESIAN_POINT('',(-6.,2.5,0.5));
+#1582 = VECTOR('',#1583,1.);
+#1583 = DIRECTION('',(1.,0.,0.));
+#1584 = ORIENTED_EDGE('',*,*,#1585,.F.);
+#1585 = EDGE_CURVE('',#1586,#1578,#1588,.T.);
+#1586 = VERTEX_POINT('',#1587);
+#1587 = CARTESIAN_POINT('',(-6.,-2.5,0.5));
+#1588 = LINE('',#1589,#1590);
+#1589 = CARTESIAN_POINT('',(-6.,-2.5,0.5));
+#1590 = VECTOR('',#1591,1.);
+#1591 = DIRECTION('',(0.,1.,0.));
+#1592 = ORIENTED_EDGE('',*,*,#1593,.F.);
+#1593 = EDGE_CURVE('',#1570,#1586,#1594,.T.);
+#1594 = LINE('',#1595,#1596);
+#1595 = CARTESIAN_POINT('',(-3.5,-2.5,0.5));
+#1596 = VECTOR('',#1597,1.);
+#1597 = DIRECTION('',(-1.,0.,0.));
+#1598 = FACE_BOUND('',#1599,.T.);
+#1599 = EDGE_LOOP('',(#1600,#1610,#1618,#1626));
+#1600 = ORIENTED_EDGE('',*,*,#1601,.F.);
+#1601 = EDGE_CURVE('',#1602,#1604,#1606,.T.);
+#1602 = VERTEX_POINT('',#1603);
+#1603 = CARTESIAN_POINT('',(3.5,2.5,0.5));
+#1604 = VERTEX_POINT('',#1605);
+#1605 = CARTESIAN_POINT('',(6.,2.5,0.5));
+#1606 = LINE('',#1607,#1608);
+#1607 = CARTESIAN_POINT('',(3.5,2.5,0.5));
+#1608 = VECTOR('',#1609,1.);
+#1609 = DIRECTION('',(1.,0.,0.));
+#1610 = ORIENTED_EDGE('',*,*,#1611,.F.);
+#1611 = EDGE_CURVE('',#1612,#1602,#1614,.T.);
+#1612 = VERTEX_POINT('',#1613);
+#1613 = CARTESIAN_POINT('',(3.5,-2.5,0.5));
+#1614 = LINE('',#1615,#1616);
+#1615 = CARTESIAN_POINT('',(3.5,-2.5,0.5));
+#1616 = VECTOR('',#1617,1.);
+#1617 = DIRECTION('',(0.,1.,0.));
+#1618 = ORIENTED_EDGE('',*,*,#1619,.F.);
+#1619 = EDGE_CURVE('',#1620,#1612,#1622,.T.);
+#1620 = VERTEX_POINT('',#1621);
+#1621 = CARTESIAN_POINT('',(6.,-2.5,0.5));
+#1622 = LINE('',#1623,#1624);
+#1623 = CARTESIAN_POINT('',(6.,-2.5,0.5));
+#1624 = VECTOR('',#1625,1.);
+#1625 = DIRECTION('',(-1.,0.,0.));
+#1626 = ORIENTED_EDGE('',*,*,#1627,.F.);
+#1627 = EDGE_CURVE('',#1604,#1620,#1628,.T.);
+#1628 = LINE('',#1629,#1630);
+#1629 = CARTESIAN_POINT('',(6.,2.5,0.5));
+#1630 = VECTOR('',#1631,1.);
+#1631 = DIRECTION('',(0.,-1.,0.));
+#1632 = PLANE('',#1633);
+#1633 = AXIS2_PLACEMENT_3D('',#1634,#1635,#1636);
+#1634 = CARTESIAN_POINT('',(0.,0.,0.5));
+#1635 = DIRECTION('',(-0.,-0.,-1.));
+#1636 = DIRECTION('',(-1.,0.,0.));
+#1637 = ADVANCED_FACE('',(#1638),#1663,.T.);
+#1638 = FACE_BOUND('',#1639,.T.);
+#1639 = EDGE_LOOP('',(#1640,#1648,#1649,#1657));
+#1640 = ORIENTED_EDGE('',*,*,#1641,.T.);
+#1641 = EDGE_CURVE('',#1642,#1568,#1644,.T.);
+#1642 = VERTEX_POINT('',#1643);
+#1643 = CARTESIAN_POINT('',(-3.5,2.5,0.));
+#1644 = LINE('',#1645,#1646);
+#1645 = CARTESIAN_POINT('',(-3.5,2.5,0.));
+#1646 = VECTOR('',#1647,1.);
+#1647 = DIRECTION('',(0.,0.,1.));
+#1648 = ORIENTED_EDGE('',*,*,#1567,.T.);
+#1649 = ORIENTED_EDGE('',*,*,#1650,.F.);
+#1650 = EDGE_CURVE('',#1651,#1570,#1653,.T.);
+#1651 = VERTEX_POINT('',#1652);
+#1652 = CARTESIAN_POINT('',(-3.5,-2.5,0.));
+#1653 = LINE('',#1654,#1655);
+#1654 = CARTESIAN_POINT('',(-3.5,-2.5,0.));
+#1655 = VECTOR('',#1656,1.);
+#1656 = DIRECTION('',(0.,0.,1.));
+#1657 = ORIENTED_EDGE('',*,*,#1658,.F.);
+#1658 = EDGE_CURVE('',#1642,#1651,#1659,.T.);
+#1659 = LINE('',#1660,#1661);
+#1660 = CARTESIAN_POINT('',(-3.5,2.5,0.));
+#1661 = VECTOR('',#1662,1.);
+#1662 = DIRECTION('',(0.,-1.,0.));
+#1663 = PLANE('',#1664);
+#1664 = AXIS2_PLACEMENT_3D('',#1665,#1666,#1667);
+#1665 = CARTESIAN_POINT('',(-3.5,2.5,0.));
+#1666 = DIRECTION('',(1.,0.,0.));
+#1667 = DIRECTION('',(0.,-1.,0.));
+#1668 = ADVANCED_FACE('',(#1669),#1687,.T.);
+#1669 = FACE_BOUND('',#1670,.T.);
+#1670 = EDGE_LOOP('',(#1671,#1672,#1673,#1681));
+#1671 = ORIENTED_EDGE('',*,*,#1650,.T.);
+#1672 = ORIENTED_EDGE('',*,*,#1593,.T.);
+#1673 = ORIENTED_EDGE('',*,*,#1674,.F.);
+#1674 = EDGE_CURVE('',#1675,#1586,#1677,.T.);
+#1675 = VERTEX_POINT('',#1676);
+#1676 = CARTESIAN_POINT('',(-6.,-2.5,0.));
+#1677 = LINE('',#1678,#1679);
+#1678 = CARTESIAN_POINT('',(-6.,-2.5,0.));
+#1679 = VECTOR('',#1680,1.);
+#1680 = DIRECTION('',(0.,0.,1.));
+#1681 = ORIENTED_EDGE('',*,*,#1682,.F.);
+#1682 = EDGE_CURVE('',#1651,#1675,#1683,.T.);
+#1683 = LINE('',#1684,#1685);
+#1684 = CARTESIAN_POINT('',(-3.5,-2.5,0.));
+#1685 = VECTOR('',#1686,1.);
+#1686 = DIRECTION('',(-1.,0.,0.));
+#1687 = PLANE('',#1688);
+#1688 = AXIS2_PLACEMENT_3D('',#1689,#1690,#1691);
+#1689 = CARTESIAN_POINT('',(-3.5,-2.5,0.));
+#1690 = DIRECTION('',(0.,-1.,0.));
+#1691 = DIRECTION('',(-1.,0.,0.));
+#1692 = ADVANCED_FACE('',(#1693),#1711,.T.);
+#1693 = FACE_BOUND('',#1694,.T.);
+#1694 = EDGE_LOOP('',(#1695,#1696,#1697,#1705));
+#1695 = ORIENTED_EDGE('',*,*,#1674,.T.);
+#1696 = ORIENTED_EDGE('',*,*,#1585,.T.);
+#1697 = ORIENTED_EDGE('',*,*,#1698,.F.);
+#1698 = EDGE_CURVE('',#1699,#1578,#1701,.T.);
+#1699 = VERTEX_POINT('',#1700);
+#1700 = CARTESIAN_POINT('',(-6.,2.5,0.));
+#1701 = LINE('',#1702,#1703);
+#1702 = CARTESIAN_POINT('',(-6.,2.5,0.));
+#1703 = VECTOR('',#1704,1.);
+#1704 = DIRECTION('',(0.,0.,1.));
+#1705 = ORIENTED_EDGE('',*,*,#1706,.F.);
+#1706 = EDGE_CURVE('',#1675,#1699,#1707,.T.);
+#1707 = LINE('',#1708,#1709);
+#1708 = CARTESIAN_POINT('',(-6.,-2.5,0.));
+#1709 = VECTOR('',#1710,1.);
+#1710 = DIRECTION('',(0.,1.,0.));
+#1711 = PLANE('',#1712);
+#1712 = AXIS2_PLACEMENT_3D('',#1713,#1714,#1715);
+#1713 = CARTESIAN_POINT('',(-6.,-2.5,0.));
+#1714 = DIRECTION('',(-1.,0.,0.));
+#1715 = DIRECTION('',(0.,1.,0.));
+#1716 = ADVANCED_FACE('',(#1717),#1728,.T.);
+#1717 = FACE_BOUND('',#1718,.T.);
+#1718 = EDGE_LOOP('',(#1719,#1720,#1721,#1722));
+#1719 = ORIENTED_EDGE('',*,*,#1698,.T.);
+#1720 = ORIENTED_EDGE('',*,*,#1577,.T.);
+#1721 = ORIENTED_EDGE('',*,*,#1641,.F.);
+#1722 = ORIENTED_EDGE('',*,*,#1723,.F.);
+#1723 = EDGE_CURVE('',#1699,#1642,#1724,.T.);
+#1724 = LINE('',#1725,#1726);
+#1725 = CARTESIAN_POINT('',(-6.,2.5,0.));
+#1726 = VECTOR('',#1727,1.);
+#1727 = DIRECTION('',(1.,0.,0.));
+#1728 = PLANE('',#1729);
+#1729 = AXIS2_PLACEMENT_3D('',#1730,#1731,#1732);
+#1730 = CARTESIAN_POINT('',(-6.,2.5,0.));
+#1731 = DIRECTION('',(0.,1.,0.));
+#1732 = DIRECTION('',(1.,0.,0.));
+#1733 = ADVANCED_FACE('',(#1734),#1759,.T.);
+#1734 = FACE_BOUND('',#1735,.T.);
+#1735 = EDGE_LOOP('',(#1736,#1744,#1745,#1753));
+#1736 = ORIENTED_EDGE('',*,*,#1737,.T.);
+#1737 = EDGE_CURVE('',#1738,#1602,#1740,.T.);
+#1738 = VERTEX_POINT('',#1739);
+#1739 = CARTESIAN_POINT('',(3.5,2.5,0.));
+#1740 = LINE('',#1741,#1742);
+#1741 = CARTESIAN_POINT('',(3.5,2.5,0.));
+#1742 = VECTOR('',#1743,1.);
+#1743 = DIRECTION('',(0.,0.,1.));
+#1744 = ORIENTED_EDGE('',*,*,#1601,.T.);
+#1745 = ORIENTED_EDGE('',*,*,#1746,.F.);
+#1746 = EDGE_CURVE('',#1747,#1604,#1749,.T.);
+#1747 = VERTEX_POINT('',#1748);
+#1748 = CARTESIAN_POINT('',(6.,2.5,0.));
+#1749 = LINE('',#1750,#1751);
+#1750 = CARTESIAN_POINT('',(6.,2.5,0.));
+#1751 = VECTOR('',#1752,1.);
+#1752 = DIRECTION('',(0.,0.,1.));
+#1753 = ORIENTED_EDGE('',*,*,#1754,.F.);
+#1754 = EDGE_CURVE('',#1738,#1747,#1755,.T.);
+#1755 = LINE('',#1756,#1757);
+#1756 = CARTESIAN_POINT('',(3.5,2.5,0.));
+#1757 = VECTOR('',#1758,1.);
+#1758 = DIRECTION('',(1.,0.,0.));
+#1759 = PLANE('',#1760);
+#1760 = AXIS2_PLACEMENT_3D('',#1761,#1762,#1763);
+#1761 = CARTESIAN_POINT('',(3.5,2.5,0.));
+#1762 = DIRECTION('',(0.,1.,0.));
+#1763 = DIRECTION('',(1.,0.,0.));
+#1764 = ADVANCED_FACE('',(#1765),#1783,.T.);
+#1765 = FACE_BOUND('',#1766,.T.);
+#1766 = EDGE_LOOP('',(#1767,#1768,#1769,#1777));
+#1767 = ORIENTED_EDGE('',*,*,#1746,.T.);
+#1768 = ORIENTED_EDGE('',*,*,#1627,.T.);
+#1769 = ORIENTED_EDGE('',*,*,#1770,.F.);
+#1770 = EDGE_CURVE('',#1771,#1620,#1773,.T.);
+#1771 = VERTEX_POINT('',#1772);
+#1772 = CARTESIAN_POINT('',(6.,-2.5,0.));
+#1773 = LINE('',#1774,#1775);
+#1774 = CARTESIAN_POINT('',(6.,-2.5,0.));
+#1775 = VECTOR('',#1776,1.);
+#1776 = DIRECTION('',(0.,0.,1.));
+#1777 = ORIENTED_EDGE('',*,*,#1778,.F.);
+#1778 = EDGE_CURVE('',#1747,#1771,#1779,.T.);
+#1779 = LINE('',#1780,#1781);
+#1780 = CARTESIAN_POINT('',(6.,2.5,0.));
+#1781 = VECTOR('',#1782,1.);
+#1782 = DIRECTION('',(0.,-1.,0.));
+#1783 = PLANE('',#1784);
+#1784 = AXIS2_PLACEMENT_3D('',#1785,#1786,#1787);
+#1785 = CARTESIAN_POINT('',(6.,2.5,0.));
+#1786 = DIRECTION('',(1.,0.,0.));
+#1787 = DIRECTION('',(0.,-1.,0.));
+#1788 = ADVANCED_FACE('',(#1789),#1807,.T.);
+#1789 = FACE_BOUND('',#1790,.T.);
+#1790 = EDGE_LOOP('',(#1791,#1792,#1793,#1801));
+#1791 = ORIENTED_EDGE('',*,*,#1770,.T.);
+#1792 = ORIENTED_EDGE('',*,*,#1619,.T.);
+#1793 = ORIENTED_EDGE('',*,*,#1794,.F.);
+#1794 = EDGE_CURVE('',#1795,#1612,#1797,.T.);
+#1795 = VERTEX_POINT('',#1796);
+#1796 = CARTESIAN_POINT('',(3.5,-2.5,0.));
+#1797 = LINE('',#1798,#1799);
+#1798 = CARTESIAN_POINT('',(3.5,-2.5,0.));
+#1799 = VECTOR('',#1800,1.);
+#1800 = DIRECTION('',(0.,0.,1.));
+#1801 = ORIENTED_EDGE('',*,*,#1802,.F.);
+#1802 = EDGE_CURVE('',#1771,#1795,#1803,.T.);
+#1803 = LINE('',#1804,#1805);
+#1804 = CARTESIAN_POINT('',(6.,-2.5,0.));
+#1805 = VECTOR('',#1806,1.);
+#1806 = DIRECTION('',(-1.,0.,0.));
+#1807 = PLANE('',#1808);
+#1808 = AXIS2_PLACEMENT_3D('',#1809,#1810,#1811);
+#1809 = CARTESIAN_POINT('',(6.,-2.5,0.));
+#1810 = DIRECTION('',(0.,-1.,0.));
+#1811 = DIRECTION('',(-1.,0.,0.));
+#1812 = ADVANCED_FACE('',(#1813),#1824,.T.);
+#1813 = FACE_BOUND('',#1814,.T.);
+#1814 = EDGE_LOOP('',(#1815,#1816,#1817,#1818));
+#1815 = ORIENTED_EDGE('',*,*,#1794,.T.);
+#1816 = ORIENTED_EDGE('',*,*,#1611,.T.);
+#1817 = ORIENTED_EDGE('',*,*,#1737,.F.);
+#1818 = ORIENTED_EDGE('',*,*,#1819,.F.);
+#1819 = EDGE_CURVE('',#1795,#1738,#1820,.T.);
+#1820 = LINE('',#1821,#1822);
+#1821 = CARTESIAN_POINT('',(3.5,-2.5,0.));
+#1822 = VECTOR('',#1823,1.);
+#1823 = DIRECTION('',(0.,1.,0.));
+#1824 = PLANE('',#1825);
+#1825 = AXIS2_PLACEMENT_3D('',#1826,#1827,#1828);
+#1826 = CARTESIAN_POINT('',(3.5,-2.5,0.));
+#1827 = DIRECTION('',(-1.,0.,0.));
+#1828 = DIRECTION('',(0.,1.,0.));
+#1829 = ADVANCED_FACE('',(#1830),#1836,.T.);
+#1830 = FACE_BOUND('',#1831,.T.);
+#1831 = EDGE_LOOP('',(#1832,#1833,#1834,#1835));
+#1832 = ORIENTED_EDGE('',*,*,#1723,.T.);
+#1833 = ORIENTED_EDGE('',*,*,#1658,.T.);
+#1834 = ORIENTED_EDGE('',*,*,#1682,.T.);
+#1835 = ORIENTED_EDGE('',*,*,#1706,.T.);
+#1836 = PLANE('',#1837);
+#1837 = AXIS2_PLACEMENT_3D('',#1838,#1839,#1840);
+#1838 = CARTESIAN_POINT('',(-4.75,0.,0.));
+#1839 = DIRECTION('',(-0.,-0.,-1.));
+#1840 = DIRECTION('',(-1.,0.,0.));
+#1841 = ADVANCED_FACE('',(#1842),#1848,.T.);
+#1842 = FACE_BOUND('',#1843,.T.);
+#1843 = EDGE_LOOP('',(#1844,#1845,#1846,#1847));
+#1844 = ORIENTED_EDGE('',*,*,#1754,.T.);
+#1845 = ORIENTED_EDGE('',*,*,#1778,.T.);
+#1846 = ORIENTED_EDGE('',*,*,#1802,.T.);
+#1847 = ORIENTED_EDGE('',*,*,#1819,.T.);
+#1848 = PLANE('',#1849);
+#1849 = AXIS2_PLACEMENT_3D('',#1850,#1851,#1852);
+#1850 = CARTESIAN_POINT('',(4.75,0.,0.));
+#1851 = DIRECTION('',(-0.,-0.,-1.));
+#1852 = DIRECTION('',(-1.,0.,0.));
+#1853 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
+GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#1857))
+GLOBAL_UNIT_ASSIGNED_CONTEXT((#1854,#1855,#1856)) REPRESENTATION_CONTEXT
+('Context #1','3D Context with UNIT and UNCERTAINTY') );
+#1854 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
+#1855 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
+#1856 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
+#1857 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#1854,
+ 'distance_accuracy_value','confusion accuracy');
+#1858 = SHAPE_DEFINITION_REPRESENTATION(#1859,#917);
+#1859 = PRODUCT_DEFINITION_SHAPE('','',#1860);
+#1860 = PRODUCT_DEFINITION('design','',#1861,#1864);
+#1861 = PRODUCT_DEFINITION_FORMATION('','',#1862);
+#1862 = PRODUCT('L_Bourns_SRR1260','L_Bourns_SRR1260','',(#1863));
+#1863 = PRODUCT_CONTEXT('',#2,'mechanical');
+#1864 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
+#1865 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#1866,#1868);
+#1866 = ( REPRESENTATION_RELATIONSHIP('','',#917,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#1867)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#1867 = ITEM_DEFINED_TRANSFORMATION('','',#11,#31);
+#1868 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #1869);
+#1869 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('5','','',#5,#1860,$);
+#1870 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#1862));
+#1871 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#1872),#2726);
+#1872 = MANIFOLD_SOLID_BREP('',#1873);
+#1873 = CLOSED_SHELL('',(#1874,#1950,#1981,#2006,#2031,#2055,#2079,#2104
+ ,#2129,#2146,#2232,#2264,#2288,#2313,#2337,#2362,#2386,#2411,#2428,
+ #2514,#2545,#2570,#2595,#2619,#2643,#2668,#2693,#2710));
+#1874 = ADVANCED_FACE('',(#1875),#1945,.F.);
+#1875 = FACE_BOUND('',#1876,.F.);
+#1876 = EDGE_LOOP('',(#1877,#1887,#1896,#1904,#1913,#1921,#1930,#1938));
+#1877 = ORIENTED_EDGE('',*,*,#1878,.F.);
+#1878 = EDGE_CURVE('',#1879,#1881,#1883,.T.);
+#1879 = VERTEX_POINT('',#1880);
+#1880 = CARTESIAN_POINT('',(-1.,-0.625,4.E-02));
+#1881 = VERTEX_POINT('',#1882);
+#1882 = CARTESIAN_POINT('',(-1.,-0.625,1.21));
+#1883 = LINE('',#1884,#1885);
+#1884 = CARTESIAN_POINT('',(-1.,-0.625,0.));
+#1885 = VECTOR('',#1886,1.);
+#1886 = DIRECTION('',(0.,0.,1.));
+#1887 = ORIENTED_EDGE('',*,*,#1888,.T.);
+#1888 = EDGE_CURVE('',#1879,#1889,#1891,.T.);
+#1889 = VERTEX_POINT('',#1890);
+#1890 = CARTESIAN_POINT('',(-1.,-0.585,0.));
+#1891 = CIRCLE('',#1892,4.E-02);
+#1892 = AXIS2_PLACEMENT_3D('',#1893,#1894,#1895);
+#1893 = CARTESIAN_POINT('',(-1.,-0.585,4.E-02));
+#1894 = DIRECTION('',(1.,0.,-0.));
+#1895 = DIRECTION('',(0.,0.,1.));
+#1896 = ORIENTED_EDGE('',*,*,#1897,.T.);
+#1897 = EDGE_CURVE('',#1889,#1898,#1900,.T.);
+#1898 = VERTEX_POINT('',#1899);
+#1899 = CARTESIAN_POINT('',(-1.,0.585,0.));
+#1900 = LINE('',#1901,#1902);
+#1901 = CARTESIAN_POINT('',(-1.,-0.625,0.));
+#1902 = VECTOR('',#1903,1.);
+#1903 = DIRECTION('',(0.,1.,0.));
+#1904 = ORIENTED_EDGE('',*,*,#1905,.F.);
+#1905 = EDGE_CURVE('',#1906,#1898,#1908,.T.);
+#1906 = VERTEX_POINT('',#1907);
+#1907 = CARTESIAN_POINT('',(-1.,0.625,4.E-02));
+#1908 = CIRCLE('',#1909,4.E-02);
+#1909 = AXIS2_PLACEMENT_3D('',#1910,#1911,#1912);
+#1910 = CARTESIAN_POINT('',(-1.,0.585,4.E-02));
+#1911 = DIRECTION('',(-1.,0.,0.));
+#1912 = DIRECTION('',(0.,0.,1.));
+#1913 = ORIENTED_EDGE('',*,*,#1914,.T.);
+#1914 = EDGE_CURVE('',#1906,#1915,#1917,.T.);
+#1915 = VERTEX_POINT('',#1916);
+#1916 = CARTESIAN_POINT('',(-1.,0.625,1.21));
+#1917 = LINE('',#1918,#1919);
+#1918 = CARTESIAN_POINT('',(-1.,0.625,0.));
+#1919 = VECTOR('',#1920,1.);
+#1920 = DIRECTION('',(0.,0.,1.));
+#1921 = ORIENTED_EDGE('',*,*,#1922,.T.);
+#1922 = EDGE_CURVE('',#1915,#1923,#1925,.T.);
+#1923 = VERTEX_POINT('',#1924);
+#1924 = CARTESIAN_POINT('',(-1.,0.585,1.25));
+#1925 = CIRCLE('',#1926,4.E-02);
+#1926 = AXIS2_PLACEMENT_3D('',#1927,#1928,#1929);
+#1927 = CARTESIAN_POINT('',(-1.,0.585,1.21));
+#1928 = DIRECTION('',(1.,0.,-0.));
+#1929 = DIRECTION('',(0.,0.,1.));
+#1930 = ORIENTED_EDGE('',*,*,#1931,.F.);
+#1931 = EDGE_CURVE('',#1932,#1923,#1934,.T.);
+#1932 = VERTEX_POINT('',#1933);
+#1933 = CARTESIAN_POINT('',(-1.,-0.585,1.25));
+#1934 = LINE('',#1935,#1936);
+#1935 = CARTESIAN_POINT('',(-1.,-0.625,1.25));
+#1936 = VECTOR('',#1937,1.);
+#1937 = DIRECTION('',(0.,1.,0.));
+#1938 = ORIENTED_EDGE('',*,*,#1939,.F.);
+#1939 = EDGE_CURVE('',#1881,#1932,#1940,.T.);
+#1940 = CIRCLE('',#1941,4.E-02);
+#1941 = AXIS2_PLACEMENT_3D('',#1942,#1943,#1944);
+#1942 = CARTESIAN_POINT('',(-1.,-0.585,1.21));
+#1943 = DIRECTION('',(-1.,0.,0.));
+#1944 = DIRECTION('',(0.,0.,1.));
+#1945 = PLANE('',#1946);
+#1946 = AXIS2_PLACEMENT_3D('',#1947,#1948,#1949);
+#1947 = CARTESIAN_POINT('',(-1.,-0.625,0.));
+#1948 = DIRECTION('',(1.,0.,0.));
+#1949 = DIRECTION('',(0.,0.,1.));
+#1950 = ADVANCED_FACE('',(#1951),#1976,.F.);
+#1951 = FACE_BOUND('',#1952,.F.);
+#1952 = EDGE_LOOP('',(#1953,#1963,#1969,#1970));
+#1953 = ORIENTED_EDGE('',*,*,#1954,.F.);
+#1954 = EDGE_CURVE('',#1955,#1957,#1959,.T.);
+#1955 = VERTEX_POINT('',#1956);
+#1956 = CARTESIAN_POINT('',(-0.6,-0.625,4.E-02));
+#1957 = VERTEX_POINT('',#1958);
+#1958 = CARTESIAN_POINT('',(-0.6,-0.625,1.21));
+#1959 = LINE('',#1960,#1961);
+#1960 = CARTESIAN_POINT('',(-0.6,-0.625,0.));
+#1961 = VECTOR('',#1962,1.);
+#1962 = DIRECTION('',(0.,0.,1.));
+#1963 = ORIENTED_EDGE('',*,*,#1964,.F.);
+#1964 = EDGE_CURVE('',#1879,#1955,#1965,.T.);
+#1965 = LINE('',#1966,#1967);
+#1966 = CARTESIAN_POINT('',(-1.,-0.625,4.E-02));
+#1967 = VECTOR('',#1968,1.);
+#1968 = DIRECTION('',(1.,0.,0.));
+#1969 = ORIENTED_EDGE('',*,*,#1878,.T.);
+#1970 = ORIENTED_EDGE('',*,*,#1971,.T.);
+#1971 = EDGE_CURVE('',#1881,#1957,#1972,.T.);
+#1972 = LINE('',#1973,#1974);
+#1973 = CARTESIAN_POINT('',(-1.,-0.625,1.21));
+#1974 = VECTOR('',#1975,1.);
+#1975 = DIRECTION('',(1.,0.,0.));
+#1976 = PLANE('',#1977);
+#1977 = AXIS2_PLACEMENT_3D('',#1978,#1979,#1980);
+#1978 = CARTESIAN_POINT('',(-1.,-0.625,0.));
+#1979 = DIRECTION('',(0.,1.,0.));
+#1980 = DIRECTION('',(0.,-0.,1.));
+#1981 = ADVANCED_FACE('',(#1982),#2001,.T.);
+#1982 = FACE_BOUND('',#1983,.T.);
+#1983 = EDGE_LOOP('',(#1984,#1985,#1993,#2000));
+#1984 = ORIENTED_EDGE('',*,*,#1888,.T.);
+#1985 = ORIENTED_EDGE('',*,*,#1986,.T.);
+#1986 = EDGE_CURVE('',#1889,#1987,#1989,.T.);
+#1987 = VERTEX_POINT('',#1988);
+#1988 = CARTESIAN_POINT('',(-0.6,-0.585,0.));
+#1989 = LINE('',#1990,#1991);
+#1990 = CARTESIAN_POINT('',(-1.,-0.585,0.));
+#1991 = VECTOR('',#1992,1.);
+#1992 = DIRECTION('',(1.,0.,0.));
+#1993 = ORIENTED_EDGE('',*,*,#1994,.F.);
+#1994 = EDGE_CURVE('',#1955,#1987,#1995,.T.);
+#1995 = CIRCLE('',#1996,4.E-02);
+#1996 = AXIS2_PLACEMENT_3D('',#1997,#1998,#1999);
+#1997 = CARTESIAN_POINT('',(-0.6,-0.585,4.E-02));
+#1998 = DIRECTION('',(1.,0.,-0.));
+#1999 = DIRECTION('',(0.,0.,1.));
+#2000 = ORIENTED_EDGE('',*,*,#1964,.F.);
+#2001 = CYLINDRICAL_SURFACE('',#2002,4.E-02);
+#2002 = AXIS2_PLACEMENT_3D('',#2003,#2004,#2005);
+#2003 = CARTESIAN_POINT('',(-1.,-0.585,4.E-02));
+#2004 = DIRECTION('',(1.,0.,0.));
+#2005 = DIRECTION('',(0.,-1.,0.));
+#2006 = ADVANCED_FACE('',(#2007),#2026,.T.);
+#2007 = FACE_BOUND('',#2008,.T.);
+#2008 = EDGE_LOOP('',(#2009,#2010,#2019,#2025));
+#2009 = ORIENTED_EDGE('',*,*,#1971,.T.);
+#2010 = ORIENTED_EDGE('',*,*,#2011,.T.);
+#2011 = EDGE_CURVE('',#1957,#2012,#2014,.T.);
+#2012 = VERTEX_POINT('',#2013);
+#2013 = CARTESIAN_POINT('',(-0.6,-0.585,1.25));
+#2014 = CIRCLE('',#2015,4.E-02);
+#2015 = AXIS2_PLACEMENT_3D('',#2016,#2017,#2018);
+#2016 = CARTESIAN_POINT('',(-0.6,-0.585,1.21));
+#2017 = DIRECTION('',(-1.,0.,0.));
+#2018 = DIRECTION('',(0.,0.,1.));
+#2019 = ORIENTED_EDGE('',*,*,#2020,.F.);
+#2020 = EDGE_CURVE('',#1932,#2012,#2021,.T.);
+#2021 = LINE('',#2022,#2023);
+#2022 = CARTESIAN_POINT('',(-1.,-0.585,1.25));
+#2023 = VECTOR('',#2024,1.);
+#2024 = DIRECTION('',(1.,0.,0.));
+#2025 = ORIENTED_EDGE('',*,*,#1939,.F.);
+#2026 = CYLINDRICAL_SURFACE('',#2027,4.E-02);
+#2027 = AXIS2_PLACEMENT_3D('',#2028,#2029,#2030);
+#2028 = CARTESIAN_POINT('',(-1.,-0.585,1.21));
+#2029 = DIRECTION('',(1.,0.,0.));
+#2030 = DIRECTION('',(0.,-1.,0.));
+#2031 = ADVANCED_FACE('',(#2032),#2050,.F.);
+#2032 = FACE_BOUND('',#2033,.F.);
+#2033 = EDGE_LOOP('',(#2034,#2035,#2036,#2044));
+#2034 = ORIENTED_EDGE('',*,*,#1897,.F.);
+#2035 = ORIENTED_EDGE('',*,*,#1986,.T.);
+#2036 = ORIENTED_EDGE('',*,*,#2037,.T.);
+#2037 = EDGE_CURVE('',#1987,#2038,#2040,.T.);
+#2038 = VERTEX_POINT('',#2039);
+#2039 = CARTESIAN_POINT('',(-0.6,0.585,0.));
+#2040 = LINE('',#2041,#2042);
+#2041 = CARTESIAN_POINT('',(-0.6,-0.625,0.));
+#2042 = VECTOR('',#2043,1.);
+#2043 = DIRECTION('',(0.,1.,0.));
+#2044 = ORIENTED_EDGE('',*,*,#2045,.F.);
+#2045 = EDGE_CURVE('',#1898,#2038,#2046,.T.);
+#2046 = LINE('',#2047,#2048);
+#2047 = CARTESIAN_POINT('',(-1.,0.585,0.));
+#2048 = VECTOR('',#2049,1.);
+#2049 = DIRECTION('',(1.,0.,0.));
+#2050 = PLANE('',#2051);
+#2051 = AXIS2_PLACEMENT_3D('',#2052,#2053,#2054);
+#2052 = CARTESIAN_POINT('',(-1.,-0.625,0.));
+#2053 = DIRECTION('',(0.,0.,1.));
+#2054 = DIRECTION('',(1.,0.,-0.));
+#2055 = ADVANCED_FACE('',(#2056),#2074,.T.);
+#2056 = FACE_BOUND('',#2057,.T.);
+#2057 = EDGE_LOOP('',(#2058,#2059,#2060,#2068));
+#2058 = ORIENTED_EDGE('',*,*,#1931,.F.);
+#2059 = ORIENTED_EDGE('',*,*,#2020,.T.);
+#2060 = ORIENTED_EDGE('',*,*,#2061,.T.);
+#2061 = EDGE_CURVE('',#2012,#2062,#2064,.T.);
+#2062 = VERTEX_POINT('',#2063);
+#2063 = CARTESIAN_POINT('',(-0.6,0.585,1.25));
+#2064 = LINE('',#2065,#2066);
+#2065 = CARTESIAN_POINT('',(-0.6,-0.625,1.25));
+#2066 = VECTOR('',#2067,1.);
+#2067 = DIRECTION('',(0.,1.,0.));
+#2068 = ORIENTED_EDGE('',*,*,#2069,.F.);
+#2069 = EDGE_CURVE('',#1923,#2062,#2070,.T.);
+#2070 = LINE('',#2071,#2072);
+#2071 = CARTESIAN_POINT('',(-1.,0.585,1.25));
+#2072 = VECTOR('',#2073,1.);
+#2073 = DIRECTION('',(1.,0.,0.));
+#2074 = PLANE('',#2075);
+#2075 = AXIS2_PLACEMENT_3D('',#2076,#2077,#2078);
+#2076 = CARTESIAN_POINT('',(-1.,-0.625,1.25));
+#2077 = DIRECTION('',(0.,0.,1.));
+#2078 = DIRECTION('',(1.,0.,-0.));
+#2079 = ADVANCED_FACE('',(#2080),#2099,.T.);
+#2080 = FACE_BOUND('',#2081,.T.);
+#2081 = EDGE_LOOP('',(#2082,#2090,#2097,#2098));
+#2082 = ORIENTED_EDGE('',*,*,#2083,.T.);
+#2083 = EDGE_CURVE('',#1906,#2084,#2086,.T.);
+#2084 = VERTEX_POINT('',#2085);
+#2085 = CARTESIAN_POINT('',(-0.6,0.625,4.E-02));
+#2086 = LINE('',#2087,#2088);
+#2087 = CARTESIAN_POINT('',(-1.,0.625,4.E-02));
+#2088 = VECTOR('',#2089,1.);
+#2089 = DIRECTION('',(1.,0.,0.));
+#2090 = ORIENTED_EDGE('',*,*,#2091,.T.);
+#2091 = EDGE_CURVE('',#2084,#2038,#2092,.T.);
+#2092 = CIRCLE('',#2093,4.E-02);
+#2093 = AXIS2_PLACEMENT_3D('',#2094,#2095,#2096);
+#2094 = CARTESIAN_POINT('',(-0.6,0.585,4.E-02));
+#2095 = DIRECTION('',(-1.,0.,0.));
+#2096 = DIRECTION('',(0.,0.,1.));
+#2097 = ORIENTED_EDGE('',*,*,#2045,.F.);
+#2098 = ORIENTED_EDGE('',*,*,#1905,.F.);
+#2099 = CYLINDRICAL_SURFACE('',#2100,4.E-02);
+#2100 = AXIS2_PLACEMENT_3D('',#2101,#2102,#2103);
+#2101 = CARTESIAN_POINT('',(-1.,0.585,4.E-02));
+#2102 = DIRECTION('',(1.,0.,0.));
+#2103 = DIRECTION('',(-0.,1.,0.));
+#2104 = ADVANCED_FACE('',(#2105),#2124,.T.);
+#2105 = FACE_BOUND('',#2106,.T.);
+#2106 = EDGE_LOOP('',(#2107,#2108,#2109,#2118));
+#2107 = ORIENTED_EDGE('',*,*,#1922,.T.);
+#2108 = ORIENTED_EDGE('',*,*,#2069,.T.);
+#2109 = ORIENTED_EDGE('',*,*,#2110,.F.);
+#2110 = EDGE_CURVE('',#2111,#2062,#2113,.T.);
+#2111 = VERTEX_POINT('',#2112);
+#2112 = CARTESIAN_POINT('',(-0.6,0.625,1.21));
+#2113 = CIRCLE('',#2114,4.E-02);
+#2114 = AXIS2_PLACEMENT_3D('',#2115,#2116,#2117);
+#2115 = CARTESIAN_POINT('',(-0.6,0.585,1.21));
+#2116 = DIRECTION('',(1.,0.,-0.));
+#2117 = DIRECTION('',(0.,0.,1.));
+#2118 = ORIENTED_EDGE('',*,*,#2119,.F.);
+#2119 = EDGE_CURVE('',#1915,#2111,#2120,.T.);
+#2120 = LINE('',#2121,#2122);
+#2121 = CARTESIAN_POINT('',(-1.,0.625,1.21));
+#2122 = VECTOR('',#2123,1.);
+#2123 = DIRECTION('',(1.,0.,0.));
+#2124 = CYLINDRICAL_SURFACE('',#2125,4.E-02);
+#2125 = AXIS2_PLACEMENT_3D('',#2126,#2127,#2128);
+#2126 = CARTESIAN_POINT('',(-1.,0.585,1.21));
+#2127 = DIRECTION('',(1.,0.,0.));
+#2128 = DIRECTION('',(-0.,1.,0.));
+#2129 = ADVANCED_FACE('',(#2130),#2141,.T.);
+#2130 = FACE_BOUND('',#2131,.T.);
+#2131 = EDGE_LOOP('',(#2132,#2138,#2139,#2140));
+#2132 = ORIENTED_EDGE('',*,*,#2133,.F.);
+#2133 = EDGE_CURVE('',#2084,#2111,#2134,.T.);
+#2134 = LINE('',#2135,#2136);
+#2135 = CARTESIAN_POINT('',(-0.6,0.625,0.));
+#2136 = VECTOR('',#2137,1.);
+#2137 = DIRECTION('',(0.,0.,1.));
+#2138 = ORIENTED_EDGE('',*,*,#2083,.F.);
+#2139 = ORIENTED_EDGE('',*,*,#1914,.T.);
+#2140 = ORIENTED_EDGE('',*,*,#2119,.T.);
+#2141 = PLANE('',#2142);
+#2142 = AXIS2_PLACEMENT_3D('',#2143,#2144,#2145);
+#2143 = CARTESIAN_POINT('',(-1.,0.625,0.));
+#2144 = DIRECTION('',(0.,1.,0.));
+#2145 = DIRECTION('',(0.,-0.,1.));
+#2146 = ADVANCED_FACE('',(#2147,#2157),#2227,.T.);
+#2147 = FACE_BOUND('',#2148,.T.);
+#2148 = EDGE_LOOP('',(#2149,#2150,#2151,#2152,#2153,#2154,#2155,#2156));
+#2149 = ORIENTED_EDGE('',*,*,#1954,.F.);
+#2150 = ORIENTED_EDGE('',*,*,#1994,.T.);
+#2151 = ORIENTED_EDGE('',*,*,#2037,.T.);
+#2152 = ORIENTED_EDGE('',*,*,#2091,.F.);
+#2153 = ORIENTED_EDGE('',*,*,#2133,.T.);
+#2154 = ORIENTED_EDGE('',*,*,#2110,.T.);
+#2155 = ORIENTED_EDGE('',*,*,#2061,.F.);
+#2156 = ORIENTED_EDGE('',*,*,#2011,.F.);
+#2157 = FACE_BOUND('',#2158,.T.);
+#2158 = EDGE_LOOP('',(#2159,#2170,#2178,#2187,#2195,#2204,#2212,#2221));
+#2159 = ORIENTED_EDGE('',*,*,#2160,.F.);
+#2160 = EDGE_CURVE('',#2161,#2163,#2165,.T.);
+#2161 = VERTEX_POINT('',#2162);
+#2162 = CARTESIAN_POINT('',(-0.6,-0.585,8.E-02));
+#2163 = VERTEX_POINT('',#2164);
+#2164 = CARTESIAN_POINT('',(-0.6,-0.545,4.E-02));
+#2165 = CIRCLE('',#2166,4.E-02);
+#2166 = AXIS2_PLACEMENT_3D('',#2167,#2168,#2169);
+#2167 = CARTESIAN_POINT('',(-0.6,-0.545,8.E-02));
+#2168 = DIRECTION('',(1.,0.,-0.));
+#2169 = DIRECTION('',(0.,0.,1.));
+#2170 = ORIENTED_EDGE('',*,*,#2171,.T.);
+#2171 = EDGE_CURVE('',#2161,#2172,#2174,.T.);
+#2172 = VERTEX_POINT('',#2173);
+#2173 = CARTESIAN_POINT('',(-0.6,-0.585,1.17));
+#2174 = LINE('',#2175,#2176);
+#2175 = CARTESIAN_POINT('',(-0.6,-0.585,4.E-02));
+#2176 = VECTOR('',#2177,1.);
+#2177 = DIRECTION('',(0.,0.,1.));
+#2178 = ORIENTED_EDGE('',*,*,#2179,.T.);
+#2179 = EDGE_CURVE('',#2172,#2180,#2182,.T.);
+#2180 = VERTEX_POINT('',#2181);
+#2181 = CARTESIAN_POINT('',(-0.6,-0.545,1.21));
+#2182 = CIRCLE('',#2183,4.E-02);
+#2183 = AXIS2_PLACEMENT_3D('',#2184,#2185,#2186);
+#2184 = CARTESIAN_POINT('',(-0.6,-0.545,1.17));
+#2185 = DIRECTION('',(-1.,0.,0.));
+#2186 = DIRECTION('',(0.,0.,1.));
+#2187 = ORIENTED_EDGE('',*,*,#2188,.T.);
+#2188 = EDGE_CURVE('',#2180,#2189,#2191,.T.);
+#2189 = VERTEX_POINT('',#2190);
+#2190 = CARTESIAN_POINT('',(-0.6,0.545,1.21));
+#2191 = LINE('',#2192,#2193);
+#2192 = CARTESIAN_POINT('',(-0.6,-0.585,1.21));
+#2193 = VECTOR('',#2194,1.);
+#2194 = DIRECTION('',(0.,1.,0.));
+#2195 = ORIENTED_EDGE('',*,*,#2196,.F.);
+#2196 = EDGE_CURVE('',#2197,#2189,#2199,.T.);
+#2197 = VERTEX_POINT('',#2198);
+#2198 = CARTESIAN_POINT('',(-0.6,0.585,1.17));
+#2199 = CIRCLE('',#2200,4.E-02);
+#2200 = AXIS2_PLACEMENT_3D('',#2201,#2202,#2203);
+#2201 = CARTESIAN_POINT('',(-0.6,0.545,1.17));
+#2202 = DIRECTION('',(1.,0.,-0.));
+#2203 = DIRECTION('',(0.,0.,1.));
+#2204 = ORIENTED_EDGE('',*,*,#2205,.F.);
+#2205 = EDGE_CURVE('',#2206,#2197,#2208,.T.);
+#2206 = VERTEX_POINT('',#2207);
+#2207 = CARTESIAN_POINT('',(-0.6,0.585,8.E-02));
+#2208 = LINE('',#2209,#2210);
+#2209 = CARTESIAN_POINT('',(-0.6,0.585,4.E-02));
+#2210 = VECTOR('',#2211,1.);
+#2211 = DIRECTION('',(0.,0.,1.));
+#2212 = ORIENTED_EDGE('',*,*,#2213,.T.);
+#2213 = EDGE_CURVE('',#2206,#2214,#2216,.T.);
+#2214 = VERTEX_POINT('',#2215);
+#2215 = CARTESIAN_POINT('',(-0.6,0.545,4.E-02));
+#2216 = CIRCLE('',#2217,4.E-02);
+#2217 = AXIS2_PLACEMENT_3D('',#2218,#2219,#2220);
+#2218 = CARTESIAN_POINT('',(-0.6,0.545,8.E-02));
+#2219 = DIRECTION('',(-1.,0.,0.));
+#2220 = DIRECTION('',(0.,0.,1.));
+#2221 = ORIENTED_EDGE('',*,*,#2222,.F.);
+#2222 = EDGE_CURVE('',#2163,#2214,#2223,.T.);
+#2223 = LINE('',#2224,#2225);
+#2224 = CARTESIAN_POINT('',(-0.6,-0.585,4.E-02));
+#2225 = VECTOR('',#2226,1.);
+#2226 = DIRECTION('',(0.,1.,0.));
+#2227 = PLANE('',#2228);
+#2228 = AXIS2_PLACEMENT_3D('',#2229,#2230,#2231);
+#2229 = CARTESIAN_POINT('',(-0.6,-0.625,0.));
+#2230 = DIRECTION('',(1.,0.,0.));
+#2231 = DIRECTION('',(0.,0.,1.));
+#2232 = ADVANCED_FACE('',(#2233),#2259,.T.);
+#2233 = FACE_BOUND('',#2234,.T.);
+#2234 = EDGE_LOOP('',(#2235,#2236,#2244,#2253));
+#2235 = ORIENTED_EDGE('',*,*,#2160,.T.);
+#2236 = ORIENTED_EDGE('',*,*,#2237,.T.);
+#2237 = EDGE_CURVE('',#2163,#2238,#2240,.T.);
+#2238 = VERTEX_POINT('',#2239);
+#2239 = CARTESIAN_POINT('',(0.6,-0.545,4.E-02));
+#2240 = LINE('',#2241,#2242);
+#2241 = CARTESIAN_POINT('',(-0.6,-0.545,4.E-02));
+#2242 = VECTOR('',#2243,1.);
+#2243 = DIRECTION('',(1.,0.,0.));
+#2244 = ORIENTED_EDGE('',*,*,#2245,.F.);
+#2245 = EDGE_CURVE('',#2246,#2238,#2248,.T.);
+#2246 = VERTEX_POINT('',#2247);
+#2247 = CARTESIAN_POINT('',(0.6,-0.585,8.E-02));
+#2248 = CIRCLE('',#2249,4.E-02);
+#2249 = AXIS2_PLACEMENT_3D('',#2250,#2251,#2252);
+#2250 = CARTESIAN_POINT('',(0.6,-0.545,8.E-02));
+#2251 = DIRECTION('',(1.,0.,-0.));
+#2252 = DIRECTION('',(0.,0.,1.));
+#2253 = ORIENTED_EDGE('',*,*,#2254,.F.);
+#2254 = EDGE_CURVE('',#2161,#2246,#2255,.T.);
+#2255 = LINE('',#2256,#2257);
+#2256 = CARTESIAN_POINT('',(-0.6,-0.585,8.E-02));
+#2257 = VECTOR('',#2258,1.);
+#2258 = DIRECTION('',(1.,0.,0.));
+#2259 = CYLINDRICAL_SURFACE('',#2260,4.E-02);
+#2260 = AXIS2_PLACEMENT_3D('',#2261,#2262,#2263);
+#2261 = CARTESIAN_POINT('',(-0.6,-0.545,8.E-02));
+#2262 = DIRECTION('',(1.,0.,0.));
+#2263 = DIRECTION('',(0.,-1.,0.));
+#2264 = ADVANCED_FACE('',(#2265),#2283,.F.);
+#2265 = FACE_BOUND('',#2266,.F.);
+#2266 = EDGE_LOOP('',(#2267,#2268,#2269,#2277));
+#2267 = ORIENTED_EDGE('',*,*,#2222,.F.);
+#2268 = ORIENTED_EDGE('',*,*,#2237,.T.);
+#2269 = ORIENTED_EDGE('',*,*,#2270,.T.);
+#2270 = EDGE_CURVE('',#2238,#2271,#2273,.T.);
+#2271 = VERTEX_POINT('',#2272);
+#2272 = CARTESIAN_POINT('',(0.6,0.545,4.E-02));
+#2273 = LINE('',#2274,#2275);
+#2274 = CARTESIAN_POINT('',(0.6,-0.585,4.E-02));
+#2275 = VECTOR('',#2276,1.);
+#2276 = DIRECTION('',(0.,1.,0.));
+#2277 = ORIENTED_EDGE('',*,*,#2278,.F.);
+#2278 = EDGE_CURVE('',#2214,#2271,#2279,.T.);
+#2279 = LINE('',#2280,#2281);
+#2280 = CARTESIAN_POINT('',(-0.6,0.545,4.E-02));
+#2281 = VECTOR('',#2282,1.);
+#2282 = DIRECTION('',(1.,0.,0.));
+#2283 = PLANE('',#2284);
+#2284 = AXIS2_PLACEMENT_3D('',#2285,#2286,#2287);
+#2285 = CARTESIAN_POINT('',(-0.6,-0.585,4.E-02));
+#2286 = DIRECTION('',(0.,0.,1.));
+#2287 = DIRECTION('',(1.,0.,-0.));
+#2288 = ADVANCED_FACE('',(#2289),#2308,.T.);
+#2289 = FACE_BOUND('',#2290,.T.);
+#2290 = EDGE_LOOP('',(#2291,#2299,#2306,#2307));
+#2291 = ORIENTED_EDGE('',*,*,#2292,.T.);
+#2292 = EDGE_CURVE('',#2206,#2293,#2295,.T.);
+#2293 = VERTEX_POINT('',#2294);
+#2294 = CARTESIAN_POINT('',(0.6,0.585,8.E-02));
+#2295 = LINE('',#2296,#2297);
+#2296 = CARTESIAN_POINT('',(-0.6,0.585,8.E-02));
+#2297 = VECTOR('',#2298,1.);
+#2298 = DIRECTION('',(1.,0.,0.));
+#2299 = ORIENTED_EDGE('',*,*,#2300,.T.);
+#2300 = EDGE_CURVE('',#2293,#2271,#2301,.T.);
+#2301 = CIRCLE('',#2302,4.E-02);
+#2302 = AXIS2_PLACEMENT_3D('',#2303,#2304,#2305);
+#2303 = CARTESIAN_POINT('',(0.6,0.545,8.E-02));
+#2304 = DIRECTION('',(-1.,0.,0.));
+#2305 = DIRECTION('',(0.,0.,1.));
+#2306 = ORIENTED_EDGE('',*,*,#2278,.F.);
+#2307 = ORIENTED_EDGE('',*,*,#2213,.F.);
+#2308 = CYLINDRICAL_SURFACE('',#2309,4.E-02);
+#2309 = AXIS2_PLACEMENT_3D('',#2310,#2311,#2312);
+#2310 = CARTESIAN_POINT('',(-0.6,0.545,8.E-02));
+#2311 = DIRECTION('',(1.,0.,0.));
+#2312 = DIRECTION('',(-0.,1.,0.));
+#2313 = ADVANCED_FACE('',(#2314),#2332,.T.);
+#2314 = FACE_BOUND('',#2315,.T.);
+#2315 = EDGE_LOOP('',(#2316,#2324,#2325,#2326));
+#2316 = ORIENTED_EDGE('',*,*,#2317,.F.);
+#2317 = EDGE_CURVE('',#2293,#2318,#2320,.T.);
+#2318 = VERTEX_POINT('',#2319);
+#2319 = CARTESIAN_POINT('',(0.6,0.585,1.17));
+#2320 = LINE('',#2321,#2322);
+#2321 = CARTESIAN_POINT('',(0.6,0.585,4.E-02));
+#2322 = VECTOR('',#2323,1.);
+#2323 = DIRECTION('',(0.,0.,1.));
+#2324 = ORIENTED_EDGE('',*,*,#2292,.F.);
+#2325 = ORIENTED_EDGE('',*,*,#2205,.T.);
+#2326 = ORIENTED_EDGE('',*,*,#2327,.T.);
+#2327 = EDGE_CURVE('',#2197,#2318,#2328,.T.);
+#2328 = LINE('',#2329,#2330);
+#2329 = CARTESIAN_POINT('',(-0.6,0.585,1.17));
+#2330 = VECTOR('',#2331,1.);
+#2331 = DIRECTION('',(1.,0.,0.));
+#2332 = PLANE('',#2333);
+#2333 = AXIS2_PLACEMENT_3D('',#2334,#2335,#2336);
+#2334 = CARTESIAN_POINT('',(-0.6,0.585,4.E-02));
+#2335 = DIRECTION('',(0.,1.,0.));
+#2336 = DIRECTION('',(0.,-0.,1.));
+#2337 = ADVANCED_FACE('',(#2338),#2357,.T.);
+#2338 = FACE_BOUND('',#2339,.T.);
+#2339 = EDGE_LOOP('',(#2340,#2341,#2349,#2356));
+#2340 = ORIENTED_EDGE('',*,*,#2196,.T.);
+#2341 = ORIENTED_EDGE('',*,*,#2342,.T.);
+#2342 = EDGE_CURVE('',#2189,#2343,#2345,.T.);
+#2343 = VERTEX_POINT('',#2344);
+#2344 = CARTESIAN_POINT('',(0.6,0.545,1.21));
+#2345 = LINE('',#2346,#2347);
+#2346 = CARTESIAN_POINT('',(-0.6,0.545,1.21));
+#2347 = VECTOR('',#2348,1.);
+#2348 = DIRECTION('',(1.,0.,0.));
+#2349 = ORIENTED_EDGE('',*,*,#2350,.F.);
+#2350 = EDGE_CURVE('',#2318,#2343,#2351,.T.);
+#2351 = CIRCLE('',#2352,4.E-02);
+#2352 = AXIS2_PLACEMENT_3D('',#2353,#2354,#2355);
+#2353 = CARTESIAN_POINT('',(0.6,0.545,1.17));
+#2354 = DIRECTION('',(1.,0.,-0.));
+#2355 = DIRECTION('',(0.,0.,1.));
+#2356 = ORIENTED_EDGE('',*,*,#2327,.F.);
+#2357 = CYLINDRICAL_SURFACE('',#2358,4.E-02);
+#2358 = AXIS2_PLACEMENT_3D('',#2359,#2360,#2361);
+#2359 = CARTESIAN_POINT('',(-0.6,0.545,1.17));
+#2360 = DIRECTION('',(1.,0.,0.));
+#2361 = DIRECTION('',(-0.,1.,0.));
+#2362 = ADVANCED_FACE('',(#2363),#2381,.T.);
+#2363 = FACE_BOUND('',#2364,.T.);
+#2364 = EDGE_LOOP('',(#2365,#2366,#2374,#2380));
+#2365 = ORIENTED_EDGE('',*,*,#2188,.F.);
+#2366 = ORIENTED_EDGE('',*,*,#2367,.T.);
+#2367 = EDGE_CURVE('',#2180,#2368,#2370,.T.);
+#2368 = VERTEX_POINT('',#2369);
+#2369 = CARTESIAN_POINT('',(0.6,-0.545,1.21));
+#2370 = LINE('',#2371,#2372);
+#2371 = CARTESIAN_POINT('',(-0.6,-0.545,1.21));
+#2372 = VECTOR('',#2373,1.);
+#2373 = DIRECTION('',(1.,0.,0.));
+#2374 = ORIENTED_EDGE('',*,*,#2375,.T.);
+#2375 = EDGE_CURVE('',#2368,#2343,#2376,.T.);
+#2376 = LINE('',#2377,#2378);
+#2377 = CARTESIAN_POINT('',(0.6,-0.585,1.21));
+#2378 = VECTOR('',#2379,1.);
+#2379 = DIRECTION('',(0.,1.,0.));
+#2380 = ORIENTED_EDGE('',*,*,#2342,.F.);
+#2381 = PLANE('',#2382);
+#2382 = AXIS2_PLACEMENT_3D('',#2383,#2384,#2385);
+#2383 = CARTESIAN_POINT('',(-0.6,-0.585,1.21));
+#2384 = DIRECTION('',(0.,0.,1.));
+#2385 = DIRECTION('',(1.,0.,-0.));
+#2386 = ADVANCED_FACE('',(#2387),#2406,.T.);
+#2387 = FACE_BOUND('',#2388,.T.);
+#2388 = EDGE_LOOP('',(#2389,#2397,#2404,#2405));
+#2389 = ORIENTED_EDGE('',*,*,#2390,.T.);
+#2390 = EDGE_CURVE('',#2172,#2391,#2393,.T.);
+#2391 = VERTEX_POINT('',#2392);
+#2392 = CARTESIAN_POINT('',(0.6,-0.585,1.17));
+#2393 = LINE('',#2394,#2395);
+#2394 = CARTESIAN_POINT('',(-0.6,-0.585,1.17));
+#2395 = VECTOR('',#2396,1.);
+#2396 = DIRECTION('',(1.,0.,0.));
+#2397 = ORIENTED_EDGE('',*,*,#2398,.T.);
+#2398 = EDGE_CURVE('',#2391,#2368,#2399,.T.);
+#2399 = CIRCLE('',#2400,4.E-02);
+#2400 = AXIS2_PLACEMENT_3D('',#2401,#2402,#2403);
+#2401 = CARTESIAN_POINT('',(0.6,-0.545,1.17));
+#2402 = DIRECTION('',(-1.,0.,0.));
+#2403 = DIRECTION('',(0.,0.,1.));
+#2404 = ORIENTED_EDGE('',*,*,#2367,.F.);
+#2405 = ORIENTED_EDGE('',*,*,#2179,.F.);
+#2406 = CYLINDRICAL_SURFACE('',#2407,4.E-02);
+#2407 = AXIS2_PLACEMENT_3D('',#2408,#2409,#2410);
+#2408 = CARTESIAN_POINT('',(-0.6,-0.545,1.17));
+#2409 = DIRECTION('',(1.,0.,0.));
+#2410 = DIRECTION('',(0.,-1.,0.));
+#2411 = ADVANCED_FACE('',(#2412),#2423,.F.);
+#2412 = FACE_BOUND('',#2413,.F.);
+#2413 = EDGE_LOOP('',(#2414,#2420,#2421,#2422));
+#2414 = ORIENTED_EDGE('',*,*,#2415,.F.);
+#2415 = EDGE_CURVE('',#2246,#2391,#2416,.T.);
+#2416 = LINE('',#2417,#2418);
+#2417 = CARTESIAN_POINT('',(0.6,-0.585,4.E-02));
+#2418 = VECTOR('',#2419,1.);
+#2419 = DIRECTION('',(0.,0.,1.));
+#2420 = ORIENTED_EDGE('',*,*,#2254,.F.);
+#2421 = ORIENTED_EDGE('',*,*,#2171,.T.);
+#2422 = ORIENTED_EDGE('',*,*,#2390,.T.);
+#2423 = PLANE('',#2424);
+#2424 = AXIS2_PLACEMENT_3D('',#2425,#2426,#2427);
+#2425 = CARTESIAN_POINT('',(-0.6,-0.585,4.E-02));
+#2426 = DIRECTION('',(0.,1.,0.));
+#2427 = DIRECTION('',(0.,-0.,1.));
+#2428 = ADVANCED_FACE('',(#2429,#2499),#2509,.F.);
+#2429 = FACE_BOUND('',#2430,.F.);
+#2430 = EDGE_LOOP('',(#2431,#2441,#2450,#2458,#2467,#2475,#2484,#2492));
+#2431 = ORIENTED_EDGE('',*,*,#2432,.F.);
+#2432 = EDGE_CURVE('',#2433,#2435,#2437,.T.);
+#2433 = VERTEX_POINT('',#2434);
+#2434 = CARTESIAN_POINT('',(0.6,-0.625,4.E-02));
+#2435 = VERTEX_POINT('',#2436);
+#2436 = CARTESIAN_POINT('',(0.6,-0.625,1.21));
+#2437 = LINE('',#2438,#2439);
+#2438 = CARTESIAN_POINT('',(0.6,-0.625,0.));
+#2439 = VECTOR('',#2440,1.);
+#2440 = DIRECTION('',(0.,0.,1.));
+#2441 = ORIENTED_EDGE('',*,*,#2442,.T.);
+#2442 = EDGE_CURVE('',#2433,#2443,#2445,.T.);
+#2443 = VERTEX_POINT('',#2444);
+#2444 = CARTESIAN_POINT('',(0.6,-0.585,0.));
+#2445 = CIRCLE('',#2446,4.E-02);
+#2446 = AXIS2_PLACEMENT_3D('',#2447,#2448,#2449);
+#2447 = CARTESIAN_POINT('',(0.6,-0.585,4.E-02));
+#2448 = DIRECTION('',(1.,0.,-0.));
+#2449 = DIRECTION('',(0.,0.,1.));
+#2450 = ORIENTED_EDGE('',*,*,#2451,.T.);
+#2451 = EDGE_CURVE('',#2443,#2452,#2454,.T.);
+#2452 = VERTEX_POINT('',#2453);
+#2453 = CARTESIAN_POINT('',(0.6,0.585,0.));
+#2454 = LINE('',#2455,#2456);
+#2455 = CARTESIAN_POINT('',(0.6,-0.625,0.));
+#2456 = VECTOR('',#2457,1.);
+#2457 = DIRECTION('',(0.,1.,0.));
+#2458 = ORIENTED_EDGE('',*,*,#2459,.F.);
+#2459 = EDGE_CURVE('',#2460,#2452,#2462,.T.);
+#2460 = VERTEX_POINT('',#2461);
+#2461 = CARTESIAN_POINT('',(0.6,0.625,4.E-02));
+#2462 = CIRCLE('',#2463,4.E-02);
+#2463 = AXIS2_PLACEMENT_3D('',#2464,#2465,#2466);
+#2464 = CARTESIAN_POINT('',(0.6,0.585,4.E-02));
+#2465 = DIRECTION('',(-1.,0.,0.));
+#2466 = DIRECTION('',(0.,0.,1.));
+#2467 = ORIENTED_EDGE('',*,*,#2468,.T.);
+#2468 = EDGE_CURVE('',#2460,#2469,#2471,.T.);
+#2469 = VERTEX_POINT('',#2470);
+#2470 = CARTESIAN_POINT('',(0.6,0.625,1.21));
+#2471 = LINE('',#2472,#2473);
+#2472 = CARTESIAN_POINT('',(0.6,0.625,0.));
+#2473 = VECTOR('',#2474,1.);
+#2474 = DIRECTION('',(0.,0.,1.));
+#2475 = ORIENTED_EDGE('',*,*,#2476,.T.);
+#2476 = EDGE_CURVE('',#2469,#2477,#2479,.T.);
+#2477 = VERTEX_POINT('',#2478);
+#2478 = CARTESIAN_POINT('',(0.6,0.585,1.25));
+#2479 = CIRCLE('',#2480,4.E-02);
+#2480 = AXIS2_PLACEMENT_3D('',#2481,#2482,#2483);
+#2481 = CARTESIAN_POINT('',(0.6,0.585,1.21));
+#2482 = DIRECTION('',(1.,0.,-0.));
+#2483 = DIRECTION('',(0.,0.,1.));
+#2484 = ORIENTED_EDGE('',*,*,#2485,.F.);
+#2485 = EDGE_CURVE('',#2486,#2477,#2488,.T.);
+#2486 = VERTEX_POINT('',#2487);
+#2487 = CARTESIAN_POINT('',(0.6,-0.585,1.25));
+#2488 = LINE('',#2489,#2490);
+#2489 = CARTESIAN_POINT('',(0.6,-0.625,1.25));
+#2490 = VECTOR('',#2491,1.);
+#2491 = DIRECTION('',(0.,1.,0.));
+#2492 = ORIENTED_EDGE('',*,*,#2493,.F.);
+#2493 = EDGE_CURVE('',#2435,#2486,#2494,.T.);
+#2494 = CIRCLE('',#2495,4.E-02);
+#2495 = AXIS2_PLACEMENT_3D('',#2496,#2497,#2498);
+#2496 = CARTESIAN_POINT('',(0.6,-0.585,1.21));
+#2497 = DIRECTION('',(-1.,0.,0.));
+#2498 = DIRECTION('',(0.,0.,1.));
+#2499 = FACE_BOUND('',#2500,.F.);
+#2500 = EDGE_LOOP('',(#2501,#2502,#2503,#2504,#2505,#2506,#2507,#2508));
+#2501 = ORIENTED_EDGE('',*,*,#2245,.F.);
+#2502 = ORIENTED_EDGE('',*,*,#2415,.T.);
+#2503 = ORIENTED_EDGE('',*,*,#2398,.T.);
+#2504 = ORIENTED_EDGE('',*,*,#2375,.T.);
+#2505 = ORIENTED_EDGE('',*,*,#2350,.F.);
+#2506 = ORIENTED_EDGE('',*,*,#2317,.F.);
+#2507 = ORIENTED_EDGE('',*,*,#2300,.T.);
+#2508 = ORIENTED_EDGE('',*,*,#2270,.F.);
+#2509 = PLANE('',#2510);
+#2510 = AXIS2_PLACEMENT_3D('',#2511,#2512,#2513);
+#2511 = CARTESIAN_POINT('',(0.6,-0.625,0.));
+#2512 = DIRECTION('',(1.,0.,0.));
+#2513 = DIRECTION('',(0.,0.,1.));
+#2514 = ADVANCED_FACE('',(#2515),#2540,.F.);
+#2515 = FACE_BOUND('',#2516,.F.);
+#2516 = EDGE_LOOP('',(#2517,#2527,#2533,#2534));
+#2517 = ORIENTED_EDGE('',*,*,#2518,.F.);
+#2518 = EDGE_CURVE('',#2519,#2521,#2523,.T.);
+#2519 = VERTEX_POINT('',#2520);
+#2520 = CARTESIAN_POINT('',(1.,-0.625,4.E-02));
+#2521 = VERTEX_POINT('',#2522);
+#2522 = CARTESIAN_POINT('',(1.,-0.625,1.21));
+#2523 = LINE('',#2524,#2525);
+#2524 = CARTESIAN_POINT('',(1.,-0.625,0.));
+#2525 = VECTOR('',#2526,1.);
+#2526 = DIRECTION('',(0.,0.,1.));
+#2527 = ORIENTED_EDGE('',*,*,#2528,.F.);
+#2528 = EDGE_CURVE('',#2433,#2519,#2529,.T.);
+#2529 = LINE('',#2530,#2531);
+#2530 = CARTESIAN_POINT('',(0.6,-0.625,4.E-02));
+#2531 = VECTOR('',#2532,1.);
+#2532 = DIRECTION('',(1.,0.,0.));
+#2533 = ORIENTED_EDGE('',*,*,#2432,.T.);
+#2534 = ORIENTED_EDGE('',*,*,#2535,.T.);
+#2535 = EDGE_CURVE('',#2435,#2521,#2536,.T.);
+#2536 = LINE('',#2537,#2538);
+#2537 = CARTESIAN_POINT('',(0.6,-0.625,1.21));
+#2538 = VECTOR('',#2539,1.);
+#2539 = DIRECTION('',(1.,0.,0.));
+#2540 = PLANE('',#2541);
+#2541 = AXIS2_PLACEMENT_3D('',#2542,#2543,#2544);
+#2542 = CARTESIAN_POINT('',(0.6,-0.625,0.));
+#2543 = DIRECTION('',(0.,1.,0.));
+#2544 = DIRECTION('',(0.,-0.,1.));
+#2545 = ADVANCED_FACE('',(#2546),#2565,.T.);
+#2546 = FACE_BOUND('',#2547,.T.);
+#2547 = EDGE_LOOP('',(#2548,#2549,#2557,#2564));
+#2548 = ORIENTED_EDGE('',*,*,#2442,.T.);
+#2549 = ORIENTED_EDGE('',*,*,#2550,.T.);
+#2550 = EDGE_CURVE('',#2443,#2551,#2553,.T.);
+#2551 = VERTEX_POINT('',#2552);
+#2552 = CARTESIAN_POINT('',(1.,-0.585,0.));
+#2553 = LINE('',#2554,#2555);
+#2554 = CARTESIAN_POINT('',(0.6,-0.585,0.));
+#2555 = VECTOR('',#2556,1.);
+#2556 = DIRECTION('',(1.,0.,0.));
+#2557 = ORIENTED_EDGE('',*,*,#2558,.F.);
+#2558 = EDGE_CURVE('',#2519,#2551,#2559,.T.);
+#2559 = CIRCLE('',#2560,4.E-02);
+#2560 = AXIS2_PLACEMENT_3D('',#2561,#2562,#2563);
+#2561 = CARTESIAN_POINT('',(1.,-0.585,4.E-02));
+#2562 = DIRECTION('',(1.,0.,-0.));
+#2563 = DIRECTION('',(0.,0.,1.));
+#2564 = ORIENTED_EDGE('',*,*,#2528,.F.);
+#2565 = CYLINDRICAL_SURFACE('',#2566,4.E-02);
+#2566 = AXIS2_PLACEMENT_3D('',#2567,#2568,#2569);
+#2567 = CARTESIAN_POINT('',(0.6,-0.585,4.E-02));
+#2568 = DIRECTION('',(1.,0.,0.));
+#2569 = DIRECTION('',(0.,-1.,0.));
+#2570 = ADVANCED_FACE('',(#2571),#2590,.T.);
+#2571 = FACE_BOUND('',#2572,.T.);
+#2572 = EDGE_LOOP('',(#2573,#2574,#2583,#2589));
+#2573 = ORIENTED_EDGE('',*,*,#2535,.T.);
+#2574 = ORIENTED_EDGE('',*,*,#2575,.T.);
+#2575 = EDGE_CURVE('',#2521,#2576,#2578,.T.);
+#2576 = VERTEX_POINT('',#2577);
+#2577 = CARTESIAN_POINT('',(1.,-0.585,1.25));
+#2578 = CIRCLE('',#2579,4.E-02);
+#2579 = AXIS2_PLACEMENT_3D('',#2580,#2581,#2582);
+#2580 = CARTESIAN_POINT('',(1.,-0.585,1.21));
+#2581 = DIRECTION('',(-1.,0.,0.));
+#2582 = DIRECTION('',(0.,0.,1.));
+#2583 = ORIENTED_EDGE('',*,*,#2584,.F.);
+#2584 = EDGE_CURVE('',#2486,#2576,#2585,.T.);
+#2585 = LINE('',#2586,#2587);
+#2586 = CARTESIAN_POINT('',(0.6,-0.585,1.25));
+#2587 = VECTOR('',#2588,1.);
+#2588 = DIRECTION('',(1.,0.,0.));
+#2589 = ORIENTED_EDGE('',*,*,#2493,.F.);
+#2590 = CYLINDRICAL_SURFACE('',#2591,4.E-02);
+#2591 = AXIS2_PLACEMENT_3D('',#2592,#2593,#2594);
+#2592 = CARTESIAN_POINT('',(0.6,-0.585,1.21));
+#2593 = DIRECTION('',(1.,0.,0.));
+#2594 = DIRECTION('',(0.,-1.,0.));
+#2595 = ADVANCED_FACE('',(#2596),#2614,.F.);
+#2596 = FACE_BOUND('',#2597,.F.);
+#2597 = EDGE_LOOP('',(#2598,#2599,#2600,#2608));
+#2598 = ORIENTED_EDGE('',*,*,#2451,.F.);
+#2599 = ORIENTED_EDGE('',*,*,#2550,.T.);
+#2600 = ORIENTED_EDGE('',*,*,#2601,.T.);
+#2601 = EDGE_CURVE('',#2551,#2602,#2604,.T.);
+#2602 = VERTEX_POINT('',#2603);
+#2603 = CARTESIAN_POINT('',(1.,0.585,0.));
+#2604 = LINE('',#2605,#2606);
+#2605 = CARTESIAN_POINT('',(1.,-0.625,0.));
+#2606 = VECTOR('',#2607,1.);
+#2607 = DIRECTION('',(0.,1.,0.));
+#2608 = ORIENTED_EDGE('',*,*,#2609,.F.);
+#2609 = EDGE_CURVE('',#2452,#2602,#2610,.T.);
+#2610 = LINE('',#2611,#2612);
+#2611 = CARTESIAN_POINT('',(0.6,0.585,0.));
+#2612 = VECTOR('',#2613,1.);
+#2613 = DIRECTION('',(1.,0.,0.));
+#2614 = PLANE('',#2615);
+#2615 = AXIS2_PLACEMENT_3D('',#2616,#2617,#2618);
+#2616 = CARTESIAN_POINT('',(0.6,-0.625,0.));
+#2617 = DIRECTION('',(0.,0.,1.));
+#2618 = DIRECTION('',(1.,0.,-0.));
+#2619 = ADVANCED_FACE('',(#2620),#2638,.T.);
+#2620 = FACE_BOUND('',#2621,.T.);
+#2621 = EDGE_LOOP('',(#2622,#2623,#2624,#2632));
+#2622 = ORIENTED_EDGE('',*,*,#2485,.F.);
+#2623 = ORIENTED_EDGE('',*,*,#2584,.T.);
+#2624 = ORIENTED_EDGE('',*,*,#2625,.T.);
+#2625 = EDGE_CURVE('',#2576,#2626,#2628,.T.);
+#2626 = VERTEX_POINT('',#2627);
+#2627 = CARTESIAN_POINT('',(1.,0.585,1.25));
+#2628 = LINE('',#2629,#2630);
+#2629 = CARTESIAN_POINT('',(1.,-0.625,1.25));
+#2630 = VECTOR('',#2631,1.);
+#2631 = DIRECTION('',(0.,1.,0.));
+#2632 = ORIENTED_EDGE('',*,*,#2633,.F.);
+#2633 = EDGE_CURVE('',#2477,#2626,#2634,.T.);
+#2634 = LINE('',#2635,#2636);
+#2635 = CARTESIAN_POINT('',(0.6,0.585,1.25));
+#2636 = VECTOR('',#2637,1.);
+#2637 = DIRECTION('',(1.,0.,0.));
+#2638 = PLANE('',#2639);
+#2639 = AXIS2_PLACEMENT_3D('',#2640,#2641,#2642);
+#2640 = CARTESIAN_POINT('',(0.6,-0.625,1.25));
+#2641 = DIRECTION('',(0.,0.,1.));
+#2642 = DIRECTION('',(1.,0.,-0.));
+#2643 = ADVANCED_FACE('',(#2644),#2663,.T.);
+#2644 = FACE_BOUND('',#2645,.T.);
+#2645 = EDGE_LOOP('',(#2646,#2654,#2661,#2662));
+#2646 = ORIENTED_EDGE('',*,*,#2647,.T.);
+#2647 = EDGE_CURVE('',#2460,#2648,#2650,.T.);
+#2648 = VERTEX_POINT('',#2649);
+#2649 = CARTESIAN_POINT('',(1.,0.625,4.E-02));
+#2650 = LINE('',#2651,#2652);
+#2651 = CARTESIAN_POINT('',(0.6,0.625,4.E-02));
+#2652 = VECTOR('',#2653,1.);
+#2653 = DIRECTION('',(1.,0.,0.));
+#2654 = ORIENTED_EDGE('',*,*,#2655,.T.);
+#2655 = EDGE_CURVE('',#2648,#2602,#2656,.T.);
+#2656 = CIRCLE('',#2657,4.E-02);
+#2657 = AXIS2_PLACEMENT_3D('',#2658,#2659,#2660);
+#2658 = CARTESIAN_POINT('',(1.,0.585,4.E-02));
+#2659 = DIRECTION('',(-1.,0.,0.));
+#2660 = DIRECTION('',(0.,0.,1.));
+#2661 = ORIENTED_EDGE('',*,*,#2609,.F.);
+#2662 = ORIENTED_EDGE('',*,*,#2459,.F.);
+#2663 = CYLINDRICAL_SURFACE('',#2664,4.E-02);
+#2664 = AXIS2_PLACEMENT_3D('',#2665,#2666,#2667);
+#2665 = CARTESIAN_POINT('',(0.6,0.585,4.E-02));
+#2666 = DIRECTION('',(1.,0.,0.));
+#2667 = DIRECTION('',(-0.,1.,0.));
+#2668 = ADVANCED_FACE('',(#2669),#2688,.T.);
+#2669 = FACE_BOUND('',#2670,.T.);
+#2670 = EDGE_LOOP('',(#2671,#2672,#2673,#2682));
+#2671 = ORIENTED_EDGE('',*,*,#2476,.T.);
+#2672 = ORIENTED_EDGE('',*,*,#2633,.T.);
+#2673 = ORIENTED_EDGE('',*,*,#2674,.F.);
+#2674 = EDGE_CURVE('',#2675,#2626,#2677,.T.);
+#2675 = VERTEX_POINT('',#2676);
+#2676 = CARTESIAN_POINT('',(1.,0.625,1.21));
+#2677 = CIRCLE('',#2678,4.E-02);
+#2678 = AXIS2_PLACEMENT_3D('',#2679,#2680,#2681);
+#2679 = CARTESIAN_POINT('',(1.,0.585,1.21));
+#2680 = DIRECTION('',(1.,0.,-0.));
+#2681 = DIRECTION('',(0.,0.,1.));
+#2682 = ORIENTED_EDGE('',*,*,#2683,.F.);
+#2683 = EDGE_CURVE('',#2469,#2675,#2684,.T.);
+#2684 = LINE('',#2685,#2686);
+#2685 = CARTESIAN_POINT('',(0.6,0.625,1.21));
+#2686 = VECTOR('',#2687,1.);
+#2687 = DIRECTION('',(1.,0.,0.));
+#2688 = CYLINDRICAL_SURFACE('',#2689,4.E-02);
+#2689 = AXIS2_PLACEMENT_3D('',#2690,#2691,#2692);
+#2690 = CARTESIAN_POINT('',(0.6,0.585,1.21));
+#2691 = DIRECTION('',(1.,0.,0.));
+#2692 = DIRECTION('',(-0.,1.,0.));
+#2693 = ADVANCED_FACE('',(#2694),#2705,.T.);
+#2694 = FACE_BOUND('',#2695,.T.);
+#2695 = EDGE_LOOP('',(#2696,#2702,#2703,#2704));
+#2696 = ORIENTED_EDGE('',*,*,#2697,.F.);
+#2697 = EDGE_CURVE('',#2648,#2675,#2698,.T.);
+#2698 = LINE('',#2699,#2700);
+#2699 = CARTESIAN_POINT('',(1.,0.625,0.));
+#2700 = VECTOR('',#2701,1.);
+#2701 = DIRECTION('',(0.,0.,1.));
+#2702 = ORIENTED_EDGE('',*,*,#2647,.F.);
+#2703 = ORIENTED_EDGE('',*,*,#2468,.T.);
+#2704 = ORIENTED_EDGE('',*,*,#2683,.T.);
+#2705 = PLANE('',#2706);
+#2706 = AXIS2_PLACEMENT_3D('',#2707,#2708,#2709);
+#2707 = CARTESIAN_POINT('',(0.6,0.625,0.));
+#2708 = DIRECTION('',(0.,1.,0.));
+#2709 = DIRECTION('',(0.,-0.,1.));
+#2710 = ADVANCED_FACE('',(#2711),#2721,.T.);
+#2711 = FACE_BOUND('',#2712,.T.);
+#2712 = EDGE_LOOP('',(#2713,#2714,#2715,#2716,#2717,#2718,#2719,#2720));
+#2713 = ORIENTED_EDGE('',*,*,#2518,.F.);
+#2714 = ORIENTED_EDGE('',*,*,#2558,.T.);
+#2715 = ORIENTED_EDGE('',*,*,#2601,.T.);
+#2716 = ORIENTED_EDGE('',*,*,#2655,.F.);
+#2717 = ORIENTED_EDGE('',*,*,#2697,.T.);
+#2718 = ORIENTED_EDGE('',*,*,#2674,.T.);
+#2719 = ORIENTED_EDGE('',*,*,#2625,.F.);
+#2720 = ORIENTED_EDGE('',*,*,#2575,.F.);
+#2721 = PLANE('',#2722);
+#2722 = AXIS2_PLACEMENT_3D('',#2723,#2724,#2725);
+#2723 = CARTESIAN_POINT('',(1.,-0.625,0.));
+#2724 = DIRECTION('',(1.,0.,0.));
+#2725 = DIRECTION('',(0.,0.,1.));
+#2726 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
+GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#2730))
+GLOBAL_UNIT_ASSIGNED_CONTEXT((#2727,#2728,#2729)) REPRESENTATION_CONTEXT
+('Context #1','3D Context with UNIT and UNCERTAINTY') );
+#2727 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
+#2728 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
+#2729 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
+#2730 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#2727,
+ 'distance_accuracy_value','confusion accuracy');
+#2731 = SHAPE_DEFINITION_REPRESENTATION(#2732,#1871);
+#2732 = PRODUCT_DEFINITION_SHAPE('','',#2733);
+#2733 = PRODUCT_DEFINITION('design','',#2734,#2737);
+#2734 = PRODUCT_DEFINITION_FORMATION('','',#2735);
+#2735 = PRODUCT('C_0805_2012Metric','C_0805_2012Metric','',(#2736));
+#2736 = PRODUCT_CONTEXT('',#2,'mechanical');
+#2737 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
+#2738 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#2739,#2741);
+#2739 = ( REPRESENTATION_RELATIONSHIP('','',#1871,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#2740)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#2740 = ITEM_DEFINED_TRANSFORMATION('','',#11,#35);
+#2741 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #2742);
+#2742 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('6','','',#5,#2733,$);
+#2743 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#2735));
+#2744 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#2745),#3599);
+#2745 = MANIFOLD_SOLID_BREP('',#2746);
+#2746 = CLOSED_SHELL('',(#2747,#2823,#2854,#2879,#2904,#2928,#2952,#2977
+ ,#3002,#3019,#3105,#3137,#3161,#3186,#3210,#3235,#3259,#3284,#3301,
+ #3387,#3418,#3443,#3468,#3492,#3516,#3541,#3566,#3583));
+#2747 = ADVANCED_FACE('',(#2748),#2818,.F.);
+#2748 = FACE_BOUND('',#2749,.F.);
+#2749 = EDGE_LOOP('',(#2750,#2760,#2769,#2777,#2786,#2794,#2803,#2811));
+#2750 = ORIENTED_EDGE('',*,*,#2751,.F.);
+#2751 = EDGE_CURVE('',#2752,#2754,#2756,.T.);
+#2752 = VERTEX_POINT('',#2753);
+#2753 = CARTESIAN_POINT('',(-1.6,-0.8,4.E-02));
+#2754 = VERTEX_POINT('',#2755);
+#2755 = CARTESIAN_POINT('',(-1.6,-0.8,1.56));
+#2756 = LINE('',#2757,#2758);
+#2757 = CARTESIAN_POINT('',(-1.6,-0.8,0.));
+#2758 = VECTOR('',#2759,1.);
+#2759 = DIRECTION('',(0.,0.,1.));
+#2760 = ORIENTED_EDGE('',*,*,#2761,.T.);
+#2761 = EDGE_CURVE('',#2752,#2762,#2764,.T.);
+#2762 = VERTEX_POINT('',#2763);
+#2763 = CARTESIAN_POINT('',(-1.6,-0.76,0.));
+#2764 = CIRCLE('',#2765,4.E-02);
+#2765 = AXIS2_PLACEMENT_3D('',#2766,#2767,#2768);
+#2766 = CARTESIAN_POINT('',(-1.6,-0.76,4.E-02));
+#2767 = DIRECTION('',(1.,0.,-0.));
+#2768 = DIRECTION('',(0.,0.,1.));
+#2769 = ORIENTED_EDGE('',*,*,#2770,.T.);
+#2770 = EDGE_CURVE('',#2762,#2771,#2773,.T.);
+#2771 = VERTEX_POINT('',#2772);
+#2772 = CARTESIAN_POINT('',(-1.6,0.76,0.));
+#2773 = LINE('',#2774,#2775);
+#2774 = CARTESIAN_POINT('',(-1.6,-0.8,0.));
+#2775 = VECTOR('',#2776,1.);
+#2776 = DIRECTION('',(0.,1.,0.));
+#2777 = ORIENTED_EDGE('',*,*,#2778,.F.);
+#2778 = EDGE_CURVE('',#2779,#2771,#2781,.T.);
+#2779 = VERTEX_POINT('',#2780);
+#2780 = CARTESIAN_POINT('',(-1.6,0.8,4.E-02));
+#2781 = CIRCLE('',#2782,4.E-02);
+#2782 = AXIS2_PLACEMENT_3D('',#2783,#2784,#2785);
+#2783 = CARTESIAN_POINT('',(-1.6,0.76,4.E-02));
+#2784 = DIRECTION('',(-1.,0.,0.));
+#2785 = DIRECTION('',(0.,0.,1.));
+#2786 = ORIENTED_EDGE('',*,*,#2787,.T.);
+#2787 = EDGE_CURVE('',#2779,#2788,#2790,.T.);
+#2788 = VERTEX_POINT('',#2789);
+#2789 = CARTESIAN_POINT('',(-1.6,0.8,1.56));
+#2790 = LINE('',#2791,#2792);
+#2791 = CARTESIAN_POINT('',(-1.6,0.8,0.));
+#2792 = VECTOR('',#2793,1.);
+#2793 = DIRECTION('',(0.,0.,1.));
+#2794 = ORIENTED_EDGE('',*,*,#2795,.T.);
+#2795 = EDGE_CURVE('',#2788,#2796,#2798,.T.);
+#2796 = VERTEX_POINT('',#2797);
+#2797 = CARTESIAN_POINT('',(-1.6,0.76,1.6));
+#2798 = CIRCLE('',#2799,4.E-02);
+#2799 = AXIS2_PLACEMENT_3D('',#2800,#2801,#2802);
+#2800 = CARTESIAN_POINT('',(-1.6,0.76,1.56));
+#2801 = DIRECTION('',(1.,0.,-0.));
+#2802 = DIRECTION('',(0.,0.,1.));
+#2803 = ORIENTED_EDGE('',*,*,#2804,.F.);
+#2804 = EDGE_CURVE('',#2805,#2796,#2807,.T.);
+#2805 = VERTEX_POINT('',#2806);
+#2806 = CARTESIAN_POINT('',(-1.6,-0.76,1.6));
+#2807 = LINE('',#2808,#2809);
+#2808 = CARTESIAN_POINT('',(-1.6,-0.8,1.6));
+#2809 = VECTOR('',#2810,1.);
+#2810 = DIRECTION('',(0.,1.,0.));
+#2811 = ORIENTED_EDGE('',*,*,#2812,.F.);
+#2812 = EDGE_CURVE('',#2754,#2805,#2813,.T.);
+#2813 = CIRCLE('',#2814,4.E-02);
+#2814 = AXIS2_PLACEMENT_3D('',#2815,#2816,#2817);
+#2815 = CARTESIAN_POINT('',(-1.6,-0.76,1.56));
+#2816 = DIRECTION('',(-1.,0.,0.));
+#2817 = DIRECTION('',(0.,0.,1.));
+#2818 = PLANE('',#2819);
+#2819 = AXIS2_PLACEMENT_3D('',#2820,#2821,#2822);
+#2820 = CARTESIAN_POINT('',(-1.6,-0.8,0.));
+#2821 = DIRECTION('',(1.,0.,0.));
+#2822 = DIRECTION('',(0.,0.,1.));
+#2823 = ADVANCED_FACE('',(#2824),#2849,.F.);
+#2824 = FACE_BOUND('',#2825,.F.);
+#2825 = EDGE_LOOP('',(#2826,#2836,#2842,#2843));
+#2826 = ORIENTED_EDGE('',*,*,#2827,.F.);
+#2827 = EDGE_CURVE('',#2828,#2830,#2832,.T.);
+#2828 = VERTEX_POINT('',#2829);
+#2829 = CARTESIAN_POINT('',(-1.2,-0.8,4.E-02));
+#2830 = VERTEX_POINT('',#2831);
+#2831 = CARTESIAN_POINT('',(-1.2,-0.8,1.56));
+#2832 = LINE('',#2833,#2834);
+#2833 = CARTESIAN_POINT('',(-1.2,-0.8,0.));
+#2834 = VECTOR('',#2835,1.);
+#2835 = DIRECTION('',(0.,0.,1.));
+#2836 = ORIENTED_EDGE('',*,*,#2837,.F.);
+#2837 = EDGE_CURVE('',#2752,#2828,#2838,.T.);
+#2838 = LINE('',#2839,#2840);
+#2839 = CARTESIAN_POINT('',(-1.6,-0.8,4.E-02));
+#2840 = VECTOR('',#2841,1.);
+#2841 = DIRECTION('',(1.,0.,0.));
+#2842 = ORIENTED_EDGE('',*,*,#2751,.T.);
+#2843 = ORIENTED_EDGE('',*,*,#2844,.T.);
+#2844 = EDGE_CURVE('',#2754,#2830,#2845,.T.);
+#2845 = LINE('',#2846,#2847);
+#2846 = CARTESIAN_POINT('',(-1.6,-0.8,1.56));
+#2847 = VECTOR('',#2848,1.);
+#2848 = DIRECTION('',(1.,0.,0.));
+#2849 = PLANE('',#2850);
+#2850 = AXIS2_PLACEMENT_3D('',#2851,#2852,#2853);
+#2851 = CARTESIAN_POINT('',(-1.6,-0.8,0.));
+#2852 = DIRECTION('',(0.,1.,0.));
+#2853 = DIRECTION('',(0.,-0.,1.));
+#2854 = ADVANCED_FACE('',(#2855),#2874,.T.);
+#2855 = FACE_BOUND('',#2856,.T.);
+#2856 = EDGE_LOOP('',(#2857,#2858,#2866,#2873));
+#2857 = ORIENTED_EDGE('',*,*,#2761,.T.);
+#2858 = ORIENTED_EDGE('',*,*,#2859,.T.);
+#2859 = EDGE_CURVE('',#2762,#2860,#2862,.T.);
+#2860 = VERTEX_POINT('',#2861);
+#2861 = CARTESIAN_POINT('',(-1.2,-0.76,0.));
+#2862 = LINE('',#2863,#2864);
+#2863 = CARTESIAN_POINT('',(-1.6,-0.76,0.));
+#2864 = VECTOR('',#2865,1.);
+#2865 = DIRECTION('',(1.,0.,0.));
+#2866 = ORIENTED_EDGE('',*,*,#2867,.F.);
+#2867 = EDGE_CURVE('',#2828,#2860,#2868,.T.);
+#2868 = CIRCLE('',#2869,4.E-02);
+#2869 = AXIS2_PLACEMENT_3D('',#2870,#2871,#2872);
+#2870 = CARTESIAN_POINT('',(-1.2,-0.76,4.E-02));
+#2871 = DIRECTION('',(1.,0.,-0.));
+#2872 = DIRECTION('',(0.,0.,1.));
+#2873 = ORIENTED_EDGE('',*,*,#2837,.F.);
+#2874 = CYLINDRICAL_SURFACE('',#2875,4.E-02);
+#2875 = AXIS2_PLACEMENT_3D('',#2876,#2877,#2878);
+#2876 = CARTESIAN_POINT('',(-1.6,-0.76,4.E-02));
+#2877 = DIRECTION('',(1.,0.,0.));
+#2878 = DIRECTION('',(0.,-1.,0.));
+#2879 = ADVANCED_FACE('',(#2880),#2899,.T.);
+#2880 = FACE_BOUND('',#2881,.T.);
+#2881 = EDGE_LOOP('',(#2882,#2883,#2892,#2898));
+#2882 = ORIENTED_EDGE('',*,*,#2844,.T.);
+#2883 = ORIENTED_EDGE('',*,*,#2884,.T.);
+#2884 = EDGE_CURVE('',#2830,#2885,#2887,.T.);
+#2885 = VERTEX_POINT('',#2886);
+#2886 = CARTESIAN_POINT('',(-1.2,-0.76,1.6));
+#2887 = CIRCLE('',#2888,4.E-02);
+#2888 = AXIS2_PLACEMENT_3D('',#2889,#2890,#2891);
+#2889 = CARTESIAN_POINT('',(-1.2,-0.76,1.56));
+#2890 = DIRECTION('',(-1.,0.,0.));
+#2891 = DIRECTION('',(0.,0.,1.));
+#2892 = ORIENTED_EDGE('',*,*,#2893,.F.);
+#2893 = EDGE_CURVE('',#2805,#2885,#2894,.T.);
+#2894 = LINE('',#2895,#2896);
+#2895 = CARTESIAN_POINT('',(-1.6,-0.76,1.6));
+#2896 = VECTOR('',#2897,1.);
+#2897 = DIRECTION('',(1.,0.,0.));
+#2898 = ORIENTED_EDGE('',*,*,#2812,.F.);
+#2899 = CYLINDRICAL_SURFACE('',#2900,4.E-02);
+#2900 = AXIS2_PLACEMENT_3D('',#2901,#2902,#2903);
+#2901 = CARTESIAN_POINT('',(-1.6,-0.76,1.56));
+#2902 = DIRECTION('',(1.,0.,0.));
+#2903 = DIRECTION('',(0.,-1.,0.));
+#2904 = ADVANCED_FACE('',(#2905),#2923,.F.);
+#2905 = FACE_BOUND('',#2906,.F.);
+#2906 = EDGE_LOOP('',(#2907,#2908,#2909,#2917));
+#2907 = ORIENTED_EDGE('',*,*,#2770,.F.);
+#2908 = ORIENTED_EDGE('',*,*,#2859,.T.);
+#2909 = ORIENTED_EDGE('',*,*,#2910,.T.);
+#2910 = EDGE_CURVE('',#2860,#2911,#2913,.T.);
+#2911 = VERTEX_POINT('',#2912);
+#2912 = CARTESIAN_POINT('',(-1.2,0.76,0.));
+#2913 = LINE('',#2914,#2915);
+#2914 = CARTESIAN_POINT('',(-1.2,-0.8,0.));
+#2915 = VECTOR('',#2916,1.);
+#2916 = DIRECTION('',(0.,1.,0.));
+#2917 = ORIENTED_EDGE('',*,*,#2918,.F.);
+#2918 = EDGE_CURVE('',#2771,#2911,#2919,.T.);
+#2919 = LINE('',#2920,#2921);
+#2920 = CARTESIAN_POINT('',(-1.6,0.76,0.));
+#2921 = VECTOR('',#2922,1.);
+#2922 = DIRECTION('',(1.,0.,0.));
+#2923 = PLANE('',#2924);
+#2924 = AXIS2_PLACEMENT_3D('',#2925,#2926,#2927);
+#2925 = CARTESIAN_POINT('',(-1.6,-0.8,0.));
+#2926 = DIRECTION('',(0.,0.,1.));
+#2927 = DIRECTION('',(1.,0.,-0.));
+#2928 = ADVANCED_FACE('',(#2929),#2947,.T.);
+#2929 = FACE_BOUND('',#2930,.T.);
+#2930 = EDGE_LOOP('',(#2931,#2932,#2933,#2941));
+#2931 = ORIENTED_EDGE('',*,*,#2804,.F.);
+#2932 = ORIENTED_EDGE('',*,*,#2893,.T.);
+#2933 = ORIENTED_EDGE('',*,*,#2934,.T.);
+#2934 = EDGE_CURVE('',#2885,#2935,#2937,.T.);
+#2935 = VERTEX_POINT('',#2936);
+#2936 = CARTESIAN_POINT('',(-1.2,0.76,1.6));
+#2937 = LINE('',#2938,#2939);
+#2938 = CARTESIAN_POINT('',(-1.2,-0.8,1.6));
+#2939 = VECTOR('',#2940,1.);
+#2940 = DIRECTION('',(0.,1.,0.));
+#2941 = ORIENTED_EDGE('',*,*,#2942,.F.);
+#2942 = EDGE_CURVE('',#2796,#2935,#2943,.T.);
+#2943 = LINE('',#2944,#2945);
+#2944 = CARTESIAN_POINT('',(-1.6,0.76,1.6));
+#2945 = VECTOR('',#2946,1.);
+#2946 = DIRECTION('',(1.,0.,0.));
+#2947 = PLANE('',#2948);
+#2948 = AXIS2_PLACEMENT_3D('',#2949,#2950,#2951);
+#2949 = CARTESIAN_POINT('',(-1.6,-0.8,1.6));
+#2950 = DIRECTION('',(0.,0.,1.));
+#2951 = DIRECTION('',(1.,0.,-0.));
+#2952 = ADVANCED_FACE('',(#2953),#2972,.T.);
+#2953 = FACE_BOUND('',#2954,.T.);
+#2954 = EDGE_LOOP('',(#2955,#2963,#2970,#2971));
+#2955 = ORIENTED_EDGE('',*,*,#2956,.T.);
+#2956 = EDGE_CURVE('',#2779,#2957,#2959,.T.);
+#2957 = VERTEX_POINT('',#2958);
+#2958 = CARTESIAN_POINT('',(-1.2,0.8,4.E-02));
+#2959 = LINE('',#2960,#2961);
+#2960 = CARTESIAN_POINT('',(-1.6,0.8,4.E-02));
+#2961 = VECTOR('',#2962,1.);
+#2962 = DIRECTION('',(1.,0.,0.));
+#2963 = ORIENTED_EDGE('',*,*,#2964,.T.);
+#2964 = EDGE_CURVE('',#2957,#2911,#2965,.T.);
+#2965 = CIRCLE('',#2966,4.E-02);
+#2966 = AXIS2_PLACEMENT_3D('',#2967,#2968,#2969);
+#2967 = CARTESIAN_POINT('',(-1.2,0.76,4.E-02));
+#2968 = DIRECTION('',(-1.,0.,0.));
+#2969 = DIRECTION('',(0.,0.,1.));
+#2970 = ORIENTED_EDGE('',*,*,#2918,.F.);
+#2971 = ORIENTED_EDGE('',*,*,#2778,.F.);
+#2972 = CYLINDRICAL_SURFACE('',#2973,4.E-02);
+#2973 = AXIS2_PLACEMENT_3D('',#2974,#2975,#2976);
+#2974 = CARTESIAN_POINT('',(-1.6,0.76,4.E-02));
+#2975 = DIRECTION('',(1.,0.,0.));
+#2976 = DIRECTION('',(-0.,1.,0.));
+#2977 = ADVANCED_FACE('',(#2978),#2997,.T.);
+#2978 = FACE_BOUND('',#2979,.T.);
+#2979 = EDGE_LOOP('',(#2980,#2981,#2982,#2991));
+#2980 = ORIENTED_EDGE('',*,*,#2795,.T.);
+#2981 = ORIENTED_EDGE('',*,*,#2942,.T.);
+#2982 = ORIENTED_EDGE('',*,*,#2983,.F.);
+#2983 = EDGE_CURVE('',#2984,#2935,#2986,.T.);
+#2984 = VERTEX_POINT('',#2985);
+#2985 = CARTESIAN_POINT('',(-1.2,0.8,1.56));
+#2986 = CIRCLE('',#2987,4.E-02);
+#2987 = AXIS2_PLACEMENT_3D('',#2988,#2989,#2990);
+#2988 = CARTESIAN_POINT('',(-1.2,0.76,1.56));
+#2989 = DIRECTION('',(1.,0.,-0.));
+#2990 = DIRECTION('',(0.,0.,1.));
+#2991 = ORIENTED_EDGE('',*,*,#2992,.F.);
+#2992 = EDGE_CURVE('',#2788,#2984,#2993,.T.);
+#2993 = LINE('',#2994,#2995);
+#2994 = CARTESIAN_POINT('',(-1.6,0.8,1.56));
+#2995 = VECTOR('',#2996,1.);
+#2996 = DIRECTION('',(1.,0.,0.));
+#2997 = CYLINDRICAL_SURFACE('',#2998,4.E-02);
+#2998 = AXIS2_PLACEMENT_3D('',#2999,#3000,#3001);
+#2999 = CARTESIAN_POINT('',(-1.6,0.76,1.56));
+#3000 = DIRECTION('',(1.,0.,0.));
+#3001 = DIRECTION('',(-0.,1.,0.));
+#3002 = ADVANCED_FACE('',(#3003),#3014,.T.);
+#3003 = FACE_BOUND('',#3004,.T.);
+#3004 = EDGE_LOOP('',(#3005,#3011,#3012,#3013));
+#3005 = ORIENTED_EDGE('',*,*,#3006,.F.);
+#3006 = EDGE_CURVE('',#2957,#2984,#3007,.T.);
+#3007 = LINE('',#3008,#3009);
+#3008 = CARTESIAN_POINT('',(-1.2,0.8,0.));
+#3009 = VECTOR('',#3010,1.);
+#3010 = DIRECTION('',(0.,0.,1.));
+#3011 = ORIENTED_EDGE('',*,*,#2956,.F.);
+#3012 = ORIENTED_EDGE('',*,*,#2787,.T.);
+#3013 = ORIENTED_EDGE('',*,*,#2992,.T.);
+#3014 = PLANE('',#3015);
+#3015 = AXIS2_PLACEMENT_3D('',#3016,#3017,#3018);
+#3016 = CARTESIAN_POINT('',(-1.6,0.8,0.));
+#3017 = DIRECTION('',(0.,1.,0.));
+#3018 = DIRECTION('',(0.,-0.,1.));
+#3019 = ADVANCED_FACE('',(#3020,#3030),#3100,.T.);
+#3020 = FACE_BOUND('',#3021,.T.);
+#3021 = EDGE_LOOP('',(#3022,#3023,#3024,#3025,#3026,#3027,#3028,#3029));
+#3022 = ORIENTED_EDGE('',*,*,#2827,.F.);
+#3023 = ORIENTED_EDGE('',*,*,#2867,.T.);
+#3024 = ORIENTED_EDGE('',*,*,#2910,.T.);
+#3025 = ORIENTED_EDGE('',*,*,#2964,.F.);
+#3026 = ORIENTED_EDGE('',*,*,#3006,.T.);
+#3027 = ORIENTED_EDGE('',*,*,#2983,.T.);
+#3028 = ORIENTED_EDGE('',*,*,#2934,.F.);
+#3029 = ORIENTED_EDGE('',*,*,#2884,.F.);
+#3030 = FACE_BOUND('',#3031,.T.);
+#3031 = EDGE_LOOP('',(#3032,#3043,#3051,#3060,#3068,#3077,#3085,#3094));
+#3032 = ORIENTED_EDGE('',*,*,#3033,.F.);
+#3033 = EDGE_CURVE('',#3034,#3036,#3038,.T.);
+#3034 = VERTEX_POINT('',#3035);
+#3035 = CARTESIAN_POINT('',(-1.2,-0.76,8.E-02));
+#3036 = VERTEX_POINT('',#3037);
+#3037 = CARTESIAN_POINT('',(-1.2,-0.72,4.E-02));
+#3038 = CIRCLE('',#3039,4.E-02);
+#3039 = AXIS2_PLACEMENT_3D('',#3040,#3041,#3042);
+#3040 = CARTESIAN_POINT('',(-1.2,-0.72,8.E-02));
+#3041 = DIRECTION('',(1.,0.,-0.));
+#3042 = DIRECTION('',(0.,0.,1.));
+#3043 = ORIENTED_EDGE('',*,*,#3044,.T.);
+#3044 = EDGE_CURVE('',#3034,#3045,#3047,.T.);
+#3045 = VERTEX_POINT('',#3046);
+#3046 = CARTESIAN_POINT('',(-1.2,-0.76,1.52));
+#3047 = LINE('',#3048,#3049);
+#3048 = CARTESIAN_POINT('',(-1.2,-0.76,4.E-02));
+#3049 = VECTOR('',#3050,1.);
+#3050 = DIRECTION('',(0.,0.,1.));
+#3051 = ORIENTED_EDGE('',*,*,#3052,.T.);
+#3052 = EDGE_CURVE('',#3045,#3053,#3055,.T.);
+#3053 = VERTEX_POINT('',#3054);
+#3054 = CARTESIAN_POINT('',(-1.2,-0.72,1.56));
+#3055 = CIRCLE('',#3056,4.E-02);
+#3056 = AXIS2_PLACEMENT_3D('',#3057,#3058,#3059);
+#3057 = CARTESIAN_POINT('',(-1.2,-0.72,1.52));
+#3058 = DIRECTION('',(-1.,0.,0.));
+#3059 = DIRECTION('',(0.,0.,1.));
+#3060 = ORIENTED_EDGE('',*,*,#3061,.T.);
+#3061 = EDGE_CURVE('',#3053,#3062,#3064,.T.);
+#3062 = VERTEX_POINT('',#3063);
+#3063 = CARTESIAN_POINT('',(-1.2,0.72,1.56));
+#3064 = LINE('',#3065,#3066);
+#3065 = CARTESIAN_POINT('',(-1.2,-0.76,1.56));
+#3066 = VECTOR('',#3067,1.);
+#3067 = DIRECTION('',(0.,1.,0.));
+#3068 = ORIENTED_EDGE('',*,*,#3069,.F.);
+#3069 = EDGE_CURVE('',#3070,#3062,#3072,.T.);
+#3070 = VERTEX_POINT('',#3071);
+#3071 = CARTESIAN_POINT('',(-1.2,0.76,1.52));
+#3072 = CIRCLE('',#3073,4.E-02);
+#3073 = AXIS2_PLACEMENT_3D('',#3074,#3075,#3076);
+#3074 = CARTESIAN_POINT('',(-1.2,0.72,1.52));
+#3075 = DIRECTION('',(1.,0.,-0.));
+#3076 = DIRECTION('',(0.,0.,1.));
+#3077 = ORIENTED_EDGE('',*,*,#3078,.F.);
+#3078 = EDGE_CURVE('',#3079,#3070,#3081,.T.);
+#3079 = VERTEX_POINT('',#3080);
+#3080 = CARTESIAN_POINT('',(-1.2,0.76,8.E-02));
+#3081 = LINE('',#3082,#3083);
+#3082 = CARTESIAN_POINT('',(-1.2,0.76,4.E-02));
+#3083 = VECTOR('',#3084,1.);
+#3084 = DIRECTION('',(0.,0.,1.));
+#3085 = ORIENTED_EDGE('',*,*,#3086,.T.);
+#3086 = EDGE_CURVE('',#3079,#3087,#3089,.T.);
+#3087 = VERTEX_POINT('',#3088);
+#3088 = CARTESIAN_POINT('',(-1.2,0.72,4.E-02));
+#3089 = CIRCLE('',#3090,4.E-02);
+#3090 = AXIS2_PLACEMENT_3D('',#3091,#3092,#3093);
+#3091 = CARTESIAN_POINT('',(-1.2,0.72,8.E-02));
+#3092 = DIRECTION('',(-1.,0.,0.));
+#3093 = DIRECTION('',(0.,0.,1.));
+#3094 = ORIENTED_EDGE('',*,*,#3095,.F.);
+#3095 = EDGE_CURVE('',#3036,#3087,#3096,.T.);
+#3096 = LINE('',#3097,#3098);
+#3097 = CARTESIAN_POINT('',(-1.2,-0.76,4.E-02));
+#3098 = VECTOR('',#3099,1.);
+#3099 = DIRECTION('',(0.,1.,0.));
+#3100 = PLANE('',#3101);
+#3101 = AXIS2_PLACEMENT_3D('',#3102,#3103,#3104);
+#3102 = CARTESIAN_POINT('',(-1.2,-0.8,0.));
+#3103 = DIRECTION('',(1.,0.,0.));
+#3104 = DIRECTION('',(0.,0.,1.));
+#3105 = ADVANCED_FACE('',(#3106),#3132,.T.);
+#3106 = FACE_BOUND('',#3107,.T.);
+#3107 = EDGE_LOOP('',(#3108,#3109,#3117,#3126));
+#3108 = ORIENTED_EDGE('',*,*,#3033,.T.);
+#3109 = ORIENTED_EDGE('',*,*,#3110,.T.);
+#3110 = EDGE_CURVE('',#3036,#3111,#3113,.T.);
+#3111 = VERTEX_POINT('',#3112);
+#3112 = CARTESIAN_POINT('',(1.2,-0.72,4.E-02));
+#3113 = LINE('',#3114,#3115);
+#3114 = CARTESIAN_POINT('',(-1.2,-0.72,4.E-02));
+#3115 = VECTOR('',#3116,1.);
+#3116 = DIRECTION('',(1.,0.,0.));
+#3117 = ORIENTED_EDGE('',*,*,#3118,.F.);
+#3118 = EDGE_CURVE('',#3119,#3111,#3121,.T.);
+#3119 = VERTEX_POINT('',#3120);
+#3120 = CARTESIAN_POINT('',(1.2,-0.76,8.E-02));
+#3121 = CIRCLE('',#3122,4.E-02);
+#3122 = AXIS2_PLACEMENT_3D('',#3123,#3124,#3125);
+#3123 = CARTESIAN_POINT('',(1.2,-0.72,8.E-02));
+#3124 = DIRECTION('',(1.,0.,-0.));
+#3125 = DIRECTION('',(0.,0.,1.));
+#3126 = ORIENTED_EDGE('',*,*,#3127,.F.);
+#3127 = EDGE_CURVE('',#3034,#3119,#3128,.T.);
+#3128 = LINE('',#3129,#3130);
+#3129 = CARTESIAN_POINT('',(-1.2,-0.76,8.E-02));
+#3130 = VECTOR('',#3131,1.);
+#3131 = DIRECTION('',(1.,0.,0.));
+#3132 = CYLINDRICAL_SURFACE('',#3133,4.E-02);
+#3133 = AXIS2_PLACEMENT_3D('',#3134,#3135,#3136);
+#3134 = CARTESIAN_POINT('',(-1.2,-0.72,8.E-02));
+#3135 = DIRECTION('',(1.,0.,0.));
+#3136 = DIRECTION('',(0.,-1.,0.));
+#3137 = ADVANCED_FACE('',(#3138),#3156,.F.);
+#3138 = FACE_BOUND('',#3139,.F.);
+#3139 = EDGE_LOOP('',(#3140,#3141,#3142,#3150));
+#3140 = ORIENTED_EDGE('',*,*,#3095,.F.);
+#3141 = ORIENTED_EDGE('',*,*,#3110,.T.);
+#3142 = ORIENTED_EDGE('',*,*,#3143,.T.);
+#3143 = EDGE_CURVE('',#3111,#3144,#3146,.T.);
+#3144 = VERTEX_POINT('',#3145);
+#3145 = CARTESIAN_POINT('',(1.2,0.72,4.E-02));
+#3146 = LINE('',#3147,#3148);
+#3147 = CARTESIAN_POINT('',(1.2,-0.76,4.E-02));
+#3148 = VECTOR('',#3149,1.);
+#3149 = DIRECTION('',(0.,1.,0.));
+#3150 = ORIENTED_EDGE('',*,*,#3151,.F.);
+#3151 = EDGE_CURVE('',#3087,#3144,#3152,.T.);
+#3152 = LINE('',#3153,#3154);
+#3153 = CARTESIAN_POINT('',(-1.2,0.72,4.E-02));
+#3154 = VECTOR('',#3155,1.);
+#3155 = DIRECTION('',(1.,0.,0.));
+#3156 = PLANE('',#3157);
+#3157 = AXIS2_PLACEMENT_3D('',#3158,#3159,#3160);
+#3158 = CARTESIAN_POINT('',(-1.2,-0.76,4.E-02));
+#3159 = DIRECTION('',(0.,0.,1.));
+#3160 = DIRECTION('',(1.,0.,-0.));
+#3161 = ADVANCED_FACE('',(#3162),#3181,.T.);
+#3162 = FACE_BOUND('',#3163,.T.);
+#3163 = EDGE_LOOP('',(#3164,#3172,#3179,#3180));
+#3164 = ORIENTED_EDGE('',*,*,#3165,.T.);
+#3165 = EDGE_CURVE('',#3079,#3166,#3168,.T.);
+#3166 = VERTEX_POINT('',#3167);
+#3167 = CARTESIAN_POINT('',(1.2,0.76,8.E-02));
+#3168 = LINE('',#3169,#3170);
+#3169 = CARTESIAN_POINT('',(-1.2,0.76,8.E-02));
+#3170 = VECTOR('',#3171,1.);
+#3171 = DIRECTION('',(1.,0.,0.));
+#3172 = ORIENTED_EDGE('',*,*,#3173,.T.);
+#3173 = EDGE_CURVE('',#3166,#3144,#3174,.T.);
+#3174 = CIRCLE('',#3175,4.E-02);
+#3175 = AXIS2_PLACEMENT_3D('',#3176,#3177,#3178);
+#3176 = CARTESIAN_POINT('',(1.2,0.72,8.E-02));
+#3177 = DIRECTION('',(-1.,0.,0.));
+#3178 = DIRECTION('',(0.,0.,1.));
+#3179 = ORIENTED_EDGE('',*,*,#3151,.F.);
+#3180 = ORIENTED_EDGE('',*,*,#3086,.F.);
+#3181 = CYLINDRICAL_SURFACE('',#3182,4.E-02);
+#3182 = AXIS2_PLACEMENT_3D('',#3183,#3184,#3185);
+#3183 = CARTESIAN_POINT('',(-1.2,0.72,8.E-02));
+#3184 = DIRECTION('',(1.,0.,0.));
+#3185 = DIRECTION('',(-0.,1.,0.));
+#3186 = ADVANCED_FACE('',(#3187),#3205,.T.);
+#3187 = FACE_BOUND('',#3188,.T.);
+#3188 = EDGE_LOOP('',(#3189,#3197,#3198,#3199));
+#3189 = ORIENTED_EDGE('',*,*,#3190,.F.);
+#3190 = EDGE_CURVE('',#3166,#3191,#3193,.T.);
+#3191 = VERTEX_POINT('',#3192);
+#3192 = CARTESIAN_POINT('',(1.2,0.76,1.52));
+#3193 = LINE('',#3194,#3195);
+#3194 = CARTESIAN_POINT('',(1.2,0.76,4.E-02));
+#3195 = VECTOR('',#3196,1.);
+#3196 = DIRECTION('',(0.,0.,1.));
+#3197 = ORIENTED_EDGE('',*,*,#3165,.F.);
+#3198 = ORIENTED_EDGE('',*,*,#3078,.T.);
+#3199 = ORIENTED_EDGE('',*,*,#3200,.T.);
+#3200 = EDGE_CURVE('',#3070,#3191,#3201,.T.);
+#3201 = LINE('',#3202,#3203);
+#3202 = CARTESIAN_POINT('',(-1.2,0.76,1.52));
+#3203 = VECTOR('',#3204,1.);
+#3204 = DIRECTION('',(1.,0.,0.));
+#3205 = PLANE('',#3206);
+#3206 = AXIS2_PLACEMENT_3D('',#3207,#3208,#3209);
+#3207 = CARTESIAN_POINT('',(-1.2,0.76,4.E-02));
+#3208 = DIRECTION('',(0.,1.,0.));
+#3209 = DIRECTION('',(0.,-0.,1.));
+#3210 = ADVANCED_FACE('',(#3211),#3230,.T.);
+#3211 = FACE_BOUND('',#3212,.T.);
+#3212 = EDGE_LOOP('',(#3213,#3214,#3222,#3229));
+#3213 = ORIENTED_EDGE('',*,*,#3069,.T.);
+#3214 = ORIENTED_EDGE('',*,*,#3215,.T.);
+#3215 = EDGE_CURVE('',#3062,#3216,#3218,.T.);
+#3216 = VERTEX_POINT('',#3217);
+#3217 = CARTESIAN_POINT('',(1.2,0.72,1.56));
+#3218 = LINE('',#3219,#3220);
+#3219 = CARTESIAN_POINT('',(-1.2,0.72,1.56));
+#3220 = VECTOR('',#3221,1.);
+#3221 = DIRECTION('',(1.,0.,0.));
+#3222 = ORIENTED_EDGE('',*,*,#3223,.F.);
+#3223 = EDGE_CURVE('',#3191,#3216,#3224,.T.);
+#3224 = CIRCLE('',#3225,4.E-02);
+#3225 = AXIS2_PLACEMENT_3D('',#3226,#3227,#3228);
+#3226 = CARTESIAN_POINT('',(1.2,0.72,1.52));
+#3227 = DIRECTION('',(1.,0.,-0.));
+#3228 = DIRECTION('',(0.,0.,1.));
+#3229 = ORIENTED_EDGE('',*,*,#3200,.F.);
+#3230 = CYLINDRICAL_SURFACE('',#3231,4.E-02);
+#3231 = AXIS2_PLACEMENT_3D('',#3232,#3233,#3234);
+#3232 = CARTESIAN_POINT('',(-1.2,0.72,1.52));
+#3233 = DIRECTION('',(1.,0.,0.));
+#3234 = DIRECTION('',(-0.,1.,0.));
+#3235 = ADVANCED_FACE('',(#3236),#3254,.T.);
+#3236 = FACE_BOUND('',#3237,.T.);
+#3237 = EDGE_LOOP('',(#3238,#3239,#3247,#3253));
+#3238 = ORIENTED_EDGE('',*,*,#3061,.F.);
+#3239 = ORIENTED_EDGE('',*,*,#3240,.T.);
+#3240 = EDGE_CURVE('',#3053,#3241,#3243,.T.);
+#3241 = VERTEX_POINT('',#3242);
+#3242 = CARTESIAN_POINT('',(1.2,-0.72,1.56));
+#3243 = LINE('',#3244,#3245);
+#3244 = CARTESIAN_POINT('',(-1.2,-0.72,1.56));
+#3245 = VECTOR('',#3246,1.);
+#3246 = DIRECTION('',(1.,0.,0.));
+#3247 = ORIENTED_EDGE('',*,*,#3248,.T.);
+#3248 = EDGE_CURVE('',#3241,#3216,#3249,.T.);
+#3249 = LINE('',#3250,#3251);
+#3250 = CARTESIAN_POINT('',(1.2,-0.76,1.56));
+#3251 = VECTOR('',#3252,1.);
+#3252 = DIRECTION('',(0.,1.,0.));
+#3253 = ORIENTED_EDGE('',*,*,#3215,.F.);
+#3254 = PLANE('',#3255);
+#3255 = AXIS2_PLACEMENT_3D('',#3256,#3257,#3258);
+#3256 = CARTESIAN_POINT('',(-1.2,-0.76,1.56));
+#3257 = DIRECTION('',(0.,0.,1.));
+#3258 = DIRECTION('',(1.,0.,-0.));
+#3259 = ADVANCED_FACE('',(#3260),#3279,.T.);
+#3260 = FACE_BOUND('',#3261,.T.);
+#3261 = EDGE_LOOP('',(#3262,#3270,#3277,#3278));
+#3262 = ORIENTED_EDGE('',*,*,#3263,.T.);
+#3263 = EDGE_CURVE('',#3045,#3264,#3266,.T.);
+#3264 = VERTEX_POINT('',#3265);
+#3265 = CARTESIAN_POINT('',(1.2,-0.76,1.52));
+#3266 = LINE('',#3267,#3268);
+#3267 = CARTESIAN_POINT('',(-1.2,-0.76,1.52));
+#3268 = VECTOR('',#3269,1.);
+#3269 = DIRECTION('',(1.,0.,0.));
+#3270 = ORIENTED_EDGE('',*,*,#3271,.T.);
+#3271 = EDGE_CURVE('',#3264,#3241,#3272,.T.);
+#3272 = CIRCLE('',#3273,4.E-02);
+#3273 = AXIS2_PLACEMENT_3D('',#3274,#3275,#3276);
+#3274 = CARTESIAN_POINT('',(1.2,-0.72,1.52));
+#3275 = DIRECTION('',(-1.,0.,0.));
+#3276 = DIRECTION('',(0.,0.,1.));
+#3277 = ORIENTED_EDGE('',*,*,#3240,.F.);
+#3278 = ORIENTED_EDGE('',*,*,#3052,.F.);
+#3279 = CYLINDRICAL_SURFACE('',#3280,4.E-02);
+#3280 = AXIS2_PLACEMENT_3D('',#3281,#3282,#3283);
+#3281 = CARTESIAN_POINT('',(-1.2,-0.72,1.52));
+#3282 = DIRECTION('',(1.,0.,0.));
+#3283 = DIRECTION('',(0.,-1.,0.));
+#3284 = ADVANCED_FACE('',(#3285),#3296,.F.);
+#3285 = FACE_BOUND('',#3286,.F.);
+#3286 = EDGE_LOOP('',(#3287,#3293,#3294,#3295));
+#3287 = ORIENTED_EDGE('',*,*,#3288,.F.);
+#3288 = EDGE_CURVE('',#3119,#3264,#3289,.T.);
+#3289 = LINE('',#3290,#3291);
+#3290 = CARTESIAN_POINT('',(1.2,-0.76,4.E-02));
+#3291 = VECTOR('',#3292,1.);
+#3292 = DIRECTION('',(0.,0.,1.));
+#3293 = ORIENTED_EDGE('',*,*,#3127,.F.);
+#3294 = ORIENTED_EDGE('',*,*,#3044,.T.);
+#3295 = ORIENTED_EDGE('',*,*,#3263,.T.);
+#3296 = PLANE('',#3297);
+#3297 = AXIS2_PLACEMENT_3D('',#3298,#3299,#3300);
+#3298 = CARTESIAN_POINT('',(-1.2,-0.76,4.E-02));
+#3299 = DIRECTION('',(0.,1.,0.));
+#3300 = DIRECTION('',(0.,-0.,1.));
+#3301 = ADVANCED_FACE('',(#3302,#3372),#3382,.F.);
+#3302 = FACE_BOUND('',#3303,.F.);
+#3303 = EDGE_LOOP('',(#3304,#3314,#3323,#3331,#3340,#3348,#3357,#3365));
+#3304 = ORIENTED_EDGE('',*,*,#3305,.F.);
+#3305 = EDGE_CURVE('',#3306,#3308,#3310,.T.);
+#3306 = VERTEX_POINT('',#3307);
+#3307 = CARTESIAN_POINT('',(1.2,-0.8,4.E-02));
+#3308 = VERTEX_POINT('',#3309);
+#3309 = CARTESIAN_POINT('',(1.2,-0.8,1.56));
+#3310 = LINE('',#3311,#3312);
+#3311 = CARTESIAN_POINT('',(1.2,-0.8,0.));
+#3312 = VECTOR('',#3313,1.);
+#3313 = DIRECTION('',(0.,0.,1.));
+#3314 = ORIENTED_EDGE('',*,*,#3315,.T.);
+#3315 = EDGE_CURVE('',#3306,#3316,#3318,.T.);
+#3316 = VERTEX_POINT('',#3317);
+#3317 = CARTESIAN_POINT('',(1.2,-0.76,0.));
+#3318 = CIRCLE('',#3319,4.E-02);
+#3319 = AXIS2_PLACEMENT_3D('',#3320,#3321,#3322);
+#3320 = CARTESIAN_POINT('',(1.2,-0.76,4.E-02));
+#3321 = DIRECTION('',(1.,0.,-0.));
+#3322 = DIRECTION('',(0.,0.,1.));
+#3323 = ORIENTED_EDGE('',*,*,#3324,.T.);
+#3324 = EDGE_CURVE('',#3316,#3325,#3327,.T.);
+#3325 = VERTEX_POINT('',#3326);
+#3326 = CARTESIAN_POINT('',(1.2,0.76,0.));
+#3327 = LINE('',#3328,#3329);
+#3328 = CARTESIAN_POINT('',(1.2,-0.8,0.));
+#3329 = VECTOR('',#3330,1.);
+#3330 = DIRECTION('',(0.,1.,0.));
+#3331 = ORIENTED_EDGE('',*,*,#3332,.F.);
+#3332 = EDGE_CURVE('',#3333,#3325,#3335,.T.);
+#3333 = VERTEX_POINT('',#3334);
+#3334 = CARTESIAN_POINT('',(1.2,0.8,4.E-02));
+#3335 = CIRCLE('',#3336,4.E-02);
+#3336 = AXIS2_PLACEMENT_3D('',#3337,#3338,#3339);
+#3337 = CARTESIAN_POINT('',(1.2,0.76,4.E-02));
+#3338 = DIRECTION('',(-1.,0.,0.));
+#3339 = DIRECTION('',(0.,0.,1.));
+#3340 = ORIENTED_EDGE('',*,*,#3341,.T.);
+#3341 = EDGE_CURVE('',#3333,#3342,#3344,.T.);
+#3342 = VERTEX_POINT('',#3343);
+#3343 = CARTESIAN_POINT('',(1.2,0.8,1.56));
+#3344 = LINE('',#3345,#3346);
+#3345 = CARTESIAN_POINT('',(1.2,0.8,0.));
+#3346 = VECTOR('',#3347,1.);
+#3347 = DIRECTION('',(0.,0.,1.));
+#3348 = ORIENTED_EDGE('',*,*,#3349,.T.);
+#3349 = EDGE_CURVE('',#3342,#3350,#3352,.T.);
+#3350 = VERTEX_POINT('',#3351);
+#3351 = CARTESIAN_POINT('',(1.2,0.76,1.6));
+#3352 = CIRCLE('',#3353,4.E-02);
+#3353 = AXIS2_PLACEMENT_3D('',#3354,#3355,#3356);
+#3354 = CARTESIAN_POINT('',(1.2,0.76,1.56));
+#3355 = DIRECTION('',(1.,0.,-0.));
+#3356 = DIRECTION('',(0.,0.,1.));
+#3357 = ORIENTED_EDGE('',*,*,#3358,.F.);
+#3358 = EDGE_CURVE('',#3359,#3350,#3361,.T.);
+#3359 = VERTEX_POINT('',#3360);
+#3360 = CARTESIAN_POINT('',(1.2,-0.76,1.6));
+#3361 = LINE('',#3362,#3363);
+#3362 = CARTESIAN_POINT('',(1.2,-0.8,1.6));
+#3363 = VECTOR('',#3364,1.);
+#3364 = DIRECTION('',(0.,1.,0.));
+#3365 = ORIENTED_EDGE('',*,*,#3366,.F.);
+#3366 = EDGE_CURVE('',#3308,#3359,#3367,.T.);
+#3367 = CIRCLE('',#3368,4.E-02);
+#3368 = AXIS2_PLACEMENT_3D('',#3369,#3370,#3371);
+#3369 = CARTESIAN_POINT('',(1.2,-0.76,1.56));
+#3370 = DIRECTION('',(-1.,0.,0.));
+#3371 = DIRECTION('',(0.,0.,1.));
+#3372 = FACE_BOUND('',#3373,.F.);
+#3373 = EDGE_LOOP('',(#3374,#3375,#3376,#3377,#3378,#3379,#3380,#3381));
+#3374 = ORIENTED_EDGE('',*,*,#3118,.F.);
+#3375 = ORIENTED_EDGE('',*,*,#3288,.T.);
+#3376 = ORIENTED_EDGE('',*,*,#3271,.T.);
+#3377 = ORIENTED_EDGE('',*,*,#3248,.T.);
+#3378 = ORIENTED_EDGE('',*,*,#3223,.F.);
+#3379 = ORIENTED_EDGE('',*,*,#3190,.F.);
+#3380 = ORIENTED_EDGE('',*,*,#3173,.T.);
+#3381 = ORIENTED_EDGE('',*,*,#3143,.F.);
+#3382 = PLANE('',#3383);
+#3383 = AXIS2_PLACEMENT_3D('',#3384,#3385,#3386);
+#3384 = CARTESIAN_POINT('',(1.2,-0.8,0.));
+#3385 = DIRECTION('',(1.,0.,0.));
+#3386 = DIRECTION('',(0.,0.,1.));
+#3387 = ADVANCED_FACE('',(#3388),#3413,.F.);
+#3388 = FACE_BOUND('',#3389,.F.);
+#3389 = EDGE_LOOP('',(#3390,#3400,#3406,#3407));
+#3390 = ORIENTED_EDGE('',*,*,#3391,.F.);
+#3391 = EDGE_CURVE('',#3392,#3394,#3396,.T.);
+#3392 = VERTEX_POINT('',#3393);
+#3393 = CARTESIAN_POINT('',(1.6,-0.8,4.E-02));
+#3394 = VERTEX_POINT('',#3395);
+#3395 = CARTESIAN_POINT('',(1.6,-0.8,1.56));
+#3396 = LINE('',#3397,#3398);
+#3397 = CARTESIAN_POINT('',(1.6,-0.8,0.));
+#3398 = VECTOR('',#3399,1.);
+#3399 = DIRECTION('',(0.,0.,1.));
+#3400 = ORIENTED_EDGE('',*,*,#3401,.F.);
+#3401 = EDGE_CURVE('',#3306,#3392,#3402,.T.);
+#3402 = LINE('',#3403,#3404);
+#3403 = CARTESIAN_POINT('',(1.2,-0.8,4.E-02));
+#3404 = VECTOR('',#3405,1.);
+#3405 = DIRECTION('',(1.,0.,0.));
+#3406 = ORIENTED_EDGE('',*,*,#3305,.T.);
+#3407 = ORIENTED_EDGE('',*,*,#3408,.T.);
+#3408 = EDGE_CURVE('',#3308,#3394,#3409,.T.);
+#3409 = LINE('',#3410,#3411);
+#3410 = CARTESIAN_POINT('',(1.2,-0.8,1.56));
+#3411 = VECTOR('',#3412,1.);
+#3412 = DIRECTION('',(1.,0.,0.));
+#3413 = PLANE('',#3414);
+#3414 = AXIS2_PLACEMENT_3D('',#3415,#3416,#3417);
+#3415 = CARTESIAN_POINT('',(1.2,-0.8,0.));
+#3416 = DIRECTION('',(0.,1.,0.));
+#3417 = DIRECTION('',(0.,-0.,1.));
+#3418 = ADVANCED_FACE('',(#3419),#3438,.T.);
+#3419 = FACE_BOUND('',#3420,.T.);
+#3420 = EDGE_LOOP('',(#3421,#3422,#3430,#3437));
+#3421 = ORIENTED_EDGE('',*,*,#3315,.T.);
+#3422 = ORIENTED_EDGE('',*,*,#3423,.T.);
+#3423 = EDGE_CURVE('',#3316,#3424,#3426,.T.);
+#3424 = VERTEX_POINT('',#3425);
+#3425 = CARTESIAN_POINT('',(1.6,-0.76,0.));
+#3426 = LINE('',#3427,#3428);
+#3427 = CARTESIAN_POINT('',(1.2,-0.76,0.));
+#3428 = VECTOR('',#3429,1.);
+#3429 = DIRECTION('',(1.,0.,0.));
+#3430 = ORIENTED_EDGE('',*,*,#3431,.F.);
+#3431 = EDGE_CURVE('',#3392,#3424,#3432,.T.);
+#3432 = CIRCLE('',#3433,4.E-02);
+#3433 = AXIS2_PLACEMENT_3D('',#3434,#3435,#3436);
+#3434 = CARTESIAN_POINT('',(1.6,-0.76,4.E-02));
+#3435 = DIRECTION('',(1.,0.,-0.));
+#3436 = DIRECTION('',(0.,0.,1.));
+#3437 = ORIENTED_EDGE('',*,*,#3401,.F.);
+#3438 = CYLINDRICAL_SURFACE('',#3439,4.E-02);
+#3439 = AXIS2_PLACEMENT_3D('',#3440,#3441,#3442);
+#3440 = CARTESIAN_POINT('',(1.2,-0.76,4.E-02));
+#3441 = DIRECTION('',(1.,0.,0.));
+#3442 = DIRECTION('',(0.,-1.,0.));
+#3443 = ADVANCED_FACE('',(#3444),#3463,.T.);
+#3444 = FACE_BOUND('',#3445,.T.);
+#3445 = EDGE_LOOP('',(#3446,#3447,#3456,#3462));
+#3446 = ORIENTED_EDGE('',*,*,#3408,.T.);
+#3447 = ORIENTED_EDGE('',*,*,#3448,.T.);
+#3448 = EDGE_CURVE('',#3394,#3449,#3451,.T.);
+#3449 = VERTEX_POINT('',#3450);
+#3450 = CARTESIAN_POINT('',(1.6,-0.76,1.6));
+#3451 = CIRCLE('',#3452,4.E-02);
+#3452 = AXIS2_PLACEMENT_3D('',#3453,#3454,#3455);
+#3453 = CARTESIAN_POINT('',(1.6,-0.76,1.56));
+#3454 = DIRECTION('',(-1.,0.,0.));
+#3455 = DIRECTION('',(0.,0.,1.));
+#3456 = ORIENTED_EDGE('',*,*,#3457,.F.);
+#3457 = EDGE_CURVE('',#3359,#3449,#3458,.T.);
+#3458 = LINE('',#3459,#3460);
+#3459 = CARTESIAN_POINT('',(1.2,-0.76,1.6));
+#3460 = VECTOR('',#3461,1.);
+#3461 = DIRECTION('',(1.,0.,0.));
+#3462 = ORIENTED_EDGE('',*,*,#3366,.F.);
+#3463 = CYLINDRICAL_SURFACE('',#3464,4.E-02);
+#3464 = AXIS2_PLACEMENT_3D('',#3465,#3466,#3467);
+#3465 = CARTESIAN_POINT('',(1.2,-0.76,1.56));
+#3466 = DIRECTION('',(1.,0.,0.));
+#3467 = DIRECTION('',(0.,-1.,0.));
+#3468 = ADVANCED_FACE('',(#3469),#3487,.F.);
+#3469 = FACE_BOUND('',#3470,.F.);
+#3470 = EDGE_LOOP('',(#3471,#3472,#3473,#3481));
+#3471 = ORIENTED_EDGE('',*,*,#3324,.F.);
+#3472 = ORIENTED_EDGE('',*,*,#3423,.T.);
+#3473 = ORIENTED_EDGE('',*,*,#3474,.T.);
+#3474 = EDGE_CURVE('',#3424,#3475,#3477,.T.);
+#3475 = VERTEX_POINT('',#3476);
+#3476 = CARTESIAN_POINT('',(1.6,0.76,0.));
+#3477 = LINE('',#3478,#3479);
+#3478 = CARTESIAN_POINT('',(1.6,-0.8,0.));
+#3479 = VECTOR('',#3480,1.);
+#3480 = DIRECTION('',(0.,1.,0.));
+#3481 = ORIENTED_EDGE('',*,*,#3482,.F.);
+#3482 = EDGE_CURVE('',#3325,#3475,#3483,.T.);
+#3483 = LINE('',#3484,#3485);
+#3484 = CARTESIAN_POINT('',(1.2,0.76,0.));
+#3485 = VECTOR('',#3486,1.);
+#3486 = DIRECTION('',(1.,0.,0.));
+#3487 = PLANE('',#3488);
+#3488 = AXIS2_PLACEMENT_3D('',#3489,#3490,#3491);
+#3489 = CARTESIAN_POINT('',(1.2,-0.8,0.));
+#3490 = DIRECTION('',(0.,0.,1.));
+#3491 = DIRECTION('',(1.,0.,-0.));
+#3492 = ADVANCED_FACE('',(#3493),#3511,.T.);
+#3493 = FACE_BOUND('',#3494,.T.);
+#3494 = EDGE_LOOP('',(#3495,#3496,#3497,#3505));
+#3495 = ORIENTED_EDGE('',*,*,#3358,.F.);
+#3496 = ORIENTED_EDGE('',*,*,#3457,.T.);
+#3497 = ORIENTED_EDGE('',*,*,#3498,.T.);
+#3498 = EDGE_CURVE('',#3449,#3499,#3501,.T.);
+#3499 = VERTEX_POINT('',#3500);
+#3500 = CARTESIAN_POINT('',(1.6,0.76,1.6));
+#3501 = LINE('',#3502,#3503);
+#3502 = CARTESIAN_POINT('',(1.6,-0.8,1.6));
+#3503 = VECTOR('',#3504,1.);
+#3504 = DIRECTION('',(0.,1.,0.));
+#3505 = ORIENTED_EDGE('',*,*,#3506,.F.);
+#3506 = EDGE_CURVE('',#3350,#3499,#3507,.T.);
+#3507 = LINE('',#3508,#3509);
+#3508 = CARTESIAN_POINT('',(1.2,0.76,1.6));
+#3509 = VECTOR('',#3510,1.);
+#3510 = DIRECTION('',(1.,0.,0.));
+#3511 = PLANE('',#3512);
+#3512 = AXIS2_PLACEMENT_3D('',#3513,#3514,#3515);
+#3513 = CARTESIAN_POINT('',(1.2,-0.8,1.6));
+#3514 = DIRECTION('',(0.,0.,1.));
+#3515 = DIRECTION('',(1.,0.,-0.));
+#3516 = ADVANCED_FACE('',(#3517),#3536,.T.);
+#3517 = FACE_BOUND('',#3518,.T.);
+#3518 = EDGE_LOOP('',(#3519,#3527,#3534,#3535));
+#3519 = ORIENTED_EDGE('',*,*,#3520,.T.);
+#3520 = EDGE_CURVE('',#3333,#3521,#3523,.T.);
+#3521 = VERTEX_POINT('',#3522);
+#3522 = CARTESIAN_POINT('',(1.6,0.8,4.E-02));
+#3523 = LINE('',#3524,#3525);
+#3524 = CARTESIAN_POINT('',(1.2,0.8,4.E-02));
+#3525 = VECTOR('',#3526,1.);
+#3526 = DIRECTION('',(1.,0.,0.));
+#3527 = ORIENTED_EDGE('',*,*,#3528,.T.);
+#3528 = EDGE_CURVE('',#3521,#3475,#3529,.T.);
+#3529 = CIRCLE('',#3530,4.E-02);
+#3530 = AXIS2_PLACEMENT_3D('',#3531,#3532,#3533);
+#3531 = CARTESIAN_POINT('',(1.6,0.76,4.E-02));
+#3532 = DIRECTION('',(-1.,0.,0.));
+#3533 = DIRECTION('',(0.,0.,1.));
+#3534 = ORIENTED_EDGE('',*,*,#3482,.F.);
+#3535 = ORIENTED_EDGE('',*,*,#3332,.F.);
+#3536 = CYLINDRICAL_SURFACE('',#3537,4.E-02);
+#3537 = AXIS2_PLACEMENT_3D('',#3538,#3539,#3540);
+#3538 = CARTESIAN_POINT('',(1.2,0.76,4.E-02));
+#3539 = DIRECTION('',(1.,0.,0.));
+#3540 = DIRECTION('',(-0.,1.,0.));
+#3541 = ADVANCED_FACE('',(#3542),#3561,.T.);
+#3542 = FACE_BOUND('',#3543,.T.);
+#3543 = EDGE_LOOP('',(#3544,#3545,#3546,#3555));
+#3544 = ORIENTED_EDGE('',*,*,#3349,.T.);
+#3545 = ORIENTED_EDGE('',*,*,#3506,.T.);
+#3546 = ORIENTED_EDGE('',*,*,#3547,.F.);
+#3547 = EDGE_CURVE('',#3548,#3499,#3550,.T.);
+#3548 = VERTEX_POINT('',#3549);
+#3549 = CARTESIAN_POINT('',(1.6,0.8,1.56));
+#3550 = CIRCLE('',#3551,4.E-02);
+#3551 = AXIS2_PLACEMENT_3D('',#3552,#3553,#3554);
+#3552 = CARTESIAN_POINT('',(1.6,0.76,1.56));
+#3553 = DIRECTION('',(1.,0.,-0.));
+#3554 = DIRECTION('',(0.,0.,1.));
+#3555 = ORIENTED_EDGE('',*,*,#3556,.F.);
+#3556 = EDGE_CURVE('',#3342,#3548,#3557,.T.);
+#3557 = LINE('',#3558,#3559);
+#3558 = CARTESIAN_POINT('',(1.2,0.8,1.56));
+#3559 = VECTOR('',#3560,1.);
+#3560 = DIRECTION('',(1.,0.,0.));
+#3561 = CYLINDRICAL_SURFACE('',#3562,4.E-02);
+#3562 = AXIS2_PLACEMENT_3D('',#3563,#3564,#3565);
+#3563 = CARTESIAN_POINT('',(1.2,0.76,1.56));
+#3564 = DIRECTION('',(1.,0.,0.));
+#3565 = DIRECTION('',(-0.,1.,0.));
+#3566 = ADVANCED_FACE('',(#3567),#3578,.T.);
+#3567 = FACE_BOUND('',#3568,.T.);
+#3568 = EDGE_LOOP('',(#3569,#3575,#3576,#3577));
+#3569 = ORIENTED_EDGE('',*,*,#3570,.F.);
+#3570 = EDGE_CURVE('',#3521,#3548,#3571,.T.);
+#3571 = LINE('',#3572,#3573);
+#3572 = CARTESIAN_POINT('',(1.6,0.8,0.));
+#3573 = VECTOR('',#3574,1.);
+#3574 = DIRECTION('',(0.,0.,1.));
+#3575 = ORIENTED_EDGE('',*,*,#3520,.F.);
+#3576 = ORIENTED_EDGE('',*,*,#3341,.T.);
+#3577 = ORIENTED_EDGE('',*,*,#3556,.T.);
+#3578 = PLANE('',#3579);
+#3579 = AXIS2_PLACEMENT_3D('',#3580,#3581,#3582);
+#3580 = CARTESIAN_POINT('',(1.2,0.8,0.));
+#3581 = DIRECTION('',(0.,1.,0.));
+#3582 = DIRECTION('',(0.,-0.,1.));
+#3583 = ADVANCED_FACE('',(#3584),#3594,.T.);
+#3584 = FACE_BOUND('',#3585,.T.);
+#3585 = EDGE_LOOP('',(#3586,#3587,#3588,#3589,#3590,#3591,#3592,#3593));
+#3586 = ORIENTED_EDGE('',*,*,#3391,.F.);
+#3587 = ORIENTED_EDGE('',*,*,#3431,.T.);
+#3588 = ORIENTED_EDGE('',*,*,#3474,.T.);
+#3589 = ORIENTED_EDGE('',*,*,#3528,.F.);
+#3590 = ORIENTED_EDGE('',*,*,#3570,.T.);
+#3591 = ORIENTED_EDGE('',*,*,#3547,.T.);
+#3592 = ORIENTED_EDGE('',*,*,#3498,.F.);
+#3593 = ORIENTED_EDGE('',*,*,#3448,.F.);
+#3594 = PLANE('',#3595);
+#3595 = AXIS2_PLACEMENT_3D('',#3596,#3597,#3598);
+#3596 = CARTESIAN_POINT('',(1.6,-0.8,0.));
+#3597 = DIRECTION('',(1.,0.,0.));
+#3598 = DIRECTION('',(0.,0.,1.));
+#3599 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
+GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#3603))
+GLOBAL_UNIT_ASSIGNED_CONTEXT((#3600,#3601,#3602)) REPRESENTATION_CONTEXT
+('Context #1','3D Context with UNIT and UNCERTAINTY') );
+#3600 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
+#3601 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
+#3602 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
+#3603 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#3600,
+ 'distance_accuracy_value','confusion accuracy');
+#3604 = SHAPE_DEFINITION_REPRESENTATION(#3605,#2744);
+#3605 = PRODUCT_DEFINITION_SHAPE('','',#3606);
+#3606 = PRODUCT_DEFINITION('design','',#3607,#3610);
+#3607 = PRODUCT_DEFINITION_FORMATION('','',#3608);
+#3608 = PRODUCT('C_1206_3216Metric','C_1206_3216Metric','',(#3609));
+#3609 = PRODUCT_CONTEXT('',#2,'mechanical');
+#3610 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
+#3611 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#3612,#3614);
+#3612 = ( REPRESENTATION_RELATIONSHIP('','',#2744,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#3613)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#3613 = ITEM_DEFINED_TRANSFORMATION('','',#11,#39);
+#3614 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #3615);
+#3615 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('7','','',#5,#3606,$);
+#3616 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#3608));
+#3617 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#3618),#6720);
+#3618 = MANIFOLD_SOLID_BREP('',#3619);
+#3619 = CLOSED_SHELL('',(#3620,#3788,#3819,#3843,#3901,#3925,#3949,#3973
+ ,#4031,#4055,#4079,#4103,#4161,#4185,#4209,#4289,#4313,#4377,#4401,
+ #4465,#4489,#4562,#4591,#4622,#4678,#4702,#4751,#4782,#4806,#4830,
+ #4847,#4878,#4934,#4958,#5007,#5088,#5112,#5307,#5324,#5341,#5358,
+ #5370,#5382,#5399,#5416,#5433,#5445,#5462,#5479,#5526,#5552,#5569,
+ #5595,#5628,#5659,#5683,#5707,#5724,#5741,#5788,#5814,#5831,#5857,
+ #5890,#5907,#5924,#5941,#5958,#5975,#5992,#6004,#6035,#6059,#6083,
+ #6100,#6131,#6155,#6179,#6196,#6227,#6251,#6275,#6292,#6309,#6326,
+ #6338,#6350,#6367,#6384,#6396,#6427,#6451,#6475,#6492,#6523,#6547,
+ #6571,#6588,#6619,#6643,#6667,#6684,#6696,#6708));
+#3620 = ADVANCED_FACE('',(#3621),#3783,.F.);
+#3621 = FACE_BOUND('',#3622,.F.);
+#3622 = EDGE_LOOP('',(#3623,#3633,#3641,#3649,#3657,#3665,#3673,#3681,
+ #3689,#3697,#3705,#3713,#3721,#3729,#3737,#3745,#3753,#3761,#3769,
+ #3777));
+#3623 = ORIENTED_EDGE('',*,*,#3624,.F.);
+#3624 = EDGE_CURVE('',#3625,#3627,#3629,.T.);
+#3625 = VERTEX_POINT('',#3626);
+#3626 = CARTESIAN_POINT('',(-2.5,-2.2,0.));
+#3627 = VERTEX_POINT('',#3628);
+#3628 = CARTESIAN_POINT('',(-0.75,-2.2,0.));
+#3629 = LINE('',#3630,#3631);
+#3630 = CARTESIAN_POINT('',(-2.5,-2.2,0.));
+#3631 = VECTOR('',#3632,1.);
+#3632 = DIRECTION('',(1.,0.,0.));
+#3633 = ORIENTED_EDGE('',*,*,#3634,.T.);
+#3634 = EDGE_CURVE('',#3625,#3635,#3637,.T.);
+#3635 = VERTEX_POINT('',#3636);
+#3636 = CARTESIAN_POINT('',(-2.5,-2.2,5.2));
+#3637 = LINE('',#3638,#3639);
+#3638 = CARTESIAN_POINT('',(-2.5,-2.2,0.));
+#3639 = VECTOR('',#3640,1.);
+#3640 = DIRECTION('',(0.,0.,1.));
+#3641 = ORIENTED_EDGE('',*,*,#3642,.T.);
+#3642 = EDGE_CURVE('',#3635,#3643,#3645,.T.);
+#3643 = VERTEX_POINT('',#3644);
+#3644 = CARTESIAN_POINT('',(-1.5,-2.2,5.2));
+#3645 = LINE('',#3646,#3647);
+#3646 = CARTESIAN_POINT('',(-2.5,-2.2,5.2));
+#3647 = VECTOR('',#3648,1.);
+#3648 = DIRECTION('',(1.,0.,0.));
+#3649 = ORIENTED_EDGE('',*,*,#3650,.T.);
+#3650 = EDGE_CURVE('',#3643,#3651,#3653,.T.);
+#3651 = VERTEX_POINT('',#3652);
+#3652 = CARTESIAN_POINT('',(-1.5,-2.2,1.1));
+#3653 = LINE('',#3654,#3655);
+#3654 = CARTESIAN_POINT('',(-1.5,-2.2,1.5));
+#3655 = VECTOR('',#3656,1.);
+#3656 = DIRECTION('',(0.,0.,-1.));
+#3657 = ORIENTED_EDGE('',*,*,#3658,.T.);
+#3658 = EDGE_CURVE('',#3651,#3659,#3661,.T.);
+#3659 = VERTEX_POINT('',#3660);
+#3660 = CARTESIAN_POINT('',(6.5,-2.2,1.1));
+#3661 = LINE('',#3662,#3663);
+#3662 = CARTESIAN_POINT('',(-1.5,-2.2,1.1));
+#3663 = VECTOR('',#3664,1.);
+#3664 = DIRECTION('',(1.,0.,0.));
+#3665 = ORIENTED_EDGE('',*,*,#3666,.F.);
+#3666 = EDGE_CURVE('',#3667,#3659,#3669,.T.);
+#3667 = VERTEX_POINT('',#3668);
+#3668 = CARTESIAN_POINT('',(6.5,-2.2,5.2));
+#3669 = LINE('',#3670,#3671);
+#3670 = CARTESIAN_POINT('',(6.5,-2.2,6.));
+#3671 = VECTOR('',#3672,1.);
+#3672 = DIRECTION('',(-0.,-0.,-1.));
+#3673 = ORIENTED_EDGE('',*,*,#3674,.T.);
+#3674 = EDGE_CURVE('',#3667,#3675,#3677,.T.);
+#3675 = VERTEX_POINT('',#3676);
+#3676 = CARTESIAN_POINT('',(7.5,-2.2,5.2));
+#3677 = LINE('',#3678,#3679);
+#3678 = CARTESIAN_POINT('',(-2.5,-2.2,5.2));
+#3679 = VECTOR('',#3680,1.);
+#3680 = DIRECTION('',(1.,0.,0.));
+#3681 = ORIENTED_EDGE('',*,*,#3682,.F.);
+#3682 = EDGE_CURVE('',#3683,#3675,#3685,.T.);
+#3683 = VERTEX_POINT('',#3684);
+#3684 = CARTESIAN_POINT('',(7.5,-2.2,0.));
+#3685 = LINE('',#3686,#3687);
+#3686 = CARTESIAN_POINT('',(7.5,-2.2,0.));
+#3687 = VECTOR('',#3688,1.);
+#3688 = DIRECTION('',(0.,0.,1.));
+#3689 = ORIENTED_EDGE('',*,*,#3690,.F.);
+#3690 = EDGE_CURVE('',#3691,#3683,#3693,.T.);
+#3691 = VERTEX_POINT('',#3692);
+#3692 = CARTESIAN_POINT('',(5.75,-2.2,0.));
+#3693 = LINE('',#3694,#3695);
+#3694 = CARTESIAN_POINT('',(-2.5,-2.2,0.));
+#3695 = VECTOR('',#3696,1.);
+#3696 = DIRECTION('',(1.,0.,0.));
+#3697 = ORIENTED_EDGE('',*,*,#3698,.T.);
+#3698 = EDGE_CURVE('',#3691,#3699,#3701,.T.);
+#3699 = VERTEX_POINT('',#3700);
+#3700 = CARTESIAN_POINT('',(5.75,-2.2,0.3));
+#3701 = LINE('',#3702,#3703);
+#3702 = CARTESIAN_POINT('',(5.75,-2.2,0.));
+#3703 = VECTOR('',#3704,1.);
+#3704 = DIRECTION('',(0.,0.,1.));
+#3705 = ORIENTED_EDGE('',*,*,#3706,.F.);
+#3706 = EDGE_CURVE('',#3707,#3699,#3709,.T.);
+#3707 = VERTEX_POINT('',#3708);
+#3708 = CARTESIAN_POINT('',(4.25,-2.2,0.3));
+#3709 = LINE('',#3710,#3711);
+#3710 = CARTESIAN_POINT('',(4.25,-2.2,0.3));
+#3711 = VECTOR('',#3712,1.);
+#3712 = DIRECTION('',(1.,0.,0.));
+#3713 = ORIENTED_EDGE('',*,*,#3714,.F.);
+#3714 = EDGE_CURVE('',#3715,#3707,#3717,.T.);
+#3715 = VERTEX_POINT('',#3716);
+#3716 = CARTESIAN_POINT('',(4.25,-2.2,0.));
+#3717 = LINE('',#3718,#3719);
+#3718 = CARTESIAN_POINT('',(4.25,-2.2,0.));
+#3719 = VECTOR('',#3720,1.);
+#3720 = DIRECTION('',(0.,0.,1.));
+#3721 = ORIENTED_EDGE('',*,*,#3722,.F.);
+#3722 = EDGE_CURVE('',#3723,#3715,#3725,.T.);
+#3723 = VERTEX_POINT('',#3724);
+#3724 = CARTESIAN_POINT('',(3.25,-2.2,0.));
+#3725 = LINE('',#3726,#3727);
+#3726 = CARTESIAN_POINT('',(-2.5,-2.2,0.));
+#3727 = VECTOR('',#3728,1.);
+#3728 = DIRECTION('',(1.,0.,0.));
+#3729 = ORIENTED_EDGE('',*,*,#3730,.T.);
+#3730 = EDGE_CURVE('',#3723,#3731,#3733,.T.);
+#3731 = VERTEX_POINT('',#3732);
+#3732 = CARTESIAN_POINT('',(3.25,-2.2,0.3));
+#3733 = LINE('',#3734,#3735);
+#3734 = CARTESIAN_POINT('',(3.25,-2.2,0.));
+#3735 = VECTOR('',#3736,1.);
+#3736 = DIRECTION('',(0.,0.,1.));
+#3737 = ORIENTED_EDGE('',*,*,#3738,.F.);
+#3738 = EDGE_CURVE('',#3739,#3731,#3741,.T.);
+#3739 = VERTEX_POINT('',#3740);
+#3740 = CARTESIAN_POINT('',(1.75,-2.2,0.3));
+#3741 = LINE('',#3742,#3743);
+#3742 = CARTESIAN_POINT('',(1.75,-2.2,0.3));
+#3743 = VECTOR('',#3744,1.);
+#3744 = DIRECTION('',(1.,0.,0.));
+#3745 = ORIENTED_EDGE('',*,*,#3746,.F.);
+#3746 = EDGE_CURVE('',#3747,#3739,#3749,.T.);
+#3747 = VERTEX_POINT('',#3748);
+#3748 = CARTESIAN_POINT('',(1.75,-2.2,0.));
+#3749 = LINE('',#3750,#3751);
+#3750 = CARTESIAN_POINT('',(1.75,-2.2,0.));
+#3751 = VECTOR('',#3752,1.);
+#3752 = DIRECTION('',(0.,0.,1.));
+#3753 = ORIENTED_EDGE('',*,*,#3754,.F.);
+#3754 = EDGE_CURVE('',#3755,#3747,#3757,.T.);
+#3755 = VERTEX_POINT('',#3756);
+#3756 = CARTESIAN_POINT('',(0.75,-2.2,0.));
+#3757 = LINE('',#3758,#3759);
+#3758 = CARTESIAN_POINT('',(-2.5,-2.2,0.));
+#3759 = VECTOR('',#3760,1.);
+#3760 = DIRECTION('',(1.,0.,0.));
+#3761 = ORIENTED_EDGE('',*,*,#3762,.T.);
+#3762 = EDGE_CURVE('',#3755,#3763,#3765,.T.);
+#3763 = VERTEX_POINT('',#3764);
+#3764 = CARTESIAN_POINT('',(0.75,-2.2,0.3));
+#3765 = LINE('',#3766,#3767);
+#3766 = CARTESIAN_POINT('',(0.75,-2.2,0.));
+#3767 = VECTOR('',#3768,1.);
+#3768 = DIRECTION('',(0.,0.,1.));
+#3769 = ORIENTED_EDGE('',*,*,#3770,.F.);
+#3770 = EDGE_CURVE('',#3771,#3763,#3773,.T.);
+#3771 = VERTEX_POINT('',#3772);
+#3772 = CARTESIAN_POINT('',(-0.75,-2.2,0.3));
+#3773 = LINE('',#3774,#3775);
+#3774 = CARTESIAN_POINT('',(-0.75,-2.2,0.3));
+#3775 = VECTOR('',#3776,1.);
+#3776 = DIRECTION('',(1.,0.,0.));
+#3777 = ORIENTED_EDGE('',*,*,#3778,.F.);
+#3778 = EDGE_CURVE('',#3627,#3771,#3779,.T.);
+#3779 = LINE('',#3780,#3781);
+#3780 = CARTESIAN_POINT('',(-0.75,-2.2,0.));
+#3781 = VECTOR('',#3782,1.);
+#3782 = DIRECTION('',(0.,0.,1.));
+#3783 = PLANE('',#3784);
+#3784 = AXIS2_PLACEMENT_3D('',#3785,#3786,#3787);
+#3785 = CARTESIAN_POINT('',(-2.5,-2.2,0.));
+#3786 = DIRECTION('',(0.,1.,0.));
+#3787 = DIRECTION('',(1.,0.,0.));
+#3788 = ADVANCED_FACE('',(#3789),#3814,.F.);
+#3789 = FACE_BOUND('',#3790,.F.);
+#3790 = EDGE_LOOP('',(#3791,#3799,#3800,#3808));
+#3791 = ORIENTED_EDGE('',*,*,#3792,.T.);
+#3792 = EDGE_CURVE('',#3793,#3625,#3795,.T.);
+#3793 = VERTEX_POINT('',#3794);
+#3794 = CARTESIAN_POINT('',(-2.5,1.6,0.));
+#3795 = LINE('',#3796,#3797);
+#3796 = CARTESIAN_POINT('',(-2.5,1.6,0.));
+#3797 = VECTOR('',#3798,1.);
+#3798 = DIRECTION('',(0.,-1.,0.));
+#3799 = ORIENTED_EDGE('',*,*,#3624,.T.);
+#3800 = ORIENTED_EDGE('',*,*,#3801,.F.);
+#3801 = EDGE_CURVE('',#3802,#3627,#3804,.T.);
+#3802 = VERTEX_POINT('',#3803);
+#3803 = CARTESIAN_POINT('',(-0.75,1.6,0.));
+#3804 = LINE('',#3805,#3806);
+#3805 = CARTESIAN_POINT('',(-0.75,1.6,0.));
+#3806 = VECTOR('',#3807,1.);
+#3807 = DIRECTION('',(0.,-1.,0.));
+#3808 = ORIENTED_EDGE('',*,*,#3809,.T.);
+#3809 = EDGE_CURVE('',#3802,#3793,#3810,.T.);
+#3810 = LINE('',#3811,#3812);
+#3811 = CARTESIAN_POINT('',(7.5,1.6,0.));
+#3812 = VECTOR('',#3813,1.);
+#3813 = DIRECTION('',(-1.,0.,0.));
+#3814 = PLANE('',#3815);
+#3815 = AXIS2_PLACEMENT_3D('',#3816,#3817,#3818);
+#3816 = CARTESIAN_POINT('',(2.5,-0.3,0.));
+#3817 = DIRECTION('',(0.,0.,1.));
+#3818 = DIRECTION('',(1.,0.,-0.));
+#3819 = ADVANCED_FACE('',(#3820),#3838,.F.);
+#3820 = FACE_BOUND('',#3821,.F.);
+#3821 = EDGE_LOOP('',(#3822,#3823,#3831,#3837));
+#3822 = ORIENTED_EDGE('',*,*,#3778,.T.);
+#3823 = ORIENTED_EDGE('',*,*,#3824,.T.);
+#3824 = EDGE_CURVE('',#3771,#3825,#3827,.T.);
+#3825 = VERTEX_POINT('',#3826);
+#3826 = CARTESIAN_POINT('',(-0.75,1.6,0.3));
+#3827 = LINE('',#3828,#3829);
+#3828 = CARTESIAN_POINT('',(-0.75,-2.2,0.3));
+#3829 = VECTOR('',#3830,1.);
+#3830 = DIRECTION('',(0.,1.,0.));
+#3831 = ORIENTED_EDGE('',*,*,#3832,.T.);
+#3832 = EDGE_CURVE('',#3825,#3802,#3833,.T.);
+#3833 = LINE('',#3834,#3835);
+#3834 = CARTESIAN_POINT('',(-0.75,1.6,0.3));
+#3835 = VECTOR('',#3836,1.);
+#3836 = DIRECTION('',(0.,0.,-1.));
+#3837 = ORIENTED_EDGE('',*,*,#3801,.T.);
+#3838 = PLANE('',#3839);
+#3839 = AXIS2_PLACEMENT_3D('',#3840,#3841,#3842);
+#3840 = CARTESIAN_POINT('',(-0.75,-0.3,0.15));
+#3841 = DIRECTION('',(-1.,-0.,-1.269339193699E-31));
+#3842 = DIRECTION('',(1.269339193699E-31,0.,-1.));
+#3843 = ADVANCED_FACE('',(#3844,#3862),#3896,.F.);
+#3844 = FACE_BOUND('',#3845,.F.);
+#3845 = EDGE_LOOP('',(#3846,#3847,#3855,#3861));
+#3846 = ORIENTED_EDGE('',*,*,#3770,.T.);
+#3847 = ORIENTED_EDGE('',*,*,#3848,.T.);
+#3848 = EDGE_CURVE('',#3763,#3849,#3851,.T.);
+#3849 = VERTEX_POINT('',#3850);
+#3850 = CARTESIAN_POINT('',(0.75,1.6,0.3));
+#3851 = LINE('',#3852,#3853);
+#3852 = CARTESIAN_POINT('',(0.75,0.5,0.3));
+#3853 = VECTOR('',#3854,1.);
+#3854 = DIRECTION('',(0.,1.,0.));
+#3855 = ORIENTED_EDGE('',*,*,#3856,.F.);
+#3856 = EDGE_CURVE('',#3825,#3849,#3857,.T.);
+#3857 = LINE('',#3858,#3859);
+#3858 = CARTESIAN_POINT('',(-0.75,1.6,0.3));
+#3859 = VECTOR('',#3860,1.);
+#3860 = DIRECTION('',(1.,0.,0.));
+#3861 = ORIENTED_EDGE('',*,*,#3824,.F.);
+#3862 = FACE_BOUND('',#3863,.F.);
+#3863 = EDGE_LOOP('',(#3864,#3874,#3882,#3890));
+#3864 = ORIENTED_EDGE('',*,*,#3865,.T.);
+#3865 = EDGE_CURVE('',#3866,#3868,#3870,.T.);
+#3866 = VERTEX_POINT('',#3867);
+#3867 = CARTESIAN_POINT('',(0.32,-0.32,0.3));
+#3868 = VERTEX_POINT('',#3869);
+#3869 = CARTESIAN_POINT('',(-0.32,-0.32,0.3));
+#3870 = LINE('',#3871,#3872);
+#3871 = CARTESIAN_POINT('',(-0.16,-0.32,0.3));
+#3872 = VECTOR('',#3873,1.);
+#3873 = DIRECTION('',(-1.,0.,0.));
+#3874 = ORIENTED_EDGE('',*,*,#3875,.T.);
+#3875 = EDGE_CURVE('',#3868,#3876,#3878,.T.);
+#3876 = VERTEX_POINT('',#3877);
+#3877 = CARTESIAN_POINT('',(-0.32,0.32,0.3));
+#3878 = LINE('',#3879,#3880);
+#3879 = CARTESIAN_POINT('',(-0.32,-0.171537434396,0.3));
+#3880 = VECTOR('',#3881,1.);
+#3881 = DIRECTION('',(0.,1.,0.));
+#3882 = ORIENTED_EDGE('',*,*,#3883,.T.);
+#3883 = EDGE_CURVE('',#3876,#3884,#3886,.T.);
+#3884 = VERTEX_POINT('',#3885);
+#3885 = CARTESIAN_POINT('',(0.32,0.32,0.3));
+#3886 = LINE('',#3887,#3888);
+#3887 = CARTESIAN_POINT('',(-0.16,0.32,0.3));
+#3888 = VECTOR('',#3889,1.);
+#3889 = DIRECTION('',(1.,0.,0.));
+#3890 = ORIENTED_EDGE('',*,*,#3891,.F.);
+#3891 = EDGE_CURVE('',#3866,#3884,#3892,.T.);
+#3892 = LINE('',#3893,#3894);
+#3893 = CARTESIAN_POINT('',(0.32,-0.171537434396,0.3));
+#3894 = VECTOR('',#3895,1.);
+#3895 = DIRECTION('',(0.,1.,0.));
+#3896 = PLANE('',#3897);
+#3897 = AXIS2_PLACEMENT_3D('',#3898,#3899,#3900);
+#3898 = CARTESIAN_POINT('',(0.,-0.3,0.3));
+#3899 = DIRECTION('',(0.,0.,1.));
+#3900 = DIRECTION('',(1.,0.,-0.));
+#3901 = ADVANCED_FACE('',(#3902),#3920,.T.);
+#3902 = FACE_BOUND('',#3903,.T.);
+#3903 = EDGE_LOOP('',(#3904,#3905,#3906,#3914));
+#3904 = ORIENTED_EDGE('',*,*,#3762,.T.);
+#3905 = ORIENTED_EDGE('',*,*,#3848,.T.);
+#3906 = ORIENTED_EDGE('',*,*,#3907,.T.);
+#3907 = EDGE_CURVE('',#3849,#3908,#3910,.T.);
+#3908 = VERTEX_POINT('',#3909);
+#3909 = CARTESIAN_POINT('',(0.75,1.6,0.));
+#3910 = LINE('',#3911,#3912);
+#3911 = CARTESIAN_POINT('',(0.75,1.6,0.3));
+#3912 = VECTOR('',#3913,1.);
+#3913 = DIRECTION('',(0.,0.,-1.));
+#3914 = ORIENTED_EDGE('',*,*,#3915,.T.);
+#3915 = EDGE_CURVE('',#3908,#3755,#3916,.T.);
+#3916 = LINE('',#3917,#3918);
+#3917 = CARTESIAN_POINT('',(0.75,1.6,0.));
+#3918 = VECTOR('',#3919,1.);
+#3919 = DIRECTION('',(0.,-1.,0.));
+#3920 = PLANE('',#3921);
+#3921 = AXIS2_PLACEMENT_3D('',#3922,#3923,#3924);
+#3922 = CARTESIAN_POINT('',(0.75,-0.3,0.15));
+#3923 = DIRECTION('',(-1.,-0.,-1.269339193699E-31));
+#3924 = DIRECTION('',(1.269339193699E-31,0.,-1.));
+#3925 = ADVANCED_FACE('',(#3926),#3944,.F.);
+#3926 = FACE_BOUND('',#3927,.F.);
+#3927 = EDGE_LOOP('',(#3928,#3936,#3937,#3938));
+#3928 = ORIENTED_EDGE('',*,*,#3929,.T.);
+#3929 = EDGE_CURVE('',#3930,#3908,#3932,.T.);
+#3930 = VERTEX_POINT('',#3931);
+#3931 = CARTESIAN_POINT('',(1.75,1.6,0.));
+#3932 = LINE('',#3933,#3934);
+#3933 = CARTESIAN_POINT('',(7.5,1.6,0.));
+#3934 = VECTOR('',#3935,1.);
+#3935 = DIRECTION('',(-1.,0.,0.));
+#3936 = ORIENTED_EDGE('',*,*,#3915,.T.);
+#3937 = ORIENTED_EDGE('',*,*,#3754,.T.);
+#3938 = ORIENTED_EDGE('',*,*,#3939,.F.);
+#3939 = EDGE_CURVE('',#3930,#3747,#3940,.T.);
+#3940 = LINE('',#3941,#3942);
+#3941 = CARTESIAN_POINT('',(1.75,1.6,0.));
+#3942 = VECTOR('',#3943,1.);
+#3943 = DIRECTION('',(0.,-1.,0.));
+#3944 = PLANE('',#3945);
+#3945 = AXIS2_PLACEMENT_3D('',#3946,#3947,#3948);
+#3946 = CARTESIAN_POINT('',(2.5,-0.3,0.));
+#3947 = DIRECTION('',(0.,0.,1.));
+#3948 = DIRECTION('',(1.,0.,-0.));
+#3949 = ADVANCED_FACE('',(#3950),#3968,.F.);
+#3950 = FACE_BOUND('',#3951,.F.);
+#3951 = EDGE_LOOP('',(#3952,#3953,#3961,#3967));
+#3952 = ORIENTED_EDGE('',*,*,#3746,.T.);
+#3953 = ORIENTED_EDGE('',*,*,#3954,.T.);
+#3954 = EDGE_CURVE('',#3739,#3955,#3957,.T.);
+#3955 = VERTEX_POINT('',#3956);
+#3956 = CARTESIAN_POINT('',(1.75,1.6,0.3));
+#3957 = LINE('',#3958,#3959);
+#3958 = CARTESIAN_POINT('',(1.75,-2.2,0.3));
+#3959 = VECTOR('',#3960,1.);
+#3960 = DIRECTION('',(0.,1.,0.));
+#3961 = ORIENTED_EDGE('',*,*,#3962,.T.);
+#3962 = EDGE_CURVE('',#3955,#3930,#3963,.T.);
+#3963 = LINE('',#3964,#3965);
+#3964 = CARTESIAN_POINT('',(1.75,1.6,0.3));
+#3965 = VECTOR('',#3966,1.);
+#3966 = DIRECTION('',(0.,0.,-1.));
+#3967 = ORIENTED_EDGE('',*,*,#3939,.T.);
+#3968 = PLANE('',#3969);
+#3969 = AXIS2_PLACEMENT_3D('',#3970,#3971,#3972);
+#3970 = CARTESIAN_POINT('',(1.75,-0.3,0.15));
+#3971 = DIRECTION('',(-1.,-0.,-1.269339193699E-31));
+#3972 = DIRECTION('',(1.269339193699E-31,0.,-1.));
+#3973 = ADVANCED_FACE('',(#3974,#3992),#4026,.F.);
+#3974 = FACE_BOUND('',#3975,.F.);
+#3975 = EDGE_LOOP('',(#3976,#3977,#3985,#3991));
+#3976 = ORIENTED_EDGE('',*,*,#3738,.T.);
+#3977 = ORIENTED_EDGE('',*,*,#3978,.T.);
+#3978 = EDGE_CURVE('',#3731,#3979,#3981,.T.);
+#3979 = VERTEX_POINT('',#3980);
+#3980 = CARTESIAN_POINT('',(3.25,1.6,0.3));
+#3981 = LINE('',#3982,#3983);
+#3982 = CARTESIAN_POINT('',(3.25,0.5,0.3));
+#3983 = VECTOR('',#3984,1.);
+#3984 = DIRECTION('',(0.,1.,0.));
+#3985 = ORIENTED_EDGE('',*,*,#3986,.F.);
+#3986 = EDGE_CURVE('',#3955,#3979,#3987,.T.);
+#3987 = LINE('',#3988,#3989);
+#3988 = CARTESIAN_POINT('',(1.75,1.6,0.3));
+#3989 = VECTOR('',#3990,1.);
+#3990 = DIRECTION('',(1.,0.,0.));
+#3991 = ORIENTED_EDGE('',*,*,#3954,.F.);
+#3992 = FACE_BOUND('',#3993,.F.);
+#3993 = EDGE_LOOP('',(#3994,#4004,#4012,#4020));
+#3994 = ORIENTED_EDGE('',*,*,#3995,.F.);
+#3995 = EDGE_CURVE('',#3996,#3998,#4000,.T.);
+#3996 = VERTEX_POINT('',#3997);
+#3997 = CARTESIAN_POINT('',(2.82,-0.32,0.3));
+#3998 = VERTEX_POINT('',#3999);
+#3999 = CARTESIAN_POINT('',(2.82,0.32,0.3));
+#4000 = LINE('',#4001,#4002);
+#4001 = CARTESIAN_POINT('',(2.82,-0.15,0.3));
+#4002 = VECTOR('',#4003,1.);
+#4003 = DIRECTION('',(0.,1.,0.));
+#4004 = ORIENTED_EDGE('',*,*,#4005,.T.);
+#4005 = EDGE_CURVE('',#3996,#4006,#4008,.T.);
+#4006 = VERTEX_POINT('',#4007);
+#4007 = CARTESIAN_POINT('',(2.18,-0.32,0.3));
+#4008 = LINE('',#4009,#4010);
+#4009 = CARTESIAN_POINT('',(2.34,-0.32,0.3));
+#4010 = VECTOR('',#4011,1.);
+#4011 = DIRECTION('',(-1.,0.,0.));
+#4012 = ORIENTED_EDGE('',*,*,#4013,.T.);
+#4013 = EDGE_CURVE('',#4006,#4014,#4016,.T.);
+#4014 = VERTEX_POINT('',#4015);
+#4015 = CARTESIAN_POINT('',(2.18,0.32,0.3));
+#4016 = LINE('',#4017,#4018);
+#4017 = CARTESIAN_POINT('',(2.18,-0.15,0.3));
+#4018 = VECTOR('',#4019,1.);
+#4019 = DIRECTION('',(0.,1.,0.));
+#4020 = ORIENTED_EDGE('',*,*,#4021,.T.);
+#4021 = EDGE_CURVE('',#4014,#3998,#4022,.T.);
+#4022 = LINE('',#4023,#4024);
+#4023 = CARTESIAN_POINT('',(2.34,0.32,0.3));
+#4024 = VECTOR('',#4025,1.);
+#4025 = DIRECTION('',(1.,0.,0.));
+#4026 = PLANE('',#4027);
+#4027 = AXIS2_PLACEMENT_3D('',#4028,#4029,#4030);
+#4028 = CARTESIAN_POINT('',(2.5,-0.3,0.3));
+#4029 = DIRECTION('',(0.,0.,1.));
+#4030 = DIRECTION('',(1.,0.,-0.));
+#4031 = ADVANCED_FACE('',(#4032),#4050,.T.);
+#4032 = FACE_BOUND('',#4033,.T.);
+#4033 = EDGE_LOOP('',(#4034,#4035,#4036,#4044));
+#4034 = ORIENTED_EDGE('',*,*,#3730,.T.);
+#4035 = ORIENTED_EDGE('',*,*,#3978,.T.);
+#4036 = ORIENTED_EDGE('',*,*,#4037,.T.);
+#4037 = EDGE_CURVE('',#3979,#4038,#4040,.T.);
+#4038 = VERTEX_POINT('',#4039);
+#4039 = CARTESIAN_POINT('',(3.25,1.6,0.));
+#4040 = LINE('',#4041,#4042);
+#4041 = CARTESIAN_POINT('',(3.25,1.6,0.3));
+#4042 = VECTOR('',#4043,1.);
+#4043 = DIRECTION('',(0.,0.,-1.));
+#4044 = ORIENTED_EDGE('',*,*,#4045,.T.);
+#4045 = EDGE_CURVE('',#4038,#3723,#4046,.T.);
+#4046 = LINE('',#4047,#4048);
+#4047 = CARTESIAN_POINT('',(3.25,1.6,0.));
+#4048 = VECTOR('',#4049,1.);
+#4049 = DIRECTION('',(0.,-1.,0.));
+#4050 = PLANE('',#4051);
+#4051 = AXIS2_PLACEMENT_3D('',#4052,#4053,#4054);
+#4052 = CARTESIAN_POINT('',(3.25,-0.3,0.15));
+#4053 = DIRECTION('',(-1.,-0.,-1.269339193699E-31));
+#4054 = DIRECTION('',(1.269339193699E-31,0.,-1.));
+#4055 = ADVANCED_FACE('',(#4056),#4074,.F.);
+#4056 = FACE_BOUND('',#4057,.F.);
+#4057 = EDGE_LOOP('',(#4058,#4066,#4072,#4073));
+#4058 = ORIENTED_EDGE('',*,*,#4059,.F.);
+#4059 = EDGE_CURVE('',#4060,#3715,#4062,.T.);
+#4060 = VERTEX_POINT('',#4061);
+#4061 = CARTESIAN_POINT('',(4.25,1.6,0.));
+#4062 = LINE('',#4063,#4064);
+#4063 = CARTESIAN_POINT('',(4.25,1.6,0.));
+#4064 = VECTOR('',#4065,1.);
+#4065 = DIRECTION('',(0.,-1.,0.));
+#4066 = ORIENTED_EDGE('',*,*,#4067,.T.);
+#4067 = EDGE_CURVE('',#4060,#4038,#4068,.T.);
+#4068 = LINE('',#4069,#4070);
+#4069 = CARTESIAN_POINT('',(7.5,1.6,0.));
+#4070 = VECTOR('',#4071,1.);
+#4071 = DIRECTION('',(-1.,0.,0.));
+#4072 = ORIENTED_EDGE('',*,*,#4045,.T.);
+#4073 = ORIENTED_EDGE('',*,*,#3722,.T.);
+#4074 = PLANE('',#4075);
+#4075 = AXIS2_PLACEMENT_3D('',#4076,#4077,#4078);
+#4076 = CARTESIAN_POINT('',(2.5,-0.3,0.));
+#4077 = DIRECTION('',(0.,0.,1.));
+#4078 = DIRECTION('',(1.,0.,-0.));
+#4079 = ADVANCED_FACE('',(#4080),#4098,.F.);
+#4080 = FACE_BOUND('',#4081,.F.);
+#4081 = EDGE_LOOP('',(#4082,#4083,#4091,#4097));
+#4082 = ORIENTED_EDGE('',*,*,#3714,.T.);
+#4083 = ORIENTED_EDGE('',*,*,#4084,.T.);
+#4084 = EDGE_CURVE('',#3707,#4085,#4087,.T.);
+#4085 = VERTEX_POINT('',#4086);
+#4086 = CARTESIAN_POINT('',(4.25,1.6,0.3));
+#4087 = LINE('',#4088,#4089);
+#4088 = CARTESIAN_POINT('',(4.25,-2.2,0.3));
+#4089 = VECTOR('',#4090,1.);
+#4090 = DIRECTION('',(0.,1.,0.));
+#4091 = ORIENTED_EDGE('',*,*,#4092,.T.);
+#4092 = EDGE_CURVE('',#4085,#4060,#4093,.T.);
+#4093 = LINE('',#4094,#4095);
+#4094 = CARTESIAN_POINT('',(4.25,1.6,0.3));
+#4095 = VECTOR('',#4096,1.);
+#4096 = DIRECTION('',(0.,0.,-1.));
+#4097 = ORIENTED_EDGE('',*,*,#4059,.T.);
+#4098 = PLANE('',#4099);
+#4099 = AXIS2_PLACEMENT_3D('',#4100,#4101,#4102);
+#4100 = CARTESIAN_POINT('',(4.25,-0.3,0.15));
+#4101 = DIRECTION('',(-1.,-0.,-1.269339193699E-31));
+#4102 = DIRECTION('',(1.269339193699E-31,0.,-1.));
+#4103 = ADVANCED_FACE('',(#4104,#4122),#4156,.F.);
+#4104 = FACE_BOUND('',#4105,.F.);
+#4105 = EDGE_LOOP('',(#4106,#4107,#4115,#4121));
+#4106 = ORIENTED_EDGE('',*,*,#3706,.T.);
+#4107 = ORIENTED_EDGE('',*,*,#4108,.T.);
+#4108 = EDGE_CURVE('',#3699,#4109,#4111,.T.);
+#4109 = VERTEX_POINT('',#4110);
+#4110 = CARTESIAN_POINT('',(5.75,1.6,0.3));
+#4111 = LINE('',#4112,#4113);
+#4112 = CARTESIAN_POINT('',(5.75,0.5,0.3));
+#4113 = VECTOR('',#4114,1.);
+#4114 = DIRECTION('',(0.,1.,0.));
+#4115 = ORIENTED_EDGE('',*,*,#4116,.F.);
+#4116 = EDGE_CURVE('',#4085,#4109,#4117,.T.);
+#4117 = LINE('',#4118,#4119);
+#4118 = CARTESIAN_POINT('',(4.25,1.6,0.3));
+#4119 = VECTOR('',#4120,1.);
+#4120 = DIRECTION('',(1.,0.,0.));
+#4121 = ORIENTED_EDGE('',*,*,#4084,.F.);
+#4122 = FACE_BOUND('',#4123,.F.);
+#4123 = EDGE_LOOP('',(#4124,#4134,#4142,#4150));
+#4124 = ORIENTED_EDGE('',*,*,#4125,.T.);
+#4125 = EDGE_CURVE('',#4126,#4128,#4130,.T.);
+#4126 = VERTEX_POINT('',#4127);
+#4127 = CARTESIAN_POINT('',(5.32,-0.32,0.3));
+#4128 = VERTEX_POINT('',#4129);
+#4129 = CARTESIAN_POINT('',(4.68,-0.32,0.3));
+#4130 = LINE('',#4131,#4132);
+#4131 = CARTESIAN_POINT('',(4.84,-0.32,0.3));
+#4132 = VECTOR('',#4133,1.);
+#4133 = DIRECTION('',(-1.,0.,0.));
+#4134 = ORIENTED_EDGE('',*,*,#4135,.T.);
+#4135 = EDGE_CURVE('',#4128,#4136,#4138,.T.);
+#4136 = VERTEX_POINT('',#4137);
+#4137 = CARTESIAN_POINT('',(4.68,0.32,0.3));
+#4138 = LINE('',#4139,#4140);
+#4139 = CARTESIAN_POINT('',(4.68,-0.171537434396,0.3));
+#4140 = VECTOR('',#4141,1.);
+#4141 = DIRECTION('',(0.,1.,0.));
+#4142 = ORIENTED_EDGE('',*,*,#4143,.T.);
+#4143 = EDGE_CURVE('',#4136,#4144,#4146,.T.);
+#4144 = VERTEX_POINT('',#4145);
+#4145 = CARTESIAN_POINT('',(5.32,0.32,0.3));
+#4146 = LINE('',#4147,#4148);
+#4147 = CARTESIAN_POINT('',(4.84,0.32,0.3));
+#4148 = VECTOR('',#4149,1.);
+#4149 = DIRECTION('',(1.,0.,0.));
+#4150 = ORIENTED_EDGE('',*,*,#4151,.F.);
+#4151 = EDGE_CURVE('',#4126,#4144,#4152,.T.);
+#4152 = LINE('',#4153,#4154);
+#4153 = CARTESIAN_POINT('',(5.32,-0.171537434396,0.3));
+#4154 = VECTOR('',#4155,1.);
+#4155 = DIRECTION('',(0.,1.,0.));
+#4156 = PLANE('',#4157);
+#4157 = AXIS2_PLACEMENT_3D('',#4158,#4159,#4160);
+#4158 = CARTESIAN_POINT('',(5.,-0.3,0.3));
+#4159 = DIRECTION('',(0.,0.,1.));
+#4160 = DIRECTION('',(1.,0.,-0.));
+#4161 = ADVANCED_FACE('',(#4162),#4180,.T.);
+#4162 = FACE_BOUND('',#4163,.T.);
+#4163 = EDGE_LOOP('',(#4164,#4165,#4166,#4174));
+#4164 = ORIENTED_EDGE('',*,*,#3698,.T.);
+#4165 = ORIENTED_EDGE('',*,*,#4108,.T.);
+#4166 = ORIENTED_EDGE('',*,*,#4167,.T.);
+#4167 = EDGE_CURVE('',#4109,#4168,#4170,.T.);
+#4168 = VERTEX_POINT('',#4169);
+#4169 = CARTESIAN_POINT('',(5.75,1.6,0.));
+#4170 = LINE('',#4171,#4172);
+#4171 = CARTESIAN_POINT('',(5.75,1.6,0.3));
+#4172 = VECTOR('',#4173,1.);
+#4173 = DIRECTION('',(0.,0.,-1.));
+#4174 = ORIENTED_EDGE('',*,*,#4175,.T.);
+#4175 = EDGE_CURVE('',#4168,#3691,#4176,.T.);
+#4176 = LINE('',#4177,#4178);
+#4177 = CARTESIAN_POINT('',(5.75,1.6,0.));
+#4178 = VECTOR('',#4179,1.);
+#4179 = DIRECTION('',(0.,-1.,0.));
+#4180 = PLANE('',#4181);
+#4181 = AXIS2_PLACEMENT_3D('',#4182,#4183,#4184);
+#4182 = CARTESIAN_POINT('',(5.75,-0.3,0.15));
+#4183 = DIRECTION('',(-1.,-0.,-1.269339193699E-31));
+#4184 = DIRECTION('',(1.269339193699E-31,0.,-1.));
+#4185 = ADVANCED_FACE('',(#4186),#4204,.F.);
+#4186 = FACE_BOUND('',#4187,.F.);
+#4187 = EDGE_LOOP('',(#4188,#4196,#4202,#4203));
+#4188 = ORIENTED_EDGE('',*,*,#4189,.T.);
+#4189 = EDGE_CURVE('',#3683,#4190,#4192,.T.);
+#4190 = VERTEX_POINT('',#4191);
+#4191 = CARTESIAN_POINT('',(7.5,1.6,0.));
+#4192 = LINE('',#4193,#4194);
+#4193 = CARTESIAN_POINT('',(7.5,-2.2,0.));
+#4194 = VECTOR('',#4195,1.);
+#4195 = DIRECTION('',(0.,1.,0.));
+#4196 = ORIENTED_EDGE('',*,*,#4197,.T.);
+#4197 = EDGE_CURVE('',#4190,#4168,#4198,.T.);
+#4198 = LINE('',#4199,#4200);
+#4199 = CARTESIAN_POINT('',(7.5,1.6,0.));
+#4200 = VECTOR('',#4201,1.);
+#4201 = DIRECTION('',(-1.,0.,0.));
+#4202 = ORIENTED_EDGE('',*,*,#4175,.T.);
+#4203 = ORIENTED_EDGE('',*,*,#3690,.T.);
+#4204 = PLANE('',#4205);
+#4205 = AXIS2_PLACEMENT_3D('',#4206,#4207,#4208);
+#4206 = CARTESIAN_POINT('',(2.5,-0.3,0.));
+#4207 = DIRECTION('',(0.,0.,1.));
+#4208 = DIRECTION('',(1.,0.,-0.));
+#4209 = ADVANCED_FACE('',(#4210),#4284,.F.);
+#4210 = FACE_BOUND('',#4211,.F.);
+#4211 = EDGE_LOOP('',(#4212,#4213,#4214,#4222,#4230,#4238,#4246,#4254,
+ #4262,#4270,#4278));
+#4212 = ORIENTED_EDGE('',*,*,#4189,.F.);
+#4213 = ORIENTED_EDGE('',*,*,#3682,.T.);
+#4214 = ORIENTED_EDGE('',*,*,#4215,.F.);
+#4215 = EDGE_CURVE('',#4216,#3675,#4218,.T.);
+#4216 = VERTEX_POINT('',#4217);
+#4217 = CARTESIAN_POINT('',(7.5,-1.2,5.2));
+#4218 = LINE('',#4219,#4220);
+#4219 = CARTESIAN_POINT('',(7.5,-1.2,5.2));
+#4220 = VECTOR('',#4221,1.);
+#4221 = DIRECTION('',(0.,-1.,0.));
+#4222 = ORIENTED_EDGE('',*,*,#4223,.F.);
+#4223 = EDGE_CURVE('',#4224,#4216,#4226,.T.);
+#4224 = VERTEX_POINT('',#4225);
+#4225 = CARTESIAN_POINT('',(7.5,-0.6,4.5));
+#4226 = LINE('',#4227,#4228);
+#4227 = CARTESIAN_POINT('',(7.5,-0.6,4.5));
+#4228 = VECTOR('',#4229,1.);
+#4229 = DIRECTION('',(0.,-0.650791373456,0.759256602365));
+#4230 = ORIENTED_EDGE('',*,*,#4231,.F.);
+#4231 = EDGE_CURVE('',#4232,#4224,#4234,.T.);
+#4232 = VERTEX_POINT('',#4233);
+#4233 = CARTESIAN_POINT('',(7.5,-0.6,4.3));
+#4234 = LINE('',#4235,#4236);
+#4235 = CARTESIAN_POINT('',(7.5,-0.6,4.3));
+#4236 = VECTOR('',#4237,1.);
+#4237 = DIRECTION('',(0.,0.,1.));
+#4238 = ORIENTED_EDGE('',*,*,#4239,.F.);
+#4239 = EDGE_CURVE('',#4240,#4232,#4242,.T.);
+#4240 = VERTEX_POINT('',#4241);
+#4241 = CARTESIAN_POINT('',(7.5,-0.9,4.1));
+#4242 = LINE('',#4243,#4244);
+#4243 = CARTESIAN_POINT('',(7.5,-0.9,4.1));
+#4244 = VECTOR('',#4245,1.);
+#4245 = DIRECTION('',(0.,0.832050294338,0.554700196225));
+#4246 = ORIENTED_EDGE('',*,*,#4247,.F.);
+#4247 = EDGE_CURVE('',#4248,#4240,#4250,.T.);
+#4248 = VERTEX_POINT('',#4249);
+#4249 = CARTESIAN_POINT('',(7.5,-0.6,1.5));
+#4250 = LINE('',#4251,#4252);
+#4251 = CARTESIAN_POINT('',(7.5,-0.6,1.5));
+#4252 = VECTOR('',#4253,1.);
+#4253 = DIRECTION('',(0.,-0.114624107985,0.993408935871));
+#4254 = ORIENTED_EDGE('',*,*,#4255,.F.);
+#4255 = EDGE_CURVE('',#4256,#4248,#4258,.T.);
+#4256 = VERTEX_POINT('',#4257);
+#4257 = CARTESIAN_POINT('',(7.5,-0.2,1.5));
+#4258 = LINE('',#4259,#4260);
+#4259 = CARTESIAN_POINT('',(7.5,-0.2,1.5));
+#4260 = VECTOR('',#4261,1.);
+#4261 = DIRECTION('',(0.,-1.,0.));
+#4262 = ORIENTED_EDGE('',*,*,#4263,.F.);
+#4263 = EDGE_CURVE('',#4264,#4256,#4266,.T.);
+#4264 = VERTEX_POINT('',#4265);
+#4265 = CARTESIAN_POINT('',(7.5,-0.2,6.));
+#4266 = LINE('',#4267,#4268);
+#4267 = CARTESIAN_POINT('',(7.5,-0.2,6.));
+#4268 = VECTOR('',#4269,1.);
+#4269 = DIRECTION('',(0.,0.,-1.));
+#4270 = ORIENTED_EDGE('',*,*,#4271,.T.);
+#4271 = EDGE_CURVE('',#4264,#4272,#4274,.T.);
+#4272 = VERTEX_POINT('',#4273);
+#4273 = CARTESIAN_POINT('',(7.5,1.6,6.));
+#4274 = LINE('',#4275,#4276);
+#4275 = CARTESIAN_POINT('',(7.5,-2.2,6.));
+#4276 = VECTOR('',#4277,1.);
+#4277 = DIRECTION('',(0.,1.,0.));
+#4278 = ORIENTED_EDGE('',*,*,#4279,.F.);
+#4279 = EDGE_CURVE('',#4190,#4272,#4280,.T.);
+#4280 = LINE('',#4281,#4282);
+#4281 = CARTESIAN_POINT('',(7.5,1.6,0.));
+#4282 = VECTOR('',#4283,1.);
+#4283 = DIRECTION('',(0.,0.,1.));
+#4284 = PLANE('',#4285);
+#4285 = AXIS2_PLACEMENT_3D('',#4286,#4287,#4288);
+#4286 = CARTESIAN_POINT('',(7.5,-2.2,0.));
+#4287 = DIRECTION('',(-1.,0.,0.));
+#4288 = DIRECTION('',(0.,1.,0.));
+#4289 = ADVANCED_FACE('',(#4290),#4308,.F.);
+#4290 = FACE_BOUND('',#4291,.F.);
+#4291 = EDGE_LOOP('',(#4292,#4300,#4306,#4307));
+#4292 = ORIENTED_EDGE('',*,*,#4293,.F.);
+#4293 = EDGE_CURVE('',#4294,#3667,#4296,.T.);
+#4294 = VERTEX_POINT('',#4295);
+#4295 = CARTESIAN_POINT('',(6.5,-1.2,5.2));
+#4296 = LINE('',#4297,#4298);
+#4297 = CARTESIAN_POINT('',(6.5,-1.007390335865,5.2));
+#4298 = VECTOR('',#4299,1.);
+#4299 = DIRECTION('',(8.024334182119E-32,-1.,0.));
+#4300 = ORIENTED_EDGE('',*,*,#4301,.T.);
+#4301 = EDGE_CURVE('',#4294,#4216,#4302,.T.);
+#4302 = LINE('',#4303,#4304);
+#4303 = CARTESIAN_POINT('',(-2.5,-1.2,5.2));
+#4304 = VECTOR('',#4305,1.);
+#4305 = DIRECTION('',(1.,0.,0.));
+#4306 = ORIENTED_EDGE('',*,*,#4215,.T.);
+#4307 = ORIENTED_EDGE('',*,*,#3674,.F.);
+#4308 = PLANE('',#4309);
+#4309 = AXIS2_PLACEMENT_3D('',#4310,#4311,#4312);
+#4310 = CARTESIAN_POINT('',(-2.5,-1.2,5.2));
+#4311 = DIRECTION('',(0.,0.,-1.));
+#4312 = DIRECTION('',(0.,-1.,0.));
+#4313 = ADVANCED_FACE('',(#4314),#4372,.T.);
+#4314 = FACE_BOUND('',#4315,.T.);
+#4315 = EDGE_LOOP('',(#4316,#4317,#4318,#4326,#4334,#4342,#4350,#4358,
+ #4366));
+#4316 = ORIENTED_EDGE('',*,*,#3666,.F.);
+#4317 = ORIENTED_EDGE('',*,*,#4293,.F.);
+#4318 = ORIENTED_EDGE('',*,*,#4319,.F.);
+#4319 = EDGE_CURVE('',#4320,#4294,#4322,.T.);
+#4320 = VERTEX_POINT('',#4321);
+#4321 = CARTESIAN_POINT('',(6.5,-0.6,4.5));
+#4322 = LINE('',#4323,#4324);
+#4323 = CARTESIAN_POINT('',(6.5,-0.429990774306,4.301655903357));
+#4324 = VECTOR('',#4325,1.);
+#4325 = DIRECTION('',(-1.380987533887E-31,-0.650791373456,0.759256602365
+ ));
+#4326 = ORIENTED_EDGE('',*,*,#4327,.F.);
+#4327 = EDGE_CURVE('',#4328,#4320,#4330,.T.);
+#4328 = VERTEX_POINT('',#4329);
+#4329 = CARTESIAN_POINT('',(6.5,-0.6,4.3));
+#4330 = LINE('',#4331,#4332);
+#4331 = CARTESIAN_POINT('',(6.5,-0.6,3.963884850592));
+#4332 = VECTOR('',#4333,1.);
+#4333 = DIRECTION('',(-2.506668067558E-31,0.,1.));
+#4334 = ORIENTED_EDGE('',*,*,#4335,.F.);
+#4335 = EDGE_CURVE('',#4336,#4328,#4338,.T.);
+#4336 = VERTEX_POINT('',#4337);
+#4337 = CARTESIAN_POINT('',(6.5,-0.9,4.1));
+#4338 = LINE('',#4339,#4340);
+#4339 = CARTESIAN_POINT('',(6.5,-0.979477224556,4.047015183629));
+#4340 = VECTOR('',#4341,1.);
+#4341 = DIRECTION('',(-2.058114230756E-31,0.832050294338,0.554700196225)
+ );
+#4342 = ORIENTED_EDGE('',*,*,#4343,.F.);
+#4343 = EDGE_CURVE('',#4344,#4336,#4346,.T.);
+#4344 = VERTEX_POINT('',#4345);
+#4345 = CARTESIAN_POINT('',(6.5,-0.6,1.5));
+#4346 = LINE('',#4347,#4348);
+#4347 = CARTESIAN_POINT('',(6.5,-0.722554060393,2.562135190069));
+#4348 = VECTOR('',#4349,1.);
+#4349 = DIRECTION('',(-2.398168242795E-31,-0.114624107985,0.993408935871
+ ));
+#4350 = ORIENTED_EDGE('',*,*,#4351,.F.);
+#4351 = EDGE_CURVE('',#4352,#4344,#4354,.T.);
+#4352 = VERTEX_POINT('',#4353);
+#4353 = CARTESIAN_POINT('',(6.5,-0.8,1.5));
+#4354 = LINE('',#4355,#4356);
+#4355 = CARTESIAN_POINT('',(6.5,-2.2,1.5));
+#4356 = VECTOR('',#4357,1.);
+#4357 = DIRECTION('',(0.,1.,0.));
+#4358 = ORIENTED_EDGE('',*,*,#4359,.F.);
+#4359 = EDGE_CURVE('',#4360,#4352,#4362,.T.);
+#4360 = VERTEX_POINT('',#4361);
+#4361 = CARTESIAN_POINT('',(6.5,-1.2,1.1));
+#4362 = LINE('',#4363,#4364);
+#4363 = CARTESIAN_POINT('',(6.5,-1.2,1.1));
+#4364 = VECTOR('',#4365,1.);
+#4365 = DIRECTION('',(0.,0.707106781187,0.707106781187));
+#4366 = ORIENTED_EDGE('',*,*,#4367,.F.);
+#4367 = EDGE_CURVE('',#3659,#4360,#4368,.T.);
+#4368 = LINE('',#4369,#4370);
+#4369 = CARTESIAN_POINT('',(6.5,-2.2,1.1));
+#4370 = VECTOR('',#4371,1.);
+#4371 = DIRECTION('',(0.,1.,0.));
+#4372 = PLANE('',#4373);
+#4373 = AXIS2_PLACEMENT_3D('',#4374,#4375,#4376);
+#4374 = CARTESIAN_POINT('',(6.5,-0.814780671729,3.627769701184));
+#4375 = DIRECTION('',(-1.,-8.024334182119E-32,-2.506668067558E-31));
+#4376 = DIRECTION('',(2.506668067558E-31,0.,-1.));
+#4377 = ADVANCED_FACE('',(#4378),#4396,.T.);
+#4378 = FACE_BOUND('',#4379,.T.);
+#4379 = EDGE_LOOP('',(#4380,#4381,#4382,#4390));
+#4380 = ORIENTED_EDGE('',*,*,#3658,.T.);
+#4381 = ORIENTED_EDGE('',*,*,#4367,.T.);
+#4382 = ORIENTED_EDGE('',*,*,#4383,.F.);
+#4383 = EDGE_CURVE('',#4384,#4360,#4386,.T.);
+#4384 = VERTEX_POINT('',#4385);
+#4385 = CARTESIAN_POINT('',(-1.5,-1.2,1.1));
+#4386 = LINE('',#4387,#4388);
+#4387 = CARTESIAN_POINT('',(-1.5,-1.2,1.1));
+#4388 = VECTOR('',#4389,1.);
+#4389 = DIRECTION('',(1.,0.,0.));
+#4390 = ORIENTED_EDGE('',*,*,#4391,.F.);
+#4391 = EDGE_CURVE('',#3651,#4384,#4392,.T.);
+#4392 = LINE('',#4393,#4394);
+#4393 = CARTESIAN_POINT('',(-1.5,-2.2,1.1));
+#4394 = VECTOR('',#4395,1.);
+#4395 = DIRECTION('',(0.,1.,0.));
+#4396 = PLANE('',#4397);
+#4397 = AXIS2_PLACEMENT_3D('',#4398,#4399,#4400);
+#4398 = CARTESIAN_POINT('',(-1.5,-2.2,1.1));
+#4399 = DIRECTION('',(0.,0.,1.));
+#4400 = DIRECTION('',(0.,1.,0.));
+#4401 = ADVANCED_FACE('',(#4402),#4460,.T.);
+#4402 = FACE_BOUND('',#4403,.T.);
+#4403 = EDGE_LOOP('',(#4404,#4405,#4406,#4414,#4422,#4430,#4438,#4446,
+ #4454));
+#4404 = ORIENTED_EDGE('',*,*,#3650,.T.);
+#4405 = ORIENTED_EDGE('',*,*,#4391,.T.);
+#4406 = ORIENTED_EDGE('',*,*,#4407,.T.);
+#4407 = EDGE_CURVE('',#4384,#4408,#4410,.T.);
+#4408 = VERTEX_POINT('',#4409);
+#4409 = CARTESIAN_POINT('',(-1.5,-0.8,1.5));
+#4410 = LINE('',#4411,#4412);
+#4411 = CARTESIAN_POINT('',(-1.5,-1.2,1.1));
+#4412 = VECTOR('',#4413,1.);
+#4413 = DIRECTION('',(0.,0.707106781187,0.707106781187));
+#4414 = ORIENTED_EDGE('',*,*,#4415,.F.);
+#4415 = EDGE_CURVE('',#4416,#4408,#4418,.T.);
+#4416 = VERTEX_POINT('',#4417);
+#4417 = CARTESIAN_POINT('',(-1.5,-0.6,1.5));
+#4418 = LINE('',#4419,#4420);
+#4419 = CARTESIAN_POINT('',(-1.5,0.65,1.5));
+#4420 = VECTOR('',#4421,1.);
+#4421 = DIRECTION('',(0.,-1.,0.));
+#4422 = ORIENTED_EDGE('',*,*,#4423,.F.);
+#4423 = EDGE_CURVE('',#4424,#4416,#4426,.T.);
+#4424 = VERTEX_POINT('',#4425);
+#4425 = CARTESIAN_POINT('',(-1.5,-0.9,4.1));
+#4426 = LINE('',#4427,#4428);
+#4427 = CARTESIAN_POINT('',(-1.5,-0.722554060393,2.562135190069));
+#4428 = VECTOR('',#4429,1.);
+#4429 = DIRECTION('',(-1.804536690617E-32,0.114624107985,-0.993408935871
+ ));
+#4430 = ORIENTED_EDGE('',*,*,#4431,.F.);
+#4431 = EDGE_CURVE('',#4432,#4424,#4434,.T.);
+#4432 = VERTEX_POINT('',#4433);
+#4433 = CARTESIAN_POINT('',(-1.5,-0.6,4.3));
+#4434 = LINE('',#4435,#4436);
+#4435 = CARTESIAN_POINT('',(-1.5,-0.979477224556,4.047015183629));
+#4436 = VECTOR('',#4437,1.);
+#4437 = DIRECTION('',(-5.862902099857E-33,-0.832050294338,
+ -0.554700196225));
+#4438 = ORIENTED_EDGE('',*,*,#4439,.F.);
+#4439 = EDGE_CURVE('',#4440,#4432,#4442,.T.);
+#4440 = VERTEX_POINT('',#4441);
+#4441 = CARTESIAN_POINT('',(-1.5,-0.6,4.5));
+#4442 = LINE('',#4443,#4444);
+#4443 = CARTESIAN_POINT('',(-1.5,-0.6,3.963884850592));
+#4444 = VECTOR('',#4445,1.);
+#4445 = DIRECTION('',(-1.762255155449E-32,-0.,-1.));
+#4446 = ORIENTED_EDGE('',*,*,#4447,.F.);
+#4447 = EDGE_CURVE('',#4448,#4440,#4450,.T.);
+#4448 = VERTEX_POINT('',#4449);
+#4449 = CARTESIAN_POINT('',(-1.5,-1.2,5.2));
+#4450 = LINE('',#4451,#4452);
+#4451 = CARTESIAN_POINT('',(-1.5,-0.429990774306,4.301655903357));
+#4452 = VECTOR('',#4453,1.);
+#4453 = DIRECTION('',(-1.644008329407E-32,0.650791373456,-0.759256602365
+ ));
+#4454 = ORIENTED_EDGE('',*,*,#4455,.F.);
+#4455 = EDGE_CURVE('',#3643,#4448,#4456,.T.);
+#4456 = LINE('',#4457,#4458);
+#4457 = CARTESIAN_POINT('',(-1.5,-1.007390335865,5.2));
+#4458 = VECTOR('',#4459,1.);
+#4459 = DIRECTION('',(-4.702036321642E-33,1.,0.));
+#4460 = PLANE('',#4461);
+#4461 = AXIS2_PLACEMENT_3D('',#4462,#4463,#4464);
+#4462 = CARTESIAN_POINT('',(-1.5,-0.814780671729,3.627769701184));
+#4463 = DIRECTION('',(1.,4.702036321642E-33,-1.762255155449E-32));
+#4464 = DIRECTION('',(1.762255155449E-32,0.,1.));
+#4465 = ADVANCED_FACE('',(#4466),#4484,.F.);
+#4466 = FACE_BOUND('',#4467,.F.);
+#4467 = EDGE_LOOP('',(#4468,#4476,#4482,#4483));
+#4468 = ORIENTED_EDGE('',*,*,#4469,.F.);
+#4469 = EDGE_CURVE('',#4470,#3635,#4472,.T.);
+#4470 = VERTEX_POINT('',#4471);
+#4471 = CARTESIAN_POINT('',(-2.5,-1.2,5.2));
+#4472 = LINE('',#4473,#4474);
+#4473 = CARTESIAN_POINT('',(-2.5,-1.2,5.2));
+#4474 = VECTOR('',#4475,1.);
+#4475 = DIRECTION('',(0.,-1.,0.));
+#4476 = ORIENTED_EDGE('',*,*,#4477,.T.);
+#4477 = EDGE_CURVE('',#4470,#4448,#4478,.T.);
+#4478 = LINE('',#4479,#4480);
+#4479 = CARTESIAN_POINT('',(-2.5,-1.2,5.2));
+#4480 = VECTOR('',#4481,1.);
+#4481 = DIRECTION('',(1.,0.,0.));
+#4482 = ORIENTED_EDGE('',*,*,#4455,.F.);
+#4483 = ORIENTED_EDGE('',*,*,#3642,.F.);
+#4484 = PLANE('',#4485);
+#4485 = AXIS2_PLACEMENT_3D('',#4486,#4487,#4488);
+#4486 = CARTESIAN_POINT('',(-2.5,-1.2,5.2));
+#4487 = DIRECTION('',(0.,0.,-1.));
+#4488 = DIRECTION('',(0.,-1.,0.));
+#4489 = ADVANCED_FACE('',(#4490),#4557,.F.);
+#4490 = FACE_BOUND('',#4491,.F.);
+#4491 = EDGE_LOOP('',(#4492,#4493,#4501,#4509,#4517,#4525,#4533,#4541,
+ #4549,#4555,#4556));
+#4492 = ORIENTED_EDGE('',*,*,#3792,.F.);
+#4493 = ORIENTED_EDGE('',*,*,#4494,.T.);
+#4494 = EDGE_CURVE('',#3793,#4495,#4497,.T.);
+#4495 = VERTEX_POINT('',#4496);
+#4496 = CARTESIAN_POINT('',(-2.5,1.6,6.));
+#4497 = LINE('',#4498,#4499);
+#4498 = CARTESIAN_POINT('',(-2.5,1.6,0.));
+#4499 = VECTOR('',#4500,1.);
+#4500 = DIRECTION('',(0.,0.,1.));
+#4501 = ORIENTED_EDGE('',*,*,#4502,.T.);
+#4502 = EDGE_CURVE('',#4495,#4503,#4505,.T.);
+#4503 = VERTEX_POINT('',#4504);
+#4504 = CARTESIAN_POINT('',(-2.5,-0.2,6.));
+#4505 = LINE('',#4506,#4507);
+#4506 = CARTESIAN_POINT('',(-2.5,1.6,6.));
+#4507 = VECTOR('',#4508,1.);
+#4508 = DIRECTION('',(0.,-1.,0.));
+#4509 = ORIENTED_EDGE('',*,*,#4510,.T.);
+#4510 = EDGE_CURVE('',#4503,#4511,#4513,.T.);
+#4511 = VERTEX_POINT('',#4512);
+#4512 = CARTESIAN_POINT('',(-2.5,-0.2,1.5));
+#4513 = LINE('',#4514,#4515);
+#4514 = CARTESIAN_POINT('',(-2.5,-0.2,6.));
+#4515 = VECTOR('',#4516,1.);
+#4516 = DIRECTION('',(0.,0.,-1.));
+#4517 = ORIENTED_EDGE('',*,*,#4518,.T.);
+#4518 = EDGE_CURVE('',#4511,#4519,#4521,.T.);
+#4519 = VERTEX_POINT('',#4520);
+#4520 = CARTESIAN_POINT('',(-2.5,-0.6,1.5));
+#4521 = LINE('',#4522,#4523);
+#4522 = CARTESIAN_POINT('',(-2.5,-0.2,1.5));
+#4523 = VECTOR('',#4524,1.);
+#4524 = DIRECTION('',(0.,-1.,0.));
+#4525 = ORIENTED_EDGE('',*,*,#4526,.T.);
+#4526 = EDGE_CURVE('',#4519,#4527,#4529,.T.);
+#4527 = VERTEX_POINT('',#4528);
+#4528 = CARTESIAN_POINT('',(-2.5,-0.9,4.1));
+#4529 = LINE('',#4530,#4531);
+#4530 = CARTESIAN_POINT('',(-2.5,-0.6,1.5));
+#4531 = VECTOR('',#4532,1.);
+#4532 = DIRECTION('',(0.,-0.114624107985,0.993408935871));
+#4533 = ORIENTED_EDGE('',*,*,#4534,.T.);
+#4534 = EDGE_CURVE('',#4527,#4535,#4537,.T.);
+#4535 = VERTEX_POINT('',#4536);
+#4536 = CARTESIAN_POINT('',(-2.5,-0.6,4.3));
+#4537 = LINE('',#4538,#4539);
+#4538 = CARTESIAN_POINT('',(-2.5,-0.9,4.1));
+#4539 = VECTOR('',#4540,1.);
+#4540 = DIRECTION('',(0.,0.832050294338,0.554700196225));
+#4541 = ORIENTED_EDGE('',*,*,#4542,.T.);
+#4542 = EDGE_CURVE('',#4535,#4543,#4545,.T.);
+#4543 = VERTEX_POINT('',#4544);
+#4544 = CARTESIAN_POINT('',(-2.5,-0.6,4.5));
+#4545 = LINE('',#4546,#4547);
+#4546 = CARTESIAN_POINT('',(-2.5,-0.6,4.3));
+#4547 = VECTOR('',#4548,1.);
+#4548 = DIRECTION('',(0.,0.,1.));
+#4549 = ORIENTED_EDGE('',*,*,#4550,.T.);
+#4550 = EDGE_CURVE('',#4543,#4470,#4551,.T.);
+#4551 = LINE('',#4552,#4553);
+#4552 = CARTESIAN_POINT('',(-2.5,-0.6,4.5));
+#4553 = VECTOR('',#4554,1.);
+#4554 = DIRECTION('',(0.,-0.650791373456,0.759256602365));
+#4555 = ORIENTED_EDGE('',*,*,#4469,.T.);
+#4556 = ORIENTED_EDGE('',*,*,#3634,.F.);
+#4557 = PLANE('',#4558);
+#4558 = AXIS2_PLACEMENT_3D('',#4559,#4560,#4561);
+#4559 = CARTESIAN_POINT('',(-2.5,1.6,0.));
+#4560 = DIRECTION('',(1.,0.,0.));
+#4561 = DIRECTION('',(0.,-1.,0.));
+#4562 = ADVANCED_FACE('',(#4563),#4586,.F.);
+#4563 = FACE_BOUND('',#4564,.F.);
+#4564 = EDGE_LOOP('',(#4565,#4566,#4567,#4573,#4574,#4575,#4576,#4577,
+ #4578,#4579,#4580,#4581,#4582,#4583,#4584,#4585));
+#4565 = ORIENTED_EDGE('',*,*,#4197,.F.);
+#4566 = ORIENTED_EDGE('',*,*,#4279,.T.);
+#4567 = ORIENTED_EDGE('',*,*,#4568,.T.);
+#4568 = EDGE_CURVE('',#4272,#4495,#4569,.T.);
+#4569 = LINE('',#4570,#4571);
+#4570 = CARTESIAN_POINT('',(7.5,1.6,6.));
+#4571 = VECTOR('',#4572,1.);
+#4572 = DIRECTION('',(-1.,0.,0.));
+#4573 = ORIENTED_EDGE('',*,*,#4494,.F.);
+#4574 = ORIENTED_EDGE('',*,*,#3809,.F.);
+#4575 = ORIENTED_EDGE('',*,*,#3832,.F.);
+#4576 = ORIENTED_EDGE('',*,*,#3856,.T.);
+#4577 = ORIENTED_EDGE('',*,*,#3907,.T.);
+#4578 = ORIENTED_EDGE('',*,*,#3929,.F.);
+#4579 = ORIENTED_EDGE('',*,*,#3962,.F.);
+#4580 = ORIENTED_EDGE('',*,*,#3986,.T.);
+#4581 = ORIENTED_EDGE('',*,*,#4037,.T.);
+#4582 = ORIENTED_EDGE('',*,*,#4067,.F.);
+#4583 = ORIENTED_EDGE('',*,*,#4092,.F.);
+#4584 = ORIENTED_EDGE('',*,*,#4116,.T.);
+#4585 = ORIENTED_EDGE('',*,*,#4167,.T.);
+#4586 = PLANE('',#4587);
+#4587 = AXIS2_PLACEMENT_3D('',#4588,#4589,#4590);
+#4588 = CARTESIAN_POINT('',(7.5,1.6,0.));
+#4589 = DIRECTION('',(0.,-1.,0.));
+#4590 = DIRECTION('',(-1.,0.,0.));
+#4591 = ADVANCED_FACE('',(#4592),#4617,.F.);
+#4592 = FACE_BOUND('',#4593,.F.);
+#4593 = EDGE_LOOP('',(#4594,#4602,#4603,#4611));
+#4594 = ORIENTED_EDGE('',*,*,#4595,.F.);
+#4595 = EDGE_CURVE('',#3868,#4596,#4598,.T.);
+#4596 = VERTEX_POINT('',#4597);
+#4597 = CARTESIAN_POINT('',(-0.32,-0.32,-0.7));
+#4598 = LINE('',#4599,#4600);
+#4599 = CARTESIAN_POINT('',(-0.32,-0.32,5.1));
+#4600 = VECTOR('',#4601,1.);
+#4601 = DIRECTION('',(0.,0.,-1.));
+#4602 = ORIENTED_EDGE('',*,*,#3865,.F.);
+#4603 = ORIENTED_EDGE('',*,*,#4604,.T.);
+#4604 = EDGE_CURVE('',#3866,#4605,#4607,.T.);
+#4605 = VERTEX_POINT('',#4606);
+#4606 = CARTESIAN_POINT('',(0.32,-0.32,-0.7));
+#4607 = LINE('',#4608,#4609);
+#4608 = CARTESIAN_POINT('',(0.32,-0.32,5.1));
+#4609 = VECTOR('',#4610,1.);
+#4610 = DIRECTION('',(0.,0.,-1.));
+#4611 = ORIENTED_EDGE('',*,*,#4612,.F.);
+#4612 = EDGE_CURVE('',#4596,#4605,#4613,.T.);
+#4613 = LINE('',#4614,#4615);
+#4614 = CARTESIAN_POINT('',(-0.32,-0.32,-0.7));
+#4615 = VECTOR('',#4616,1.);
+#4616 = DIRECTION('',(1.,0.,0.));
+#4617 = PLANE('',#4618);
+#4618 = AXIS2_PLACEMENT_3D('',#4619,#4620,#4621);
+#4619 = CARTESIAN_POINT('',(-0.32,-0.32,5.1));
+#4620 = DIRECTION('',(0.,1.,0.));
+#4621 = DIRECTION('',(0.,0.,-1.));
+#4622 = ADVANCED_FACE('',(#4623),#4673,.T.);
+#4623 = FACE_BOUND('',#4624,.T.);
+#4624 = EDGE_LOOP('',(#4625,#4635,#4643,#4651,#4657,#4658,#4659,#4667));
+#4625 = ORIENTED_EDGE('',*,*,#4626,.T.);
+#4626 = EDGE_CURVE('',#4627,#4629,#4631,.T.);
+#4627 = VERTEX_POINT('',#4628);
+#4628 = CARTESIAN_POINT('',(0.32,-0.351578947368,-3.));
+#4629 = VERTEX_POINT('',#4630);
+#4630 = CARTESIAN_POINT('',(0.32,0.288421052632,-3.));
+#4631 = LINE('',#4632,#4633);
+#4632 = CARTESIAN_POINT('',(0.32,-0.32,-3.));
+#4633 = VECTOR('',#4634,1.);
+#4634 = DIRECTION('',(0.,1.,0.));
+#4635 = ORIENTED_EDGE('',*,*,#4636,.T.);
+#4636 = EDGE_CURVE('',#4629,#4637,#4639,.T.);
+#4637 = VERTEX_POINT('',#4638);
+#4638 = CARTESIAN_POINT('',(0.32,2.E-02,-1.3));
+#4639 = LINE('',#4640,#4641);
+#4640 = CARTESIAN_POINT('',(0.32,0.32,-3.2));
+#4641 = VECTOR('',#4642,1.);
+#4642 = DIRECTION('',(0.,-0.155962573473,0.987762965329));
+#4643 = ORIENTED_EDGE('',*,*,#4644,.T.);
+#4644 = EDGE_CURVE('',#4637,#4645,#4647,.T.);
+#4645 = VERTEX_POINT('',#4646);
+#4646 = CARTESIAN_POINT('',(0.32,0.32,-0.7));
+#4647 = LINE('',#4648,#4649);
+#4648 = CARTESIAN_POINT('',(0.32,2.E-02,-1.3));
+#4649 = VECTOR('',#4650,1.);
+#4650 = DIRECTION('',(0.,0.4472135955,0.894427191));
+#4651 = ORIENTED_EDGE('',*,*,#4652,.T.);
+#4652 = EDGE_CURVE('',#4645,#3884,#4653,.T.);
+#4653 = LINE('',#4654,#4655);
+#4654 = CARTESIAN_POINT('',(0.32,0.32,-0.7));
+#4655 = VECTOR('',#4656,1.);
+#4656 = DIRECTION('',(0.,0.,1.));
+#4657 = ORIENTED_EDGE('',*,*,#3891,.F.);
+#4658 = ORIENTED_EDGE('',*,*,#4604,.T.);
+#4659 = ORIENTED_EDGE('',*,*,#4660,.T.);
+#4660 = EDGE_CURVE('',#4605,#4661,#4663,.T.);
+#4661 = VERTEX_POINT('',#4662);
+#4662 = CARTESIAN_POINT('',(0.32,-0.62,-1.3));
+#4663 = LINE('',#4664,#4665);
+#4664 = CARTESIAN_POINT('',(0.32,-0.32,-0.7));
+#4665 = VECTOR('',#4666,1.);
+#4666 = DIRECTION('',(0.,-0.4472135955,-0.894427191));
+#4667 = ORIENTED_EDGE('',*,*,#4668,.T.);
+#4668 = EDGE_CURVE('',#4661,#4627,#4669,.T.);
+#4669 = LINE('',#4670,#4671);
+#4670 = CARTESIAN_POINT('',(0.32,-0.62,-1.3));
+#4671 = VECTOR('',#4672,1.);
+#4672 = DIRECTION('',(0.,0.155962573473,-0.987762965329));
+#4673 = PLANE('',#4674);
+#4674 = AXIS2_PLACEMENT_3D('',#4675,#4676,#4677);
+#4675 = CARTESIAN_POINT('',(0.32,-4.307486879287E-02,0.926376556288));
+#4676 = DIRECTION('',(1.,0.,0.));
+#4677 = DIRECTION('',(0.,0.,1.));
+#4678 = ADVANCED_FACE('',(#4679),#4697,.F.);
+#4679 = FACE_BOUND('',#4680,.F.);
+#4680 = EDGE_LOOP('',(#4681,#4689,#4695,#4696));
+#4681 = ORIENTED_EDGE('',*,*,#4682,.F.);
+#4682 = EDGE_CURVE('',#4683,#3876,#4685,.T.);
+#4683 = VERTEX_POINT('',#4684);
+#4684 = CARTESIAN_POINT('',(-0.32,0.32,-0.7));
+#4685 = LINE('',#4686,#4687);
+#4686 = CARTESIAN_POINT('',(-0.32,0.32,-0.7));
+#4687 = VECTOR('',#4688,1.);
+#4688 = DIRECTION('',(0.,0.,1.));
+#4689 = ORIENTED_EDGE('',*,*,#4690,.T.);
+#4690 = EDGE_CURVE('',#4683,#4645,#4691,.T.);
+#4691 = LINE('',#4692,#4693);
+#4692 = CARTESIAN_POINT('',(-0.32,0.32,-0.7));
+#4693 = VECTOR('',#4694,1.);
+#4694 = DIRECTION('',(1.,0.,0.));
+#4695 = ORIENTED_EDGE('',*,*,#4652,.T.);
+#4696 = ORIENTED_EDGE('',*,*,#3883,.F.);
+#4697 = PLANE('',#4698);
+#4698 = AXIS2_PLACEMENT_3D('',#4699,#4700,#4701);
+#4699 = CARTESIAN_POINT('',(-0.32,0.32,-0.7));
+#4700 = DIRECTION('',(0.,-1.,0.));
+#4701 = DIRECTION('',(0.,0.,1.));
+#4702 = ADVANCED_FACE('',(#4703),#4746,.F.);
+#4703 = FACE_BOUND('',#4704,.F.);
+#4704 = EDGE_LOOP('',(#4705,#4715,#4723,#4729,#4730,#4731,#4732,#4740));
+#4705 = ORIENTED_EDGE('',*,*,#4706,.T.);
+#4706 = EDGE_CURVE('',#4707,#4709,#4711,.T.);
+#4707 = VERTEX_POINT('',#4708);
+#4708 = CARTESIAN_POINT('',(-0.32,-0.351578947368,-3.));
+#4709 = VERTEX_POINT('',#4710);
+#4710 = CARTESIAN_POINT('',(-0.32,0.288421052632,-3.));
+#4711 = LINE('',#4712,#4713);
+#4712 = CARTESIAN_POINT('',(-0.32,-0.32,-3.));
+#4713 = VECTOR('',#4714,1.);
+#4714 = DIRECTION('',(0.,1.,0.));
+#4715 = ORIENTED_EDGE('',*,*,#4716,.T.);
+#4716 = EDGE_CURVE('',#4709,#4717,#4719,.T.);
+#4717 = VERTEX_POINT('',#4718);
+#4718 = CARTESIAN_POINT('',(-0.32,2.E-02,-1.3));
+#4719 = LINE('',#4720,#4721);
+#4720 = CARTESIAN_POINT('',(-0.32,0.32,-3.2));
+#4721 = VECTOR('',#4722,1.);
+#4722 = DIRECTION('',(0.,-0.155962573473,0.987762965329));
+#4723 = ORIENTED_EDGE('',*,*,#4724,.T.);
+#4724 = EDGE_CURVE('',#4717,#4683,#4725,.T.);
+#4725 = LINE('',#4726,#4727);
+#4726 = CARTESIAN_POINT('',(-0.32,2.E-02,-1.3));
+#4727 = VECTOR('',#4728,1.);
+#4728 = DIRECTION('',(0.,0.4472135955,0.894427191));
+#4729 = ORIENTED_EDGE('',*,*,#4682,.T.);
+#4730 = ORIENTED_EDGE('',*,*,#3875,.F.);
+#4731 = ORIENTED_EDGE('',*,*,#4595,.T.);
+#4732 = ORIENTED_EDGE('',*,*,#4733,.T.);
+#4733 = EDGE_CURVE('',#4596,#4734,#4736,.T.);
+#4734 = VERTEX_POINT('',#4735);
+#4735 = CARTESIAN_POINT('',(-0.32,-0.62,-1.3));
+#4736 = LINE('',#4737,#4738);
+#4737 = CARTESIAN_POINT('',(-0.32,-0.32,-0.7));
+#4738 = VECTOR('',#4739,1.);
+#4739 = DIRECTION('',(0.,-0.4472135955,-0.894427191));
+#4740 = ORIENTED_EDGE('',*,*,#4741,.T.);
+#4741 = EDGE_CURVE('',#4734,#4707,#4742,.T.);
+#4742 = LINE('',#4743,#4744);
+#4743 = CARTESIAN_POINT('',(-0.32,-0.62,-1.3));
+#4744 = VECTOR('',#4745,1.);
+#4745 = DIRECTION('',(0.,0.155962573473,-0.987762965329));
+#4746 = PLANE('',#4747);
+#4747 = AXIS2_PLACEMENT_3D('',#4748,#4749,#4750);
+#4748 = CARTESIAN_POINT('',(-0.32,-4.307486879287E-02,0.926376556288));
+#4749 = DIRECTION('',(1.,0.,0.));
+#4750 = DIRECTION('',(0.,0.,1.));
+#4751 = ADVANCED_FACE('',(#4752),#4777,.T.);
+#4752 = FACE_BOUND('',#4753,.T.);
+#4753 = EDGE_LOOP('',(#4754,#4764,#4770,#4771));
+#4754 = ORIENTED_EDGE('',*,*,#4755,.T.);
+#4755 = EDGE_CURVE('',#4756,#4758,#4760,.T.);
+#4756 = VERTEX_POINT('',#4757);
+#4757 = CARTESIAN_POINT('',(2.82,-0.32,-3.));
+#4758 = VERTEX_POINT('',#4759);
+#4759 = CARTESIAN_POINT('',(2.82,0.32,-3.));
+#4760 = LINE('',#4761,#4762);
+#4761 = CARTESIAN_POINT('',(2.82,-0.32,-3.));
+#4762 = VECTOR('',#4763,1.);
+#4763 = DIRECTION('',(0.,1.,0.));
+#4764 = ORIENTED_EDGE('',*,*,#4765,.T.);
+#4765 = EDGE_CURVE('',#4758,#3998,#4766,.T.);
+#4766 = LINE('',#4767,#4768);
+#4767 = CARTESIAN_POINT('',(2.82,0.32,-3.2));
+#4768 = VECTOR('',#4769,1.);
+#4769 = DIRECTION('',(0.,0.,1.));
+#4770 = ORIENTED_EDGE('',*,*,#3995,.F.);
+#4771 = ORIENTED_EDGE('',*,*,#4772,.T.);
+#4772 = EDGE_CURVE('',#3996,#4756,#4773,.T.);
+#4773 = LINE('',#4774,#4775);
+#4774 = CARTESIAN_POINT('',(2.82,-0.32,5.1));
+#4775 = VECTOR('',#4776,1.);
+#4776 = DIRECTION('',(0.,0.,-1.));
+#4777 = PLANE('',#4778);
+#4778 = AXIS2_PLACEMENT_3D('',#4779,#4780,#4781);
+#4779 = CARTESIAN_POINT('',(2.82,0.,0.95));
+#4780 = DIRECTION('',(1.,0.,0.));
+#4781 = DIRECTION('',(0.,0.,1.));
+#4782 = ADVANCED_FACE('',(#4783),#4801,.F.);
+#4783 = FACE_BOUND('',#4784,.F.);
+#4784 = EDGE_LOOP('',(#4785,#4793,#4799,#4800));
+#4785 = ORIENTED_EDGE('',*,*,#4786,.F.);
+#4786 = EDGE_CURVE('',#4787,#4014,#4789,.T.);
+#4787 = VERTEX_POINT('',#4788);
+#4788 = CARTESIAN_POINT('',(2.18,0.32,-3.));
+#4789 = LINE('',#4790,#4791);
+#4790 = CARTESIAN_POINT('',(2.18,0.32,-3.2));
+#4791 = VECTOR('',#4792,1.);
+#4792 = DIRECTION('',(0.,0.,1.));
+#4793 = ORIENTED_EDGE('',*,*,#4794,.T.);
+#4794 = EDGE_CURVE('',#4787,#4758,#4795,.T.);
+#4795 = LINE('',#4796,#4797);
+#4796 = CARTESIAN_POINT('',(2.18,0.32,-3.));
+#4797 = VECTOR('',#4798,1.);
+#4798 = DIRECTION('',(1.,0.,0.));
+#4799 = ORIENTED_EDGE('',*,*,#4765,.T.);
+#4800 = ORIENTED_EDGE('',*,*,#4021,.F.);
+#4801 = PLANE('',#4802);
+#4802 = AXIS2_PLACEMENT_3D('',#4803,#4804,#4805);
+#4803 = CARTESIAN_POINT('',(2.18,0.32,-3.2));
+#4804 = DIRECTION('',(0.,-1.,0.));
+#4805 = DIRECTION('',(0.,0.,1.));
+#4806 = ADVANCED_FACE('',(#4807),#4825,.F.);
+#4807 = FACE_BOUND('',#4808,.F.);
+#4808 = EDGE_LOOP('',(#4809,#4817,#4818,#4819));
+#4809 = ORIENTED_EDGE('',*,*,#4810,.T.);
+#4810 = EDGE_CURVE('',#4811,#4787,#4813,.T.);
+#4811 = VERTEX_POINT('',#4812);
+#4812 = CARTESIAN_POINT('',(2.18,-0.32,-3.));
+#4813 = LINE('',#4814,#4815);
+#4814 = CARTESIAN_POINT('',(2.18,-0.32,-3.));
+#4815 = VECTOR('',#4816,1.);
+#4816 = DIRECTION('',(0.,1.,0.));
+#4817 = ORIENTED_EDGE('',*,*,#4786,.T.);
+#4818 = ORIENTED_EDGE('',*,*,#4013,.F.);
+#4819 = ORIENTED_EDGE('',*,*,#4820,.T.);
+#4820 = EDGE_CURVE('',#4006,#4811,#4821,.T.);
+#4821 = LINE('',#4822,#4823);
+#4822 = CARTESIAN_POINT('',(2.18,-0.32,5.1));
+#4823 = VECTOR('',#4824,1.);
+#4824 = DIRECTION('',(0.,0.,-1.));
+#4825 = PLANE('',#4826);
+#4826 = AXIS2_PLACEMENT_3D('',#4827,#4828,#4829);
+#4827 = CARTESIAN_POINT('',(2.18,0.,0.95));
+#4828 = DIRECTION('',(1.,0.,0.));
+#4829 = DIRECTION('',(0.,0.,1.));
+#4830 = ADVANCED_FACE('',(#4831),#4842,.F.);
+#4831 = FACE_BOUND('',#4832,.F.);
+#4832 = EDGE_LOOP('',(#4833,#4834,#4835,#4836));
+#4833 = ORIENTED_EDGE('',*,*,#4820,.F.);
+#4834 = ORIENTED_EDGE('',*,*,#4005,.F.);
+#4835 = ORIENTED_EDGE('',*,*,#4772,.T.);
+#4836 = ORIENTED_EDGE('',*,*,#4837,.F.);
+#4837 = EDGE_CURVE('',#4811,#4756,#4838,.T.);
+#4838 = LINE('',#4839,#4840);
+#4839 = CARTESIAN_POINT('',(2.18,-0.32,-3.));
+#4840 = VECTOR('',#4841,1.);
+#4841 = DIRECTION('',(1.,0.,0.));
+#4842 = PLANE('',#4843);
+#4843 = AXIS2_PLACEMENT_3D('',#4844,#4845,#4846);
+#4844 = CARTESIAN_POINT('',(2.18,-0.32,5.1));
+#4845 = DIRECTION('',(0.,1.,0.));
+#4846 = DIRECTION('',(0.,0.,-1.));
+#4847 = ADVANCED_FACE('',(#4848),#4873,.F.);
+#4848 = FACE_BOUND('',#4849,.F.);
+#4849 = EDGE_LOOP('',(#4850,#4858,#4859,#4867));
+#4850 = ORIENTED_EDGE('',*,*,#4851,.F.);
+#4851 = EDGE_CURVE('',#4128,#4852,#4854,.T.);
+#4852 = VERTEX_POINT('',#4853);
+#4853 = CARTESIAN_POINT('',(4.68,-0.32,-0.7));
+#4854 = LINE('',#4855,#4856);
+#4855 = CARTESIAN_POINT('',(4.68,-0.32,5.1));
+#4856 = VECTOR('',#4857,1.);
+#4857 = DIRECTION('',(0.,0.,-1.));
+#4858 = ORIENTED_EDGE('',*,*,#4125,.F.);
+#4859 = ORIENTED_EDGE('',*,*,#4860,.T.);
+#4860 = EDGE_CURVE('',#4126,#4861,#4863,.T.);
+#4861 = VERTEX_POINT('',#4862);
+#4862 = CARTESIAN_POINT('',(5.32,-0.32,-0.7));
+#4863 = LINE('',#4864,#4865);
+#4864 = CARTESIAN_POINT('',(5.32,-0.32,5.1));
+#4865 = VECTOR('',#4866,1.);
+#4866 = DIRECTION('',(0.,0.,-1.));
+#4867 = ORIENTED_EDGE('',*,*,#4868,.F.);
+#4868 = EDGE_CURVE('',#4852,#4861,#4869,.T.);
+#4869 = LINE('',#4870,#4871);
+#4870 = CARTESIAN_POINT('',(4.68,-0.32,-0.7));
+#4871 = VECTOR('',#4872,1.);
+#4872 = DIRECTION('',(1.,0.,0.));
+#4873 = PLANE('',#4874);
+#4874 = AXIS2_PLACEMENT_3D('',#4875,#4876,#4877);
+#4875 = CARTESIAN_POINT('',(4.68,-0.32,5.1));
+#4876 = DIRECTION('',(0.,1.,0.));
+#4877 = DIRECTION('',(0.,0.,-1.));
+#4878 = ADVANCED_FACE('',(#4879),#4929,.T.);
+#4879 = FACE_BOUND('',#4880,.T.);
+#4880 = EDGE_LOOP('',(#4881,#4891,#4899,#4907,#4913,#4914,#4915,#4923));
+#4881 = ORIENTED_EDGE('',*,*,#4882,.T.);
+#4882 = EDGE_CURVE('',#4883,#4885,#4887,.T.);
+#4883 = VERTEX_POINT('',#4884);
+#4884 = CARTESIAN_POINT('',(5.32,-0.351578947368,-3.));
+#4885 = VERTEX_POINT('',#4886);
+#4886 = CARTESIAN_POINT('',(5.32,0.288421052632,-3.));
+#4887 = LINE('',#4888,#4889);
+#4888 = CARTESIAN_POINT('',(5.32,-0.32,-3.));
+#4889 = VECTOR('',#4890,1.);
+#4890 = DIRECTION('',(0.,1.,0.));
+#4891 = ORIENTED_EDGE('',*,*,#4892,.T.);
+#4892 = EDGE_CURVE('',#4885,#4893,#4895,.T.);
+#4893 = VERTEX_POINT('',#4894);
+#4894 = CARTESIAN_POINT('',(5.32,2.E-02,-1.3));
+#4895 = LINE('',#4896,#4897);
+#4896 = CARTESIAN_POINT('',(5.32,0.32,-3.2));
+#4897 = VECTOR('',#4898,1.);
+#4898 = DIRECTION('',(0.,-0.155962573473,0.987762965329));
+#4899 = ORIENTED_EDGE('',*,*,#4900,.T.);
+#4900 = EDGE_CURVE('',#4893,#4901,#4903,.T.);
+#4901 = VERTEX_POINT('',#4902);
+#4902 = CARTESIAN_POINT('',(5.32,0.32,-0.7));
+#4903 = LINE('',#4904,#4905);
+#4904 = CARTESIAN_POINT('',(5.32,2.E-02,-1.3));
+#4905 = VECTOR('',#4906,1.);
+#4906 = DIRECTION('',(0.,0.4472135955,0.894427191));
+#4907 = ORIENTED_EDGE('',*,*,#4908,.T.);
+#4908 = EDGE_CURVE('',#4901,#4144,#4909,.T.);
+#4909 = LINE('',#4910,#4911);
+#4910 = CARTESIAN_POINT('',(5.32,0.32,-0.7));
+#4911 = VECTOR('',#4912,1.);
+#4912 = DIRECTION('',(0.,0.,1.));
+#4913 = ORIENTED_EDGE('',*,*,#4151,.F.);
+#4914 = ORIENTED_EDGE('',*,*,#4860,.T.);
+#4915 = ORIENTED_EDGE('',*,*,#4916,.T.);
+#4916 = EDGE_CURVE('',#4861,#4917,#4919,.T.);
+#4917 = VERTEX_POINT('',#4918);
+#4918 = CARTESIAN_POINT('',(5.32,-0.62,-1.3));
+#4919 = LINE('',#4920,#4921);
+#4920 = CARTESIAN_POINT('',(5.32,-0.32,-0.7));
+#4921 = VECTOR('',#4922,1.);
+#4922 = DIRECTION('',(0.,-0.4472135955,-0.894427191));
+#4923 = ORIENTED_EDGE('',*,*,#4924,.T.);
+#4924 = EDGE_CURVE('',#4917,#4883,#4925,.T.);
+#4925 = LINE('',#4926,#4927);
+#4926 = CARTESIAN_POINT('',(5.32,-0.62,-1.3));
+#4927 = VECTOR('',#4928,1.);
+#4928 = DIRECTION('',(0.,0.155962573473,-0.987762965329));
+#4929 = PLANE('',#4930);
+#4930 = AXIS2_PLACEMENT_3D('',#4931,#4932,#4933);
+#4931 = CARTESIAN_POINT('',(5.32,-4.307486879287E-02,0.926376556288));
+#4932 = DIRECTION('',(1.,0.,0.));
+#4933 = DIRECTION('',(0.,0.,1.));
+#4934 = ADVANCED_FACE('',(#4935),#4953,.F.);
+#4935 = FACE_BOUND('',#4936,.F.);
+#4936 = EDGE_LOOP('',(#4937,#4945,#4951,#4952));
+#4937 = ORIENTED_EDGE('',*,*,#4938,.F.);
+#4938 = EDGE_CURVE('',#4939,#4136,#4941,.T.);
+#4939 = VERTEX_POINT('',#4940);
+#4940 = CARTESIAN_POINT('',(4.68,0.32,-0.7));
+#4941 = LINE('',#4942,#4943);
+#4942 = CARTESIAN_POINT('',(4.68,0.32,-0.7));
+#4943 = VECTOR('',#4944,1.);
+#4944 = DIRECTION('',(0.,0.,1.));
+#4945 = ORIENTED_EDGE('',*,*,#4946,.T.);
+#4946 = EDGE_CURVE('',#4939,#4901,#4947,.T.);
+#4947 = LINE('',#4948,#4949);
+#4948 = CARTESIAN_POINT('',(4.68,0.32,-0.7));
+#4949 = VECTOR('',#4950,1.);
+#4950 = DIRECTION('',(1.,0.,0.));
+#4951 = ORIENTED_EDGE('',*,*,#4908,.T.);
+#4952 = ORIENTED_EDGE('',*,*,#4143,.F.);
+#4953 = PLANE('',#4954);
+#4954 = AXIS2_PLACEMENT_3D('',#4955,#4956,#4957);
+#4955 = CARTESIAN_POINT('',(4.68,0.32,-0.7));
+#4956 = DIRECTION('',(0.,-1.,0.));
+#4957 = DIRECTION('',(0.,0.,1.));
+#4958 = ADVANCED_FACE('',(#4959),#5002,.F.);
+#4959 = FACE_BOUND('',#4960,.F.);
+#4960 = EDGE_LOOP('',(#4961,#4971,#4979,#4985,#4986,#4987,#4988,#4996));
+#4961 = ORIENTED_EDGE('',*,*,#4962,.T.);
+#4962 = EDGE_CURVE('',#4963,#4965,#4967,.T.);
+#4963 = VERTEX_POINT('',#4964);
+#4964 = CARTESIAN_POINT('',(4.68,-0.351578947368,-3.));
+#4965 = VERTEX_POINT('',#4966);
+#4966 = CARTESIAN_POINT('',(4.68,0.288421052632,-3.));
+#4967 = LINE('',#4968,#4969);
+#4968 = CARTESIAN_POINT('',(4.68,-0.32,-3.));
+#4969 = VECTOR('',#4970,1.);
+#4970 = DIRECTION('',(0.,1.,0.));
+#4971 = ORIENTED_EDGE('',*,*,#4972,.T.);
+#4972 = EDGE_CURVE('',#4965,#4973,#4975,.T.);
+#4973 = VERTEX_POINT('',#4974);
+#4974 = CARTESIAN_POINT('',(4.68,2.E-02,-1.3));
+#4975 = LINE('',#4976,#4977);
+#4976 = CARTESIAN_POINT('',(4.68,0.32,-3.2));
+#4977 = VECTOR('',#4978,1.);
+#4978 = DIRECTION('',(0.,-0.155962573473,0.987762965329));
+#4979 = ORIENTED_EDGE('',*,*,#4980,.T.);
+#4980 = EDGE_CURVE('',#4973,#4939,#4981,.T.);
+#4981 = LINE('',#4982,#4983);
+#4982 = CARTESIAN_POINT('',(4.68,2.E-02,-1.3));
+#4983 = VECTOR('',#4984,1.);
+#4984 = DIRECTION('',(0.,0.4472135955,0.894427191));
+#4985 = ORIENTED_EDGE('',*,*,#4938,.T.);
+#4986 = ORIENTED_EDGE('',*,*,#4135,.F.);
+#4987 = ORIENTED_EDGE('',*,*,#4851,.T.);
+#4988 = ORIENTED_EDGE('',*,*,#4989,.T.);
+#4989 = EDGE_CURVE('',#4852,#4990,#4992,.T.);
+#4990 = VERTEX_POINT('',#4991);
+#4991 = CARTESIAN_POINT('',(4.68,-0.62,-1.3));
+#4992 = LINE('',#4993,#4994);
+#4993 = CARTESIAN_POINT('',(4.68,-0.32,-0.7));
+#4994 = VECTOR('',#4995,1.);
+#4995 = DIRECTION('',(0.,-0.4472135955,-0.894427191));
+#4996 = ORIENTED_EDGE('',*,*,#4997,.T.);
+#4997 = EDGE_CURVE('',#4990,#4963,#4998,.T.);
+#4998 = LINE('',#4999,#5000);
+#4999 = CARTESIAN_POINT('',(4.68,-0.62,-1.3));
+#5000 = VECTOR('',#5001,1.);
+#5001 = DIRECTION('',(0.,0.155962573473,-0.987762965329));
+#5002 = PLANE('',#5003);
+#5003 = AXIS2_PLACEMENT_3D('',#5004,#5005,#5006);
+#5004 = CARTESIAN_POINT('',(4.68,-4.307486879287E-02,0.926376556288));
+#5005 = DIRECTION('',(1.,0.,0.));
+#5006 = DIRECTION('',(0.,0.,1.));
+#5007 = ADVANCED_FACE('',(#5008),#5083,.T.);
+#5008 = FACE_BOUND('',#5009,.T.);
+#5009 = EDGE_LOOP('',(#5010,#5011,#5012,#5020,#5028,#5036,#5044,#5052,
+ #5060,#5068,#5076,#5082));
+#5010 = ORIENTED_EDGE('',*,*,#4568,.T.);
+#5011 = ORIENTED_EDGE('',*,*,#4502,.T.);
+#5012 = ORIENTED_EDGE('',*,*,#5013,.T.);
+#5013 = EDGE_CURVE('',#4503,#5014,#5016,.T.);
+#5014 = VERTEX_POINT('',#5015);
+#5015 = CARTESIAN_POINT('',(-1.5,-0.2,6.));
+#5016 = LINE('',#5017,#5018);
+#5017 = CARTESIAN_POINT('',(-2.5,-0.2,6.));
+#5018 = VECTOR('',#5019,1.);
+#5019 = DIRECTION('',(1.,0.,0.));
+#5020 = ORIENTED_EDGE('',*,*,#5021,.F.);
+#5021 = EDGE_CURVE('',#5022,#5014,#5024,.T.);
+#5022 = VERTEX_POINT('',#5023);
+#5023 = CARTESIAN_POINT('',(-1.5,0.65,6.));
+#5024 = LINE('',#5025,#5026);
+#5025 = CARTESIAN_POINT('',(-1.5,0.65,6.));
+#5026 = VECTOR('',#5027,1.);
+#5027 = DIRECTION('',(0.,-1.,0.));
+#5028 = ORIENTED_EDGE('',*,*,#5029,.F.);
+#5029 = EDGE_CURVE('',#5030,#5022,#5032,.T.);
+#5030 = VERTEX_POINT('',#5031);
+#5031 = CARTESIAN_POINT('',(-2.05,0.65,6.));
+#5032 = LINE('',#5033,#5034);
+#5033 = CARTESIAN_POINT('',(-2.05,0.65,6.));
+#5034 = VECTOR('',#5035,1.);
+#5035 = DIRECTION('',(1.,0.,0.));
+#5036 = ORIENTED_EDGE('',*,*,#5037,.F.);
+#5037 = EDGE_CURVE('',#5038,#5030,#5040,.T.);
+#5038 = VERTEX_POINT('',#5039);
+#5039 = CARTESIAN_POINT('',(-2.05,1.15,6.));
+#5040 = LINE('',#5041,#5042);
+#5041 = CARTESIAN_POINT('',(-2.05,1.15,6.));
+#5042 = VECTOR('',#5043,1.);
+#5043 = DIRECTION('',(0.,-1.,0.));
+#5044 = ORIENTED_EDGE('',*,*,#5045,.F.);
+#5045 = EDGE_CURVE('',#5046,#5038,#5048,.T.);
+#5046 = VERTEX_POINT('',#5047);
+#5047 = CARTESIAN_POINT('',(7.05,1.15,6.));
+#5048 = LINE('',#5049,#5050);
+#5049 = CARTESIAN_POINT('',(7.05,1.15,6.));
+#5050 = VECTOR('',#5051,1.);
+#5051 = DIRECTION('',(-1.,0.,0.));
+#5052 = ORIENTED_EDGE('',*,*,#5053,.F.);
+#5053 = EDGE_CURVE('',#5054,#5046,#5056,.T.);
+#5054 = VERTEX_POINT('',#5055);
+#5055 = CARTESIAN_POINT('',(7.05,0.65,6.));
+#5056 = LINE('',#5057,#5058);
+#5057 = CARTESIAN_POINT('',(7.05,0.65,6.));
+#5058 = VECTOR('',#5059,1.);
+#5059 = DIRECTION('',(0.,1.,0.));
+#5060 = ORIENTED_EDGE('',*,*,#5061,.F.);
+#5061 = EDGE_CURVE('',#5062,#5054,#5064,.T.);
+#5062 = VERTEX_POINT('',#5063);
+#5063 = CARTESIAN_POINT('',(6.5,0.65,6.));
+#5064 = LINE('',#5065,#5066);
+#5065 = CARTESIAN_POINT('',(6.5,0.65,6.));
+#5066 = VECTOR('',#5067,1.);
+#5067 = DIRECTION('',(1.,0.,0.));
+#5068 = ORIENTED_EDGE('',*,*,#5069,.F.);
+#5069 = EDGE_CURVE('',#5070,#5062,#5072,.T.);
+#5070 = VERTEX_POINT('',#5071);
+#5071 = CARTESIAN_POINT('',(6.5,-0.2,6.));
+#5072 = LINE('',#5073,#5074);
+#5073 = CARTESIAN_POINT('',(6.5,-2.2,6.));
+#5074 = VECTOR('',#5075,1.);
+#5075 = DIRECTION('',(0.,1.,0.));
+#5076 = ORIENTED_EDGE('',*,*,#5077,.T.);
+#5077 = EDGE_CURVE('',#5070,#4264,#5078,.T.);
+#5078 = LINE('',#5079,#5080);
+#5079 = CARTESIAN_POINT('',(-2.5,-0.2,6.));
+#5080 = VECTOR('',#5081,1.);
+#5081 = DIRECTION('',(1.,0.,0.));
+#5082 = ORIENTED_EDGE('',*,*,#4271,.T.);
+#5083 = PLANE('',#5084);
+#5084 = AXIS2_PLACEMENT_3D('',#5085,#5086,#5087);
+#5085 = CARTESIAN_POINT('',(2.5,-0.3,6.));
+#5086 = DIRECTION('',(0.,0.,1.));
+#5087 = DIRECTION('',(1.,0.,-0.));
+#5088 = ADVANCED_FACE('',(#5089),#5107,.F.);
+#5089 = FACE_BOUND('',#5090,.F.);
+#5090 = EDGE_LOOP('',(#5091,#5099,#5100,#5101));
+#5091 = ORIENTED_EDGE('',*,*,#5092,.F.);
+#5092 = EDGE_CURVE('',#5070,#5093,#5095,.T.);
+#5093 = VERTEX_POINT('',#5094);
+#5094 = CARTESIAN_POINT('',(6.5,-0.2,1.5));
+#5095 = LINE('',#5096,#5097);
+#5096 = CARTESIAN_POINT('',(6.5,-0.2,4.813884850592));
+#5097 = VECTOR('',#5098,1.);
+#5098 = DIRECTION('',(2.506668067558E-31,0.,-1.));
+#5099 = ORIENTED_EDGE('',*,*,#5077,.T.);
+#5100 = ORIENTED_EDGE('',*,*,#4263,.T.);
+#5101 = ORIENTED_EDGE('',*,*,#5102,.F.);
+#5102 = EDGE_CURVE('',#5093,#4256,#5103,.T.);
+#5103 = LINE('',#5104,#5105);
+#5104 = CARTESIAN_POINT('',(-2.5,-0.2,1.5));
+#5105 = VECTOR('',#5106,1.);
+#5106 = DIRECTION('',(1.,0.,0.));
+#5107 = PLANE('',#5108);
+#5108 = AXIS2_PLACEMENT_3D('',#5109,#5110,#5111);
+#5109 = CARTESIAN_POINT('',(-2.5,-0.2,6.));
+#5110 = DIRECTION('',(0.,1.,0.));
+#5111 = DIRECTION('',(0.,0.,-1.));
+#5112 = ADVANCED_FACE('',(#5113,#5200,#5234,#5268),#5302,.T.);
+#5113 = FACE_BOUND('',#5114,.T.);
+#5114 = EDGE_LOOP('',(#5115,#5121,#5122,#5123,#5131,#5139,#5147,#5155,
+ #5163,#5171,#5179,#5185,#5186,#5192,#5193,#5199));
+#5115 = ORIENTED_EDGE('',*,*,#5116,.T.);
+#5116 = EDGE_CURVE('',#4344,#4248,#5117,.T.);
+#5117 = LINE('',#5118,#5119);
+#5118 = CARTESIAN_POINT('',(-2.5,-0.6,1.5));
+#5119 = VECTOR('',#5120,1.);
+#5120 = DIRECTION('',(1.,0.,0.));
+#5121 = ORIENTED_EDGE('',*,*,#4255,.F.);
+#5122 = ORIENTED_EDGE('',*,*,#5102,.F.);
+#5123 = ORIENTED_EDGE('',*,*,#5124,.T.);
+#5124 = EDGE_CURVE('',#5093,#5125,#5127,.T.);
+#5125 = VERTEX_POINT('',#5126);
+#5126 = CARTESIAN_POINT('',(6.5,0.65,1.5));
+#5127 = LINE('',#5128,#5129);
+#5128 = CARTESIAN_POINT('',(6.5,-2.2,1.5));
+#5129 = VECTOR('',#5130,1.);
+#5130 = DIRECTION('',(0.,1.,0.));
+#5131 = ORIENTED_EDGE('',*,*,#5132,.T.);
+#5132 = EDGE_CURVE('',#5125,#5133,#5135,.T.);
+#5133 = VERTEX_POINT('',#5134);
+#5134 = CARTESIAN_POINT('',(7.05,0.65,1.5));
+#5135 = LINE('',#5136,#5137);
+#5136 = CARTESIAN_POINT('',(6.5,0.65,1.5));
+#5137 = VECTOR('',#5138,1.);
+#5138 = DIRECTION('',(1.,0.,0.));
+#5139 = ORIENTED_EDGE('',*,*,#5140,.T.);
+#5140 = EDGE_CURVE('',#5133,#5141,#5143,.T.);
+#5141 = VERTEX_POINT('',#5142);
+#5142 = CARTESIAN_POINT('',(7.05,1.15,1.5));
+#5143 = LINE('',#5144,#5145);
+#5144 = CARTESIAN_POINT('',(7.05,0.65,1.5));
+#5145 = VECTOR('',#5146,1.);
+#5146 = DIRECTION('',(0.,1.,0.));
+#5147 = ORIENTED_EDGE('',*,*,#5148,.T.);
+#5148 = EDGE_CURVE('',#5141,#5149,#5151,.T.);
+#5149 = VERTEX_POINT('',#5150);
+#5150 = CARTESIAN_POINT('',(-2.05,1.15,1.5));
+#5151 = LINE('',#5152,#5153);
+#5152 = CARTESIAN_POINT('',(7.05,1.15,1.5));
+#5153 = VECTOR('',#5154,1.);
+#5154 = DIRECTION('',(-1.,0.,0.));
+#5155 = ORIENTED_EDGE('',*,*,#5156,.T.);
+#5156 = EDGE_CURVE('',#5149,#5157,#5159,.T.);
+#5157 = VERTEX_POINT('',#5158);
+#5158 = CARTESIAN_POINT('',(-2.05,0.65,1.5));
+#5159 = LINE('',#5160,#5161);
+#5160 = CARTESIAN_POINT('',(-2.05,1.15,1.5));
+#5161 = VECTOR('',#5162,1.);
+#5162 = DIRECTION('',(0.,-1.,0.));
+#5163 = ORIENTED_EDGE('',*,*,#5164,.T.);
+#5164 = EDGE_CURVE('',#5157,#5165,#5167,.T.);
+#5165 = VERTEX_POINT('',#5166);
+#5166 = CARTESIAN_POINT('',(-1.5,0.65,1.5));
+#5167 = LINE('',#5168,#5169);
+#5168 = CARTESIAN_POINT('',(-2.05,0.65,1.5));
+#5169 = VECTOR('',#5170,1.);
+#5170 = DIRECTION('',(1.,0.,0.));
+#5171 = ORIENTED_EDGE('',*,*,#5172,.T.);
+#5172 = EDGE_CURVE('',#5165,#5173,#5175,.T.);
+#5173 = VERTEX_POINT('',#5174);
+#5174 = CARTESIAN_POINT('',(-1.5,-0.2,1.5));
+#5175 = LINE('',#5176,#5177);
+#5176 = CARTESIAN_POINT('',(-1.5,0.65,1.5));
+#5177 = VECTOR('',#5178,1.);
+#5178 = DIRECTION('',(0.,-1.,0.));
+#5179 = ORIENTED_EDGE('',*,*,#5180,.F.);
+#5180 = EDGE_CURVE('',#4511,#5173,#5181,.T.);
+#5181 = LINE('',#5182,#5183);
+#5182 = CARTESIAN_POINT('',(-2.5,-0.2,1.5));
+#5183 = VECTOR('',#5184,1.);
+#5184 = DIRECTION('',(1.,0.,0.));
+#5185 = ORIENTED_EDGE('',*,*,#4518,.T.);
+#5186 = ORIENTED_EDGE('',*,*,#5187,.T.);
+#5187 = EDGE_CURVE('',#4519,#4416,#5188,.T.);
+#5188 = LINE('',#5189,#5190);
+#5189 = CARTESIAN_POINT('',(-2.5,-0.6,1.5));
+#5190 = VECTOR('',#5191,1.);
+#5191 = DIRECTION('',(1.,0.,0.));
+#5192 = ORIENTED_EDGE('',*,*,#4415,.T.);
+#5193 = ORIENTED_EDGE('',*,*,#5194,.T.);
+#5194 = EDGE_CURVE('',#4408,#4352,#5195,.T.);
+#5195 = LINE('',#5196,#5197);
+#5196 = CARTESIAN_POINT('',(-1.5,-0.8,1.5));
+#5197 = VECTOR('',#5198,1.);
+#5198 = DIRECTION('',(1.,0.,0.));
+#5199 = ORIENTED_EDGE('',*,*,#4351,.T.);
+#5200 = FACE_BOUND('',#5201,.T.);
+#5201 = EDGE_LOOP('',(#5202,#5212,#5220,#5228));
+#5202 = ORIENTED_EDGE('',*,*,#5203,.T.);
+#5203 = EDGE_CURVE('',#5204,#5206,#5208,.T.);
+#5204 = VERTEX_POINT('',#5205);
+#5205 = CARTESIAN_POINT('',(5.32,-0.32,1.5));
+#5206 = VERTEX_POINT('',#5207);
+#5207 = CARTESIAN_POINT('',(4.68,-0.32,1.5));
+#5208 = LINE('',#5209,#5210);
+#5209 = CARTESIAN_POINT('',(3.59,-0.32,1.5));
+#5210 = VECTOR('',#5211,1.);
+#5211 = DIRECTION('',(-1.,0.,-2.435022631619E-32));
+#5212 = ORIENTED_EDGE('',*,*,#5213,.T.);
+#5213 = EDGE_CURVE('',#5206,#5214,#5216,.T.);
+#5214 = VERTEX_POINT('',#5215);
+#5215 = CARTESIAN_POINT('',(4.68,0.32,1.5));
+#5216 = LINE('',#5217,#5218);
+#5217 = CARTESIAN_POINT('',(4.68,5.245681847713E-02,1.5));
+#5218 = VECTOR('',#5219,1.);
+#5219 = DIRECTION('',(0.,1.,2.163574697384E-31));
+#5220 = ORIENTED_EDGE('',*,*,#5221,.T.);
+#5221 = EDGE_CURVE('',#5214,#5222,#5224,.T.);
+#5222 = VERTEX_POINT('',#5223);
+#5223 = CARTESIAN_POINT('',(5.32,0.32,1.5));
+#5224 = LINE('',#5225,#5226);
+#5225 = CARTESIAN_POINT('',(3.59,0.32,1.5));
+#5226 = VECTOR('',#5227,1.);
+#5227 = DIRECTION('',(1.,0.,2.435022631619E-32));
+#5228 = ORIENTED_EDGE('',*,*,#5229,.F.);
+#5229 = EDGE_CURVE('',#5204,#5222,#5230,.T.);
+#5230 = LINE('',#5231,#5232);
+#5231 = CARTESIAN_POINT('',(5.32,5.245681847713E-02,1.5));
+#5232 = VECTOR('',#5233,1.);
+#5233 = DIRECTION('',(0.,1.,2.163574697384E-31));
+#5234 = FACE_BOUND('',#5235,.T.);
+#5235 = EDGE_LOOP('',(#5236,#5246,#5254,#5262));
+#5236 = ORIENTED_EDGE('',*,*,#5237,.F.);
+#5237 = EDGE_CURVE('',#5238,#5240,#5242,.T.);
+#5238 = VERTEX_POINT('',#5239);
+#5239 = CARTESIAN_POINT('',(2.82,-0.32,1.5));
+#5240 = VERTEX_POINT('',#5241);
+#5241 = CARTESIAN_POINT('',(2.82,0.32,1.5));
+#5242 = LINE('',#5243,#5244);
+#5243 = CARTESIAN_POINT('',(2.82,7.399425287356E-02,1.5));
+#5244 = VECTOR('',#5245,1.);
+#5245 = DIRECTION('',(0.,1.,2.163574697384E-31));
+#5246 = ORIENTED_EDGE('',*,*,#5247,.T.);
+#5247 = EDGE_CURVE('',#5238,#5248,#5250,.T.);
+#5248 = VERTEX_POINT('',#5249);
+#5249 = CARTESIAN_POINT('',(2.18,-0.32,1.5));
+#5250 = LINE('',#5251,#5252);
+#5251 = CARTESIAN_POINT('',(2.34,-0.32,1.5));
+#5252 = VECTOR('',#5253,1.);
+#5253 = DIRECTION('',(-1.,0.,-2.435022631619E-32));
+#5254 = ORIENTED_EDGE('',*,*,#5255,.T.);
+#5255 = EDGE_CURVE('',#5248,#5256,#5258,.T.);
+#5256 = VERTEX_POINT('',#5257);
+#5257 = CARTESIAN_POINT('',(2.18,0.32,1.5));
+#5258 = LINE('',#5259,#5260);
+#5259 = CARTESIAN_POINT('',(2.18,7.399425287356E-02,1.5));
+#5260 = VECTOR('',#5261,1.);
+#5261 = DIRECTION('',(0.,1.,2.163574697384E-31));
+#5262 = ORIENTED_EDGE('',*,*,#5263,.T.);
+#5263 = EDGE_CURVE('',#5256,#5240,#5264,.T.);
+#5264 = LINE('',#5265,#5266);
+#5265 = CARTESIAN_POINT('',(2.34,0.32,1.5));
+#5266 = VECTOR('',#5267,1.);
+#5267 = DIRECTION('',(1.,0.,2.435022631619E-32));
+#5268 = FACE_BOUND('',#5269,.T.);
+#5269 = EDGE_LOOP('',(#5270,#5280,#5288,#5296));
+#5270 = ORIENTED_EDGE('',*,*,#5271,.T.);
+#5271 = EDGE_CURVE('',#5272,#5274,#5276,.T.);
+#5272 = VERTEX_POINT('',#5273);
+#5273 = CARTESIAN_POINT('',(0.32,-0.32,1.5));
+#5274 = VERTEX_POINT('',#5275);
+#5275 = CARTESIAN_POINT('',(-0.32,-0.32,1.5));
+#5276 = LINE('',#5277,#5278);
+#5277 = CARTESIAN_POINT('',(1.09,-0.32,1.5));
+#5278 = VECTOR('',#5279,1.);
+#5279 = DIRECTION('',(-1.,0.,-2.435022631619E-32));
+#5280 = ORIENTED_EDGE('',*,*,#5281,.T.);
+#5281 = EDGE_CURVE('',#5274,#5282,#5284,.T.);
+#5282 = VERTEX_POINT('',#5283);
+#5283 = CARTESIAN_POINT('',(-0.32,0.32,1.5));
+#5284 = LINE('',#5285,#5286);
+#5285 = CARTESIAN_POINT('',(-0.32,5.245681847713E-02,1.5));
+#5286 = VECTOR('',#5287,1.);
+#5287 = DIRECTION('',(0.,1.,2.163574697384E-31));
+#5288 = ORIENTED_EDGE('',*,*,#5289,.T.);
+#5289 = EDGE_CURVE('',#5282,#5290,#5292,.T.);
+#5290 = VERTEX_POINT('',#5291);
+#5291 = CARTESIAN_POINT('',(0.32,0.32,1.5));
+#5292 = LINE('',#5293,#5294);
+#5293 = CARTESIAN_POINT('',(1.09,0.32,1.5));
+#5294 = VECTOR('',#5295,1.);
+#5295 = DIRECTION('',(1.,0.,2.435022631619E-32));
+#5296 = ORIENTED_EDGE('',*,*,#5297,.F.);
+#5297 = EDGE_CURVE('',#5272,#5290,#5298,.T.);
+#5298 = LINE('',#5299,#5300);
+#5299 = CARTESIAN_POINT('',(0.32,5.245681847713E-02,1.5));
+#5300 = VECTOR('',#5301,1.);
+#5301 = DIRECTION('',(0.,1.,2.163574697384E-31));
+#5302 = PLANE('',#5303);
+#5303 = AXIS2_PLACEMENT_3D('',#5304,#5305,#5306);
+#5304 = CARTESIAN_POINT('',(2.5,0.147988505747,1.5));
+#5305 = DIRECTION('',(-2.435022631619E-32,-2.163574697384E-31,1.));
+#5306 = DIRECTION('',(0.,1.,2.163574697384E-31));
+#5307 = ADVANCED_FACE('',(#5308),#5319,.F.);
+#5308 = FACE_BOUND('',#5309,.F.);
+#5309 = EDGE_LOOP('',(#5310,#5311,#5312,#5313));
+#5310 = ORIENTED_EDGE('',*,*,#4343,.F.);
+#5311 = ORIENTED_EDGE('',*,*,#5116,.T.);
+#5312 = ORIENTED_EDGE('',*,*,#4247,.T.);
+#5313 = ORIENTED_EDGE('',*,*,#5314,.F.);
+#5314 = EDGE_CURVE('',#4336,#4240,#5315,.T.);
+#5315 = LINE('',#5316,#5317);
+#5316 = CARTESIAN_POINT('',(-2.5,-0.9,4.1));
+#5317 = VECTOR('',#5318,1.);
+#5318 = DIRECTION('',(1.,0.,0.));
+#5319 = PLANE('',#5320);
+#5320 = AXIS2_PLACEMENT_3D('',#5321,#5322,#5323);
+#5321 = CARTESIAN_POINT('',(-2.5,-0.6,1.5));
+#5322 = DIRECTION('',(0.,-0.993408935871,-0.114624107985));
+#5323 = DIRECTION('',(0.,-0.114624107985,0.993408935871));
+#5324 = ADVANCED_FACE('',(#5325),#5336,.F.);
+#5325 = FACE_BOUND('',#5326,.F.);
+#5326 = EDGE_LOOP('',(#5327,#5328,#5329,#5330));
+#5327 = ORIENTED_EDGE('',*,*,#4335,.F.);
+#5328 = ORIENTED_EDGE('',*,*,#5314,.T.);
+#5329 = ORIENTED_EDGE('',*,*,#4239,.T.);
+#5330 = ORIENTED_EDGE('',*,*,#5331,.F.);
+#5331 = EDGE_CURVE('',#4328,#4232,#5332,.T.);
+#5332 = LINE('',#5333,#5334);
+#5333 = CARTESIAN_POINT('',(-2.5,-0.6,4.3));
+#5334 = VECTOR('',#5335,1.);
+#5335 = DIRECTION('',(1.,0.,0.));
+#5336 = PLANE('',#5337);
+#5337 = AXIS2_PLACEMENT_3D('',#5338,#5339,#5340);
+#5338 = CARTESIAN_POINT('',(-2.5,-0.9,4.1));
+#5339 = DIRECTION('',(0.,-0.554700196225,0.832050294338));
+#5340 = DIRECTION('',(0.,0.832050294338,0.554700196225));
+#5341 = ADVANCED_FACE('',(#5342),#5353,.F.);
+#5342 = FACE_BOUND('',#5343,.F.);
+#5343 = EDGE_LOOP('',(#5344,#5345,#5346,#5347));
+#5344 = ORIENTED_EDGE('',*,*,#4327,.F.);
+#5345 = ORIENTED_EDGE('',*,*,#5331,.T.);
+#5346 = ORIENTED_EDGE('',*,*,#4231,.T.);
+#5347 = ORIENTED_EDGE('',*,*,#5348,.F.);
+#5348 = EDGE_CURVE('',#4320,#4224,#5349,.T.);
+#5349 = LINE('',#5350,#5351);
+#5350 = CARTESIAN_POINT('',(-2.5,-0.6,4.5));
+#5351 = VECTOR('',#5352,1.);
+#5352 = DIRECTION('',(1.,0.,0.));
+#5353 = PLANE('',#5354);
+#5354 = AXIS2_PLACEMENT_3D('',#5355,#5356,#5357);
+#5355 = CARTESIAN_POINT('',(-2.5,-0.6,4.3));
+#5356 = DIRECTION('',(0.,-1.,0.));
+#5357 = DIRECTION('',(0.,0.,1.));
+#5358 = ADVANCED_FACE('',(#5359),#5365,.F.);
+#5359 = FACE_BOUND('',#5360,.F.);
+#5360 = EDGE_LOOP('',(#5361,#5362,#5363,#5364));
+#5361 = ORIENTED_EDGE('',*,*,#4319,.F.);
+#5362 = ORIENTED_EDGE('',*,*,#5348,.T.);
+#5363 = ORIENTED_EDGE('',*,*,#4223,.T.);
+#5364 = ORIENTED_EDGE('',*,*,#4301,.F.);
+#5365 = PLANE('',#5366);
+#5366 = AXIS2_PLACEMENT_3D('',#5367,#5368,#5369);
+#5367 = CARTESIAN_POINT('',(-2.5,-0.6,4.5));
+#5368 = DIRECTION('',(0.,-0.759256602365,-0.650791373456));
+#5369 = DIRECTION('',(0.,-0.650791373456,0.759256602365));
+#5370 = ADVANCED_FACE('',(#5371),#5377,.T.);
+#5371 = FACE_BOUND('',#5372,.T.);
+#5372 = EDGE_LOOP('',(#5373,#5374,#5375,#5376));
+#5373 = ORIENTED_EDGE('',*,*,#4383,.T.);
+#5374 = ORIENTED_EDGE('',*,*,#4359,.T.);
+#5375 = ORIENTED_EDGE('',*,*,#5194,.F.);
+#5376 = ORIENTED_EDGE('',*,*,#4407,.F.);
+#5377 = PLANE('',#5378);
+#5378 = AXIS2_PLACEMENT_3D('',#5379,#5380,#5381);
+#5379 = CARTESIAN_POINT('',(-1.5,-1.2,1.1));
+#5380 = DIRECTION('',(0.,-0.707106781187,0.707106781187));
+#5381 = DIRECTION('',(0.,0.707106781187,0.707106781187));
+#5382 = ADVANCED_FACE('',(#5383),#5394,.F.);
+#5383 = FACE_BOUND('',#5384,.F.);
+#5384 = EDGE_LOOP('',(#5385,#5386,#5392,#5393));
+#5385 = ORIENTED_EDGE('',*,*,#4550,.F.);
+#5386 = ORIENTED_EDGE('',*,*,#5387,.T.);
+#5387 = EDGE_CURVE('',#4543,#4440,#5388,.T.);
+#5388 = LINE('',#5389,#5390);
+#5389 = CARTESIAN_POINT('',(-2.5,-0.6,4.5));
+#5390 = VECTOR('',#5391,1.);
+#5391 = DIRECTION('',(1.,0.,0.));
+#5392 = ORIENTED_EDGE('',*,*,#4447,.F.);
+#5393 = ORIENTED_EDGE('',*,*,#4477,.F.);
+#5394 = PLANE('',#5395);
+#5395 = AXIS2_PLACEMENT_3D('',#5396,#5397,#5398);
+#5396 = CARTESIAN_POINT('',(-2.5,-0.6,4.5));
+#5397 = DIRECTION('',(0.,-0.759256602365,-0.650791373456));
+#5398 = DIRECTION('',(0.,-0.650791373456,0.759256602365));
+#5399 = ADVANCED_FACE('',(#5400),#5411,.F.);
+#5400 = FACE_BOUND('',#5401,.F.);
+#5401 = EDGE_LOOP('',(#5402,#5403,#5409,#5410));
+#5402 = ORIENTED_EDGE('',*,*,#4542,.F.);
+#5403 = ORIENTED_EDGE('',*,*,#5404,.T.);
+#5404 = EDGE_CURVE('',#4535,#4432,#5405,.T.);
+#5405 = LINE('',#5406,#5407);
+#5406 = CARTESIAN_POINT('',(-2.5,-0.6,4.3));
+#5407 = VECTOR('',#5408,1.);
+#5408 = DIRECTION('',(1.,0.,0.));
+#5409 = ORIENTED_EDGE('',*,*,#4439,.F.);
+#5410 = ORIENTED_EDGE('',*,*,#5387,.F.);
+#5411 = PLANE('',#5412);
+#5412 = AXIS2_PLACEMENT_3D('',#5413,#5414,#5415);
+#5413 = CARTESIAN_POINT('',(-2.5,-0.6,4.3));
+#5414 = DIRECTION('',(0.,-1.,0.));
+#5415 = DIRECTION('',(0.,0.,1.));
+#5416 = ADVANCED_FACE('',(#5417),#5428,.F.);
+#5417 = FACE_BOUND('',#5418,.F.);
+#5418 = EDGE_LOOP('',(#5419,#5420,#5426,#5427));
+#5419 = ORIENTED_EDGE('',*,*,#4534,.F.);
+#5420 = ORIENTED_EDGE('',*,*,#5421,.T.);
+#5421 = EDGE_CURVE('',#4527,#4424,#5422,.T.);
+#5422 = LINE('',#5423,#5424);
+#5423 = CARTESIAN_POINT('',(-2.5,-0.9,4.1));
+#5424 = VECTOR('',#5425,1.);
+#5425 = DIRECTION('',(1.,0.,0.));
+#5426 = ORIENTED_EDGE('',*,*,#4431,.F.);
+#5427 = ORIENTED_EDGE('',*,*,#5404,.F.);
+#5428 = PLANE('',#5429);
+#5429 = AXIS2_PLACEMENT_3D('',#5430,#5431,#5432);
+#5430 = CARTESIAN_POINT('',(-2.5,-0.9,4.1));
+#5431 = DIRECTION('',(0.,-0.554700196225,0.832050294338));
+#5432 = DIRECTION('',(0.,0.832050294338,0.554700196225));
+#5433 = ADVANCED_FACE('',(#5434),#5440,.F.);
+#5434 = FACE_BOUND('',#5435,.F.);
+#5435 = EDGE_LOOP('',(#5436,#5437,#5438,#5439));
+#5436 = ORIENTED_EDGE('',*,*,#4526,.F.);
+#5437 = ORIENTED_EDGE('',*,*,#5187,.T.);
+#5438 = ORIENTED_EDGE('',*,*,#4423,.F.);
+#5439 = ORIENTED_EDGE('',*,*,#5421,.F.);
+#5440 = PLANE('',#5441);
+#5441 = AXIS2_PLACEMENT_3D('',#5442,#5443,#5444);
+#5442 = CARTESIAN_POINT('',(-2.5,-0.6,1.5));
+#5443 = DIRECTION('',(0.,-0.993408935871,-0.114624107985));
+#5444 = DIRECTION('',(0.,-0.114624107985,0.993408935871));
+#5445 = ADVANCED_FACE('',(#5446),#5457,.F.);
+#5446 = FACE_BOUND('',#5447,.F.);
+#5447 = EDGE_LOOP('',(#5448,#5449,#5450,#5456));
+#5448 = ORIENTED_EDGE('',*,*,#4510,.F.);
+#5449 = ORIENTED_EDGE('',*,*,#5013,.T.);
+#5450 = ORIENTED_EDGE('',*,*,#5451,.F.);
+#5451 = EDGE_CURVE('',#5173,#5014,#5452,.T.);
+#5452 = LINE('',#5453,#5454);
+#5453 = CARTESIAN_POINT('',(-1.5,-0.2,4.813884850592));
+#5454 = VECTOR('',#5455,1.);
+#5455 = DIRECTION('',(1.762255155449E-32,0.,1.));
+#5456 = ORIENTED_EDGE('',*,*,#5180,.F.);
+#5457 = PLANE('',#5458);
+#5458 = AXIS2_PLACEMENT_3D('',#5459,#5460,#5461);
+#5459 = CARTESIAN_POINT('',(-2.5,-0.2,6.));
+#5460 = DIRECTION('',(0.,1.,0.));
+#5461 = DIRECTION('',(0.,0.,-1.));
+#5462 = ADVANCED_FACE('',(#5463),#5474,.F.);
+#5463 = FACE_BOUND('',#5464,.F.);
+#5464 = EDGE_LOOP('',(#5465,#5466,#5467,#5473));
+#5465 = ORIENTED_EDGE('',*,*,#4612,.T.);
+#5466 = ORIENTED_EDGE('',*,*,#4660,.T.);
+#5467 = ORIENTED_EDGE('',*,*,#5468,.F.);
+#5468 = EDGE_CURVE('',#4734,#4661,#5469,.T.);
+#5469 = LINE('',#5470,#5471);
+#5470 = CARTESIAN_POINT('',(-0.32,-0.62,-1.3));
+#5471 = VECTOR('',#5472,1.);
+#5472 = DIRECTION('',(1.,0.,0.));
+#5473 = ORIENTED_EDGE('',*,*,#4733,.F.);
+#5474 = PLANE('',#5475);
+#5475 = AXIS2_PLACEMENT_3D('',#5476,#5477,#5478);
+#5476 = CARTESIAN_POINT('',(-0.32,-0.32,-0.7));
+#5477 = DIRECTION('',(0.,0.894427191,-0.4472135955));
+#5478 = DIRECTION('',(0.,-0.4472135955,-0.894427191));
+#5479 = ADVANCED_FACE('',(#5480),#5521,.F.);
+#5480 = FACE_BOUND('',#5481,.T.);
+#5481 = EDGE_LOOP('',(#5482,#5492,#5500,#5508,#5514,#5515));
+#5482 = ORIENTED_EDGE('',*,*,#5483,.F.);
+#5483 = EDGE_CURVE('',#5484,#5486,#5488,.T.);
+#5484 = VERTEX_POINT('',#5485);
+#5485 = CARTESIAN_POINT('',(0.12,-0.12,-3.2));
+#5486 = VERTEX_POINT('',#5487);
+#5487 = CARTESIAN_POINT('',(0.317552593066,-0.351192514695,
+ -3.002447406934));
+#5488 = LINE('',#5489,#5490);
+#5489 = CARTESIAN_POINT('',(0.153849098111,-0.159613036666,
+ -3.166150901889));
+#5490 = VECTOR('',#5491,1.);
+#5491 = DIRECTION('',(0.544770019249,-0.63753529491,0.544770019249));
+#5492 = ORIENTED_EDGE('',*,*,#5493,.T.);
+#5493 = EDGE_CURVE('',#5484,#5494,#5496,.T.);
+#5494 = VERTEX_POINT('',#5495);
+#5495 = CARTESIAN_POINT('',(0.12,0.12,-3.2));
+#5496 = LINE('',#5497,#5498);
+#5497 = CARTESIAN_POINT('',(0.12,-0.32,-3.2));
+#5498 = VECTOR('',#5499,1.);
+#5499 = DIRECTION('',(0.,1.,0.));
+#5500 = ORIENTED_EDGE('',*,*,#5501,.T.);
+#5501 = EDGE_CURVE('',#5494,#5502,#5504,.T.);
+#5502 = VERTEX_POINT('',#5503);
+#5503 = CARTESIAN_POINT('',(0.317552593066,0.288807485305,
+ -3.002447406934));
+#5504 = LINE('',#5505,#5506);
+#5505 = CARTESIAN_POINT('',(3.848855660758E-02,5.034896900541E-02,
+ -3.281511443392));
+#5506 = VECTOR('',#5507,1.);
+#5507 = DIRECTION('',(0.605209817607,0.517148096144,0.605209817607));
+#5508 = ORIENTED_EDGE('',*,*,#5509,.T.);
+#5509 = EDGE_CURVE('',#5502,#4629,#5510,.T.);
+#5510 = LINE('',#5511,#5512);
+#5511 = CARTESIAN_POINT('',(8.569083447332E-02,0.325417236662,
+ -3.234309165527));
+#5512 = VECTOR('',#5513,1.);
+#5513 = DIRECTION('',(0.702740385383,-0.110959008218,0.702740385383));
+#5514 = ORIENTED_EDGE('',*,*,#4626,.F.);
+#5515 = ORIENTED_EDGE('',*,*,#5516,.F.);
+#5516 = EDGE_CURVE('',#5486,#4627,#5517,.T.);
+#5517 = LINE('',#5518,#5519);
+#5518 = CARTESIAN_POINT('',(0.541586867305,-0.386566347469,
+ -2.778413132695));
+#5519 = VECTOR('',#5520,1.);
+#5520 = DIRECTION('',(0.702740385383,-0.110959008218,0.702740385383));
+#5521 = PLANE('',#5522);
+#5522 = AXIS2_PLACEMENT_3D('',#5523,#5524,#5525);
+#5523 = CARTESIAN_POINT('',(0.22,-0.32,-3.1));
+#5524 = DIRECTION('',(-0.707106781187,1.735417226644E-18,0.707106781187)
+ );
+#5525 = DIRECTION('',(-1.227125289148E-18,-1.,1.227125289148E-18));
+#5526 = ADVANCED_FACE('',(#5527),#5547,.F.);
+#5527 = FACE_BOUND('',#5528,.F.);
+#5528 = EDGE_LOOP('',(#5529,#5530,#5531,#5532,#5533,#5541));
+#5529 = ORIENTED_EDGE('',*,*,#4741,.F.);
+#5530 = ORIENTED_EDGE('',*,*,#5468,.T.);
+#5531 = ORIENTED_EDGE('',*,*,#4668,.T.);
+#5532 = ORIENTED_EDGE('',*,*,#5516,.F.);
+#5533 = ORIENTED_EDGE('',*,*,#5534,.F.);
+#5534 = EDGE_CURVE('',#5535,#5486,#5537,.T.);
+#5535 = VERTEX_POINT('',#5536);
+#5536 = CARTESIAN_POINT('',(-0.317552593066,-0.351192514695,
+ -3.002447406934));
+#5537 = LINE('',#5538,#5539);
+#5538 = CARTESIAN_POINT('',(-0.32,-0.351192514695,-3.002447406934));
+#5539 = VECTOR('',#5540,1.);
+#5540 = DIRECTION('',(1.,0.,0.));
+#5541 = ORIENTED_EDGE('',*,*,#5542,.T.);
+#5542 = EDGE_CURVE('',#5535,#4707,#5543,.T.);
+#5543 = LINE('',#5544,#5545);
+#5544 = CARTESIAN_POINT('',(-0.699616963064,-0.411518467852,
+ -2.620383036936));
+#5545 = VECTOR('',#5546,1.);
+#5546 = DIRECTION('',(-0.702740385383,-0.110959008218,0.702740385383));
+#5547 = PLANE('',#5548);
+#5548 = AXIS2_PLACEMENT_3D('',#5549,#5550,#5551);
+#5549 = CARTESIAN_POINT('',(-0.32,-0.62,-1.3));
+#5550 = DIRECTION('',(0.,0.987762965329,0.155962573473));
+#5551 = DIRECTION('',(0.,0.155962573473,-0.987762965329));
+#5552 = ADVANCED_FACE('',(#5553),#5564,.F.);
+#5553 = FACE_BOUND('',#5554,.F.);
+#5554 = EDGE_LOOP('',(#5555,#5561,#5562,#5563));
+#5555 = ORIENTED_EDGE('',*,*,#5556,.T.);
+#5556 = EDGE_CURVE('',#4717,#4637,#5557,.T.);
+#5557 = LINE('',#5558,#5559);
+#5558 = CARTESIAN_POINT('',(-0.32,2.E-02,-1.3));
+#5559 = VECTOR('',#5560,1.);
+#5560 = DIRECTION('',(1.,0.,0.));
+#5561 = ORIENTED_EDGE('',*,*,#4644,.T.);
+#5562 = ORIENTED_EDGE('',*,*,#4690,.F.);
+#5563 = ORIENTED_EDGE('',*,*,#4724,.F.);
+#5564 = PLANE('',#5565);
+#5565 = AXIS2_PLACEMENT_3D('',#5566,#5567,#5568);
+#5566 = CARTESIAN_POINT('',(-0.32,2.E-02,-1.3));
+#5567 = DIRECTION('',(0.,-0.894427191,0.4472135955));
+#5568 = DIRECTION('',(0.,0.4472135955,0.894427191));
+#5569 = ADVANCED_FACE('',(#5570),#5590,.F.);
+#5570 = FACE_BOUND('',#5571,.F.);
+#5571 = EDGE_LOOP('',(#5572,#5573,#5581,#5587,#5588,#5589));
+#5572 = ORIENTED_EDGE('',*,*,#4716,.F.);
+#5573 = ORIENTED_EDGE('',*,*,#5574,.F.);
+#5574 = EDGE_CURVE('',#5575,#4709,#5577,.T.);
+#5575 = VERTEX_POINT('',#5576);
+#5576 = CARTESIAN_POINT('',(-0.317552593066,0.288807485305,
+ -3.002447406934));
+#5577 = LINE('',#5578,#5579);
+#5578 = CARTESIAN_POINT('',(-0.243720930233,0.300465116279,
+ -3.076279069767));
+#5579 = VECTOR('',#5580,1.);
+#5580 = DIRECTION('',(-0.702740385383,-0.110959008218,0.702740385383));
+#5581 = ORIENTED_EDGE('',*,*,#5582,.T.);
+#5582 = EDGE_CURVE('',#5575,#5502,#5583,.T.);
+#5583 = LINE('',#5584,#5585);
+#5584 = CARTESIAN_POINT('',(-0.32,0.288807485305,-3.002447406934));
+#5585 = VECTOR('',#5586,1.);
+#5586 = DIRECTION('',(1.,0.,0.));
+#5587 = ORIENTED_EDGE('',*,*,#5509,.T.);
+#5588 = ORIENTED_EDGE('',*,*,#4636,.T.);
+#5589 = ORIENTED_EDGE('',*,*,#5556,.F.);
+#5590 = PLANE('',#5591);
+#5591 = AXIS2_PLACEMENT_3D('',#5592,#5593,#5594);
+#5592 = CARTESIAN_POINT('',(-0.32,0.32,-3.2));
+#5593 = DIRECTION('',(0.,-0.987762965329,-0.155962573473));
+#5594 = DIRECTION('',(0.,-0.155962573473,0.987762965329));
+#5595 = ADVANCED_FACE('',(#5596),#5623,.T.);
+#5596 = FACE_BOUND('',#5597,.F.);
+#5597 = EDGE_LOOP('',(#5598,#5606,#5614,#5620,#5621,#5622));
+#5598 = ORIENTED_EDGE('',*,*,#5599,.F.);
+#5599 = EDGE_CURVE('',#5600,#5535,#5602,.T.);
+#5600 = VERTEX_POINT('',#5601);
+#5601 = CARTESIAN_POINT('',(-0.12,-0.12,-3.2));
+#5602 = LINE('',#5603,#5604);
+#5603 = CARTESIAN_POINT('',(-0.24881689775,-0.270752273427,
+ -3.07118310225));
+#5604 = VECTOR('',#5605,1.);
+#5605 = DIRECTION('',(-0.544770019249,-0.63753529491,0.544770019249));
+#5606 = ORIENTED_EDGE('',*,*,#5607,.T.);
+#5607 = EDGE_CURVE('',#5600,#5608,#5610,.T.);
+#5608 = VERTEX_POINT('',#5609);
+#5609 = CARTESIAN_POINT('',(-0.12,0.12,-3.2));
+#5610 = LINE('',#5611,#5612);
+#5611 = CARTESIAN_POINT('',(-0.12,-0.32,-3.2));
+#5612 = VECTOR('',#5613,1.);
+#5613 = DIRECTION('',(0.,1.,0.));
+#5614 = ORIENTED_EDGE('',*,*,#5615,.T.);
+#5615 = EDGE_CURVE('',#5608,#5575,#5616,.T.);
+#5616 = LINE('',#5617,#5618);
+#5617 = CARTESIAN_POINT('',(-0.155697812072,0.150503562587,
+ -3.164302187928));
+#5618 = VECTOR('',#5619,1.);
+#5619 = DIRECTION('',(-0.605209817607,0.517148096144,0.605209817607));
+#5620 = ORIENTED_EDGE('',*,*,#5574,.T.);
+#5621 = ORIENTED_EDGE('',*,*,#4706,.F.);
+#5622 = ORIENTED_EDGE('',*,*,#5542,.F.);
+#5623 = PLANE('',#5624);
+#5624 = AXIS2_PLACEMENT_3D('',#5625,#5626,#5627);
+#5625 = CARTESIAN_POINT('',(-0.22,-0.32,-3.1));
+#5626 = DIRECTION('',(-0.707106781187,-1.735417226644E-18,
+ -0.707106781187));
+#5627 = DIRECTION('',(1.227125289148E-18,-1.,1.227125289148E-18));
+#5628 = ADVANCED_FACE('',(#5629),#5654,.F.);
+#5629 = FACE_BOUND('',#5630,.T.);
+#5630 = EDGE_LOOP('',(#5631,#5639,#5647,#5653));
+#5631 = ORIENTED_EDGE('',*,*,#5632,.F.);
+#5632 = EDGE_CURVE('',#5633,#4756,#5635,.T.);
+#5633 = VERTEX_POINT('',#5634);
+#5634 = CARTESIAN_POINT('',(2.62,-0.12,-3.2));
+#5635 = LINE('',#5636,#5637);
+#5636 = CARTESIAN_POINT('',(2.646666666667,-0.146666666667,
+ -3.173333333333));
+#5637 = VECTOR('',#5638,1.);
+#5638 = DIRECTION('',(0.57735026919,-0.57735026919,0.57735026919));
+#5639 = ORIENTED_EDGE('',*,*,#5640,.T.);
+#5640 = EDGE_CURVE('',#5633,#5641,#5643,.T.);
+#5641 = VERTEX_POINT('',#5642);
+#5642 = CARTESIAN_POINT('',(2.62,0.12,-3.2));
+#5643 = LINE('',#5644,#5645);
+#5644 = CARTESIAN_POINT('',(2.62,-0.32,-3.2));
+#5645 = VECTOR('',#5646,1.);
+#5646 = DIRECTION('',(0.,1.,0.));
+#5647 = ORIENTED_EDGE('',*,*,#5648,.T.);
+#5648 = EDGE_CURVE('',#5641,#4758,#5649,.T.);
+#5649 = LINE('',#5650,#5651);
+#5650 = CARTESIAN_POINT('',(2.54,4.E-02,-3.28));
+#5651 = VECTOR('',#5652,1.);
+#5652 = DIRECTION('',(0.57735026919,0.57735026919,0.57735026919));
+#5653 = ORIENTED_EDGE('',*,*,#4755,.F.);
+#5654 = PLANE('',#5655);
+#5655 = AXIS2_PLACEMENT_3D('',#5656,#5657,#5658);
+#5656 = CARTESIAN_POINT('',(2.72,-0.32,-3.1));
+#5657 = DIRECTION('',(-0.707106781187,1.735417226644E-18,0.707106781187)
+ );
+#5658 = DIRECTION('',(-1.227125289148E-18,-1.,1.227125289148E-18));
+#5659 = ADVANCED_FACE('',(#5660),#5678,.T.);
+#5660 = FACE_BOUND('',#5661,.F.);
+#5661 = EDGE_LOOP('',(#5662,#5670,#5676,#5677));
+#5662 = ORIENTED_EDGE('',*,*,#5663,.F.);
+#5663 = EDGE_CURVE('',#5664,#4787,#5666,.T.);
+#5664 = VERTEX_POINT('',#5665);
+#5665 = CARTESIAN_POINT('',(2.38,0.12,-3.2));
+#5666 = LINE('',#5667,#5668);
+#5667 = CARTESIAN_POINT('',(2.353333333333,0.146666666667,
+ -3.173333333333));
+#5668 = VECTOR('',#5669,1.);
+#5669 = DIRECTION('',(-0.57735026919,0.57735026919,0.57735026919));
+#5670 = ORIENTED_EDGE('',*,*,#5671,.T.);
+#5671 = EDGE_CURVE('',#5664,#5641,#5672,.T.);
+#5672 = LINE('',#5673,#5674);
+#5673 = CARTESIAN_POINT('',(2.18,0.12,-3.2));
+#5674 = VECTOR('',#5675,1.);
+#5675 = DIRECTION('',(1.,0.,0.));
+#5676 = ORIENTED_EDGE('',*,*,#5648,.T.);
+#5677 = ORIENTED_EDGE('',*,*,#4794,.F.);
+#5678 = PLANE('',#5679);
+#5679 = AXIS2_PLACEMENT_3D('',#5680,#5681,#5682);
+#5680 = CARTESIAN_POINT('',(2.18,0.22,-3.1));
+#5681 = DIRECTION('',(-1.735417226644E-18,0.707106781187,-0.707106781187
+ ));
+#5682 = DIRECTION('',(-1.,-1.227125289148E-18,1.227125289148E-18));
+#5683 = ADVANCED_FACE('',(#5684),#5702,.T.);
+#5684 = FACE_BOUND('',#5685,.F.);
+#5685 = EDGE_LOOP('',(#5686,#5694,#5700,#5701));
+#5686 = ORIENTED_EDGE('',*,*,#5687,.F.);
+#5687 = EDGE_CURVE('',#5688,#4811,#5690,.T.);
+#5688 = VERTEX_POINT('',#5689);
+#5689 = CARTESIAN_POINT('',(2.38,-0.12,-3.2));
+#5690 = LINE('',#5691,#5692);
+#5691 = CARTESIAN_POINT('',(2.246666666667,-0.253333333333,
+ -3.066666666667));
+#5692 = VECTOR('',#5693,1.);
+#5693 = DIRECTION('',(-0.57735026919,-0.57735026919,0.57735026919));
+#5694 = ORIENTED_EDGE('',*,*,#5695,.T.);
+#5695 = EDGE_CURVE('',#5688,#5664,#5696,.T.);
+#5696 = LINE('',#5697,#5698);
+#5697 = CARTESIAN_POINT('',(2.38,-0.32,-3.2));
+#5698 = VECTOR('',#5699,1.);
+#5699 = DIRECTION('',(0.,1.,0.));
+#5700 = ORIENTED_EDGE('',*,*,#5663,.T.);
+#5701 = ORIENTED_EDGE('',*,*,#4810,.F.);
+#5702 = PLANE('',#5703);
+#5703 = AXIS2_PLACEMENT_3D('',#5704,#5705,#5706);
+#5704 = CARTESIAN_POINT('',(2.28,-0.32,-3.1));
+#5705 = DIRECTION('',(-0.707106781187,-1.735417226644E-18,
+ -0.707106781187));
+#5706 = DIRECTION('',(1.227125289148E-18,-1.,1.227125289148E-18));
+#5707 = ADVANCED_FACE('',(#5708),#5719,.T.);
+#5708 = FACE_BOUND('',#5709,.T.);
+#5709 = EDGE_LOOP('',(#5710,#5711,#5717,#5718));
+#5710 = ORIENTED_EDGE('',*,*,#5687,.F.);
+#5711 = ORIENTED_EDGE('',*,*,#5712,.T.);
+#5712 = EDGE_CURVE('',#5688,#5633,#5713,.T.);
+#5713 = LINE('',#5714,#5715);
+#5714 = CARTESIAN_POINT('',(2.18,-0.12,-3.2));
+#5715 = VECTOR('',#5716,1.);
+#5716 = DIRECTION('',(1.,0.,0.));
+#5717 = ORIENTED_EDGE('',*,*,#5632,.T.);
+#5718 = ORIENTED_EDGE('',*,*,#4837,.F.);
+#5719 = PLANE('',#5720);
+#5720 = AXIS2_PLACEMENT_3D('',#5721,#5722,#5723);
+#5721 = CARTESIAN_POINT('',(2.18,-0.22,-3.1));
+#5722 = DIRECTION('',(1.735417226644E-18,-0.707106781187,-0.707106781187
+ ));
+#5723 = DIRECTION('',(1.,1.227125289148E-18,1.227125289148E-18));
+#5724 = ADVANCED_FACE('',(#5725),#5736,.F.);
+#5725 = FACE_BOUND('',#5726,.F.);
+#5726 = EDGE_LOOP('',(#5727,#5728,#5729,#5735));
+#5727 = ORIENTED_EDGE('',*,*,#4868,.T.);
+#5728 = ORIENTED_EDGE('',*,*,#4916,.T.);
+#5729 = ORIENTED_EDGE('',*,*,#5730,.F.);
+#5730 = EDGE_CURVE('',#4990,#4917,#5731,.T.);
+#5731 = LINE('',#5732,#5733);
+#5732 = CARTESIAN_POINT('',(4.68,-0.62,-1.3));
+#5733 = VECTOR('',#5734,1.);
+#5734 = DIRECTION('',(1.,0.,0.));
+#5735 = ORIENTED_EDGE('',*,*,#4989,.F.);
+#5736 = PLANE('',#5737);
+#5737 = AXIS2_PLACEMENT_3D('',#5738,#5739,#5740);
+#5738 = CARTESIAN_POINT('',(4.68,-0.32,-0.7));
+#5739 = DIRECTION('',(0.,0.894427191,-0.4472135955));
+#5740 = DIRECTION('',(0.,-0.4472135955,-0.894427191));
+#5741 = ADVANCED_FACE('',(#5742),#5783,.F.);
+#5742 = FACE_BOUND('',#5743,.T.);
+#5743 = EDGE_LOOP('',(#5744,#5754,#5762,#5770,#5776,#5777));
+#5744 = ORIENTED_EDGE('',*,*,#5745,.F.);
+#5745 = EDGE_CURVE('',#5746,#5748,#5750,.T.);
+#5746 = VERTEX_POINT('',#5747);
+#5747 = CARTESIAN_POINT('',(5.12,-0.12,-3.2));
+#5748 = VERTEX_POINT('',#5749);
+#5749 = CARTESIAN_POINT('',(5.317552593066,-0.351192514695,
+ -3.002447406934));
+#5750 = LINE('',#5751,#5752);
+#5751 = CARTESIAN_POINT('',(5.153849098111,-0.159613036666,
+ -3.166150901889));
+#5752 = VECTOR('',#5753,1.);
+#5753 = DIRECTION('',(0.544770019249,-0.63753529491,0.544770019249));
+#5754 = ORIENTED_EDGE('',*,*,#5755,.T.);
+#5755 = EDGE_CURVE('',#5746,#5756,#5758,.T.);
+#5756 = VERTEX_POINT('',#5757);
+#5757 = CARTESIAN_POINT('',(5.12,0.12,-3.2));
+#5758 = LINE('',#5759,#5760);
+#5759 = CARTESIAN_POINT('',(5.12,-0.32,-3.2));
+#5760 = VECTOR('',#5761,1.);
+#5761 = DIRECTION('',(0.,1.,0.));
+#5762 = ORIENTED_EDGE('',*,*,#5763,.T.);
+#5763 = EDGE_CURVE('',#5756,#5764,#5766,.T.);
+#5764 = VERTEX_POINT('',#5765);
+#5765 = CARTESIAN_POINT('',(5.317552593066,0.288807485305,
+ -3.002447406934));
+#5766 = LINE('',#5767,#5768);
+#5767 = CARTESIAN_POINT('',(5.038488556608,5.034896900541E-02,
+ -3.281511443392));
+#5768 = VECTOR('',#5769,1.);
+#5769 = DIRECTION('',(0.605209817607,0.517148096144,0.605209817607));
+#5770 = ORIENTED_EDGE('',*,*,#5771,.T.);
+#5771 = EDGE_CURVE('',#5764,#4885,#5772,.T.);
+#5772 = LINE('',#5773,#5774);
+#5773 = CARTESIAN_POINT('',(5.085690834473,0.325417236662,
+ -3.234309165527));
+#5774 = VECTOR('',#5775,1.);
+#5775 = DIRECTION('',(0.702740385383,-0.110959008218,0.702740385383));
+#5776 = ORIENTED_EDGE('',*,*,#4882,.F.);
+#5777 = ORIENTED_EDGE('',*,*,#5778,.F.);
+#5778 = EDGE_CURVE('',#5748,#4883,#5779,.T.);
+#5779 = LINE('',#5780,#5781);
+#5780 = CARTESIAN_POINT('',(5.541586867305,-0.386566347469,
+ -2.778413132695));
+#5781 = VECTOR('',#5782,1.);
+#5782 = DIRECTION('',(0.702740385383,-0.110959008218,0.702740385383));
+#5783 = PLANE('',#5784);
+#5784 = AXIS2_PLACEMENT_3D('',#5785,#5786,#5787);
+#5785 = CARTESIAN_POINT('',(5.22,-0.32,-3.1));
+#5786 = DIRECTION('',(-0.707106781187,1.735417226644E-18,0.707106781187)
+ );
+#5787 = DIRECTION('',(-1.227125289148E-18,-1.,1.227125289148E-18));
+#5788 = ADVANCED_FACE('',(#5789),#5809,.F.);
+#5789 = FACE_BOUND('',#5790,.F.);
+#5790 = EDGE_LOOP('',(#5791,#5792,#5793,#5794,#5795,#5803));
+#5791 = ORIENTED_EDGE('',*,*,#4997,.F.);
+#5792 = ORIENTED_EDGE('',*,*,#5730,.T.);
+#5793 = ORIENTED_EDGE('',*,*,#4924,.T.);
+#5794 = ORIENTED_EDGE('',*,*,#5778,.F.);
+#5795 = ORIENTED_EDGE('',*,*,#5796,.F.);
+#5796 = EDGE_CURVE('',#5797,#5748,#5799,.T.);
+#5797 = VERTEX_POINT('',#5798);
+#5798 = CARTESIAN_POINT('',(4.682447406934,-0.351192514695,
+ -3.002447406934));
+#5799 = LINE('',#5800,#5801);
+#5800 = CARTESIAN_POINT('',(4.68,-0.351192514695,-3.002447406934));
+#5801 = VECTOR('',#5802,1.);
+#5802 = DIRECTION('',(1.,0.,0.));
+#5803 = ORIENTED_EDGE('',*,*,#5804,.T.);
+#5804 = EDGE_CURVE('',#5797,#4963,#5805,.T.);
+#5805 = LINE('',#5806,#5807);
+#5806 = CARTESIAN_POINT('',(4.300383036936,-0.411518467852,
+ -2.620383036936));
+#5807 = VECTOR('',#5808,1.);
+#5808 = DIRECTION('',(-0.702740385383,-0.110959008218,0.702740385383));
+#5809 = PLANE('',#5810);
+#5810 = AXIS2_PLACEMENT_3D('',#5811,#5812,#5813);
+#5811 = CARTESIAN_POINT('',(4.68,-0.62,-1.3));
+#5812 = DIRECTION('',(0.,0.987762965329,0.155962573473));
+#5813 = DIRECTION('',(0.,0.155962573473,-0.987762965329));
+#5814 = ADVANCED_FACE('',(#5815),#5826,.F.);
+#5815 = FACE_BOUND('',#5816,.F.);
+#5816 = EDGE_LOOP('',(#5817,#5823,#5824,#5825));
+#5817 = ORIENTED_EDGE('',*,*,#5818,.T.);
+#5818 = EDGE_CURVE('',#4973,#4893,#5819,.T.);
+#5819 = LINE('',#5820,#5821);
+#5820 = CARTESIAN_POINT('',(4.68,2.E-02,-1.3));
+#5821 = VECTOR('',#5822,1.);
+#5822 = DIRECTION('',(1.,0.,0.));
+#5823 = ORIENTED_EDGE('',*,*,#4900,.T.);
+#5824 = ORIENTED_EDGE('',*,*,#4946,.F.);
+#5825 = ORIENTED_EDGE('',*,*,#4980,.F.);
+#5826 = PLANE('',#5827);
+#5827 = AXIS2_PLACEMENT_3D('',#5828,#5829,#5830);
+#5828 = CARTESIAN_POINT('',(4.68,2.E-02,-1.3));
+#5829 = DIRECTION('',(0.,-0.894427191,0.4472135955));
+#5830 = DIRECTION('',(0.,0.4472135955,0.894427191));
+#5831 = ADVANCED_FACE('',(#5832),#5852,.F.);
+#5832 = FACE_BOUND('',#5833,.F.);
+#5833 = EDGE_LOOP('',(#5834,#5835,#5843,#5849,#5850,#5851));
+#5834 = ORIENTED_EDGE('',*,*,#4972,.F.);
+#5835 = ORIENTED_EDGE('',*,*,#5836,.F.);
+#5836 = EDGE_CURVE('',#5837,#4965,#5839,.T.);
+#5837 = VERTEX_POINT('',#5838);
+#5838 = CARTESIAN_POINT('',(4.682447406934,0.288807485305,
+ -3.002447406934));
+#5839 = LINE('',#5840,#5841);
+#5840 = CARTESIAN_POINT('',(4.756279069767,0.300465116279,
+ -3.076279069767));
+#5841 = VECTOR('',#5842,1.);
+#5842 = DIRECTION('',(-0.702740385383,-0.110959008218,0.702740385383));
+#5843 = ORIENTED_EDGE('',*,*,#5844,.T.);
+#5844 = EDGE_CURVE('',#5837,#5764,#5845,.T.);
+#5845 = LINE('',#5846,#5847);
+#5846 = CARTESIAN_POINT('',(4.68,0.288807485305,-3.002447406934));
+#5847 = VECTOR('',#5848,1.);
+#5848 = DIRECTION('',(1.,0.,0.));
+#5849 = ORIENTED_EDGE('',*,*,#5771,.T.);
+#5850 = ORIENTED_EDGE('',*,*,#4892,.T.);
+#5851 = ORIENTED_EDGE('',*,*,#5818,.F.);
+#5852 = PLANE('',#5853);
+#5853 = AXIS2_PLACEMENT_3D('',#5854,#5855,#5856);
+#5854 = CARTESIAN_POINT('',(4.68,0.32,-3.2));
+#5855 = DIRECTION('',(0.,-0.987762965329,-0.155962573473));
+#5856 = DIRECTION('',(0.,-0.155962573473,0.987762965329));
+#5857 = ADVANCED_FACE('',(#5858),#5885,.T.);
+#5858 = FACE_BOUND('',#5859,.F.);
+#5859 = EDGE_LOOP('',(#5860,#5868,#5876,#5882,#5883,#5884));
+#5860 = ORIENTED_EDGE('',*,*,#5861,.F.);
+#5861 = EDGE_CURVE('',#5862,#5797,#5864,.T.);
+#5862 = VERTEX_POINT('',#5863);
+#5863 = CARTESIAN_POINT('',(4.88,-0.12,-3.2));
+#5864 = LINE('',#5865,#5866);
+#5865 = CARTESIAN_POINT('',(4.75118310225,-0.270752273427,-3.07118310225
+ ));
+#5866 = VECTOR('',#5867,1.);
+#5867 = DIRECTION('',(-0.544770019249,-0.63753529491,0.544770019249));
+#5868 = ORIENTED_EDGE('',*,*,#5869,.T.);
+#5869 = EDGE_CURVE('',#5862,#5870,#5872,.T.);
+#5870 = VERTEX_POINT('',#5871);
+#5871 = CARTESIAN_POINT('',(4.88,0.12,-3.2));
+#5872 = LINE('',#5873,#5874);
+#5873 = CARTESIAN_POINT('',(4.88,-0.32,-3.2));
+#5874 = VECTOR('',#5875,1.);
+#5875 = DIRECTION('',(0.,1.,0.));
+#5876 = ORIENTED_EDGE('',*,*,#5877,.T.);
+#5877 = EDGE_CURVE('',#5870,#5837,#5878,.T.);
+#5878 = LINE('',#5879,#5880);
+#5879 = CARTESIAN_POINT('',(4.844302187928,0.150503562587,
+ -3.164302187928));
+#5880 = VECTOR('',#5881,1.);
+#5881 = DIRECTION('',(-0.605209817607,0.517148096144,0.605209817607));
+#5882 = ORIENTED_EDGE('',*,*,#5836,.T.);
+#5883 = ORIENTED_EDGE('',*,*,#4962,.F.);
+#5884 = ORIENTED_EDGE('',*,*,#5804,.F.);
+#5885 = PLANE('',#5886);
+#5886 = AXIS2_PLACEMENT_3D('',#5887,#5888,#5889);
+#5887 = CARTESIAN_POINT('',(4.78,-0.32,-3.1));
+#5888 = DIRECTION('',(-0.707106781187,-1.735417226644E-18,
+ -0.707106781187));
+#5889 = DIRECTION('',(1.227125289148E-18,-1.,1.227125289148E-18));
+#5890 = ADVANCED_FACE('',(#5891),#5902,.T.);
+#5891 = FACE_BOUND('',#5892,.T.);
+#5892 = EDGE_LOOP('',(#5893,#5894,#5895,#5901));
+#5893 = ORIENTED_EDGE('',*,*,#5092,.F.);
+#5894 = ORIENTED_EDGE('',*,*,#5069,.T.);
+#5895 = ORIENTED_EDGE('',*,*,#5896,.T.);
+#5896 = EDGE_CURVE('',#5062,#5125,#5897,.T.);
+#5897 = LINE('',#5898,#5899);
+#5898 = CARTESIAN_POINT('',(6.5,0.65,6.));
+#5899 = VECTOR('',#5900,1.);
+#5900 = DIRECTION('',(-0.,-0.,-1.));
+#5901 = ORIENTED_EDGE('',*,*,#5124,.F.);
+#5902 = PLANE('',#5903);
+#5903 = AXIS2_PLACEMENT_3D('',#5904,#5905,#5906);
+#5904 = CARTESIAN_POINT('',(6.5,-0.814780671729,3.627769701184));
+#5905 = DIRECTION('',(-1.,-8.024334182119E-32,-2.506668067558E-31));
+#5906 = DIRECTION('',(2.506668067558E-31,0.,-1.));
+#5907 = ADVANCED_FACE('',(#5908),#5919,.F.);
+#5908 = FACE_BOUND('',#5909,.F.);
+#5909 = EDGE_LOOP('',(#5910,#5911,#5912,#5918));
+#5910 = ORIENTED_EDGE('',*,*,#5896,.T.);
+#5911 = ORIENTED_EDGE('',*,*,#5132,.T.);
+#5912 = ORIENTED_EDGE('',*,*,#5913,.F.);
+#5913 = EDGE_CURVE('',#5054,#5133,#5914,.T.);
+#5914 = LINE('',#5915,#5916);
+#5915 = CARTESIAN_POINT('',(7.05,0.65,6.));
+#5916 = VECTOR('',#5917,1.);
+#5917 = DIRECTION('',(-0.,-0.,-1.));
+#5918 = ORIENTED_EDGE('',*,*,#5061,.F.);
+#5919 = PLANE('',#5920);
+#5920 = AXIS2_PLACEMENT_3D('',#5921,#5922,#5923);
+#5921 = CARTESIAN_POINT('',(6.5,0.65,6.));
+#5922 = DIRECTION('',(0.,-1.,0.));
+#5923 = DIRECTION('',(1.,0.,0.));
+#5924 = ADVANCED_FACE('',(#5925),#5936,.F.);
+#5925 = FACE_BOUND('',#5926,.F.);
+#5926 = EDGE_LOOP('',(#5927,#5928,#5929,#5935));
+#5927 = ORIENTED_EDGE('',*,*,#5913,.T.);
+#5928 = ORIENTED_EDGE('',*,*,#5140,.T.);
+#5929 = ORIENTED_EDGE('',*,*,#5930,.F.);
+#5930 = EDGE_CURVE('',#5046,#5141,#5931,.T.);
+#5931 = LINE('',#5932,#5933);
+#5932 = CARTESIAN_POINT('',(7.05,1.15,6.));
+#5933 = VECTOR('',#5934,1.);
+#5934 = DIRECTION('',(-0.,-0.,-1.));
+#5935 = ORIENTED_EDGE('',*,*,#5053,.F.);
+#5936 = PLANE('',#5937);
+#5937 = AXIS2_PLACEMENT_3D('',#5938,#5939,#5940);
+#5938 = CARTESIAN_POINT('',(7.05,0.65,6.));
+#5939 = DIRECTION('',(1.,0.,0.));
+#5940 = DIRECTION('',(-0.,1.,0.));
+#5941 = ADVANCED_FACE('',(#5942),#5953,.F.);
+#5942 = FACE_BOUND('',#5943,.F.);
+#5943 = EDGE_LOOP('',(#5944,#5945,#5946,#5952));
+#5944 = ORIENTED_EDGE('',*,*,#5930,.T.);
+#5945 = ORIENTED_EDGE('',*,*,#5148,.T.);
+#5946 = ORIENTED_EDGE('',*,*,#5947,.F.);
+#5947 = EDGE_CURVE('',#5038,#5149,#5948,.T.);
+#5948 = LINE('',#5949,#5950);
+#5949 = CARTESIAN_POINT('',(-2.05,1.15,6.));
+#5950 = VECTOR('',#5951,1.);
+#5951 = DIRECTION('',(-0.,-0.,-1.));
+#5952 = ORIENTED_EDGE('',*,*,#5045,.F.);
+#5953 = PLANE('',#5954);
+#5954 = AXIS2_PLACEMENT_3D('',#5955,#5956,#5957);
+#5955 = CARTESIAN_POINT('',(7.05,1.15,6.));
+#5956 = DIRECTION('',(0.,1.,0.));
+#5957 = DIRECTION('',(-1.,0.,0.));
+#5958 = ADVANCED_FACE('',(#5959),#5970,.F.);
+#5959 = FACE_BOUND('',#5960,.F.);
+#5960 = EDGE_LOOP('',(#5961,#5962,#5963,#5969));
+#5961 = ORIENTED_EDGE('',*,*,#5947,.T.);
+#5962 = ORIENTED_EDGE('',*,*,#5156,.T.);
+#5963 = ORIENTED_EDGE('',*,*,#5964,.F.);
+#5964 = EDGE_CURVE('',#5030,#5157,#5965,.T.);
+#5965 = LINE('',#5966,#5967);
+#5966 = CARTESIAN_POINT('',(-2.05,0.65,6.));
+#5967 = VECTOR('',#5968,1.);
+#5968 = DIRECTION('',(-0.,-0.,-1.));
+#5969 = ORIENTED_EDGE('',*,*,#5037,.F.);
+#5970 = PLANE('',#5971);
+#5971 = AXIS2_PLACEMENT_3D('',#5972,#5973,#5974);
+#5972 = CARTESIAN_POINT('',(-2.05,1.15,6.));
+#5973 = DIRECTION('',(-1.,0.,0.));
+#5974 = DIRECTION('',(0.,-1.,0.));
+#5975 = ADVANCED_FACE('',(#5976),#5987,.F.);
+#5976 = FACE_BOUND('',#5977,.F.);
+#5977 = EDGE_LOOP('',(#5978,#5979,#5980,#5986));
+#5978 = ORIENTED_EDGE('',*,*,#5964,.T.);
+#5979 = ORIENTED_EDGE('',*,*,#5164,.T.);
+#5980 = ORIENTED_EDGE('',*,*,#5981,.F.);
+#5981 = EDGE_CURVE('',#5022,#5165,#5982,.T.);
+#5982 = LINE('',#5983,#5984);
+#5983 = CARTESIAN_POINT('',(-1.5,0.65,6.));
+#5984 = VECTOR('',#5985,1.);
+#5985 = DIRECTION('',(-0.,-0.,-1.));
+#5986 = ORIENTED_EDGE('',*,*,#5029,.F.);
+#5987 = PLANE('',#5988);
+#5988 = AXIS2_PLACEMENT_3D('',#5989,#5990,#5991);
+#5989 = CARTESIAN_POINT('',(-2.05,0.65,6.));
+#5990 = DIRECTION('',(0.,-1.,0.));
+#5991 = DIRECTION('',(1.,0.,0.));
+#5992 = ADVANCED_FACE('',(#5993),#5999,.T.);
+#5993 = FACE_BOUND('',#5994,.T.);
+#5994 = EDGE_LOOP('',(#5995,#5996,#5997,#5998));
+#5995 = ORIENTED_EDGE('',*,*,#5021,.T.);
+#5996 = ORIENTED_EDGE('',*,*,#5451,.F.);
+#5997 = ORIENTED_EDGE('',*,*,#5172,.F.);
+#5998 = ORIENTED_EDGE('',*,*,#5981,.F.);
+#5999 = PLANE('',#6000);
+#6000 = AXIS2_PLACEMENT_3D('',#6001,#6002,#6003);
+#6001 = CARTESIAN_POINT('',(-1.5,-0.814780671729,3.627769701184));
+#6002 = DIRECTION('',(1.,4.702036321642E-33,-1.762255155449E-32));
+#6003 = DIRECTION('',(1.762255155449E-32,0.,1.));
+#6004 = ADVANCED_FACE('',(#6005),#6030,.F.);
+#6005 = FACE_BOUND('',#6006,.F.);
+#6006 = EDGE_LOOP('',(#6007,#6015,#6023,#6029));
+#6007 = ORIENTED_EDGE('',*,*,#6008,.F.);
+#6008 = EDGE_CURVE('',#6009,#5206,#6011,.T.);
+#6009 = VERTEX_POINT('',#6010);
+#6010 = CARTESIAN_POINT('',(4.68,-0.32,4.9));
+#6011 = LINE('',#6012,#6013);
+#6012 = CARTESIAN_POINT('',(4.68,-0.32,5.1));
+#6013 = VECTOR('',#6014,1.);
+#6014 = DIRECTION('',(0.,0.,-1.));
+#6015 = ORIENTED_EDGE('',*,*,#6016,.T.);
+#6016 = EDGE_CURVE('',#6009,#6017,#6019,.T.);
+#6017 = VERTEX_POINT('',#6018);
+#6018 = CARTESIAN_POINT('',(5.32,-0.32,4.9));
+#6019 = LINE('',#6020,#6021);
+#6020 = CARTESIAN_POINT('',(4.68,-0.32,4.9));
+#6021 = VECTOR('',#6022,1.);
+#6022 = DIRECTION('',(1.,0.,0.));
+#6023 = ORIENTED_EDGE('',*,*,#6024,.T.);
+#6024 = EDGE_CURVE('',#6017,#5204,#6025,.T.);
+#6025 = LINE('',#6026,#6027);
+#6026 = CARTESIAN_POINT('',(5.32,-0.32,5.1));
+#6027 = VECTOR('',#6028,1.);
+#6028 = DIRECTION('',(0.,0.,-1.));
+#6029 = ORIENTED_EDGE('',*,*,#5203,.T.);
+#6030 = PLANE('',#6031);
+#6031 = AXIS2_PLACEMENT_3D('',#6032,#6033,#6034);
+#6032 = CARTESIAN_POINT('',(4.68,-0.32,5.1));
+#6033 = DIRECTION('',(0.,1.,0.));
+#6034 = DIRECTION('',(0.,0.,-1.));
+#6035 = ADVANCED_FACE('',(#6036),#6054,.T.);
+#6036 = FACE_BOUND('',#6037,.T.);
+#6037 = EDGE_LOOP('',(#6038,#6039,#6047,#6053));
+#6038 = ORIENTED_EDGE('',*,*,#5229,.T.);
+#6039 = ORIENTED_EDGE('',*,*,#6040,.T.);
+#6040 = EDGE_CURVE('',#5222,#6041,#6043,.T.);
+#6041 = VERTEX_POINT('',#6042);
+#6042 = CARTESIAN_POINT('',(5.32,0.32,4.9));
+#6043 = LINE('',#6044,#6045);
+#6044 = CARTESIAN_POINT('',(5.32,0.32,-0.7));
+#6045 = VECTOR('',#6046,1.);
+#6046 = DIRECTION('',(0.,0.,1.));
+#6047 = ORIENTED_EDGE('',*,*,#6048,.T.);
+#6048 = EDGE_CURVE('',#6041,#6017,#6049,.T.);
+#6049 = LINE('',#6050,#6051);
+#6050 = CARTESIAN_POINT('',(5.32,0.32,4.9));
+#6051 = VECTOR('',#6052,1.);
+#6052 = DIRECTION('',(0.,-1.,0.));
+#6053 = ORIENTED_EDGE('',*,*,#6024,.T.);
+#6054 = PLANE('',#6055);
+#6055 = AXIS2_PLACEMENT_3D('',#6056,#6057,#6058);
+#6056 = CARTESIAN_POINT('',(5.32,-4.307486879287E-02,0.926376556288));
+#6057 = DIRECTION('',(1.,0.,0.));
+#6058 = DIRECTION('',(0.,0.,1.));
+#6059 = ADVANCED_FACE('',(#6060),#6078,.F.);
+#6060 = FACE_BOUND('',#6061,.F.);
+#6061 = EDGE_LOOP('',(#6062,#6070,#6071,#6072));
+#6062 = ORIENTED_EDGE('',*,*,#6063,.F.);
+#6063 = EDGE_CURVE('',#5214,#6064,#6066,.T.);
+#6064 = VERTEX_POINT('',#6065);
+#6065 = CARTESIAN_POINT('',(4.68,0.32,4.9));
+#6066 = LINE('',#6067,#6068);
+#6067 = CARTESIAN_POINT('',(4.68,0.32,-0.7));
+#6068 = VECTOR('',#6069,1.);
+#6069 = DIRECTION('',(0.,0.,1.));
+#6070 = ORIENTED_EDGE('',*,*,#5221,.T.);
+#6071 = ORIENTED_EDGE('',*,*,#6040,.T.);
+#6072 = ORIENTED_EDGE('',*,*,#6073,.F.);
+#6073 = EDGE_CURVE('',#6064,#6041,#6074,.T.);
+#6074 = LINE('',#6075,#6076);
+#6075 = CARTESIAN_POINT('',(4.68,0.32,4.9));
+#6076 = VECTOR('',#6077,1.);
+#6077 = DIRECTION('',(1.,0.,0.));
+#6078 = PLANE('',#6079);
+#6079 = AXIS2_PLACEMENT_3D('',#6080,#6081,#6082);
+#6080 = CARTESIAN_POINT('',(4.68,0.32,-0.7));
+#6081 = DIRECTION('',(0.,-1.,0.));
+#6082 = DIRECTION('',(0.,0.,1.));
+#6083 = ADVANCED_FACE('',(#6084),#6095,.F.);
+#6084 = FACE_BOUND('',#6085,.F.);
+#6085 = EDGE_LOOP('',(#6086,#6087,#6088,#6094));
+#6086 = ORIENTED_EDGE('',*,*,#5213,.T.);
+#6087 = ORIENTED_EDGE('',*,*,#6063,.T.);
+#6088 = ORIENTED_EDGE('',*,*,#6089,.T.);
+#6089 = EDGE_CURVE('',#6064,#6009,#6090,.T.);
+#6090 = LINE('',#6091,#6092);
+#6091 = CARTESIAN_POINT('',(4.68,0.32,4.9));
+#6092 = VECTOR('',#6093,1.);
+#6093 = DIRECTION('',(0.,-1.,0.));
+#6094 = ORIENTED_EDGE('',*,*,#6008,.T.);
+#6095 = PLANE('',#6096);
+#6096 = AXIS2_PLACEMENT_3D('',#6097,#6098,#6099);
+#6097 = CARTESIAN_POINT('',(4.68,-4.307486879287E-02,0.926376556288));
+#6098 = DIRECTION('',(1.,0.,0.));
+#6099 = DIRECTION('',(0.,0.,1.));
+#6100 = ADVANCED_FACE('',(#6101),#6126,.T.);
+#6101 = FACE_BOUND('',#6102,.T.);
+#6102 = EDGE_LOOP('',(#6103,#6104,#6112,#6120));
+#6103 = ORIENTED_EDGE('',*,*,#5237,.T.);
+#6104 = ORIENTED_EDGE('',*,*,#6105,.T.);
+#6105 = EDGE_CURVE('',#5240,#6106,#6108,.T.);
+#6106 = VERTEX_POINT('',#6107);
+#6107 = CARTESIAN_POINT('',(2.82,0.32,4.9));
+#6108 = LINE('',#6109,#6110);
+#6109 = CARTESIAN_POINT('',(2.82,0.32,-3.2));
+#6110 = VECTOR('',#6111,1.);
+#6111 = DIRECTION('',(0.,0.,1.));
+#6112 = ORIENTED_EDGE('',*,*,#6113,.T.);
+#6113 = EDGE_CURVE('',#6106,#6114,#6116,.T.);
+#6114 = VERTEX_POINT('',#6115);
+#6115 = CARTESIAN_POINT('',(2.82,-0.32,4.9));
+#6116 = LINE('',#6117,#6118);
+#6117 = CARTESIAN_POINT('',(2.82,0.32,4.9));
+#6118 = VECTOR('',#6119,1.);
+#6119 = DIRECTION('',(0.,-1.,0.));
+#6120 = ORIENTED_EDGE('',*,*,#6121,.T.);
+#6121 = EDGE_CURVE('',#6114,#5238,#6122,.T.);
+#6122 = LINE('',#6123,#6124);
+#6123 = CARTESIAN_POINT('',(2.82,-0.32,5.1));
+#6124 = VECTOR('',#6125,1.);
+#6125 = DIRECTION('',(0.,0.,-1.));
+#6126 = PLANE('',#6127);
+#6127 = AXIS2_PLACEMENT_3D('',#6128,#6129,#6130);
+#6128 = CARTESIAN_POINT('',(2.82,0.,0.95));
+#6129 = DIRECTION('',(1.,0.,0.));
+#6130 = DIRECTION('',(0.,0.,1.));
+#6131 = ADVANCED_FACE('',(#6132),#6150,.F.);
+#6132 = FACE_BOUND('',#6133,.F.);
+#6133 = EDGE_LOOP('',(#6134,#6142,#6143,#6144));
+#6134 = ORIENTED_EDGE('',*,*,#6135,.F.);
+#6135 = EDGE_CURVE('',#5256,#6136,#6138,.T.);
+#6136 = VERTEX_POINT('',#6137);
+#6137 = CARTESIAN_POINT('',(2.18,0.32,4.9));
+#6138 = LINE('',#6139,#6140);
+#6139 = CARTESIAN_POINT('',(2.18,0.32,-3.2));
+#6140 = VECTOR('',#6141,1.);
+#6141 = DIRECTION('',(0.,0.,1.));
+#6142 = ORIENTED_EDGE('',*,*,#5263,.T.);
+#6143 = ORIENTED_EDGE('',*,*,#6105,.T.);
+#6144 = ORIENTED_EDGE('',*,*,#6145,.F.);
+#6145 = EDGE_CURVE('',#6136,#6106,#6146,.T.);
+#6146 = LINE('',#6147,#6148);
+#6147 = CARTESIAN_POINT('',(2.18,0.32,4.9));
+#6148 = VECTOR('',#6149,1.);
+#6149 = DIRECTION('',(1.,0.,0.));
+#6150 = PLANE('',#6151);
+#6151 = AXIS2_PLACEMENT_3D('',#6152,#6153,#6154);
+#6152 = CARTESIAN_POINT('',(2.18,0.32,-3.2));
+#6153 = DIRECTION('',(0.,-1.,0.));
+#6154 = DIRECTION('',(0.,0.,1.));
+#6155 = ADVANCED_FACE('',(#6156),#6174,.F.);
+#6156 = FACE_BOUND('',#6157,.F.);
+#6157 = EDGE_LOOP('',(#6158,#6159,#6160,#6168));
+#6158 = ORIENTED_EDGE('',*,*,#5255,.T.);
+#6159 = ORIENTED_EDGE('',*,*,#6135,.T.);
+#6160 = ORIENTED_EDGE('',*,*,#6161,.T.);
+#6161 = EDGE_CURVE('',#6136,#6162,#6164,.T.);
+#6162 = VERTEX_POINT('',#6163);
+#6163 = CARTESIAN_POINT('',(2.18,-0.32,4.9));
+#6164 = LINE('',#6165,#6166);
+#6165 = CARTESIAN_POINT('',(2.18,0.32,4.9));
+#6166 = VECTOR('',#6167,1.);
+#6167 = DIRECTION('',(0.,-1.,0.));
+#6168 = ORIENTED_EDGE('',*,*,#6169,.T.);
+#6169 = EDGE_CURVE('',#6162,#5248,#6170,.T.);
+#6170 = LINE('',#6171,#6172);
+#6171 = CARTESIAN_POINT('',(2.18,-0.32,5.1));
+#6172 = VECTOR('',#6173,1.);
+#6173 = DIRECTION('',(0.,0.,-1.));
+#6174 = PLANE('',#6175);
+#6175 = AXIS2_PLACEMENT_3D('',#6176,#6177,#6178);
+#6176 = CARTESIAN_POINT('',(2.18,0.,0.95));
+#6177 = DIRECTION('',(1.,0.,0.));
+#6178 = DIRECTION('',(0.,0.,1.));
+#6179 = ADVANCED_FACE('',(#6180),#6191,.F.);
+#6180 = FACE_BOUND('',#6181,.F.);
+#6181 = EDGE_LOOP('',(#6182,#6183,#6189,#6190));
+#6182 = ORIENTED_EDGE('',*,*,#6169,.F.);
+#6183 = ORIENTED_EDGE('',*,*,#6184,.T.);
+#6184 = EDGE_CURVE('',#6162,#6114,#6185,.T.);
+#6185 = LINE('',#6186,#6187);
+#6186 = CARTESIAN_POINT('',(2.18,-0.32,4.9));
+#6187 = VECTOR('',#6188,1.);
+#6188 = DIRECTION('',(1.,0.,0.));
+#6189 = ORIENTED_EDGE('',*,*,#6121,.T.);
+#6190 = ORIENTED_EDGE('',*,*,#5247,.T.);
+#6191 = PLANE('',#6192);
+#6192 = AXIS2_PLACEMENT_3D('',#6193,#6194,#6195);
+#6193 = CARTESIAN_POINT('',(2.18,-0.32,5.1));
+#6194 = DIRECTION('',(0.,1.,0.));
+#6195 = DIRECTION('',(0.,0.,-1.));
+#6196 = ADVANCED_FACE('',(#6197),#6222,.F.);
+#6197 = FACE_BOUND('',#6198,.F.);
+#6198 = EDGE_LOOP('',(#6199,#6207,#6215,#6221));
+#6199 = ORIENTED_EDGE('',*,*,#6200,.F.);
+#6200 = EDGE_CURVE('',#6201,#5274,#6203,.T.);
+#6201 = VERTEX_POINT('',#6202);
+#6202 = CARTESIAN_POINT('',(-0.32,-0.32,4.9));
+#6203 = LINE('',#6204,#6205);
+#6204 = CARTESIAN_POINT('',(-0.32,-0.32,5.1));
+#6205 = VECTOR('',#6206,1.);
+#6206 = DIRECTION('',(0.,0.,-1.));
+#6207 = ORIENTED_EDGE('',*,*,#6208,.T.);
+#6208 = EDGE_CURVE('',#6201,#6209,#6211,.T.);
+#6209 = VERTEX_POINT('',#6210);
+#6210 = CARTESIAN_POINT('',(0.32,-0.32,4.9));
+#6211 = LINE('',#6212,#6213);
+#6212 = CARTESIAN_POINT('',(-0.32,-0.32,4.9));
+#6213 = VECTOR('',#6214,1.);
+#6214 = DIRECTION('',(1.,0.,0.));
+#6215 = ORIENTED_EDGE('',*,*,#6216,.T.);
+#6216 = EDGE_CURVE('',#6209,#5272,#6217,.T.);
+#6217 = LINE('',#6218,#6219);
+#6218 = CARTESIAN_POINT('',(0.32,-0.32,5.1));
+#6219 = VECTOR('',#6220,1.);
+#6220 = DIRECTION('',(0.,0.,-1.));
+#6221 = ORIENTED_EDGE('',*,*,#5271,.T.);
+#6222 = PLANE('',#6223);
+#6223 = AXIS2_PLACEMENT_3D('',#6224,#6225,#6226);
+#6224 = CARTESIAN_POINT('',(-0.32,-0.32,5.1));
+#6225 = DIRECTION('',(0.,1.,0.));
+#6226 = DIRECTION('',(0.,0.,-1.));
+#6227 = ADVANCED_FACE('',(#6228),#6246,.T.);
+#6228 = FACE_BOUND('',#6229,.T.);
+#6229 = EDGE_LOOP('',(#6230,#6231,#6239,#6245));
+#6230 = ORIENTED_EDGE('',*,*,#5297,.T.);
+#6231 = ORIENTED_EDGE('',*,*,#6232,.T.);
+#6232 = EDGE_CURVE('',#5290,#6233,#6235,.T.);
+#6233 = VERTEX_POINT('',#6234);
+#6234 = CARTESIAN_POINT('',(0.32,0.32,4.9));
+#6235 = LINE('',#6236,#6237);
+#6236 = CARTESIAN_POINT('',(0.32,0.32,-0.7));
+#6237 = VECTOR('',#6238,1.);
+#6238 = DIRECTION('',(0.,0.,1.));
+#6239 = ORIENTED_EDGE('',*,*,#6240,.T.);
+#6240 = EDGE_CURVE('',#6233,#6209,#6241,.T.);
+#6241 = LINE('',#6242,#6243);
+#6242 = CARTESIAN_POINT('',(0.32,0.32,4.9));
+#6243 = VECTOR('',#6244,1.);
+#6244 = DIRECTION('',(0.,-1.,0.));
+#6245 = ORIENTED_EDGE('',*,*,#6216,.T.);
+#6246 = PLANE('',#6247);
+#6247 = AXIS2_PLACEMENT_3D('',#6248,#6249,#6250);
+#6248 = CARTESIAN_POINT('',(0.32,-4.307486879287E-02,0.926376556288));
+#6249 = DIRECTION('',(1.,0.,0.));
+#6250 = DIRECTION('',(0.,0.,1.));
+#6251 = ADVANCED_FACE('',(#6252),#6270,.F.);
+#6252 = FACE_BOUND('',#6253,.F.);
+#6253 = EDGE_LOOP('',(#6254,#6262,#6263,#6264));
+#6254 = ORIENTED_EDGE('',*,*,#6255,.F.);
+#6255 = EDGE_CURVE('',#5282,#6256,#6258,.T.);
+#6256 = VERTEX_POINT('',#6257);
+#6257 = CARTESIAN_POINT('',(-0.32,0.32,4.9));
+#6258 = LINE('',#6259,#6260);
+#6259 = CARTESIAN_POINT('',(-0.32,0.32,-0.7));
+#6260 = VECTOR('',#6261,1.);
+#6261 = DIRECTION('',(0.,0.,1.));
+#6262 = ORIENTED_EDGE('',*,*,#5289,.T.);
+#6263 = ORIENTED_EDGE('',*,*,#6232,.T.);
+#6264 = ORIENTED_EDGE('',*,*,#6265,.F.);
+#6265 = EDGE_CURVE('',#6256,#6233,#6266,.T.);
+#6266 = LINE('',#6267,#6268);
+#6267 = CARTESIAN_POINT('',(-0.32,0.32,4.9));
+#6268 = VECTOR('',#6269,1.);
+#6269 = DIRECTION('',(1.,0.,0.));
+#6270 = PLANE('',#6271);
+#6271 = AXIS2_PLACEMENT_3D('',#6272,#6273,#6274);
+#6272 = CARTESIAN_POINT('',(-0.32,0.32,-0.7));
+#6273 = DIRECTION('',(0.,-1.,0.));
+#6274 = DIRECTION('',(0.,0.,1.));
+#6275 = ADVANCED_FACE('',(#6276),#6287,.F.);
+#6276 = FACE_BOUND('',#6277,.F.);
+#6277 = EDGE_LOOP('',(#6278,#6279,#6280,#6286));
+#6278 = ORIENTED_EDGE('',*,*,#5281,.T.);
+#6279 = ORIENTED_EDGE('',*,*,#6255,.T.);
+#6280 = ORIENTED_EDGE('',*,*,#6281,.T.);
+#6281 = EDGE_CURVE('',#6256,#6201,#6282,.T.);
+#6282 = LINE('',#6283,#6284);
+#6283 = CARTESIAN_POINT('',(-0.32,0.32,4.9));
+#6284 = VECTOR('',#6285,1.);
+#6285 = DIRECTION('',(0.,-1.,0.));
+#6286 = ORIENTED_EDGE('',*,*,#6200,.T.);
+#6287 = PLANE('',#6288);
+#6288 = AXIS2_PLACEMENT_3D('',#6289,#6290,#6291);
+#6289 = CARTESIAN_POINT('',(-0.32,-4.307486879287E-02,0.926376556288));
+#6290 = DIRECTION('',(1.,0.,0.));
+#6291 = DIRECTION('',(0.,0.,1.));
+#6292 = ADVANCED_FACE('',(#6293),#6304,.T.);
+#6293 = FACE_BOUND('',#6294,.T.);
+#6294 = EDGE_LOOP('',(#6295,#6296,#6302,#6303));
+#6295 = ORIENTED_EDGE('',*,*,#5599,.F.);
+#6296 = ORIENTED_EDGE('',*,*,#6297,.T.);
+#6297 = EDGE_CURVE('',#5600,#5484,#6298,.T.);
+#6298 = LINE('',#6299,#6300);
+#6299 = CARTESIAN_POINT('',(-0.32,-0.12,-3.2));
+#6300 = VECTOR('',#6301,1.);
+#6301 = DIRECTION('',(1.,0.,0.));
+#6302 = ORIENTED_EDGE('',*,*,#5483,.T.);
+#6303 = ORIENTED_EDGE('',*,*,#5534,.F.);
+#6304 = PLANE('',#6305);
+#6305 = AXIS2_PLACEMENT_3D('',#6306,#6307,#6308);
+#6306 = CARTESIAN_POINT('',(-0.32,-0.235596257347,-3.101223703467));
+#6307 = DIRECTION('',(-3.471050801573E-18,-0.64962967394,-0.760250805153
+ ));
+#6308 = DIRECTION('',(1.,-2.254897600456E-18,-2.638869166625E-18));
+#6309 = ADVANCED_FACE('',(#6310),#6321,.F.);
+#6310 = FACE_BOUND('',#6311,.F.);
+#6311 = EDGE_LOOP('',(#6312,#6313,#6314,#6315));
+#6312 = ORIENTED_EDGE('',*,*,#5607,.F.);
+#6313 = ORIENTED_EDGE('',*,*,#6297,.T.);
+#6314 = ORIENTED_EDGE('',*,*,#5493,.T.);
+#6315 = ORIENTED_EDGE('',*,*,#6316,.F.);
+#6316 = EDGE_CURVE('',#5608,#5494,#6317,.T.);
+#6317 = LINE('',#6318,#6319);
+#6318 = CARTESIAN_POINT('',(-0.32,0.12,-3.2));
+#6319 = VECTOR('',#6320,1.);
+#6320 = DIRECTION('',(1.,0.,0.));
+#6321 = PLANE('',#6322);
+#6322 = AXIS2_PLACEMENT_3D('',#6323,#6324,#6325);
+#6323 = CARTESIAN_POINT('',(-0.32,-0.32,-3.2));
+#6324 = DIRECTION('',(0.,0.,1.));
+#6325 = DIRECTION('',(0.,1.,0.));
+#6326 = ADVANCED_FACE('',(#6327),#6333,.T.);
+#6327 = FACE_BOUND('',#6328,.F.);
+#6328 = EDGE_LOOP('',(#6329,#6330,#6331,#6332));
+#6329 = ORIENTED_EDGE('',*,*,#5615,.F.);
+#6330 = ORIENTED_EDGE('',*,*,#6316,.T.);
+#6331 = ORIENTED_EDGE('',*,*,#5501,.T.);
+#6332 = ORIENTED_EDGE('',*,*,#5582,.F.);
+#6333 = PLANE('',#6334);
+#6334 = AXIS2_PLACEMENT_3D('',#6335,#6336,#6337);
+#6335 = CARTESIAN_POINT('',(-0.32,0.204403742653,-3.101223703467));
+#6336 = DIRECTION('',(0.,0.760250805153,-0.64962967394));
+#6337 = DIRECTION('',(-1.,0.,-0.));
+#6338 = ADVANCED_FACE('',(#6339),#6345,.F.);
+#6339 = FACE_BOUND('',#6340,.F.);
+#6340 = EDGE_LOOP('',(#6341,#6342,#6343,#6344));
+#6341 = ORIENTED_EDGE('',*,*,#5671,.F.);
+#6342 = ORIENTED_EDGE('',*,*,#5695,.F.);
+#6343 = ORIENTED_EDGE('',*,*,#5712,.T.);
+#6344 = ORIENTED_EDGE('',*,*,#5640,.T.);
+#6345 = PLANE('',#6346);
+#6346 = AXIS2_PLACEMENT_3D('',#6347,#6348,#6349);
+#6347 = CARTESIAN_POINT('',(2.18,-0.32,-3.2));
+#6348 = DIRECTION('',(0.,0.,1.));
+#6349 = DIRECTION('',(0.,1.,0.));
+#6350 = ADVANCED_FACE('',(#6351),#6362,.T.);
+#6351 = FACE_BOUND('',#6352,.T.);
+#6352 = EDGE_LOOP('',(#6353,#6354,#6360,#6361));
+#6353 = ORIENTED_EDGE('',*,*,#5861,.F.);
+#6354 = ORIENTED_EDGE('',*,*,#6355,.T.);
+#6355 = EDGE_CURVE('',#5862,#5746,#6356,.T.);
+#6356 = LINE('',#6357,#6358);
+#6357 = CARTESIAN_POINT('',(4.68,-0.12,-3.2));
+#6358 = VECTOR('',#6359,1.);
+#6359 = DIRECTION('',(1.,0.,0.));
+#6360 = ORIENTED_EDGE('',*,*,#5745,.T.);
+#6361 = ORIENTED_EDGE('',*,*,#5796,.F.);
+#6362 = PLANE('',#6363);
+#6363 = AXIS2_PLACEMENT_3D('',#6364,#6365,#6366);
+#6364 = CARTESIAN_POINT('',(4.68,-0.235596257347,-3.101223703467));
+#6365 = DIRECTION('',(-3.471050801573E-18,-0.64962967394,-0.760250805153
+ ));
+#6366 = DIRECTION('',(1.,-2.254897600456E-18,-2.638869166625E-18));
+#6367 = ADVANCED_FACE('',(#6368),#6379,.F.);
+#6368 = FACE_BOUND('',#6369,.F.);
+#6369 = EDGE_LOOP('',(#6370,#6371,#6372,#6373));
+#6370 = ORIENTED_EDGE('',*,*,#5869,.F.);
+#6371 = ORIENTED_EDGE('',*,*,#6355,.T.);
+#6372 = ORIENTED_EDGE('',*,*,#5755,.T.);
+#6373 = ORIENTED_EDGE('',*,*,#6374,.F.);
+#6374 = EDGE_CURVE('',#5870,#5756,#6375,.T.);
+#6375 = LINE('',#6376,#6377);
+#6376 = CARTESIAN_POINT('',(4.68,0.12,-3.2));
+#6377 = VECTOR('',#6378,1.);
+#6378 = DIRECTION('',(1.,0.,0.));
+#6379 = PLANE('',#6380);
+#6380 = AXIS2_PLACEMENT_3D('',#6381,#6382,#6383);
+#6381 = CARTESIAN_POINT('',(4.68,-0.32,-3.2));
+#6382 = DIRECTION('',(0.,0.,1.));
+#6383 = DIRECTION('',(0.,1.,0.));
+#6384 = ADVANCED_FACE('',(#6385),#6391,.T.);
+#6385 = FACE_BOUND('',#6386,.F.);
+#6386 = EDGE_LOOP('',(#6387,#6388,#6389,#6390));
+#6387 = ORIENTED_EDGE('',*,*,#5877,.F.);
+#6388 = ORIENTED_EDGE('',*,*,#6374,.T.);
+#6389 = ORIENTED_EDGE('',*,*,#5763,.T.);
+#6390 = ORIENTED_EDGE('',*,*,#5844,.F.);
+#6391 = PLANE('',#6392);
+#6392 = AXIS2_PLACEMENT_3D('',#6393,#6394,#6395);
+#6393 = CARTESIAN_POINT('',(4.68,0.204403742653,-3.101223703467));
+#6394 = DIRECTION('',(0.,0.760250805153,-0.64962967394));
+#6395 = DIRECTION('',(-1.,0.,-0.));
+#6396 = ADVANCED_FACE('',(#6397),#6422,.T.);
+#6397 = FACE_BOUND('',#6398,.F.);
+#6398 = EDGE_LOOP('',(#6399,#6407,#6415,#6421));
+#6399 = ORIENTED_EDGE('',*,*,#6400,.F.);
+#6400 = EDGE_CURVE('',#6401,#6009,#6403,.T.);
+#6401 = VERTEX_POINT('',#6402);
+#6402 = CARTESIAN_POINT('',(4.88,-0.12,5.1));
+#6403 = LINE('',#6404,#6405);
+#6404 = CARTESIAN_POINT('',(4.853333333333,-0.146666666667,
+ 5.073333333333));
+#6405 = VECTOR('',#6406,1.);
+#6406 = DIRECTION('',(-0.57735026919,-0.57735026919,-0.57735026919));
+#6407 = ORIENTED_EDGE('',*,*,#6408,.T.);
+#6408 = EDGE_CURVE('',#6401,#6409,#6411,.T.);
+#6409 = VERTEX_POINT('',#6410);
+#6410 = CARTESIAN_POINT('',(5.12,-0.12,5.1));
+#6411 = LINE('',#6412,#6413);
+#6412 = CARTESIAN_POINT('',(4.68,-0.12,5.1));
+#6413 = VECTOR('',#6414,1.);
+#6414 = DIRECTION('',(1.,0.,0.));
+#6415 = ORIENTED_EDGE('',*,*,#6416,.T.);
+#6416 = EDGE_CURVE('',#6409,#6017,#6417,.T.);
+#6417 = LINE('',#6418,#6419);
+#6418 = CARTESIAN_POINT('',(5.04,-4.E-02,5.18));
+#6419 = VECTOR('',#6420,1.);
+#6420 = DIRECTION('',(0.57735026919,-0.57735026919,-0.57735026919));
+#6421 = ORIENTED_EDGE('',*,*,#6016,.F.);
+#6422 = PLANE('',#6423);
+#6423 = AXIS2_PLACEMENT_3D('',#6424,#6425,#6426);
+#6424 = CARTESIAN_POINT('',(4.68,-0.22,5.));
+#6425 = DIRECTION('',(-1.735417226644E-18,-0.707106781187,0.707106781187
+ ));
+#6426 = DIRECTION('',(-1.,1.227125289148E-18,-1.227125289148E-18));
+#6427 = ADVANCED_FACE('',(#6428),#6446,.F.);
+#6428 = FACE_BOUND('',#6429,.T.);
+#6429 = EDGE_LOOP('',(#6430,#6438,#6444,#6445));
+#6430 = ORIENTED_EDGE('',*,*,#6431,.F.);
+#6431 = EDGE_CURVE('',#6432,#6041,#6434,.T.);
+#6432 = VERTEX_POINT('',#6433);
+#6433 = CARTESIAN_POINT('',(5.12,0.12,5.1));
+#6434 = LINE('',#6435,#6436);
+#6435 = CARTESIAN_POINT('',(5.146666666667,0.146666666667,5.073333333333
+ ));
+#6436 = VECTOR('',#6437,1.);
+#6437 = DIRECTION('',(0.57735026919,0.57735026919,-0.57735026919));
+#6438 = ORIENTED_EDGE('',*,*,#6439,.T.);
+#6439 = EDGE_CURVE('',#6432,#6409,#6440,.T.);
+#6440 = LINE('',#6441,#6442);
+#6441 = CARTESIAN_POINT('',(5.12,0.32,5.1));
+#6442 = VECTOR('',#6443,1.);
+#6443 = DIRECTION('',(0.,-1.,0.));
+#6444 = ORIENTED_EDGE('',*,*,#6416,.T.);
+#6445 = ORIENTED_EDGE('',*,*,#6048,.F.);
+#6446 = PLANE('',#6447);
+#6447 = AXIS2_PLACEMENT_3D('',#6448,#6449,#6450);
+#6448 = CARTESIAN_POINT('',(5.22,0.32,5.));
+#6449 = DIRECTION('',(-0.707106781187,-1.735417226644E-18,
+ -0.707106781187));
+#6450 = DIRECTION('',(-1.227125289148E-18,1.,-1.227125289148E-18));
+#6451 = ADVANCED_FACE('',(#6452),#6470,.T.);
+#6452 = FACE_BOUND('',#6453,.F.);
+#6453 = EDGE_LOOP('',(#6454,#6462,#6463,#6464));
+#6454 = ORIENTED_EDGE('',*,*,#6455,.T.);
+#6455 = EDGE_CURVE('',#6456,#6064,#6458,.T.);
+#6456 = VERTEX_POINT('',#6457);
+#6457 = CARTESIAN_POINT('',(4.88,0.12,5.1));
+#6458 = LINE('',#6459,#6460);
+#6459 = CARTESIAN_POINT('',(4.746666666667,0.253333333333,4.966666666667
+ ));
+#6460 = VECTOR('',#6461,1.);
+#6461 = DIRECTION('',(-0.57735026919,0.57735026919,-0.57735026919));
+#6462 = ORIENTED_EDGE('',*,*,#6073,.T.);
+#6463 = ORIENTED_EDGE('',*,*,#6431,.F.);
+#6464 = ORIENTED_EDGE('',*,*,#6465,.F.);
+#6465 = EDGE_CURVE('',#6456,#6432,#6466,.T.);
+#6466 = LINE('',#6467,#6468);
+#6467 = CARTESIAN_POINT('',(4.68,0.12,5.1));
+#6468 = VECTOR('',#6469,1.);
+#6469 = DIRECTION('',(1.,0.,0.));
+#6470 = PLANE('',#6471);
+#6471 = AXIS2_PLACEMENT_3D('',#6472,#6473,#6474);
+#6472 = CARTESIAN_POINT('',(4.68,0.22,5.));
+#6473 = DIRECTION('',(1.735417226644E-18,0.707106781187,0.707106781187)
+ );
+#6474 = DIRECTION('',(-1.,1.227125289148E-18,1.227125289148E-18));
+#6475 = ADVANCED_FACE('',(#6476),#6487,.T.);
+#6476 = FACE_BOUND('',#6477,.F.);
+#6477 = EDGE_LOOP('',(#6478,#6479,#6485,#6486));
+#6478 = ORIENTED_EDGE('',*,*,#6455,.F.);
+#6479 = ORIENTED_EDGE('',*,*,#6480,.T.);
+#6480 = EDGE_CURVE('',#6456,#6401,#6481,.T.);
+#6481 = LINE('',#6482,#6483);
+#6482 = CARTESIAN_POINT('',(4.88,0.32,5.1));
+#6483 = VECTOR('',#6484,1.);
+#6484 = DIRECTION('',(0.,-1.,0.));
+#6485 = ORIENTED_EDGE('',*,*,#6400,.T.);
+#6486 = ORIENTED_EDGE('',*,*,#6089,.F.);
+#6487 = PLANE('',#6488);
+#6488 = AXIS2_PLACEMENT_3D('',#6489,#6490,#6491);
+#6489 = CARTESIAN_POINT('',(4.78,0.32,5.));
+#6490 = DIRECTION('',(-0.707106781187,1.735417226644E-18,0.707106781187)
+ );
+#6491 = DIRECTION('',(1.227125289148E-18,1.,-1.227125289148E-18));
+#6492 = ADVANCED_FACE('',(#6493),#6518,.F.);
+#6493 = FACE_BOUND('',#6494,.T.);
+#6494 = EDGE_LOOP('',(#6495,#6503,#6511,#6517));
+#6495 = ORIENTED_EDGE('',*,*,#6496,.F.);
+#6496 = EDGE_CURVE('',#6497,#6106,#6499,.T.);
+#6497 = VERTEX_POINT('',#6498);
+#6498 = CARTESIAN_POINT('',(2.62,0.12,5.1));
+#6499 = LINE('',#6500,#6501);
+#6500 = CARTESIAN_POINT('',(2.646666666667,0.146666666667,5.073333333333
+ ));
+#6501 = VECTOR('',#6502,1.);
+#6502 = DIRECTION('',(0.57735026919,0.57735026919,-0.57735026919));
+#6503 = ORIENTED_EDGE('',*,*,#6504,.T.);
+#6504 = EDGE_CURVE('',#6497,#6505,#6507,.T.);
+#6505 = VERTEX_POINT('',#6506);
+#6506 = CARTESIAN_POINT('',(2.62,-0.12,5.1));
+#6507 = LINE('',#6508,#6509);
+#6508 = CARTESIAN_POINT('',(2.62,0.32,5.1));
+#6509 = VECTOR('',#6510,1.);
+#6510 = DIRECTION('',(0.,-1.,0.));
+#6511 = ORIENTED_EDGE('',*,*,#6512,.T.);
+#6512 = EDGE_CURVE('',#6505,#6114,#6513,.T.);
+#6513 = LINE('',#6514,#6515);
+#6514 = CARTESIAN_POINT('',(2.54,-4.E-02,5.18));
+#6515 = VECTOR('',#6516,1.);
+#6516 = DIRECTION('',(0.57735026919,-0.57735026919,-0.57735026919));
+#6517 = ORIENTED_EDGE('',*,*,#6113,.F.);
+#6518 = PLANE('',#6519);
+#6519 = AXIS2_PLACEMENT_3D('',#6520,#6521,#6522);
+#6520 = CARTESIAN_POINT('',(2.72,0.32,5.));
+#6521 = DIRECTION('',(-0.707106781187,-1.735417226644E-18,
+ -0.707106781187));
+#6522 = DIRECTION('',(-1.227125289148E-18,1.,-1.227125289148E-18));
+#6523 = ADVANCED_FACE('',(#6524),#6542,.T.);
+#6524 = FACE_BOUND('',#6525,.F.);
+#6525 = EDGE_LOOP('',(#6526,#6534,#6535,#6536));
+#6526 = ORIENTED_EDGE('',*,*,#6527,.F.);
+#6527 = EDGE_CURVE('',#6136,#6528,#6530,.T.);
+#6528 = VERTEX_POINT('',#6529);
+#6529 = CARTESIAN_POINT('',(2.38,0.12,5.1));
+#6530 = LINE('',#6531,#6532);
+#6531 = CARTESIAN_POINT('',(2.246666666667,0.253333333333,4.966666666667
+ ));
+#6532 = VECTOR('',#6533,1.);
+#6533 = DIRECTION('',(0.57735026919,-0.57735026919,0.57735026919));
+#6534 = ORIENTED_EDGE('',*,*,#6145,.T.);
+#6535 = ORIENTED_EDGE('',*,*,#6496,.F.);
+#6536 = ORIENTED_EDGE('',*,*,#6537,.F.);
+#6537 = EDGE_CURVE('',#6528,#6497,#6538,.T.);
+#6538 = LINE('',#6539,#6540);
+#6539 = CARTESIAN_POINT('',(2.18,0.12,5.1));
+#6540 = VECTOR('',#6541,1.);
+#6541 = DIRECTION('',(1.,0.,0.));
+#6542 = PLANE('',#6543);
+#6543 = AXIS2_PLACEMENT_3D('',#6544,#6545,#6546);
+#6544 = CARTESIAN_POINT('',(2.18,0.22,5.));
+#6545 = DIRECTION('',(1.735417226644E-18,0.707106781187,0.707106781187)
+ );
+#6546 = DIRECTION('',(-1.,1.227125289148E-18,1.227125289148E-18));
+#6547 = ADVANCED_FACE('',(#6548),#6566,.T.);
+#6548 = FACE_BOUND('',#6549,.F.);
+#6549 = EDGE_LOOP('',(#6550,#6551,#6559,#6565));
+#6550 = ORIENTED_EDGE('',*,*,#6527,.T.);
+#6551 = ORIENTED_EDGE('',*,*,#6552,.T.);
+#6552 = EDGE_CURVE('',#6528,#6553,#6555,.T.);
+#6553 = VERTEX_POINT('',#6554);
+#6554 = CARTESIAN_POINT('',(2.38,-0.12,5.1));
+#6555 = LINE('',#6556,#6557);
+#6556 = CARTESIAN_POINT('',(2.38,0.32,5.1));
+#6557 = VECTOR('',#6558,1.);
+#6558 = DIRECTION('',(0.,-1.,0.));
+#6559 = ORIENTED_EDGE('',*,*,#6560,.T.);
+#6560 = EDGE_CURVE('',#6553,#6162,#6561,.T.);
+#6561 = LINE('',#6562,#6563);
+#6562 = CARTESIAN_POINT('',(2.353333333333,-0.146666666667,
+ 5.073333333333));
+#6563 = VECTOR('',#6564,1.);
+#6564 = DIRECTION('',(-0.57735026919,-0.57735026919,-0.57735026919));
+#6565 = ORIENTED_EDGE('',*,*,#6161,.F.);
+#6566 = PLANE('',#6567);
+#6567 = AXIS2_PLACEMENT_3D('',#6568,#6569,#6570);
+#6568 = CARTESIAN_POINT('',(2.28,0.32,5.));
+#6569 = DIRECTION('',(-0.707106781187,1.735417226644E-18,0.707106781187)
+ );
+#6570 = DIRECTION('',(1.227125289148E-18,1.,-1.227125289148E-18));
+#6571 = ADVANCED_FACE('',(#6572),#6583,.T.);
+#6572 = FACE_BOUND('',#6573,.F.);
+#6573 = EDGE_LOOP('',(#6574,#6575,#6581,#6582));
+#6574 = ORIENTED_EDGE('',*,*,#6560,.F.);
+#6575 = ORIENTED_EDGE('',*,*,#6576,.T.);
+#6576 = EDGE_CURVE('',#6553,#6505,#6577,.T.);
+#6577 = LINE('',#6578,#6579);
+#6578 = CARTESIAN_POINT('',(2.18,-0.12,5.1));
+#6579 = VECTOR('',#6580,1.);
+#6580 = DIRECTION('',(1.,0.,0.));
+#6581 = ORIENTED_EDGE('',*,*,#6512,.T.);
+#6582 = ORIENTED_EDGE('',*,*,#6184,.F.);
+#6583 = PLANE('',#6584);
+#6584 = AXIS2_PLACEMENT_3D('',#6585,#6586,#6587);
+#6585 = CARTESIAN_POINT('',(2.18,-0.22,5.));
+#6586 = DIRECTION('',(-1.735417226644E-18,-0.707106781187,0.707106781187
+ ));
+#6587 = DIRECTION('',(-1.,1.227125289148E-18,-1.227125289148E-18));
+#6588 = ADVANCED_FACE('',(#6589),#6614,.T.);
+#6589 = FACE_BOUND('',#6590,.F.);
+#6590 = EDGE_LOOP('',(#6591,#6599,#6607,#6613));
+#6591 = ORIENTED_EDGE('',*,*,#6592,.F.);
+#6592 = EDGE_CURVE('',#6593,#6201,#6595,.T.);
+#6593 = VERTEX_POINT('',#6594);
+#6594 = CARTESIAN_POINT('',(-0.12,-0.12,5.1));
+#6595 = LINE('',#6596,#6597);
+#6596 = CARTESIAN_POINT('',(-0.146666666667,-0.146666666667,
+ 5.073333333333));
+#6597 = VECTOR('',#6598,1.);
+#6598 = DIRECTION('',(-0.57735026919,-0.57735026919,-0.57735026919));
+#6599 = ORIENTED_EDGE('',*,*,#6600,.T.);
+#6600 = EDGE_CURVE('',#6593,#6601,#6603,.T.);
+#6601 = VERTEX_POINT('',#6602);
+#6602 = CARTESIAN_POINT('',(0.12,-0.12,5.1));
+#6603 = LINE('',#6604,#6605);
+#6604 = CARTESIAN_POINT('',(-0.32,-0.12,5.1));
+#6605 = VECTOR('',#6606,1.);
+#6606 = DIRECTION('',(1.,0.,0.));
+#6607 = ORIENTED_EDGE('',*,*,#6608,.T.);
+#6608 = EDGE_CURVE('',#6601,#6209,#6609,.T.);
+#6609 = LINE('',#6610,#6611);
+#6610 = CARTESIAN_POINT('',(4.E-02,-4.E-02,5.18));
+#6611 = VECTOR('',#6612,1.);
+#6612 = DIRECTION('',(0.57735026919,-0.57735026919,-0.57735026919));
+#6613 = ORIENTED_EDGE('',*,*,#6208,.F.);
+#6614 = PLANE('',#6615);
+#6615 = AXIS2_PLACEMENT_3D('',#6616,#6617,#6618);
+#6616 = CARTESIAN_POINT('',(-0.32,-0.22,5.));
+#6617 = DIRECTION('',(-1.735417226644E-18,-0.707106781187,0.707106781187
+ ));
+#6618 = DIRECTION('',(-1.,1.227125289148E-18,-1.227125289148E-18));
+#6619 = ADVANCED_FACE('',(#6620),#6638,.F.);
+#6620 = FACE_BOUND('',#6621,.T.);
+#6621 = EDGE_LOOP('',(#6622,#6630,#6636,#6637));
+#6622 = ORIENTED_EDGE('',*,*,#6623,.F.);
+#6623 = EDGE_CURVE('',#6624,#6233,#6626,.T.);
+#6624 = VERTEX_POINT('',#6625);
+#6625 = CARTESIAN_POINT('',(0.12,0.12,5.1));
+#6626 = LINE('',#6627,#6628);
+#6627 = CARTESIAN_POINT('',(0.146666666667,0.146666666667,5.073333333333
+ ));
+#6628 = VECTOR('',#6629,1.);
+#6629 = DIRECTION('',(0.57735026919,0.57735026919,-0.57735026919));
+#6630 = ORIENTED_EDGE('',*,*,#6631,.T.);
+#6631 = EDGE_CURVE('',#6624,#6601,#6632,.T.);
+#6632 = LINE('',#6633,#6634);
+#6633 = CARTESIAN_POINT('',(0.12,0.32,5.1));
+#6634 = VECTOR('',#6635,1.);
+#6635 = DIRECTION('',(0.,-1.,0.));
+#6636 = ORIENTED_EDGE('',*,*,#6608,.T.);
+#6637 = ORIENTED_EDGE('',*,*,#6240,.F.);
+#6638 = PLANE('',#6639);
+#6639 = AXIS2_PLACEMENT_3D('',#6640,#6641,#6642);
+#6640 = CARTESIAN_POINT('',(0.22,0.32,5.));
+#6641 = DIRECTION('',(-0.707106781187,-1.735417226644E-18,
+ -0.707106781187));
+#6642 = DIRECTION('',(-1.227125289148E-18,1.,-1.227125289148E-18));
+#6643 = ADVANCED_FACE('',(#6644),#6662,.T.);
+#6644 = FACE_BOUND('',#6645,.F.);
+#6645 = EDGE_LOOP('',(#6646,#6654,#6655,#6656));
+#6646 = ORIENTED_EDGE('',*,*,#6647,.T.);
+#6647 = EDGE_CURVE('',#6648,#6256,#6650,.T.);
+#6648 = VERTEX_POINT('',#6649);
+#6649 = CARTESIAN_POINT('',(-0.12,0.12,5.1));
+#6650 = LINE('',#6651,#6652);
+#6651 = CARTESIAN_POINT('',(-0.253333333333,0.253333333333,
+ 4.966666666667));
+#6652 = VECTOR('',#6653,1.);
+#6653 = DIRECTION('',(-0.57735026919,0.57735026919,-0.57735026919));
+#6654 = ORIENTED_EDGE('',*,*,#6265,.T.);
+#6655 = ORIENTED_EDGE('',*,*,#6623,.F.);
+#6656 = ORIENTED_EDGE('',*,*,#6657,.F.);
+#6657 = EDGE_CURVE('',#6648,#6624,#6658,.T.);
+#6658 = LINE('',#6659,#6660);
+#6659 = CARTESIAN_POINT('',(-0.32,0.12,5.1));
+#6660 = VECTOR('',#6661,1.);
+#6661 = DIRECTION('',(1.,0.,0.));
+#6662 = PLANE('',#6663);
+#6663 = AXIS2_PLACEMENT_3D('',#6664,#6665,#6666);
+#6664 = CARTESIAN_POINT('',(-0.32,0.22,5.));
+#6665 = DIRECTION('',(1.735417226644E-18,0.707106781187,0.707106781187)
+ );
+#6666 = DIRECTION('',(-1.,1.227125289148E-18,1.227125289148E-18));
+#6667 = ADVANCED_FACE('',(#6668),#6679,.T.);
+#6668 = FACE_BOUND('',#6669,.F.);
+#6669 = EDGE_LOOP('',(#6670,#6671,#6677,#6678));
+#6670 = ORIENTED_EDGE('',*,*,#6647,.F.);
+#6671 = ORIENTED_EDGE('',*,*,#6672,.T.);
+#6672 = EDGE_CURVE('',#6648,#6593,#6673,.T.);
+#6673 = LINE('',#6674,#6675);
+#6674 = CARTESIAN_POINT('',(-0.12,0.32,5.1));
+#6675 = VECTOR('',#6676,1.);
+#6676 = DIRECTION('',(0.,-1.,0.));
+#6677 = ORIENTED_EDGE('',*,*,#6592,.T.);
+#6678 = ORIENTED_EDGE('',*,*,#6281,.F.);
+#6679 = PLANE('',#6680);
+#6680 = AXIS2_PLACEMENT_3D('',#6681,#6682,#6683);
+#6681 = CARTESIAN_POINT('',(-0.22,0.32,5.));
+#6682 = DIRECTION('',(-0.707106781187,1.735417226644E-18,0.707106781187)
+ );
+#6683 = DIRECTION('',(1.227125289148E-18,1.,-1.227125289148E-18));
+#6684 = ADVANCED_FACE('',(#6685),#6691,.F.);
+#6685 = FACE_BOUND('',#6686,.F.);
+#6686 = EDGE_LOOP('',(#6687,#6688,#6689,#6690));
+#6687 = ORIENTED_EDGE('',*,*,#6480,.F.);
+#6688 = ORIENTED_EDGE('',*,*,#6465,.T.);
+#6689 = ORIENTED_EDGE('',*,*,#6439,.T.);
+#6690 = ORIENTED_EDGE('',*,*,#6408,.F.);
+#6691 = PLANE('',#6692);
+#6692 = AXIS2_PLACEMENT_3D('',#6693,#6694,#6695);
+#6693 = CARTESIAN_POINT('',(4.68,0.32,5.1));
+#6694 = DIRECTION('',(0.,0.,-1.));
+#6695 = DIRECTION('',(0.,-1.,0.));
+#6696 = ADVANCED_FACE('',(#6697),#6703,.F.);
+#6697 = FACE_BOUND('',#6698,.F.);
+#6698 = EDGE_LOOP('',(#6699,#6700,#6701,#6702));
+#6699 = ORIENTED_EDGE('',*,*,#6576,.F.);
+#6700 = ORIENTED_EDGE('',*,*,#6552,.F.);
+#6701 = ORIENTED_EDGE('',*,*,#6537,.T.);
+#6702 = ORIENTED_EDGE('',*,*,#6504,.T.);
+#6703 = PLANE('',#6704);
+#6704 = AXIS2_PLACEMENT_3D('',#6705,#6706,#6707);
+#6705 = CARTESIAN_POINT('',(2.18,0.32,5.1));
+#6706 = DIRECTION('',(0.,0.,-1.));
+#6707 = DIRECTION('',(0.,-1.,0.));
+#6708 = ADVANCED_FACE('',(#6709),#6715,.F.);
+#6709 = FACE_BOUND('',#6710,.F.);
+#6710 = EDGE_LOOP('',(#6711,#6712,#6713,#6714));
+#6711 = ORIENTED_EDGE('',*,*,#6672,.F.);
+#6712 = ORIENTED_EDGE('',*,*,#6657,.T.);
+#6713 = ORIENTED_EDGE('',*,*,#6631,.T.);
+#6714 = ORIENTED_EDGE('',*,*,#6600,.F.);
+#6715 = PLANE('',#6716);
+#6716 = AXIS2_PLACEMENT_3D('',#6717,#6718,#6719);
+#6717 = CARTESIAN_POINT('',(-0.32,0.32,5.1));
+#6718 = DIRECTION('',(0.,0.,-1.));
+#6719 = DIRECTION('',(0.,-1.,0.));
+#6720 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
+GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#6724))
+GLOBAL_UNIT_ASSIGNED_CONTEXT((#6721,#6722,#6723)) REPRESENTATION_CONTEXT
+('Context #1','3D Context with UNIT and UNCERTAINTY') );
+#6721 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
+#6722 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
+#6723 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
+#6724 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#6721,
+ 'distance_accuracy_value','confusion accuracy');
+#6725 = SHAPE_DEFINITION_REPRESENTATION(#6726,#3617);
+#6726 = PRODUCT_DEFINITION_SHAPE('','',#6727);
+#6727 = PRODUCT_DEFINITION('design','',#6728,#6731);
+#6728 = PRODUCT_DEFINITION_FORMATION('','',#6729);
+#6729 = PRODUCT('JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical',
+ 'JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical','',(#6730));
+#6730 = PRODUCT_CONTEXT('',#2,'mechanical');
+#6731 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
+#6732 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#6733,#6735);
+#6733 = ( REPRESENTATION_RELATIONSHIP('','',#3617,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#6734)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#6734 = ITEM_DEFINED_TRANSFORMATION('','',#11,#43);
+#6735 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #6736);
+#6736 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('8','','',#5,#6727,$);
+#6737 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#6729));
+#6738 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#6739,#6741);
+#6739 = ( REPRESENTATION_RELATIONSHIP('','',#1871,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#6740)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#6740 = ITEM_DEFINED_TRANSFORMATION('','',#11,#47);
+#6741 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #6742);
+#6742 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('9','','',#5,#2733,$);
+#6743 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#6744,#6746);
+#6744 = ( REPRESENTATION_RELATIONSHIP('','',#2744,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#6745)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#6745 = ITEM_DEFINED_TRANSFORMATION('','',#11,#51);
+#6746 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #6747);
+#6747 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('10','','',#5,#3606,$);
+#6748 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#6749),#8114);
+#6749 = MANIFOLD_SOLID_BREP('',#6750);
+#6750 = CLOSED_SHELL('',(#6751,#6794,#6820,#6893,#6972,#7012,#7091,#7116
+ ,#7141,#7197,#7253,#7278,#7303,#7368,#7441,#7527,#7544,#7575,#7587,
+ #7604,#7616,#7634,#7646,#7664,#7676,#7707,#7759,#7791,#7816,#7841,
+ #7873,#7898,#7923,#7940,#7957,#8005,#8046,#8064,#8076,#8088,#8104));
+#6751 = ADVANCED_FACE('',(#6752),#6789,.T.);
+#6752 = FACE_BOUND('',#6753,.T.);
+#6753 = EDGE_LOOP('',(#6754,#6773,#6781,#6788));
+#6754 = ORIENTED_EDGE('',*,*,#6755,.T.);
+#6755 = EDGE_CURVE('',#6756,#6756,#6758,.T.);
+#6756 = VERTEX_POINT('',#6757);
+#6757 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,1.588987583314));
+#6758 = ( BOUNDED_CURVE() B_SPLINE_CURVE(13,(#6759,#6760,#6761,#6762,
+ #6763,#6764,#6765,#6766,#6767,#6768,#6769,#6770,#6771,#6772),
+.UNSPECIFIED.,.T.,.F.) B_SPLINE_CURVE_WITH_KNOTS((1,13,13,1),(
+ -19.79203371761,3.914259941243E-16,19.792033717616,39.584067435232),
+.UNSPECIFIED.) CURVE() GEOMETRIC_REPRESENTATION_ITEM()
+RATIONAL_B_SPLINE_CURVE((1.,1.,1.000000000001,0.999999999998,
+ 1.000000000004,0.999999999994,1.000000000007,0.999999999994,
+ 1.000000000005,0.999999999997,1.000000000001,1.,1.,1.))
+REPRESENTATION_ITEM('') );
+#6759 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,1.588987583314));
+#6760 = CARTESIAN_POINT('',(-3.150000000001,1.500440617323,
+ 1.588987583314));
+#6761 = CARTESIAN_POINT('',(-2.374522784296,3.035482525996,
+ 1.588987583314));
+#6762 = CARTESIAN_POINT('',(-0.778699260132,4.133102804314,
+ 1.588987583314));
+#6763 = CARTESIAN_POINT('',(1.417356467599,4.301676360906,1.588987583314
+ ));
+#6764 = CARTESIAN_POINT('',(3.314487228417,3.131786890308,1.588987583314
+ ));
+#6765 = CARTESIAN_POINT('',(4.705833357232,1.424009627082,1.588987583314
+ ));
+#6766 = CARTESIAN_POINT('',(4.705833357254,-1.4240096271,1.588987583314)
+ );
+#6767 = CARTESIAN_POINT('',(3.314487228414,-3.131786890276,
+ 1.588987583314));
+#6768 = CARTESIAN_POINT('',(1.417356467589,-4.301676360935,
+ 1.588987583314));
+#6769 = CARTESIAN_POINT('',(-0.778699260121,-4.1331028043,1.588987583314
+ ));
+#6770 = CARTESIAN_POINT('',(-2.374522784302,-3.035482525999,
+ 1.588987583314));
+#6771 = CARTESIAN_POINT('',(-3.149999999999,-1.500440617323,
+ 1.588987583314));
+#6772 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,1.588987583314));
+#6773 = ORIENTED_EDGE('',*,*,#6774,.F.);
+#6774 = EDGE_CURVE('',#6775,#6756,#6777,.T.);
+#6775 = VERTEX_POINT('',#6776);
+#6776 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,1.07));
+#6777 = LINE('',#6778,#6779);
+#6778 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,0.65));
+#6779 = VECTOR('',#6780,1.);
+#6780 = DIRECTION('',(0.,0.,1.));
+#6781 = ORIENTED_EDGE('',*,*,#6782,.F.);
+#6782 = EDGE_CURVE('',#6775,#6775,#6783,.T.);
+#6783 = CIRCLE('',#6784,3.15);
+#6784 = AXIS2_PLACEMENT_3D('',#6785,#6786,#6787);
+#6785 = CARTESIAN_POINT('',(0.,0.,1.07));
+#6786 = DIRECTION('',(0.,0.,-1.));
+#6787 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6788 = ORIENTED_EDGE('',*,*,#6774,.T.);
+#6789 = CYLINDRICAL_SURFACE('',#6790,3.15);
+#6790 = AXIS2_PLACEMENT_3D('',#6791,#6792,#6793);
+#6791 = CARTESIAN_POINT('',(0.,0.,0.65));
+#6792 = DIRECTION('',(0.,0.,1.));
+#6793 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6794 = ADVANCED_FACE('',(#6795),#6815,.T.);
+#6795 = FACE_BOUND('',#6796,.T.);
+#6796 = EDGE_LOOP('',(#6797,#6798,#6807,#6814));
+#6797 = ORIENTED_EDGE('',*,*,#6782,.T.);
+#6798 = ORIENTED_EDGE('',*,*,#6799,.T.);
+#6799 = EDGE_CURVE('',#6775,#6800,#6802,.T.);
+#6800 = VERTEX_POINT('',#6801);
+#6801 = CARTESIAN_POINT('',(-2.73,3.343285761672E-16,0.65));
+#6802 = CIRCLE('',#6803,0.42);
+#6803 = AXIS2_PLACEMENT_3D('',#6804,#6805,#6806);
+#6804 = CARTESIAN_POINT('',(-2.73,3.343285761672E-16,1.07));
+#6805 = DIRECTION('',(-1.224646799147E-16,-1.,-0.));
+#6806 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6807 = ORIENTED_EDGE('',*,*,#6808,.F.);
+#6808 = EDGE_CURVE('',#6800,#6800,#6809,.T.);
+#6809 = CIRCLE('',#6810,2.73);
+#6810 = AXIS2_PLACEMENT_3D('',#6811,#6812,#6813);
+#6811 = CARTESIAN_POINT('',(0.,0.,0.65));
+#6812 = DIRECTION('',(0.,0.,-1.));
+#6813 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6814 = ORIENTED_EDGE('',*,*,#6799,.F.);
+#6815 = TOROIDAL_SURFACE('',#6816,2.73,0.42);
+#6816 = AXIS2_PLACEMENT_3D('',#6817,#6818,#6819);
+#6817 = CARTESIAN_POINT('',(0.,0.,1.07));
+#6818 = DIRECTION('',(0.,0.,-1.));
+#6819 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6820 = ADVANCED_FACE('',(#6821),#6850,.T.);
+#6821 = FACE_BOUND('',#6822,.T.);
+#6822 = EDGE_LOOP('',(#6823,#6831,#6848,#6849));
+#6823 = ORIENTED_EDGE('',*,*,#6824,.T.);
+#6824 = EDGE_CURVE('',#6756,#6825,#6827,.T.);
+#6825 = VERTEX_POINT('',#6826);
+#6826 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 1.617867499982));
+#6827 = ( BOUNDED_CURVE() B_SPLINE_CURVE(2,(#6828,#6829,#6830),
+.UNSPECIFIED.,.F.,.F.) B_SPLINE_CURVE_WITH_KNOTS((3,3),(0.,
+19.792033717616),.PIECEWISE_BEZIER_KNOTS.) CURVE()
+GEOMETRIC_REPRESENTATION_ITEM() RATIONAL_B_SPLINE_CURVE((1.,
+0.738548945876,1.)) REPRESENTATION_ITEM('') );
+#6828 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,1.588987583314));
+#6829 = CARTESIAN_POINT('',(-3.15,1.01590204438E-15,1.61546084026));
+#6830 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 1.617867499982));
+#6831 = ORIENTED_EDGE('',*,*,#6832,.T.);
+#6832 = EDGE_CURVE('',#6825,#6825,#6833,.T.);
+#6833 = ( BOUNDED_CURVE() B_SPLINE_CURVE(13,(#6834,#6835,#6836,#6837,
+ #6838,#6839,#6840,#6841,#6842,#6843,#6844,#6845,#6846,#6847),
+.UNSPECIFIED.,.T.,.F.) B_SPLINE_CURVE_WITH_KNOTS((1,13,13,1),(
+ -19.79203371761,3.914259941243E-16,19.792033717616,39.584067435232),
+.UNSPECIFIED.) CURVE() GEOMETRIC_REPRESENTATION_ITEM()
+RATIONAL_B_SPLINE_CURVE((1.,1.,1.000000000001,0.999999999998,
+ 1.000000000004,0.999999999994,1.000000000007,0.999999999994,
+ 1.000000000005,0.999999999997,1.000000000001,1.,1.,1.))
+REPRESENTATION_ITEM('') );
+#6834 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 1.617867499982));
+#6835 = CARTESIAN_POINT('',(-3.123636363637,1.487882817062,
+ 1.617867499982));
+#6836 = CARTESIAN_POINT('',(-2.354649433432,3.010077333139,
+ 1.617867499982));
+#6837 = CARTESIAN_POINT('',(-0.772182008027,4.098511179108,
+ 1.617867499982));
+#6838 = CARTESIAN_POINT('',(1.405494032515,4.265673874776,1.617867499982
+ ));
+#6839 = CARTESIAN_POINT('',(3.286746931269,3.105575686886,1.617867499982
+ ));
+#6840 = CARTESIAN_POINT('',(4.666448316144,1.412091509005,1.617867499982
+ ));
+#6841 = CARTESIAN_POINT('',(4.666448316173,-1.412091509023,
+ 1.617867499982));
+#6842 = CARTESIAN_POINT('',(3.28674693126,-3.105575686853,1.617867499982
+ ));
+#6843 = CARTESIAN_POINT('',(1.40549403251,-4.265673874805,1.617867499982
+ ));
+#6844 = CARTESIAN_POINT('',(-0.772182008017,-4.098511179094,
+ 1.617867499982));
+#6845 = CARTESIAN_POINT('',(-2.354649433438,-3.010077333143,
+ 1.617867499982));
+#6846 = CARTESIAN_POINT('',(-3.123636363636,-1.487882817062,
+ 1.617867499982));
+#6847 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 1.617867499982));
+#6848 = ORIENTED_EDGE('',*,*,#6824,.F.);
+#6849 = ORIENTED_EDGE('',*,*,#6755,.F.);
+#6850 = ( BOUNDED_SURFACE() B_SPLINE_SURFACE(2,13,(
+ (#6851,#6852,#6853,#6854,#6855,#6856,#6857,#6858,#6859,#6860,#6861
+ ,#6862,#6863,#6864)
+ ,(#6865,#6866,#6867,#6868,#6869,#6870,#6871,#6872,#6873,#6874,#6875
+ ,#6876,#6877,#6878)
+ ,(#6879,#6880,#6881,#6882,#6883,#6884,#6885,#6886,#6887,#6888,#6889
+ ,#6890,#6891,#6892
+)),.UNSPECIFIED.,.F.,.T.,.F.) B_SPLINE_SURFACE_WITH_KNOTS((3,3),(1,13,13
+ ,1),(0.,19.792033717616),(-19.79203371761,3.914259941243E-16,
+ 19.792033717616,39.584067435232),.UNSPECIFIED.)
+GEOMETRIC_REPRESENTATION_ITEM() RATIONAL_B_SPLINE_SURFACE((
+ (1.,1.,1.000000000001,0.999999999998,1.000000000004,0.999999999994
+ ,1.000000000007,0.999999999994,1.000000000005,0.999999999997
+ ,1.000000000001,1.,1.,1.)
+ ,(0.738548945876,0.738548945876,0.738548945877,0.738548945874
+ ,0.738548945879,0.738548945871,0.738548945882,0.73854894587
+ ,0.73854894588,0.738548945873,0.738548945877,0.738548945876
+ ,0.738548945876,0.738548945876)
+ ,(1.,1.,1.000000000001,0.999999999998,1.000000000004,0.999999999994
+ ,1.000000000007,0.999999999994,1.000000000005,0.999999999997
+,1.000000000001,1.,1.,1.))) REPRESENTATION_ITEM('') SURFACE() );
+#6851 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,1.588987583314));
+#6852 = CARTESIAN_POINT('',(-3.150000000001,1.500440617323,
+ 1.588987583314));
+#6853 = CARTESIAN_POINT('',(-2.374522784296,3.035482525996,
+ 1.588987583314));
+#6854 = CARTESIAN_POINT('',(-0.778699260132,4.133102804314,
+ 1.588987583314));
+#6855 = CARTESIAN_POINT('',(1.417356467599,4.301676360906,1.588987583314
+ ));
+#6856 = CARTESIAN_POINT('',(3.314487228417,3.131786890308,1.588987583314
+ ));
+#6857 = CARTESIAN_POINT('',(4.705833357232,1.424009627082,1.588987583314
+ ));
+#6858 = CARTESIAN_POINT('',(4.705833357254,-1.4240096271,1.588987583314)
+ );
+#6859 = CARTESIAN_POINT('',(3.314487228414,-3.131786890276,
+ 1.588987583314));
+#6860 = CARTESIAN_POINT('',(1.417356467589,-4.301676360935,
+ 1.588987583314));
+#6861 = CARTESIAN_POINT('',(-0.778699260121,-4.1331028043,1.588987583314
+ ));
+#6862 = CARTESIAN_POINT('',(-2.374522784302,-3.035482525999,
+ 1.588987583314));
+#6863 = CARTESIAN_POINT('',(-3.149999999999,-1.500440617323,
+ 1.588987583314));
+#6864 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,1.588987583314));
+#6865 = CARTESIAN_POINT('',(-3.15,1.01590204438E-15,1.61546084026));
+#6866 = CARTESIAN_POINT('',(-3.150000000001,1.500440617323,1.61546084026
+ ));
+#6867 = CARTESIAN_POINT('',(-2.374522784295,3.035482525997,1.61546084026
+ ));
+#6868 = CARTESIAN_POINT('',(-0.778699260134,4.133102804311,1.61546084026
+ ));
+#6869 = CARTESIAN_POINT('',(1.417356467602,4.30167636091,1.61546084026)
+ );
+#6870 = CARTESIAN_POINT('',(3.314487228415,3.131786890302,1.61546084026)
+ );
+#6871 = CARTESIAN_POINT('',(4.705833357232,1.424009627093,1.615460840259
+ ));
+#6872 = CARTESIAN_POINT('',(4.705833357255,-1.424009627117,1.61546084026
+ ));
+#6873 = CARTESIAN_POINT('',(3.314487228415,-3.131786890259,1.61546084026
+ ));
+#6874 = CARTESIAN_POINT('',(1.417356467587,-4.301676360947,1.61546084026
+ ));
+#6875 = CARTESIAN_POINT('',(-0.778699260118,-4.133102804293,
+ 1.61546084026));
+#6876 = CARTESIAN_POINT('',(-2.374522784303,-3.035482526002,
+ 1.61546084026));
+#6877 = CARTESIAN_POINT('',(-3.149999999999,-1.500440617322,
+ 1.61546084026));
+#6878 = CARTESIAN_POINT('',(-3.15,1.01590204438E-15,1.61546084026));
+#6879 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 1.617867499982));
+#6880 = CARTESIAN_POINT('',(-3.123636363637,1.487882817062,
+ 1.617867499982));
+#6881 = CARTESIAN_POINT('',(-2.354649433432,3.010077333139,
+ 1.617867499982));
+#6882 = CARTESIAN_POINT('',(-0.772182008027,4.098511179108,
+ 1.617867499982));
+#6883 = CARTESIAN_POINT('',(1.405494032515,4.265673874776,1.617867499982
+ ));
+#6884 = CARTESIAN_POINT('',(3.286746931269,3.105575686886,1.617867499982
+ ));
+#6885 = CARTESIAN_POINT('',(4.666448316144,1.412091509005,1.617867499982
+ ));
+#6886 = CARTESIAN_POINT('',(4.666448316173,-1.412091509023,
+ 1.617867499982));
+#6887 = CARTESIAN_POINT('',(3.28674693126,-3.105575686853,1.617867499982
+ ));
+#6888 = CARTESIAN_POINT('',(1.40549403251,-4.265673874805,1.617867499982
+ ));
+#6889 = CARTESIAN_POINT('',(-0.772182008017,-4.098511179094,
+ 1.617867499982));
+#6890 = CARTESIAN_POINT('',(-2.354649433438,-3.010077333143,
+ 1.617867499982));
+#6891 = CARTESIAN_POINT('',(-3.123636363636,-1.487882817062,
+ 1.617867499982));
+#6892 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 1.617867499982));
+#6893 = ADVANCED_FACE('',(#6894,#6964),#6967,.T.);
+#6894 = FACE_BOUND('',#6895,.T.);
+#6895 = EDGE_LOOP('',(#6896,#6906,#6915,#6923,#6932,#6940,#6949,#6957));
+#6896 = ORIENTED_EDGE('',*,*,#6897,.T.);
+#6897 = EDGE_CURVE('',#6898,#6900,#6902,.T.);
+#6898 = VERTEX_POINT('',#6899);
+#6899 = CARTESIAN_POINT('',(-3.3,0.576628129734,0.65));
+#6900 = VERTEX_POINT('',#6901);
+#6901 = CARTESIAN_POINT('',(-3.3,-0.576628129734,0.65));
+#6902 = LINE('',#6903,#6904);
+#6903 = CARTESIAN_POINT('',(-3.3,1.15,0.65));
+#6904 = VECTOR('',#6905,1.);
+#6905 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#6906 = ORIENTED_EDGE('',*,*,#6907,.T.);
+#6907 = EDGE_CURVE('',#6900,#6908,#6910,.T.);
+#6908 = VERTEX_POINT('',#6909);
+#6909 = CARTESIAN_POINT('',(-0.576628129734,-3.3,0.65));
+#6910 = CIRCLE('',#6911,3.35);
+#6911 = AXIS2_PLACEMENT_3D('',#6912,#6913,#6914);
+#6912 = CARTESIAN_POINT('',(0.,0.,0.65));
+#6913 = DIRECTION('',(0.,0.,1.));
+#6914 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6915 = ORIENTED_EDGE('',*,*,#6916,.T.);
+#6916 = EDGE_CURVE('',#6908,#6917,#6919,.T.);
+#6917 = VERTEX_POINT('',#6918);
+#6918 = CARTESIAN_POINT('',(0.576628129734,-3.3,0.65));
+#6919 = LINE('',#6920,#6921);
+#6920 = CARTESIAN_POINT('',(-1.15,-3.3,0.65));
+#6921 = VECTOR('',#6922,1.);
+#6922 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#6923 = ORIENTED_EDGE('',*,*,#6924,.T.);
+#6924 = EDGE_CURVE('',#6917,#6925,#6927,.T.);
+#6925 = VERTEX_POINT('',#6926);
+#6926 = CARTESIAN_POINT('',(3.3,-0.576628129734,0.65));
+#6927 = CIRCLE('',#6928,3.35);
+#6928 = AXIS2_PLACEMENT_3D('',#6929,#6930,#6931);
+#6929 = CARTESIAN_POINT('',(0.,0.,0.65));
+#6930 = DIRECTION('',(0.,0.,1.));
+#6931 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6932 = ORIENTED_EDGE('',*,*,#6933,.T.);
+#6933 = EDGE_CURVE('',#6925,#6934,#6936,.T.);
+#6934 = VERTEX_POINT('',#6935);
+#6935 = CARTESIAN_POINT('',(3.3,0.576628129734,0.65));
+#6936 = LINE('',#6937,#6938);
+#6937 = CARTESIAN_POINT('',(3.3,-1.65,0.65));
+#6938 = VECTOR('',#6939,1.);
+#6939 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#6940 = ORIENTED_EDGE('',*,*,#6941,.T.);
+#6941 = EDGE_CURVE('',#6934,#6942,#6944,.T.);
+#6942 = VERTEX_POINT('',#6943);
+#6943 = CARTESIAN_POINT('',(0.576628129734,3.3,0.65));
+#6944 = CIRCLE('',#6945,3.35);
+#6945 = AXIS2_PLACEMENT_3D('',#6946,#6947,#6948);
+#6946 = CARTESIAN_POINT('',(0.,0.,0.65));
+#6947 = DIRECTION('',(0.,0.,1.));
+#6948 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6949 = ORIENTED_EDGE('',*,*,#6950,.T.);
+#6950 = EDGE_CURVE('',#6942,#6951,#6953,.T.);
+#6951 = VERTEX_POINT('',#6952);
+#6952 = CARTESIAN_POINT('',(-0.576628129734,3.3,0.65));
+#6953 = LINE('',#6954,#6955);
+#6954 = CARTESIAN_POINT('',(1.65,3.3,0.65));
+#6955 = VECTOR('',#6956,1.);
+#6956 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6957 = ORIENTED_EDGE('',*,*,#6958,.T.);
+#6958 = EDGE_CURVE('',#6951,#6898,#6959,.T.);
+#6959 = CIRCLE('',#6960,3.35);
+#6960 = AXIS2_PLACEMENT_3D('',#6961,#6962,#6963);
+#6961 = CARTESIAN_POINT('',(0.,0.,0.65));
+#6962 = DIRECTION('',(0.,0.,1.));
+#6963 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6964 = FACE_BOUND('',#6965,.T.);
+#6965 = EDGE_LOOP('',(#6966));
+#6966 = ORIENTED_EDGE('',*,*,#6808,.T.);
+#6967 = PLANE('',#6968);
+#6968 = AXIS2_PLACEMENT_3D('',#6969,#6970,#6971);
+#6969 = CARTESIAN_POINT('',(2.040955421701E-16,-6.734331626528E-17,0.65)
+ );
+#6970 = DIRECTION('',(0.,0.,1.));
+#6971 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#6972 = ADVANCED_FACE('',(#6973),#7003,.F.);
+#6973 = FACE_BOUND('',#6974,.F.);
+#6974 = EDGE_LOOP('',(#6975,#6984,#6985,#6986));
+#6975 = ORIENTED_EDGE('',*,*,#6976,.F.);
+#6976 = EDGE_CURVE('',#6825,#6977,#6979,.T.);
+#6977 = VERTEX_POINT('',#6978);
+#6978 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 2.195465833351));
+#6979 = CIRCLE('',#6980,0.29);
+#6980 = AXIS2_PLACEMENT_3D('',#6981,#6982,#6983);
+#6981 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,1.906666666667));
+#6982 = DIRECTION('',(-1.224646799147E-16,-1.,-0.));
+#6983 = DIRECTION('',(0.,0.,-1.));
+#6984 = ORIENTED_EDGE('',*,*,#6832,.T.);
+#6985 = ORIENTED_EDGE('',*,*,#6976,.T.);
+#6986 = ORIENTED_EDGE('',*,*,#6987,.F.);
+#6987 = EDGE_CURVE('',#6977,#6977,#6988,.T.);
+#6988 = ( BOUNDED_CURVE() B_SPLINE_CURVE(13,(#6989,#6990,#6991,#6992,
+ #6993,#6994,#6995,#6996,#6997,#6998,#6999,#7000,#7001,#7002),
+.UNSPECIFIED.,.T.,.F.) B_SPLINE_CURVE_WITH_KNOTS((1,13,13,1),(
+ -19.79203371761,3.914259941243E-16,19.792033717616,39.584067435232),
+.UNSPECIFIED.) CURVE() GEOMETRIC_REPRESENTATION_ITEM()
+RATIONAL_B_SPLINE_CURVE((1.,1.,1.000000000001,0.999999999998,
+ 1.000000000004,0.999999999994,1.000000000007,0.999999999994,
+ 1.000000000005,0.999999999997,1.000000000001,1.,1.,1.))
+REPRESENTATION_ITEM('') );
+#6989 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 2.195465833351));
+#6990 = CARTESIAN_POINT('',(-3.123636363637,1.487882817062,
+ 2.195465833351));
+#6991 = CARTESIAN_POINT('',(-2.354649433433,3.010077333139,
+ 2.195465833351));
+#6992 = CARTESIAN_POINT('',(-0.772182008026,4.098511179107,
+ 2.195465833351));
+#6993 = CARTESIAN_POINT('',(1.405494032514,4.265673874777,2.195465833351
+ ));
+#6994 = CARTESIAN_POINT('',(3.286746931272,3.105575686884,2.195465833351
+ ));
+#6995 = CARTESIAN_POINT('',(4.666448316142,1.412091509007,2.195465833351
+ ));
+#6996 = CARTESIAN_POINT('',(4.666448316175,-1.412091509024,
+ 2.195465833351));
+#6997 = CARTESIAN_POINT('',(3.286746931258,-3.105575686853,
+ 2.195465833351));
+#6998 = CARTESIAN_POINT('',(1.405494032511,-4.265673874805,
+ 2.195465833351));
+#6999 = CARTESIAN_POINT('',(-0.772182008017,-4.098511179094,
+ 2.195465833351));
+#7000 = CARTESIAN_POINT('',(-2.354649433438,-3.010077333143,
+ 2.195465833351));
+#7001 = CARTESIAN_POINT('',(-3.123636363636,-1.487882817062,
+ 2.195465833351));
+#7002 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 2.195465833351));
+#7003 = SURFACE_OF_REVOLUTION('',#7004,#7009);
+#7004 = CIRCLE('',#7005,0.29);
+#7005 = AXIS2_PLACEMENT_3D('',#7006,#7007,#7008);
+#7006 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,1.906666666667));
+#7007 = DIRECTION('',(-1.224646799147E-16,-1.,-0.));
+#7008 = DIRECTION('',(0.,0.,-1.));
+#7009 = AXIS1_PLACEMENT('',#7010,#7011);
+#7010 = CARTESIAN_POINT('',(0.,0.,0.65));
+#7011 = DIRECTION('',(-0.,0.,-1.));
+#7012 = ADVANCED_FACE('',(#7013),#7086,.F.);
+#7013 = FACE_BOUND('',#7014,.F.);
+#7014 = EDGE_LOOP('',(#7015,#7025,#7033,#7041,#7047,#7048,#7056,#7064,
+ #7072,#7080));
+#7015 = ORIENTED_EDGE('',*,*,#7016,.F.);
+#7016 = EDGE_CURVE('',#7017,#7019,#7021,.T.);
+#7017 = VERTEX_POINT('',#7018);
+#7018 = CARTESIAN_POINT('',(-3.3,2.3,0.15));
+#7019 = VERTEX_POINT('',#7020);
+#7020 = CARTESIAN_POINT('',(-3.3,0.325,0.15));
+#7021 = LINE('',#7022,#7023);
+#7022 = CARTESIAN_POINT('',(-3.3,2.3,0.15));
+#7023 = VECTOR('',#7024,1.);
+#7024 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7025 = ORIENTED_EDGE('',*,*,#7026,.T.);
+#7026 = EDGE_CURVE('',#7017,#7027,#7029,.T.);
+#7027 = VERTEX_POINT('',#7028);
+#7028 = CARTESIAN_POINT('',(-3.3,2.3,0.85));
+#7029 = LINE('',#7030,#7031);
+#7030 = CARTESIAN_POINT('',(-3.3,2.3,0.15));
+#7031 = VECTOR('',#7032,1.);
+#7032 = DIRECTION('',(0.,0.,1.));
+#7033 = ORIENTED_EDGE('',*,*,#7034,.T.);
+#7034 = EDGE_CURVE('',#7027,#7035,#7037,.T.);
+#7035 = VERTEX_POINT('',#7036);
+#7036 = CARTESIAN_POINT('',(-3.3,0.576628129734,0.85));
+#7037 = LINE('',#7038,#7039);
+#7038 = CARTESIAN_POINT('',(-3.3,3.3,0.85));
+#7039 = VECTOR('',#7040,1.);
+#7040 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7041 = ORIENTED_EDGE('',*,*,#7042,.T.);
+#7042 = EDGE_CURVE('',#7035,#6898,#7043,.T.);
+#7043 = LINE('',#7044,#7045);
+#7044 = CARTESIAN_POINT('',(-3.3,0.576628129734,0.65));
+#7045 = VECTOR('',#7046,1.);
+#7046 = DIRECTION('',(0.,0.,-1.));
+#7047 = ORIENTED_EDGE('',*,*,#6897,.T.);
+#7048 = ORIENTED_EDGE('',*,*,#7049,.F.);
+#7049 = EDGE_CURVE('',#7050,#6900,#7052,.T.);
+#7050 = VERTEX_POINT('',#7051);
+#7051 = CARTESIAN_POINT('',(-3.3,-0.576628129734,0.85));
+#7052 = LINE('',#7053,#7054);
+#7053 = CARTESIAN_POINT('',(-3.3,-0.576628129734,0.65));
+#7054 = VECTOR('',#7055,1.);
+#7055 = DIRECTION('',(0.,0.,-1.));
+#7056 = ORIENTED_EDGE('',*,*,#7057,.T.);
+#7057 = EDGE_CURVE('',#7050,#7058,#7060,.T.);
+#7058 = VERTEX_POINT('',#7059);
+#7059 = CARTESIAN_POINT('',(-3.3,-2.3,0.85));
+#7060 = LINE('',#7061,#7062);
+#7061 = CARTESIAN_POINT('',(-3.3,3.3,0.85));
+#7062 = VECTOR('',#7063,1.);
+#7063 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7064 = ORIENTED_EDGE('',*,*,#7065,.F.);
+#7065 = EDGE_CURVE('',#7066,#7058,#7068,.T.);
+#7066 = VERTEX_POINT('',#7067);
+#7067 = CARTESIAN_POINT('',(-3.3,-2.3,0.15));
+#7068 = LINE('',#7069,#7070);
+#7069 = CARTESIAN_POINT('',(-3.3,-2.3,0.15));
+#7070 = VECTOR('',#7071,1.);
+#7071 = DIRECTION('',(0.,0.,1.));
+#7072 = ORIENTED_EDGE('',*,*,#7073,.F.);
+#7073 = EDGE_CURVE('',#7074,#7066,#7076,.T.);
+#7074 = VERTEX_POINT('',#7075);
+#7075 = CARTESIAN_POINT('',(-3.3,-0.325,0.15));
+#7076 = LINE('',#7077,#7078);
+#7077 = CARTESIAN_POINT('',(-3.3,2.3,0.15));
+#7078 = VECTOR('',#7079,1.);
+#7079 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7080 = ORIENTED_EDGE('',*,*,#7081,.F.);
+#7081 = EDGE_CURVE('',#7019,#7074,#7082,.T.);
+#7082 = LINE('',#7083,#7084);
+#7083 = CARTESIAN_POINT('',(-3.3,2.3,0.15));
+#7084 = VECTOR('',#7085,1.);
+#7085 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7086 = PLANE('',#7087);
+#7087 = AXIS2_PLACEMENT_3D('',#7088,#7089,#7090);
+#7088 = CARTESIAN_POINT('',(-3.3,2.3,0.15));
+#7089 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7090 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7091 = ADVANCED_FACE('',(#7092),#7111,.F.);
+#7092 = FACE_BOUND('',#7093,.F.);
+#7093 = EDGE_LOOP('',(#7094,#7102,#7103,#7104));
+#7094 = ORIENTED_EDGE('',*,*,#7095,.T.);
+#7095 = EDGE_CURVE('',#7096,#6951,#7098,.T.);
+#7096 = VERTEX_POINT('',#7097);
+#7097 = CARTESIAN_POINT('',(-0.576628129734,3.3,0.85));
+#7098 = LINE('',#7099,#7100);
+#7099 = CARTESIAN_POINT('',(-0.576628129734,3.3,0.65));
+#7100 = VECTOR('',#7101,1.);
+#7101 = DIRECTION('',(0.,0.,-1.));
+#7102 = ORIENTED_EDGE('',*,*,#6958,.T.);
+#7103 = ORIENTED_EDGE('',*,*,#7042,.F.);
+#7104 = ORIENTED_EDGE('',*,*,#7105,.T.);
+#7105 = EDGE_CURVE('',#7035,#7096,#7106,.T.);
+#7106 = CIRCLE('',#7107,3.35);
+#7107 = AXIS2_PLACEMENT_3D('',#7108,#7109,#7110);
+#7108 = CARTESIAN_POINT('',(0.,0.,0.85));
+#7109 = DIRECTION('',(0.,0.,-1.));
+#7110 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7111 = CYLINDRICAL_SURFACE('',#7112,3.35);
+#7112 = AXIS2_PLACEMENT_3D('',#7113,#7114,#7115);
+#7113 = CARTESIAN_POINT('',(0.,0.,0.65));
+#7114 = DIRECTION('',(0.,0.,-1.));
+#7115 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7116 = ADVANCED_FACE('',(#7117),#7136,.F.);
+#7117 = FACE_BOUND('',#7118,.F.);
+#7118 = EDGE_LOOP('',(#7119,#7127,#7134,#7135));
+#7119 = ORIENTED_EDGE('',*,*,#7120,.F.);
+#7120 = EDGE_CURVE('',#7121,#6908,#7123,.T.);
+#7121 = VERTEX_POINT('',#7122);
+#7122 = CARTESIAN_POINT('',(-0.576628129734,-3.3,0.85));
+#7123 = LINE('',#7124,#7125);
+#7124 = CARTESIAN_POINT('',(-0.576628129734,-3.3,0.65));
+#7125 = VECTOR('',#7126,1.);
+#7126 = DIRECTION('',(0.,0.,-1.));
+#7127 = ORIENTED_EDGE('',*,*,#7128,.T.);
+#7128 = EDGE_CURVE('',#7121,#7050,#7129,.T.);
+#7129 = CIRCLE('',#7130,3.35);
+#7130 = AXIS2_PLACEMENT_3D('',#7131,#7132,#7133);
+#7131 = CARTESIAN_POINT('',(0.,0.,0.85));
+#7132 = DIRECTION('',(0.,0.,-1.));
+#7133 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7134 = ORIENTED_EDGE('',*,*,#7049,.T.);
+#7135 = ORIENTED_EDGE('',*,*,#6907,.T.);
+#7136 = CYLINDRICAL_SURFACE('',#7137,3.35);
+#7137 = AXIS2_PLACEMENT_3D('',#7138,#7139,#7140);
+#7138 = CARTESIAN_POINT('',(0.,0.,0.65));
+#7139 = DIRECTION('',(0.,0.,-1.));
+#7140 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7141 = ADVANCED_FACE('',(#7142),#7192,.F.);
+#7142 = FACE_BOUND('',#7143,.F.);
+#7143 = EDGE_LOOP('',(#7144,#7154,#7162,#7170,#7176,#7177,#7178,#7186));
+#7144 = ORIENTED_EDGE('',*,*,#7145,.F.);
+#7145 = EDGE_CURVE('',#7146,#7148,#7150,.T.);
+#7146 = VERTEX_POINT('',#7147);
+#7147 = CARTESIAN_POINT('',(2.9,3.3,0.15));
+#7148 = VERTEX_POINT('',#7149);
+#7149 = CARTESIAN_POINT('',(-2.3,3.3,0.15));
+#7150 = LINE('',#7151,#7152);
+#7151 = CARTESIAN_POINT('',(3.3,3.3,0.15));
+#7152 = VECTOR('',#7153,1.);
+#7153 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7154 = ORIENTED_EDGE('',*,*,#7155,.T.);
+#7155 = EDGE_CURVE('',#7146,#7156,#7158,.T.);
+#7156 = VERTEX_POINT('',#7157);
+#7157 = CARTESIAN_POINT('',(2.9,3.3,1.15));
+#7158 = LINE('',#7159,#7160);
+#7159 = CARTESIAN_POINT('',(2.9,3.3,0.15));
+#7160 = VECTOR('',#7161,1.);
+#7161 = DIRECTION('',(0.,0.,1.));
+#7162 = ORIENTED_EDGE('',*,*,#7163,.T.);
+#7163 = EDGE_CURVE('',#7156,#7164,#7166,.T.);
+#7164 = VERTEX_POINT('',#7165);
+#7165 = CARTESIAN_POINT('',(0.576628129734,3.3,1.15));
+#7166 = LINE('',#7167,#7168);
+#7167 = CARTESIAN_POINT('',(3.3,3.3,1.15));
+#7168 = VECTOR('',#7169,1.);
+#7169 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7170 = ORIENTED_EDGE('',*,*,#7171,.T.);
+#7171 = EDGE_CURVE('',#7164,#6942,#7172,.T.);
+#7172 = LINE('',#7173,#7174);
+#7173 = CARTESIAN_POINT('',(0.576628129734,3.3,0.65));
+#7174 = VECTOR('',#7175,1.);
+#7175 = DIRECTION('',(0.,0.,-1.));
+#7176 = ORIENTED_EDGE('',*,*,#6950,.T.);
+#7177 = ORIENTED_EDGE('',*,*,#7095,.F.);
+#7178 = ORIENTED_EDGE('',*,*,#7179,.T.);
+#7179 = EDGE_CURVE('',#7096,#7180,#7182,.T.);
+#7180 = VERTEX_POINT('',#7181);
+#7181 = CARTESIAN_POINT('',(-2.3,3.3,0.85));
+#7182 = LINE('',#7183,#7184);
+#7183 = CARTESIAN_POINT('',(4.041334437186E-16,3.3,0.85));
+#7184 = VECTOR('',#7185,1.);
+#7185 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7186 = ORIENTED_EDGE('',*,*,#7187,.F.);
+#7187 = EDGE_CURVE('',#7148,#7180,#7188,.T.);
+#7188 = LINE('',#7189,#7190);
+#7189 = CARTESIAN_POINT('',(-2.3,3.3,0.15));
+#7190 = VECTOR('',#7191,1.);
+#7191 = DIRECTION('',(0.,0.,1.));
+#7192 = PLANE('',#7193);
+#7193 = AXIS2_PLACEMENT_3D('',#7194,#7195,#7196);
+#7194 = CARTESIAN_POINT('',(3.3,3.3,0.15));
+#7195 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7196 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7197 = ADVANCED_FACE('',(#7198),#7248,.F.);
+#7198 = FACE_BOUND('',#7199,.F.);
+#7199 = EDGE_LOOP('',(#7200,#7210,#7218,#7226,#7232,#7233,#7234,#7242));
+#7200 = ORIENTED_EDGE('',*,*,#7201,.F.);
+#7201 = EDGE_CURVE('',#7202,#7204,#7206,.T.);
+#7202 = VERTEX_POINT('',#7203);
+#7203 = CARTESIAN_POINT('',(2.9,-3.3,0.15));
+#7204 = VERTEX_POINT('',#7205);
+#7205 = CARTESIAN_POINT('',(2.9,-3.3,1.15));
+#7206 = LINE('',#7207,#7208);
+#7207 = CARTESIAN_POINT('',(2.9,-3.3,0.15));
+#7208 = VECTOR('',#7209,1.);
+#7209 = DIRECTION('',(0.,0.,1.));
+#7210 = ORIENTED_EDGE('',*,*,#7211,.F.);
+#7211 = EDGE_CURVE('',#7212,#7202,#7214,.T.);
+#7212 = VERTEX_POINT('',#7213);
+#7213 = CARTESIAN_POINT('',(-2.3,-3.3,0.15));
+#7214 = LINE('',#7215,#7216);
+#7215 = CARTESIAN_POINT('',(-2.3,-3.3,0.15));
+#7216 = VECTOR('',#7217,1.);
+#7217 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7218 = ORIENTED_EDGE('',*,*,#7219,.T.);
+#7219 = EDGE_CURVE('',#7212,#7220,#7222,.T.);
+#7220 = VERTEX_POINT('',#7221);
+#7221 = CARTESIAN_POINT('',(-2.3,-3.3,0.85));
+#7222 = LINE('',#7223,#7224);
+#7223 = CARTESIAN_POINT('',(-2.3,-3.3,0.15));
+#7224 = VECTOR('',#7225,1.);
+#7225 = DIRECTION('',(0.,0.,1.));
+#7226 = ORIENTED_EDGE('',*,*,#7227,.F.);
+#7227 = EDGE_CURVE('',#7121,#7220,#7228,.T.);
+#7228 = LINE('',#7229,#7230);
+#7229 = CARTESIAN_POINT('',(-4.041334437186E-16,-3.3,0.85));
+#7230 = VECTOR('',#7231,1.);
+#7231 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7232 = ORIENTED_EDGE('',*,*,#7120,.T.);
+#7233 = ORIENTED_EDGE('',*,*,#6916,.T.);
+#7234 = ORIENTED_EDGE('',*,*,#7235,.F.);
+#7235 = EDGE_CURVE('',#7236,#6917,#7238,.T.);
+#7236 = VERTEX_POINT('',#7237);
+#7237 = CARTESIAN_POINT('',(0.576628129734,-3.3,1.15));
+#7238 = LINE('',#7239,#7240);
+#7239 = CARTESIAN_POINT('',(0.576628129734,-3.3,0.65));
+#7240 = VECTOR('',#7241,1.);
+#7241 = DIRECTION('',(0.,0.,-1.));
+#7242 = ORIENTED_EDGE('',*,*,#7243,.T.);
+#7243 = EDGE_CURVE('',#7236,#7204,#7244,.T.);
+#7244 = LINE('',#7245,#7246);
+#7245 = CARTESIAN_POINT('',(-2.3,-3.3,1.15));
+#7246 = VECTOR('',#7247,1.);
+#7247 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7248 = PLANE('',#7249);
+#7249 = AXIS2_PLACEMENT_3D('',#7250,#7251,#7252);
+#7250 = CARTESIAN_POINT('',(-2.3,-3.3,0.15));
+#7251 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7252 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7253 = ADVANCED_FACE('',(#7254),#7273,.F.);
+#7254 = FACE_BOUND('',#7255,.F.);
+#7255 = EDGE_LOOP('',(#7256,#7265,#7271,#7272));
+#7256 = ORIENTED_EDGE('',*,*,#7257,.F.);
+#7257 = EDGE_CURVE('',#7258,#7164,#7260,.T.);
+#7258 = VERTEX_POINT('',#7259);
+#7259 = CARTESIAN_POINT('',(3.3,0.576628129734,1.15));
+#7260 = CIRCLE('',#7261,3.35);
+#7261 = AXIS2_PLACEMENT_3D('',#7262,#7263,#7264);
+#7262 = CARTESIAN_POINT('',(0.,0.,1.15));
+#7263 = DIRECTION('',(0.,0.,1.));
+#7264 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7265 = ORIENTED_EDGE('',*,*,#7266,.T.);
+#7266 = EDGE_CURVE('',#7258,#6934,#7267,.T.);
+#7267 = LINE('',#7268,#7269);
+#7268 = CARTESIAN_POINT('',(3.3,0.576628129734,0.65));
+#7269 = VECTOR('',#7270,1.);
+#7270 = DIRECTION('',(0.,0.,-1.));
+#7271 = ORIENTED_EDGE('',*,*,#6941,.T.);
+#7272 = ORIENTED_EDGE('',*,*,#7171,.F.);
+#7273 = CYLINDRICAL_SURFACE('',#7274,3.35);
+#7274 = AXIS2_PLACEMENT_3D('',#7275,#7276,#7277);
+#7275 = CARTESIAN_POINT('',(0.,0.,0.65));
+#7276 = DIRECTION('',(0.,0.,-1.));
+#7277 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7278 = ADVANCED_FACE('',(#7279),#7298,.F.);
+#7279 = FACE_BOUND('',#7280,.F.);
+#7280 = EDGE_LOOP('',(#7281,#7289,#7296,#7297));
+#7281 = ORIENTED_EDGE('',*,*,#7282,.F.);
+#7282 = EDGE_CURVE('',#7283,#6925,#7285,.T.);
+#7283 = VERTEX_POINT('',#7284);
+#7284 = CARTESIAN_POINT('',(3.3,-0.576628129734,1.15));
+#7285 = LINE('',#7286,#7287);
+#7286 = CARTESIAN_POINT('',(3.3,-0.576628129734,0.65));
+#7287 = VECTOR('',#7288,1.);
+#7288 = DIRECTION('',(0.,0.,-1.));
+#7289 = ORIENTED_EDGE('',*,*,#7290,.F.);
+#7290 = EDGE_CURVE('',#7236,#7283,#7291,.T.);
+#7291 = CIRCLE('',#7292,3.35);
+#7292 = AXIS2_PLACEMENT_3D('',#7293,#7294,#7295);
+#7293 = CARTESIAN_POINT('',(0.,0.,1.15));
+#7294 = DIRECTION('',(0.,0.,1.));
+#7295 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7296 = ORIENTED_EDGE('',*,*,#7235,.T.);
+#7297 = ORIENTED_EDGE('',*,*,#6924,.T.);
+#7298 = CYLINDRICAL_SURFACE('',#7299,3.35);
+#7299 = AXIS2_PLACEMENT_3D('',#7300,#7301,#7302);
+#7300 = CARTESIAN_POINT('',(0.,0.,0.65));
+#7301 = DIRECTION('',(0.,0.,-1.));
+#7302 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7303 = ADVANCED_FACE('',(#7304),#7363,.F.);
+#7304 = FACE_BOUND('',#7305,.F.);
+#7305 = EDGE_LOOP('',(#7306,#7316,#7324,#7330,#7331,#7332,#7333,#7341,
+ #7349,#7357));
+#7306 = ORIENTED_EDGE('',*,*,#7307,.F.);
+#7307 = EDGE_CURVE('',#7308,#7310,#7312,.T.);
+#7308 = VERTEX_POINT('',#7309);
+#7309 = CARTESIAN_POINT('',(3.3,-2.9,0.15));
+#7310 = VERTEX_POINT('',#7311);
+#7311 = CARTESIAN_POINT('',(3.3,-0.325,0.15));
+#7312 = LINE('',#7313,#7314);
+#7313 = CARTESIAN_POINT('',(3.3,-3.3,0.15));
+#7314 = VECTOR('',#7315,1.);
+#7315 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7316 = ORIENTED_EDGE('',*,*,#7317,.T.);
+#7317 = EDGE_CURVE('',#7308,#7318,#7320,.T.);
+#7318 = VERTEX_POINT('',#7319);
+#7319 = CARTESIAN_POINT('',(3.3,-2.9,1.15));
+#7320 = LINE('',#7321,#7322);
+#7321 = CARTESIAN_POINT('',(3.3,-2.9,0.15));
+#7322 = VECTOR('',#7323,1.);
+#7323 = DIRECTION('',(0.,0.,1.));
+#7324 = ORIENTED_EDGE('',*,*,#7325,.T.);
+#7325 = EDGE_CURVE('',#7318,#7283,#7326,.T.);
+#7326 = LINE('',#7327,#7328);
+#7327 = CARTESIAN_POINT('',(3.3,-3.3,1.15));
+#7328 = VECTOR('',#7329,1.);
+#7329 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7330 = ORIENTED_EDGE('',*,*,#7282,.T.);
+#7331 = ORIENTED_EDGE('',*,*,#6933,.T.);
+#7332 = ORIENTED_EDGE('',*,*,#7266,.F.);
+#7333 = ORIENTED_EDGE('',*,*,#7334,.T.);
+#7334 = EDGE_CURVE('',#7258,#7335,#7337,.T.);
+#7335 = VERTEX_POINT('',#7336);
+#7336 = CARTESIAN_POINT('',(3.3,2.9,1.15));
+#7337 = LINE('',#7338,#7339);
+#7338 = CARTESIAN_POINT('',(3.3,-3.3,1.15));
+#7339 = VECTOR('',#7340,1.);
+#7340 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7341 = ORIENTED_EDGE('',*,*,#7342,.F.);
+#7342 = EDGE_CURVE('',#7343,#7335,#7345,.T.);
+#7343 = VERTEX_POINT('',#7344);
+#7344 = CARTESIAN_POINT('',(3.3,2.9,0.15));
+#7345 = LINE('',#7346,#7347);
+#7346 = CARTESIAN_POINT('',(3.3,2.9,0.15));
+#7347 = VECTOR('',#7348,1.);
+#7348 = DIRECTION('',(0.,0.,1.));
+#7349 = ORIENTED_EDGE('',*,*,#7350,.F.);
+#7350 = EDGE_CURVE('',#7351,#7343,#7353,.T.);
+#7351 = VERTEX_POINT('',#7352);
+#7352 = CARTESIAN_POINT('',(3.3,0.325,0.15));
+#7353 = LINE('',#7354,#7355);
+#7354 = CARTESIAN_POINT('',(3.3,-3.3,0.15));
+#7355 = VECTOR('',#7356,1.);
+#7356 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7357 = ORIENTED_EDGE('',*,*,#7358,.F.);
+#7358 = EDGE_CURVE('',#7310,#7351,#7359,.T.);
+#7359 = LINE('',#7360,#7361);
+#7360 = CARTESIAN_POINT('',(3.3,-3.3,0.15));
+#7361 = VECTOR('',#7362,1.);
+#7362 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7363 = PLANE('',#7364);
+#7364 = AXIS2_PLACEMENT_3D('',#7365,#7366,#7367);
+#7365 = CARTESIAN_POINT('',(3.3,-3.3,0.15));
+#7366 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7367 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7368 = ADVANCED_FACE('',(#7369),#7398,.T.);
+#7369 = FACE_BOUND('',#7370,.T.);
+#7370 = EDGE_LOOP('',(#7371,#7379,#7396,#7397));
+#7371 = ORIENTED_EDGE('',*,*,#7372,.T.);
+#7372 = EDGE_CURVE('',#6977,#7373,#7375,.T.);
+#7373 = VERTEX_POINT('',#7374);
+#7374 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,2.22434575002));
+#7375 = ( BOUNDED_CURVE() B_SPLINE_CURVE(2,(#7376,#7377,#7378),
+.UNSPECIFIED.,.F.,.F.) B_SPLINE_CURVE_WITH_KNOTS((3,3),(0.,
+19.792033717616),.PIECEWISE_BEZIER_KNOTS.) CURVE()
+GEOMETRIC_REPRESENTATION_ITEM() RATIONAL_B_SPLINE_CURVE((1.,
+0.738548945876,1.)) REPRESENTATION_ITEM('') );
+#7376 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 2.195465833351));
+#7377 = CARTESIAN_POINT('',(-3.15,1.752725840801E-15,2.197872493074));
+#7378 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,2.22434575002));
+#7379 = ORIENTED_EDGE('',*,*,#7380,.T.);
+#7380 = EDGE_CURVE('',#7373,#7373,#7381,.T.);
+#7381 = ( BOUNDED_CURVE() B_SPLINE_CURVE(13,(#7382,#7383,#7384,#7385,
+ #7386,#7387,#7388,#7389,#7390,#7391,#7392,#7393,#7394,#7395),
+.UNSPECIFIED.,.T.,.F.) B_SPLINE_CURVE_WITH_KNOTS((1,13,13,1),(
+ -19.79203371761,3.914259941243E-16,19.792033717616,39.584067435232),
+.UNSPECIFIED.) CURVE() GEOMETRIC_REPRESENTATION_ITEM()
+RATIONAL_B_SPLINE_CURVE((1.,1.,1.000000000001,0.999999999998,
+ 1.000000000004,0.999999999994,1.000000000007,0.999999999994,
+ 1.000000000005,0.999999999997,1.000000000001,1.,1.,1.))
+REPRESENTATION_ITEM('') );
+#7382 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,2.22434575002));
+#7383 = CARTESIAN_POINT('',(-3.150000000001,1.500440617323,2.22434575002
+ ));
+#7384 = CARTESIAN_POINT('',(-2.374522784296,3.035482525996,2.22434575002
+ ));
+#7385 = CARTESIAN_POINT('',(-0.778699260132,4.133102804312,2.22434575002
+ ));
+#7386 = CARTESIAN_POINT('',(1.417356467599,4.301676360908,2.22434575002)
+ );
+#7387 = CARTESIAN_POINT('',(3.314487228417,3.131786890306,2.22434575002)
+ );
+#7388 = CARTESIAN_POINT('',(4.705833357232,1.424009627085,2.224345750019
+ ));
+#7389 = CARTESIAN_POINT('',(4.705833357255,-1.424009627103,2.22434575002
+ ));
+#7390 = CARTESIAN_POINT('',(3.314487228412,-3.131786890273,2.22434575002
+ ));
+#7391 = CARTESIAN_POINT('',(1.41735646759,-4.301676360936,2.22434575002)
+ );
+#7392 = CARTESIAN_POINT('',(-0.778699260121,-4.133102804299,
+ 2.22434575002));
+#7393 = CARTESIAN_POINT('',(-2.374522784302,-3.035482526,2.22434575002)
+ );
+#7394 = CARTESIAN_POINT('',(-3.149999999999,-1.500440617323,
+ 2.22434575002));
+#7395 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,2.22434575002));
+#7396 = ORIENTED_EDGE('',*,*,#7372,.F.);
+#7397 = ORIENTED_EDGE('',*,*,#6987,.F.);
+#7398 = ( BOUNDED_SURFACE() B_SPLINE_SURFACE(2,13,(
+ (#7399,#7400,#7401,#7402,#7403,#7404,#7405,#7406,#7407,#7408,#7409
+ ,#7410,#7411,#7412)
+ ,(#7413,#7414,#7415,#7416,#7417,#7418,#7419,#7420,#7421,#7422,#7423
+ ,#7424,#7425,#7426)
+ ,(#7427,#7428,#7429,#7430,#7431,#7432,#7433,#7434,#7435,#7436,#7437
+ ,#7438,#7439,#7440
+)),.UNSPECIFIED.,.F.,.T.,.F.) B_SPLINE_SURFACE_WITH_KNOTS((3,3),(1,13,13
+ ,1),(0.,19.792033717616),(-19.79203371761,3.914259941243E-16,
+ 19.792033717616,39.584067435232),.UNSPECIFIED.)
+GEOMETRIC_REPRESENTATION_ITEM() RATIONAL_B_SPLINE_SURFACE((
+ (1.,1.,1.000000000001,0.999999999998,1.000000000004,0.999999999994
+ ,1.000000000007,0.999999999994,1.000000000005,0.999999999997
+ ,1.000000000001,1.,1.,1.)
+ ,(0.738548945876,0.738548945876,0.738548945876,0.738548945875
+ ,0.738548945878,0.738548945872,0.73854894588,0.738548945872
+ ,0.738548945879,0.738548945874,0.738548945877,0.738548945876
+ ,0.738548945876,0.738548945876)
+ ,(1.,1.,1.000000000001,0.999999999998,1.000000000004,0.999999999994
+ ,1.000000000007,0.999999999994,1.000000000005,0.999999999997
+,1.000000000001,1.,1.,1.))) REPRESENTATION_ITEM('') SURFACE() );
+#7399 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 2.195465833351));
+#7400 = CARTESIAN_POINT('',(-3.123636363637,1.487882817062,
+ 2.195465833351));
+#7401 = CARTESIAN_POINT('',(-2.354649433433,3.010077333139,
+ 2.195465833351));
+#7402 = CARTESIAN_POINT('',(-0.772182008026,4.098511179107,
+ 2.195465833351));
+#7403 = CARTESIAN_POINT('',(1.405494032514,4.265673874777,2.195465833351
+ ));
+#7404 = CARTESIAN_POINT('',(3.286746931272,3.105575686884,2.195465833351
+ ));
+#7405 = CARTESIAN_POINT('',(4.666448316142,1.412091509007,2.195465833351
+ ));
+#7406 = CARTESIAN_POINT('',(4.666448316175,-1.412091509024,
+ 2.195465833351));
+#7407 = CARTESIAN_POINT('',(3.286746931258,-3.105575686853,
+ 2.195465833351));
+#7408 = CARTESIAN_POINT('',(1.405494032511,-4.265673874805,
+ 2.195465833351));
+#7409 = CARTESIAN_POINT('',(-0.772182008017,-4.098511179094,
+ 2.195465833351));
+#7410 = CARTESIAN_POINT('',(-2.354649433438,-3.010077333143,
+ 2.195465833351));
+#7411 = CARTESIAN_POINT('',(-3.123636363636,-1.487882817062,
+ 2.195465833351));
+#7412 = CARTESIAN_POINT('',(-3.123636363636,3.825351274428E-16,
+ 2.195465833351));
+#7413 = CARTESIAN_POINT('',(-3.15,1.752725840801E-15,2.197872493074));
+#7414 = CARTESIAN_POINT('',(-3.150000000001,1.500440617323,
+ 2.197872493074));
+#7415 = CARTESIAN_POINT('',(-2.374522784297,3.035482525996,
+ 2.197872493074));
+#7416 = CARTESIAN_POINT('',(-0.778699260132,4.133102804312,
+ 2.197872493074));
+#7417 = CARTESIAN_POINT('',(1.4173564676,4.301676360909,2.197872493073)
+ );
+#7418 = CARTESIAN_POINT('',(3.314487228414,3.131786890305,2.197872493074
+ ));
+#7419 = CARTESIAN_POINT('',(4.705833357238,1.424009627084,2.197872493073
+ ));
+#7420 = CARTESIAN_POINT('',(4.705833357249,-1.424009627099,
+ 2.197872493074));
+#7421 = CARTESIAN_POINT('',(3.314487228416,-3.131786890278,
+ 2.197872493074));
+#7422 = CARTESIAN_POINT('',(1.417356467589,-4.301676360933,
+ 2.197872493074));
+#7423 = CARTESIAN_POINT('',(-0.778699260121,-4.133102804301,
+ 2.197872493074));
+#7424 = CARTESIAN_POINT('',(-2.374522784302,-3.035482525999,
+ 2.197872493074));
+#7425 = CARTESIAN_POINT('',(-3.15,-1.500440617323,2.197872493074));
+#7426 = CARTESIAN_POINT('',(-3.15,1.752725840801E-15,2.197872493074));
+#7427 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,2.22434575002));
+#7428 = CARTESIAN_POINT('',(-3.150000000001,1.500440617323,2.22434575002
+ ));
+#7429 = CARTESIAN_POINT('',(-2.374522784296,3.035482525996,2.22434575002
+ ));
+#7430 = CARTESIAN_POINT('',(-0.778699260132,4.133102804312,2.22434575002
+ ));
+#7431 = CARTESIAN_POINT('',(1.417356467599,4.301676360908,2.22434575002)
+ );
+#7432 = CARTESIAN_POINT('',(3.314487228417,3.131786890306,2.22434575002)
+ );
+#7433 = CARTESIAN_POINT('',(4.705833357232,1.424009627085,2.224345750019
+ ));
+#7434 = CARTESIAN_POINT('',(4.705833357255,-1.424009627103,2.22434575002
+ ));
+#7435 = CARTESIAN_POINT('',(3.314487228412,-3.131786890273,2.22434575002
+ ));
+#7436 = CARTESIAN_POINT('',(1.41735646759,-4.301676360936,2.22434575002)
+ );
+#7437 = CARTESIAN_POINT('',(-0.778699260121,-4.133102804299,
+ 2.22434575002));
+#7438 = CARTESIAN_POINT('',(-2.374522784302,-3.035482526,2.22434575002)
+ );
+#7439 = CARTESIAN_POINT('',(-3.149999999999,-1.500440617323,
+ 2.22434575002));
+#7440 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,2.22434575002));
+#7441 = ADVANCED_FACE('',(#7442),#7522,.F.);
+#7442 = FACE_BOUND('',#7443,.F.);
+#7443 = EDGE_LOOP('',(#7444,#7451,#7452,#7460,#7469,#7475,#7476,#7483,
+ #7484,#7490,#7491,#7499,#7508,#7514,#7515,#7521));
+#7444 = ORIENTED_EDGE('',*,*,#7445,.F.);
+#7445 = EDGE_CURVE('',#7308,#7202,#7446,.T.);
+#7446 = CIRCLE('',#7447,0.4);
+#7447 = AXIS2_PLACEMENT_3D('',#7448,#7449,#7450);
+#7448 = CARTESIAN_POINT('',(2.9,-2.9,0.15));
+#7449 = DIRECTION('',(0.,0.,-1.));
+#7450 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7451 = ORIENTED_EDGE('',*,*,#7307,.T.);
+#7452 = ORIENTED_EDGE('',*,*,#7453,.F.);
+#7453 = EDGE_CURVE('',#7454,#7310,#7456,.T.);
+#7454 = VERTEX_POINT('',#7455);
+#7455 = CARTESIAN_POINT('',(1.225,-0.325,0.15));
+#7456 = LINE('',#7457,#7458);
+#7457 = CARTESIAN_POINT('',(1.225,-0.325,0.15));
+#7458 = VECTOR('',#7459,1.);
+#7459 = DIRECTION('',(1.,-2.656811920655E-16,0.));
+#7460 = ORIENTED_EDGE('',*,*,#7461,.F.);
+#7461 = EDGE_CURVE('',#7462,#7454,#7464,.T.);
+#7462 = VERTEX_POINT('',#7463);
+#7463 = CARTESIAN_POINT('',(1.225,0.325,0.15));
+#7464 = CIRCLE('',#7465,0.325);
+#7465 = AXIS2_PLACEMENT_3D('',#7466,#7467,#7468);
+#7466 = CARTESIAN_POINT('',(1.225,-3.000384657911E-16,0.15));
+#7467 = DIRECTION('',(0.,-0.,1.));
+#7468 = DIRECTION('',(9.281435288296E-16,1.,0.));
+#7469 = ORIENTED_EDGE('',*,*,#7470,.F.);
+#7470 = EDGE_CURVE('',#7351,#7462,#7471,.T.);
+#7471 = LINE('',#7472,#7473);
+#7472 = CARTESIAN_POINT('',(3.9,0.325,0.15));
+#7473 = VECTOR('',#7474,1.);
+#7474 = DIRECTION('',(-1.,2.449293598295E-16,0.));
+#7475 = ORIENTED_EDGE('',*,*,#7350,.T.);
+#7476 = ORIENTED_EDGE('',*,*,#7477,.F.);
+#7477 = EDGE_CURVE('',#7146,#7343,#7478,.T.);
+#7478 = CIRCLE('',#7479,0.4);
+#7479 = AXIS2_PLACEMENT_3D('',#7480,#7481,#7482);
+#7480 = CARTESIAN_POINT('',(2.9,2.9,0.15));
+#7481 = DIRECTION('',(0.,0.,-1.));
+#7482 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7483 = ORIENTED_EDGE('',*,*,#7145,.T.);
+#7484 = ORIENTED_EDGE('',*,*,#7485,.T.);
+#7485 = EDGE_CURVE('',#7148,#7017,#7486,.T.);
+#7486 = LINE('',#7487,#7488);
+#7487 = CARTESIAN_POINT('',(-2.3,3.3,0.15));
+#7488 = VECTOR('',#7489,1.);
+#7489 = DIRECTION('',(-0.707106781187,-0.707106781187,0.));
+#7490 = ORIENTED_EDGE('',*,*,#7016,.T.);
+#7491 = ORIENTED_EDGE('',*,*,#7492,.F.);
+#7492 = EDGE_CURVE('',#7493,#7019,#7495,.T.);
+#7493 = VERTEX_POINT('',#7494);
+#7494 = CARTESIAN_POINT('',(-1.225,0.325,0.15));
+#7495 = LINE('',#7496,#7497);
+#7496 = CARTESIAN_POINT('',(-1.225,0.325,0.15));
+#7497 = VECTOR('',#7498,1.);
+#7498 = DIRECTION('',(-1.,1.432165121507E-16,0.));
+#7499 = ORIENTED_EDGE('',*,*,#7500,.F.);
+#7500 = EDGE_CURVE('',#7501,#7493,#7503,.T.);
+#7501 = VERTEX_POINT('',#7502);
+#7502 = CARTESIAN_POINT('',(-1.225,-0.325,0.15));
+#7503 = CIRCLE('',#7504,0.325);
+#7504 = AXIS2_PLACEMENT_3D('',#7505,#7506,#7507);
+#7505 = CARTESIAN_POINT('',(-1.225,1.500192328956E-16,0.15));
+#7506 = DIRECTION('',(0.,0.,1.));
+#7507 = DIRECTION('',(-8.056788489148E-16,-1.,0.));
+#7508 = ORIENTED_EDGE('',*,*,#7509,.F.);
+#7509 = EDGE_CURVE('',#7074,#7501,#7510,.T.);
+#7510 = LINE('',#7511,#7512);
+#7511 = CARTESIAN_POINT('',(-3.9,-0.325,0.15));
+#7512 = VECTOR('',#7513,1.);
+#7513 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7514 = ORIENTED_EDGE('',*,*,#7073,.T.);
+#7515 = ORIENTED_EDGE('',*,*,#7516,.T.);
+#7516 = EDGE_CURVE('',#7066,#7212,#7517,.T.);
+#7517 = LINE('',#7518,#7519);
+#7518 = CARTESIAN_POINT('',(-3.3,-2.3,0.15));
+#7519 = VECTOR('',#7520,1.);
+#7520 = DIRECTION('',(0.707106781187,-0.707106781187,0.));
+#7521 = ORIENTED_EDGE('',*,*,#7211,.T.);
+#7522 = PLANE('',#7523);
+#7523 = AXIS2_PLACEMENT_3D('',#7524,#7525,#7526);
+#7524 = CARTESIAN_POINT('',(0.169665910187,-2.077808138351E-17,0.15));
+#7525 = DIRECTION('',(0.,0.,1.));
+#7526 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7527 = ADVANCED_FACE('',(#7528),#7539,.F.);
+#7528 = FACE_BOUND('',#7529,.F.);
+#7529 = EDGE_LOOP('',(#7530,#7531,#7532,#7538));
+#7530 = ORIENTED_EDGE('',*,*,#7485,.F.);
+#7531 = ORIENTED_EDGE('',*,*,#7187,.T.);
+#7532 = ORIENTED_EDGE('',*,*,#7533,.T.);
+#7533 = EDGE_CURVE('',#7180,#7027,#7534,.T.);
+#7534 = LINE('',#7535,#7536);
+#7535 = CARTESIAN_POINT('',(-1.725,3.875,0.85));
+#7536 = VECTOR('',#7537,1.);
+#7537 = DIRECTION('',(-0.707106781187,-0.707106781187,0.));
+#7538 = ORIENTED_EDGE('',*,*,#7026,.F.);
+#7539 = PLANE('',#7540);
+#7540 = AXIS2_PLACEMENT_3D('',#7541,#7542,#7543);
+#7541 = CARTESIAN_POINT('',(-2.3,3.3,0.15));
+#7542 = DIRECTION('',(0.707106781187,-0.707106781187,0.));
+#7543 = DIRECTION('',(-0.707106781187,-0.707106781187,0.));
+#7544 = ADVANCED_FACE('',(#7545),#7570,.T.);
+#7545 = FACE_BOUND('',#7546,.T.);
+#7546 = EDGE_LOOP('',(#7547,#7555,#7563,#7569));
+#7547 = ORIENTED_EDGE('',*,*,#7548,.T.);
+#7548 = EDGE_CURVE('',#7019,#7549,#7551,.T.);
+#7549 = VERTEX_POINT('',#7550);
+#7550 = CARTESIAN_POINT('',(-3.9,0.325,0.15));
+#7551 = LINE('',#7552,#7553);
+#7552 = CARTESIAN_POINT('',(-1.225,0.325,0.15));
+#7553 = VECTOR('',#7554,1.);
+#7554 = DIRECTION('',(-1.,1.432165121507E-16,0.));
+#7555 = ORIENTED_EDGE('',*,*,#7556,.T.);
+#7556 = EDGE_CURVE('',#7549,#7557,#7559,.T.);
+#7557 = VERTEX_POINT('',#7558);
+#7558 = CARTESIAN_POINT('',(-3.9,-0.325,0.15));
+#7559 = LINE('',#7560,#7561);
+#7560 = CARTESIAN_POINT('',(-3.9,0.325,0.15));
+#7561 = VECTOR('',#7562,1.);
+#7562 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7563 = ORIENTED_EDGE('',*,*,#7564,.T.);
+#7564 = EDGE_CURVE('',#7557,#7074,#7565,.T.);
+#7565 = LINE('',#7566,#7567);
+#7566 = CARTESIAN_POINT('',(-3.9,-0.325,0.15));
+#7567 = VECTOR('',#7568,1.);
+#7568 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7569 = ORIENTED_EDGE('',*,*,#7081,.F.);
+#7570 = PLANE('',#7571);
+#7571 = AXIS2_PLACEMENT_3D('',#7572,#7573,#7574);
+#7572 = CARTESIAN_POINT('',(-2.47395012666,2.870543344061E-16,0.15));
+#7573 = DIRECTION('',(0.,0.,1.));
+#7574 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7575 = ADVANCED_FACE('',(#7576),#7582,.T.);
+#7576 = FACE_BOUND('',#7577,.T.);
+#7577 = EDGE_LOOP('',(#7578,#7579,#7580,#7581));
+#7578 = ORIENTED_EDGE('',*,*,#7105,.T.);
+#7579 = ORIENTED_EDGE('',*,*,#7179,.T.);
+#7580 = ORIENTED_EDGE('',*,*,#7533,.T.);
+#7581 = ORIENTED_EDGE('',*,*,#7034,.T.);
+#7582 = PLANE('',#7583);
+#7583 = AXIS2_PLACEMENT_3D('',#7584,#7585,#7586);
+#7584 = CARTESIAN_POINT('',(4.041334437186E-16,3.3,0.85));
+#7585 = DIRECTION('',(0.,0.,1.));
+#7586 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7587 = ADVANCED_FACE('',(#7588),#7599,.F.);
+#7588 = FACE_BOUND('',#7589,.F.);
+#7589 = EDGE_LOOP('',(#7590,#7591,#7592,#7598));
+#7590 = ORIENTED_EDGE('',*,*,#7516,.F.);
+#7591 = ORIENTED_EDGE('',*,*,#7065,.T.);
+#7592 = ORIENTED_EDGE('',*,*,#7593,.T.);
+#7593 = EDGE_CURVE('',#7058,#7220,#7594,.T.);
+#7594 = LINE('',#7595,#7596);
+#7595 = CARTESIAN_POINT('',(-3.875,-1.725,0.85));
+#7596 = VECTOR('',#7597,1.);
+#7597 = DIRECTION('',(0.707106781187,-0.707106781187,0.));
+#7598 = ORIENTED_EDGE('',*,*,#7219,.F.);
+#7599 = PLANE('',#7600);
+#7600 = AXIS2_PLACEMENT_3D('',#7601,#7602,#7603);
+#7601 = CARTESIAN_POINT('',(-3.3,-2.3,0.15));
+#7602 = DIRECTION('',(0.707106781187,0.707106781187,0.));
+#7603 = DIRECTION('',(0.707106781187,-0.707106781187,0.));
+#7604 = ADVANCED_FACE('',(#7605),#7611,.T.);
+#7605 = FACE_BOUND('',#7606,.T.);
+#7606 = EDGE_LOOP('',(#7607,#7608,#7609,#7610));
+#7607 = ORIENTED_EDGE('',*,*,#7227,.F.);
+#7608 = ORIENTED_EDGE('',*,*,#7128,.T.);
+#7609 = ORIENTED_EDGE('',*,*,#7057,.T.);
+#7610 = ORIENTED_EDGE('',*,*,#7593,.T.);
+#7611 = PLANE('',#7612);
+#7612 = AXIS2_PLACEMENT_3D('',#7613,#7614,#7615);
+#7613 = CARTESIAN_POINT('',(4.041334437186E-16,3.3,0.85));
+#7614 = DIRECTION('',(0.,0.,1.));
+#7615 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7616 = ADVANCED_FACE('',(#7617),#7629,.T.);
+#7617 = FACE_BOUND('',#7618,.T.);
+#7618 = EDGE_LOOP('',(#7619,#7620,#7621,#7628));
+#7619 = ORIENTED_EDGE('',*,*,#7257,.F.);
+#7620 = ORIENTED_EDGE('',*,*,#7334,.T.);
+#7621 = ORIENTED_EDGE('',*,*,#7622,.F.);
+#7622 = EDGE_CURVE('',#7156,#7335,#7623,.T.);
+#7623 = CIRCLE('',#7624,0.4);
+#7624 = AXIS2_PLACEMENT_3D('',#7625,#7626,#7627);
+#7625 = CARTESIAN_POINT('',(2.9,2.9,1.15));
+#7626 = DIRECTION('',(0.,0.,-1.));
+#7627 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7628 = ORIENTED_EDGE('',*,*,#7163,.T.);
+#7629 = PLANE('',#7630);
+#7630 = AXIS2_PLACEMENT_3D('',#7631,#7632,#7633);
+#7631 = CARTESIAN_POINT('',(0.169665910187,-2.077808138351E-17,1.15));
+#7632 = DIRECTION('',(0.,0.,1.));
+#7633 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7634 = ADVANCED_FACE('',(#7635),#7641,.T.);
+#7635 = FACE_BOUND('',#7636,.T.);
+#7636 = EDGE_LOOP('',(#7637,#7638,#7639,#7640));
+#7637 = ORIENTED_EDGE('',*,*,#7155,.T.);
+#7638 = ORIENTED_EDGE('',*,*,#7622,.T.);
+#7639 = ORIENTED_EDGE('',*,*,#7342,.F.);
+#7640 = ORIENTED_EDGE('',*,*,#7477,.F.);
+#7641 = CYLINDRICAL_SURFACE('',#7642,0.4);
+#7642 = AXIS2_PLACEMENT_3D('',#7643,#7644,#7645);
+#7643 = CARTESIAN_POINT('',(2.9,2.9,0.15));
+#7644 = DIRECTION('',(0.,0.,1.));
+#7645 = DIRECTION('',(1.224646799147E-16,1.,-0.));
+#7646 = ADVANCED_FACE('',(#7647),#7659,.T.);
+#7647 = FACE_BOUND('',#7648,.T.);
+#7648 = EDGE_LOOP('',(#7649,#7650,#7657,#7658));
+#7649 = ORIENTED_EDGE('',*,*,#7317,.T.);
+#7650 = ORIENTED_EDGE('',*,*,#7651,.T.);
+#7651 = EDGE_CURVE('',#7318,#7204,#7652,.T.);
+#7652 = CIRCLE('',#7653,0.4);
+#7653 = AXIS2_PLACEMENT_3D('',#7654,#7655,#7656);
+#7654 = CARTESIAN_POINT('',(2.9,-2.9,1.15));
+#7655 = DIRECTION('',(0.,0.,-1.));
+#7656 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7657 = ORIENTED_EDGE('',*,*,#7201,.F.);
+#7658 = ORIENTED_EDGE('',*,*,#7445,.F.);
+#7659 = CYLINDRICAL_SURFACE('',#7660,0.4);
+#7660 = AXIS2_PLACEMENT_3D('',#7661,#7662,#7663);
+#7661 = CARTESIAN_POINT('',(2.9,-2.9,0.15));
+#7662 = DIRECTION('',(0.,0.,1.));
+#7663 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7664 = ADVANCED_FACE('',(#7665),#7671,.T.);
+#7665 = FACE_BOUND('',#7666,.T.);
+#7666 = EDGE_LOOP('',(#7667,#7668,#7669,#7670));
+#7667 = ORIENTED_EDGE('',*,*,#7651,.F.);
+#7668 = ORIENTED_EDGE('',*,*,#7325,.T.);
+#7669 = ORIENTED_EDGE('',*,*,#7290,.F.);
+#7670 = ORIENTED_EDGE('',*,*,#7243,.T.);
+#7671 = PLANE('',#7672);
+#7672 = AXIS2_PLACEMENT_3D('',#7673,#7674,#7675);
+#7673 = CARTESIAN_POINT('',(0.169665910187,-2.077808138351E-17,1.15));
+#7674 = DIRECTION('',(0.,0.,1.));
+#7675 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7676 = ADVANCED_FACE('',(#7677),#7702,.T.);
+#7677 = FACE_BOUND('',#7678,.T.);
+#7678 = EDGE_LOOP('',(#7679,#7687,#7695,#7701));
+#7679 = ORIENTED_EDGE('',*,*,#7680,.T.);
+#7680 = EDGE_CURVE('',#7310,#7681,#7683,.T.);
+#7681 = VERTEX_POINT('',#7682);
+#7682 = CARTESIAN_POINT('',(3.9,-0.325,0.15));
+#7683 = LINE('',#7684,#7685);
+#7684 = CARTESIAN_POINT('',(1.225,-0.325,0.15));
+#7685 = VECTOR('',#7686,1.);
+#7686 = DIRECTION('',(1.,-2.656811920655E-16,0.));
+#7687 = ORIENTED_EDGE('',*,*,#7688,.T.);
+#7688 = EDGE_CURVE('',#7681,#7689,#7691,.T.);
+#7689 = VERTEX_POINT('',#7690);
+#7690 = CARTESIAN_POINT('',(3.9,0.325,0.15));
+#7691 = LINE('',#7692,#7693);
+#7692 = CARTESIAN_POINT('',(3.9,-0.325,0.15));
+#7693 = VECTOR('',#7694,1.);
+#7694 = DIRECTION('',(2.449293598295E-16,1.,0.));
+#7695 = ORIENTED_EDGE('',*,*,#7696,.T.);
+#7696 = EDGE_CURVE('',#7689,#7351,#7697,.T.);
+#7697 = LINE('',#7698,#7699);
+#7698 = CARTESIAN_POINT('',(3.9,0.325,0.15));
+#7699 = VECTOR('',#7700,1.);
+#7700 = DIRECTION('',(-1.,2.449293598295E-16,0.));
+#7701 = ORIENTED_EDGE('',*,*,#7358,.F.);
+#7702 = PLANE('',#7703);
+#7703 = AXIS2_PLACEMENT_3D('',#7704,#7705,#7706);
+#7704 = CARTESIAN_POINT('',(2.47395012666,-5.900258447925E-16,0.15));
+#7705 = DIRECTION('',(0.,0.,1.));
+#7706 = DIRECTION('',(1.,-2.449293598295E-16,0.));
+#7707 = ADVANCED_FACE('',(#7708),#7754,.T.);
+#7708 = FACE_BOUND('',#7709,.T.);
+#7709 = EDGE_LOOP('',(#7710,#7711,#7719,#7728,#7737,#7746,#7753));
+#7710 = ORIENTED_EDGE('',*,*,#7380,.F.);
+#7711 = ORIENTED_EDGE('',*,*,#7712,.T.);
+#7712 = EDGE_CURVE('',#7373,#7713,#7715,.T.);
+#7713 = VERTEX_POINT('',#7714);
+#7714 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,5.38));
+#7715 = LINE('',#7716,#7717);
+#7716 = CARTESIAN_POINT('',(-3.15,3.857637417314E-16,2.196666666667));
+#7717 = VECTOR('',#7718,1.);
+#7718 = DIRECTION('',(0.,0.,1.));
+#7719 = ORIENTED_EDGE('',*,*,#7720,.T.);
+#7720 = EDGE_CURVE('',#7713,#7721,#7723,.T.);
+#7721 = VERTEX_POINT('',#7722);
+#7722 = CARTESIAN_POINT('',(0.945,3.004908484463,5.38));
+#7723 = CIRCLE('',#7724,3.15);
+#7724 = AXIS2_PLACEMENT_3D('',#7725,#7726,#7727);
+#7725 = CARTESIAN_POINT('',(0.,0.,5.38));
+#7726 = DIRECTION('',(0.,0.,-1.));
+#7727 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7728 = ORIENTED_EDGE('',*,*,#7729,.T.);
+#7729 = EDGE_CURVE('',#7721,#7730,#7732,.T.);
+#7730 = VERTEX_POINT('',#7731);
+#7731 = CARTESIAN_POINT('',(3.15,1.394737054348E-15,5.38));
+#7732 = CIRCLE('',#7733,3.15);
+#7733 = AXIS2_PLACEMENT_3D('',#7734,#7735,#7736);
+#7734 = CARTESIAN_POINT('',(0.,0.,5.38));
+#7735 = DIRECTION('',(0.,0.,-1.));
+#7736 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7737 = ORIENTED_EDGE('',*,*,#7738,.T.);
+#7738 = EDGE_CURVE('',#7730,#7739,#7741,.T.);
+#7739 = VERTEX_POINT('',#7740);
+#7740 = CARTESIAN_POINT('',(0.945,-3.004908484463,5.38));
+#7741 = CIRCLE('',#7742,3.15);
+#7742 = AXIS2_PLACEMENT_3D('',#7743,#7744,#7745);
+#7743 = CARTESIAN_POINT('',(0.,0.,5.38));
+#7744 = DIRECTION('',(0.,0.,-1.));
+#7745 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7746 = ORIENTED_EDGE('',*,*,#7747,.T.);
+#7747 = EDGE_CURVE('',#7739,#7713,#7748,.T.);
+#7748 = CIRCLE('',#7749,3.15);
+#7749 = AXIS2_PLACEMENT_3D('',#7750,#7751,#7752);
+#7750 = CARTESIAN_POINT('',(0.,0.,5.38));
+#7751 = DIRECTION('',(0.,0.,-1.));
+#7752 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7753 = ORIENTED_EDGE('',*,*,#7712,.F.);
+#7754 = CYLINDRICAL_SURFACE('',#7755,3.15);
+#7755 = AXIS2_PLACEMENT_3D('',#7756,#7757,#7758);
+#7756 = CARTESIAN_POINT('',(0.,0.,2.196666666667));
+#7757 = DIRECTION('',(0.,0.,1.));
+#7758 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7759 = ADVANCED_FACE('',(#7760),#7786,.F.);
+#7760 = FACE_BOUND('',#7761,.F.);
+#7761 = EDGE_LOOP('',(#7762,#7770,#7771,#7772,#7780));
+#7762 = ORIENTED_EDGE('',*,*,#7763,.T.);
+#7763 = EDGE_CURVE('',#7764,#7557,#7766,.T.);
+#7764 = VERTEX_POINT('',#7765);
+#7765 = CARTESIAN_POINT('',(-3.9,-0.325,0.));
+#7766 = LINE('',#7767,#7768);
+#7767 = CARTESIAN_POINT('',(-3.9,-0.325,0.));
+#7768 = VECTOR('',#7769,1.);
+#7769 = DIRECTION('',(0.,0.,1.));
+#7770 = ORIENTED_EDGE('',*,*,#7564,.T.);
+#7771 = ORIENTED_EDGE('',*,*,#7509,.T.);
+#7772 = ORIENTED_EDGE('',*,*,#7773,.F.);
+#7773 = EDGE_CURVE('',#7774,#7501,#7776,.T.);
+#7774 = VERTEX_POINT('',#7775);
+#7775 = CARTESIAN_POINT('',(-1.225,-0.325,0.));
+#7776 = LINE('',#7777,#7778);
+#7777 = CARTESIAN_POINT('',(-1.225,-0.325,0.));
+#7778 = VECTOR('',#7779,1.);
+#7779 = DIRECTION('',(0.,0.,1.));
+#7780 = ORIENTED_EDGE('',*,*,#7781,.F.);
+#7781 = EDGE_CURVE('',#7764,#7774,#7782,.T.);
+#7782 = LINE('',#7783,#7784);
+#7783 = CARTESIAN_POINT('',(-3.9,-0.325,0.));
+#7784 = VECTOR('',#7785,1.);
+#7785 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7786 = PLANE('',#7787);
+#7787 = AXIS2_PLACEMENT_3D('',#7788,#7789,#7790);
+#7788 = CARTESIAN_POINT('',(-3.9,-0.325,0.));
+#7789 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#7790 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7791 = ADVANCED_FACE('',(#7792),#7811,.T.);
+#7792 = FACE_BOUND('',#7793,.T.);
+#7793 = EDGE_LOOP('',(#7794,#7803,#7809,#7810));
+#7794 = ORIENTED_EDGE('',*,*,#7795,.T.);
+#7795 = EDGE_CURVE('',#7774,#7796,#7798,.T.);
+#7796 = VERTEX_POINT('',#7797);
+#7797 = CARTESIAN_POINT('',(-1.225,0.325,0.));
+#7798 = CIRCLE('',#7799,0.325);
+#7799 = AXIS2_PLACEMENT_3D('',#7800,#7801,#7802);
+#7800 = CARTESIAN_POINT('',(-1.225,1.500192328956E-16,0.));
+#7801 = DIRECTION('',(0.,0.,1.));
+#7802 = DIRECTION('',(-8.056788489148E-16,-1.,0.));
+#7803 = ORIENTED_EDGE('',*,*,#7804,.T.);
+#7804 = EDGE_CURVE('',#7796,#7493,#7805,.T.);
+#7805 = LINE('',#7806,#7807);
+#7806 = CARTESIAN_POINT('',(-1.225,0.325,0.));
+#7807 = VECTOR('',#7808,1.);
+#7808 = DIRECTION('',(0.,0.,1.));
+#7809 = ORIENTED_EDGE('',*,*,#7500,.F.);
+#7810 = ORIENTED_EDGE('',*,*,#7773,.F.);
+#7811 = CYLINDRICAL_SURFACE('',#7812,0.325);
+#7812 = AXIS2_PLACEMENT_3D('',#7813,#7814,#7815);
+#7813 = CARTESIAN_POINT('',(-1.225,1.500192328956E-16,0.));
+#7814 = DIRECTION('',(0.,0.,-1.));
+#7815 = DIRECTION('',(-8.056788489148E-16,-1.,-0.));
+#7816 = ADVANCED_FACE('',(#7817),#7836,.F.);
+#7817 = FACE_BOUND('',#7818,.F.);
+#7818 = EDGE_LOOP('',(#7819,#7820,#7821,#7822,#7830));
+#7819 = ORIENTED_EDGE('',*,*,#7804,.T.);
+#7820 = ORIENTED_EDGE('',*,*,#7492,.T.);
+#7821 = ORIENTED_EDGE('',*,*,#7548,.T.);
+#7822 = ORIENTED_EDGE('',*,*,#7823,.F.);
+#7823 = EDGE_CURVE('',#7824,#7549,#7826,.T.);
+#7824 = VERTEX_POINT('',#7825);
+#7825 = CARTESIAN_POINT('',(-3.9,0.325,0.));
+#7826 = LINE('',#7827,#7828);
+#7827 = CARTESIAN_POINT('',(-3.9,0.325,0.));
+#7828 = VECTOR('',#7829,1.);
+#7829 = DIRECTION('',(0.,0.,1.));
+#7830 = ORIENTED_EDGE('',*,*,#7831,.F.);
+#7831 = EDGE_CURVE('',#7796,#7824,#7832,.T.);
+#7832 = LINE('',#7833,#7834);
+#7833 = CARTESIAN_POINT('',(-1.225,0.325,0.));
+#7834 = VECTOR('',#7835,1.);
+#7835 = DIRECTION('',(-1.,1.432165121507E-16,0.));
+#7836 = PLANE('',#7837);
+#7837 = AXIS2_PLACEMENT_3D('',#7838,#7839,#7840);
+#7838 = CARTESIAN_POINT('',(-1.225,0.325,0.));
+#7839 = DIRECTION('',(-1.432165121507E-16,-1.,0.));
+#7840 = DIRECTION('',(-1.,1.432165121507E-16,0.));
+#7841 = ADVANCED_FACE('',(#7842),#7868,.F.);
+#7842 = FACE_BOUND('',#7843,.F.);
+#7843 = EDGE_LOOP('',(#7844,#7852,#7853,#7854,#7862));
+#7844 = ORIENTED_EDGE('',*,*,#7845,.T.);
+#7845 = EDGE_CURVE('',#7846,#7689,#7848,.T.);
+#7846 = VERTEX_POINT('',#7847);
+#7847 = CARTESIAN_POINT('',(3.9,0.325,0.));
+#7848 = LINE('',#7849,#7850);
+#7849 = CARTESIAN_POINT('',(3.9,0.325,0.));
+#7850 = VECTOR('',#7851,1.);
+#7851 = DIRECTION('',(0.,0.,1.));
+#7852 = ORIENTED_EDGE('',*,*,#7696,.T.);
+#7853 = ORIENTED_EDGE('',*,*,#7470,.T.);
+#7854 = ORIENTED_EDGE('',*,*,#7855,.F.);
+#7855 = EDGE_CURVE('',#7856,#7462,#7858,.T.);
+#7856 = VERTEX_POINT('',#7857);
+#7857 = CARTESIAN_POINT('',(1.225,0.325,0.));
+#7858 = LINE('',#7859,#7860);
+#7859 = CARTESIAN_POINT('',(1.225,0.325,0.));
+#7860 = VECTOR('',#7861,1.);
+#7861 = DIRECTION('',(0.,0.,1.));
+#7862 = ORIENTED_EDGE('',*,*,#7863,.F.);
+#7863 = EDGE_CURVE('',#7846,#7856,#7864,.T.);
+#7864 = LINE('',#7865,#7866);
+#7865 = CARTESIAN_POINT('',(3.9,0.325,0.));
+#7866 = VECTOR('',#7867,1.);
+#7867 = DIRECTION('',(-1.,2.449293598295E-16,0.));
+#7868 = PLANE('',#7869);
+#7869 = AXIS2_PLACEMENT_3D('',#7870,#7871,#7872);
+#7870 = CARTESIAN_POINT('',(3.9,0.325,0.));
+#7871 = DIRECTION('',(-2.449293598295E-16,-1.,0.));
+#7872 = DIRECTION('',(-1.,2.449293598295E-16,0.));
+#7873 = ADVANCED_FACE('',(#7874),#7893,.T.);
+#7874 = FACE_BOUND('',#7875,.T.);
+#7875 = EDGE_LOOP('',(#7876,#7885,#7891,#7892));
+#7876 = ORIENTED_EDGE('',*,*,#7877,.T.);
+#7877 = EDGE_CURVE('',#7856,#7878,#7880,.T.);
+#7878 = VERTEX_POINT('',#7879);
+#7879 = CARTESIAN_POINT('',(1.225,-0.325,0.));
+#7880 = CIRCLE('',#7881,0.325);
+#7881 = AXIS2_PLACEMENT_3D('',#7882,#7883,#7884);
+#7882 = CARTESIAN_POINT('',(1.225,-3.000384657911E-16,0.));
+#7883 = DIRECTION('',(0.,-0.,1.));
+#7884 = DIRECTION('',(9.281435288296E-16,1.,0.));
+#7885 = ORIENTED_EDGE('',*,*,#7886,.T.);
+#7886 = EDGE_CURVE('',#7878,#7454,#7887,.T.);
+#7887 = LINE('',#7888,#7889);
+#7888 = CARTESIAN_POINT('',(1.225,-0.325,0.));
+#7889 = VECTOR('',#7890,1.);
+#7890 = DIRECTION('',(0.,0.,1.));
+#7891 = ORIENTED_EDGE('',*,*,#7461,.F.);
+#7892 = ORIENTED_EDGE('',*,*,#7855,.F.);
+#7893 = CYLINDRICAL_SURFACE('',#7894,0.325);
+#7894 = AXIS2_PLACEMENT_3D('',#7895,#7896,#7897);
+#7895 = CARTESIAN_POINT('',(1.225,-3.000384657911E-16,0.));
+#7896 = DIRECTION('',(-0.,0.,-1.));
+#7897 = DIRECTION('',(9.281435288296E-16,1.,0.));
+#7898 = ADVANCED_FACE('',(#7899),#7918,.F.);
+#7899 = FACE_BOUND('',#7900,.F.);
+#7900 = EDGE_LOOP('',(#7901,#7902,#7903,#7904,#7912));
+#7901 = ORIENTED_EDGE('',*,*,#7886,.T.);
+#7902 = ORIENTED_EDGE('',*,*,#7453,.T.);
+#7903 = ORIENTED_EDGE('',*,*,#7680,.T.);
+#7904 = ORIENTED_EDGE('',*,*,#7905,.F.);
+#7905 = EDGE_CURVE('',#7906,#7681,#7908,.T.);
+#7906 = VERTEX_POINT('',#7907);
+#7907 = CARTESIAN_POINT('',(3.9,-0.325,0.));
+#7908 = LINE('',#7909,#7910);
+#7909 = CARTESIAN_POINT('',(3.9,-0.325,0.));
+#7910 = VECTOR('',#7911,1.);
+#7911 = DIRECTION('',(0.,0.,1.));
+#7912 = ORIENTED_EDGE('',*,*,#7913,.F.);
+#7913 = EDGE_CURVE('',#7878,#7906,#7914,.T.);
+#7914 = LINE('',#7915,#7916);
+#7915 = CARTESIAN_POINT('',(1.225,-0.325,0.));
+#7916 = VECTOR('',#7917,1.);
+#7917 = DIRECTION('',(1.,-2.656811920655E-16,0.));
+#7918 = PLANE('',#7919);
+#7919 = AXIS2_PLACEMENT_3D('',#7920,#7921,#7922);
+#7920 = CARTESIAN_POINT('',(1.225,-0.325,0.));
+#7921 = DIRECTION('',(2.656811920655E-16,1.,0.));
+#7922 = DIRECTION('',(1.,-2.656811920655E-16,0.));
+#7923 = ADVANCED_FACE('',(#7924),#7935,.F.);
+#7924 = FACE_BOUND('',#7925,.F.);
+#7925 = EDGE_LOOP('',(#7926,#7927,#7928,#7929));
+#7926 = ORIENTED_EDGE('',*,*,#7823,.T.);
+#7927 = ORIENTED_EDGE('',*,*,#7556,.T.);
+#7928 = ORIENTED_EDGE('',*,*,#7763,.F.);
+#7929 = ORIENTED_EDGE('',*,*,#7930,.F.);
+#7930 = EDGE_CURVE('',#7824,#7764,#7931,.T.);
+#7931 = LINE('',#7932,#7933);
+#7932 = CARTESIAN_POINT('',(-3.9,0.325,0.));
+#7933 = VECTOR('',#7934,1.);
+#7934 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7935 = PLANE('',#7936);
+#7936 = AXIS2_PLACEMENT_3D('',#7937,#7938,#7939);
+#7937 = CARTESIAN_POINT('',(-3.9,0.325,0.));
+#7938 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#7939 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#7940 = ADVANCED_FACE('',(#7941),#7952,.F.);
+#7941 = FACE_BOUND('',#7942,.F.);
+#7942 = EDGE_LOOP('',(#7943,#7944,#7945,#7946));
+#7943 = ORIENTED_EDGE('',*,*,#7905,.T.);
+#7944 = ORIENTED_EDGE('',*,*,#7688,.T.);
+#7945 = ORIENTED_EDGE('',*,*,#7845,.F.);
+#7946 = ORIENTED_EDGE('',*,*,#7947,.F.);
+#7947 = EDGE_CURVE('',#7906,#7846,#7948,.T.);
+#7948 = LINE('',#7949,#7950);
+#7949 = CARTESIAN_POINT('',(3.9,-0.325,0.));
+#7950 = VECTOR('',#7951,1.);
+#7951 = DIRECTION('',(2.449293598295E-16,1.,0.));
+#7952 = PLANE('',#7953);
+#7953 = AXIS2_PLACEMENT_3D('',#7954,#7955,#7956);
+#7954 = CARTESIAN_POINT('',(3.9,-0.325,0.));
+#7955 = DIRECTION('',(-1.,2.449293598295E-16,0.));
+#7956 = DIRECTION('',(2.449293598295E-16,1.,0.));
+#7957 = ADVANCED_FACE('',(#7958),#8000,.T.);
+#7958 = FACE_BOUND('',#7959,.T.);
+#7959 = EDGE_LOOP('',(#7960,#7971,#7992,#7993));
+#7960 = ORIENTED_EDGE('',*,*,#7961,.T.);
+#7961 = EDGE_CURVE('',#7962,#7964,#7966,.T.);
+#7962 = VERTEX_POINT('',#7963);
+#7963 = CARTESIAN_POINT('',(-2.73,3.343285761672E-16,5.8));
+#7964 = VERTEX_POINT('',#7965);
+#7965 = CARTESIAN_POINT('',(0.945,2.561225292707,5.8));
+#7966 = CIRCLE('',#7967,2.73);
+#7967 = AXIS2_PLACEMENT_3D('',#7968,#7969,#7970);
+#7968 = CARTESIAN_POINT('',(0.,0.,5.8));
+#7969 = DIRECTION('',(0.,0.,-1.));
+#7970 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#7971 = ORIENTED_EDGE('',*,*,#7972,.F.);
+#7972 = EDGE_CURVE('',#7721,#7964,#7973,.T.);
+#7973 = B_SPLINE_CURVE_WITH_KNOTS('',5,(#7974,#7975,#7976,#7977,#7978,
+ #7979,#7980,#7981,#7982,#7983,#7984,#7985,#7986,#7987,#7988,#7989,
+ #7990,#7991),.UNSPECIFIED.,.F.,.F.,(6,4,4,4,6),(0.,0.249577466955,
+ 0.497599275591,0.74730978514,1.),.UNSPECIFIED.);
+#7974 = CARTESIAN_POINT('',(0.945,3.004908484463,5.38));
+#7975 = CARTESIAN_POINT('',(0.945,3.00490848098,5.413228015972));
+#7976 = CARTESIAN_POINT('',(0.945,3.001463821946,5.446456730622));
+#7977 = CARTESIAN_POINT('',(0.945,2.994574119979,5.479237505919));
+#7978 = CARTESIAN_POINT('',(0.945,2.984338296282,5.511126992482));
+#7979 = CARTESIAN_POINT('',(0.945,2.957631160106,5.572127049006));
+#7980 = CARTESIAN_POINT('',(0.945,2.941198599864,5.601254840031));
+#7981 = CARTESIAN_POINT('',(0.945,2.921827872491,5.628710244247));
+#7982 = CARTESIAN_POINT('',(0.945,2.899782785018,5.654145479611));
+#7983 = CARTESIAN_POINT('',(0.945,2.850815155175,5.700572655349));
+#7984 = CARTESIAN_POINT('',(0.945,2.823859719074,5.72153380299));
+#7985 = CARTESIAN_POINT('',(0.945,2.794840653888,5.73987747649));
+#7986 = CARTESIAN_POINT('',(0.945,2.764133571656,5.755390822856));
+#7987 = CARTESIAN_POINT('',(0.945,2.699757531029,5.780632446489));
+#7988 = CARTESIAN_POINT('',(0.945,2.666057065744,5.790289667083));
+#7989 = CARTESIAN_POINT('',(0.945,2.631447275386,5.796766294835));
+#7990 = CARTESIAN_POINT('',(0.945,2.596359892027,5.799999996714));
+#7991 = CARTESIAN_POINT('',(0.945,2.561225292707,5.8));
+#7992 = ORIENTED_EDGE('',*,*,#7720,.F.);
+#7993 = ORIENTED_EDGE('',*,*,#7994,.T.);
+#7994 = EDGE_CURVE('',#7713,#7962,#7995,.T.);
+#7995 = CIRCLE('',#7996,0.42);
+#7996 = AXIS2_PLACEMENT_3D('',#7997,#7998,#7999);
+#7997 = CARTESIAN_POINT('',(-2.73,3.343285761672E-16,5.38));
+#7998 = DIRECTION('',(1.224646799147E-16,1.,-0.));
+#7999 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8000 = TOROIDAL_SURFACE('',#8001,2.73,0.42);
+#8001 = AXIS2_PLACEMENT_3D('',#8002,#8003,#8004);
+#8002 = CARTESIAN_POINT('',(0.,0.,5.38));
+#8003 = DIRECTION('',(0.,0.,1.));
+#8004 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8005 = ADVANCED_FACE('',(#8006),#8041,.T.);
+#8006 = FACE_BOUND('',#8007,.T.);
+#8007 = EDGE_LOOP('',(#8008,#8017,#8038,#8039,#8040));
+#8008 = ORIENTED_EDGE('',*,*,#8009,.T.);
+#8009 = EDGE_CURVE('',#7964,#8010,#8012,.T.);
+#8010 = VERTEX_POINT('',#8011);
+#8011 = CARTESIAN_POINT('',(0.945,-2.561225292707,5.8));
+#8012 = CIRCLE('',#8013,2.73);
+#8013 = AXIS2_PLACEMENT_3D('',#8014,#8015,#8016);
+#8014 = CARTESIAN_POINT('',(0.,0.,5.8));
+#8015 = DIRECTION('',(0.,0.,-1.));
+#8016 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8017 = ORIENTED_EDGE('',*,*,#8018,.F.);
+#8018 = EDGE_CURVE('',#7739,#8010,#8019,.T.);
+#8019 = B_SPLINE_CURVE_WITH_KNOTS('',5,(#8020,#8021,#8022,#8023,#8024,
+ #8025,#8026,#8027,#8028,#8029,#8030,#8031,#8032,#8033,#8034,#8035,
+ #8036,#8037),.UNSPECIFIED.,.F.,.F.,(6,4,4,4,6),(0.,0.249577466959,
+ 0.497599275595,0.747309785144,1.),.UNSPECIFIED.);
+#8020 = CARTESIAN_POINT('',(0.945,-3.004908484463,5.38));
+#8021 = CARTESIAN_POINT('',(0.945,-3.00490848098,5.413228015972));
+#8022 = CARTESIAN_POINT('',(0.945,-3.001463821946,5.446456730623));
+#8023 = CARTESIAN_POINT('',(0.945,-2.994574119979,5.47923750592));
+#8024 = CARTESIAN_POINT('',(0.945,-2.984338296281,5.511126992484));
+#8025 = CARTESIAN_POINT('',(0.945,-2.957631160105,5.572127049008));
+#8026 = CARTESIAN_POINT('',(0.945,-2.941198599863,5.601254840033));
+#8027 = CARTESIAN_POINT('',(0.945,-2.921827872489,5.628710244249));
+#8028 = CARTESIAN_POINT('',(0.945,-2.899782785017,5.654145479613));
+#8029 = CARTESIAN_POINT('',(0.945,-2.850815155173,5.700572655351));
+#8030 = CARTESIAN_POINT('',(0.945,-2.823859719072,5.721533802992));
+#8031 = CARTESIAN_POINT('',(0.945,-2.794840653886,5.739877476491));
+#8032 = CARTESIAN_POINT('',(0.945,-2.764133571654,5.755390822857));
+#8033 = CARTESIAN_POINT('',(0.945,-2.699757531027,5.780632446489));
+#8034 = CARTESIAN_POINT('',(0.945,-2.666057065743,5.790289667083));
+#8035 = CARTESIAN_POINT('',(0.945,-2.631447275385,5.796766294835));
+#8036 = CARTESIAN_POINT('',(0.945,-2.596359892027,5.799999996714));
+#8037 = CARTESIAN_POINT('',(0.945,-2.561225292707,5.8));
+#8038 = ORIENTED_EDGE('',*,*,#7738,.F.);
+#8039 = ORIENTED_EDGE('',*,*,#7729,.F.);
+#8040 = ORIENTED_EDGE('',*,*,#7972,.T.);
+#8041 = TOROIDAL_SURFACE('',#8042,2.73,0.42);
+#8042 = AXIS2_PLACEMENT_3D('',#8043,#8044,#8045);
+#8043 = CARTESIAN_POINT('',(0.,0.,5.38));
+#8044 = DIRECTION('',(0.,0.,1.));
+#8045 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8046 = ADVANCED_FACE('',(#8047),#8059,.T.);
+#8047 = FACE_BOUND('',#8048,.T.);
+#8048 = EDGE_LOOP('',(#8049,#8050,#8057,#8058));
+#8049 = ORIENTED_EDGE('',*,*,#8018,.T.);
+#8050 = ORIENTED_EDGE('',*,*,#8051,.T.);
+#8051 = EDGE_CURVE('',#8010,#7962,#8052,.T.);
+#8052 = CIRCLE('',#8053,2.73);
+#8053 = AXIS2_PLACEMENT_3D('',#8054,#8055,#8056);
+#8054 = CARTESIAN_POINT('',(0.,0.,5.8));
+#8055 = DIRECTION('',(0.,0.,-1.));
+#8056 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8057 = ORIENTED_EDGE('',*,*,#7994,.F.);
+#8058 = ORIENTED_EDGE('',*,*,#7747,.F.);
+#8059 = TOROIDAL_SURFACE('',#8060,2.73,0.42);
+#8060 = AXIS2_PLACEMENT_3D('',#8061,#8062,#8063);
+#8061 = CARTESIAN_POINT('',(0.,0.,5.38));
+#8062 = DIRECTION('',(0.,0.,1.));
+#8063 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8064 = ADVANCED_FACE('',(#8065),#8071,.F.);
+#8065 = FACE_BOUND('',#8066,.F.);
+#8066 = EDGE_LOOP('',(#8067,#8068,#8069,#8070));
+#8067 = ORIENTED_EDGE('',*,*,#7930,.T.);
+#8068 = ORIENTED_EDGE('',*,*,#7781,.T.);
+#8069 = ORIENTED_EDGE('',*,*,#7795,.T.);
+#8070 = ORIENTED_EDGE('',*,*,#7831,.T.);
+#8071 = PLANE('',#8072);
+#8072 = AXIS2_PLACEMENT_3D('',#8073,#8074,#8075);
+#8073 = CARTESIAN_POINT('',(-2.47395012666,2.870543344061E-16,0.));
+#8074 = DIRECTION('',(0.,0.,1.));
+#8075 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8076 = ADVANCED_FACE('',(#8077),#8083,.F.);
+#8077 = FACE_BOUND('',#8078,.F.);
+#8078 = EDGE_LOOP('',(#8079,#8080,#8081,#8082));
+#8079 = ORIENTED_EDGE('',*,*,#7947,.T.);
+#8080 = ORIENTED_EDGE('',*,*,#7863,.T.);
+#8081 = ORIENTED_EDGE('',*,*,#7877,.T.);
+#8082 = ORIENTED_EDGE('',*,*,#7913,.T.);
+#8083 = PLANE('',#8084);
+#8084 = AXIS2_PLACEMENT_3D('',#8085,#8086,#8087);
+#8085 = CARTESIAN_POINT('',(2.47395012666,-5.900258447925E-16,0.));
+#8086 = DIRECTION('',(0.,0.,1.));
+#8087 = DIRECTION('',(1.,-2.449293598295E-16,0.));
+#8088 = ADVANCED_FACE('',(#8089),#8099,.F.);
+#8089 = FACE_BOUND('',#8090,.F.);
+#8090 = EDGE_LOOP('',(#8091,#8092,#8093));
+#8091 = ORIENTED_EDGE('',*,*,#8051,.T.);
+#8092 = ORIENTED_EDGE('',*,*,#7961,.T.);
+#8093 = ORIENTED_EDGE('',*,*,#8094,.T.);
+#8094 = EDGE_CURVE('',#7964,#8010,#8095,.T.);
+#8095 = LINE('',#8096,#8097);
+#8096 = CARTESIAN_POINT('',(0.945,3.15,5.8));
+#8097 = VECTOR('',#8098,1.);
+#8098 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8099 = PLANE('',#8100);
+#8100 = AXIS2_PLACEMENT_3D('',#8101,#8102,#8103);
+#8101 = CARTESIAN_POINT('',(0.,0.,5.8));
+#8102 = DIRECTION('',(-0.,0.,-1.));
+#8103 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8104 = ADVANCED_FACE('',(#8105),#8109,.T.);
+#8105 = FACE_BOUND('',#8106,.T.);
+#8106 = EDGE_LOOP('',(#8107,#8108));
+#8107 = ORIENTED_EDGE('',*,*,#8009,.F.);
+#8108 = ORIENTED_EDGE('',*,*,#8094,.T.);
+#8109 = PLANE('',#8110);
+#8110 = AXIS2_PLACEMENT_3D('',#8111,#8112,#8113);
+#8111 = CARTESIAN_POINT('',(3.15,3.15,5.8));
+#8112 = DIRECTION('',(0.,0.,1.));
+#8113 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8114 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
+GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#8118))
+GLOBAL_UNIT_ASSIGNED_CONTEXT((#8115,#8116,#8117)) REPRESENTATION_CONTEXT
+('Context #1','3D Context with UNIT and UNCERTAINTY') );
+#8115 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
+#8116 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
+#8117 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
+#8118 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-06),#8115,
+ 'distance_accuracy_value','confusion accuracy');
+#8119 = SHAPE_DEFINITION_REPRESENTATION(#8120,#6748);
+#8120 = PRODUCT_DEFINITION_SHAPE('','',#8121);
+#8121 = PRODUCT_DEFINITION('design','',#8122,#8125);
+#8122 = PRODUCT_DEFINITION_FORMATION('','',#8123);
+#8123 = PRODUCT('CP_Elec_6.3x5.8','CP_Elec_6.3x5.8','',(#8124));
+#8124 = PRODUCT_CONTEXT('',#2,'mechanical');
+#8125 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
+#8126 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#8127,#8129);
+#8127 = ( REPRESENTATION_RELATIONSHIP('','',#6748,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#8128)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#8128 = ITEM_DEFINED_TRANSFORMATION('','',#11,#55);
+#8129 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #8130);
+#8130 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('11','','',#5,#8121,$);
+#8131 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#8123));
+#8132 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#8133,#8135);
+#8133 = ( REPRESENTATION_RELATIONSHIP('','',#1871,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#8134)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#8134 = ITEM_DEFINED_TRANSFORMATION('','',#11,#59);
+#8135 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #8136);
+#8136 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('12','','',#5,#2733,$);
+#8137 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#8138,#8140);
+#8138 = ( REPRESENTATION_RELATIONSHIP('','',#2744,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#8139)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#8139 = ITEM_DEFINED_TRANSFORMATION('','',#11,#63);
+#8140 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #8141);
+#8141 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('13','','',#5,#3606,$);
+#8142 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#8143,#8145);
+#8143 = ( REPRESENTATION_RELATIONSHIP('','',#3617,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#8144)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#8144 = ITEM_DEFINED_TRANSFORMATION('','',#11,#67);
+#8145 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #8146);
+#8146 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('14','','',#5,#6727,$);
+#8147 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#8148,#8150);
+#8148 = ( REPRESENTATION_RELATIONSHIP('','',#2744,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#8149)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#8149 = ITEM_DEFINED_TRANSFORMATION('','',#11,#71);
+#8150 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #8151);
+#8151 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('15','','',#5,#3606,$);
+#8152 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#8153,#8155);
+#8153 = ( REPRESENTATION_RELATIONSHIP('','',#93,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#8154)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#8154 = ITEM_DEFINED_TRANSFORMATION('','',#11,#75);
+#8155 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #8156);
+#8156 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('16','','',#5,#891,$);
+#8157 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#8158),#12353);
+#8158 = MANIFOLD_SOLID_BREP('',#8159);
+#8159 = CLOSED_SHELL('',(#8160,#8232,#8271,#8295,#8360,#8384,#8536,#8560
+ ,#8625,#8650,#8699,#8716,#8740,#8757,#8927,#8951,#9217,#9241,#9274,
+ #9298,#9329,#9346,#9379,#9403,#9434,#9451,#9484,#9508,#9539,#9556,
+ #9589,#9613,#9644,#9656,#9689,#9706,#9723,#9735,#9883,#9900,#9917,
+ #9934,#9951,#9968,#9985,#10002,#10019,#10036,#10053,#10070,#10087,
+ #10104,#10121,#10133,#10150,#10167,#10184,#10201,#10247,#10293,
+ #10339,#10385,#10416,#10440,#10464,#10481,#10512,#10536,#10560,
+ #10577,#10608,#10632,#10656,#10673,#10704,#10728,#10752,#10769,
+ #10832,#10856,#10912,#10929,#10960,#10984,#11008,#11025,#11056,
+ #11080,#11104,#11121,#11152,#11208,#11232,#11281,#11312,#11336,
+ #11360,#11377,#11408,#11432,#11456,#11473,#11504,#11528,#11552,
+ #11569,#11600,#11624,#11648,#11665,#11712,#11743,#11755,#11772,
+ #11798,#11831,#11862,#11886,#11910,#11927,#11958,#11982,#12006,
+ #12023,#12040,#12087,#12113,#12130,#12156,#12189,#12201,#12213,
+ #12225,#12237,#12254,#12271,#12283,#12295,#12307,#12324,#12341));
+#8160 = ADVANCED_FACE('',(#8161),#8227,.T.);
+#8161 = FACE_BOUND('',#8162,.T.);
+#8162 = EDGE_LOOP('',(#8163,#8173,#8181,#8189,#8197,#8205,#8213,#8221));
+#8163 = ORIENTED_EDGE('',*,*,#8164,.T.);
+#8164 = EDGE_CURVE('',#8165,#8167,#8169,.T.);
+#8165 = VERTEX_POINT('',#8166);
+#8166 = CARTESIAN_POINT('',(-1.8,0.5,7.));
+#8167 = VERTEX_POINT('',#8168);
+#8168 = CARTESIAN_POINT('',(-2.45,0.5,7.));
+#8169 = LINE('',#8170,#8171);
+#8170 = CARTESIAN_POINT('',(9.95,0.5,7.));
+#8171 = VECTOR('',#8172,1.);
+#8172 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8173 = ORIENTED_EDGE('',*,*,#8174,.T.);
+#8174 = EDGE_CURVE('',#8167,#8175,#8177,.T.);
+#8175 = VERTEX_POINT('',#8176);
+#8176 = CARTESIAN_POINT('',(-2.45,-3.4,7.));
+#8177 = LINE('',#8178,#8179);
+#8178 = CARTESIAN_POINT('',(-2.45,2.35,7.));
+#8179 = VECTOR('',#8180,1.);
+#8180 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8181 = ORIENTED_EDGE('',*,*,#8182,.T.);
+#8182 = EDGE_CURVE('',#8175,#8183,#8185,.T.);
+#8183 = VERTEX_POINT('',#8184);
+#8184 = CARTESIAN_POINT('',(9.95,-3.4,7.));
+#8185 = LINE('',#8186,#8187);
+#8186 = CARTESIAN_POINT('',(-2.45,-3.4,7.));
+#8187 = VECTOR('',#8188,1.);
+#8188 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8189 = ORIENTED_EDGE('',*,*,#8190,.T.);
+#8190 = EDGE_CURVE('',#8183,#8191,#8193,.T.);
+#8191 = VERTEX_POINT('',#8192);
+#8192 = CARTESIAN_POINT('',(9.95,0.5,7.));
+#8193 = LINE('',#8194,#8195);
+#8194 = CARTESIAN_POINT('',(9.95,-3.4,7.));
+#8195 = VECTOR('',#8196,1.);
+#8196 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8197 = ORIENTED_EDGE('',*,*,#8198,.T.);
+#8198 = EDGE_CURVE('',#8191,#8199,#8201,.T.);
+#8199 = VERTEX_POINT('',#8200);
+#8200 = CARTESIAN_POINT('',(9.3,0.5,7.));
+#8201 = LINE('',#8202,#8203);
+#8202 = CARTESIAN_POINT('',(9.95,0.5,7.));
+#8203 = VECTOR('',#8204,1.);
+#8204 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8205 = ORIENTED_EDGE('',*,*,#8206,.F.);
+#8206 = EDGE_CURVE('',#8207,#8199,#8209,.T.);
+#8207 = VERTEX_POINT('',#8208);
+#8208 = CARTESIAN_POINT('',(9.3,-2.85,7.));
+#8209 = LINE('',#8210,#8211);
+#8210 = CARTESIAN_POINT('',(9.3,-2.65,7.));
+#8211 = VECTOR('',#8212,1.);
+#8212 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8213 = ORIENTED_EDGE('',*,*,#8214,.F.);
+#8214 = EDGE_CURVE('',#8215,#8207,#8217,.T.);
+#8215 = VERTEX_POINT('',#8216);
+#8216 = CARTESIAN_POINT('',(-1.8,-2.85,7.));
+#8217 = LINE('',#8218,#8219);
+#8218 = CARTESIAN_POINT('',(-1.6,-2.85,7.));
+#8219 = VECTOR('',#8220,1.);
+#8220 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8221 = ORIENTED_EDGE('',*,*,#8222,.F.);
+#8222 = EDGE_CURVE('',#8165,#8215,#8223,.T.);
+#8223 = LINE('',#8224,#8225);
+#8224 = CARTESIAN_POINT('',(-1.8,0.5,7.));
+#8225 = VECTOR('',#8226,1.);
+#8226 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8227 = PLANE('',#8228);
+#8228 = AXIS2_PLACEMENT_3D('',#8229,#8230,#8231);
+#8229 = CARTESIAN_POINT('',(3.75,-0.525,7.));
+#8230 = DIRECTION('',(0.,0.,1.));
+#8231 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8232 = ADVANCED_FACE('',(#8233),#8266,.T.);
+#8233 = FACE_BOUND('',#8234,.T.);
+#8234 = EDGE_LOOP('',(#8235,#8245,#8253,#8259,#8260));
+#8235 = ORIENTED_EDGE('',*,*,#8236,.T.);
+#8236 = EDGE_CURVE('',#8237,#8239,#8241,.T.);
+#8237 = VERTEX_POINT('',#8238);
+#8238 = CARTESIAN_POINT('',(-1.6,0.5,6.8));
+#8239 = VERTEX_POINT('',#8240);
+#8240 = CARTESIAN_POINT('',(-1.6,0.5,3.65));
+#8241 = LINE('',#8242,#8243);
+#8242 = CARTESIAN_POINT('',(-1.6,0.5,5.325));
+#8243 = VECTOR('',#8244,1.);
+#8244 = DIRECTION('',(-0.,0.,-1.));
+#8245 = ORIENTED_EDGE('',*,*,#8246,.T.);
+#8246 = EDGE_CURVE('',#8239,#8247,#8249,.T.);
+#8247 = VERTEX_POINT('',#8248);
+#8248 = CARTESIAN_POINT('',(-2.45,0.5,3.65));
+#8249 = LINE('',#8250,#8251);
+#8250 = CARTESIAN_POINT('',(9.95,0.5,3.65));
+#8251 = VECTOR('',#8252,1.);
+#8252 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8253 = ORIENTED_EDGE('',*,*,#8254,.T.);
+#8254 = EDGE_CURVE('',#8247,#8167,#8255,.T.);
+#8255 = LINE('',#8256,#8257);
+#8256 = CARTESIAN_POINT('',(-2.45,0.5,1.825));
+#8257 = VECTOR('',#8258,1.);
+#8258 = DIRECTION('',(0.,0.,1.));
+#8259 = ORIENTED_EDGE('',*,*,#8164,.F.);
+#8260 = ORIENTED_EDGE('',*,*,#8261,.T.);
+#8261 = EDGE_CURVE('',#8165,#8237,#8262,.T.);
+#8262 = LINE('',#8263,#8264);
+#8263 = CARTESIAN_POINT('',(2.025,0.5,3.175));
+#8264 = VECTOR('',#8265,1.);
+#8265 = DIRECTION('',(0.707106781187,-8.659560562349E-17,-0.707106781187
+ ));
+#8266 = PLANE('',#8267);
+#8267 = AXIS2_PLACEMENT_3D('',#8268,#8269,#8270);
+#8268 = CARTESIAN_POINT('',(9.95,0.5,3.65));
+#8269 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8270 = DIRECTION('',(0.,-0.,1.));
+#8271 = ADVANCED_FACE('',(#8272),#8290,.F.);
+#8272 = FACE_BOUND('',#8273,.T.);
+#8273 = EDGE_LOOP('',(#8274,#8275,#8276,#8284));
+#8274 = ORIENTED_EDGE('',*,*,#8261,.F.);
+#8275 = ORIENTED_EDGE('',*,*,#8222,.T.);
+#8276 = ORIENTED_EDGE('',*,*,#8277,.T.);
+#8277 = EDGE_CURVE('',#8215,#8278,#8280,.T.);
+#8278 = VERTEX_POINT('',#8279);
+#8279 = CARTESIAN_POINT('',(-1.6,-2.65,6.8));
+#8280 = LINE('',#8281,#8282);
+#8281 = CARTESIAN_POINT('',(-1.141666666667,-2.191666666667,
+ 6.341666666667));
+#8282 = VECTOR('',#8283,1.);
+#8283 = DIRECTION('',(0.57735026919,0.57735026919,-0.57735026919));
+#8284 = ORIENTED_EDGE('',*,*,#8285,.F.);
+#8285 = EDGE_CURVE('',#8237,#8278,#8286,.T.);
+#8286 = LINE('',#8287,#8288);
+#8287 = CARTESIAN_POINT('',(-1.6,0.5,6.8));
+#8288 = VECTOR('',#8289,1.);
+#8289 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8290 = PLANE('',#8291);
+#8291 = AXIS2_PLACEMENT_3D('',#8292,#8293,#8294);
+#8292 = CARTESIAN_POINT('',(-1.7,0.5,6.9));
+#8293 = DIRECTION('',(-0.707106781187,8.659560562349E-17,-0.707106781187
+ ));
+#8294 = DIRECTION('',(1.224646799147E-16,1.,-2.105272540809E-29));
+#8295 = ADVANCED_FACE('',(#8296),#8355,.F.);
+#8296 = FACE_BOUND('',#8297,.F.);
+#8297 = EDGE_LOOP('',(#8298,#8308,#8316,#8324,#8332,#8341,#8347,#8348,
+ #8349));
+#8298 = ORIENTED_EDGE('',*,*,#8299,.F.);
+#8299 = EDGE_CURVE('',#8300,#8302,#8304,.T.);
+#8300 = VERTEX_POINT('',#8301);
+#8301 = CARTESIAN_POINT('',(-2.45,2.35,0.));
+#8302 = VERTEX_POINT('',#8303);
+#8303 = CARTESIAN_POINT('',(-2.45,-3.4,0.));
+#8304 = LINE('',#8305,#8306);
+#8305 = CARTESIAN_POINT('',(-2.45,2.35,0.));
+#8306 = VECTOR('',#8307,1.);
+#8307 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8308 = ORIENTED_EDGE('',*,*,#8309,.T.);
+#8309 = EDGE_CURVE('',#8300,#8310,#8312,.T.);
+#8310 = VERTEX_POINT('',#8311);
+#8311 = CARTESIAN_POINT('',(-2.45,2.35,7.));
+#8312 = LINE('',#8313,#8314);
+#8313 = CARTESIAN_POINT('',(-2.45,2.35,0.));
+#8314 = VECTOR('',#8315,1.);
+#8315 = DIRECTION('',(0.,0.,1.));
+#8316 = ORIENTED_EDGE('',*,*,#8317,.T.);
+#8317 = EDGE_CURVE('',#8310,#8318,#8320,.T.);
+#8318 = VERTEX_POINT('',#8319);
+#8319 = CARTESIAN_POINT('',(-2.45,1.5,7.));
+#8320 = LINE('',#8321,#8322);
+#8321 = CARTESIAN_POINT('',(-2.45,2.35,7.));
+#8322 = VECTOR('',#8323,1.);
+#8323 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8324 = ORIENTED_EDGE('',*,*,#8325,.T.);
+#8325 = EDGE_CURVE('',#8318,#8326,#8328,.T.);
+#8326 = VERTEX_POINT('',#8327);
+#8327 = CARTESIAN_POINT('',(-2.45,1.5,4.15));
+#8328 = LINE('',#8329,#8330);
+#8329 = CARTESIAN_POINT('',(-2.45,1.5,3.5));
+#8330 = VECTOR('',#8331,1.);
+#8331 = DIRECTION('',(-0.,0.,-1.));
+#8332 = ORIENTED_EDGE('',*,*,#8333,.F.);
+#8333 = EDGE_CURVE('',#8334,#8326,#8336,.T.);
+#8334 = VERTEX_POINT('',#8335);
+#8335 = CARTESIAN_POINT('',(-2.45,1.,3.65));
+#8336 = CIRCLE('',#8337,0.5);
+#8337 = AXIS2_PLACEMENT_3D('',#8338,#8339,#8340);
+#8338 = CARTESIAN_POINT('',(-2.45,1.,4.15));
+#8339 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8340 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8341 = ORIENTED_EDGE('',*,*,#8342,.T.);
+#8342 = EDGE_CURVE('',#8334,#8247,#8343,.T.);
+#8343 = LINE('',#8344,#8345);
+#8344 = CARTESIAN_POINT('',(-2.45,1.675,3.65));
+#8345 = VECTOR('',#8346,1.);
+#8346 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8347 = ORIENTED_EDGE('',*,*,#8254,.T.);
+#8348 = ORIENTED_EDGE('',*,*,#8174,.T.);
+#8349 = ORIENTED_EDGE('',*,*,#8350,.F.);
+#8350 = EDGE_CURVE('',#8302,#8175,#8351,.T.);
+#8351 = LINE('',#8352,#8353);
+#8352 = CARTESIAN_POINT('',(-2.45,-3.4,0.));
+#8353 = VECTOR('',#8354,1.);
+#8354 = DIRECTION('',(0.,0.,1.));
+#8355 = PLANE('',#8356);
+#8356 = AXIS2_PLACEMENT_3D('',#8357,#8358,#8359);
+#8357 = CARTESIAN_POINT('',(-2.45,2.35,0.));
+#8358 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8359 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8360 = ADVANCED_FACE('',(#8361),#8379,.F.);
+#8361 = FACE_BOUND('',#8362,.T.);
+#8362 = EDGE_LOOP('',(#8363,#8364,#8365,#8373));
+#8363 = ORIENTED_EDGE('',*,*,#8277,.F.);
+#8364 = ORIENTED_EDGE('',*,*,#8214,.T.);
+#8365 = ORIENTED_EDGE('',*,*,#8366,.T.);
+#8366 = EDGE_CURVE('',#8207,#8367,#8369,.T.);
+#8367 = VERTEX_POINT('',#8368);
+#8368 = CARTESIAN_POINT('',(9.1,-2.65,6.8));
+#8369 = LINE('',#8370,#8371);
+#8370 = CARTESIAN_POINT('',(7.383333333333,-0.933333333333,
+ 5.083333333333));
+#8371 = VECTOR('',#8372,1.);
+#8372 = DIRECTION('',(-0.57735026919,0.57735026919,-0.57735026919));
+#8373 = ORIENTED_EDGE('',*,*,#8374,.F.);
+#8374 = EDGE_CURVE('',#8278,#8367,#8375,.T.);
+#8375 = LINE('',#8376,#8377);
+#8376 = CARTESIAN_POINT('',(-1.6,-2.65,6.8));
+#8377 = VECTOR('',#8378,1.);
+#8378 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8379 = PLANE('',#8380);
+#8380 = AXIS2_PLACEMENT_3D('',#8381,#8382,#8383);
+#8381 = CARTESIAN_POINT('',(-1.6,-2.75,6.9));
+#8382 = DIRECTION('',(-8.659560562349E-17,-0.707106781187,
+ -0.707106781187));
+#8383 = DIRECTION('',(-1.,1.224646799147E-16,-2.105272540809E-29));
+#8384 = ADVANCED_FACE('',(#8385),#8531,.F.);
+#8385 = FACE_BOUND('',#8386,.F.);
+#8386 = EDGE_LOOP('',(#8387,#8395,#8396,#8397,#8405,#8413,#8421,#8429,
+ #8437,#8445,#8453,#8461,#8469,#8477,#8485,#8493,#8501,#8509,#8517,
+ #8525));
+#8387 = ORIENTED_EDGE('',*,*,#8388,.F.);
+#8388 = EDGE_CURVE('',#8302,#8389,#8391,.T.);
+#8389 = VERTEX_POINT('',#8390);
+#8390 = CARTESIAN_POINT('',(-0.75,-3.4,0.));
+#8391 = LINE('',#8392,#8393);
+#8392 = CARTESIAN_POINT('',(-2.45,-3.4,0.));
+#8393 = VECTOR('',#8394,1.);
+#8394 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8395 = ORIENTED_EDGE('',*,*,#8350,.T.);
+#8396 = ORIENTED_EDGE('',*,*,#8182,.T.);
+#8397 = ORIENTED_EDGE('',*,*,#8398,.F.);
+#8398 = EDGE_CURVE('',#8399,#8183,#8401,.T.);
+#8399 = VERTEX_POINT('',#8400);
+#8400 = CARTESIAN_POINT('',(9.95,-3.4,0.));
+#8401 = LINE('',#8402,#8403);
+#8402 = CARTESIAN_POINT('',(9.95,-3.4,0.));
+#8403 = VECTOR('',#8404,1.);
+#8404 = DIRECTION('',(0.,0.,1.));
+#8405 = ORIENTED_EDGE('',*,*,#8406,.F.);
+#8406 = EDGE_CURVE('',#8407,#8399,#8409,.T.);
+#8407 = VERTEX_POINT('',#8408);
+#8408 = CARTESIAN_POINT('',(8.25,-3.4,0.));
+#8409 = LINE('',#8410,#8411);
+#8410 = CARTESIAN_POINT('',(-2.45,-3.4,0.));
+#8411 = VECTOR('',#8412,1.);
+#8412 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8413 = ORIENTED_EDGE('',*,*,#8414,.F.);
+#8414 = EDGE_CURVE('',#8415,#8407,#8417,.T.);
+#8415 = VERTEX_POINT('',#8416);
+#8416 = CARTESIAN_POINT('',(8.25,-3.4,1.));
+#8417 = LINE('',#8418,#8419);
+#8418 = CARTESIAN_POINT('',(8.25,-3.4,1.));
+#8419 = VECTOR('',#8420,1.);
+#8420 = DIRECTION('',(-0.,0.,-1.));
+#8421 = ORIENTED_EDGE('',*,*,#8422,.T.);
+#8422 = EDGE_CURVE('',#8415,#8423,#8425,.T.);
+#8423 = VERTEX_POINT('',#8424);
+#8424 = CARTESIAN_POINT('',(6.75,-3.4,1.));
+#8425 = LINE('',#8426,#8427);
+#8426 = CARTESIAN_POINT('',(8.25,-3.4,1.));
+#8427 = VECTOR('',#8428,1.);
+#8428 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8429 = ORIENTED_EDGE('',*,*,#8430,.T.);
+#8430 = EDGE_CURVE('',#8423,#8431,#8433,.T.);
+#8431 = VERTEX_POINT('',#8432);
+#8432 = CARTESIAN_POINT('',(6.75,-3.4,0.));
+#8433 = LINE('',#8434,#8435);
+#8434 = CARTESIAN_POINT('',(6.75,-3.4,1.));
+#8435 = VECTOR('',#8436,1.);
+#8436 = DIRECTION('',(-0.,0.,-1.));
+#8437 = ORIENTED_EDGE('',*,*,#8438,.F.);
+#8438 = EDGE_CURVE('',#8439,#8431,#8441,.T.);
+#8439 = VERTEX_POINT('',#8440);
+#8440 = CARTESIAN_POINT('',(5.75,-3.4,0.));
+#8441 = LINE('',#8442,#8443);
+#8442 = CARTESIAN_POINT('',(-2.45,-3.4,0.));
+#8443 = VECTOR('',#8444,1.);
+#8444 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8445 = ORIENTED_EDGE('',*,*,#8446,.F.);
+#8446 = EDGE_CURVE('',#8447,#8439,#8449,.T.);
+#8447 = VERTEX_POINT('',#8448);
+#8448 = CARTESIAN_POINT('',(5.75,-3.4,1.));
+#8449 = LINE('',#8450,#8451);
+#8450 = CARTESIAN_POINT('',(5.75,-3.4,1.));
+#8451 = VECTOR('',#8452,1.);
+#8452 = DIRECTION('',(-0.,0.,-1.));
+#8453 = ORIENTED_EDGE('',*,*,#8454,.T.);
+#8454 = EDGE_CURVE('',#8447,#8455,#8457,.T.);
+#8455 = VERTEX_POINT('',#8456);
+#8456 = CARTESIAN_POINT('',(4.25,-3.4,1.));
+#8457 = LINE('',#8458,#8459);
+#8458 = CARTESIAN_POINT('',(5.75,-3.4,1.));
+#8459 = VECTOR('',#8460,1.);
+#8460 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8461 = ORIENTED_EDGE('',*,*,#8462,.T.);
+#8462 = EDGE_CURVE('',#8455,#8463,#8465,.T.);
+#8463 = VERTEX_POINT('',#8464);
+#8464 = CARTESIAN_POINT('',(4.25,-3.4,0.));
+#8465 = LINE('',#8466,#8467);
+#8466 = CARTESIAN_POINT('',(4.25,-3.4,1.));
+#8467 = VECTOR('',#8468,1.);
+#8468 = DIRECTION('',(-0.,0.,-1.));
+#8469 = ORIENTED_EDGE('',*,*,#8470,.F.);
+#8470 = EDGE_CURVE('',#8471,#8463,#8473,.T.);
+#8471 = VERTEX_POINT('',#8472);
+#8472 = CARTESIAN_POINT('',(3.25,-3.4,0.));
+#8473 = LINE('',#8474,#8475);
+#8474 = CARTESIAN_POINT('',(-2.45,-3.4,0.));
+#8475 = VECTOR('',#8476,1.);
+#8476 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8477 = ORIENTED_EDGE('',*,*,#8478,.F.);
+#8478 = EDGE_CURVE('',#8479,#8471,#8481,.T.);
+#8479 = VERTEX_POINT('',#8480);
+#8480 = CARTESIAN_POINT('',(3.25,-3.4,1.));
+#8481 = LINE('',#8482,#8483);
+#8482 = CARTESIAN_POINT('',(3.25,-3.4,1.));
+#8483 = VECTOR('',#8484,1.);
+#8484 = DIRECTION('',(-0.,0.,-1.));
+#8485 = ORIENTED_EDGE('',*,*,#8486,.T.);
+#8486 = EDGE_CURVE('',#8479,#8487,#8489,.T.);
+#8487 = VERTEX_POINT('',#8488);
+#8488 = CARTESIAN_POINT('',(1.75,-3.4,1.));
+#8489 = LINE('',#8490,#8491);
+#8490 = CARTESIAN_POINT('',(3.25,-3.4,1.));
+#8491 = VECTOR('',#8492,1.);
+#8492 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8493 = ORIENTED_EDGE('',*,*,#8494,.T.);
+#8494 = EDGE_CURVE('',#8487,#8495,#8497,.T.);
+#8495 = VERTEX_POINT('',#8496);
+#8496 = CARTESIAN_POINT('',(1.75,-3.4,0.));
+#8497 = LINE('',#8498,#8499);
+#8498 = CARTESIAN_POINT('',(1.75,-3.4,1.));
+#8499 = VECTOR('',#8500,1.);
+#8500 = DIRECTION('',(-0.,0.,-1.));
+#8501 = ORIENTED_EDGE('',*,*,#8502,.F.);
+#8502 = EDGE_CURVE('',#8503,#8495,#8505,.T.);
+#8503 = VERTEX_POINT('',#8504);
+#8504 = CARTESIAN_POINT('',(0.75,-3.4,0.));
+#8505 = LINE('',#8506,#8507);
+#8506 = CARTESIAN_POINT('',(-2.45,-3.4,0.));
+#8507 = VECTOR('',#8508,1.);
+#8508 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8509 = ORIENTED_EDGE('',*,*,#8510,.F.);
+#8510 = EDGE_CURVE('',#8511,#8503,#8513,.T.);
+#8511 = VERTEX_POINT('',#8512);
+#8512 = CARTESIAN_POINT('',(0.75,-3.4,1.));
+#8513 = LINE('',#8514,#8515);
+#8514 = CARTESIAN_POINT('',(0.75,-3.4,1.));
+#8515 = VECTOR('',#8516,1.);
+#8516 = DIRECTION('',(-0.,0.,-1.));
+#8517 = ORIENTED_EDGE('',*,*,#8518,.T.);
+#8518 = EDGE_CURVE('',#8511,#8519,#8521,.T.);
+#8519 = VERTEX_POINT('',#8520);
+#8520 = CARTESIAN_POINT('',(-0.75,-3.4,1.));
+#8521 = LINE('',#8522,#8523);
+#8522 = CARTESIAN_POINT('',(0.75,-3.4,1.));
+#8523 = VECTOR('',#8524,1.);
+#8524 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8525 = ORIENTED_EDGE('',*,*,#8526,.T.);
+#8526 = EDGE_CURVE('',#8519,#8389,#8527,.T.);
+#8527 = LINE('',#8528,#8529);
+#8528 = CARTESIAN_POINT('',(-0.75,-3.4,1.));
+#8529 = VECTOR('',#8530,1.);
+#8530 = DIRECTION('',(-0.,0.,-1.));
+#8531 = PLANE('',#8532);
+#8532 = AXIS2_PLACEMENT_3D('',#8533,#8534,#8535);
+#8533 = CARTESIAN_POINT('',(-2.45,-3.4,0.));
+#8534 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8535 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8536 = ADVANCED_FACE('',(#8537),#8555,.F.);
+#8537 = FACE_BOUND('',#8538,.T.);
+#8538 = EDGE_LOOP('',(#8539,#8540,#8541,#8549));
+#8539 = ORIENTED_EDGE('',*,*,#8366,.F.);
+#8540 = ORIENTED_EDGE('',*,*,#8206,.T.);
+#8541 = ORIENTED_EDGE('',*,*,#8542,.T.);
+#8542 = EDGE_CURVE('',#8199,#8543,#8545,.T.);
+#8543 = VERTEX_POINT('',#8544);
+#8544 = CARTESIAN_POINT('',(9.1,0.5,6.8));
+#8545 = LINE('',#8546,#8547);
+#8546 = CARTESIAN_POINT('',(8.575,0.5,6.275));
+#8547 = VECTOR('',#8548,1.);
+#8548 = DIRECTION('',(-0.707106781187,8.659560562349E-17,-0.707106781187
+ ));
+#8549 = ORIENTED_EDGE('',*,*,#8550,.F.);
+#8550 = EDGE_CURVE('',#8367,#8543,#8551,.T.);
+#8551 = LINE('',#8552,#8553);
+#8552 = CARTESIAN_POINT('',(9.1,-2.65,6.8));
+#8553 = VECTOR('',#8554,1.);
+#8554 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8555 = PLANE('',#8556);
+#8556 = AXIS2_PLACEMENT_3D('',#8557,#8558,#8559);
+#8557 = CARTESIAN_POINT('',(9.2,-2.65,6.9));
+#8558 = DIRECTION('',(0.707106781187,-8.659560562349E-17,-0.707106781187
+ ));
+#8559 = DIRECTION('',(-1.224646799147E-16,-1.,-2.105272540809E-29));
+#8560 = ADVANCED_FACE('',(#8561),#8620,.F.);
+#8561 = FACE_BOUND('',#8562,.F.);
+#8562 = EDGE_LOOP('',(#8563,#8571,#8572,#8573,#8581,#8589,#8598,#8606,
+ #8614));
+#8563 = ORIENTED_EDGE('',*,*,#8564,.F.);
+#8564 = EDGE_CURVE('',#8399,#8565,#8567,.T.);
+#8565 = VERTEX_POINT('',#8566);
+#8566 = CARTESIAN_POINT('',(9.95,2.35,0.));
+#8567 = LINE('',#8568,#8569);
+#8568 = CARTESIAN_POINT('',(9.95,-3.4,0.));
+#8569 = VECTOR('',#8570,1.);
+#8570 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8571 = ORIENTED_EDGE('',*,*,#8398,.T.);
+#8572 = ORIENTED_EDGE('',*,*,#8190,.T.);
+#8573 = ORIENTED_EDGE('',*,*,#8574,.F.);
+#8574 = EDGE_CURVE('',#8575,#8191,#8577,.T.);
+#8575 = VERTEX_POINT('',#8576);
+#8576 = CARTESIAN_POINT('',(9.95,0.5,3.65));
+#8577 = LINE('',#8578,#8579);
+#8578 = CARTESIAN_POINT('',(9.95,0.5,3.65));
+#8579 = VECTOR('',#8580,1.);
+#8580 = DIRECTION('',(0.,0.,1.));
+#8581 = ORIENTED_EDGE('',*,*,#8582,.F.);
+#8582 = EDGE_CURVE('',#8583,#8575,#8585,.T.);
+#8583 = VERTEX_POINT('',#8584);
+#8584 = CARTESIAN_POINT('',(9.95,1.,3.65));
+#8585 = LINE('',#8586,#8587);
+#8586 = CARTESIAN_POINT('',(9.95,1.,3.65));
+#8587 = VECTOR('',#8588,1.);
+#8588 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8589 = ORIENTED_EDGE('',*,*,#8590,.F.);
+#8590 = EDGE_CURVE('',#8591,#8583,#8593,.T.);
+#8591 = VERTEX_POINT('',#8592);
+#8592 = CARTESIAN_POINT('',(9.95,1.5,4.15));
+#8593 = CIRCLE('',#8594,0.5);
+#8594 = AXIS2_PLACEMENT_3D('',#8595,#8596,#8597);
+#8595 = CARTESIAN_POINT('',(9.95,1.,4.15));
+#8596 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8597 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8598 = ORIENTED_EDGE('',*,*,#8599,.F.);
+#8599 = EDGE_CURVE('',#8600,#8591,#8602,.T.);
+#8600 = VERTEX_POINT('',#8601);
+#8601 = CARTESIAN_POINT('',(9.95,1.5,7.));
+#8602 = LINE('',#8603,#8604);
+#8603 = CARTESIAN_POINT('',(9.95,1.5,7.));
+#8604 = VECTOR('',#8605,1.);
+#8605 = DIRECTION('',(-0.,0.,-1.));
+#8606 = ORIENTED_EDGE('',*,*,#8607,.T.);
+#8607 = EDGE_CURVE('',#8600,#8608,#8610,.T.);
+#8608 = VERTEX_POINT('',#8609);
+#8609 = CARTESIAN_POINT('',(9.95,2.35,7.));
+#8610 = LINE('',#8611,#8612);
+#8611 = CARTESIAN_POINT('',(9.95,-3.4,7.));
+#8612 = VECTOR('',#8613,1.);
+#8613 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8614 = ORIENTED_EDGE('',*,*,#8615,.F.);
+#8615 = EDGE_CURVE('',#8565,#8608,#8616,.T.);
+#8616 = LINE('',#8617,#8618);
+#8617 = CARTESIAN_POINT('',(9.95,2.35,0.));
+#8618 = VECTOR('',#8619,1.);
+#8619 = DIRECTION('',(0.,0.,1.));
+#8620 = PLANE('',#8621);
+#8621 = AXIS2_PLACEMENT_3D('',#8622,#8623,#8624);
+#8622 = CARTESIAN_POINT('',(9.95,-3.4,0.));
+#8623 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8624 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8625 = ADVANCED_FACE('',(#8626),#8645,.T.);
+#8626 = FACE_BOUND('',#8627,.T.);
+#8627 = EDGE_LOOP('',(#8628,#8629,#8630,#8638,#8644));
+#8628 = ORIENTED_EDGE('',*,*,#8198,.F.);
+#8629 = ORIENTED_EDGE('',*,*,#8574,.F.);
+#8630 = ORIENTED_EDGE('',*,*,#8631,.T.);
+#8631 = EDGE_CURVE('',#8575,#8632,#8634,.T.);
+#8632 = VERTEX_POINT('',#8633);
+#8633 = CARTESIAN_POINT('',(9.1,0.5,3.65));
+#8634 = LINE('',#8635,#8636);
+#8635 = CARTESIAN_POINT('',(9.95,0.5,3.65));
+#8636 = VECTOR('',#8637,1.);
+#8637 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8638 = ORIENTED_EDGE('',*,*,#8639,.T.);
+#8639 = EDGE_CURVE('',#8632,#8543,#8640,.T.);
+#8640 = LINE('',#8641,#8642);
+#8641 = CARTESIAN_POINT('',(9.1,0.5,5.325));
+#8642 = VECTOR('',#8643,1.);
+#8643 = DIRECTION('',(0.,0.,1.));
+#8644 = ORIENTED_EDGE('',*,*,#8542,.F.);
+#8645 = PLANE('',#8646);
+#8646 = AXIS2_PLACEMENT_3D('',#8647,#8648,#8649);
+#8647 = CARTESIAN_POINT('',(9.95,0.5,3.65));
+#8648 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8649 = DIRECTION('',(0.,-0.,1.));
+#8650 = ADVANCED_FACE('',(#8651),#8694,.F.);
+#8651 = FACE_BOUND('',#8652,.F.);
+#8652 = EDGE_LOOP('',(#8653,#8654,#8662,#8671,#8679,#8687,#8693));
+#8653 = ORIENTED_EDGE('',*,*,#8236,.T.);
+#8654 = ORIENTED_EDGE('',*,*,#8655,.T.);
+#8655 = EDGE_CURVE('',#8239,#8656,#8658,.T.);
+#8656 = VERTEX_POINT('',#8657);
+#8657 = CARTESIAN_POINT('',(-1.6,1.,3.65));
+#8658 = LINE('',#8659,#8660);
+#8659 = CARTESIAN_POINT('',(-1.6,1.25,3.65));
+#8660 = VECTOR('',#8661,1.);
+#8661 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8662 = ORIENTED_EDGE('',*,*,#8663,.T.);
+#8663 = EDGE_CURVE('',#8656,#8664,#8666,.T.);
+#8664 = VERTEX_POINT('',#8665);
+#8665 = CARTESIAN_POINT('',(-1.6,1.5,4.15));
+#8666 = CIRCLE('',#8667,0.5);
+#8667 = AXIS2_PLACEMENT_3D('',#8668,#8669,#8670);
+#8668 = CARTESIAN_POINT('',(-1.6,1.,4.15));
+#8669 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8670 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8671 = ORIENTED_EDGE('',*,*,#8672,.T.);
+#8672 = EDGE_CURVE('',#8664,#8673,#8675,.T.);
+#8673 = VERTEX_POINT('',#8674);
+#8674 = CARTESIAN_POINT('',(-1.6,1.5,1.85));
+#8675 = LINE('',#8676,#8677);
+#8676 = CARTESIAN_POINT('',(-1.6,1.5,7.));
+#8677 = VECTOR('',#8678,1.);
+#8678 = DIRECTION('',(0.,0.,-1.));
+#8679 = ORIENTED_EDGE('',*,*,#8680,.T.);
+#8680 = EDGE_CURVE('',#8673,#8681,#8683,.T.);
+#8681 = VERTEX_POINT('',#8682);
+#8682 = CARTESIAN_POINT('',(-1.6,-2.65,1.85));
+#8683 = LINE('',#8684,#8685);
+#8684 = CARTESIAN_POINT('',(-1.6,1.5,1.85));
+#8685 = VECTOR('',#8686,1.);
+#8686 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8687 = ORIENTED_EDGE('',*,*,#8688,.F.);
+#8688 = EDGE_CURVE('',#8278,#8681,#8689,.T.);
+#8689 = LINE('',#8690,#8691);
+#8690 = CARTESIAN_POINT('',(-1.6,-2.65,7.));
+#8691 = VECTOR('',#8692,1.);
+#8692 = DIRECTION('',(0.,0.,-1.));
+#8693 = ORIENTED_EDGE('',*,*,#8285,.F.);
+#8694 = PLANE('',#8695);
+#8695 = AXIS2_PLACEMENT_3D('',#8696,#8697,#8698);
+#8696 = CARTESIAN_POINT('',(-1.6,1.5,7.));
+#8697 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8698 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8699 = ADVANCED_FACE('',(#8700),#8711,.T.);
+#8700 = FACE_BOUND('',#8701,.T.);
+#8701 = EDGE_LOOP('',(#8702,#8703,#8709,#8710));
+#8702 = ORIENTED_EDGE('',*,*,#8655,.T.);
+#8703 = ORIENTED_EDGE('',*,*,#8704,.T.);
+#8704 = EDGE_CURVE('',#8656,#8334,#8705,.T.);
+#8705 = LINE('',#8706,#8707);
+#8706 = CARTESIAN_POINT('',(9.95,1.,3.65));
+#8707 = VECTOR('',#8708,1.);
+#8708 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8709 = ORIENTED_EDGE('',*,*,#8342,.T.);
+#8710 = ORIENTED_EDGE('',*,*,#8246,.F.);
+#8711 = PLANE('',#8712);
+#8712 = AXIS2_PLACEMENT_3D('',#8713,#8714,#8715);
+#8713 = CARTESIAN_POINT('',(9.95,1.,3.65));
+#8714 = DIRECTION('',(0.,0.,1.));
+#8715 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8716 = ADVANCED_FACE('',(#8717),#8735,.F.);
+#8717 = FACE_BOUND('',#8718,.F.);
+#8718 = EDGE_LOOP('',(#8719,#8727,#8728,#8729));
+#8719 = ORIENTED_EDGE('',*,*,#8720,.T.);
+#8720 = EDGE_CURVE('',#8721,#8300,#8723,.T.);
+#8721 = VERTEX_POINT('',#8722);
+#8722 = CARTESIAN_POINT('',(-0.75,2.35,0.));
+#8723 = LINE('',#8724,#8725);
+#8724 = CARTESIAN_POINT('',(9.95,2.35,0.));
+#8725 = VECTOR('',#8726,1.);
+#8726 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8727 = ORIENTED_EDGE('',*,*,#8299,.T.);
+#8728 = ORIENTED_EDGE('',*,*,#8388,.T.);
+#8729 = ORIENTED_EDGE('',*,*,#8730,.T.);
+#8730 = EDGE_CURVE('',#8389,#8721,#8731,.T.);
+#8731 = LINE('',#8732,#8733);
+#8732 = CARTESIAN_POINT('',(-0.75,-3.4,0.));
+#8733 = VECTOR('',#8734,1.);
+#8734 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8735 = PLANE('',#8736);
+#8736 = AXIS2_PLACEMENT_3D('',#8737,#8738,#8739);
+#8737 = CARTESIAN_POINT('',(3.75,-0.525,0.));
+#8738 = DIRECTION('',(0.,0.,1.));
+#8739 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8740 = ADVANCED_FACE('',(#8741),#8752,.F.);
+#8741 = FACE_BOUND('',#8742,.F.);
+#8742 = EDGE_LOOP('',(#8743,#8744,#8745,#8751));
+#8743 = ORIENTED_EDGE('',*,*,#8704,.T.);
+#8744 = ORIENTED_EDGE('',*,*,#8333,.T.);
+#8745 = ORIENTED_EDGE('',*,*,#8746,.F.);
+#8746 = EDGE_CURVE('',#8664,#8326,#8747,.T.);
+#8747 = LINE('',#8748,#8749);
+#8748 = CARTESIAN_POINT('',(9.95,1.5,4.15));
+#8749 = VECTOR('',#8750,1.);
+#8750 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8751 = ORIENTED_EDGE('',*,*,#8663,.F.);
+#8752 = CYLINDRICAL_SURFACE('',#8753,0.5);
+#8753 = AXIS2_PLACEMENT_3D('',#8754,#8755,#8756);
+#8754 = CARTESIAN_POINT('',(9.95,1.,4.15));
+#8755 = DIRECTION('',(1.,-1.224646799147E-16,-0.));
+#8756 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#8757 = ADVANCED_FACE('',(#8758),#8922,.T.);
+#8758 = FACE_BOUND('',#8759,.T.);
+#8759 = EDGE_LOOP('',(#8760,#8761,#8769,#8777,#8785,#8793,#8801,#8810,
+ #8818,#8826,#8834,#8842,#8850,#8859,#8867,#8875,#8883,#8891,#8897,
+ #8898,#8899,#8900,#8908,#8916));
+#8760 = ORIENTED_EDGE('',*,*,#8599,.F.);
+#8761 = ORIENTED_EDGE('',*,*,#8762,.T.);
+#8762 = EDGE_CURVE('',#8600,#8763,#8765,.T.);
+#8763 = VERTEX_POINT('',#8764);
+#8764 = CARTESIAN_POINT('',(8.,1.5,7.));
+#8765 = LINE('',#8766,#8767);
+#8766 = CARTESIAN_POINT('',(9.95,1.5,7.));
+#8767 = VECTOR('',#8768,1.);
+#8768 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8769 = ORIENTED_EDGE('',*,*,#8770,.T.);
+#8770 = EDGE_CURVE('',#8763,#8771,#8773,.T.);
+#8771 = VERTEX_POINT('',#8772);
+#8772 = CARTESIAN_POINT('',(8.,1.5,6.1));
+#8773 = LINE('',#8774,#8775);
+#8774 = CARTESIAN_POINT('',(8.,1.5,5.318198005698));
+#8775 = VECTOR('',#8776,1.);
+#8776 = DIRECTION('',(1.039306985781E-32,8.486585573121E-17,-1.));
+#8777 = ORIENTED_EDGE('',*,*,#8778,.T.);
+#8778 = EDGE_CURVE('',#8771,#8779,#8781,.T.);
+#8779 = VERTEX_POINT('',#8780);
+#8780 = CARTESIAN_POINT('',(7.75,1.5,5.85));
+#8781 = LINE('',#8782,#8783);
+#8782 = CARTESIAN_POINT('',(6.421599002849,1.5,4.521599002849));
+#8783 = VECTOR('',#8784,1.);
+#8784 = DIRECTION('',(-0.707106781187,1.466048277022E-16,-0.707106781187
+ ));
+#8785 = ORIENTED_EDGE('',*,*,#8786,.T.);
+#8786 = EDGE_CURVE('',#8779,#8787,#8789,.T.);
+#8787 = VERTEX_POINT('',#8788);
+#8788 = CARTESIAN_POINT('',(8.,1.5,5.6));
+#8789 = LINE('',#8790,#8791);
+#8790 = CARTESIAN_POINT('',(7.203400997151,1.5,6.396599002849));
+#8791 = VECTOR('',#8792,1.);
+#8792 = DIRECTION('',(0.707106781187,-2.658638354479E-17,-0.707106781187
+ ));
+#8793 = ORIENTED_EDGE('',*,*,#8794,.T.);
+#8794 = EDGE_CURVE('',#8787,#8795,#8797,.T.);
+#8795 = VERTEX_POINT('',#8796);
+#8796 = CARTESIAN_POINT('',(8.,1.5,3.85));
+#8797 = LINE('',#8798,#8799);
+#8798 = CARTESIAN_POINT('',(8.,1.5,3.818198005698));
+#8799 = VECTOR('',#8800,1.);
+#8800 = DIRECTION('',(1.039306985781E-32,8.486585573121E-17,-1.));
+#8801 = ORIENTED_EDGE('',*,*,#8802,.F.);
+#8802 = EDGE_CURVE('',#8803,#8795,#8805,.T.);
+#8803 = VERTEX_POINT('',#8804);
+#8804 = CARTESIAN_POINT('',(7.25,1.5,3.1));
+#8805 = CIRCLE('',#8806,0.75);
+#8806 = AXIS2_PLACEMENT_3D('',#8807,#8808,#8809);
+#8807 = CARTESIAN_POINT('',(7.25,1.5,3.85));
+#8808 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8809 = DIRECTION('',(-0.,0.,-1.));
+#8810 = ORIENTED_EDGE('',*,*,#8811,.T.);
+#8811 = EDGE_CURVE('',#8803,#8812,#8814,.T.);
+#8812 = VERTEX_POINT('',#8813);
+#8813 = CARTESIAN_POINT('',(6.5,1.5,3.1));
+#8814 = LINE('',#8815,#8816);
+#8815 = CARTESIAN_POINT('',(5.125,1.5,3.1));
+#8816 = VECTOR('',#8817,1.);
+#8817 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8818 = ORIENTED_EDGE('',*,*,#8819,.T.);
+#8819 = EDGE_CURVE('',#8812,#8820,#8822,.T.);
+#8820 = VERTEX_POINT('',#8821);
+#8821 = CARTESIAN_POINT('',(6.5,1.5,7.));
+#8822 = LINE('',#8823,#8824);
+#8823 = CARTESIAN_POINT('',(6.5,1.5,5.768198005698));
+#8824 = VECTOR('',#8825,1.);
+#8825 = DIRECTION('',(-1.039306985781E-32,-8.486585573121E-17,1.));
+#8826 = ORIENTED_EDGE('',*,*,#8827,.T.);
+#8827 = EDGE_CURVE('',#8820,#8828,#8830,.T.);
+#8828 = VERTEX_POINT('',#8829);
+#8829 = CARTESIAN_POINT('',(1.,1.5,7.));
+#8830 = LINE('',#8831,#8832);
+#8831 = CARTESIAN_POINT('',(9.95,1.5,7.));
+#8832 = VECTOR('',#8833,1.);
+#8833 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8834 = ORIENTED_EDGE('',*,*,#8835,.F.);
+#8835 = EDGE_CURVE('',#8836,#8828,#8838,.T.);
+#8836 = VERTEX_POINT('',#8837);
+#8837 = CARTESIAN_POINT('',(1.,1.5,3.1));
+#8838 = LINE('',#8839,#8840);
+#8839 = CARTESIAN_POINT('',(1.,1.5,5.768198005698));
+#8840 = VECTOR('',#8841,1.);
+#8841 = DIRECTION('',(-1.039306985781E-32,-8.486585573121E-17,1.));
+#8842 = ORIENTED_EDGE('',*,*,#8843,.F.);
+#8843 = EDGE_CURVE('',#8844,#8836,#8846,.T.);
+#8844 = VERTEX_POINT('',#8845);
+#8845 = CARTESIAN_POINT('',(0.25,1.5,3.1));
+#8846 = LINE('',#8847,#8848);
+#8847 = CARTESIAN_POINT('',(2.375,1.5,3.1));
+#8848 = VECTOR('',#8849,1.);
+#8849 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#8850 = ORIENTED_EDGE('',*,*,#8851,.F.);
+#8851 = EDGE_CURVE('',#8852,#8844,#8854,.T.);
+#8852 = VERTEX_POINT('',#8853);
+#8853 = CARTESIAN_POINT('',(-0.5,1.5,3.85));
+#8854 = CIRCLE('',#8855,0.75);
+#8855 = AXIS2_PLACEMENT_3D('',#8856,#8857,#8858);
+#8856 = CARTESIAN_POINT('',(0.25,1.5,3.85));
+#8857 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8858 = DIRECTION('',(-0.,0.,-1.));
+#8859 = ORIENTED_EDGE('',*,*,#8860,.F.);
+#8860 = EDGE_CURVE('',#8861,#8852,#8863,.T.);
+#8861 = VERTEX_POINT('',#8862);
+#8862 = CARTESIAN_POINT('',(-0.5,1.5,5.6));
+#8863 = LINE('',#8864,#8865);
+#8864 = CARTESIAN_POINT('',(-0.5,1.5,3.818198005698));
+#8865 = VECTOR('',#8866,1.);
+#8866 = DIRECTION('',(1.039306985781E-32,8.486585573121E-17,-1.));
+#8867 = ORIENTED_EDGE('',*,*,#8868,.F.);
+#8868 = EDGE_CURVE('',#8869,#8861,#8871,.T.);
+#8869 = VERTEX_POINT('',#8870);
+#8870 = CARTESIAN_POINT('',(-0.25,1.5,5.85));
+#8871 = LINE('',#8872,#8873);
+#8872 = CARTESIAN_POINT('',(0.296599002849,1.5,6.396599002849));
+#8873 = VECTOR('',#8874,1.);
+#8874 = DIRECTION('',(-0.707106781187,1.466048277022E-16,-0.707106781187
+ ));
+#8875 = ORIENTED_EDGE('',*,*,#8876,.F.);
+#8876 = EDGE_CURVE('',#8877,#8869,#8879,.T.);
+#8877 = VERTEX_POINT('',#8878);
+#8878 = CARTESIAN_POINT('',(-0.5,1.5,6.1));
+#8879 = LINE('',#8880,#8881);
+#8880 = CARTESIAN_POINT('',(1.078400997151,1.5,4.521599002849));
+#8881 = VECTOR('',#8882,1.);
+#8882 = DIRECTION('',(0.707106781187,-2.658638354479E-17,-0.707106781187
+ ));
+#8883 = ORIENTED_EDGE('',*,*,#8884,.F.);
+#8884 = EDGE_CURVE('',#8885,#8877,#8887,.T.);
+#8885 = VERTEX_POINT('',#8886);
+#8886 = CARTESIAN_POINT('',(-0.5,1.5,7.));
+#8887 = LINE('',#8888,#8889);
+#8888 = CARTESIAN_POINT('',(-0.5,1.5,5.318198005698));
+#8889 = VECTOR('',#8890,1.);
+#8890 = DIRECTION('',(1.039306985781E-32,8.486585573121E-17,-1.));
+#8891 = ORIENTED_EDGE('',*,*,#8892,.T.);
+#8892 = EDGE_CURVE('',#8885,#8318,#8893,.T.);
+#8893 = LINE('',#8894,#8895);
+#8894 = CARTESIAN_POINT('',(9.95,1.5,7.));
+#8895 = VECTOR('',#8896,1.);
+#8896 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8897 = ORIENTED_EDGE('',*,*,#8325,.T.);
+#8898 = ORIENTED_EDGE('',*,*,#8746,.F.);
+#8899 = ORIENTED_EDGE('',*,*,#8672,.T.);
+#8900 = ORIENTED_EDGE('',*,*,#8901,.F.);
+#8901 = EDGE_CURVE('',#8902,#8673,#8904,.T.);
+#8902 = VERTEX_POINT('',#8903);
+#8903 = CARTESIAN_POINT('',(9.1,1.5,1.85));
+#8904 = LINE('',#8905,#8906);
+#8905 = CARTESIAN_POINT('',(9.1,1.5,1.85));
+#8906 = VECTOR('',#8907,1.);
+#8907 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8908 = ORIENTED_EDGE('',*,*,#8909,.F.);
+#8909 = EDGE_CURVE('',#8910,#8902,#8912,.T.);
+#8910 = VERTEX_POINT('',#8911);
+#8911 = CARTESIAN_POINT('',(9.1,1.5,4.15));
+#8912 = LINE('',#8913,#8914);
+#8913 = CARTESIAN_POINT('',(9.1,1.5,7.));
+#8914 = VECTOR('',#8915,1.);
+#8915 = DIRECTION('',(0.,0.,-1.));
+#8916 = ORIENTED_EDGE('',*,*,#8917,.F.);
+#8917 = EDGE_CURVE('',#8591,#8910,#8918,.T.);
+#8918 = LINE('',#8919,#8920);
+#8919 = CARTESIAN_POINT('',(9.95,1.5,4.15));
+#8920 = VECTOR('',#8921,1.);
+#8921 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8922 = PLANE('',#8923);
+#8923 = AXIS2_PLACEMENT_3D('',#8924,#8925,#8926);
+#8924 = CARTESIAN_POINT('',(3.75,1.5,4.536396011396));
+#8925 = DIRECTION('',(-1.224646799147E-16,-1.,-8.486585573121E-17));
+#8926 = DIRECTION('',(-1.039306985781E-32,-8.486585573121E-17,1.));
+#8927 = ADVANCED_FACE('',(#8928),#8946,.T.);
+#8928 = FACE_BOUND('',#8929,.T.);
+#8929 = EDGE_LOOP('',(#8930,#8931,#8939,#8945));
+#8930 = ORIENTED_EDGE('',*,*,#8892,.F.);
+#8931 = ORIENTED_EDGE('',*,*,#8932,.F.);
+#8932 = EDGE_CURVE('',#8933,#8885,#8935,.T.);
+#8933 = VERTEX_POINT('',#8934);
+#8934 = CARTESIAN_POINT('',(-0.5,2.35,7.));
+#8935 = LINE('',#8936,#8937);
+#8936 = CARTESIAN_POINT('',(-0.5,2.35,7.));
+#8937 = VECTOR('',#8938,1.);
+#8938 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#8939 = ORIENTED_EDGE('',*,*,#8940,.T.);
+#8940 = EDGE_CURVE('',#8933,#8310,#8941,.T.);
+#8941 = LINE('',#8942,#8943);
+#8942 = CARTESIAN_POINT('',(9.95,2.35,7.));
+#8943 = VECTOR('',#8944,1.);
+#8944 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8945 = ORIENTED_EDGE('',*,*,#8317,.T.);
+#8946 = PLANE('',#8947);
+#8947 = AXIS2_PLACEMENT_3D('',#8948,#8949,#8950);
+#8948 = CARTESIAN_POINT('',(3.75,-0.525,7.));
+#8949 = DIRECTION('',(0.,0.,1.));
+#8950 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8951 = ADVANCED_FACE('',(#8952),#9212,.F.);
+#8952 = FACE_BOUND('',#8953,.F.);
+#8953 = EDGE_LOOP('',(#8954,#8962,#8963,#8971,#8979,#8987,#8995,#9003,
+ #9012,#9020,#9028,#9036,#9044,#9052,#9061,#9069,#9077,#9085,#9091,
+ #9092,#9093,#9094,#9102,#9110,#9118,#9126,#9134,#9142,#9150,#9158,
+ #9166,#9174,#9182,#9190,#9198,#9206));
+#8954 = ORIENTED_EDGE('',*,*,#8955,.F.);
+#8955 = EDGE_CURVE('',#8565,#8956,#8958,.T.);
+#8956 = VERTEX_POINT('',#8957);
+#8957 = CARTESIAN_POINT('',(8.25,2.35,0.));
+#8958 = LINE('',#8959,#8960);
+#8959 = CARTESIAN_POINT('',(9.95,2.35,0.));
+#8960 = VECTOR('',#8961,1.);
+#8961 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8962 = ORIENTED_EDGE('',*,*,#8615,.T.);
+#8963 = ORIENTED_EDGE('',*,*,#8964,.T.);
+#8964 = EDGE_CURVE('',#8608,#8965,#8967,.T.);
+#8965 = VERTEX_POINT('',#8966);
+#8966 = CARTESIAN_POINT('',(8.,2.35,7.));
+#8967 = LINE('',#8968,#8969);
+#8968 = CARTESIAN_POINT('',(9.95,2.35,7.));
+#8969 = VECTOR('',#8970,1.);
+#8970 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#8971 = ORIENTED_EDGE('',*,*,#8972,.F.);
+#8972 = EDGE_CURVE('',#8973,#8965,#8975,.T.);
+#8973 = VERTEX_POINT('',#8974);
+#8974 = CARTESIAN_POINT('',(8.,2.35,6.1));
+#8975 = LINE('',#8976,#8977);
+#8976 = CARTESIAN_POINT('',(8.,2.35,6.1));
+#8977 = VECTOR('',#8978,1.);
+#8978 = DIRECTION('',(0.,0.,1.));
+#8979 = ORIENTED_EDGE('',*,*,#8980,.F.);
+#8980 = EDGE_CURVE('',#8981,#8973,#8983,.T.);
+#8981 = VERTEX_POINT('',#8982);
+#8982 = CARTESIAN_POINT('',(7.75,2.35,5.85));
+#8983 = LINE('',#8984,#8985);
+#8984 = CARTESIAN_POINT('',(7.75,2.35,5.85));
+#8985 = VECTOR('',#8986,1.);
+#8986 = DIRECTION('',(0.707106781187,-8.659560562349E-17,0.707106781187)
+ );
+#8987 = ORIENTED_EDGE('',*,*,#8988,.F.);
+#8988 = EDGE_CURVE('',#8989,#8981,#8991,.T.);
+#8989 = VERTEX_POINT('',#8990);
+#8990 = CARTESIAN_POINT('',(8.,2.35,5.6));
+#8991 = LINE('',#8992,#8993);
+#8992 = CARTESIAN_POINT('',(8.,2.35,5.6));
+#8993 = VECTOR('',#8994,1.);
+#8994 = DIRECTION('',(-0.707106781187,8.659560562349E-17,0.707106781187)
+ );
+#8995 = ORIENTED_EDGE('',*,*,#8996,.F.);
+#8996 = EDGE_CURVE('',#8997,#8989,#8999,.T.);
+#8997 = VERTEX_POINT('',#8998);
+#8998 = CARTESIAN_POINT('',(8.,2.35,3.85));
+#8999 = LINE('',#9000,#9001);
+#9000 = CARTESIAN_POINT('',(8.,2.35,3.1));
+#9001 = VECTOR('',#9002,1.);
+#9002 = DIRECTION('',(0.,0.,1.));
+#9003 = ORIENTED_EDGE('',*,*,#9004,.F.);
+#9004 = EDGE_CURVE('',#9005,#8997,#9007,.T.);
+#9005 = VERTEX_POINT('',#9006);
+#9006 = CARTESIAN_POINT('',(7.25,2.35,3.1));
+#9007 = CIRCLE('',#9008,0.75);
+#9008 = AXIS2_PLACEMENT_3D('',#9009,#9010,#9011);
+#9009 = CARTESIAN_POINT('',(7.25,2.35,3.85));
+#9010 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9011 = DIRECTION('',(0.,0.,1.));
+#9012 = ORIENTED_EDGE('',*,*,#9013,.F.);
+#9013 = EDGE_CURVE('',#9014,#9005,#9016,.T.);
+#9014 = VERTEX_POINT('',#9015);
+#9015 = CARTESIAN_POINT('',(6.5,2.35,3.1));
+#9016 = LINE('',#9017,#9018);
+#9017 = CARTESIAN_POINT('',(6.5,2.35,3.1));
+#9018 = VECTOR('',#9019,1.);
+#9019 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#9020 = ORIENTED_EDGE('',*,*,#9021,.F.);
+#9021 = EDGE_CURVE('',#9022,#9014,#9024,.T.);
+#9022 = VERTEX_POINT('',#9023);
+#9023 = CARTESIAN_POINT('',(6.5,2.35,7.));
+#9024 = LINE('',#9025,#9026);
+#9025 = CARTESIAN_POINT('',(6.5,2.35,7.));
+#9026 = VECTOR('',#9027,1.);
+#9027 = DIRECTION('',(-0.,0.,-1.));
+#9028 = ORIENTED_EDGE('',*,*,#9029,.T.);
+#9029 = EDGE_CURVE('',#9022,#9030,#9032,.T.);
+#9030 = VERTEX_POINT('',#9031);
+#9031 = CARTESIAN_POINT('',(1.,2.35,7.));
+#9032 = LINE('',#9033,#9034);
+#9033 = CARTESIAN_POINT('',(9.95,2.35,7.));
+#9034 = VECTOR('',#9035,1.);
+#9035 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9036 = ORIENTED_EDGE('',*,*,#9037,.T.);
+#9037 = EDGE_CURVE('',#9030,#9038,#9040,.T.);
+#9038 = VERTEX_POINT('',#9039);
+#9039 = CARTESIAN_POINT('',(1.,2.35,3.1));
+#9040 = LINE('',#9041,#9042);
+#9041 = CARTESIAN_POINT('',(1.,2.35,7.));
+#9042 = VECTOR('',#9043,1.);
+#9043 = DIRECTION('',(-0.,0.,-1.));
+#9044 = ORIENTED_EDGE('',*,*,#9045,.T.);
+#9045 = EDGE_CURVE('',#9038,#9046,#9048,.T.);
+#9046 = VERTEX_POINT('',#9047);
+#9047 = CARTESIAN_POINT('',(0.25,2.35,3.1));
+#9048 = LINE('',#9049,#9050);
+#9049 = CARTESIAN_POINT('',(1.,2.35,3.1));
+#9050 = VECTOR('',#9051,1.);
+#9051 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9052 = ORIENTED_EDGE('',*,*,#9053,.T.);
+#9053 = EDGE_CURVE('',#9046,#9054,#9056,.T.);
+#9054 = VERTEX_POINT('',#9055);
+#9055 = CARTESIAN_POINT('',(-0.5,2.35,3.85));
+#9056 = CIRCLE('',#9057,0.75);
+#9057 = AXIS2_PLACEMENT_3D('',#9058,#9059,#9060);
+#9058 = CARTESIAN_POINT('',(0.25,2.35,3.85));
+#9059 = DIRECTION('',(1.224646799147E-16,1.,-0.));
+#9060 = DIRECTION('',(0.,0.,1.));
+#9061 = ORIENTED_EDGE('',*,*,#9062,.T.);
+#9062 = EDGE_CURVE('',#9054,#9063,#9065,.T.);
+#9063 = VERTEX_POINT('',#9064);
+#9064 = CARTESIAN_POINT('',(-0.5,2.35,5.6));
+#9065 = LINE('',#9066,#9067);
+#9066 = CARTESIAN_POINT('',(-0.5,2.35,3.1));
+#9067 = VECTOR('',#9068,1.);
+#9068 = DIRECTION('',(0.,0.,1.));
+#9069 = ORIENTED_EDGE('',*,*,#9070,.T.);
+#9070 = EDGE_CURVE('',#9063,#9071,#9073,.T.);
+#9071 = VERTEX_POINT('',#9072);
+#9072 = CARTESIAN_POINT('',(-0.25,2.35,5.85));
+#9073 = LINE('',#9074,#9075);
+#9074 = CARTESIAN_POINT('',(-0.5,2.35,5.6));
+#9075 = VECTOR('',#9076,1.);
+#9076 = DIRECTION('',(0.707106781187,-8.659560562349E-17,0.707106781187)
+ );
+#9077 = ORIENTED_EDGE('',*,*,#9078,.T.);
+#9078 = EDGE_CURVE('',#9071,#9079,#9081,.T.);
+#9079 = VERTEX_POINT('',#9080);
+#9080 = CARTESIAN_POINT('',(-0.5,2.35,6.1));
+#9081 = LINE('',#9082,#9083);
+#9082 = CARTESIAN_POINT('',(-0.25,2.35,5.85));
+#9083 = VECTOR('',#9084,1.);
+#9084 = DIRECTION('',(-0.707106781187,8.659560562349E-17,0.707106781187)
+ );
+#9085 = ORIENTED_EDGE('',*,*,#9086,.T.);
+#9086 = EDGE_CURVE('',#9079,#8933,#9087,.T.);
+#9087 = LINE('',#9088,#9089);
+#9088 = CARTESIAN_POINT('',(-0.5,2.35,6.1));
+#9089 = VECTOR('',#9090,1.);
+#9090 = DIRECTION('',(0.,0.,1.));
+#9091 = ORIENTED_EDGE('',*,*,#8940,.T.);
+#9092 = ORIENTED_EDGE('',*,*,#8309,.F.);
+#9093 = ORIENTED_EDGE('',*,*,#8720,.F.);
+#9094 = ORIENTED_EDGE('',*,*,#9095,.T.);
+#9095 = EDGE_CURVE('',#8721,#9096,#9098,.T.);
+#9096 = VERTEX_POINT('',#9097);
+#9097 = CARTESIAN_POINT('',(-0.75,2.35,1.));
+#9098 = LINE('',#9099,#9100);
+#9099 = CARTESIAN_POINT('',(-0.75,2.35,0.));
+#9100 = VECTOR('',#9101,1.);
+#9101 = DIRECTION('',(0.,0.,1.));
+#9102 = ORIENTED_EDGE('',*,*,#9103,.F.);
+#9103 = EDGE_CURVE('',#9104,#9096,#9106,.T.);
+#9104 = VERTEX_POINT('',#9105);
+#9105 = CARTESIAN_POINT('',(0.75,2.35,1.));
+#9106 = LINE('',#9107,#9108);
+#9107 = CARTESIAN_POINT('',(0.75,2.35,1.));
+#9108 = VECTOR('',#9109,1.);
+#9109 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9110 = ORIENTED_EDGE('',*,*,#9111,.F.);
+#9111 = EDGE_CURVE('',#9112,#9104,#9114,.T.);
+#9112 = VERTEX_POINT('',#9113);
+#9113 = CARTESIAN_POINT('',(0.75,2.35,0.));
+#9114 = LINE('',#9115,#9116);
+#9115 = CARTESIAN_POINT('',(0.75,2.35,0.));
+#9116 = VECTOR('',#9117,1.);
+#9117 = DIRECTION('',(0.,0.,1.));
+#9118 = ORIENTED_EDGE('',*,*,#9119,.F.);
+#9119 = EDGE_CURVE('',#9120,#9112,#9122,.T.);
+#9120 = VERTEX_POINT('',#9121);
+#9121 = CARTESIAN_POINT('',(1.75,2.35,0.));
+#9122 = LINE('',#9123,#9124);
+#9123 = CARTESIAN_POINT('',(9.95,2.35,0.));
+#9124 = VECTOR('',#9125,1.);
+#9125 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9126 = ORIENTED_EDGE('',*,*,#9127,.T.);
+#9127 = EDGE_CURVE('',#9120,#9128,#9130,.T.);
+#9128 = VERTEX_POINT('',#9129);
+#9129 = CARTESIAN_POINT('',(1.75,2.35,1.));
+#9130 = LINE('',#9131,#9132);
+#9131 = CARTESIAN_POINT('',(1.75,2.35,0.));
+#9132 = VECTOR('',#9133,1.);
+#9133 = DIRECTION('',(0.,0.,1.));
+#9134 = ORIENTED_EDGE('',*,*,#9135,.F.);
+#9135 = EDGE_CURVE('',#9136,#9128,#9138,.T.);
+#9136 = VERTEX_POINT('',#9137);
+#9137 = CARTESIAN_POINT('',(3.25,2.35,1.));
+#9138 = LINE('',#9139,#9140);
+#9139 = CARTESIAN_POINT('',(3.25,2.35,1.));
+#9140 = VECTOR('',#9141,1.);
+#9141 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9142 = ORIENTED_EDGE('',*,*,#9143,.F.);
+#9143 = EDGE_CURVE('',#9144,#9136,#9146,.T.);
+#9144 = VERTEX_POINT('',#9145);
+#9145 = CARTESIAN_POINT('',(3.25,2.35,0.));
+#9146 = LINE('',#9147,#9148);
+#9147 = CARTESIAN_POINT('',(3.25,2.35,0.));
+#9148 = VECTOR('',#9149,1.);
+#9149 = DIRECTION('',(0.,0.,1.));
+#9150 = ORIENTED_EDGE('',*,*,#9151,.F.);
+#9151 = EDGE_CURVE('',#9152,#9144,#9154,.T.);
+#9152 = VERTEX_POINT('',#9153);
+#9153 = CARTESIAN_POINT('',(4.25,2.35,0.));
+#9154 = LINE('',#9155,#9156);
+#9155 = CARTESIAN_POINT('',(9.95,2.35,0.));
+#9156 = VECTOR('',#9157,1.);
+#9157 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9158 = ORIENTED_EDGE('',*,*,#9159,.T.);
+#9159 = EDGE_CURVE('',#9152,#9160,#9162,.T.);
+#9160 = VERTEX_POINT('',#9161);
+#9161 = CARTESIAN_POINT('',(4.25,2.35,1.));
+#9162 = LINE('',#9163,#9164);
+#9163 = CARTESIAN_POINT('',(4.25,2.35,0.));
+#9164 = VECTOR('',#9165,1.);
+#9165 = DIRECTION('',(0.,0.,1.));
+#9166 = ORIENTED_EDGE('',*,*,#9167,.F.);
+#9167 = EDGE_CURVE('',#9168,#9160,#9170,.T.);
+#9168 = VERTEX_POINT('',#9169);
+#9169 = CARTESIAN_POINT('',(5.75,2.35,1.));
+#9170 = LINE('',#9171,#9172);
+#9171 = CARTESIAN_POINT('',(5.75,2.35,1.));
+#9172 = VECTOR('',#9173,1.);
+#9173 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9174 = ORIENTED_EDGE('',*,*,#9175,.F.);
+#9175 = EDGE_CURVE('',#9176,#9168,#9178,.T.);
+#9176 = VERTEX_POINT('',#9177);
+#9177 = CARTESIAN_POINT('',(5.75,2.35,0.));
+#9178 = LINE('',#9179,#9180);
+#9179 = CARTESIAN_POINT('',(5.75,2.35,0.));
+#9180 = VECTOR('',#9181,1.);
+#9181 = DIRECTION('',(0.,0.,1.));
+#9182 = ORIENTED_EDGE('',*,*,#9183,.F.);
+#9183 = EDGE_CURVE('',#9184,#9176,#9186,.T.);
+#9184 = VERTEX_POINT('',#9185);
+#9185 = CARTESIAN_POINT('',(6.75,2.35,0.));
+#9186 = LINE('',#9187,#9188);
+#9187 = CARTESIAN_POINT('',(9.95,2.35,0.));
+#9188 = VECTOR('',#9189,1.);
+#9189 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9190 = ORIENTED_EDGE('',*,*,#9191,.T.);
+#9191 = EDGE_CURVE('',#9184,#9192,#9194,.T.);
+#9192 = VERTEX_POINT('',#9193);
+#9193 = CARTESIAN_POINT('',(6.75,2.35,1.));
+#9194 = LINE('',#9195,#9196);
+#9195 = CARTESIAN_POINT('',(6.75,2.35,0.));
+#9196 = VECTOR('',#9197,1.);
+#9197 = DIRECTION('',(0.,0.,1.));
+#9198 = ORIENTED_EDGE('',*,*,#9199,.F.);
+#9199 = EDGE_CURVE('',#9200,#9192,#9202,.T.);
+#9200 = VERTEX_POINT('',#9201);
+#9201 = CARTESIAN_POINT('',(8.25,2.35,1.));
+#9202 = LINE('',#9203,#9204);
+#9203 = CARTESIAN_POINT('',(8.25,2.35,1.));
+#9204 = VECTOR('',#9205,1.);
+#9205 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9206 = ORIENTED_EDGE('',*,*,#9207,.F.);
+#9207 = EDGE_CURVE('',#8956,#9200,#9208,.T.);
+#9208 = LINE('',#9209,#9210);
+#9209 = CARTESIAN_POINT('',(8.25,2.35,0.));
+#9210 = VECTOR('',#9211,1.);
+#9211 = DIRECTION('',(0.,0.,1.));
+#9212 = PLANE('',#9213);
+#9213 = AXIS2_PLACEMENT_3D('',#9214,#9215,#9216);
+#9214 = CARTESIAN_POINT('',(9.95,2.35,0.));
+#9215 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9216 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9217 = ADVANCED_FACE('',(#9218),#9236,.F.);
+#9218 = FACE_BOUND('',#9219,.F.);
+#9219 = EDGE_LOOP('',(#9220,#9221,#9229,#9235));
+#9220 = ORIENTED_EDGE('',*,*,#8688,.T.);
+#9221 = ORIENTED_EDGE('',*,*,#9222,.T.);
+#9222 = EDGE_CURVE('',#8681,#9223,#9225,.T.);
+#9223 = VERTEX_POINT('',#9224);
+#9224 = CARTESIAN_POINT('',(9.1,-2.65,1.85));
+#9225 = LINE('',#9226,#9227);
+#9226 = CARTESIAN_POINT('',(-1.6,-2.65,1.85));
+#9227 = VECTOR('',#9228,1.);
+#9228 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#9229 = ORIENTED_EDGE('',*,*,#9230,.F.);
+#9230 = EDGE_CURVE('',#8367,#9223,#9231,.T.);
+#9231 = LINE('',#9232,#9233);
+#9232 = CARTESIAN_POINT('',(9.1,-2.65,7.));
+#9233 = VECTOR('',#9234,1.);
+#9234 = DIRECTION('',(0.,0.,-1.));
+#9235 = ORIENTED_EDGE('',*,*,#8374,.F.);
+#9236 = PLANE('',#9237);
+#9237 = AXIS2_PLACEMENT_3D('',#9238,#9239,#9240);
+#9238 = CARTESIAN_POINT('',(-1.6,-2.65,7.));
+#9239 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9240 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#9241 = ADVANCED_FACE('',(#9242),#9269,.T.);
+#9242 = FACE_BOUND('',#9243,.T.);
+#9243 = EDGE_LOOP('',(#9244,#9245,#9253,#9261,#9267,#9268));
+#9244 = ORIENTED_EDGE('',*,*,#9095,.T.);
+#9245 = ORIENTED_EDGE('',*,*,#9246,.T.);
+#9246 = EDGE_CURVE('',#9096,#9247,#9249,.T.);
+#9247 = VERTEX_POINT('',#9248);
+#9248 = CARTESIAN_POINT('',(-0.75,0.5,0.3));
+#9249 = LINE('',#9250,#9251);
+#9250 = CARTESIAN_POINT('',(-0.75,2.35,1.));
+#9251 = VECTOR('',#9252,1.);
+#9252 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,-0.353892097416
+ ));
+#9253 = ORIENTED_EDGE('',*,*,#9254,.T.);
+#9254 = EDGE_CURVE('',#9247,#9255,#9257,.T.);
+#9255 = VERTEX_POINT('',#9256);
+#9256 = CARTESIAN_POINT('',(-0.75,-0.5,0.3));
+#9257 = LINE('',#9258,#9259);
+#9258 = CARTESIAN_POINT('',(-0.75,0.5,0.3));
+#9259 = VECTOR('',#9260,1.);
+#9260 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9261 = ORIENTED_EDGE('',*,*,#9262,.T.);
+#9262 = EDGE_CURVE('',#9255,#8519,#9263,.T.);
+#9263 = LINE('',#9264,#9265);
+#9264 = CARTESIAN_POINT('',(-0.75,-0.5,0.3));
+#9265 = VECTOR('',#9266,1.);
+#9266 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9267 = ORIENTED_EDGE('',*,*,#8526,.T.);
+#9268 = ORIENTED_EDGE('',*,*,#8730,.T.);
+#9269 = PLANE('',#9270);
+#9270 = AXIS2_PLACEMENT_3D('',#9271,#9272,#9273);
+#9271 = CARTESIAN_POINT('',(-0.75,-0.515451356496,0.330008245993));
+#9272 = DIRECTION('',(1.,-1.224646799147E-16,-1.256256073143E-32));
+#9273 = DIRECTION('',(-1.256256073143E-32,1.538469978883E-48,-1.));
+#9274 = ADVANCED_FACE('',(#9275),#9293,.F.);
+#9275 = FACE_BOUND('',#9276,.F.);
+#9276 = EDGE_LOOP('',(#9277,#9285,#9286,#9287));
+#9277 = ORIENTED_EDGE('',*,*,#9278,.T.);
+#9278 = EDGE_CURVE('',#9279,#9255,#9281,.T.);
+#9279 = VERTEX_POINT('',#9280);
+#9280 = CARTESIAN_POINT('',(0.75,-0.5,0.3));
+#9281 = LINE('',#9282,#9283);
+#9282 = CARTESIAN_POINT('',(0.75,-0.5,0.3));
+#9283 = VECTOR('',#9284,1.);
+#9284 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9285 = ORIENTED_EDGE('',*,*,#9262,.T.);
+#9286 = ORIENTED_EDGE('',*,*,#8518,.F.);
+#9287 = ORIENTED_EDGE('',*,*,#9288,.F.);
+#9288 = EDGE_CURVE('',#9279,#8511,#9289,.T.);
+#9289 = LINE('',#9290,#9291);
+#9290 = CARTESIAN_POINT('',(0.75,-0.5,0.3));
+#9291 = VECTOR('',#9292,1.);
+#9292 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9293 = PLANE('',#9294);
+#9294 = AXIS2_PLACEMENT_3D('',#9295,#9296,#9297);
+#9295 = CARTESIAN_POINT('',(0.75,-0.5,0.3));
+#9296 = DIRECTION('',(2.87351777816E-17,0.234640533104,0.972082208573));
+#9297 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9298 = ADVANCED_FACE('',(#9299),#9324,.F.);
+#9299 = FACE_BOUND('',#9300,.F.);
+#9300 = EDGE_LOOP('',(#9301,#9302,#9310,#9316,#9317,#9318));
+#9301 = ORIENTED_EDGE('',*,*,#9111,.T.);
+#9302 = ORIENTED_EDGE('',*,*,#9303,.T.);
+#9303 = EDGE_CURVE('',#9104,#9304,#9306,.T.);
+#9304 = VERTEX_POINT('',#9305);
+#9305 = CARTESIAN_POINT('',(0.75,0.5,0.3));
+#9306 = LINE('',#9307,#9308);
+#9307 = CARTESIAN_POINT('',(0.75,2.35,1.));
+#9308 = VECTOR('',#9309,1.);
+#9309 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,-0.353892097416
+ ));
+#9310 = ORIENTED_EDGE('',*,*,#9311,.T.);
+#9311 = EDGE_CURVE('',#9304,#9279,#9312,.T.);
+#9312 = LINE('',#9313,#9314);
+#9313 = CARTESIAN_POINT('',(0.75,0.5,0.3));
+#9314 = VECTOR('',#9315,1.);
+#9315 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9316 = ORIENTED_EDGE('',*,*,#9288,.T.);
+#9317 = ORIENTED_EDGE('',*,*,#8510,.T.);
+#9318 = ORIENTED_EDGE('',*,*,#9319,.T.);
+#9319 = EDGE_CURVE('',#8503,#9112,#9320,.T.);
+#9320 = LINE('',#9321,#9322);
+#9321 = CARTESIAN_POINT('',(0.75,-3.4,0.));
+#9322 = VECTOR('',#9323,1.);
+#9323 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9324 = PLANE('',#9325);
+#9325 = AXIS2_PLACEMENT_3D('',#9326,#9327,#9328);
+#9326 = CARTESIAN_POINT('',(0.75,-0.515451356496,0.330008245993));
+#9327 = DIRECTION('',(1.,-1.224646799147E-16,-1.256256073143E-32));
+#9328 = DIRECTION('',(-1.256256073143E-32,1.538469978883E-48,-1.));
+#9329 = ADVANCED_FACE('',(#9330),#9341,.F.);
+#9330 = FACE_BOUND('',#9331,.F.);
+#9331 = EDGE_LOOP('',(#9332,#9333,#9334,#9335));
+#9332 = ORIENTED_EDGE('',*,*,#9119,.T.);
+#9333 = ORIENTED_EDGE('',*,*,#9319,.F.);
+#9334 = ORIENTED_EDGE('',*,*,#8502,.T.);
+#9335 = ORIENTED_EDGE('',*,*,#9336,.T.);
+#9336 = EDGE_CURVE('',#8495,#9120,#9337,.T.);
+#9337 = LINE('',#9338,#9339);
+#9338 = CARTESIAN_POINT('',(1.75,-3.4,0.));
+#9339 = VECTOR('',#9340,1.);
+#9340 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9341 = PLANE('',#9342);
+#9342 = AXIS2_PLACEMENT_3D('',#9343,#9344,#9345);
+#9343 = CARTESIAN_POINT('',(3.75,-0.525,0.));
+#9344 = DIRECTION('',(0.,0.,1.));
+#9345 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9346 = ADVANCED_FACE('',(#9347),#9374,.T.);
+#9347 = FACE_BOUND('',#9348,.T.);
+#9348 = EDGE_LOOP('',(#9349,#9350,#9358,#9366,#9372,#9373));
+#9349 = ORIENTED_EDGE('',*,*,#9127,.T.);
+#9350 = ORIENTED_EDGE('',*,*,#9351,.T.);
+#9351 = EDGE_CURVE('',#9128,#9352,#9354,.T.);
+#9352 = VERTEX_POINT('',#9353);
+#9353 = CARTESIAN_POINT('',(1.75,0.5,0.3));
+#9354 = LINE('',#9355,#9356);
+#9355 = CARTESIAN_POINT('',(1.75,2.35,1.));
+#9356 = VECTOR('',#9357,1.);
+#9357 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,-0.353892097416
+ ));
+#9358 = ORIENTED_EDGE('',*,*,#9359,.T.);
+#9359 = EDGE_CURVE('',#9352,#9360,#9362,.T.);
+#9360 = VERTEX_POINT('',#9361);
+#9361 = CARTESIAN_POINT('',(1.75,-0.5,0.3));
+#9362 = LINE('',#9363,#9364);
+#9363 = CARTESIAN_POINT('',(1.75,0.5,0.3));
+#9364 = VECTOR('',#9365,1.);
+#9365 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9366 = ORIENTED_EDGE('',*,*,#9367,.T.);
+#9367 = EDGE_CURVE('',#9360,#8487,#9368,.T.);
+#9368 = LINE('',#9369,#9370);
+#9369 = CARTESIAN_POINT('',(1.75,-0.5,0.3));
+#9370 = VECTOR('',#9371,1.);
+#9371 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9372 = ORIENTED_EDGE('',*,*,#8494,.T.);
+#9373 = ORIENTED_EDGE('',*,*,#9336,.T.);
+#9374 = PLANE('',#9375);
+#9375 = AXIS2_PLACEMENT_3D('',#9376,#9377,#9378);
+#9376 = CARTESIAN_POINT('',(1.75,-0.515451356496,0.330008245993));
+#9377 = DIRECTION('',(1.,-1.224646799147E-16,-1.256256073143E-32));
+#9378 = DIRECTION('',(-1.256256073143E-32,1.538469978883E-48,-1.));
+#9379 = ADVANCED_FACE('',(#9380),#9398,.F.);
+#9380 = FACE_BOUND('',#9381,.F.);
+#9381 = EDGE_LOOP('',(#9382,#9390,#9391,#9392));
+#9382 = ORIENTED_EDGE('',*,*,#9383,.T.);
+#9383 = EDGE_CURVE('',#9384,#9360,#9386,.T.);
+#9384 = VERTEX_POINT('',#9385);
+#9385 = CARTESIAN_POINT('',(3.25,-0.5,0.3));
+#9386 = LINE('',#9387,#9388);
+#9387 = CARTESIAN_POINT('',(3.25,-0.5,0.3));
+#9388 = VECTOR('',#9389,1.);
+#9389 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9390 = ORIENTED_EDGE('',*,*,#9367,.T.);
+#9391 = ORIENTED_EDGE('',*,*,#8486,.F.);
+#9392 = ORIENTED_EDGE('',*,*,#9393,.F.);
+#9393 = EDGE_CURVE('',#9384,#8479,#9394,.T.);
+#9394 = LINE('',#9395,#9396);
+#9395 = CARTESIAN_POINT('',(3.25,-0.5,0.3));
+#9396 = VECTOR('',#9397,1.);
+#9397 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9398 = PLANE('',#9399);
+#9399 = AXIS2_PLACEMENT_3D('',#9400,#9401,#9402);
+#9400 = CARTESIAN_POINT('',(3.25,-0.5,0.3));
+#9401 = DIRECTION('',(2.87351777816E-17,0.234640533104,0.972082208573));
+#9402 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9403 = ADVANCED_FACE('',(#9404),#9429,.F.);
+#9404 = FACE_BOUND('',#9405,.F.);
+#9405 = EDGE_LOOP('',(#9406,#9407,#9415,#9421,#9422,#9423));
+#9406 = ORIENTED_EDGE('',*,*,#9143,.T.);
+#9407 = ORIENTED_EDGE('',*,*,#9408,.T.);
+#9408 = EDGE_CURVE('',#9136,#9409,#9411,.T.);
+#9409 = VERTEX_POINT('',#9410);
+#9410 = CARTESIAN_POINT('',(3.25,0.5,0.3));
+#9411 = LINE('',#9412,#9413);
+#9412 = CARTESIAN_POINT('',(3.25,2.35,1.));
+#9413 = VECTOR('',#9414,1.);
+#9414 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,-0.353892097416
+ ));
+#9415 = ORIENTED_EDGE('',*,*,#9416,.T.);
+#9416 = EDGE_CURVE('',#9409,#9384,#9417,.T.);
+#9417 = LINE('',#9418,#9419);
+#9418 = CARTESIAN_POINT('',(3.25,0.5,0.3));
+#9419 = VECTOR('',#9420,1.);
+#9420 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9421 = ORIENTED_EDGE('',*,*,#9393,.T.);
+#9422 = ORIENTED_EDGE('',*,*,#8478,.T.);
+#9423 = ORIENTED_EDGE('',*,*,#9424,.T.);
+#9424 = EDGE_CURVE('',#8471,#9144,#9425,.T.);
+#9425 = LINE('',#9426,#9427);
+#9426 = CARTESIAN_POINT('',(3.25,-3.4,0.));
+#9427 = VECTOR('',#9428,1.);
+#9428 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9429 = PLANE('',#9430);
+#9430 = AXIS2_PLACEMENT_3D('',#9431,#9432,#9433);
+#9431 = CARTESIAN_POINT('',(3.25,-0.515451356496,0.330008245993));
+#9432 = DIRECTION('',(1.,-1.224646799147E-16,-1.256256073143E-32));
+#9433 = DIRECTION('',(-1.256256073143E-32,1.538469978883E-48,-1.));
+#9434 = ADVANCED_FACE('',(#9435),#9446,.F.);
+#9435 = FACE_BOUND('',#9436,.F.);
+#9436 = EDGE_LOOP('',(#9437,#9438,#9439,#9445));
+#9437 = ORIENTED_EDGE('',*,*,#9424,.F.);
+#9438 = ORIENTED_EDGE('',*,*,#8470,.T.);
+#9439 = ORIENTED_EDGE('',*,*,#9440,.T.);
+#9440 = EDGE_CURVE('',#8463,#9152,#9441,.T.);
+#9441 = LINE('',#9442,#9443);
+#9442 = CARTESIAN_POINT('',(4.25,-3.4,0.));
+#9443 = VECTOR('',#9444,1.);
+#9444 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9445 = ORIENTED_EDGE('',*,*,#9151,.T.);
+#9446 = PLANE('',#9447);
+#9447 = AXIS2_PLACEMENT_3D('',#9448,#9449,#9450);
+#9448 = CARTESIAN_POINT('',(3.75,-0.525,0.));
+#9449 = DIRECTION('',(0.,0.,1.));
+#9450 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9451 = ADVANCED_FACE('',(#9452),#9479,.T.);
+#9452 = FACE_BOUND('',#9453,.T.);
+#9453 = EDGE_LOOP('',(#9454,#9455,#9463,#9471,#9477,#9478));
+#9454 = ORIENTED_EDGE('',*,*,#9159,.T.);
+#9455 = ORIENTED_EDGE('',*,*,#9456,.T.);
+#9456 = EDGE_CURVE('',#9160,#9457,#9459,.T.);
+#9457 = VERTEX_POINT('',#9458);
+#9458 = CARTESIAN_POINT('',(4.25,0.5,0.3));
+#9459 = LINE('',#9460,#9461);
+#9460 = CARTESIAN_POINT('',(4.25,2.35,1.));
+#9461 = VECTOR('',#9462,1.);
+#9462 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,-0.353892097416
+ ));
+#9463 = ORIENTED_EDGE('',*,*,#9464,.T.);
+#9464 = EDGE_CURVE('',#9457,#9465,#9467,.T.);
+#9465 = VERTEX_POINT('',#9466);
+#9466 = CARTESIAN_POINT('',(4.25,-0.5,0.3));
+#9467 = LINE('',#9468,#9469);
+#9468 = CARTESIAN_POINT('',(4.25,0.5,0.3));
+#9469 = VECTOR('',#9470,1.);
+#9470 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9471 = ORIENTED_EDGE('',*,*,#9472,.T.);
+#9472 = EDGE_CURVE('',#9465,#8455,#9473,.T.);
+#9473 = LINE('',#9474,#9475);
+#9474 = CARTESIAN_POINT('',(4.25,-0.5,0.3));
+#9475 = VECTOR('',#9476,1.);
+#9476 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9477 = ORIENTED_EDGE('',*,*,#8462,.T.);
+#9478 = ORIENTED_EDGE('',*,*,#9440,.T.);
+#9479 = PLANE('',#9480);
+#9480 = AXIS2_PLACEMENT_3D('',#9481,#9482,#9483);
+#9481 = CARTESIAN_POINT('',(4.25,-0.515451356496,0.330008245993));
+#9482 = DIRECTION('',(1.,-1.224646799147E-16,-1.256256073143E-32));
+#9483 = DIRECTION('',(-1.256256073143E-32,1.538469978883E-48,-1.));
+#9484 = ADVANCED_FACE('',(#9485),#9503,.F.);
+#9485 = FACE_BOUND('',#9486,.F.);
+#9486 = EDGE_LOOP('',(#9487,#9495,#9496,#9497));
+#9487 = ORIENTED_EDGE('',*,*,#9488,.T.);
+#9488 = EDGE_CURVE('',#9489,#9465,#9491,.T.);
+#9489 = VERTEX_POINT('',#9490);
+#9490 = CARTESIAN_POINT('',(5.75,-0.5,0.3));
+#9491 = LINE('',#9492,#9493);
+#9492 = CARTESIAN_POINT('',(5.75,-0.5,0.3));
+#9493 = VECTOR('',#9494,1.);
+#9494 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9495 = ORIENTED_EDGE('',*,*,#9472,.T.);
+#9496 = ORIENTED_EDGE('',*,*,#8454,.F.);
+#9497 = ORIENTED_EDGE('',*,*,#9498,.F.);
+#9498 = EDGE_CURVE('',#9489,#8447,#9499,.T.);
+#9499 = LINE('',#9500,#9501);
+#9500 = CARTESIAN_POINT('',(5.75,-0.5,0.3));
+#9501 = VECTOR('',#9502,1.);
+#9502 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9503 = PLANE('',#9504);
+#9504 = AXIS2_PLACEMENT_3D('',#9505,#9506,#9507);
+#9505 = CARTESIAN_POINT('',(5.75,-0.5,0.3));
+#9506 = DIRECTION('',(2.87351777816E-17,0.234640533104,0.972082208573));
+#9507 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9508 = ADVANCED_FACE('',(#9509),#9534,.F.);
+#9509 = FACE_BOUND('',#9510,.F.);
+#9510 = EDGE_LOOP('',(#9511,#9512,#9520,#9526,#9527,#9528));
+#9511 = ORIENTED_EDGE('',*,*,#9175,.T.);
+#9512 = ORIENTED_EDGE('',*,*,#9513,.T.);
+#9513 = EDGE_CURVE('',#9168,#9514,#9516,.T.);
+#9514 = VERTEX_POINT('',#9515);
+#9515 = CARTESIAN_POINT('',(5.75,0.5,0.3));
+#9516 = LINE('',#9517,#9518);
+#9517 = CARTESIAN_POINT('',(5.75,2.35,1.));
+#9518 = VECTOR('',#9519,1.);
+#9519 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,-0.353892097416
+ ));
+#9520 = ORIENTED_EDGE('',*,*,#9521,.T.);
+#9521 = EDGE_CURVE('',#9514,#9489,#9522,.T.);
+#9522 = LINE('',#9523,#9524);
+#9523 = CARTESIAN_POINT('',(5.75,0.5,0.3));
+#9524 = VECTOR('',#9525,1.);
+#9525 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9526 = ORIENTED_EDGE('',*,*,#9498,.T.);
+#9527 = ORIENTED_EDGE('',*,*,#8446,.T.);
+#9528 = ORIENTED_EDGE('',*,*,#9529,.T.);
+#9529 = EDGE_CURVE('',#8439,#9176,#9530,.T.);
+#9530 = LINE('',#9531,#9532);
+#9531 = CARTESIAN_POINT('',(5.75,-3.4,0.));
+#9532 = VECTOR('',#9533,1.);
+#9533 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9534 = PLANE('',#9535);
+#9535 = AXIS2_PLACEMENT_3D('',#9536,#9537,#9538);
+#9536 = CARTESIAN_POINT('',(5.75,-0.515451356496,0.330008245993));
+#9537 = DIRECTION('',(1.,-1.224646799147E-16,-1.256256073143E-32));
+#9538 = DIRECTION('',(-1.256256073143E-32,1.538469978883E-48,-1.));
+#9539 = ADVANCED_FACE('',(#9540),#9551,.F.);
+#9540 = FACE_BOUND('',#9541,.F.);
+#9541 = EDGE_LOOP('',(#9542,#9543,#9549,#9550));
+#9542 = ORIENTED_EDGE('',*,*,#8438,.T.);
+#9543 = ORIENTED_EDGE('',*,*,#9544,.T.);
+#9544 = EDGE_CURVE('',#8431,#9184,#9545,.T.);
+#9545 = LINE('',#9546,#9547);
+#9546 = CARTESIAN_POINT('',(6.75,-3.4,0.));
+#9547 = VECTOR('',#9548,1.);
+#9548 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9549 = ORIENTED_EDGE('',*,*,#9183,.T.);
+#9550 = ORIENTED_EDGE('',*,*,#9529,.F.);
+#9551 = PLANE('',#9552);
+#9552 = AXIS2_PLACEMENT_3D('',#9553,#9554,#9555);
+#9553 = CARTESIAN_POINT('',(3.75,-0.525,0.));
+#9554 = DIRECTION('',(0.,0.,1.));
+#9555 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9556 = ADVANCED_FACE('',(#9557),#9584,.T.);
+#9557 = FACE_BOUND('',#9558,.T.);
+#9558 = EDGE_LOOP('',(#9559,#9560,#9568,#9576,#9582,#9583));
+#9559 = ORIENTED_EDGE('',*,*,#9191,.T.);
+#9560 = ORIENTED_EDGE('',*,*,#9561,.T.);
+#9561 = EDGE_CURVE('',#9192,#9562,#9564,.T.);
+#9562 = VERTEX_POINT('',#9563);
+#9563 = CARTESIAN_POINT('',(6.75,0.5,0.3));
+#9564 = LINE('',#9565,#9566);
+#9565 = CARTESIAN_POINT('',(6.75,2.35,1.));
+#9566 = VECTOR('',#9567,1.);
+#9567 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,-0.353892097416
+ ));
+#9568 = ORIENTED_EDGE('',*,*,#9569,.T.);
+#9569 = EDGE_CURVE('',#9562,#9570,#9572,.T.);
+#9570 = VERTEX_POINT('',#9571);
+#9571 = CARTESIAN_POINT('',(6.75,-0.5,0.3));
+#9572 = LINE('',#9573,#9574);
+#9573 = CARTESIAN_POINT('',(6.75,0.5,0.3));
+#9574 = VECTOR('',#9575,1.);
+#9575 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9576 = ORIENTED_EDGE('',*,*,#9577,.T.);
+#9577 = EDGE_CURVE('',#9570,#8423,#9578,.T.);
+#9578 = LINE('',#9579,#9580);
+#9579 = CARTESIAN_POINT('',(6.75,-0.5,0.3));
+#9580 = VECTOR('',#9581,1.);
+#9581 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9582 = ORIENTED_EDGE('',*,*,#8430,.T.);
+#9583 = ORIENTED_EDGE('',*,*,#9544,.T.);
+#9584 = PLANE('',#9585);
+#9585 = AXIS2_PLACEMENT_3D('',#9586,#9587,#9588);
+#9586 = CARTESIAN_POINT('',(6.75,-0.515451356496,0.330008245993));
+#9587 = DIRECTION('',(1.,-1.224646799147E-16,-1.256256073143E-32));
+#9588 = DIRECTION('',(-1.256256073143E-32,1.538469978883E-48,-1.));
+#9589 = ADVANCED_FACE('',(#9590),#9608,.F.);
+#9590 = FACE_BOUND('',#9591,.F.);
+#9591 = EDGE_LOOP('',(#9592,#9600,#9601,#9602));
+#9592 = ORIENTED_EDGE('',*,*,#9593,.T.);
+#9593 = EDGE_CURVE('',#9594,#9570,#9596,.T.);
+#9594 = VERTEX_POINT('',#9595);
+#9595 = CARTESIAN_POINT('',(8.25,-0.5,0.3));
+#9596 = LINE('',#9597,#9598);
+#9597 = CARTESIAN_POINT('',(8.25,-0.5,0.3));
+#9598 = VECTOR('',#9599,1.);
+#9599 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9600 = ORIENTED_EDGE('',*,*,#9577,.T.);
+#9601 = ORIENTED_EDGE('',*,*,#8422,.F.);
+#9602 = ORIENTED_EDGE('',*,*,#9603,.F.);
+#9603 = EDGE_CURVE('',#9594,#8415,#9604,.T.);
+#9604 = LINE('',#9605,#9606);
+#9605 = CARTESIAN_POINT('',(8.25,-0.5,0.3));
+#9606 = VECTOR('',#9607,1.);
+#9607 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9608 = PLANE('',#9609);
+#9609 = AXIS2_PLACEMENT_3D('',#9610,#9611,#9612);
+#9610 = CARTESIAN_POINT('',(8.25,-0.5,0.3));
+#9611 = DIRECTION('',(2.87351777816E-17,0.234640533104,0.972082208573));
+#9612 = DIRECTION('',(-1.190457365237E-16,-0.972082208573,0.234640533104
+ ));
+#9613 = ADVANCED_FACE('',(#9614),#9639,.F.);
+#9614 = FACE_BOUND('',#9615,.F.);
+#9615 = EDGE_LOOP('',(#9616,#9617,#9625,#9631,#9632,#9633));
+#9616 = ORIENTED_EDGE('',*,*,#9207,.T.);
+#9617 = ORIENTED_EDGE('',*,*,#9618,.T.);
+#9618 = EDGE_CURVE('',#9200,#9619,#9621,.T.);
+#9619 = VERTEX_POINT('',#9620);
+#9620 = CARTESIAN_POINT('',(8.25,0.5,0.3));
+#9621 = LINE('',#9622,#9623);
+#9622 = CARTESIAN_POINT('',(8.25,2.35,1.));
+#9623 = VECTOR('',#9624,1.);
+#9624 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,-0.353892097416
+ ));
+#9625 = ORIENTED_EDGE('',*,*,#9626,.T.);
+#9626 = EDGE_CURVE('',#9619,#9594,#9627,.T.);
+#9627 = LINE('',#9628,#9629);
+#9628 = CARTESIAN_POINT('',(8.25,0.5,0.3));
+#9629 = VECTOR('',#9630,1.);
+#9630 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9631 = ORIENTED_EDGE('',*,*,#9603,.T.);
+#9632 = ORIENTED_EDGE('',*,*,#8414,.T.);
+#9633 = ORIENTED_EDGE('',*,*,#9634,.T.);
+#9634 = EDGE_CURVE('',#8407,#8956,#9635,.T.);
+#9635 = LINE('',#9636,#9637);
+#9636 = CARTESIAN_POINT('',(8.25,-3.4,0.));
+#9637 = VECTOR('',#9638,1.);
+#9638 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9639 = PLANE('',#9640);
+#9640 = AXIS2_PLACEMENT_3D('',#9641,#9642,#9643);
+#9641 = CARTESIAN_POINT('',(8.25,-0.515451356496,0.330008245993));
+#9642 = DIRECTION('',(1.,-1.224646799147E-16,-1.256256073143E-32));
+#9643 = DIRECTION('',(-1.256256073143E-32,1.538469978883E-48,-1.));
+#9644 = ADVANCED_FACE('',(#9645),#9651,.F.);
+#9645 = FACE_BOUND('',#9646,.F.);
+#9646 = EDGE_LOOP('',(#9647,#9648,#9649,#9650));
+#9647 = ORIENTED_EDGE('',*,*,#8564,.T.);
+#9648 = ORIENTED_EDGE('',*,*,#8955,.T.);
+#9649 = ORIENTED_EDGE('',*,*,#9634,.F.);
+#9650 = ORIENTED_EDGE('',*,*,#8406,.T.);
+#9651 = PLANE('',#9652);
+#9652 = AXIS2_PLACEMENT_3D('',#9653,#9654,#9655);
+#9653 = CARTESIAN_POINT('',(3.75,-0.525,0.));
+#9654 = DIRECTION('',(0.,0.,1.));
+#9655 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9656 = ADVANCED_FACE('',(#9657),#9684,.F.);
+#9657 = FACE_BOUND('',#9658,.F.);
+#9658 = EDGE_LOOP('',(#9659,#9660,#9661,#9662,#9668,#9669,#9678));
+#9659 = ORIENTED_EDGE('',*,*,#8639,.T.);
+#9660 = ORIENTED_EDGE('',*,*,#8550,.F.);
+#9661 = ORIENTED_EDGE('',*,*,#9230,.T.);
+#9662 = ORIENTED_EDGE('',*,*,#9663,.T.);
+#9663 = EDGE_CURVE('',#9223,#8902,#9664,.T.);
+#9664 = LINE('',#9665,#9666);
+#9665 = CARTESIAN_POINT('',(9.1,-2.65,1.85));
+#9666 = VECTOR('',#9667,1.);
+#9667 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9668 = ORIENTED_EDGE('',*,*,#8909,.F.);
+#9669 = ORIENTED_EDGE('',*,*,#9670,.F.);
+#9670 = EDGE_CURVE('',#9671,#8910,#9673,.T.);
+#9671 = VERTEX_POINT('',#9672);
+#9672 = CARTESIAN_POINT('',(9.1,1.,3.65));
+#9673 = CIRCLE('',#9674,0.5);
+#9674 = AXIS2_PLACEMENT_3D('',#9675,#9676,#9677);
+#9675 = CARTESIAN_POINT('',(9.1,1.,4.15));
+#9676 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#9677 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9678 = ORIENTED_EDGE('',*,*,#9679,.T.);
+#9679 = EDGE_CURVE('',#9671,#8632,#9680,.T.);
+#9680 = LINE('',#9681,#9682);
+#9681 = CARTESIAN_POINT('',(9.1,-0.825,3.65));
+#9682 = VECTOR('',#9683,1.);
+#9683 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9684 = PLANE('',#9685);
+#9685 = AXIS2_PLACEMENT_3D('',#9686,#9687,#9688);
+#9686 = CARTESIAN_POINT('',(9.1,-2.65,7.));
+#9687 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#9688 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9689 = ADVANCED_FACE('',(#9690),#9701,.T.);
+#9690 = FACE_BOUND('',#9691,.T.);
+#9691 = EDGE_LOOP('',(#9692,#9693,#9694,#9695));
+#9692 = ORIENTED_EDGE('',*,*,#8762,.F.);
+#9693 = ORIENTED_EDGE('',*,*,#8607,.T.);
+#9694 = ORIENTED_EDGE('',*,*,#8964,.T.);
+#9695 = ORIENTED_EDGE('',*,*,#9696,.T.);
+#9696 = EDGE_CURVE('',#8965,#8763,#9697,.T.);
+#9697 = LINE('',#9698,#9699);
+#9698 = CARTESIAN_POINT('',(8.,2.35,7.));
+#9699 = VECTOR('',#9700,1.);
+#9700 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9701 = PLANE('',#9702);
+#9702 = AXIS2_PLACEMENT_3D('',#9703,#9704,#9705);
+#9703 = CARTESIAN_POINT('',(3.75,-0.525,7.));
+#9704 = DIRECTION('',(0.,0.,1.));
+#9705 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9706 = ADVANCED_FACE('',(#9707),#9718,.F.);
+#9707 = FACE_BOUND('',#9708,.F.);
+#9708 = EDGE_LOOP('',(#9709,#9715,#9716,#9717));
+#9709 = ORIENTED_EDGE('',*,*,#9710,.T.);
+#9710 = EDGE_CURVE('',#8583,#9671,#9711,.T.);
+#9711 = LINE('',#9712,#9713);
+#9712 = CARTESIAN_POINT('',(9.95,1.,3.65));
+#9713 = VECTOR('',#9714,1.);
+#9714 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9715 = ORIENTED_EDGE('',*,*,#9670,.T.);
+#9716 = ORIENTED_EDGE('',*,*,#8917,.F.);
+#9717 = ORIENTED_EDGE('',*,*,#8590,.T.);
+#9718 = CYLINDRICAL_SURFACE('',#9719,0.5);
+#9719 = AXIS2_PLACEMENT_3D('',#9720,#9721,#9722);
+#9720 = CARTESIAN_POINT('',(9.95,1.,4.15));
+#9721 = DIRECTION('',(1.,-1.224646799147E-16,-0.));
+#9722 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#9723 = ADVANCED_FACE('',(#9724),#9730,.T.);
+#9724 = FACE_BOUND('',#9725,.T.);
+#9725 = EDGE_LOOP('',(#9726,#9727,#9728,#9729));
+#9726 = ORIENTED_EDGE('',*,*,#8582,.F.);
+#9727 = ORIENTED_EDGE('',*,*,#9710,.T.);
+#9728 = ORIENTED_EDGE('',*,*,#9679,.T.);
+#9729 = ORIENTED_EDGE('',*,*,#8631,.F.);
+#9730 = PLANE('',#9731);
+#9731 = AXIS2_PLACEMENT_3D('',#9732,#9733,#9734);
+#9732 = CARTESIAN_POINT('',(9.95,1.,3.65));
+#9733 = DIRECTION('',(0.,0.,1.));
+#9734 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9735 = ADVANCED_FACE('',(#9736,#9742,#9776,#9810,#9844),#9878,.T.);
+#9736 = FACE_BOUND('',#9737,.T.);
+#9737 = EDGE_LOOP('',(#9738,#9739,#9740,#9741));
+#9738 = ORIENTED_EDGE('',*,*,#8901,.T.);
+#9739 = ORIENTED_EDGE('',*,*,#8680,.T.);
+#9740 = ORIENTED_EDGE('',*,*,#9222,.T.);
+#9741 = ORIENTED_EDGE('',*,*,#9663,.T.);
+#9742 = FACE_BOUND('',#9743,.T.);
+#9743 = EDGE_LOOP('',(#9744,#9754,#9762,#9770));
+#9744 = ORIENTED_EDGE('',*,*,#9745,.F.);
+#9745 = EDGE_CURVE('',#9746,#9748,#9750,.T.);
+#9746 = VERTEX_POINT('',#9747);
+#9747 = CARTESIAN_POINT('',(-0.32,0.32,1.85));
+#9748 = VERTEX_POINT('',#9749);
+#9749 = CARTESIAN_POINT('',(-0.32,-0.32,1.85));
+#9750 = LINE('',#9751,#9752);
+#9751 = CARTESIAN_POINT('',(-0.32,-0.26920299558,1.85));
+#9752 = VECTOR('',#9753,1.);
+#9753 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9754 = ORIENTED_EDGE('',*,*,#9755,.T.);
+#9755 = EDGE_CURVE('',#9746,#9756,#9758,.T.);
+#9756 = VERTEX_POINT('',#9757);
+#9757 = CARTESIAN_POINT('',(0.32,0.32,1.85));
+#9758 = LINE('',#9759,#9760);
+#9759 = CARTESIAN_POINT('',(2.035,0.32,1.85));
+#9760 = VECTOR('',#9761,1.);
+#9761 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#9762 = ORIENTED_EDGE('',*,*,#9763,.T.);
+#9763 = EDGE_CURVE('',#9756,#9764,#9766,.T.);
+#9764 = VERTEX_POINT('',#9765);
+#9765 = CARTESIAN_POINT('',(0.32,-0.32,1.85));
+#9766 = LINE('',#9767,#9768);
+#9767 = CARTESIAN_POINT('',(0.32,-0.26920299558,1.85));
+#9768 = VECTOR('',#9769,1.);
+#9769 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9770 = ORIENTED_EDGE('',*,*,#9771,.T.);
+#9771 = EDGE_CURVE('',#9764,#9748,#9772,.T.);
+#9772 = LINE('',#9773,#9774);
+#9773 = CARTESIAN_POINT('',(2.035,-0.32,1.85));
+#9774 = VECTOR('',#9775,1.);
+#9775 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9776 = FACE_BOUND('',#9777,.T.);
+#9777 = EDGE_LOOP('',(#9778,#9788,#9796,#9804));
+#9778 = ORIENTED_EDGE('',*,*,#9779,.T.);
+#9779 = EDGE_CURVE('',#9780,#9782,#9784,.T.);
+#9780 = VERTEX_POINT('',#9781);
+#9781 = CARTESIAN_POINT('',(2.82,0.32,1.85));
+#9782 = VERTEX_POINT('',#9783);
+#9783 = CARTESIAN_POINT('',(2.82,-0.32,1.85));
+#9784 = LINE('',#9785,#9786);
+#9785 = CARTESIAN_POINT('',(2.82,-0.2875,1.85));
+#9786 = VECTOR('',#9787,1.);
+#9787 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9788 = ORIENTED_EDGE('',*,*,#9789,.T.);
+#9789 = EDGE_CURVE('',#9782,#9790,#9792,.T.);
+#9790 = VERTEX_POINT('',#9791);
+#9791 = CARTESIAN_POINT('',(2.18,-0.32,1.85));
+#9792 = LINE('',#9793,#9794);
+#9793 = CARTESIAN_POINT('',(3.285,-0.32,1.85));
+#9794 = VECTOR('',#9795,1.);
+#9795 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9796 = ORIENTED_EDGE('',*,*,#9797,.F.);
+#9797 = EDGE_CURVE('',#9798,#9790,#9800,.T.);
+#9798 = VERTEX_POINT('',#9799);
+#9799 = CARTESIAN_POINT('',(2.18,0.32,1.85));
+#9800 = LINE('',#9801,#9802);
+#9801 = CARTESIAN_POINT('',(2.18,-0.2875,1.85));
+#9802 = VECTOR('',#9803,1.);
+#9803 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9804 = ORIENTED_EDGE('',*,*,#9805,.T.);
+#9805 = EDGE_CURVE('',#9798,#9780,#9806,.T.);
+#9806 = LINE('',#9807,#9808);
+#9807 = CARTESIAN_POINT('',(3.285,0.32,1.85));
+#9808 = VECTOR('',#9809,1.);
+#9809 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#9810 = FACE_BOUND('',#9811,.T.);
+#9811 = EDGE_LOOP('',(#9812,#9822,#9830,#9838));
+#9812 = ORIENTED_EDGE('',*,*,#9813,.F.);
+#9813 = EDGE_CURVE('',#9814,#9816,#9818,.T.);
+#9814 = VERTEX_POINT('',#9815);
+#9815 = CARTESIAN_POINT('',(4.68,0.32,1.85));
+#9816 = VERTEX_POINT('',#9817);
+#9817 = CARTESIAN_POINT('',(4.68,-0.32,1.85));
+#9818 = LINE('',#9819,#9820);
+#9819 = CARTESIAN_POINT('',(4.68,-0.2875,1.85));
+#9820 = VECTOR('',#9821,1.);
+#9821 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9822 = ORIENTED_EDGE('',*,*,#9823,.T.);
+#9823 = EDGE_CURVE('',#9814,#9824,#9826,.T.);
+#9824 = VERTEX_POINT('',#9825);
+#9825 = CARTESIAN_POINT('',(5.32,0.32,1.85));
+#9826 = LINE('',#9827,#9828);
+#9827 = CARTESIAN_POINT('',(4.535,0.32,1.85));
+#9828 = VECTOR('',#9829,1.);
+#9829 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#9830 = ORIENTED_EDGE('',*,*,#9831,.T.);
+#9831 = EDGE_CURVE('',#9824,#9832,#9834,.T.);
+#9832 = VERTEX_POINT('',#9833);
+#9833 = CARTESIAN_POINT('',(5.32,-0.32,1.85));
+#9834 = LINE('',#9835,#9836);
+#9835 = CARTESIAN_POINT('',(5.32,-0.2875,1.85));
+#9836 = VECTOR('',#9837,1.);
+#9837 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9838 = ORIENTED_EDGE('',*,*,#9839,.T.);
+#9839 = EDGE_CURVE('',#9832,#9816,#9840,.T.);
+#9840 = LINE('',#9841,#9842);
+#9841 = CARTESIAN_POINT('',(4.535,-0.32,1.85));
+#9842 = VECTOR('',#9843,1.);
+#9843 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9844 = FACE_BOUND('',#9845,.T.);
+#9845 = EDGE_LOOP('',(#9846,#9856,#9864,#9872));
+#9846 = ORIENTED_EDGE('',*,*,#9847,.T.);
+#9847 = EDGE_CURVE('',#9848,#9850,#9852,.T.);
+#9848 = VERTEX_POINT('',#9849);
+#9849 = CARTESIAN_POINT('',(7.18,0.32,1.85));
+#9850 = VERTEX_POINT('',#9851);
+#9851 = CARTESIAN_POINT('',(7.82,0.32,1.85));
+#9852 = LINE('',#9853,#9854);
+#9853 = CARTESIAN_POINT('',(5.785,0.32,1.85));
+#9854 = VECTOR('',#9855,1.);
+#9855 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#9856 = ORIENTED_EDGE('',*,*,#9857,.T.);
+#9857 = EDGE_CURVE('',#9850,#9858,#9860,.T.);
+#9858 = VERTEX_POINT('',#9859);
+#9859 = CARTESIAN_POINT('',(7.82,-0.32,1.85));
+#9860 = LINE('',#9861,#9862);
+#9861 = CARTESIAN_POINT('',(7.82,-0.26920299558,1.85));
+#9862 = VECTOR('',#9863,1.);
+#9863 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9864 = ORIENTED_EDGE('',*,*,#9865,.T.);
+#9865 = EDGE_CURVE('',#9858,#9866,#9868,.T.);
+#9866 = VERTEX_POINT('',#9867);
+#9867 = CARTESIAN_POINT('',(7.18,-0.32,1.85));
+#9868 = LINE('',#9869,#9870);
+#9869 = CARTESIAN_POINT('',(5.785,-0.32,1.85));
+#9870 = VECTOR('',#9871,1.);
+#9871 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9872 = ORIENTED_EDGE('',*,*,#9873,.F.);
+#9873 = EDGE_CURVE('',#9848,#9866,#9874,.T.);
+#9874 = LINE('',#9875,#9876);
+#9875 = CARTESIAN_POINT('',(7.18,-0.26920299558,1.85));
+#9876 = VECTOR('',#9877,1.);
+#9877 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9878 = PLANE('',#9879);
+#9879 = AXIS2_PLACEMENT_3D('',#9880,#9881,#9882);
+#9880 = CARTESIAN_POINT('',(3.75,-0.575,1.85));
+#9881 = DIRECTION('',(0.,0.,1.));
+#9882 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9883 = ADVANCED_FACE('',(#9884),#9895,.F.);
+#9884 = FACE_BOUND('',#9885,.F.);
+#9885 = EDGE_LOOP('',(#9886,#9887,#9893,#9894));
+#9886 = ORIENTED_EDGE('',*,*,#9086,.F.);
+#9887 = ORIENTED_EDGE('',*,*,#9888,.T.);
+#9888 = EDGE_CURVE('',#9079,#8877,#9889,.T.);
+#9889 = LINE('',#9890,#9891);
+#9890 = CARTESIAN_POINT('',(-0.5,2.35,6.1));
+#9891 = VECTOR('',#9892,1.);
+#9892 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9893 = ORIENTED_EDGE('',*,*,#8884,.F.);
+#9894 = ORIENTED_EDGE('',*,*,#8932,.F.);
+#9895 = PLANE('',#9896);
+#9896 = AXIS2_PLACEMENT_3D('',#9897,#9898,#9899);
+#9897 = CARTESIAN_POINT('',(-0.5,2.35,6.1));
+#9898 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9899 = DIRECTION('',(0.,0.,1.));
+#9900 = ADVANCED_FACE('',(#9901),#9912,.F.);
+#9901 = FACE_BOUND('',#9902,.F.);
+#9902 = EDGE_LOOP('',(#9903,#9904,#9910,#9911));
+#9903 = ORIENTED_EDGE('',*,*,#9078,.F.);
+#9904 = ORIENTED_EDGE('',*,*,#9905,.T.);
+#9905 = EDGE_CURVE('',#9071,#8869,#9906,.T.);
+#9906 = LINE('',#9907,#9908);
+#9907 = CARTESIAN_POINT('',(-0.25,2.35,5.85));
+#9908 = VECTOR('',#9909,1.);
+#9909 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9910 = ORIENTED_EDGE('',*,*,#8876,.F.);
+#9911 = ORIENTED_EDGE('',*,*,#9888,.F.);
+#9912 = PLANE('',#9913);
+#9913 = AXIS2_PLACEMENT_3D('',#9914,#9915,#9916);
+#9914 = CARTESIAN_POINT('',(-0.25,2.35,5.85));
+#9915 = DIRECTION('',(-0.707106781187,8.659560562349E-17,-0.707106781187
+ ));
+#9916 = DIRECTION('',(-0.707106781187,8.659560562349E-17,0.707106781187)
+ );
+#9917 = ADVANCED_FACE('',(#9918),#9929,.F.);
+#9918 = FACE_BOUND('',#9919,.F.);
+#9919 = EDGE_LOOP('',(#9920,#9921,#9927,#9928));
+#9920 = ORIENTED_EDGE('',*,*,#9070,.F.);
+#9921 = ORIENTED_EDGE('',*,*,#9922,.T.);
+#9922 = EDGE_CURVE('',#9063,#8861,#9923,.T.);
+#9923 = LINE('',#9924,#9925);
+#9924 = CARTESIAN_POINT('',(-0.5,2.35,5.6));
+#9925 = VECTOR('',#9926,1.);
+#9926 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9927 = ORIENTED_EDGE('',*,*,#8868,.F.);
+#9928 = ORIENTED_EDGE('',*,*,#9905,.F.);
+#9929 = PLANE('',#9930);
+#9930 = AXIS2_PLACEMENT_3D('',#9931,#9932,#9933);
+#9931 = CARTESIAN_POINT('',(-0.5,2.35,5.6));
+#9932 = DIRECTION('',(-0.707106781187,8.659560562349E-17,0.707106781187)
+ );
+#9933 = DIRECTION('',(0.707106781187,-8.659560562349E-17,0.707106781187)
+ );
+#9934 = ADVANCED_FACE('',(#9935),#9946,.F.);
+#9935 = FACE_BOUND('',#9936,.F.);
+#9936 = EDGE_LOOP('',(#9937,#9938,#9944,#9945));
+#9937 = ORIENTED_EDGE('',*,*,#9062,.F.);
+#9938 = ORIENTED_EDGE('',*,*,#9939,.T.);
+#9939 = EDGE_CURVE('',#9054,#8852,#9940,.T.);
+#9940 = LINE('',#9941,#9942);
+#9941 = CARTESIAN_POINT('',(-0.5,2.35,3.85));
+#9942 = VECTOR('',#9943,1.);
+#9943 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9944 = ORIENTED_EDGE('',*,*,#8860,.F.);
+#9945 = ORIENTED_EDGE('',*,*,#9922,.F.);
+#9946 = PLANE('',#9947);
+#9947 = AXIS2_PLACEMENT_3D('',#9948,#9949,#9950);
+#9948 = CARTESIAN_POINT('',(-0.5,2.35,3.1));
+#9949 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9950 = DIRECTION('',(0.,0.,1.));
+#9951 = ADVANCED_FACE('',(#9952),#9963,.F.);
+#9952 = FACE_BOUND('',#9953,.F.);
+#9953 = EDGE_LOOP('',(#9954,#9955,#9956,#9957));
+#9954 = ORIENTED_EDGE('',*,*,#8851,.F.);
+#9955 = ORIENTED_EDGE('',*,*,#9939,.F.);
+#9956 = ORIENTED_EDGE('',*,*,#9053,.F.);
+#9957 = ORIENTED_EDGE('',*,*,#9958,.T.);
+#9958 = EDGE_CURVE('',#9046,#8844,#9959,.T.);
+#9959 = LINE('',#9960,#9961);
+#9960 = CARTESIAN_POINT('',(0.25,2.35,3.1));
+#9961 = VECTOR('',#9962,1.);
+#9962 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9963 = CYLINDRICAL_SURFACE('',#9964,0.75);
+#9964 = AXIS2_PLACEMENT_3D('',#9965,#9966,#9967);
+#9965 = CARTESIAN_POINT('',(0.25,2.35,3.85));
+#9966 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9967 = DIRECTION('',(-0.,0.,-1.));
+#9968 = ADVANCED_FACE('',(#9969),#9980,.F.);
+#9969 = FACE_BOUND('',#9970,.F.);
+#9970 = EDGE_LOOP('',(#9971,#9972,#9973,#9979));
+#9971 = ORIENTED_EDGE('',*,*,#9958,.F.);
+#9972 = ORIENTED_EDGE('',*,*,#9045,.F.);
+#9973 = ORIENTED_EDGE('',*,*,#9974,.T.);
+#9974 = EDGE_CURVE('',#9038,#8836,#9975,.T.);
+#9975 = LINE('',#9976,#9977);
+#9976 = CARTESIAN_POINT('',(1.,2.35,3.1));
+#9977 = VECTOR('',#9978,1.);
+#9978 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9979 = ORIENTED_EDGE('',*,*,#8843,.F.);
+#9980 = PLANE('',#9981);
+#9981 = AXIS2_PLACEMENT_3D('',#9982,#9983,#9984);
+#9982 = CARTESIAN_POINT('',(1.,2.35,3.1));
+#9983 = DIRECTION('',(-0.,0.,-1.));
+#9984 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#9985 = ADVANCED_FACE('',(#9986),#9997,.F.);
+#9986 = FACE_BOUND('',#9987,.F.);
+#9987 = EDGE_LOOP('',(#9988,#9989,#9995,#9996));
+#9988 = ORIENTED_EDGE('',*,*,#9037,.F.);
+#9989 = ORIENTED_EDGE('',*,*,#9990,.T.);
+#9990 = EDGE_CURVE('',#9030,#8828,#9991,.T.);
+#9991 = LINE('',#9992,#9993);
+#9992 = CARTESIAN_POINT('',(1.,2.35,7.));
+#9993 = VECTOR('',#9994,1.);
+#9994 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#9995 = ORIENTED_EDGE('',*,*,#8835,.F.);
+#9996 = ORIENTED_EDGE('',*,*,#9974,.F.);
+#9997 = PLANE('',#9998);
+#9998 = AXIS2_PLACEMENT_3D('',#9999,#10000,#10001);
+#9999 = CARTESIAN_POINT('',(1.,2.35,7.));
+#10000 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#10001 = DIRECTION('',(0.,-0.,-1.));
+#10002 = ADVANCED_FACE('',(#10003),#10014,.T.);
+#10003 = FACE_BOUND('',#10004,.T.);
+#10004 = EDGE_LOOP('',(#10005,#10006,#10012,#10013));
+#10005 = ORIENTED_EDGE('',*,*,#8827,.F.);
+#10006 = ORIENTED_EDGE('',*,*,#10007,.F.);
+#10007 = EDGE_CURVE('',#9022,#8820,#10008,.T.);
+#10008 = LINE('',#10009,#10010);
+#10009 = CARTESIAN_POINT('',(6.5,2.35,7.));
+#10010 = VECTOR('',#10011,1.);
+#10011 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10012 = ORIENTED_EDGE('',*,*,#9029,.T.);
+#10013 = ORIENTED_EDGE('',*,*,#9990,.T.);
+#10014 = PLANE('',#10015);
+#10015 = AXIS2_PLACEMENT_3D('',#10016,#10017,#10018);
+#10016 = CARTESIAN_POINT('',(3.75,-0.525,7.));
+#10017 = DIRECTION('',(0.,0.,1.));
+#10018 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10019 = ADVANCED_FACE('',(#10020),#10031,.T.);
+#10020 = FACE_BOUND('',#10021,.T.);
+#10021 = EDGE_LOOP('',(#10022,#10023,#10024,#10025));
+#10022 = ORIENTED_EDGE('',*,*,#9021,.F.);
+#10023 = ORIENTED_EDGE('',*,*,#10007,.T.);
+#10024 = ORIENTED_EDGE('',*,*,#8819,.F.);
+#10025 = ORIENTED_EDGE('',*,*,#10026,.F.);
+#10026 = EDGE_CURVE('',#9014,#8812,#10027,.T.);
+#10027 = LINE('',#10028,#10029);
+#10028 = CARTESIAN_POINT('',(6.5,2.35,3.1));
+#10029 = VECTOR('',#10030,1.);
+#10030 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10031 = PLANE('',#10032);
+#10032 = AXIS2_PLACEMENT_3D('',#10033,#10034,#10035);
+#10033 = CARTESIAN_POINT('',(6.5,2.35,7.));
+#10034 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#10035 = DIRECTION('',(0.,-0.,-1.));
+#10036 = ADVANCED_FACE('',(#10037),#10048,.T.);
+#10037 = FACE_BOUND('',#10038,.T.);
+#10038 = EDGE_LOOP('',(#10039,#10045,#10046,#10047));
+#10039 = ORIENTED_EDGE('',*,*,#10040,.F.);
+#10040 = EDGE_CURVE('',#9005,#8803,#10041,.T.);
+#10041 = LINE('',#10042,#10043);
+#10042 = CARTESIAN_POINT('',(7.25,2.35,3.1));
+#10043 = VECTOR('',#10044,1.);
+#10044 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10045 = ORIENTED_EDGE('',*,*,#9013,.F.);
+#10046 = ORIENTED_EDGE('',*,*,#10026,.T.);
+#10047 = ORIENTED_EDGE('',*,*,#8811,.F.);
+#10048 = PLANE('',#10049);
+#10049 = AXIS2_PLACEMENT_3D('',#10050,#10051,#10052);
+#10050 = CARTESIAN_POINT('',(6.5,2.35,3.1));
+#10051 = DIRECTION('',(0.,0.,1.));
+#10052 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#10053 = ADVANCED_FACE('',(#10054),#10065,.F.);
+#10054 = FACE_BOUND('',#10055,.F.);
+#10055 = EDGE_LOOP('',(#10056,#10057,#10058,#10064));
+#10056 = ORIENTED_EDGE('',*,*,#10040,.F.);
+#10057 = ORIENTED_EDGE('',*,*,#9004,.T.);
+#10058 = ORIENTED_EDGE('',*,*,#10059,.T.);
+#10059 = EDGE_CURVE('',#8997,#8795,#10060,.T.);
+#10060 = LINE('',#10061,#10062);
+#10061 = CARTESIAN_POINT('',(8.,2.35,3.85));
+#10062 = VECTOR('',#10063,1.);
+#10063 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10064 = ORIENTED_EDGE('',*,*,#8802,.F.);
+#10065 = CYLINDRICAL_SURFACE('',#10066,0.75);
+#10066 = AXIS2_PLACEMENT_3D('',#10067,#10068,#10069);
+#10067 = CARTESIAN_POINT('',(7.25,2.35,3.85));
+#10068 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10069 = DIRECTION('',(0.,-0.,-1.));
+#10070 = ADVANCED_FACE('',(#10071),#10082,.T.);
+#10071 = FACE_BOUND('',#10072,.T.);
+#10072 = EDGE_LOOP('',(#10073,#10074,#10075,#10076));
+#10073 = ORIENTED_EDGE('',*,*,#8996,.F.);
+#10074 = ORIENTED_EDGE('',*,*,#10059,.T.);
+#10075 = ORIENTED_EDGE('',*,*,#8794,.F.);
+#10076 = ORIENTED_EDGE('',*,*,#10077,.F.);
+#10077 = EDGE_CURVE('',#8989,#8787,#10078,.T.);
+#10078 = LINE('',#10079,#10080);
+#10079 = CARTESIAN_POINT('',(8.,2.35,5.6));
+#10080 = VECTOR('',#10081,1.);
+#10081 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10082 = PLANE('',#10083);
+#10083 = AXIS2_PLACEMENT_3D('',#10084,#10085,#10086);
+#10084 = CARTESIAN_POINT('',(8.,2.35,3.1));
+#10085 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10086 = DIRECTION('',(0.,0.,1.));
+#10087 = ADVANCED_FACE('',(#10088),#10099,.T.);
+#10088 = FACE_BOUND('',#10089,.T.);
+#10089 = EDGE_LOOP('',(#10090,#10091,#10092,#10093));
+#10090 = ORIENTED_EDGE('',*,*,#8988,.F.);
+#10091 = ORIENTED_EDGE('',*,*,#10077,.T.);
+#10092 = ORIENTED_EDGE('',*,*,#8786,.F.);
+#10093 = ORIENTED_EDGE('',*,*,#10094,.F.);
+#10094 = EDGE_CURVE('',#8981,#8779,#10095,.T.);
+#10095 = LINE('',#10096,#10097);
+#10096 = CARTESIAN_POINT('',(7.75,2.35,5.85));
+#10097 = VECTOR('',#10098,1.);
+#10098 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10099 = PLANE('',#10100);
+#10100 = AXIS2_PLACEMENT_3D('',#10101,#10102,#10103);
+#10101 = CARTESIAN_POINT('',(8.,2.35,5.6));
+#10102 = DIRECTION('',(-0.707106781187,8.659560562349E-17,
+ -0.707106781187));
+#10103 = DIRECTION('',(-0.707106781187,8.659560562349E-17,0.707106781187
+ ));
+#10104 = ADVANCED_FACE('',(#10105),#10116,.T.);
+#10105 = FACE_BOUND('',#10106,.T.);
+#10106 = EDGE_LOOP('',(#10107,#10108,#10109,#10110));
+#10107 = ORIENTED_EDGE('',*,*,#8980,.F.);
+#10108 = ORIENTED_EDGE('',*,*,#10094,.T.);
+#10109 = ORIENTED_EDGE('',*,*,#8778,.F.);
+#10110 = ORIENTED_EDGE('',*,*,#10111,.F.);
+#10111 = EDGE_CURVE('',#8973,#8771,#10112,.T.);
+#10112 = LINE('',#10113,#10114);
+#10113 = CARTESIAN_POINT('',(8.,2.35,6.1));
+#10114 = VECTOR('',#10115,1.);
+#10115 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10116 = PLANE('',#10117);
+#10117 = AXIS2_PLACEMENT_3D('',#10118,#10119,#10120);
+#10118 = CARTESIAN_POINT('',(7.75,2.35,5.85));
+#10119 = DIRECTION('',(-0.707106781187,8.659560562349E-17,0.707106781187
+ ));
+#10120 = DIRECTION('',(0.707106781187,-8.659560562349E-17,0.707106781187
+ ));
+#10121 = ADVANCED_FACE('',(#10122),#10128,.T.);
+#10122 = FACE_BOUND('',#10123,.T.);
+#10123 = EDGE_LOOP('',(#10124,#10125,#10126,#10127));
+#10124 = ORIENTED_EDGE('',*,*,#8972,.F.);
+#10125 = ORIENTED_EDGE('',*,*,#10111,.T.);
+#10126 = ORIENTED_EDGE('',*,*,#8770,.F.);
+#10127 = ORIENTED_EDGE('',*,*,#9696,.F.);
+#10128 = PLANE('',#10129);
+#10129 = AXIS2_PLACEMENT_3D('',#10130,#10131,#10132);
+#10130 = CARTESIAN_POINT('',(8.,2.35,6.1));
+#10131 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10132 = DIRECTION('',(0.,0.,1.));
+#10133 = ADVANCED_FACE('',(#10134),#10145,.F.);
+#10134 = FACE_BOUND('',#10135,.F.);
+#10135 = EDGE_LOOP('',(#10136,#10137,#10138,#10144));
+#10136 = ORIENTED_EDGE('',*,*,#9199,.T.);
+#10137 = ORIENTED_EDGE('',*,*,#9561,.T.);
+#10138 = ORIENTED_EDGE('',*,*,#10139,.F.);
+#10139 = EDGE_CURVE('',#9619,#9562,#10140,.T.);
+#10140 = LINE('',#10141,#10142);
+#10141 = CARTESIAN_POINT('',(8.25,0.5,0.3));
+#10142 = VECTOR('',#10143,1.);
+#10143 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10144 = ORIENTED_EDGE('',*,*,#9618,.F.);
+#10145 = PLANE('',#10146);
+#10146 = AXIS2_PLACEMENT_3D('',#10147,#10148,#10149);
+#10147 = CARTESIAN_POINT('',(8.25,2.35,1.));
+#10148 = DIRECTION('',(-4.33392824344E-17,-0.353892097416,0.935286257456
+ ));
+#10149 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,
+ -0.353892097416));
+#10150 = ADVANCED_FACE('',(#10151),#10162,.F.);
+#10151 = FACE_BOUND('',#10152,.F.);
+#10152 = EDGE_LOOP('',(#10153,#10154,#10155,#10161));
+#10153 = ORIENTED_EDGE('',*,*,#9167,.T.);
+#10154 = ORIENTED_EDGE('',*,*,#9456,.T.);
+#10155 = ORIENTED_EDGE('',*,*,#10156,.F.);
+#10156 = EDGE_CURVE('',#9514,#9457,#10157,.T.);
+#10157 = LINE('',#10158,#10159);
+#10158 = CARTESIAN_POINT('',(5.75,0.5,0.3));
+#10159 = VECTOR('',#10160,1.);
+#10160 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10161 = ORIENTED_EDGE('',*,*,#9513,.F.);
+#10162 = PLANE('',#10163);
+#10163 = AXIS2_PLACEMENT_3D('',#10164,#10165,#10166);
+#10164 = CARTESIAN_POINT('',(5.75,2.35,1.));
+#10165 = DIRECTION('',(-4.33392824344E-17,-0.353892097416,0.935286257456
+ ));
+#10166 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,
+ -0.353892097416));
+#10167 = ADVANCED_FACE('',(#10168),#10179,.F.);
+#10168 = FACE_BOUND('',#10169,.F.);
+#10169 = EDGE_LOOP('',(#10170,#10171,#10172,#10178));
+#10170 = ORIENTED_EDGE('',*,*,#9135,.T.);
+#10171 = ORIENTED_EDGE('',*,*,#9351,.T.);
+#10172 = ORIENTED_EDGE('',*,*,#10173,.F.);
+#10173 = EDGE_CURVE('',#9409,#9352,#10174,.T.);
+#10174 = LINE('',#10175,#10176);
+#10175 = CARTESIAN_POINT('',(3.25,0.5,0.3));
+#10176 = VECTOR('',#10177,1.);
+#10177 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10178 = ORIENTED_EDGE('',*,*,#9408,.F.);
+#10179 = PLANE('',#10180);
+#10180 = AXIS2_PLACEMENT_3D('',#10181,#10182,#10183);
+#10181 = CARTESIAN_POINT('',(3.25,2.35,1.));
+#10182 = DIRECTION('',(-4.33392824344E-17,-0.353892097416,0.935286257456
+ ));
+#10183 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,
+ -0.353892097416));
+#10184 = ADVANCED_FACE('',(#10185),#10196,.F.);
+#10185 = FACE_BOUND('',#10186,.F.);
+#10186 = EDGE_LOOP('',(#10187,#10188,#10189,#10195));
+#10187 = ORIENTED_EDGE('',*,*,#9103,.T.);
+#10188 = ORIENTED_EDGE('',*,*,#9246,.T.);
+#10189 = ORIENTED_EDGE('',*,*,#10190,.F.);
+#10190 = EDGE_CURVE('',#9304,#9247,#10191,.T.);
+#10191 = LINE('',#10192,#10193);
+#10192 = CARTESIAN_POINT('',(0.75,0.5,0.3));
+#10193 = VECTOR('',#10194,1.);
+#10194 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10195 = ORIENTED_EDGE('',*,*,#9303,.F.);
+#10196 = PLANE('',#10197);
+#10197 = AXIS2_PLACEMENT_3D('',#10198,#10199,#10200);
+#10198 = CARTESIAN_POINT('',(0.75,2.35,1.));
+#10199 = DIRECTION('',(-4.33392824344E-17,-0.353892097416,0.935286257456
+ ));
+#10200 = DIRECTION('',(-1.14539532148E-16,-0.935286257456,
+ -0.353892097416));
+#10201 = ADVANCED_FACE('',(#10202,#10208),#10242,.F.);
+#10202 = FACE_BOUND('',#10203,.F.);
+#10203 = EDGE_LOOP('',(#10204,#10205,#10206,#10207));
+#10204 = ORIENTED_EDGE('',*,*,#10190,.T.);
+#10205 = ORIENTED_EDGE('',*,*,#9254,.T.);
+#10206 = ORIENTED_EDGE('',*,*,#9278,.F.);
+#10207 = ORIENTED_EDGE('',*,*,#9311,.F.);
+#10208 = FACE_BOUND('',#10209,.F.);
+#10209 = EDGE_LOOP('',(#10210,#10220,#10228,#10236));
+#10210 = ORIENTED_EDGE('',*,*,#10211,.F.);
+#10211 = EDGE_CURVE('',#10212,#10214,#10216,.T.);
+#10212 = VERTEX_POINT('',#10213);
+#10213 = CARTESIAN_POINT('',(-0.32,0.32,0.3));
+#10214 = VERTEX_POINT('',#10215);
+#10215 = CARTESIAN_POINT('',(-0.32,-0.32,0.3));
+#10216 = LINE('',#10217,#10218);
+#10217 = CARTESIAN_POINT('',(-0.32,0.26829700442,0.3));
+#10218 = VECTOR('',#10219,1.);
+#10219 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10220 = ORIENTED_EDGE('',*,*,#10221,.T.);
+#10221 = EDGE_CURVE('',#10212,#10222,#10224,.T.);
+#10222 = VERTEX_POINT('',#10223);
+#10223 = CARTESIAN_POINT('',(0.32,0.32,0.3));
+#10224 = LINE('',#10225,#10226);
+#10225 = CARTESIAN_POINT('',(0.535,0.32,0.3));
+#10226 = VECTOR('',#10227,1.);
+#10227 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#10228 = ORIENTED_EDGE('',*,*,#10229,.T.);
+#10229 = EDGE_CURVE('',#10222,#10230,#10232,.T.);
+#10230 = VERTEX_POINT('',#10231);
+#10231 = CARTESIAN_POINT('',(0.32,-0.32,0.3));
+#10232 = LINE('',#10233,#10234);
+#10233 = CARTESIAN_POINT('',(0.32,0.26829700442,0.3));
+#10234 = VECTOR('',#10235,1.);
+#10235 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10236 = ORIENTED_EDGE('',*,*,#10237,.T.);
+#10237 = EDGE_CURVE('',#10230,#10214,#10238,.T.);
+#10238 = LINE('',#10239,#10240);
+#10239 = CARTESIAN_POINT('',(0.535,-0.32,0.3));
+#10240 = VECTOR('',#10241,1.);
+#10241 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10242 = PLANE('',#10243);
+#10243 = AXIS2_PLACEMENT_3D('',#10244,#10245,#10246);
+#10244 = CARTESIAN_POINT('',(0.75,0.5,0.3));
+#10245 = DIRECTION('',(0.,0.,1.));
+#10246 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10247 = ADVANCED_FACE('',(#10248,#10254),#10288,.F.);
+#10248 = FACE_BOUND('',#10249,.F.);
+#10249 = EDGE_LOOP('',(#10250,#10251,#10252,#10253));
+#10250 = ORIENTED_EDGE('',*,*,#10173,.T.);
+#10251 = ORIENTED_EDGE('',*,*,#9359,.T.);
+#10252 = ORIENTED_EDGE('',*,*,#9383,.F.);
+#10253 = ORIENTED_EDGE('',*,*,#9416,.F.);
+#10254 = FACE_BOUND('',#10255,.F.);
+#10255 = EDGE_LOOP('',(#10256,#10266,#10274,#10282));
+#10256 = ORIENTED_EDGE('',*,*,#10257,.T.);
+#10257 = EDGE_CURVE('',#10258,#10260,#10262,.T.);
+#10258 = VERTEX_POINT('',#10259);
+#10259 = CARTESIAN_POINT('',(2.82,0.32,0.3));
+#10260 = VERTEX_POINT('',#10261);
+#10261 = CARTESIAN_POINT('',(2.82,-0.32,0.3));
+#10262 = LINE('',#10263,#10264);
+#10263 = CARTESIAN_POINT('',(2.82,0.25,0.3));
+#10264 = VECTOR('',#10265,1.);
+#10265 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10266 = ORIENTED_EDGE('',*,*,#10267,.T.);
+#10267 = EDGE_CURVE('',#10260,#10268,#10270,.T.);
+#10268 = VERTEX_POINT('',#10269);
+#10269 = CARTESIAN_POINT('',(2.18,-0.32,0.3));
+#10270 = LINE('',#10271,#10272);
+#10271 = CARTESIAN_POINT('',(3.035,-0.32,0.3));
+#10272 = VECTOR('',#10273,1.);
+#10273 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10274 = ORIENTED_EDGE('',*,*,#10275,.F.);
+#10275 = EDGE_CURVE('',#10276,#10268,#10278,.T.);
+#10276 = VERTEX_POINT('',#10277);
+#10277 = CARTESIAN_POINT('',(2.18,0.32,0.3));
+#10278 = LINE('',#10279,#10280);
+#10279 = CARTESIAN_POINT('',(2.18,0.25,0.3));
+#10280 = VECTOR('',#10281,1.);
+#10281 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10282 = ORIENTED_EDGE('',*,*,#10283,.T.);
+#10283 = EDGE_CURVE('',#10276,#10258,#10284,.T.);
+#10284 = LINE('',#10285,#10286);
+#10285 = CARTESIAN_POINT('',(3.035,0.32,0.3));
+#10286 = VECTOR('',#10287,1.);
+#10287 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#10288 = PLANE('',#10289);
+#10289 = AXIS2_PLACEMENT_3D('',#10290,#10291,#10292);
+#10290 = CARTESIAN_POINT('',(3.25,0.5,0.3));
+#10291 = DIRECTION('',(0.,0.,1.));
+#10292 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10293 = ADVANCED_FACE('',(#10294,#10300),#10334,.F.);
+#10294 = FACE_BOUND('',#10295,.F.);
+#10295 = EDGE_LOOP('',(#10296,#10297,#10298,#10299));
+#10296 = ORIENTED_EDGE('',*,*,#10156,.T.);
+#10297 = ORIENTED_EDGE('',*,*,#9464,.T.);
+#10298 = ORIENTED_EDGE('',*,*,#9488,.F.);
+#10299 = ORIENTED_EDGE('',*,*,#9521,.F.);
+#10300 = FACE_BOUND('',#10301,.F.);
+#10301 = EDGE_LOOP('',(#10302,#10312,#10320,#10328));
+#10302 = ORIENTED_EDGE('',*,*,#10303,.F.);
+#10303 = EDGE_CURVE('',#10304,#10306,#10308,.T.);
+#10304 = VERTEX_POINT('',#10305);
+#10305 = CARTESIAN_POINT('',(4.68,0.32,0.3));
+#10306 = VERTEX_POINT('',#10307);
+#10307 = CARTESIAN_POINT('',(4.68,-0.32,0.3));
+#10308 = LINE('',#10309,#10310);
+#10309 = CARTESIAN_POINT('',(4.68,0.25,0.3));
+#10310 = VECTOR('',#10311,1.);
+#10311 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10312 = ORIENTED_EDGE('',*,*,#10313,.T.);
+#10313 = EDGE_CURVE('',#10304,#10314,#10316,.T.);
+#10314 = VERTEX_POINT('',#10315);
+#10315 = CARTESIAN_POINT('',(5.32,0.32,0.3));
+#10316 = LINE('',#10317,#10318);
+#10317 = CARTESIAN_POINT('',(5.535,0.32,0.3));
+#10318 = VECTOR('',#10319,1.);
+#10319 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#10320 = ORIENTED_EDGE('',*,*,#10321,.T.);
+#10321 = EDGE_CURVE('',#10314,#10322,#10324,.T.);
+#10322 = VERTEX_POINT('',#10323);
+#10323 = CARTESIAN_POINT('',(5.32,-0.32,0.3));
+#10324 = LINE('',#10325,#10326);
+#10325 = CARTESIAN_POINT('',(5.32,0.25,0.3));
+#10326 = VECTOR('',#10327,1.);
+#10327 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10328 = ORIENTED_EDGE('',*,*,#10329,.T.);
+#10329 = EDGE_CURVE('',#10322,#10306,#10330,.T.);
+#10330 = LINE('',#10331,#10332);
+#10331 = CARTESIAN_POINT('',(5.535,-0.32,0.3));
+#10332 = VECTOR('',#10333,1.);
+#10333 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10334 = PLANE('',#10335);
+#10335 = AXIS2_PLACEMENT_3D('',#10336,#10337,#10338);
+#10336 = CARTESIAN_POINT('',(5.75,0.5,0.3));
+#10337 = DIRECTION('',(0.,0.,1.));
+#10338 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10339 = ADVANCED_FACE('',(#10340,#10346),#10380,.F.);
+#10340 = FACE_BOUND('',#10341,.F.);
+#10341 = EDGE_LOOP('',(#10342,#10343,#10344,#10345));
+#10342 = ORIENTED_EDGE('',*,*,#10139,.T.);
+#10343 = ORIENTED_EDGE('',*,*,#9569,.T.);
+#10344 = ORIENTED_EDGE('',*,*,#9593,.F.);
+#10345 = ORIENTED_EDGE('',*,*,#9626,.F.);
+#10346 = FACE_BOUND('',#10347,.F.);
+#10347 = EDGE_LOOP('',(#10348,#10358,#10366,#10374));
+#10348 = ORIENTED_EDGE('',*,*,#10349,.T.);
+#10349 = EDGE_CURVE('',#10350,#10352,#10354,.T.);
+#10350 = VERTEX_POINT('',#10351);
+#10351 = CARTESIAN_POINT('',(7.18,0.32,0.3));
+#10352 = VERTEX_POINT('',#10353);
+#10353 = CARTESIAN_POINT('',(7.82,0.32,0.3));
+#10354 = LINE('',#10355,#10356);
+#10355 = CARTESIAN_POINT('',(8.035,0.32,0.3));
+#10356 = VECTOR('',#10357,1.);
+#10357 = DIRECTION('',(1.,-1.224646799147E-16,0.));
+#10358 = ORIENTED_EDGE('',*,*,#10359,.T.);
+#10359 = EDGE_CURVE('',#10352,#10360,#10362,.T.);
+#10360 = VERTEX_POINT('',#10361);
+#10361 = CARTESIAN_POINT('',(7.82,-0.32,0.3));
+#10362 = LINE('',#10363,#10364);
+#10363 = CARTESIAN_POINT('',(7.82,0.26829700442,0.3));
+#10364 = VECTOR('',#10365,1.);
+#10365 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10366 = ORIENTED_EDGE('',*,*,#10367,.T.);
+#10367 = EDGE_CURVE('',#10360,#10368,#10370,.T.);
+#10368 = VERTEX_POINT('',#10369);
+#10369 = CARTESIAN_POINT('',(7.18,-0.32,0.3));
+#10370 = LINE('',#10371,#10372);
+#10371 = CARTESIAN_POINT('',(8.035,-0.32,0.3));
+#10372 = VECTOR('',#10373,1.);
+#10373 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10374 = ORIENTED_EDGE('',*,*,#10375,.F.);
+#10375 = EDGE_CURVE('',#10350,#10368,#10376,.T.);
+#10376 = LINE('',#10377,#10378);
+#10377 = CARTESIAN_POINT('',(7.18,0.26829700442,0.3));
+#10378 = VECTOR('',#10379,1.);
+#10379 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10380 = PLANE('',#10381);
+#10381 = AXIS2_PLACEMENT_3D('',#10382,#10383,#10384);
+#10382 = CARTESIAN_POINT('',(8.25,0.5,0.3));
+#10383 = DIRECTION('',(0.,0.,1.));
+#10384 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10385 = ADVANCED_FACE('',(#10386),#10411,.T.);
+#10386 = FACE_BOUND('',#10387,.T.);
+#10387 = EDGE_LOOP('',(#10388,#10389,#10397,#10405));
+#10388 = ORIENTED_EDGE('',*,*,#9745,.T.);
+#10389 = ORIENTED_EDGE('',*,*,#10390,.T.);
+#10390 = EDGE_CURVE('',#9748,#10391,#10393,.T.);
+#10391 = VERTEX_POINT('',#10392);
+#10392 = CARTESIAN_POINT('',(-0.32,-0.32,6.3));
+#10393 = LINE('',#10394,#10395);
+#10394 = CARTESIAN_POINT('',(-0.32,-0.32,-0.9));
+#10395 = VECTOR('',#10396,1.);
+#10396 = DIRECTION('',(0.,0.,1.));
+#10397 = ORIENTED_EDGE('',*,*,#10398,.T.);
+#10398 = EDGE_CURVE('',#10391,#10399,#10401,.T.);
+#10399 = VERTEX_POINT('',#10400);
+#10400 = CARTESIAN_POINT('',(-0.32,0.32,6.3));
+#10401 = LINE('',#10402,#10403);
+#10402 = CARTESIAN_POINT('',(-0.32,-0.32,6.3));
+#10403 = VECTOR('',#10404,1.);
+#10404 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10405 = ORIENTED_EDGE('',*,*,#10406,.T.);
+#10406 = EDGE_CURVE('',#10399,#9746,#10407,.T.);
+#10407 = LINE('',#10408,#10409);
+#10408 = CARTESIAN_POINT('',(-0.32,0.32,6.5));
+#10409 = VECTOR('',#10410,1.);
+#10410 = DIRECTION('',(-0.,0.,-1.));
+#10411 = PLANE('',#10412);
+#10412 = AXIS2_PLACEMENT_3D('',#10413,#10414,#10415);
+#10413 = CARTESIAN_POINT('',(-0.32,3.65940088399E-02,1.522832428212));
+#10414 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10415 = DIRECTION('',(0.,0.,1.));
+#10416 = ADVANCED_FACE('',(#10417),#10435,.F.);
+#10417 = FACE_BOUND('',#10418,.F.);
+#10418 = EDGE_LOOP('',(#10419,#10427,#10428,#10429));
+#10419 = ORIENTED_EDGE('',*,*,#10420,.F.);
+#10420 = EDGE_CURVE('',#9764,#10421,#10423,.T.);
+#10421 = VERTEX_POINT('',#10422);
+#10422 = CARTESIAN_POINT('',(0.32,-0.32,6.3));
+#10423 = LINE('',#10424,#10425);
+#10424 = CARTESIAN_POINT('',(0.32,-0.32,-0.9));
+#10425 = VECTOR('',#10426,1.);
+#10426 = DIRECTION('',(0.,0.,1.));
+#10427 = ORIENTED_EDGE('',*,*,#9771,.T.);
+#10428 = ORIENTED_EDGE('',*,*,#10390,.T.);
+#10429 = ORIENTED_EDGE('',*,*,#10430,.F.);
+#10430 = EDGE_CURVE('',#10421,#10391,#10431,.T.);
+#10431 = LINE('',#10432,#10433);
+#10432 = CARTESIAN_POINT('',(0.32,-0.32,6.3));
+#10433 = VECTOR('',#10434,1.);
+#10434 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10435 = PLANE('',#10436);
+#10436 = AXIS2_PLACEMENT_3D('',#10437,#10438,#10439);
+#10437 = CARTESIAN_POINT('',(0.32,-0.32,-0.9));
+#10438 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10439 = DIRECTION('',(0.,-0.,1.));
+#10440 = ADVANCED_FACE('',(#10441),#10459,.F.);
+#10441 = FACE_BOUND('',#10442,.F.);
+#10442 = EDGE_LOOP('',(#10443,#10444,#10445,#10453));
+#10443 = ORIENTED_EDGE('',*,*,#9763,.T.);
+#10444 = ORIENTED_EDGE('',*,*,#10420,.T.);
+#10445 = ORIENTED_EDGE('',*,*,#10446,.T.);
+#10446 = EDGE_CURVE('',#10421,#10447,#10449,.T.);
+#10447 = VERTEX_POINT('',#10448);
+#10448 = CARTESIAN_POINT('',(0.32,0.32,6.3));
+#10449 = LINE('',#10450,#10451);
+#10450 = CARTESIAN_POINT('',(0.32,-0.32,6.3));
+#10451 = VECTOR('',#10452,1.);
+#10452 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10453 = ORIENTED_EDGE('',*,*,#10454,.T.);
+#10454 = EDGE_CURVE('',#10447,#9756,#10455,.T.);
+#10455 = LINE('',#10456,#10457);
+#10456 = CARTESIAN_POINT('',(0.32,0.32,6.5));
+#10457 = VECTOR('',#10458,1.);
+#10458 = DIRECTION('',(-0.,0.,-1.));
+#10459 = PLANE('',#10460);
+#10460 = AXIS2_PLACEMENT_3D('',#10461,#10462,#10463);
+#10461 = CARTESIAN_POINT('',(0.32,3.65940088399E-02,1.522832428212));
+#10462 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10463 = DIRECTION('',(0.,0.,1.));
+#10464 = ADVANCED_FACE('',(#10465),#10476,.F.);
+#10465 = FACE_BOUND('',#10466,.F.);
+#10466 = EDGE_LOOP('',(#10467,#10468,#10474,#10475));
+#10467 = ORIENTED_EDGE('',*,*,#10454,.F.);
+#10468 = ORIENTED_EDGE('',*,*,#10469,.T.);
+#10469 = EDGE_CURVE('',#10447,#10399,#10470,.T.);
+#10470 = LINE('',#10471,#10472);
+#10471 = CARTESIAN_POINT('',(0.32,0.32,6.3));
+#10472 = VECTOR('',#10473,1.);
+#10473 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10474 = ORIENTED_EDGE('',*,*,#10406,.T.);
+#10475 = ORIENTED_EDGE('',*,*,#9755,.T.);
+#10476 = PLANE('',#10477);
+#10477 = AXIS2_PLACEMENT_3D('',#10478,#10479,#10480);
+#10478 = CARTESIAN_POINT('',(0.32,0.32,6.5));
+#10479 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10480 = DIRECTION('',(-0.,0.,-1.));
+#10481 = ADVANCED_FACE('',(#10482),#10507,.F.);
+#10482 = FACE_BOUND('',#10483,.F.);
+#10483 = EDGE_LOOP('',(#10484,#10485,#10493,#10501));
+#10484 = ORIENTED_EDGE('',*,*,#9779,.T.);
+#10485 = ORIENTED_EDGE('',*,*,#10486,.T.);
+#10486 = EDGE_CURVE('',#9782,#10487,#10489,.T.);
+#10487 = VERTEX_POINT('',#10488);
+#10488 = CARTESIAN_POINT('',(2.82,-0.32,6.3));
+#10489 = LINE('',#10490,#10491);
+#10490 = CARTESIAN_POINT('',(2.82,-0.32,-3.4));
+#10491 = VECTOR('',#10492,1.);
+#10492 = DIRECTION('',(0.,0.,1.));
+#10493 = ORIENTED_EDGE('',*,*,#10494,.T.);
+#10494 = EDGE_CURVE('',#10487,#10495,#10497,.T.);
+#10495 = VERTEX_POINT('',#10496);
+#10496 = CARTESIAN_POINT('',(2.82,0.32,6.3));
+#10497 = LINE('',#10498,#10499);
+#10498 = CARTESIAN_POINT('',(2.82,-0.32,6.3));
+#10499 = VECTOR('',#10500,1.);
+#10500 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10501 = ORIENTED_EDGE('',*,*,#10502,.T.);
+#10502 = EDGE_CURVE('',#10495,#9780,#10503,.T.);
+#10503 = LINE('',#10504,#10505);
+#10504 = CARTESIAN_POINT('',(2.82,0.32,6.5));
+#10505 = VECTOR('',#10506,1.);
+#10506 = DIRECTION('',(-0.,0.,-1.));
+#10507 = PLANE('',#10508);
+#10508 = AXIS2_PLACEMENT_3D('',#10509,#10510,#10511);
+#10509 = CARTESIAN_POINT('',(2.82,1.138921523207E-16,1.55));
+#10510 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10511 = DIRECTION('',(0.,0.,1.));
+#10512 = ADVANCED_FACE('',(#10513),#10531,.F.);
+#10513 = FACE_BOUND('',#10514,.F.);
+#10514 = EDGE_LOOP('',(#10515,#10516,#10524,#10530));
+#10515 = ORIENTED_EDGE('',*,*,#10502,.F.);
+#10516 = ORIENTED_EDGE('',*,*,#10517,.T.);
+#10517 = EDGE_CURVE('',#10495,#10518,#10520,.T.);
+#10518 = VERTEX_POINT('',#10519);
+#10519 = CARTESIAN_POINT('',(2.18,0.32,6.3));
+#10520 = LINE('',#10521,#10522);
+#10521 = CARTESIAN_POINT('',(2.82,0.32,6.3));
+#10522 = VECTOR('',#10523,1.);
+#10523 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10524 = ORIENTED_EDGE('',*,*,#10525,.T.);
+#10525 = EDGE_CURVE('',#10518,#9798,#10526,.T.);
+#10526 = LINE('',#10527,#10528);
+#10527 = CARTESIAN_POINT('',(2.18,0.32,6.5));
+#10528 = VECTOR('',#10529,1.);
+#10529 = DIRECTION('',(-0.,0.,-1.));
+#10530 = ORIENTED_EDGE('',*,*,#9805,.T.);
+#10531 = PLANE('',#10532);
+#10532 = AXIS2_PLACEMENT_3D('',#10533,#10534,#10535);
+#10533 = CARTESIAN_POINT('',(2.82,0.32,6.5));
+#10534 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10535 = DIRECTION('',(-0.,0.,-1.));
+#10536 = ADVANCED_FACE('',(#10537),#10555,.T.);
+#10537 = FACE_BOUND('',#10538,.T.);
+#10538 = EDGE_LOOP('',(#10539,#10540,#10548,#10554));
+#10539 = ORIENTED_EDGE('',*,*,#9797,.T.);
+#10540 = ORIENTED_EDGE('',*,*,#10541,.T.);
+#10541 = EDGE_CURVE('',#9790,#10542,#10544,.T.);
+#10542 = VERTEX_POINT('',#10543);
+#10543 = CARTESIAN_POINT('',(2.18,-0.32,6.3));
+#10544 = LINE('',#10545,#10546);
+#10545 = CARTESIAN_POINT('',(2.18,-0.32,-3.4));
+#10546 = VECTOR('',#10547,1.);
+#10547 = DIRECTION('',(0.,0.,1.));
+#10548 = ORIENTED_EDGE('',*,*,#10549,.T.);
+#10549 = EDGE_CURVE('',#10542,#10518,#10550,.T.);
+#10550 = LINE('',#10551,#10552);
+#10551 = CARTESIAN_POINT('',(2.18,-0.32,6.3));
+#10552 = VECTOR('',#10553,1.);
+#10553 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10554 = ORIENTED_EDGE('',*,*,#10525,.T.);
+#10555 = PLANE('',#10556);
+#10556 = AXIS2_PLACEMENT_3D('',#10557,#10558,#10559);
+#10557 = CARTESIAN_POINT('',(2.18,1.922695474661E-16,1.55));
+#10558 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10559 = DIRECTION('',(0.,0.,1.));
+#10560 = ADVANCED_FACE('',(#10561),#10572,.F.);
+#10561 = FACE_BOUND('',#10562,.F.);
+#10562 = EDGE_LOOP('',(#10563,#10564,#10565,#10566));
+#10563 = ORIENTED_EDGE('',*,*,#10486,.F.);
+#10564 = ORIENTED_EDGE('',*,*,#9789,.T.);
+#10565 = ORIENTED_EDGE('',*,*,#10541,.T.);
+#10566 = ORIENTED_EDGE('',*,*,#10567,.F.);
+#10567 = EDGE_CURVE('',#10487,#10542,#10568,.T.);
+#10568 = LINE('',#10569,#10570);
+#10569 = CARTESIAN_POINT('',(2.82,-0.32,6.3));
+#10570 = VECTOR('',#10571,1.);
+#10571 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10572 = PLANE('',#10573);
+#10573 = AXIS2_PLACEMENT_3D('',#10574,#10575,#10576);
+#10574 = CARTESIAN_POINT('',(2.82,-0.32,-3.4));
+#10575 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10576 = DIRECTION('',(0.,-0.,1.));
+#10577 = ADVANCED_FACE('',(#10578),#10603,.T.);
+#10578 = FACE_BOUND('',#10579,.T.);
+#10579 = EDGE_LOOP('',(#10580,#10581,#10589,#10597));
+#10580 = ORIENTED_EDGE('',*,*,#9813,.T.);
+#10581 = ORIENTED_EDGE('',*,*,#10582,.T.);
+#10582 = EDGE_CURVE('',#9816,#10583,#10585,.T.);
+#10583 = VERTEX_POINT('',#10584);
+#10584 = CARTESIAN_POINT('',(4.68,-0.32,6.3));
+#10585 = LINE('',#10586,#10587);
+#10586 = CARTESIAN_POINT('',(4.68,-0.32,-3.4));
+#10587 = VECTOR('',#10588,1.);
+#10588 = DIRECTION('',(0.,0.,1.));
+#10589 = ORIENTED_EDGE('',*,*,#10590,.T.);
+#10590 = EDGE_CURVE('',#10583,#10591,#10593,.T.);
+#10591 = VERTEX_POINT('',#10592);
+#10592 = CARTESIAN_POINT('',(4.68,0.32,6.3));
+#10593 = LINE('',#10594,#10595);
+#10594 = CARTESIAN_POINT('',(4.68,-0.32,6.3));
+#10595 = VECTOR('',#10596,1.);
+#10596 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10597 = ORIENTED_EDGE('',*,*,#10598,.T.);
+#10598 = EDGE_CURVE('',#10591,#9814,#10599,.T.);
+#10599 = LINE('',#10600,#10601);
+#10600 = CARTESIAN_POINT('',(4.68,0.32,6.5));
+#10601 = VECTOR('',#10602,1.);
+#10602 = DIRECTION('',(-0.,0.,-1.));
+#10603 = PLANE('',#10604);
+#10604 = AXIS2_PLACEMENT_3D('',#10605,#10606,#10607);
+#10605 = CARTESIAN_POINT('',(4.68,-1.138921523207E-16,1.55));
+#10606 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10607 = DIRECTION('',(0.,0.,1.));
+#10608 = ADVANCED_FACE('',(#10609),#10627,.F.);
+#10609 = FACE_BOUND('',#10610,.F.);
+#10610 = EDGE_LOOP('',(#10611,#10619,#10620,#10621));
+#10611 = ORIENTED_EDGE('',*,*,#10612,.F.);
+#10612 = EDGE_CURVE('',#9832,#10613,#10615,.T.);
+#10613 = VERTEX_POINT('',#10614);
+#10614 = CARTESIAN_POINT('',(5.32,-0.32,6.3));
+#10615 = LINE('',#10616,#10617);
+#10616 = CARTESIAN_POINT('',(5.32,-0.32,-3.4));
+#10617 = VECTOR('',#10618,1.);
+#10618 = DIRECTION('',(0.,0.,1.));
+#10619 = ORIENTED_EDGE('',*,*,#9839,.T.);
+#10620 = ORIENTED_EDGE('',*,*,#10582,.T.);
+#10621 = ORIENTED_EDGE('',*,*,#10622,.F.);
+#10622 = EDGE_CURVE('',#10613,#10583,#10623,.T.);
+#10623 = LINE('',#10624,#10625);
+#10624 = CARTESIAN_POINT('',(5.32,-0.32,6.3));
+#10625 = VECTOR('',#10626,1.);
+#10626 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10627 = PLANE('',#10628);
+#10628 = AXIS2_PLACEMENT_3D('',#10629,#10630,#10631);
+#10629 = CARTESIAN_POINT('',(5.32,-0.32,-3.4));
+#10630 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10631 = DIRECTION('',(0.,-0.,1.));
+#10632 = ADVANCED_FACE('',(#10633),#10651,.F.);
+#10633 = FACE_BOUND('',#10634,.F.);
+#10634 = EDGE_LOOP('',(#10635,#10636,#10637,#10645));
+#10635 = ORIENTED_EDGE('',*,*,#9831,.T.);
+#10636 = ORIENTED_EDGE('',*,*,#10612,.T.);
+#10637 = ORIENTED_EDGE('',*,*,#10638,.T.);
+#10638 = EDGE_CURVE('',#10613,#10639,#10641,.T.);
+#10639 = VERTEX_POINT('',#10640);
+#10640 = CARTESIAN_POINT('',(5.32,0.32,6.3));
+#10641 = LINE('',#10642,#10643);
+#10642 = CARTESIAN_POINT('',(5.32,-0.32,6.3));
+#10643 = VECTOR('',#10644,1.);
+#10644 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10645 = ORIENTED_EDGE('',*,*,#10646,.T.);
+#10646 = EDGE_CURVE('',#10639,#9824,#10647,.T.);
+#10647 = LINE('',#10648,#10649);
+#10648 = CARTESIAN_POINT('',(5.32,0.32,6.5));
+#10649 = VECTOR('',#10650,1.);
+#10650 = DIRECTION('',(-0.,0.,-1.));
+#10651 = PLANE('',#10652);
+#10652 = AXIS2_PLACEMENT_3D('',#10653,#10654,#10655);
+#10653 = CARTESIAN_POINT('',(5.32,-1.922695474661E-16,1.55));
+#10654 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10655 = DIRECTION('',(0.,0.,1.));
+#10656 = ADVANCED_FACE('',(#10657),#10668,.F.);
+#10657 = FACE_BOUND('',#10658,.F.);
+#10658 = EDGE_LOOP('',(#10659,#10660,#10666,#10667));
+#10659 = ORIENTED_EDGE('',*,*,#10646,.F.);
+#10660 = ORIENTED_EDGE('',*,*,#10661,.T.);
+#10661 = EDGE_CURVE('',#10639,#10591,#10662,.T.);
+#10662 = LINE('',#10663,#10664);
+#10663 = CARTESIAN_POINT('',(5.32,0.32,6.3));
+#10664 = VECTOR('',#10665,1.);
+#10665 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10666 = ORIENTED_EDGE('',*,*,#10598,.T.);
+#10667 = ORIENTED_EDGE('',*,*,#9823,.T.);
+#10668 = PLANE('',#10669);
+#10669 = AXIS2_PLACEMENT_3D('',#10670,#10671,#10672);
+#10670 = CARTESIAN_POINT('',(5.32,0.32,6.5));
+#10671 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10672 = DIRECTION('',(-0.,0.,-1.));
+#10673 = ADVANCED_FACE('',(#10674),#10699,.F.);
+#10674 = FACE_BOUND('',#10675,.F.);
+#10675 = EDGE_LOOP('',(#10676,#10684,#10692,#10698));
+#10676 = ORIENTED_EDGE('',*,*,#10677,.F.);
+#10677 = EDGE_CURVE('',#10678,#9850,#10680,.T.);
+#10678 = VERTEX_POINT('',#10679);
+#10679 = CARTESIAN_POINT('',(7.82,0.32,6.3));
+#10680 = LINE('',#10681,#10682);
+#10681 = CARTESIAN_POINT('',(7.82,0.32,6.5));
+#10682 = VECTOR('',#10683,1.);
+#10683 = DIRECTION('',(-0.,0.,-1.));
+#10684 = ORIENTED_EDGE('',*,*,#10685,.T.);
+#10685 = EDGE_CURVE('',#10678,#10686,#10688,.T.);
+#10686 = VERTEX_POINT('',#10687);
+#10687 = CARTESIAN_POINT('',(7.18,0.32,6.3));
+#10688 = LINE('',#10689,#10690);
+#10689 = CARTESIAN_POINT('',(7.82,0.32,6.3));
+#10690 = VECTOR('',#10691,1.);
+#10691 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10692 = ORIENTED_EDGE('',*,*,#10693,.T.);
+#10693 = EDGE_CURVE('',#10686,#9848,#10694,.T.);
+#10694 = LINE('',#10695,#10696);
+#10695 = CARTESIAN_POINT('',(7.18,0.32,6.5));
+#10696 = VECTOR('',#10697,1.);
+#10697 = DIRECTION('',(-0.,0.,-1.));
+#10698 = ORIENTED_EDGE('',*,*,#9847,.T.);
+#10699 = PLANE('',#10700);
+#10700 = AXIS2_PLACEMENT_3D('',#10701,#10702,#10703);
+#10701 = CARTESIAN_POINT('',(7.82,0.32,6.5));
+#10702 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10703 = DIRECTION('',(-0.,0.,-1.));
+#10704 = ADVANCED_FACE('',(#10705),#10723,.T.);
+#10705 = FACE_BOUND('',#10706,.T.);
+#10706 = EDGE_LOOP('',(#10707,#10708,#10716,#10722));
+#10707 = ORIENTED_EDGE('',*,*,#9873,.T.);
+#10708 = ORIENTED_EDGE('',*,*,#10709,.T.);
+#10709 = EDGE_CURVE('',#9866,#10710,#10712,.T.);
+#10710 = VERTEX_POINT('',#10711);
+#10711 = CARTESIAN_POINT('',(7.18,-0.32,6.3));
+#10712 = LINE('',#10713,#10714);
+#10713 = CARTESIAN_POINT('',(7.18,-0.32,-0.9));
+#10714 = VECTOR('',#10715,1.);
+#10715 = DIRECTION('',(0.,0.,1.));
+#10716 = ORIENTED_EDGE('',*,*,#10717,.T.);
+#10717 = EDGE_CURVE('',#10710,#10686,#10718,.T.);
+#10718 = LINE('',#10719,#10720);
+#10719 = CARTESIAN_POINT('',(7.18,-0.32,6.3));
+#10720 = VECTOR('',#10721,1.);
+#10721 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10722 = ORIENTED_EDGE('',*,*,#10693,.T.);
+#10723 = PLANE('',#10724);
+#10724 = AXIS2_PLACEMENT_3D('',#10725,#10726,#10727);
+#10725 = CARTESIAN_POINT('',(7.18,3.65940088399E-02,1.522832428212));
+#10726 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10727 = DIRECTION('',(0.,0.,1.));
+#10728 = ADVANCED_FACE('',(#10729),#10747,.F.);
+#10729 = FACE_BOUND('',#10730,.F.);
+#10730 = EDGE_LOOP('',(#10731,#10739,#10740,#10741));
+#10731 = ORIENTED_EDGE('',*,*,#10732,.F.);
+#10732 = EDGE_CURVE('',#9858,#10733,#10735,.T.);
+#10733 = VERTEX_POINT('',#10734);
+#10734 = CARTESIAN_POINT('',(7.82,-0.32,6.3));
+#10735 = LINE('',#10736,#10737);
+#10736 = CARTESIAN_POINT('',(7.82,-0.32,-0.9));
+#10737 = VECTOR('',#10738,1.);
+#10738 = DIRECTION('',(0.,0.,1.));
+#10739 = ORIENTED_EDGE('',*,*,#9865,.T.);
+#10740 = ORIENTED_EDGE('',*,*,#10709,.T.);
+#10741 = ORIENTED_EDGE('',*,*,#10742,.F.);
+#10742 = EDGE_CURVE('',#10733,#10710,#10743,.T.);
+#10743 = LINE('',#10744,#10745);
+#10744 = CARTESIAN_POINT('',(7.82,-0.32,6.3));
+#10745 = VECTOR('',#10746,1.);
+#10746 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10747 = PLANE('',#10748);
+#10748 = AXIS2_PLACEMENT_3D('',#10749,#10750,#10751);
+#10749 = CARTESIAN_POINT('',(7.82,-0.32,-0.9));
+#10750 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10751 = DIRECTION('',(0.,-0.,1.));
+#10752 = ADVANCED_FACE('',(#10753),#10764,.F.);
+#10753 = FACE_BOUND('',#10754,.F.);
+#10754 = EDGE_LOOP('',(#10755,#10756,#10757,#10763));
+#10755 = ORIENTED_EDGE('',*,*,#9857,.T.);
+#10756 = ORIENTED_EDGE('',*,*,#10732,.T.);
+#10757 = ORIENTED_EDGE('',*,*,#10758,.T.);
+#10758 = EDGE_CURVE('',#10733,#10678,#10759,.T.);
+#10759 = LINE('',#10760,#10761);
+#10760 = CARTESIAN_POINT('',(7.82,-0.32,6.3));
+#10761 = VECTOR('',#10762,1.);
+#10762 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10763 = ORIENTED_EDGE('',*,*,#10677,.T.);
+#10764 = PLANE('',#10765);
+#10765 = AXIS2_PLACEMENT_3D('',#10766,#10767,#10768);
+#10766 = CARTESIAN_POINT('',(7.82,3.65940088399E-02,1.522832428212));
+#10767 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10768 = DIRECTION('',(0.,0.,1.));
+#10769 = ADVANCED_FACE('',(#10770),#10827,.T.);
+#10770 = FACE_BOUND('',#10771,.T.);
+#10771 = EDGE_LOOP('',(#10772,#10782,#10790,#10798,#10804,#10805,#10813,
+ #10821));
+#10772 = ORIENTED_EDGE('',*,*,#10773,.T.);
+#10773 = EDGE_CURVE('',#10774,#10776,#10778,.T.);
+#10774 = VERTEX_POINT('',#10775);
+#10775 = CARTESIAN_POINT('',(-0.32,0.351578947368,-3.2));
+#10776 = VERTEX_POINT('',#10777);
+#10777 = CARTESIAN_POINT('',(-0.32,-0.288421052632,-3.2));
+#10778 = LINE('',#10779,#10780);
+#10779 = CARTESIAN_POINT('',(-0.32,0.32,-3.2));
+#10780 = VECTOR('',#10781,1.);
+#10781 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10782 = ORIENTED_EDGE('',*,*,#10783,.T.);
+#10783 = EDGE_CURVE('',#10776,#10784,#10786,.T.);
+#10784 = VERTEX_POINT('',#10785);
+#10785 = CARTESIAN_POINT('',(-0.32,-2.E-02,-1.5));
+#10786 = LINE('',#10787,#10788);
+#10787 = CARTESIAN_POINT('',(-0.32,-0.32,-3.4));
+#10788 = VECTOR('',#10789,1.);
+#10789 = DIRECTION('',(1.909990663905E-17,0.155962573473,0.987762965329)
+ );
+#10790 = ORIENTED_EDGE('',*,*,#10791,.T.);
+#10791 = EDGE_CURVE('',#10784,#10792,#10794,.T.);
+#10792 = VERTEX_POINT('',#10793);
+#10793 = CARTESIAN_POINT('',(-0.32,-0.32,-0.9));
+#10794 = LINE('',#10795,#10796);
+#10795 = CARTESIAN_POINT('',(-0.32,-2.E-02,-1.5));
+#10796 = VECTOR('',#10797,1.);
+#10797 = DIRECTION('',(-5.476786982641E-17,-0.4472135955,0.894427191));
+#10798 = ORIENTED_EDGE('',*,*,#10799,.T.);
+#10799 = EDGE_CURVE('',#10792,#10214,#10800,.T.);
+#10800 = LINE('',#10801,#10802);
+#10801 = CARTESIAN_POINT('',(-0.32,-0.32,-0.9));
+#10802 = VECTOR('',#10803,1.);
+#10803 = DIRECTION('',(0.,0.,1.));
+#10804 = ORIENTED_EDGE('',*,*,#10211,.F.);
+#10805 = ORIENTED_EDGE('',*,*,#10806,.T.);
+#10806 = EDGE_CURVE('',#10212,#10807,#10809,.T.);
+#10807 = VERTEX_POINT('',#10808);
+#10808 = CARTESIAN_POINT('',(-0.32,0.32,-0.9));
+#10809 = LINE('',#10810,#10811);
+#10810 = CARTESIAN_POINT('',(-0.32,0.32,6.5));
+#10811 = VECTOR('',#10812,1.);
+#10812 = DIRECTION('',(-0.,0.,-1.));
+#10813 = ORIENTED_EDGE('',*,*,#10814,.T.);
+#10814 = EDGE_CURVE('',#10807,#10815,#10817,.T.);
+#10815 = VERTEX_POINT('',#10816);
+#10816 = CARTESIAN_POINT('',(-0.32,0.62,-1.5));
+#10817 = LINE('',#10818,#10819);
+#10818 = CARTESIAN_POINT('',(-0.32,0.32,-0.9));
+#10819 = VECTOR('',#10820,1.);
+#10820 = DIRECTION('',(5.476786982641E-17,0.4472135955,-0.894427191));
+#10821 = ORIENTED_EDGE('',*,*,#10822,.T.);
+#10822 = EDGE_CURVE('',#10815,#10774,#10823,.T.);
+#10823 = LINE('',#10824,#10825);
+#10824 = CARTESIAN_POINT('',(-0.32,0.62,-1.5));
+#10825 = VECTOR('',#10826,1.);
+#10826 = DIRECTION('',(-1.909990663905E-17,-0.155962573473,
+ -0.987762965329));
+#10827 = PLANE('',#10828);
+#10828 = AXIS2_PLACEMENT_3D('',#10829,#10830,#10831);
+#10829 = CARTESIAN_POINT('',(-0.32,3.65940088399E-02,1.522832428212));
+#10830 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10831 = DIRECTION('',(0.,0.,1.));
+#10832 = ADVANCED_FACE('',(#10833),#10851,.F.);
+#10833 = FACE_BOUND('',#10834,.F.);
+#10834 = EDGE_LOOP('',(#10835,#10843,#10849,#10850));
+#10835 = ORIENTED_EDGE('',*,*,#10836,.F.);
+#10836 = EDGE_CURVE('',#10837,#10230,#10839,.T.);
+#10837 = VERTEX_POINT('',#10838);
+#10838 = CARTESIAN_POINT('',(0.32,-0.32,-0.9));
+#10839 = LINE('',#10840,#10841);
+#10840 = CARTESIAN_POINT('',(0.32,-0.32,-0.9));
+#10841 = VECTOR('',#10842,1.);
+#10842 = DIRECTION('',(0.,0.,1.));
+#10843 = ORIENTED_EDGE('',*,*,#10844,.T.);
+#10844 = EDGE_CURVE('',#10837,#10792,#10845,.T.);
+#10845 = LINE('',#10846,#10847);
+#10846 = CARTESIAN_POINT('',(0.32,-0.32,-0.9));
+#10847 = VECTOR('',#10848,1.);
+#10848 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10849 = ORIENTED_EDGE('',*,*,#10799,.T.);
+#10850 = ORIENTED_EDGE('',*,*,#10237,.F.);
+#10851 = PLANE('',#10852);
+#10852 = AXIS2_PLACEMENT_3D('',#10853,#10854,#10855);
+#10853 = CARTESIAN_POINT('',(0.32,-0.32,-0.9));
+#10854 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#10855 = DIRECTION('',(0.,-0.,1.));
+#10856 = ADVANCED_FACE('',(#10857),#10907,.F.);
+#10857 = FACE_BOUND('',#10858,.F.);
+#10858 = EDGE_LOOP('',(#10859,#10869,#10877,#10883,#10884,#10885,#10893,
+ #10901));
+#10859 = ORIENTED_EDGE('',*,*,#10860,.T.);
+#10860 = EDGE_CURVE('',#10861,#10863,#10865,.T.);
+#10861 = VERTEX_POINT('',#10862);
+#10862 = CARTESIAN_POINT('',(0.32,0.351578947368,-3.2));
+#10863 = VERTEX_POINT('',#10864);
+#10864 = CARTESIAN_POINT('',(0.32,-0.288421052632,-3.2));
+#10865 = LINE('',#10866,#10867);
+#10866 = CARTESIAN_POINT('',(0.32,0.32,-3.2));
+#10867 = VECTOR('',#10868,1.);
+#10868 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10869 = ORIENTED_EDGE('',*,*,#10870,.T.);
+#10870 = EDGE_CURVE('',#10863,#10871,#10873,.T.);
+#10871 = VERTEX_POINT('',#10872);
+#10872 = CARTESIAN_POINT('',(0.32,-2.E-02,-1.5));
+#10873 = LINE('',#10874,#10875);
+#10874 = CARTESIAN_POINT('',(0.32,-0.32,-3.4));
+#10875 = VECTOR('',#10876,1.);
+#10876 = DIRECTION('',(1.909990663905E-17,0.155962573473,0.987762965329)
+ );
+#10877 = ORIENTED_EDGE('',*,*,#10878,.T.);
+#10878 = EDGE_CURVE('',#10871,#10837,#10879,.T.);
+#10879 = LINE('',#10880,#10881);
+#10880 = CARTESIAN_POINT('',(0.32,-2.E-02,-1.5));
+#10881 = VECTOR('',#10882,1.);
+#10882 = DIRECTION('',(-5.476786982641E-17,-0.4472135955,0.894427191));
+#10883 = ORIENTED_EDGE('',*,*,#10836,.T.);
+#10884 = ORIENTED_EDGE('',*,*,#10229,.F.);
+#10885 = ORIENTED_EDGE('',*,*,#10886,.T.);
+#10886 = EDGE_CURVE('',#10222,#10887,#10889,.T.);
+#10887 = VERTEX_POINT('',#10888);
+#10888 = CARTESIAN_POINT('',(0.32,0.32,-0.9));
+#10889 = LINE('',#10890,#10891);
+#10890 = CARTESIAN_POINT('',(0.32,0.32,6.5));
+#10891 = VECTOR('',#10892,1.);
+#10892 = DIRECTION('',(-0.,0.,-1.));
+#10893 = ORIENTED_EDGE('',*,*,#10894,.T.);
+#10894 = EDGE_CURVE('',#10887,#10895,#10897,.T.);
+#10895 = VERTEX_POINT('',#10896);
+#10896 = CARTESIAN_POINT('',(0.32,0.62,-1.5));
+#10897 = LINE('',#10898,#10899);
+#10898 = CARTESIAN_POINT('',(0.32,0.32,-0.9));
+#10899 = VECTOR('',#10900,1.);
+#10900 = DIRECTION('',(5.476786982641E-17,0.4472135955,-0.894427191));
+#10901 = ORIENTED_EDGE('',*,*,#10902,.T.);
+#10902 = EDGE_CURVE('',#10895,#10861,#10903,.T.);
+#10903 = LINE('',#10904,#10905);
+#10904 = CARTESIAN_POINT('',(0.32,0.62,-1.5));
+#10905 = VECTOR('',#10906,1.);
+#10906 = DIRECTION('',(-1.909990663905E-17,-0.155962573473,
+ -0.987762965329));
+#10907 = PLANE('',#10908);
+#10908 = AXIS2_PLACEMENT_3D('',#10909,#10910,#10911);
+#10909 = CARTESIAN_POINT('',(0.32,3.65940088399E-02,1.522832428212));
+#10910 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10911 = DIRECTION('',(0.,0.,1.));
+#10912 = ADVANCED_FACE('',(#10913),#10924,.F.);
+#10913 = FACE_BOUND('',#10914,.F.);
+#10914 = EDGE_LOOP('',(#10915,#10916,#10917,#10918));
+#10915 = ORIENTED_EDGE('',*,*,#10886,.F.);
+#10916 = ORIENTED_EDGE('',*,*,#10221,.F.);
+#10917 = ORIENTED_EDGE('',*,*,#10806,.T.);
+#10918 = ORIENTED_EDGE('',*,*,#10919,.F.);
+#10919 = EDGE_CURVE('',#10887,#10807,#10920,.T.);
+#10920 = LINE('',#10921,#10922);
+#10921 = CARTESIAN_POINT('',(0.32,0.32,-0.9));
+#10922 = VECTOR('',#10923,1.);
+#10923 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10924 = PLANE('',#10925);
+#10925 = AXIS2_PLACEMENT_3D('',#10926,#10927,#10928);
+#10926 = CARTESIAN_POINT('',(0.32,0.32,6.5));
+#10927 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10928 = DIRECTION('',(-0.,0.,-1.));
+#10929 = ADVANCED_FACE('',(#10930),#10955,.F.);
+#10930 = FACE_BOUND('',#10931,.F.);
+#10931 = EDGE_LOOP('',(#10932,#10942,#10948,#10949));
+#10932 = ORIENTED_EDGE('',*,*,#10933,.T.);
+#10933 = EDGE_CURVE('',#10934,#10936,#10938,.T.);
+#10934 = VERTEX_POINT('',#10935);
+#10935 = CARTESIAN_POINT('',(2.82,0.32,-3.2));
+#10936 = VERTEX_POINT('',#10937);
+#10937 = CARTESIAN_POINT('',(2.82,-0.32,-3.2));
+#10938 = LINE('',#10939,#10940);
+#10939 = CARTESIAN_POINT('',(2.82,0.32,-3.2));
+#10940 = VECTOR('',#10941,1.);
+#10941 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10942 = ORIENTED_EDGE('',*,*,#10943,.T.);
+#10943 = EDGE_CURVE('',#10936,#10260,#10944,.T.);
+#10944 = LINE('',#10945,#10946);
+#10945 = CARTESIAN_POINT('',(2.82,-0.32,-3.4));
+#10946 = VECTOR('',#10947,1.);
+#10947 = DIRECTION('',(0.,0.,1.));
+#10948 = ORIENTED_EDGE('',*,*,#10257,.F.);
+#10949 = ORIENTED_EDGE('',*,*,#10950,.T.);
+#10950 = EDGE_CURVE('',#10258,#10934,#10951,.T.);
+#10951 = LINE('',#10952,#10953);
+#10952 = CARTESIAN_POINT('',(2.82,0.32,6.5));
+#10953 = VECTOR('',#10954,1.);
+#10954 = DIRECTION('',(-0.,0.,-1.));
+#10955 = PLANE('',#10956);
+#10956 = AXIS2_PLACEMENT_3D('',#10957,#10958,#10959);
+#10957 = CARTESIAN_POINT('',(2.82,1.138921523207E-16,1.55));
+#10958 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10959 = DIRECTION('',(0.,0.,1.));
+#10960 = ADVANCED_FACE('',(#10961),#10979,.F.);
+#10961 = FACE_BOUND('',#10962,.F.);
+#10962 = EDGE_LOOP('',(#10963,#10964,#10965,#10973));
+#10963 = ORIENTED_EDGE('',*,*,#10950,.F.);
+#10964 = ORIENTED_EDGE('',*,*,#10283,.F.);
+#10965 = ORIENTED_EDGE('',*,*,#10966,.T.);
+#10966 = EDGE_CURVE('',#10276,#10967,#10969,.T.);
+#10967 = VERTEX_POINT('',#10968);
+#10968 = CARTESIAN_POINT('',(2.18,0.32,-3.2));
+#10969 = LINE('',#10970,#10971);
+#10970 = CARTESIAN_POINT('',(2.18,0.32,6.5));
+#10971 = VECTOR('',#10972,1.);
+#10972 = DIRECTION('',(-0.,0.,-1.));
+#10973 = ORIENTED_EDGE('',*,*,#10974,.F.);
+#10974 = EDGE_CURVE('',#10934,#10967,#10975,.T.);
+#10975 = LINE('',#10976,#10977);
+#10976 = CARTESIAN_POINT('',(2.82,0.32,-3.2));
+#10977 = VECTOR('',#10978,1.);
+#10978 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#10979 = PLANE('',#10980);
+#10980 = AXIS2_PLACEMENT_3D('',#10981,#10982,#10983);
+#10981 = CARTESIAN_POINT('',(2.82,0.32,6.5));
+#10982 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10983 = DIRECTION('',(-0.,0.,-1.));
+#10984 = ADVANCED_FACE('',(#10985),#11003,.T.);
+#10985 = FACE_BOUND('',#10986,.T.);
+#10986 = EDGE_LOOP('',(#10987,#10995,#11001,#11002));
+#10987 = ORIENTED_EDGE('',*,*,#10988,.T.);
+#10988 = EDGE_CURVE('',#10967,#10989,#10991,.T.);
+#10989 = VERTEX_POINT('',#10990);
+#10990 = CARTESIAN_POINT('',(2.18,-0.32,-3.2));
+#10991 = LINE('',#10992,#10993);
+#10992 = CARTESIAN_POINT('',(2.18,0.32,-3.2));
+#10993 = VECTOR('',#10994,1.);
+#10994 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#10995 = ORIENTED_EDGE('',*,*,#10996,.T.);
+#10996 = EDGE_CURVE('',#10989,#10268,#10997,.T.);
+#10997 = LINE('',#10998,#10999);
+#10998 = CARTESIAN_POINT('',(2.18,-0.32,-3.4));
+#10999 = VECTOR('',#11000,1.);
+#11000 = DIRECTION('',(0.,0.,1.));
+#11001 = ORIENTED_EDGE('',*,*,#10275,.F.);
+#11002 = ORIENTED_EDGE('',*,*,#10966,.T.);
+#11003 = PLANE('',#11004);
+#11004 = AXIS2_PLACEMENT_3D('',#11005,#11006,#11007);
+#11005 = CARTESIAN_POINT('',(2.18,1.922695474661E-16,1.55));
+#11006 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11007 = DIRECTION('',(0.,0.,1.));
+#11008 = ADVANCED_FACE('',(#11009),#11020,.F.);
+#11009 = FACE_BOUND('',#11010,.F.);
+#11010 = EDGE_LOOP('',(#11011,#11012,#11018,#11019));
+#11011 = ORIENTED_EDGE('',*,*,#10943,.F.);
+#11012 = ORIENTED_EDGE('',*,*,#11013,.T.);
+#11013 = EDGE_CURVE('',#10936,#10989,#11014,.T.);
+#11014 = LINE('',#11015,#11016);
+#11015 = CARTESIAN_POINT('',(2.82,-0.32,-3.2));
+#11016 = VECTOR('',#11017,1.);
+#11017 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11018 = ORIENTED_EDGE('',*,*,#10996,.T.);
+#11019 = ORIENTED_EDGE('',*,*,#10267,.F.);
+#11020 = PLANE('',#11021);
+#11021 = AXIS2_PLACEMENT_3D('',#11022,#11023,#11024);
+#11022 = CARTESIAN_POINT('',(2.82,-0.32,-3.4));
+#11023 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11024 = DIRECTION('',(0.,-0.,1.));
+#11025 = ADVANCED_FACE('',(#11026),#11051,.T.);
+#11026 = FACE_BOUND('',#11027,.T.);
+#11027 = EDGE_LOOP('',(#11028,#11038,#11044,#11045));
+#11028 = ORIENTED_EDGE('',*,*,#11029,.T.);
+#11029 = EDGE_CURVE('',#11030,#11032,#11034,.T.);
+#11030 = VERTEX_POINT('',#11031);
+#11031 = CARTESIAN_POINT('',(4.68,0.32,-3.2));
+#11032 = VERTEX_POINT('',#11033);
+#11033 = CARTESIAN_POINT('',(4.68,-0.32,-3.2));
+#11034 = LINE('',#11035,#11036);
+#11035 = CARTESIAN_POINT('',(4.68,0.32,-3.2));
+#11036 = VECTOR('',#11037,1.);
+#11037 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11038 = ORIENTED_EDGE('',*,*,#11039,.T.);
+#11039 = EDGE_CURVE('',#11032,#10306,#11040,.T.);
+#11040 = LINE('',#11041,#11042);
+#11041 = CARTESIAN_POINT('',(4.68,-0.32,-3.4));
+#11042 = VECTOR('',#11043,1.);
+#11043 = DIRECTION('',(0.,0.,1.));
+#11044 = ORIENTED_EDGE('',*,*,#10303,.F.);
+#11045 = ORIENTED_EDGE('',*,*,#11046,.T.);
+#11046 = EDGE_CURVE('',#10304,#11030,#11047,.T.);
+#11047 = LINE('',#11048,#11049);
+#11048 = CARTESIAN_POINT('',(4.68,0.32,6.5));
+#11049 = VECTOR('',#11050,1.);
+#11050 = DIRECTION('',(-0.,0.,-1.));
+#11051 = PLANE('',#11052);
+#11052 = AXIS2_PLACEMENT_3D('',#11053,#11054,#11055);
+#11053 = CARTESIAN_POINT('',(4.68,-1.138921523207E-16,1.55));
+#11054 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11055 = DIRECTION('',(0.,0.,1.));
+#11056 = ADVANCED_FACE('',(#11057),#11075,.F.);
+#11057 = FACE_BOUND('',#11058,.F.);
+#11058 = EDGE_LOOP('',(#11059,#11067,#11073,#11074));
+#11059 = ORIENTED_EDGE('',*,*,#11060,.F.);
+#11060 = EDGE_CURVE('',#11061,#10322,#11063,.T.);
+#11061 = VERTEX_POINT('',#11062);
+#11062 = CARTESIAN_POINT('',(5.32,-0.32,-3.2));
+#11063 = LINE('',#11064,#11065);
+#11064 = CARTESIAN_POINT('',(5.32,-0.32,-3.4));
+#11065 = VECTOR('',#11066,1.);
+#11066 = DIRECTION('',(0.,0.,1.));
+#11067 = ORIENTED_EDGE('',*,*,#11068,.T.);
+#11068 = EDGE_CURVE('',#11061,#11032,#11069,.T.);
+#11069 = LINE('',#11070,#11071);
+#11070 = CARTESIAN_POINT('',(5.32,-0.32,-3.2));
+#11071 = VECTOR('',#11072,1.);
+#11072 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11073 = ORIENTED_EDGE('',*,*,#11039,.T.);
+#11074 = ORIENTED_EDGE('',*,*,#10329,.F.);
+#11075 = PLANE('',#11076);
+#11076 = AXIS2_PLACEMENT_3D('',#11077,#11078,#11079);
+#11077 = CARTESIAN_POINT('',(5.32,-0.32,-3.4));
+#11078 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11079 = DIRECTION('',(0.,-0.,1.));
+#11080 = ADVANCED_FACE('',(#11081),#11099,.F.);
+#11081 = FACE_BOUND('',#11082,.F.);
+#11082 = EDGE_LOOP('',(#11083,#11091,#11092,#11093));
+#11083 = ORIENTED_EDGE('',*,*,#11084,.T.);
+#11084 = EDGE_CURVE('',#11085,#11061,#11087,.T.);
+#11085 = VERTEX_POINT('',#11086);
+#11086 = CARTESIAN_POINT('',(5.32,0.32,-3.2));
+#11087 = LINE('',#11088,#11089);
+#11088 = CARTESIAN_POINT('',(5.32,0.32,-3.2));
+#11089 = VECTOR('',#11090,1.);
+#11090 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11091 = ORIENTED_EDGE('',*,*,#11060,.T.);
+#11092 = ORIENTED_EDGE('',*,*,#10321,.F.);
+#11093 = ORIENTED_EDGE('',*,*,#11094,.T.);
+#11094 = EDGE_CURVE('',#10314,#11085,#11095,.T.);
+#11095 = LINE('',#11096,#11097);
+#11096 = CARTESIAN_POINT('',(5.32,0.32,6.5));
+#11097 = VECTOR('',#11098,1.);
+#11098 = DIRECTION('',(-0.,0.,-1.));
+#11099 = PLANE('',#11100);
+#11100 = AXIS2_PLACEMENT_3D('',#11101,#11102,#11103);
+#11101 = CARTESIAN_POINT('',(5.32,-1.922695474661E-16,1.55));
+#11102 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11103 = DIRECTION('',(0.,0.,1.));
+#11104 = ADVANCED_FACE('',(#11105),#11116,.F.);
+#11105 = FACE_BOUND('',#11106,.F.);
+#11106 = EDGE_LOOP('',(#11107,#11108,#11109,#11110));
+#11107 = ORIENTED_EDGE('',*,*,#11094,.F.);
+#11108 = ORIENTED_EDGE('',*,*,#10313,.F.);
+#11109 = ORIENTED_EDGE('',*,*,#11046,.T.);
+#11110 = ORIENTED_EDGE('',*,*,#11111,.F.);
+#11111 = EDGE_CURVE('',#11085,#11030,#11112,.T.);
+#11112 = LINE('',#11113,#11114);
+#11113 = CARTESIAN_POINT('',(5.32,0.32,-3.2));
+#11114 = VECTOR('',#11115,1.);
+#11115 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11116 = PLANE('',#11117);
+#11117 = AXIS2_PLACEMENT_3D('',#11118,#11119,#11120);
+#11118 = CARTESIAN_POINT('',(5.32,0.32,6.5));
+#11119 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11120 = DIRECTION('',(-0.,0.,-1.));
+#11121 = ADVANCED_FACE('',(#11122),#11147,.F.);
+#11122 = FACE_BOUND('',#11123,.F.);
+#11123 = EDGE_LOOP('',(#11124,#11132,#11133,#11141));
+#11124 = ORIENTED_EDGE('',*,*,#11125,.F.);
+#11125 = EDGE_CURVE('',#10352,#11126,#11128,.T.);
+#11126 = VERTEX_POINT('',#11127);
+#11127 = CARTESIAN_POINT('',(7.82,0.32,-0.9));
+#11128 = LINE('',#11129,#11130);
+#11129 = CARTESIAN_POINT('',(7.82,0.32,6.5));
+#11130 = VECTOR('',#11131,1.);
+#11131 = DIRECTION('',(-0.,0.,-1.));
+#11132 = ORIENTED_EDGE('',*,*,#10349,.F.);
+#11133 = ORIENTED_EDGE('',*,*,#11134,.T.);
+#11134 = EDGE_CURVE('',#10350,#11135,#11137,.T.);
+#11135 = VERTEX_POINT('',#11136);
+#11136 = CARTESIAN_POINT('',(7.18,0.32,-0.9));
+#11137 = LINE('',#11138,#11139);
+#11138 = CARTESIAN_POINT('',(7.18,0.32,6.5));
+#11139 = VECTOR('',#11140,1.);
+#11140 = DIRECTION('',(-0.,0.,-1.));
+#11141 = ORIENTED_EDGE('',*,*,#11142,.F.);
+#11142 = EDGE_CURVE('',#11126,#11135,#11143,.T.);
+#11143 = LINE('',#11144,#11145);
+#11144 = CARTESIAN_POINT('',(7.82,0.32,-0.9));
+#11145 = VECTOR('',#11146,1.);
+#11146 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11147 = PLANE('',#11148);
+#11148 = AXIS2_PLACEMENT_3D('',#11149,#11150,#11151);
+#11149 = CARTESIAN_POINT('',(7.82,0.32,6.5));
+#11150 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11151 = DIRECTION('',(-0.,0.,-1.));
+#11152 = ADVANCED_FACE('',(#11153),#11203,.T.);
+#11153 = FACE_BOUND('',#11154,.T.);
+#11154 = EDGE_LOOP('',(#11155,#11165,#11173,#11181,#11187,#11188,#11189,
+ #11197));
+#11155 = ORIENTED_EDGE('',*,*,#11156,.T.);
+#11156 = EDGE_CURVE('',#11157,#11159,#11161,.T.);
+#11157 = VERTEX_POINT('',#11158);
+#11158 = CARTESIAN_POINT('',(7.18,0.351578947368,-3.2));
+#11159 = VERTEX_POINT('',#11160);
+#11160 = CARTESIAN_POINT('',(7.18,-0.288421052632,-3.2));
+#11161 = LINE('',#11162,#11163);
+#11162 = CARTESIAN_POINT('',(7.18,0.32,-3.2));
+#11163 = VECTOR('',#11164,1.);
+#11164 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11165 = ORIENTED_EDGE('',*,*,#11166,.T.);
+#11166 = EDGE_CURVE('',#11159,#11167,#11169,.T.);
+#11167 = VERTEX_POINT('',#11168);
+#11168 = CARTESIAN_POINT('',(7.18,-2.E-02,-1.5));
+#11169 = LINE('',#11170,#11171);
+#11170 = CARTESIAN_POINT('',(7.18,-0.32,-3.4));
+#11171 = VECTOR('',#11172,1.);
+#11172 = DIRECTION('',(1.909990663905E-17,0.155962573473,0.987762965329)
+ );
+#11173 = ORIENTED_EDGE('',*,*,#11174,.T.);
+#11174 = EDGE_CURVE('',#11167,#11175,#11177,.T.);
+#11175 = VERTEX_POINT('',#11176);
+#11176 = CARTESIAN_POINT('',(7.18,-0.32,-0.9));
+#11177 = LINE('',#11178,#11179);
+#11178 = CARTESIAN_POINT('',(7.18,-2.E-02,-1.5));
+#11179 = VECTOR('',#11180,1.);
+#11180 = DIRECTION('',(-5.476786982641E-17,-0.4472135955,0.894427191));
+#11181 = ORIENTED_EDGE('',*,*,#11182,.T.);
+#11182 = EDGE_CURVE('',#11175,#10368,#11183,.T.);
+#11183 = LINE('',#11184,#11185);
+#11184 = CARTESIAN_POINT('',(7.18,-0.32,-0.9));
+#11185 = VECTOR('',#11186,1.);
+#11186 = DIRECTION('',(0.,0.,1.));
+#11187 = ORIENTED_EDGE('',*,*,#10375,.F.);
+#11188 = ORIENTED_EDGE('',*,*,#11134,.T.);
+#11189 = ORIENTED_EDGE('',*,*,#11190,.T.);
+#11190 = EDGE_CURVE('',#11135,#11191,#11193,.T.);
+#11191 = VERTEX_POINT('',#11192);
+#11192 = CARTESIAN_POINT('',(7.18,0.62,-1.5));
+#11193 = LINE('',#11194,#11195);
+#11194 = CARTESIAN_POINT('',(7.18,0.32,-0.9));
+#11195 = VECTOR('',#11196,1.);
+#11196 = DIRECTION('',(5.476786982641E-17,0.4472135955,-0.894427191));
+#11197 = ORIENTED_EDGE('',*,*,#11198,.T.);
+#11198 = EDGE_CURVE('',#11191,#11157,#11199,.T.);
+#11199 = LINE('',#11200,#11201);
+#11200 = CARTESIAN_POINT('',(7.18,0.62,-1.5));
+#11201 = VECTOR('',#11202,1.);
+#11202 = DIRECTION('',(-1.909990663905E-17,-0.155962573473,
+ -0.987762965329));
+#11203 = PLANE('',#11204);
+#11204 = AXIS2_PLACEMENT_3D('',#11205,#11206,#11207);
+#11205 = CARTESIAN_POINT('',(7.18,3.65940088399E-02,1.522832428212));
+#11206 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11207 = DIRECTION('',(0.,0.,1.));
+#11208 = ADVANCED_FACE('',(#11209),#11227,.F.);
+#11209 = FACE_BOUND('',#11210,.F.);
+#11210 = EDGE_LOOP('',(#11211,#11219,#11225,#11226));
+#11211 = ORIENTED_EDGE('',*,*,#11212,.F.);
+#11212 = EDGE_CURVE('',#11213,#10360,#11215,.T.);
+#11213 = VERTEX_POINT('',#11214);
+#11214 = CARTESIAN_POINT('',(7.82,-0.32,-0.9));
+#11215 = LINE('',#11216,#11217);
+#11216 = CARTESIAN_POINT('',(7.82,-0.32,-0.9));
+#11217 = VECTOR('',#11218,1.);
+#11218 = DIRECTION('',(0.,0.,1.));
+#11219 = ORIENTED_EDGE('',*,*,#11220,.T.);
+#11220 = EDGE_CURVE('',#11213,#11175,#11221,.T.);
+#11221 = LINE('',#11222,#11223);
+#11222 = CARTESIAN_POINT('',(7.82,-0.32,-0.9));
+#11223 = VECTOR('',#11224,1.);
+#11224 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11225 = ORIENTED_EDGE('',*,*,#11182,.T.);
+#11226 = ORIENTED_EDGE('',*,*,#10367,.F.);
+#11227 = PLANE('',#11228);
+#11228 = AXIS2_PLACEMENT_3D('',#11229,#11230,#11231);
+#11229 = CARTESIAN_POINT('',(7.82,-0.32,-0.9));
+#11230 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11231 = DIRECTION('',(0.,-0.,1.));
+#11232 = ADVANCED_FACE('',(#11233),#11276,.F.);
+#11233 = FACE_BOUND('',#11234,.F.);
+#11234 = EDGE_LOOP('',(#11235,#11245,#11253,#11259,#11260,#11261,#11262,
+ #11270));
+#11235 = ORIENTED_EDGE('',*,*,#11236,.T.);
+#11236 = EDGE_CURVE('',#11237,#11239,#11241,.T.);
+#11237 = VERTEX_POINT('',#11238);
+#11238 = CARTESIAN_POINT('',(7.82,0.351578947368,-3.2));
+#11239 = VERTEX_POINT('',#11240);
+#11240 = CARTESIAN_POINT('',(7.82,-0.288421052632,-3.2));
+#11241 = LINE('',#11242,#11243);
+#11242 = CARTESIAN_POINT('',(7.82,0.32,-3.2));
+#11243 = VECTOR('',#11244,1.);
+#11244 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11245 = ORIENTED_EDGE('',*,*,#11246,.T.);
+#11246 = EDGE_CURVE('',#11239,#11247,#11249,.T.);
+#11247 = VERTEX_POINT('',#11248);
+#11248 = CARTESIAN_POINT('',(7.82,-2.E-02,-1.5));
+#11249 = LINE('',#11250,#11251);
+#11250 = CARTESIAN_POINT('',(7.82,-0.32,-3.4));
+#11251 = VECTOR('',#11252,1.);
+#11252 = DIRECTION('',(1.909990663905E-17,0.155962573473,0.987762965329)
+ );
+#11253 = ORIENTED_EDGE('',*,*,#11254,.T.);
+#11254 = EDGE_CURVE('',#11247,#11213,#11255,.T.);
+#11255 = LINE('',#11256,#11257);
+#11256 = CARTESIAN_POINT('',(7.82,-2.E-02,-1.5));
+#11257 = VECTOR('',#11258,1.);
+#11258 = DIRECTION('',(-5.476786982641E-17,-0.4472135955,0.894427191));
+#11259 = ORIENTED_EDGE('',*,*,#11212,.T.);
+#11260 = ORIENTED_EDGE('',*,*,#10359,.F.);
+#11261 = ORIENTED_EDGE('',*,*,#11125,.T.);
+#11262 = ORIENTED_EDGE('',*,*,#11263,.T.);
+#11263 = EDGE_CURVE('',#11126,#11264,#11266,.T.);
+#11264 = VERTEX_POINT('',#11265);
+#11265 = CARTESIAN_POINT('',(7.82,0.62,-1.5));
+#11266 = LINE('',#11267,#11268);
+#11267 = CARTESIAN_POINT('',(7.82,0.32,-0.9));
+#11268 = VECTOR('',#11269,1.);
+#11269 = DIRECTION('',(5.476786982641E-17,0.4472135955,-0.894427191));
+#11270 = ORIENTED_EDGE('',*,*,#11271,.T.);
+#11271 = EDGE_CURVE('',#11264,#11237,#11272,.T.);
+#11272 = LINE('',#11273,#11274);
+#11273 = CARTESIAN_POINT('',(7.82,0.62,-1.5));
+#11274 = VECTOR('',#11275,1.);
+#11275 = DIRECTION('',(-1.909990663905E-17,-0.155962573473,
+ -0.987762965329));
+#11276 = PLANE('',#11277);
+#11277 = AXIS2_PLACEMENT_3D('',#11278,#11279,#11280);
+#11278 = CARTESIAN_POINT('',(7.82,3.65940088399E-02,1.522832428212));
+#11279 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11280 = DIRECTION('',(0.,0.,1.));
+#11281 = ADVANCED_FACE('',(#11282),#11307,.F.);
+#11282 = FACE_BOUND('',#11283,.T.);
+#11283 = EDGE_LOOP('',(#11284,#11292,#11300,#11306));
+#11284 = ORIENTED_EDGE('',*,*,#11285,.F.);
+#11285 = EDGE_CURVE('',#11286,#10391,#11288,.T.);
+#11286 = VERTEX_POINT('',#11287);
+#11287 = CARTESIAN_POINT('',(-0.12,-0.12,6.5));
+#11288 = LINE('',#11289,#11290);
+#11289 = CARTESIAN_POINT('',(-0.146666666667,-0.146666666667,
+ 6.473333333333));
+#11290 = VECTOR('',#11291,1.);
+#11291 = DIRECTION('',(-0.57735026919,-0.57735026919,-0.57735026919));
+#11292 = ORIENTED_EDGE('',*,*,#11293,.T.);
+#11293 = EDGE_CURVE('',#11286,#11294,#11296,.T.);
+#11294 = VERTEX_POINT('',#11295);
+#11295 = CARTESIAN_POINT('',(-0.12,0.12,6.5));
+#11296 = LINE('',#11297,#11298);
+#11297 = CARTESIAN_POINT('',(-0.12,-0.32,6.5));
+#11298 = VECTOR('',#11299,1.);
+#11299 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11300 = ORIENTED_EDGE('',*,*,#11301,.T.);
+#11301 = EDGE_CURVE('',#11294,#10399,#11302,.T.);
+#11302 = LINE('',#11303,#11304);
+#11303 = CARTESIAN_POINT('',(-4.E-02,4.E-02,6.58));
+#11304 = VECTOR('',#11305,1.);
+#11305 = DIRECTION('',(-0.57735026919,0.57735026919,-0.57735026919));
+#11306 = ORIENTED_EDGE('',*,*,#10398,.F.);
+#11307 = PLANE('',#11308);
+#11308 = AXIS2_PLACEMENT_3D('',#11309,#11310,#11311);
+#11309 = CARTESIAN_POINT('',(-0.22,-0.32,6.4));
+#11310 = DIRECTION('',(0.707106781187,-8.486018839685E-17,
+ -0.707106781187));
+#11311 = DIRECTION('',(-1.212375546256E-16,-1.,-1.227125289196E-18));
+#11312 = ADVANCED_FACE('',(#11313),#11331,.T.);
+#11313 = FACE_BOUND('',#11314,.F.);
+#11314 = EDGE_LOOP('',(#11315,#11323,#11324,#11325));
+#11315 = ORIENTED_EDGE('',*,*,#11316,.F.);
+#11316 = EDGE_CURVE('',#10421,#11317,#11319,.T.);
+#11317 = VERTEX_POINT('',#11318);
+#11318 = CARTESIAN_POINT('',(0.12,-0.12,6.5));
+#11319 = LINE('',#11320,#11321);
+#11320 = CARTESIAN_POINT('',(0.253333333333,-0.253333333333,
+ 6.366666666667));
+#11321 = VECTOR('',#11322,1.);
+#11322 = DIRECTION('',(-0.57735026919,0.57735026919,0.57735026919));
+#11323 = ORIENTED_EDGE('',*,*,#10430,.T.);
+#11324 = ORIENTED_EDGE('',*,*,#11285,.F.);
+#11325 = ORIENTED_EDGE('',*,*,#11326,.F.);
+#11326 = EDGE_CURVE('',#11317,#11286,#11327,.T.);
+#11327 = LINE('',#11328,#11329);
+#11328 = CARTESIAN_POINT('',(0.32,-0.12,6.5));
+#11329 = VECTOR('',#11330,1.);
+#11330 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11331 = PLANE('',#11332);
+#11332 = AXIS2_PLACEMENT_3D('',#11333,#11334,#11335);
+#11333 = CARTESIAN_POINT('',(0.32,-0.22,6.4));
+#11334 = DIRECTION('',(-8.833102285013E-17,-0.707106781187,
+ 0.707106781187));
+#11335 = DIRECTION('',(1.,-1.236918052038E-16,1.227125289097E-18));
+#11336 = ADVANCED_FACE('',(#11337),#11355,.T.);
+#11337 = FACE_BOUND('',#11338,.F.);
+#11338 = EDGE_LOOP('',(#11339,#11340,#11348,#11354));
+#11339 = ORIENTED_EDGE('',*,*,#11316,.T.);
+#11340 = ORIENTED_EDGE('',*,*,#11341,.T.);
+#11341 = EDGE_CURVE('',#11317,#11342,#11344,.T.);
+#11342 = VERTEX_POINT('',#11343);
+#11343 = CARTESIAN_POINT('',(0.12,0.12,6.5));
+#11344 = LINE('',#11345,#11346);
+#11345 = CARTESIAN_POINT('',(0.12,-0.32,6.5));
+#11346 = VECTOR('',#11347,1.);
+#11347 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11348 = ORIENTED_EDGE('',*,*,#11349,.T.);
+#11349 = EDGE_CURVE('',#11342,#10447,#11350,.T.);
+#11350 = LINE('',#11351,#11352);
+#11351 = CARTESIAN_POINT('',(0.146666666667,0.146666666667,
+ 6.473333333333));
+#11352 = VECTOR('',#11353,1.);
+#11353 = DIRECTION('',(0.57735026919,0.57735026919,-0.57735026919));
+#11354 = ORIENTED_EDGE('',*,*,#10446,.F.);
+#11355 = PLANE('',#11356);
+#11356 = AXIS2_PLACEMENT_3D('',#11357,#11358,#11359);
+#11357 = CARTESIAN_POINT('',(0.22,-0.32,6.4));
+#11358 = DIRECTION('',(0.707106781187,-8.833102285013E-17,0.707106781187
+ ));
+#11359 = DIRECTION('',(-1.236918052038E-16,-1.,-1.227125289097E-18));
+#11360 = ADVANCED_FACE('',(#11361),#11372,.T.);
+#11361 = FACE_BOUND('',#11362,.F.);
+#11362 = EDGE_LOOP('',(#11363,#11364,#11370,#11371));
+#11363 = ORIENTED_EDGE('',*,*,#11349,.F.);
+#11364 = ORIENTED_EDGE('',*,*,#11365,.T.);
+#11365 = EDGE_CURVE('',#11342,#11294,#11366,.T.);
+#11366 = LINE('',#11367,#11368);
+#11367 = CARTESIAN_POINT('',(0.32,0.12,6.5));
+#11368 = VECTOR('',#11369,1.);
+#11369 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11370 = ORIENTED_EDGE('',*,*,#11301,.T.);
+#11371 = ORIENTED_EDGE('',*,*,#10469,.F.);
+#11372 = PLANE('',#11373);
+#11373 = AXIS2_PLACEMENT_3D('',#11374,#11375,#11376);
+#11374 = CARTESIAN_POINT('',(0.32,0.22,6.4));
+#11375 = DIRECTION('',(8.833102285013E-17,0.707106781187,0.707106781187)
+ );
+#11376 = DIRECTION('',(1.,-1.236918052038E-16,-1.227125289097E-18));
+#11377 = ADVANCED_FACE('',(#11378),#11403,.T.);
+#11378 = FACE_BOUND('',#11379,.F.);
+#11379 = EDGE_LOOP('',(#11380,#11388,#11396,#11402));
+#11380 = ORIENTED_EDGE('',*,*,#11381,.T.);
+#11381 = EDGE_CURVE('',#10487,#11382,#11384,.T.);
+#11382 = VERTEX_POINT('',#11383);
+#11383 = CARTESIAN_POINT('',(2.62,-0.12,6.5));
+#11384 = LINE('',#11385,#11386);
+#11385 = CARTESIAN_POINT('',(2.753333333333,-0.253333333333,
+ 6.366666666667));
+#11386 = VECTOR('',#11387,1.);
+#11387 = DIRECTION('',(-0.57735026919,0.57735026919,0.57735026919));
+#11388 = ORIENTED_EDGE('',*,*,#11389,.T.);
+#11389 = EDGE_CURVE('',#11382,#11390,#11392,.T.);
+#11390 = VERTEX_POINT('',#11391);
+#11391 = CARTESIAN_POINT('',(2.62,0.12,6.5));
+#11392 = LINE('',#11393,#11394);
+#11393 = CARTESIAN_POINT('',(2.62,-0.32,6.5));
+#11394 = VECTOR('',#11395,1.);
+#11395 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11396 = ORIENTED_EDGE('',*,*,#11397,.T.);
+#11397 = EDGE_CURVE('',#11390,#10495,#11398,.T.);
+#11398 = LINE('',#11399,#11400);
+#11399 = CARTESIAN_POINT('',(2.646666666667,0.146666666667,
+ 6.473333333333));
+#11400 = VECTOR('',#11401,1.);
+#11401 = DIRECTION('',(0.57735026919,0.57735026919,-0.57735026919));
+#11402 = ORIENTED_EDGE('',*,*,#10494,.F.);
+#11403 = PLANE('',#11404);
+#11404 = AXIS2_PLACEMENT_3D('',#11405,#11406,#11407);
+#11405 = CARTESIAN_POINT('',(2.72,-0.32,6.4));
+#11406 = DIRECTION('',(0.707106781187,-8.833102285013E-17,0.707106781187
+ ));
+#11407 = DIRECTION('',(-1.236918052038E-16,-1.,-1.227125289097E-18));
+#11408 = ADVANCED_FACE('',(#11409),#11427,.T.);
+#11409 = FACE_BOUND('',#11410,.F.);
+#11410 = EDGE_LOOP('',(#11411,#11412,#11420,#11426));
+#11411 = ORIENTED_EDGE('',*,*,#11397,.F.);
+#11412 = ORIENTED_EDGE('',*,*,#11413,.T.);
+#11413 = EDGE_CURVE('',#11390,#11414,#11416,.T.);
+#11414 = VERTEX_POINT('',#11415);
+#11415 = CARTESIAN_POINT('',(2.38,0.12,6.5));
+#11416 = LINE('',#11417,#11418);
+#11417 = CARTESIAN_POINT('',(2.82,0.12,6.5));
+#11418 = VECTOR('',#11419,1.);
+#11419 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11420 = ORIENTED_EDGE('',*,*,#11421,.T.);
+#11421 = EDGE_CURVE('',#11414,#10518,#11422,.T.);
+#11422 = LINE('',#11423,#11424);
+#11423 = CARTESIAN_POINT('',(2.46,4.E-02,6.58));
+#11424 = VECTOR('',#11425,1.);
+#11425 = DIRECTION('',(-0.57735026919,0.57735026919,-0.57735026919));
+#11426 = ORIENTED_EDGE('',*,*,#10517,.F.);
+#11427 = PLANE('',#11428);
+#11428 = AXIS2_PLACEMENT_3D('',#11429,#11430,#11431);
+#11429 = CARTESIAN_POINT('',(2.82,0.22,6.4));
+#11430 = DIRECTION('',(8.833102285013E-17,0.707106781187,0.707106781187)
+ );
+#11431 = DIRECTION('',(1.,-1.236918052038E-16,-1.227125289097E-18));
+#11432 = ADVANCED_FACE('',(#11433),#11451,.F.);
+#11433 = FACE_BOUND('',#11434,.T.);
+#11434 = EDGE_LOOP('',(#11435,#11443,#11449,#11450));
+#11435 = ORIENTED_EDGE('',*,*,#11436,.F.);
+#11436 = EDGE_CURVE('',#11437,#10542,#11439,.T.);
+#11437 = VERTEX_POINT('',#11438);
+#11438 = CARTESIAN_POINT('',(2.38,-0.12,6.5));
+#11439 = LINE('',#11440,#11441);
+#11440 = CARTESIAN_POINT('',(2.353333333333,-0.146666666667,
+ 6.473333333333));
+#11441 = VECTOR('',#11442,1.);
+#11442 = DIRECTION('',(-0.57735026919,-0.57735026919,-0.57735026919));
+#11443 = ORIENTED_EDGE('',*,*,#11444,.T.);
+#11444 = EDGE_CURVE('',#11437,#11414,#11445,.T.);
+#11445 = LINE('',#11446,#11447);
+#11446 = CARTESIAN_POINT('',(2.38,-0.32,6.5));
+#11447 = VECTOR('',#11448,1.);
+#11448 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11449 = ORIENTED_EDGE('',*,*,#11421,.T.);
+#11450 = ORIENTED_EDGE('',*,*,#10549,.F.);
+#11451 = PLANE('',#11452);
+#11452 = AXIS2_PLACEMENT_3D('',#11453,#11454,#11455);
+#11453 = CARTESIAN_POINT('',(2.28,-0.32,6.4));
+#11454 = DIRECTION('',(0.707106781187,-8.486018839685E-17,
+ -0.707106781187));
+#11455 = DIRECTION('',(-1.212375546256E-16,-1.,-1.227125289196E-18));
+#11456 = ADVANCED_FACE('',(#11457),#11468,.T.);
+#11457 = FACE_BOUND('',#11458,.F.);
+#11458 = EDGE_LOOP('',(#11459,#11460,#11461,#11462));
+#11459 = ORIENTED_EDGE('',*,*,#11381,.F.);
+#11460 = ORIENTED_EDGE('',*,*,#10567,.T.);
+#11461 = ORIENTED_EDGE('',*,*,#11436,.F.);
+#11462 = ORIENTED_EDGE('',*,*,#11463,.F.);
+#11463 = EDGE_CURVE('',#11382,#11437,#11464,.T.);
+#11464 = LINE('',#11465,#11466);
+#11465 = CARTESIAN_POINT('',(2.82,-0.12,6.5));
+#11466 = VECTOR('',#11467,1.);
+#11467 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11468 = PLANE('',#11469);
+#11469 = AXIS2_PLACEMENT_3D('',#11470,#11471,#11472);
+#11470 = CARTESIAN_POINT('',(2.82,-0.22,6.4));
+#11471 = DIRECTION('',(-8.833102285013E-17,-0.707106781187,
+ 0.707106781187));
+#11472 = DIRECTION('',(1.,-1.236918052038E-16,1.227125289097E-18));
+#11473 = ADVANCED_FACE('',(#11474),#11499,.F.);
+#11474 = FACE_BOUND('',#11475,.T.);
+#11475 = EDGE_LOOP('',(#11476,#11484,#11492,#11498));
+#11476 = ORIENTED_EDGE('',*,*,#11477,.F.);
+#11477 = EDGE_CURVE('',#11478,#10583,#11480,.T.);
+#11478 = VERTEX_POINT('',#11479);
+#11479 = CARTESIAN_POINT('',(4.88,-0.12,6.5));
+#11480 = LINE('',#11481,#11482);
+#11481 = CARTESIAN_POINT('',(4.853333333333,-0.146666666667,
+ 6.473333333333));
+#11482 = VECTOR('',#11483,1.);
+#11483 = DIRECTION('',(-0.57735026919,-0.57735026919,-0.57735026919));
+#11484 = ORIENTED_EDGE('',*,*,#11485,.T.);
+#11485 = EDGE_CURVE('',#11478,#11486,#11488,.T.);
+#11486 = VERTEX_POINT('',#11487);
+#11487 = CARTESIAN_POINT('',(4.88,0.12,6.5));
+#11488 = LINE('',#11489,#11490);
+#11489 = CARTESIAN_POINT('',(4.88,-0.32,6.5));
+#11490 = VECTOR('',#11491,1.);
+#11491 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11492 = ORIENTED_EDGE('',*,*,#11493,.T.);
+#11493 = EDGE_CURVE('',#11486,#10591,#11494,.T.);
+#11494 = LINE('',#11495,#11496);
+#11495 = CARTESIAN_POINT('',(4.96,4.E-02,6.58));
+#11496 = VECTOR('',#11497,1.);
+#11497 = DIRECTION('',(-0.57735026919,0.57735026919,-0.57735026919));
+#11498 = ORIENTED_EDGE('',*,*,#10590,.F.);
+#11499 = PLANE('',#11500);
+#11500 = AXIS2_PLACEMENT_3D('',#11501,#11502,#11503);
+#11501 = CARTESIAN_POINT('',(4.78,-0.32,6.4));
+#11502 = DIRECTION('',(0.707106781187,-8.486018839685E-17,
+ -0.707106781187));
+#11503 = DIRECTION('',(-1.212375546256E-16,-1.,-1.227125289196E-18));
+#11504 = ADVANCED_FACE('',(#11505),#11523,.T.);
+#11505 = FACE_BOUND('',#11506,.F.);
+#11506 = EDGE_LOOP('',(#11507,#11515,#11516,#11517));
+#11507 = ORIENTED_EDGE('',*,*,#11508,.F.);
+#11508 = EDGE_CURVE('',#10613,#11509,#11511,.T.);
+#11509 = VERTEX_POINT('',#11510);
+#11510 = CARTESIAN_POINT('',(5.12,-0.12,6.5));
+#11511 = LINE('',#11512,#11513);
+#11512 = CARTESIAN_POINT('',(5.253333333333,-0.253333333333,
+ 6.366666666667));
+#11513 = VECTOR('',#11514,1.);
+#11514 = DIRECTION('',(-0.57735026919,0.57735026919,0.57735026919));
+#11515 = ORIENTED_EDGE('',*,*,#10622,.T.);
+#11516 = ORIENTED_EDGE('',*,*,#11477,.F.);
+#11517 = ORIENTED_EDGE('',*,*,#11518,.F.);
+#11518 = EDGE_CURVE('',#11509,#11478,#11519,.T.);
+#11519 = LINE('',#11520,#11521);
+#11520 = CARTESIAN_POINT('',(5.32,-0.12,6.5));
+#11521 = VECTOR('',#11522,1.);
+#11522 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11523 = PLANE('',#11524);
+#11524 = AXIS2_PLACEMENT_3D('',#11525,#11526,#11527);
+#11525 = CARTESIAN_POINT('',(5.32,-0.22,6.4));
+#11526 = DIRECTION('',(-8.833102285013E-17,-0.707106781187,
+ 0.707106781187));
+#11527 = DIRECTION('',(1.,-1.236918052038E-16,1.227125289097E-18));
+#11528 = ADVANCED_FACE('',(#11529),#11547,.T.);
+#11529 = FACE_BOUND('',#11530,.F.);
+#11530 = EDGE_LOOP('',(#11531,#11532,#11540,#11546));
+#11531 = ORIENTED_EDGE('',*,*,#11508,.T.);
+#11532 = ORIENTED_EDGE('',*,*,#11533,.T.);
+#11533 = EDGE_CURVE('',#11509,#11534,#11536,.T.);
+#11534 = VERTEX_POINT('',#11535);
+#11535 = CARTESIAN_POINT('',(5.12,0.12,6.5));
+#11536 = LINE('',#11537,#11538);
+#11537 = CARTESIAN_POINT('',(5.12,-0.32,6.5));
+#11538 = VECTOR('',#11539,1.);
+#11539 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11540 = ORIENTED_EDGE('',*,*,#11541,.T.);
+#11541 = EDGE_CURVE('',#11534,#10639,#11542,.T.);
+#11542 = LINE('',#11543,#11544);
+#11543 = CARTESIAN_POINT('',(5.146666666667,0.146666666667,
+ 6.473333333333));
+#11544 = VECTOR('',#11545,1.);
+#11545 = DIRECTION('',(0.57735026919,0.57735026919,-0.57735026919));
+#11546 = ORIENTED_EDGE('',*,*,#10638,.F.);
+#11547 = PLANE('',#11548);
+#11548 = AXIS2_PLACEMENT_3D('',#11549,#11550,#11551);
+#11549 = CARTESIAN_POINT('',(5.22,-0.32,6.4));
+#11550 = DIRECTION('',(0.707106781187,-8.833102285013E-17,0.707106781187
+ ));
+#11551 = DIRECTION('',(-1.236918052038E-16,-1.,-1.227125289097E-18));
+#11552 = ADVANCED_FACE('',(#11553),#11564,.T.);
+#11553 = FACE_BOUND('',#11554,.F.);
+#11554 = EDGE_LOOP('',(#11555,#11556,#11562,#11563));
+#11555 = ORIENTED_EDGE('',*,*,#11541,.F.);
+#11556 = ORIENTED_EDGE('',*,*,#11557,.T.);
+#11557 = EDGE_CURVE('',#11534,#11486,#11558,.T.);
+#11558 = LINE('',#11559,#11560);
+#11559 = CARTESIAN_POINT('',(5.32,0.12,6.5));
+#11560 = VECTOR('',#11561,1.);
+#11561 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11562 = ORIENTED_EDGE('',*,*,#11493,.T.);
+#11563 = ORIENTED_EDGE('',*,*,#10661,.F.);
+#11564 = PLANE('',#11565);
+#11565 = AXIS2_PLACEMENT_3D('',#11566,#11567,#11568);
+#11566 = CARTESIAN_POINT('',(5.32,0.22,6.4));
+#11567 = DIRECTION('',(8.833102285013E-17,0.707106781187,0.707106781187)
+ );
+#11568 = DIRECTION('',(1.,-1.236918052038E-16,-1.227125289097E-18));
+#11569 = ADVANCED_FACE('',(#11570),#11595,.T.);
+#11570 = FACE_BOUND('',#11571,.F.);
+#11571 = EDGE_LOOP('',(#11572,#11580,#11588,#11594));
+#11572 = ORIENTED_EDGE('',*,*,#11573,.F.);
+#11573 = EDGE_CURVE('',#11574,#10678,#11576,.T.);
+#11574 = VERTEX_POINT('',#11575);
+#11575 = CARTESIAN_POINT('',(7.62,0.12,6.5));
+#11576 = LINE('',#11577,#11578);
+#11577 = CARTESIAN_POINT('',(7.646666666667,0.146666666667,
+ 6.473333333333));
+#11578 = VECTOR('',#11579,1.);
+#11579 = DIRECTION('',(0.57735026919,0.57735026919,-0.57735026919));
+#11580 = ORIENTED_EDGE('',*,*,#11581,.T.);
+#11581 = EDGE_CURVE('',#11574,#11582,#11584,.T.);
+#11582 = VERTEX_POINT('',#11583);
+#11583 = CARTESIAN_POINT('',(7.38,0.12,6.5));
+#11584 = LINE('',#11585,#11586);
+#11585 = CARTESIAN_POINT('',(7.82,0.12,6.5));
+#11586 = VECTOR('',#11587,1.);
+#11587 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11588 = ORIENTED_EDGE('',*,*,#11589,.T.);
+#11589 = EDGE_CURVE('',#11582,#10686,#11590,.T.);
+#11590 = LINE('',#11591,#11592);
+#11591 = CARTESIAN_POINT('',(7.46,4.E-02,6.58));
+#11592 = VECTOR('',#11593,1.);
+#11593 = DIRECTION('',(-0.57735026919,0.57735026919,-0.57735026919));
+#11594 = ORIENTED_EDGE('',*,*,#10685,.F.);
+#11595 = PLANE('',#11596);
+#11596 = AXIS2_PLACEMENT_3D('',#11597,#11598,#11599);
+#11597 = CARTESIAN_POINT('',(7.82,0.22,6.4));
+#11598 = DIRECTION('',(8.833102285013E-17,0.707106781187,0.707106781187)
+ );
+#11599 = DIRECTION('',(1.,-1.236918052038E-16,-1.227125289097E-18));
+#11600 = ADVANCED_FACE('',(#11601),#11619,.F.);
+#11601 = FACE_BOUND('',#11602,.T.);
+#11602 = EDGE_LOOP('',(#11603,#11611,#11617,#11618));
+#11603 = ORIENTED_EDGE('',*,*,#11604,.F.);
+#11604 = EDGE_CURVE('',#11605,#10710,#11607,.T.);
+#11605 = VERTEX_POINT('',#11606);
+#11606 = CARTESIAN_POINT('',(7.38,-0.12,6.5));
+#11607 = LINE('',#11608,#11609);
+#11608 = CARTESIAN_POINT('',(7.353333333333,-0.146666666667,
+ 6.473333333333));
+#11609 = VECTOR('',#11610,1.);
+#11610 = DIRECTION('',(-0.57735026919,-0.57735026919,-0.57735026919));
+#11611 = ORIENTED_EDGE('',*,*,#11612,.T.);
+#11612 = EDGE_CURVE('',#11605,#11582,#11613,.T.);
+#11613 = LINE('',#11614,#11615);
+#11614 = CARTESIAN_POINT('',(7.38,-0.32,6.5));
+#11615 = VECTOR('',#11616,1.);
+#11616 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11617 = ORIENTED_EDGE('',*,*,#11589,.T.);
+#11618 = ORIENTED_EDGE('',*,*,#10717,.F.);
+#11619 = PLANE('',#11620);
+#11620 = AXIS2_PLACEMENT_3D('',#11621,#11622,#11623);
+#11621 = CARTESIAN_POINT('',(7.28,-0.32,6.4));
+#11622 = DIRECTION('',(0.707106781187,-8.486018839685E-17,
+ -0.707106781187));
+#11623 = DIRECTION('',(-1.212375546256E-16,-1.,-1.227125289196E-18));
+#11624 = ADVANCED_FACE('',(#11625),#11643,.T.);
+#11625 = FACE_BOUND('',#11626,.F.);
+#11626 = EDGE_LOOP('',(#11627,#11635,#11636,#11637));
+#11627 = ORIENTED_EDGE('',*,*,#11628,.F.);
+#11628 = EDGE_CURVE('',#10733,#11629,#11631,.T.);
+#11629 = VERTEX_POINT('',#11630);
+#11630 = CARTESIAN_POINT('',(7.62,-0.12,6.5));
+#11631 = LINE('',#11632,#11633);
+#11632 = CARTESIAN_POINT('',(7.753333333333,-0.253333333333,
+ 6.366666666667));
+#11633 = VECTOR('',#11634,1.);
+#11634 = DIRECTION('',(-0.57735026919,0.57735026919,0.57735026919));
+#11635 = ORIENTED_EDGE('',*,*,#10742,.T.);
+#11636 = ORIENTED_EDGE('',*,*,#11604,.F.);
+#11637 = ORIENTED_EDGE('',*,*,#11638,.F.);
+#11638 = EDGE_CURVE('',#11629,#11605,#11639,.T.);
+#11639 = LINE('',#11640,#11641);
+#11640 = CARTESIAN_POINT('',(7.82,-0.12,6.5));
+#11641 = VECTOR('',#11642,1.);
+#11642 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11643 = PLANE('',#11644);
+#11644 = AXIS2_PLACEMENT_3D('',#11645,#11646,#11647);
+#11645 = CARTESIAN_POINT('',(7.82,-0.22,6.4));
+#11646 = DIRECTION('',(-8.833102285013E-17,-0.707106781187,
+ 0.707106781187));
+#11647 = DIRECTION('',(1.,-1.236918052038E-16,1.227125289097E-18));
+#11648 = ADVANCED_FACE('',(#11649),#11660,.T.);
+#11649 = FACE_BOUND('',#11650,.F.);
+#11650 = EDGE_LOOP('',(#11651,#11652,#11658,#11659));
+#11651 = ORIENTED_EDGE('',*,*,#11628,.T.);
+#11652 = ORIENTED_EDGE('',*,*,#11653,.T.);
+#11653 = EDGE_CURVE('',#11629,#11574,#11654,.T.);
+#11654 = LINE('',#11655,#11656);
+#11655 = CARTESIAN_POINT('',(7.62,-0.32,6.5));
+#11656 = VECTOR('',#11657,1.);
+#11657 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#11658 = ORIENTED_EDGE('',*,*,#11573,.T.);
+#11659 = ORIENTED_EDGE('',*,*,#10758,.F.);
+#11660 = PLANE('',#11661);
+#11661 = AXIS2_PLACEMENT_3D('',#11662,#11663,#11664);
+#11662 = CARTESIAN_POINT('',(7.72,-0.32,6.4));
+#11663 = DIRECTION('',(0.707106781187,-8.833102285013E-17,0.707106781187
+ ));
+#11664 = DIRECTION('',(-1.236918052038E-16,-1.,-1.227125289097E-18));
+#11665 = ADVANCED_FACE('',(#11666),#11707,.F.);
+#11666 = FACE_BOUND('',#11667,.T.);
+#11667 = EDGE_LOOP('',(#11668,#11678,#11686,#11694,#11700,#11701));
+#11668 = ORIENTED_EDGE('',*,*,#11669,.F.);
+#11669 = EDGE_CURVE('',#11670,#11672,#11674,.T.);
+#11670 = VERTEX_POINT('',#11671);
+#11671 = CARTESIAN_POINT('',(-0.12,0.12,-3.4));
+#11672 = VERTEX_POINT('',#11673);
+#11673 = CARTESIAN_POINT('',(-0.317552593066,0.351192514695,
+ -3.202447406934));
+#11674 = LINE('',#11675,#11676);
+#11675 = CARTESIAN_POINT('',(-0.153849098111,0.159613036666,
+ -3.366150901889));
+#11676 = VECTOR('',#11677,1.);
+#11677 = DIRECTION('',(-0.544770019249,0.63753529491,0.544770019249));
+#11678 = ORIENTED_EDGE('',*,*,#11679,.T.);
+#11679 = EDGE_CURVE('',#11670,#11680,#11682,.T.);
+#11680 = VERTEX_POINT('',#11681);
+#11681 = CARTESIAN_POINT('',(-0.12,-0.12,-3.4));
+#11682 = LINE('',#11683,#11684);
+#11683 = CARTESIAN_POINT('',(-0.12,0.32,-3.4));
+#11684 = VECTOR('',#11685,1.);
+#11685 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11686 = ORIENTED_EDGE('',*,*,#11687,.T.);
+#11687 = EDGE_CURVE('',#11680,#11688,#11690,.T.);
+#11688 = VERTEX_POINT('',#11689);
+#11689 = CARTESIAN_POINT('',(-0.317552593066,-0.288807485305,
+ -3.202447406934));
+#11690 = LINE('',#11691,#11692);
+#11691 = CARTESIAN_POINT('',(-3.848855660758E-02,-5.034896900541E-02,
+ -3.481511443392));
+#11692 = VECTOR('',#11693,1.);
+#11693 = DIRECTION('',(-0.605209817607,-0.517148096144,0.605209817607));
+#11694 = ORIENTED_EDGE('',*,*,#11695,.T.);
+#11695 = EDGE_CURVE('',#11688,#10776,#11696,.T.);
+#11696 = LINE('',#11697,#11698);
+#11697 = CARTESIAN_POINT('',(-8.569083447332E-02,-0.325417236662,
+ -3.434309165527));
+#11698 = VECTOR('',#11699,1.);
+#11699 = DIRECTION('',(-0.702740385383,0.110959008218,0.702740385383));
+#11700 = ORIENTED_EDGE('',*,*,#10773,.F.);
+#11701 = ORIENTED_EDGE('',*,*,#11702,.F.);
+#11702 = EDGE_CURVE('',#11672,#10774,#11703,.T.);
+#11703 = LINE('',#11704,#11705);
+#11704 = CARTESIAN_POINT('',(-0.541586867305,0.386566347469,
+ -2.978413132695));
+#11705 = VECTOR('',#11706,1.);
+#11706 = DIRECTION('',(-0.702740385383,0.110959008218,0.702740385383));
+#11707 = PLANE('',#11708);
+#11708 = AXIS2_PLACEMENT_3D('',#11709,#11710,#11711);
+#11709 = CARTESIAN_POINT('',(-0.22,0.32,-3.3));
+#11710 = DIRECTION('',(0.707106781187,-8.833102285013E-17,0.707106781187
+ ));
+#11711 = DIRECTION('',(1.236918052038E-16,1.,1.227125289097E-18));
+#11712 = ADVANCED_FACE('',(#11713),#11738,.F.);
+#11713 = FACE_BOUND('',#11714,.F.);
+#11714 = EDGE_LOOP('',(#11715,#11716,#11722,#11723,#11724,#11732));
+#11715 = ORIENTED_EDGE('',*,*,#10902,.F.);
+#11716 = ORIENTED_EDGE('',*,*,#11717,.T.);
+#11717 = EDGE_CURVE('',#10895,#10815,#11718,.T.);
+#11718 = LINE('',#11719,#11720);
+#11719 = CARTESIAN_POINT('',(0.32,0.62,-1.5));
+#11720 = VECTOR('',#11721,1.);
+#11721 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11722 = ORIENTED_EDGE('',*,*,#10822,.T.);
+#11723 = ORIENTED_EDGE('',*,*,#11702,.F.);
+#11724 = ORIENTED_EDGE('',*,*,#11725,.F.);
+#11725 = EDGE_CURVE('',#11726,#11672,#11728,.T.);
+#11726 = VERTEX_POINT('',#11727);
+#11727 = CARTESIAN_POINT('',(0.317552593066,0.351192514695,
+ -3.202447406934));
+#11728 = LINE('',#11729,#11730);
+#11729 = CARTESIAN_POINT('',(0.32,0.351192514695,-3.202447406934));
+#11730 = VECTOR('',#11731,1.);
+#11731 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11732 = ORIENTED_EDGE('',*,*,#11733,.T.);
+#11733 = EDGE_CURVE('',#11726,#10861,#11734,.T.);
+#11734 = LINE('',#11735,#11736);
+#11735 = CARTESIAN_POINT('',(0.699616963064,0.411518467852,
+ -2.820383036936));
+#11736 = VECTOR('',#11737,1.);
+#11737 = DIRECTION('',(0.702740385383,0.110959008218,0.702740385383));
+#11738 = PLANE('',#11739);
+#11739 = AXIS2_PLACEMENT_3D('',#11740,#11741,#11742);
+#11740 = CARTESIAN_POINT('',(0.32,0.62,-1.5));
+#11741 = DIRECTION('',(-1.209660753807E-16,-0.987762965329,
+ 0.155962573473));
+#11742 = DIRECTION('',(-1.909990663905E-17,-0.155962573473,
+ -0.987762965329));
+#11743 = ADVANCED_FACE('',(#11744),#11750,.F.);
+#11744 = FACE_BOUND('',#11745,.F.);
+#11745 = EDGE_LOOP('',(#11746,#11747,#11748,#11749));
+#11746 = ORIENTED_EDGE('',*,*,#10919,.T.);
+#11747 = ORIENTED_EDGE('',*,*,#10814,.T.);
+#11748 = ORIENTED_EDGE('',*,*,#11717,.F.);
+#11749 = ORIENTED_EDGE('',*,*,#10894,.F.);
+#11750 = PLANE('',#11751);
+#11751 = AXIS2_PLACEMENT_3D('',#11752,#11753,#11754);
+#11752 = CARTESIAN_POINT('',(0.32,0.32,-0.9));
+#11753 = DIRECTION('',(-1.095357396528E-16,-0.894427191,-0.4472135955));
+#11754 = DIRECTION('',(5.476786982641E-17,0.4472135955,-0.894427191));
+#11755 = ADVANCED_FACE('',(#11756),#11767,.F.);
+#11756 = FACE_BOUND('',#11757,.F.);
+#11757 = EDGE_LOOP('',(#11758,#11764,#11765,#11766));
+#11758 = ORIENTED_EDGE('',*,*,#11759,.T.);
+#11759 = EDGE_CURVE('',#10871,#10784,#11760,.T.);
+#11760 = LINE('',#11761,#11762);
+#11761 = CARTESIAN_POINT('',(0.32,-2.E-02,-1.5));
+#11762 = VECTOR('',#11763,1.);
+#11763 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11764 = ORIENTED_EDGE('',*,*,#10791,.T.);
+#11765 = ORIENTED_EDGE('',*,*,#10844,.F.);
+#11766 = ORIENTED_EDGE('',*,*,#10878,.F.);
+#11767 = PLANE('',#11768);
+#11768 = AXIS2_PLACEMENT_3D('',#11769,#11770,#11771);
+#11769 = CARTESIAN_POINT('',(0.32,-2.E-02,-1.5));
+#11770 = DIRECTION('',(1.095357396528E-16,0.894427191,0.4472135955));
+#11771 = DIRECTION('',(-5.476786982641E-17,-0.4472135955,0.894427191));
+#11772 = ADVANCED_FACE('',(#11773),#11793,.F.);
+#11773 = FACE_BOUND('',#11774,.F.);
+#11774 = EDGE_LOOP('',(#11775,#11776,#11784,#11790,#11791,#11792));
+#11775 = ORIENTED_EDGE('',*,*,#10870,.F.);
+#11776 = ORIENTED_EDGE('',*,*,#11777,.F.);
+#11777 = EDGE_CURVE('',#11778,#10863,#11780,.T.);
+#11778 = VERTEX_POINT('',#11779);
+#11779 = CARTESIAN_POINT('',(0.317552593066,-0.288807485305,
+ -3.202447406934));
+#11780 = LINE('',#11781,#11782);
+#11781 = CARTESIAN_POINT('',(0.243720930233,-0.300465116279,
+ -3.276279069767));
+#11782 = VECTOR('',#11783,1.);
+#11783 = DIRECTION('',(0.702740385383,0.110959008218,0.702740385383));
+#11784 = ORIENTED_EDGE('',*,*,#11785,.T.);
+#11785 = EDGE_CURVE('',#11778,#11688,#11786,.T.);
+#11786 = LINE('',#11787,#11788);
+#11787 = CARTESIAN_POINT('',(0.32,-0.288807485305,-3.202447406934));
+#11788 = VECTOR('',#11789,1.);
+#11789 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11790 = ORIENTED_EDGE('',*,*,#11695,.T.);
+#11791 = ORIENTED_EDGE('',*,*,#10783,.T.);
+#11792 = ORIENTED_EDGE('',*,*,#11759,.F.);
+#11793 = PLANE('',#11794);
+#11794 = AXIS2_PLACEMENT_3D('',#11795,#11796,#11797);
+#11795 = CARTESIAN_POINT('',(0.32,-0.32,-3.4));
+#11796 = DIRECTION('',(1.209660753807E-16,0.987762965329,-0.155962573473
+ ));
+#11797 = DIRECTION('',(1.909990663905E-17,0.155962573473,0.987762965329)
+ );
+#11798 = ADVANCED_FACE('',(#11799),#11826,.T.);
+#11799 = FACE_BOUND('',#11800,.F.);
+#11800 = EDGE_LOOP('',(#11801,#11809,#11817,#11823,#11824,#11825));
+#11801 = ORIENTED_EDGE('',*,*,#11802,.F.);
+#11802 = EDGE_CURVE('',#11803,#11726,#11805,.T.);
+#11803 = VERTEX_POINT('',#11804);
+#11804 = CARTESIAN_POINT('',(0.12,0.12,-3.4));
+#11805 = LINE('',#11806,#11807);
+#11806 = CARTESIAN_POINT('',(0.24881689775,0.270752273427,-3.27118310225
+ ));
+#11807 = VECTOR('',#11808,1.);
+#11808 = DIRECTION('',(0.544770019249,0.63753529491,0.544770019249));
+#11809 = ORIENTED_EDGE('',*,*,#11810,.T.);
+#11810 = EDGE_CURVE('',#11803,#11811,#11813,.T.);
+#11811 = VERTEX_POINT('',#11812);
+#11812 = CARTESIAN_POINT('',(0.12,-0.12,-3.4));
+#11813 = LINE('',#11814,#11815);
+#11814 = CARTESIAN_POINT('',(0.12,0.32,-3.4));
+#11815 = VECTOR('',#11816,1.);
+#11816 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11817 = ORIENTED_EDGE('',*,*,#11818,.T.);
+#11818 = EDGE_CURVE('',#11811,#11778,#11819,.T.);
+#11819 = LINE('',#11820,#11821);
+#11820 = CARTESIAN_POINT('',(0.155697812072,-0.150503562587,
+ -3.364302187928));
+#11821 = VECTOR('',#11822,1.);
+#11822 = DIRECTION('',(0.605209817607,-0.517148096144,0.605209817607));
+#11823 = ORIENTED_EDGE('',*,*,#11777,.T.);
+#11824 = ORIENTED_EDGE('',*,*,#10860,.F.);
+#11825 = ORIENTED_EDGE('',*,*,#11733,.F.);
+#11826 = PLANE('',#11827);
+#11827 = AXIS2_PLACEMENT_3D('',#11828,#11829,#11830);
+#11828 = CARTESIAN_POINT('',(0.22,0.32,-3.3));
+#11829 = DIRECTION('',(0.707106781187,-8.486018839685E-17,
+ -0.707106781187));
+#11830 = DIRECTION('',(1.212375546256E-16,1.,1.227125289196E-18));
+#11831 = ADVANCED_FACE('',(#11832),#11857,.T.);
+#11832 = FACE_BOUND('',#11833,.F.);
+#11833 = EDGE_LOOP('',(#11834,#11842,#11850,#11856));
+#11834 = ORIENTED_EDGE('',*,*,#11835,.F.);
+#11835 = EDGE_CURVE('',#11836,#10934,#11838,.T.);
+#11836 = VERTEX_POINT('',#11837);
+#11837 = CARTESIAN_POINT('',(2.62,0.12,-3.4));
+#11838 = LINE('',#11839,#11840);
+#11839 = CARTESIAN_POINT('',(2.753333333333,0.253333333333,
+ -3.266666666667));
+#11840 = VECTOR('',#11841,1.);
+#11841 = DIRECTION('',(0.57735026919,0.57735026919,0.57735026919));
+#11842 = ORIENTED_EDGE('',*,*,#11843,.T.);
+#11843 = EDGE_CURVE('',#11836,#11844,#11846,.T.);
+#11844 = VERTEX_POINT('',#11845);
+#11845 = CARTESIAN_POINT('',(2.62,-0.12,-3.4));
+#11846 = LINE('',#11847,#11848);
+#11847 = CARTESIAN_POINT('',(2.62,0.32,-3.4));
+#11848 = VECTOR('',#11849,1.);
+#11849 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11850 = ORIENTED_EDGE('',*,*,#11851,.T.);
+#11851 = EDGE_CURVE('',#11844,#10936,#11852,.T.);
+#11852 = LINE('',#11853,#11854);
+#11853 = CARTESIAN_POINT('',(2.646666666667,-0.146666666667,
+ -3.373333333333));
+#11854 = VECTOR('',#11855,1.);
+#11855 = DIRECTION('',(0.57735026919,-0.57735026919,0.57735026919));
+#11856 = ORIENTED_EDGE('',*,*,#10933,.F.);
+#11857 = PLANE('',#11858);
+#11858 = AXIS2_PLACEMENT_3D('',#11859,#11860,#11861);
+#11859 = CARTESIAN_POINT('',(2.72,0.32,-3.3));
+#11860 = DIRECTION('',(0.707106781187,-8.486018839685E-17,
+ -0.707106781187));
+#11861 = DIRECTION('',(1.212375546256E-16,1.,1.227125289196E-18));
+#11862 = ADVANCED_FACE('',(#11863),#11881,.T.);
+#11863 = FACE_BOUND('',#11864,.T.);
+#11864 = EDGE_LOOP('',(#11865,#11866,#11874,#11880));
+#11865 = ORIENTED_EDGE('',*,*,#11835,.F.);
+#11866 = ORIENTED_EDGE('',*,*,#11867,.T.);
+#11867 = EDGE_CURVE('',#11836,#11868,#11870,.T.);
+#11868 = VERTEX_POINT('',#11869);
+#11869 = CARTESIAN_POINT('',(2.38,0.12,-3.4));
+#11870 = LINE('',#11871,#11872);
+#11871 = CARTESIAN_POINT('',(2.82,0.12,-3.4));
+#11872 = VECTOR('',#11873,1.);
+#11873 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11874 = ORIENTED_EDGE('',*,*,#11875,.T.);
+#11875 = EDGE_CURVE('',#11868,#10967,#11876,.T.);
+#11876 = LINE('',#11877,#11878);
+#11877 = CARTESIAN_POINT('',(2.353333333333,0.146666666667,
+ -3.373333333333));
+#11878 = VECTOR('',#11879,1.);
+#11879 = DIRECTION('',(-0.57735026919,0.57735026919,0.57735026919));
+#11880 = ORIENTED_EDGE('',*,*,#10974,.F.);
+#11881 = PLANE('',#11882);
+#11882 = AXIS2_PLACEMENT_3D('',#11883,#11884,#11885);
+#11883 = CARTESIAN_POINT('',(2.82,0.22,-3.3));
+#11884 = DIRECTION('',(8.486018839685E-17,0.707106781187,-0.707106781187
+ ));
+#11885 = DIRECTION('',(-1.,1.212375546256E-16,1.227125289196E-18));
+#11886 = ADVANCED_FACE('',(#11887),#11905,.F.);
+#11887 = FACE_BOUND('',#11888,.T.);
+#11888 = EDGE_LOOP('',(#11889,#11890,#11898,#11904));
+#11889 = ORIENTED_EDGE('',*,*,#11875,.F.);
+#11890 = ORIENTED_EDGE('',*,*,#11891,.T.);
+#11891 = EDGE_CURVE('',#11868,#11892,#11894,.T.);
+#11892 = VERTEX_POINT('',#11893);
+#11893 = CARTESIAN_POINT('',(2.38,-0.12,-3.4));
+#11894 = LINE('',#11895,#11896);
+#11895 = CARTESIAN_POINT('',(2.38,0.32,-3.4));
+#11896 = VECTOR('',#11897,1.);
+#11897 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11898 = ORIENTED_EDGE('',*,*,#11899,.T.);
+#11899 = EDGE_CURVE('',#11892,#10989,#11900,.T.);
+#11900 = LINE('',#11901,#11902);
+#11901 = CARTESIAN_POINT('',(2.46,-4.E-02,-3.48));
+#11902 = VECTOR('',#11903,1.);
+#11903 = DIRECTION('',(-0.57735026919,-0.57735026919,0.57735026919));
+#11904 = ORIENTED_EDGE('',*,*,#10988,.F.);
+#11905 = PLANE('',#11906);
+#11906 = AXIS2_PLACEMENT_3D('',#11907,#11908,#11909);
+#11907 = CARTESIAN_POINT('',(2.28,0.32,-3.3));
+#11908 = DIRECTION('',(0.707106781187,-8.833102285013E-17,0.707106781187
+ ));
+#11909 = DIRECTION('',(1.236918052038E-16,1.,1.227125289097E-18));
+#11910 = ADVANCED_FACE('',(#11911),#11922,.T.);
+#11911 = FACE_BOUND('',#11912,.F.);
+#11912 = EDGE_LOOP('',(#11913,#11914,#11920,#11921));
+#11913 = ORIENTED_EDGE('',*,*,#11851,.F.);
+#11914 = ORIENTED_EDGE('',*,*,#11915,.T.);
+#11915 = EDGE_CURVE('',#11844,#11892,#11916,.T.);
+#11916 = LINE('',#11917,#11918);
+#11917 = CARTESIAN_POINT('',(2.82,-0.12,-3.4));
+#11918 = VECTOR('',#11919,1.);
+#11919 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11920 = ORIENTED_EDGE('',*,*,#11899,.T.);
+#11921 = ORIENTED_EDGE('',*,*,#11013,.F.);
+#11922 = PLANE('',#11923);
+#11923 = AXIS2_PLACEMENT_3D('',#11924,#11925,#11926);
+#11924 = CARTESIAN_POINT('',(2.82,-0.22,-3.3));
+#11925 = DIRECTION('',(-8.486018839685E-17,-0.707106781187,
+ -0.707106781187));
+#11926 = DIRECTION('',(1.,-1.212375546256E-16,1.227125289196E-18));
+#11927 = ADVANCED_FACE('',(#11928),#11953,.F.);
+#11928 = FACE_BOUND('',#11929,.T.);
+#11929 = EDGE_LOOP('',(#11930,#11938,#11946,#11952));
+#11930 = ORIENTED_EDGE('',*,*,#11931,.F.);
+#11931 = EDGE_CURVE('',#11932,#11030,#11934,.T.);
+#11932 = VERTEX_POINT('',#11933);
+#11933 = CARTESIAN_POINT('',(4.88,0.12,-3.4));
+#11934 = LINE('',#11935,#11936);
+#11935 = CARTESIAN_POINT('',(4.853333333333,0.146666666667,
+ -3.373333333333));
+#11936 = VECTOR('',#11937,1.);
+#11937 = DIRECTION('',(-0.57735026919,0.57735026919,0.57735026919));
+#11938 = ORIENTED_EDGE('',*,*,#11939,.T.);
+#11939 = EDGE_CURVE('',#11932,#11940,#11942,.T.);
+#11940 = VERTEX_POINT('',#11941);
+#11941 = CARTESIAN_POINT('',(4.88,-0.12,-3.4));
+#11942 = LINE('',#11943,#11944);
+#11943 = CARTESIAN_POINT('',(4.88,0.32,-3.4));
+#11944 = VECTOR('',#11945,1.);
+#11945 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11946 = ORIENTED_EDGE('',*,*,#11947,.T.);
+#11947 = EDGE_CURVE('',#11940,#11032,#11948,.T.);
+#11948 = LINE('',#11949,#11950);
+#11949 = CARTESIAN_POINT('',(4.96,-4.E-02,-3.48));
+#11950 = VECTOR('',#11951,1.);
+#11951 = DIRECTION('',(-0.57735026919,-0.57735026919,0.57735026919));
+#11952 = ORIENTED_EDGE('',*,*,#11029,.F.);
+#11953 = PLANE('',#11954);
+#11954 = AXIS2_PLACEMENT_3D('',#11955,#11956,#11957);
+#11955 = CARTESIAN_POINT('',(4.78,0.32,-3.3));
+#11956 = DIRECTION('',(0.707106781187,-8.833102285013E-17,0.707106781187
+ ));
+#11957 = DIRECTION('',(1.236918052038E-16,1.,1.227125289097E-18));
+#11958 = ADVANCED_FACE('',(#11959),#11977,.T.);
+#11959 = FACE_BOUND('',#11960,.F.);
+#11960 = EDGE_LOOP('',(#11961,#11969,#11975,#11976));
+#11961 = ORIENTED_EDGE('',*,*,#11962,.F.);
+#11962 = EDGE_CURVE('',#11963,#11061,#11965,.T.);
+#11963 = VERTEX_POINT('',#11964);
+#11964 = CARTESIAN_POINT('',(5.12,-0.12,-3.4));
+#11965 = LINE('',#11966,#11967);
+#11966 = CARTESIAN_POINT('',(5.146666666667,-0.146666666667,
+ -3.373333333333));
+#11967 = VECTOR('',#11968,1.);
+#11968 = DIRECTION('',(0.57735026919,-0.57735026919,0.57735026919));
+#11969 = ORIENTED_EDGE('',*,*,#11970,.T.);
+#11970 = EDGE_CURVE('',#11963,#11940,#11971,.T.);
+#11971 = LINE('',#11972,#11973);
+#11972 = CARTESIAN_POINT('',(5.32,-0.12,-3.4));
+#11973 = VECTOR('',#11974,1.);
+#11974 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#11975 = ORIENTED_EDGE('',*,*,#11947,.T.);
+#11976 = ORIENTED_EDGE('',*,*,#11068,.F.);
+#11977 = PLANE('',#11978);
+#11978 = AXIS2_PLACEMENT_3D('',#11979,#11980,#11981);
+#11979 = CARTESIAN_POINT('',(5.32,-0.22,-3.3));
+#11980 = DIRECTION('',(-8.486018839685E-17,-0.707106781187,
+ -0.707106781187));
+#11981 = DIRECTION('',(1.,-1.212375546256E-16,1.227125289196E-18));
+#11982 = ADVANCED_FACE('',(#11983),#12001,.T.);
+#11983 = FACE_BOUND('',#11984,.F.);
+#11984 = EDGE_LOOP('',(#11985,#11993,#11999,#12000));
+#11985 = ORIENTED_EDGE('',*,*,#11986,.F.);
+#11986 = EDGE_CURVE('',#11987,#11085,#11989,.T.);
+#11987 = VERTEX_POINT('',#11988);
+#11988 = CARTESIAN_POINT('',(5.12,0.12,-3.4));
+#11989 = LINE('',#11990,#11991);
+#11990 = CARTESIAN_POINT('',(5.253333333333,0.253333333333,
+ -3.266666666667));
+#11991 = VECTOR('',#11992,1.);
+#11992 = DIRECTION('',(0.57735026919,0.57735026919,0.57735026919));
+#11993 = ORIENTED_EDGE('',*,*,#11994,.T.);
+#11994 = EDGE_CURVE('',#11987,#11963,#11995,.T.);
+#11995 = LINE('',#11996,#11997);
+#11996 = CARTESIAN_POINT('',(5.12,0.32,-3.4));
+#11997 = VECTOR('',#11998,1.);
+#11998 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#11999 = ORIENTED_EDGE('',*,*,#11962,.T.);
+#12000 = ORIENTED_EDGE('',*,*,#11084,.F.);
+#12001 = PLANE('',#12002);
+#12002 = AXIS2_PLACEMENT_3D('',#12003,#12004,#12005);
+#12003 = CARTESIAN_POINT('',(5.22,0.32,-3.3));
+#12004 = DIRECTION('',(0.707106781187,-8.486018839685E-17,
+ -0.707106781187));
+#12005 = DIRECTION('',(1.212375546256E-16,1.,1.227125289196E-18));
+#12006 = ADVANCED_FACE('',(#12007),#12018,.T.);
+#12007 = FACE_BOUND('',#12008,.T.);
+#12008 = EDGE_LOOP('',(#12009,#12010,#12016,#12017));
+#12009 = ORIENTED_EDGE('',*,*,#11986,.F.);
+#12010 = ORIENTED_EDGE('',*,*,#12011,.T.);
+#12011 = EDGE_CURVE('',#11987,#11932,#12012,.T.);
+#12012 = LINE('',#12013,#12014);
+#12013 = CARTESIAN_POINT('',(5.32,0.12,-3.4));
+#12014 = VECTOR('',#12015,1.);
+#12015 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#12016 = ORIENTED_EDGE('',*,*,#11931,.T.);
+#12017 = ORIENTED_EDGE('',*,*,#11111,.F.);
+#12018 = PLANE('',#12019);
+#12019 = AXIS2_PLACEMENT_3D('',#12020,#12021,#12022);
+#12020 = CARTESIAN_POINT('',(5.32,0.22,-3.3));
+#12021 = DIRECTION('',(8.486018839685E-17,0.707106781187,-0.707106781187
+ ));
+#12022 = DIRECTION('',(-1.,1.212375546256E-16,1.227125289196E-18));
+#12023 = ADVANCED_FACE('',(#12024),#12035,.F.);
+#12024 = FACE_BOUND('',#12025,.F.);
+#12025 = EDGE_LOOP('',(#12026,#12027,#12028,#12034));
+#12026 = ORIENTED_EDGE('',*,*,#11142,.T.);
+#12027 = ORIENTED_EDGE('',*,*,#11190,.T.);
+#12028 = ORIENTED_EDGE('',*,*,#12029,.F.);
+#12029 = EDGE_CURVE('',#11264,#11191,#12030,.T.);
+#12030 = LINE('',#12031,#12032);
+#12031 = CARTESIAN_POINT('',(7.82,0.62,-1.5));
+#12032 = VECTOR('',#12033,1.);
+#12033 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#12034 = ORIENTED_EDGE('',*,*,#11263,.F.);
+#12035 = PLANE('',#12036);
+#12036 = AXIS2_PLACEMENT_3D('',#12037,#12038,#12039);
+#12037 = CARTESIAN_POINT('',(7.82,0.32,-0.9));
+#12038 = DIRECTION('',(-1.095357396528E-16,-0.894427191,-0.4472135955));
+#12039 = DIRECTION('',(5.476786982641E-17,0.4472135955,-0.894427191));
+#12040 = ADVANCED_FACE('',(#12041),#12082,.F.);
+#12041 = FACE_BOUND('',#12042,.T.);
+#12042 = EDGE_LOOP('',(#12043,#12053,#12061,#12069,#12075,#12076));
+#12043 = ORIENTED_EDGE('',*,*,#12044,.F.);
+#12044 = EDGE_CURVE('',#12045,#12047,#12049,.T.);
+#12045 = VERTEX_POINT('',#12046);
+#12046 = CARTESIAN_POINT('',(7.38,0.12,-3.4));
+#12047 = VERTEX_POINT('',#12048);
+#12048 = CARTESIAN_POINT('',(7.182447406934,0.351192514695,
+ -3.202447406934));
+#12049 = LINE('',#12050,#12051);
+#12050 = CARTESIAN_POINT('',(7.346150901889,0.159613036666,
+ -3.366150901889));
+#12051 = VECTOR('',#12052,1.);
+#12052 = DIRECTION('',(-0.544770019249,0.63753529491,0.544770019249));
+#12053 = ORIENTED_EDGE('',*,*,#12054,.T.);
+#12054 = EDGE_CURVE('',#12045,#12055,#12057,.T.);
+#12055 = VERTEX_POINT('',#12056);
+#12056 = CARTESIAN_POINT('',(7.38,-0.12,-3.4));
+#12057 = LINE('',#12058,#12059);
+#12058 = CARTESIAN_POINT('',(7.38,0.32,-3.4));
+#12059 = VECTOR('',#12060,1.);
+#12060 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#12061 = ORIENTED_EDGE('',*,*,#12062,.T.);
+#12062 = EDGE_CURVE('',#12055,#12063,#12065,.T.);
+#12063 = VERTEX_POINT('',#12064);
+#12064 = CARTESIAN_POINT('',(7.182447406934,-0.288807485305,
+ -3.202447406934));
+#12065 = LINE('',#12066,#12067);
+#12066 = CARTESIAN_POINT('',(7.461511443392,-5.034896900541E-02,
+ -3.481511443392));
+#12067 = VECTOR('',#12068,1.);
+#12068 = DIRECTION('',(-0.605209817607,-0.517148096144,0.605209817607));
+#12069 = ORIENTED_EDGE('',*,*,#12070,.T.);
+#12070 = EDGE_CURVE('',#12063,#11159,#12071,.T.);
+#12071 = LINE('',#12072,#12073);
+#12072 = CARTESIAN_POINT('',(7.414309165527,-0.325417236662,
+ -3.434309165527));
+#12073 = VECTOR('',#12074,1.);
+#12074 = DIRECTION('',(-0.702740385383,0.110959008218,0.702740385383));
+#12075 = ORIENTED_EDGE('',*,*,#11156,.F.);
+#12076 = ORIENTED_EDGE('',*,*,#12077,.F.);
+#12077 = EDGE_CURVE('',#12047,#11157,#12078,.T.);
+#12078 = LINE('',#12079,#12080);
+#12079 = CARTESIAN_POINT('',(6.958413132695,0.386566347469,
+ -2.978413132695));
+#12080 = VECTOR('',#12081,1.);
+#12081 = DIRECTION('',(-0.702740385383,0.110959008218,0.702740385383));
+#12082 = PLANE('',#12083);
+#12083 = AXIS2_PLACEMENT_3D('',#12084,#12085,#12086);
+#12084 = CARTESIAN_POINT('',(7.28,0.32,-3.3));
+#12085 = DIRECTION('',(0.707106781187,-8.833102285013E-17,0.707106781187
+ ));
+#12086 = DIRECTION('',(1.236918052038E-16,1.,1.227125289097E-18));
+#12087 = ADVANCED_FACE('',(#12088),#12108,.F.);
+#12088 = FACE_BOUND('',#12089,.F.);
+#12089 = EDGE_LOOP('',(#12090,#12091,#12092,#12093,#12094,#12102));
+#12090 = ORIENTED_EDGE('',*,*,#11271,.F.);
+#12091 = ORIENTED_EDGE('',*,*,#12029,.T.);
+#12092 = ORIENTED_EDGE('',*,*,#11198,.T.);
+#12093 = ORIENTED_EDGE('',*,*,#12077,.F.);
+#12094 = ORIENTED_EDGE('',*,*,#12095,.F.);
+#12095 = EDGE_CURVE('',#12096,#12047,#12098,.T.);
+#12096 = VERTEX_POINT('',#12097);
+#12097 = CARTESIAN_POINT('',(7.817552593066,0.351192514695,
+ -3.202447406934));
+#12098 = LINE('',#12099,#12100);
+#12099 = CARTESIAN_POINT('',(7.82,0.351192514695,-3.202447406934));
+#12100 = VECTOR('',#12101,1.);
+#12101 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#12102 = ORIENTED_EDGE('',*,*,#12103,.T.);
+#12103 = EDGE_CURVE('',#12096,#11237,#12104,.T.);
+#12104 = LINE('',#12105,#12106);
+#12105 = CARTESIAN_POINT('',(8.199616963064,0.411518467852,
+ -2.820383036936));
+#12106 = VECTOR('',#12107,1.);
+#12107 = DIRECTION('',(0.702740385383,0.110959008218,0.702740385383));
+#12108 = PLANE('',#12109);
+#12109 = AXIS2_PLACEMENT_3D('',#12110,#12111,#12112);
+#12110 = CARTESIAN_POINT('',(7.82,0.62,-1.5));
+#12111 = DIRECTION('',(-1.209660753807E-16,-0.987762965329,
+ 0.155962573473));
+#12112 = DIRECTION('',(-1.909990663905E-17,-0.155962573473,
+ -0.987762965329));
+#12113 = ADVANCED_FACE('',(#12114),#12125,.F.);
+#12114 = FACE_BOUND('',#12115,.F.);
+#12115 = EDGE_LOOP('',(#12116,#12122,#12123,#12124));
+#12116 = ORIENTED_EDGE('',*,*,#12117,.T.);
+#12117 = EDGE_CURVE('',#11247,#11167,#12118,.T.);
+#12118 = LINE('',#12119,#12120);
+#12119 = CARTESIAN_POINT('',(7.82,-2.E-02,-1.5));
+#12120 = VECTOR('',#12121,1.);
+#12121 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#12122 = ORIENTED_EDGE('',*,*,#11174,.T.);
+#12123 = ORIENTED_EDGE('',*,*,#11220,.F.);
+#12124 = ORIENTED_EDGE('',*,*,#11254,.F.);
+#12125 = PLANE('',#12126);
+#12126 = AXIS2_PLACEMENT_3D('',#12127,#12128,#12129);
+#12127 = CARTESIAN_POINT('',(7.82,-2.E-02,-1.5));
+#12128 = DIRECTION('',(1.095357396528E-16,0.894427191,0.4472135955));
+#12129 = DIRECTION('',(-5.476786982641E-17,-0.4472135955,0.894427191));
+#12130 = ADVANCED_FACE('',(#12131),#12151,.F.);
+#12131 = FACE_BOUND('',#12132,.F.);
+#12132 = EDGE_LOOP('',(#12133,#12134,#12142,#12148,#12149,#12150));
+#12133 = ORIENTED_EDGE('',*,*,#11246,.F.);
+#12134 = ORIENTED_EDGE('',*,*,#12135,.F.);
+#12135 = EDGE_CURVE('',#12136,#11239,#12138,.T.);
+#12136 = VERTEX_POINT('',#12137);
+#12137 = CARTESIAN_POINT('',(7.817552593066,-0.288807485305,
+ -3.202447406934));
+#12138 = LINE('',#12139,#12140);
+#12139 = CARTESIAN_POINT('',(7.743720930233,-0.300465116279,
+ -3.276279069767));
+#12140 = VECTOR('',#12141,1.);
+#12141 = DIRECTION('',(0.702740385383,0.110959008218,0.702740385383));
+#12142 = ORIENTED_EDGE('',*,*,#12143,.T.);
+#12143 = EDGE_CURVE('',#12136,#12063,#12144,.T.);
+#12144 = LINE('',#12145,#12146);
+#12145 = CARTESIAN_POINT('',(7.82,-0.288807485305,-3.202447406934));
+#12146 = VECTOR('',#12147,1.);
+#12147 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#12148 = ORIENTED_EDGE('',*,*,#12070,.T.);
+#12149 = ORIENTED_EDGE('',*,*,#11166,.T.);
+#12150 = ORIENTED_EDGE('',*,*,#12117,.F.);
+#12151 = PLANE('',#12152);
+#12152 = AXIS2_PLACEMENT_3D('',#12153,#12154,#12155);
+#12153 = CARTESIAN_POINT('',(7.82,-0.32,-3.4));
+#12154 = DIRECTION('',(1.209660753807E-16,0.987762965329,-0.155962573473
+ ));
+#12155 = DIRECTION('',(1.909990663905E-17,0.155962573473,0.987762965329)
+ );
+#12156 = ADVANCED_FACE('',(#12157),#12184,.T.);
+#12157 = FACE_BOUND('',#12158,.F.);
+#12158 = EDGE_LOOP('',(#12159,#12167,#12175,#12181,#12182,#12183));
+#12159 = ORIENTED_EDGE('',*,*,#12160,.F.);
+#12160 = EDGE_CURVE('',#12161,#12096,#12163,.T.);
+#12161 = VERTEX_POINT('',#12162);
+#12162 = CARTESIAN_POINT('',(7.62,0.12,-3.4));
+#12163 = LINE('',#12164,#12165);
+#12164 = CARTESIAN_POINT('',(7.74881689775,0.270752273427,-3.27118310225
+ ));
+#12165 = VECTOR('',#12166,1.);
+#12166 = DIRECTION('',(0.544770019249,0.63753529491,0.544770019249));
+#12167 = ORIENTED_EDGE('',*,*,#12168,.T.);
+#12168 = EDGE_CURVE('',#12161,#12169,#12171,.T.);
+#12169 = VERTEX_POINT('',#12170);
+#12170 = CARTESIAN_POINT('',(7.62,-0.12,-3.4));
+#12171 = LINE('',#12172,#12173);
+#12172 = CARTESIAN_POINT('',(7.62,0.32,-3.4));
+#12173 = VECTOR('',#12174,1.);
+#12174 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#12175 = ORIENTED_EDGE('',*,*,#12176,.T.);
+#12176 = EDGE_CURVE('',#12169,#12136,#12177,.T.);
+#12177 = LINE('',#12178,#12179);
+#12178 = CARTESIAN_POINT('',(7.655697812072,-0.150503562587,
+ -3.364302187928));
+#12179 = VECTOR('',#12180,1.);
+#12180 = DIRECTION('',(0.605209817607,-0.517148096144,0.605209817607));
+#12181 = ORIENTED_EDGE('',*,*,#12135,.T.);
+#12182 = ORIENTED_EDGE('',*,*,#11236,.F.);
+#12183 = ORIENTED_EDGE('',*,*,#12103,.F.);
+#12184 = PLANE('',#12185);
+#12185 = AXIS2_PLACEMENT_3D('',#12186,#12187,#12188);
+#12186 = CARTESIAN_POINT('',(7.72,0.32,-3.3));
+#12187 = DIRECTION('',(0.707106781187,-8.486018839685E-17,
+ -0.707106781187));
+#12188 = DIRECTION('',(1.212375546256E-16,1.,1.227125289196E-18));
+#12189 = ADVANCED_FACE('',(#12190),#12196,.F.);
+#12190 = FACE_BOUND('',#12191,.F.);
+#12191 = EDGE_LOOP('',(#12192,#12193,#12194,#12195));
+#12192 = ORIENTED_EDGE('',*,*,#11365,.F.);
+#12193 = ORIENTED_EDGE('',*,*,#11341,.F.);
+#12194 = ORIENTED_EDGE('',*,*,#11326,.T.);
+#12195 = ORIENTED_EDGE('',*,*,#11293,.T.);
+#12196 = PLANE('',#12197);
+#12197 = AXIS2_PLACEMENT_3D('',#12198,#12199,#12200);
+#12198 = CARTESIAN_POINT('',(0.32,-0.32,6.5));
+#12199 = DIRECTION('',(-0.,0.,-1.));
+#12200 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#12201 = ADVANCED_FACE('',(#12202),#12208,.F.);
+#12202 = FACE_BOUND('',#12203,.F.);
+#12203 = EDGE_LOOP('',(#12204,#12205,#12206,#12207));
+#12204 = ORIENTED_EDGE('',*,*,#11413,.F.);
+#12205 = ORIENTED_EDGE('',*,*,#11389,.F.);
+#12206 = ORIENTED_EDGE('',*,*,#11463,.T.);
+#12207 = ORIENTED_EDGE('',*,*,#11444,.T.);
+#12208 = PLANE('',#12209);
+#12209 = AXIS2_PLACEMENT_3D('',#12210,#12211,#12212);
+#12210 = CARTESIAN_POINT('',(2.82,-0.32,6.5));
+#12211 = DIRECTION('',(-0.,0.,-1.));
+#12212 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#12213 = ADVANCED_FACE('',(#12214),#12220,.F.);
+#12214 = FACE_BOUND('',#12215,.F.);
+#12215 = EDGE_LOOP('',(#12216,#12217,#12218,#12219));
+#12216 = ORIENTED_EDGE('',*,*,#11557,.F.);
+#12217 = ORIENTED_EDGE('',*,*,#11533,.F.);
+#12218 = ORIENTED_EDGE('',*,*,#11518,.T.);
+#12219 = ORIENTED_EDGE('',*,*,#11485,.T.);
+#12220 = PLANE('',#12221);
+#12221 = AXIS2_PLACEMENT_3D('',#12222,#12223,#12224);
+#12222 = CARTESIAN_POINT('',(5.32,-0.32,6.5));
+#12223 = DIRECTION('',(-0.,0.,-1.));
+#12224 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#12225 = ADVANCED_FACE('',(#12226),#12232,.F.);
+#12226 = FACE_BOUND('',#12227,.F.);
+#12227 = EDGE_LOOP('',(#12228,#12229,#12230,#12231));
+#12228 = ORIENTED_EDGE('',*,*,#11581,.F.);
+#12229 = ORIENTED_EDGE('',*,*,#11653,.F.);
+#12230 = ORIENTED_EDGE('',*,*,#11638,.T.);
+#12231 = ORIENTED_EDGE('',*,*,#11612,.T.);
+#12232 = PLANE('',#12233);
+#12233 = AXIS2_PLACEMENT_3D('',#12234,#12235,#12236);
+#12234 = CARTESIAN_POINT('',(7.82,-0.32,6.5));
+#12235 = DIRECTION('',(-0.,0.,-1.));
+#12236 = DIRECTION('',(1.224646799147E-16,1.,0.));
+#12237 = ADVANCED_FACE('',(#12238),#12249,.T.);
+#12238 = FACE_BOUND('',#12239,.T.);
+#12239 = EDGE_LOOP('',(#12240,#12241,#12247,#12248));
+#12240 = ORIENTED_EDGE('',*,*,#11802,.F.);
+#12241 = ORIENTED_EDGE('',*,*,#12242,.T.);
+#12242 = EDGE_CURVE('',#11803,#11670,#12243,.T.);
+#12243 = LINE('',#12244,#12245);
+#12244 = CARTESIAN_POINT('',(0.32,0.12,-3.4));
+#12245 = VECTOR('',#12246,1.);
+#12246 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#12247 = ORIENTED_EDGE('',*,*,#11669,.T.);
+#12248 = ORIENTED_EDGE('',*,*,#11725,.F.);
+#12249 = PLANE('',#12250);
+#12250 = AXIS2_PLACEMENT_3D('',#12251,#12252,#12253);
+#12251 = CARTESIAN_POINT('',(0.32,0.235596257347,-3.301223703467));
+#12252 = DIRECTION('',(8.302774088379E-17,0.64962967394,-0.760250805153)
+ );
+#12253 = DIRECTION('',(-1.,1.247195775152E-16,-2.638869166629E-18));
+#12254 = ADVANCED_FACE('',(#12255),#12266,.F.);
+#12255 = FACE_BOUND('',#12256,.F.);
+#12256 = EDGE_LOOP('',(#12257,#12258,#12259,#12260));
+#12257 = ORIENTED_EDGE('',*,*,#11810,.F.);
+#12258 = ORIENTED_EDGE('',*,*,#12242,.T.);
+#12259 = ORIENTED_EDGE('',*,*,#11679,.T.);
+#12260 = ORIENTED_EDGE('',*,*,#12261,.F.);
+#12261 = EDGE_CURVE('',#11811,#11680,#12262,.T.);
+#12262 = LINE('',#12263,#12264);
+#12263 = CARTESIAN_POINT('',(0.32,-0.12,-3.4));
+#12264 = VECTOR('',#12265,1.);
+#12265 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#12266 = PLANE('',#12267);
+#12267 = AXIS2_PLACEMENT_3D('',#12268,#12269,#12270);
+#12268 = CARTESIAN_POINT('',(0.32,0.32,-3.4));
+#12269 = DIRECTION('',(0.,0.,1.));
+#12270 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#12271 = ADVANCED_FACE('',(#12272),#12278,.T.);
+#12272 = FACE_BOUND('',#12273,.F.);
+#12273 = EDGE_LOOP('',(#12274,#12275,#12276,#12277));
+#12274 = ORIENTED_EDGE('',*,*,#11818,.F.);
+#12275 = ORIENTED_EDGE('',*,*,#12261,.T.);
+#12276 = ORIENTED_EDGE('',*,*,#11687,.T.);
+#12277 = ORIENTED_EDGE('',*,*,#11785,.F.);
+#12278 = PLANE('',#12279);
+#12279 = AXIS2_PLACEMENT_3D('',#12280,#12281,#12282);
+#12280 = CARTESIAN_POINT('',(0.32,-0.204403742653,-3.301223703467));
+#12281 = DIRECTION('',(-9.310387150808E-17,-0.760250805153,
+ -0.64962967394));
+#12282 = DIRECTION('',(1.,-1.224646799148E-16,-5.515863360725E-29));
+#12283 = ADVANCED_FACE('',(#12284),#12290,.F.);
+#12284 = FACE_BOUND('',#12285,.F.);
+#12285 = EDGE_LOOP('',(#12286,#12287,#12288,#12289));
+#12286 = ORIENTED_EDGE('',*,*,#11915,.F.);
+#12287 = ORIENTED_EDGE('',*,*,#11843,.F.);
+#12288 = ORIENTED_EDGE('',*,*,#11867,.T.);
+#12289 = ORIENTED_EDGE('',*,*,#11891,.T.);
+#12290 = PLANE('',#12291);
+#12291 = AXIS2_PLACEMENT_3D('',#12292,#12293,#12294);
+#12292 = CARTESIAN_POINT('',(2.82,0.32,-3.4));
+#12293 = DIRECTION('',(0.,0.,1.));
+#12294 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#12295 = ADVANCED_FACE('',(#12296),#12302,.F.);
+#12296 = FACE_BOUND('',#12297,.F.);
+#12297 = EDGE_LOOP('',(#12298,#12299,#12300,#12301));
+#12298 = ORIENTED_EDGE('',*,*,#11970,.F.);
+#12299 = ORIENTED_EDGE('',*,*,#11994,.F.);
+#12300 = ORIENTED_EDGE('',*,*,#12011,.T.);
+#12301 = ORIENTED_EDGE('',*,*,#11939,.T.);
+#12302 = PLANE('',#12303);
+#12303 = AXIS2_PLACEMENT_3D('',#12304,#12305,#12306);
+#12304 = CARTESIAN_POINT('',(5.32,0.32,-3.4));
+#12305 = DIRECTION('',(0.,0.,1.));
+#12306 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#12307 = ADVANCED_FACE('',(#12308),#12319,.T.);
+#12308 = FACE_BOUND('',#12309,.T.);
+#12309 = EDGE_LOOP('',(#12310,#12311,#12317,#12318));
+#12310 = ORIENTED_EDGE('',*,*,#12160,.F.);
+#12311 = ORIENTED_EDGE('',*,*,#12312,.T.);
+#12312 = EDGE_CURVE('',#12161,#12045,#12313,.T.);
+#12313 = LINE('',#12314,#12315);
+#12314 = CARTESIAN_POINT('',(7.82,0.12,-3.4));
+#12315 = VECTOR('',#12316,1.);
+#12316 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#12317 = ORIENTED_EDGE('',*,*,#12044,.T.);
+#12318 = ORIENTED_EDGE('',*,*,#12095,.F.);
+#12319 = PLANE('',#12320);
+#12320 = AXIS2_PLACEMENT_3D('',#12321,#12322,#12323);
+#12321 = CARTESIAN_POINT('',(7.82,0.235596257347,-3.301223703467));
+#12322 = DIRECTION('',(8.302774088379E-17,0.64962967394,-0.760250805153)
+ );
+#12323 = DIRECTION('',(-1.,1.247195775152E-16,-2.638869166629E-18));
+#12324 = ADVANCED_FACE('',(#12325),#12336,.F.);
+#12325 = FACE_BOUND('',#12326,.F.);
+#12326 = EDGE_LOOP('',(#12327,#12328,#12329,#12330));
+#12327 = ORIENTED_EDGE('',*,*,#12168,.F.);
+#12328 = ORIENTED_EDGE('',*,*,#12312,.T.);
+#12329 = ORIENTED_EDGE('',*,*,#12054,.T.);
+#12330 = ORIENTED_EDGE('',*,*,#12331,.F.);
+#12331 = EDGE_CURVE('',#12169,#12055,#12332,.T.);
+#12332 = LINE('',#12333,#12334);
+#12333 = CARTESIAN_POINT('',(7.82,-0.12,-3.4));
+#12334 = VECTOR('',#12335,1.);
+#12335 = DIRECTION('',(-1.,1.224646799147E-16,0.));
+#12336 = PLANE('',#12337);
+#12337 = AXIS2_PLACEMENT_3D('',#12338,#12339,#12340);
+#12338 = CARTESIAN_POINT('',(7.82,0.32,-3.4));
+#12339 = DIRECTION('',(0.,0.,1.));
+#12340 = DIRECTION('',(-1.224646799147E-16,-1.,0.));
+#12341 = ADVANCED_FACE('',(#12342),#12348,.T.);
+#12342 = FACE_BOUND('',#12343,.F.);
+#12343 = EDGE_LOOP('',(#12344,#12345,#12346,#12347));
+#12344 = ORIENTED_EDGE('',*,*,#12176,.F.);
+#12345 = ORIENTED_EDGE('',*,*,#12331,.T.);
+#12346 = ORIENTED_EDGE('',*,*,#12062,.T.);
+#12347 = ORIENTED_EDGE('',*,*,#12143,.F.);
+#12348 = PLANE('',#12349);
+#12349 = AXIS2_PLACEMENT_3D('',#12350,#12351,#12352);
+#12350 = CARTESIAN_POINT('',(7.82,-0.204403742653,-3.301223703467));
+#12351 = DIRECTION('',(-9.310387150808E-17,-0.760250805153,
+ -0.64962967394));
+#12352 = DIRECTION('',(1.,-1.224646799148E-16,-5.515863360725E-29));
+#12353 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
+GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#12357))
+GLOBAL_UNIT_ASSIGNED_CONTEXT((#12354,#12355,#12356))
+REPRESENTATION_CONTEXT('Context #1',
+ '3D Context with UNIT and UNCERTAINTY') );
+#12354 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
+#12355 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
+#12356 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
+#12357 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#12354,
+ 'distance_accuracy_value','confusion accuracy');
+#12358 = SHAPE_DEFINITION_REPRESENTATION(#12359,#8157);
+#12359 = PRODUCT_DEFINITION_SHAPE('','',#12360);
+#12360 = PRODUCT_DEFINITION('design','',#12361,#12364);
+#12361 = PRODUCT_DEFINITION_FORMATION('','',#12362);
+#12362 = PRODUCT('JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical',
+ 'JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical','',(#12363));
+#12363 = PRODUCT_CONTEXT('',#2,'mechanical');
+#12364 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
+#12365 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#12366,#12368);
+#12366 = ( REPRESENTATION_RELATIONSHIP('','',#8157,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#12367)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#12367 = ITEM_DEFINED_TRANSFORMATION('','',#11,#79);
+#12368 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #12369);
+#12369 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('17','','',#5,#12360,$);
+#12370 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#12362));
+#12371 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#12372),#15174);
+#12372 = MANIFOLD_SOLID_BREP('',#12373);
+#12373 = CLOSED_SHELL('',(#12374,#12414,#12445,#12476,#13241,#14006,
+ #14018,#14035,#14052,#14069,#14086,#14103,#14120,#14137,#14154,
+ #14171,#14188,#14205,#14222,#14239,#14256,#14273,#14290,#14307,
+ #14324,#14341,#14358,#14375,#14392,#14409,#14426,#14443,#14460,
+ #14477,#14494,#14511,#14528,#14545,#14562,#14579,#14596,#14613,
+ #14630,#14647,#14664,#14681,#14698,#14715,#14732,#14749,#14766,
+ #14783,#14800,#14817,#14834,#14851,#14868,#14885,#14902,#14919,
+ #14936,#14953,#14970,#14987,#15004,#15021,#15038,#15055,#15072,
+ #15089,#15106,#15123,#15140,#15157));
+#12374 = ADVANCED_FACE('',(#12375),#12409,.T.);
+#12375 = FACE_BOUND('',#12376,.T.);
+#12376 = EDGE_LOOP('',(#12377,#12387,#12395,#12403));
+#12377 = ORIENTED_EDGE('',*,*,#12378,.T.);
+#12378 = EDGE_CURVE('',#12379,#12381,#12383,.T.);
+#12379 = VERTEX_POINT('',#12380);
+#12380 = CARTESIAN_POINT('',(141.,-100.,0.));
+#12381 = VERTEX_POINT('',#12382);
+#12382 = CARTESIAN_POINT('',(141.,-100.,1.51));
+#12383 = LINE('',#12384,#12385);
+#12384 = CARTESIAN_POINT('',(141.,-100.,0.));
+#12385 = VECTOR('',#12386,1.);
+#12386 = DIRECTION('',(0.,0.,1.));
+#12387 = ORIENTED_EDGE('',*,*,#12388,.T.);
+#12388 = EDGE_CURVE('',#12381,#12389,#12391,.T.);
+#12389 = VERTEX_POINT('',#12390);
+#12390 = CARTESIAN_POINT('',(60.,-100.,1.51));
+#12391 = LINE('',#12392,#12393);
+#12392 = CARTESIAN_POINT('',(141.,-100.,1.51));
+#12393 = VECTOR('',#12394,1.);
+#12394 = DIRECTION('',(-1.,0.,0.));
+#12395 = ORIENTED_EDGE('',*,*,#12396,.F.);
+#12396 = EDGE_CURVE('',#12397,#12389,#12399,.T.);
+#12397 = VERTEX_POINT('',#12398);
+#12398 = CARTESIAN_POINT('',(60.,-100.,0.));
+#12399 = LINE('',#12400,#12401);
+#12400 = CARTESIAN_POINT('',(60.,-100.,0.));
+#12401 = VECTOR('',#12402,1.);
+#12402 = DIRECTION('',(0.,0.,1.));
+#12403 = ORIENTED_EDGE('',*,*,#12404,.F.);
+#12404 = EDGE_CURVE('',#12379,#12397,#12405,.T.);
+#12405 = LINE('',#12406,#12407);
+#12406 = CARTESIAN_POINT('',(141.,-100.,0.));
+#12407 = VECTOR('',#12408,1.);
+#12408 = DIRECTION('',(-1.,0.,0.));
+#12409 = PLANE('',#12410);
+#12410 = AXIS2_PLACEMENT_3D('',#12411,#12412,#12413);
+#12411 = CARTESIAN_POINT('',(141.,-100.,0.));
+#12412 = DIRECTION('',(0.,-1.,0.));
+#12413 = DIRECTION('',(-1.,0.,0.));
+#12414 = ADVANCED_FACE('',(#12415),#12440,.T.);
+#12415 = FACE_BOUND('',#12416,.T.);
+#12416 = EDGE_LOOP('',(#12417,#12427,#12433,#12434));
+#12417 = ORIENTED_EDGE('',*,*,#12418,.T.);
+#12418 = EDGE_CURVE('',#12419,#12421,#12423,.T.);
+#12419 = VERTEX_POINT('',#12420);
+#12420 = CARTESIAN_POINT('',(141.,-40.,0.));
+#12421 = VERTEX_POINT('',#12422);
+#12422 = CARTESIAN_POINT('',(141.,-40.,1.51));
+#12423 = LINE('',#12424,#12425);
+#12424 = CARTESIAN_POINT('',(141.,-40.,0.));
+#12425 = VECTOR('',#12426,1.);
+#12426 = DIRECTION('',(0.,0.,1.));
+#12427 = ORIENTED_EDGE('',*,*,#12428,.T.);
+#12428 = EDGE_CURVE('',#12421,#12381,#12429,.T.);
+#12429 = LINE('',#12430,#12431);
+#12430 = CARTESIAN_POINT('',(141.,-40.,1.51));
+#12431 = VECTOR('',#12432,1.);
+#12432 = DIRECTION('',(0.,-1.,0.));
+#12433 = ORIENTED_EDGE('',*,*,#12378,.F.);
+#12434 = ORIENTED_EDGE('',*,*,#12435,.F.);
+#12435 = EDGE_CURVE('',#12419,#12379,#12436,.T.);
+#12436 = LINE('',#12437,#12438);
+#12437 = CARTESIAN_POINT('',(141.,-40.,0.));
+#12438 = VECTOR('',#12439,1.);
+#12439 = DIRECTION('',(0.,-1.,0.));
+#12440 = PLANE('',#12441);
+#12441 = AXIS2_PLACEMENT_3D('',#12442,#12443,#12444);
+#12442 = CARTESIAN_POINT('',(141.,-40.,0.));
+#12443 = DIRECTION('',(1.,0.,-0.));
+#12444 = DIRECTION('',(0.,-1.,0.));
+#12445 = ADVANCED_FACE('',(#12446),#12471,.T.);
+#12446 = FACE_BOUND('',#12447,.T.);
+#12447 = EDGE_LOOP('',(#12448,#12449,#12457,#12465));
+#12448 = ORIENTED_EDGE('',*,*,#12396,.T.);
+#12449 = ORIENTED_EDGE('',*,*,#12450,.T.);
+#12450 = EDGE_CURVE('',#12389,#12451,#12453,.T.);
+#12451 = VERTEX_POINT('',#12452);
+#12452 = CARTESIAN_POINT('',(60.,-40.,1.51));
+#12453 = LINE('',#12454,#12455);
+#12454 = CARTESIAN_POINT('',(60.,-100.,1.51));
+#12455 = VECTOR('',#12456,1.);
+#12456 = DIRECTION('',(0.,1.,0.));
+#12457 = ORIENTED_EDGE('',*,*,#12458,.F.);
+#12458 = EDGE_CURVE('',#12459,#12451,#12461,.T.);
+#12459 = VERTEX_POINT('',#12460);
+#12460 = CARTESIAN_POINT('',(60.,-40.,0.));
+#12461 = LINE('',#12462,#12463);
+#12462 = CARTESIAN_POINT('',(60.,-40.,0.));
+#12463 = VECTOR('',#12464,1.);
+#12464 = DIRECTION('',(0.,0.,1.));
+#12465 = ORIENTED_EDGE('',*,*,#12466,.F.);
+#12466 = EDGE_CURVE('',#12397,#12459,#12467,.T.);
+#12467 = LINE('',#12468,#12469);
+#12468 = CARTESIAN_POINT('',(60.,-100.,0.));
+#12469 = VECTOR('',#12470,1.);
+#12470 = DIRECTION('',(0.,1.,0.));
+#12471 = PLANE('',#12472);
+#12472 = AXIS2_PLACEMENT_3D('',#12473,#12474,#12475);
+#12473 = CARTESIAN_POINT('',(60.,-100.,0.));
+#12474 = DIRECTION('',(-1.,0.,0.));
+#12475 = DIRECTION('',(0.,1.,0.));
+#12476 = ADVANCED_FACE('',(#12477,#12488,#12499,#12510,#12521,#12532,
+ #12543,#12554,#12565,#12576,#12587,#12598,#12609,#12620,#12631,
+ #12642,#12653,#12664,#12675,#12686,#12697,#12708,#12719,#12730,
+ #12741,#12752,#12763,#12774,#12785,#12796,#12807,#12818,#12829,
+ #12840,#12851,#12862,#12873,#12884,#12895,#12906,#12917,#12928,
+ #12939,#12950,#12961,#12972,#12983,#12994,#13005,#13016,#13027,
+ #13038,#13049,#13060,#13071,#13082,#13093,#13104,#13115,#13126,
+ #13137,#13148,#13159,#13170,#13181,#13192,#13203,#13214,#13225),
+ #13236,.F.);
+#12477 = FACE_BOUND('',#12478,.F.);
+#12478 = EDGE_LOOP('',(#12479,#12480,#12481,#12487));
+#12479 = ORIENTED_EDGE('',*,*,#12404,.F.);
+#12480 = ORIENTED_EDGE('',*,*,#12435,.F.);
+#12481 = ORIENTED_EDGE('',*,*,#12482,.F.);
+#12482 = EDGE_CURVE('',#12459,#12419,#12483,.T.);
+#12483 = LINE('',#12484,#12485);
+#12484 = CARTESIAN_POINT('',(60.,-40.,0.));
+#12485 = VECTOR('',#12486,1.);
+#12486 = DIRECTION('',(1.,0.,0.));
+#12487 = ORIENTED_EDGE('',*,*,#12466,.F.);
+#12488 = FACE_BOUND('',#12489,.F.);
+#12489 = EDGE_LOOP('',(#12490));
+#12490 = ORIENTED_EDGE('',*,*,#12491,.T.);
+#12491 = EDGE_CURVE('',#12492,#12492,#12494,.T.);
+#12492 = VERTEX_POINT('',#12493);
+#12493 = CARTESIAN_POINT('',(63.,-98.1,0.));
+#12494 = CIRCLE('',#12495,1.1);
+#12495 = AXIS2_PLACEMENT_3D('',#12496,#12497,#12498);
+#12496 = CARTESIAN_POINT('',(63.,-97.,0.));
+#12497 = DIRECTION('',(-0.,0.,-1.));
+#12498 = DIRECTION('',(-0.,-1.,0.));
+#12499 = FACE_BOUND('',#12500,.F.);
+#12500 = EDGE_LOOP('',(#12501));
+#12501 = ORIENTED_EDGE('',*,*,#12502,.T.);
+#12502 = EDGE_CURVE('',#12503,#12503,#12505,.T.);
+#12503 = VERTEX_POINT('',#12504);
+#12504 = CARTESIAN_POINT('',(65.,-91.01,0.));
+#12505 = CIRCLE('',#12506,0.45);
+#12506 = AXIS2_PLACEMENT_3D('',#12507,#12508,#12509);
+#12507 = CARTESIAN_POINT('',(65.,-90.56,0.));
+#12508 = DIRECTION('',(-0.,0.,-1.));
+#12509 = DIRECTION('',(-0.,-1.,0.));
+#12510 = FACE_BOUND('',#12511,.F.);
+#12511 = EDGE_LOOP('',(#12512));
+#12512 = ORIENTED_EDGE('',*,*,#12513,.T.);
+#12513 = EDGE_CURVE('',#12514,#12514,#12516,.T.);
+#12514 = VERTEX_POINT('',#12515);
+#12515 = CARTESIAN_POINT('',(65.,-88.47,0.));
+#12516 = CIRCLE('',#12517,0.45);
+#12517 = AXIS2_PLACEMENT_3D('',#12518,#12519,#12520);
+#12518 = CARTESIAN_POINT('',(65.,-88.02,0.));
+#12519 = DIRECTION('',(-0.,0.,-1.));
+#12520 = DIRECTION('',(-0.,-1.,0.));
+#12521 = FACE_BOUND('',#12522,.F.);
+#12522 = EDGE_LOOP('',(#12523));
+#12523 = ORIENTED_EDGE('',*,*,#12524,.T.);
+#12524 = EDGE_CURVE('',#12525,#12525,#12527,.T.);
+#12525 = VERTEX_POINT('',#12526);
+#12526 = CARTESIAN_POINT('',(65.,-85.93,0.));
+#12527 = CIRCLE('',#12528,0.45);
+#12528 = AXIS2_PLACEMENT_3D('',#12529,#12530,#12531);
+#12529 = CARTESIAN_POINT('',(65.,-85.48,0.));
+#12530 = DIRECTION('',(-0.,0.,-1.));
+#12531 = DIRECTION('',(-0.,-1.,0.));
+#12532 = FACE_BOUND('',#12533,.F.);
+#12533 = EDGE_LOOP('',(#12534));
+#12534 = ORIENTED_EDGE('',*,*,#12535,.T.);
+#12535 = EDGE_CURVE('',#12536,#12536,#12538,.T.);
+#12536 = VERTEX_POINT('',#12537);
+#12537 = CARTESIAN_POINT('',(90.4,-91.01,0.));
+#12538 = CIRCLE('',#12539,0.45);
+#12539 = AXIS2_PLACEMENT_3D('',#12540,#12541,#12542);
+#12540 = CARTESIAN_POINT('',(90.4,-90.56,0.));
+#12541 = DIRECTION('',(-0.,0.,-1.));
+#12542 = DIRECTION('',(-0.,-1.,0.));
+#12543 = FACE_BOUND('',#12544,.F.);
+#12544 = EDGE_LOOP('',(#12545));
+#12545 = ORIENTED_EDGE('',*,*,#12546,.T.);
+#12546 = EDGE_CURVE('',#12547,#12547,#12549,.T.);
+#12547 = VERTEX_POINT('',#12548);
+#12548 = CARTESIAN_POINT('',(90.4,-88.47,0.));
+#12549 = CIRCLE('',#12550,0.45);
+#12550 = AXIS2_PLACEMENT_3D('',#12551,#12552,#12553);
+#12551 = CARTESIAN_POINT('',(90.4,-88.02,0.));
+#12552 = DIRECTION('',(-0.,0.,-1.));
+#12553 = DIRECTION('',(-0.,-1.,0.));
+#12554 = FACE_BOUND('',#12555,.F.);
+#12555 = EDGE_LOOP('',(#12556));
+#12556 = ORIENTED_EDGE('',*,*,#12557,.T.);
+#12557 = EDGE_CURVE('',#12558,#12558,#12560,.T.);
+#12558 = VERTEX_POINT('',#12559);
+#12559 = CARTESIAN_POINT('',(90.4,-85.93,0.));
+#12560 = CIRCLE('',#12561,0.45);
+#12561 = AXIS2_PLACEMENT_3D('',#12562,#12563,#12564);
+#12562 = CARTESIAN_POINT('',(90.4,-85.48,0.));
+#12563 = DIRECTION('',(-0.,0.,-1.));
+#12564 = DIRECTION('',(-0.,-1.,0.));
+#12565 = FACE_BOUND('',#12566,.F.);
+#12566 = EDGE_LOOP('',(#12567));
+#12567 = ORIENTED_EDGE('',*,*,#12568,.T.);
+#12568 = EDGE_CURVE('',#12569,#12569,#12571,.T.);
+#12569 = VERTEX_POINT('',#12570);
+#12570 = CARTESIAN_POINT('',(65.,-83.39,0.));
+#12571 = CIRCLE('',#12572,0.45);
+#12572 = AXIS2_PLACEMENT_3D('',#12573,#12574,#12575);
+#12573 = CARTESIAN_POINT('',(65.,-82.94,0.));
+#12574 = DIRECTION('',(-0.,0.,-1.));
+#12575 = DIRECTION('',(-0.,-1.,0.));
+#12576 = FACE_BOUND('',#12577,.F.);
+#12577 = EDGE_LOOP('',(#12578));
+#12578 = ORIENTED_EDGE('',*,*,#12579,.T.);
+#12579 = EDGE_CURVE('',#12580,#12580,#12582,.T.);
+#12580 = VERTEX_POINT('',#12581);
+#12581 = CARTESIAN_POINT('',(65.,-80.85,0.));
+#12582 = CIRCLE('',#12583,0.45);
+#12583 = AXIS2_PLACEMENT_3D('',#12584,#12585,#12586);
+#12584 = CARTESIAN_POINT('',(65.,-80.4,0.));
+#12585 = DIRECTION('',(-0.,0.,-1.));
+#12586 = DIRECTION('',(-0.,-1.,0.));
+#12587 = FACE_BOUND('',#12588,.F.);
+#12588 = EDGE_LOOP('',(#12589));
+#12589 = ORIENTED_EDGE('',*,*,#12590,.T.);
+#12590 = EDGE_CURVE('',#12591,#12591,#12593,.T.);
+#12591 = VERTEX_POINT('',#12592);
+#12592 = CARTESIAN_POINT('',(65.,-78.31,0.));
+#12593 = CIRCLE('',#12594,0.45);
+#12594 = AXIS2_PLACEMENT_3D('',#12595,#12596,#12597);
+#12595 = CARTESIAN_POINT('',(65.,-77.86,0.));
+#12596 = DIRECTION('',(-0.,0.,-1.));
+#12597 = DIRECTION('',(-0.,-1.,0.));
+#12598 = FACE_BOUND('',#12599,.F.);
+#12599 = EDGE_LOOP('',(#12600));
+#12600 = ORIENTED_EDGE('',*,*,#12601,.T.);
+#12601 = EDGE_CURVE('',#12602,#12602,#12604,.T.);
+#12602 = VERTEX_POINT('',#12603);
+#12603 = CARTESIAN_POINT('',(65.,-75.77,0.));
+#12604 = CIRCLE('',#12605,0.45);
+#12605 = AXIS2_PLACEMENT_3D('',#12606,#12607,#12608);
+#12606 = CARTESIAN_POINT('',(65.,-75.32,0.));
+#12607 = DIRECTION('',(-0.,0.,-1.));
+#12608 = DIRECTION('',(-0.,-1.,0.));
+#12609 = FACE_BOUND('',#12610,.F.);
+#12610 = EDGE_LOOP('',(#12611));
+#12611 = ORIENTED_EDGE('',*,*,#12612,.T.);
+#12612 = EDGE_CURVE('',#12613,#12613,#12615,.T.);
+#12613 = VERTEX_POINT('',#12614);
+#12614 = CARTESIAN_POINT('',(65.,-73.23,0.));
+#12615 = CIRCLE('',#12616,0.45);
+#12616 = AXIS2_PLACEMENT_3D('',#12617,#12618,#12619);
+#12617 = CARTESIAN_POINT('',(65.,-72.78,0.));
+#12618 = DIRECTION('',(-0.,0.,-1.));
+#12619 = DIRECTION('',(-0.,-1.,0.));
+#12620 = FACE_BOUND('',#12621,.F.);
+#12621 = EDGE_LOOP('',(#12622));
+#12622 = ORIENTED_EDGE('',*,*,#12623,.T.);
+#12623 = EDGE_CURVE('',#12624,#12624,#12626,.T.);
+#12624 = VERTEX_POINT('',#12625);
+#12625 = CARTESIAN_POINT('',(65.,-70.69,0.));
+#12626 = CIRCLE('',#12627,0.45);
+#12627 = AXIS2_PLACEMENT_3D('',#12628,#12629,#12630);
+#12628 = CARTESIAN_POINT('',(65.,-70.24,0.));
+#12629 = DIRECTION('',(-0.,0.,-1.));
+#12630 = DIRECTION('',(-0.,-1.,0.));
+#12631 = FACE_BOUND('',#12632,.F.);
+#12632 = EDGE_LOOP('',(#12633));
+#12633 = ORIENTED_EDGE('',*,*,#12634,.T.);
+#12634 = EDGE_CURVE('',#12635,#12635,#12637,.T.);
+#12635 = VERTEX_POINT('',#12636);
+#12636 = CARTESIAN_POINT('',(90.4,-83.39,0.));
+#12637 = CIRCLE('',#12638,0.45);
+#12638 = AXIS2_PLACEMENT_3D('',#12639,#12640,#12641);
+#12639 = CARTESIAN_POINT('',(90.4,-82.94,0.));
+#12640 = DIRECTION('',(-0.,0.,-1.));
+#12641 = DIRECTION('',(-0.,-1.,0.));
+#12642 = FACE_BOUND('',#12643,.F.);
+#12643 = EDGE_LOOP('',(#12644));
+#12644 = ORIENTED_EDGE('',*,*,#12645,.T.);
+#12645 = EDGE_CURVE('',#12646,#12646,#12648,.T.);
+#12646 = VERTEX_POINT('',#12647);
+#12647 = CARTESIAN_POINT('',(90.4,-80.85,0.));
+#12648 = CIRCLE('',#12649,0.45);
+#12649 = AXIS2_PLACEMENT_3D('',#12650,#12651,#12652);
+#12650 = CARTESIAN_POINT('',(90.4,-80.4,0.));
+#12651 = DIRECTION('',(-0.,0.,-1.));
+#12652 = DIRECTION('',(-0.,-1.,0.));
+#12653 = FACE_BOUND('',#12654,.F.);
+#12654 = EDGE_LOOP('',(#12655));
+#12655 = ORIENTED_EDGE('',*,*,#12656,.T.);
+#12656 = EDGE_CURVE('',#12657,#12657,#12659,.T.);
+#12657 = VERTEX_POINT('',#12658);
+#12658 = CARTESIAN_POINT('',(90.4,-78.31,0.));
+#12659 = CIRCLE('',#12660,0.45);
+#12660 = AXIS2_PLACEMENT_3D('',#12661,#12662,#12663);
+#12661 = CARTESIAN_POINT('',(90.4,-77.86,0.));
+#12662 = DIRECTION('',(-0.,0.,-1.));
+#12663 = DIRECTION('',(-0.,-1.,0.));
+#12664 = FACE_BOUND('',#12665,.F.);
+#12665 = EDGE_LOOP('',(#12666));
+#12666 = ORIENTED_EDGE('',*,*,#12667,.T.);
+#12667 = EDGE_CURVE('',#12668,#12668,#12670,.T.);
+#12668 = VERTEX_POINT('',#12669);
+#12669 = CARTESIAN_POINT('',(90.4,-75.77,0.));
+#12670 = CIRCLE('',#12671,0.45);
+#12671 = AXIS2_PLACEMENT_3D('',#12672,#12673,#12674);
+#12672 = CARTESIAN_POINT('',(90.4,-75.32,0.));
+#12673 = DIRECTION('',(-0.,0.,-1.));
+#12674 = DIRECTION('',(-0.,-1.,0.));
+#12675 = FACE_BOUND('',#12676,.F.);
+#12676 = EDGE_LOOP('',(#12677));
+#12677 = ORIENTED_EDGE('',*,*,#12678,.T.);
+#12678 = EDGE_CURVE('',#12679,#12679,#12681,.T.);
+#12679 = VERTEX_POINT('',#12680);
+#12680 = CARTESIAN_POINT('',(90.4,-73.23,0.));
+#12681 = CIRCLE('',#12682,0.45);
+#12682 = AXIS2_PLACEMENT_3D('',#12683,#12684,#12685);
+#12683 = CARTESIAN_POINT('',(90.4,-72.78,0.));
+#12684 = DIRECTION('',(-0.,0.,-1.));
+#12685 = DIRECTION('',(-0.,-1.,0.));
+#12686 = FACE_BOUND('',#12687,.F.);
+#12687 = EDGE_LOOP('',(#12688));
+#12688 = ORIENTED_EDGE('',*,*,#12689,.T.);
+#12689 = EDGE_CURVE('',#12690,#12690,#12692,.T.);
+#12690 = VERTEX_POINT('',#12691);
+#12691 = CARTESIAN_POINT('',(90.4,-70.69,0.));
+#12692 = CIRCLE('',#12693,0.45);
+#12693 = AXIS2_PLACEMENT_3D('',#12694,#12695,#12696);
+#12694 = CARTESIAN_POINT('',(90.4,-70.24,0.));
+#12695 = DIRECTION('',(-0.,0.,-1.));
+#12696 = DIRECTION('',(-0.,-1.,0.));
+#12697 = FACE_BOUND('',#12698,.F.);
+#12698 = EDGE_LOOP('',(#12699));
+#12699 = ORIENTED_EDGE('',*,*,#12700,.T.);
+#12700 = EDGE_CURVE('',#12701,#12701,#12703,.T.);
+#12701 = VERTEX_POINT('',#12702);
+#12702 = CARTESIAN_POINT('',(138.,-98.1,0.));
+#12703 = CIRCLE('',#12704,1.1);
+#12704 = AXIS2_PLACEMENT_3D('',#12705,#12706,#12707);
+#12705 = CARTESIAN_POINT('',(138.,-97.,0.));
+#12706 = DIRECTION('',(-0.,0.,-1.));
+#12707 = DIRECTION('',(-0.,-1.,0.));
+#12708 = FACE_BOUND('',#12709,.F.);
+#12709 = EDGE_LOOP('',(#12710));
+#12710 = ORIENTED_EDGE('',*,*,#12711,.T.);
+#12711 = EDGE_CURVE('',#12712,#12712,#12714,.T.);
+#12712 = VERTEX_POINT('',#12713);
+#12713 = CARTESIAN_POINT('',(118.225,-78.900001,0.));
+#12714 = CIRCLE('',#12715,0.15);
+#12715 = AXIS2_PLACEMENT_3D('',#12716,#12717,#12718);
+#12716 = CARTESIAN_POINT('',(118.225,-78.750001,0.));
+#12717 = DIRECTION('',(-0.,0.,-1.));
+#12718 = DIRECTION('',(-0.,-1.,0.));
+#12719 = FACE_BOUND('',#12720,.F.);
+#12720 = EDGE_LOOP('',(#12721));
+#12721 = ORIENTED_EDGE('',*,*,#12722,.T.);
+#12722 = EDGE_CURVE('',#12723,#12723,#12725,.T.);
+#12723 = VERTEX_POINT('',#12724);
+#12724 = CARTESIAN_POINT('',(117.45,-78.15,0.));
+#12725 = CIRCLE('',#12726,0.15);
+#12726 = AXIS2_PLACEMENT_3D('',#12727,#12728,#12729);
+#12727 = CARTESIAN_POINT('',(117.45,-78.,0.));
+#12728 = DIRECTION('',(-0.,0.,-1.));
+#12729 = DIRECTION('',(9.473903143468E-14,-1.,-0.));
+#12730 = FACE_BOUND('',#12731,.F.);
+#12731 = EDGE_LOOP('',(#12732));
+#12732 = ORIENTED_EDGE('',*,*,#12733,.T.);
+#12733 = EDGE_CURVE('',#12734,#12734,#12736,.T.);
+#12734 = VERTEX_POINT('',#12735);
+#12735 = CARTESIAN_POINT('',(118.225,-78.15,0.));
+#12736 = CIRCLE('',#12737,0.15);
+#12737 = AXIS2_PLACEMENT_3D('',#12738,#12739,#12740);
+#12738 = CARTESIAN_POINT('',(118.225,-78.,0.));
+#12739 = DIRECTION('',(-0.,0.,-1.));
+#12740 = DIRECTION('',(-0.,-1.,0.));
+#12741 = FACE_BOUND('',#12742,.F.);
+#12742 = EDGE_LOOP('',(#12743));
+#12743 = ORIENTED_EDGE('',*,*,#12744,.T.);
+#12744 = EDGE_CURVE('',#12745,#12745,#12747,.T.);
+#12745 = VERTEX_POINT('',#12746);
+#12746 = CARTESIAN_POINT('',(119.,-78.15,0.));
+#12747 = CIRCLE('',#12748,0.15);
+#12748 = AXIS2_PLACEMENT_3D('',#12749,#12750,#12751);
+#12749 = CARTESIAN_POINT('',(119.,-78.,0.));
+#12750 = DIRECTION('',(-0.,0.,-1.));
+#12751 = DIRECTION('',(-0.,-1.,0.));
+#12752 = FACE_BOUND('',#12753,.F.);
+#12753 = EDGE_LOOP('',(#12754));
+#12754 = ORIENTED_EDGE('',*,*,#12755,.T.);
+#12755 = EDGE_CURVE('',#12756,#12756,#12758,.T.);
+#12756 = VERTEX_POINT('',#12757);
+#12757 = CARTESIAN_POINT('',(117.45,-77.1,0.));
+#12758 = CIRCLE('',#12759,0.15);
+#12759 = AXIS2_PLACEMENT_3D('',#12760,#12761,#12762);
+#12760 = CARTESIAN_POINT('',(117.45,-76.95,0.));
+#12761 = DIRECTION('',(-0.,0.,-1.));
+#12762 = DIRECTION('',(9.473903143468E-14,-1.,-0.));
+#12763 = FACE_BOUND('',#12764,.F.);
+#12764 = EDGE_LOOP('',(#12765));
+#12765 = ORIENTED_EDGE('',*,*,#12766,.T.);
+#12766 = EDGE_CURVE('',#12767,#12767,#12769,.T.);
+#12767 = VERTEX_POINT('',#12768);
+#12768 = CARTESIAN_POINT('',(118.225,-77.1,0.));
+#12769 = CIRCLE('',#12770,0.15);
+#12770 = AXIS2_PLACEMENT_3D('',#12771,#12772,#12773);
+#12771 = CARTESIAN_POINT('',(118.225,-76.95,0.));
+#12772 = DIRECTION('',(-0.,0.,-1.));
+#12773 = DIRECTION('',(-0.,-1.,0.));
+#12774 = FACE_BOUND('',#12775,.F.);
+#12775 = EDGE_LOOP('',(#12776));
+#12776 = ORIENTED_EDGE('',*,*,#12777,.T.);
+#12777 = EDGE_CURVE('',#12778,#12778,#12780,.T.);
+#12778 = VERTEX_POINT('',#12779);
+#12779 = CARTESIAN_POINT('',(118.225,-76.349999,0.));
+#12780 = CIRCLE('',#12781,0.15);
+#12781 = AXIS2_PLACEMENT_3D('',#12782,#12783,#12784);
+#12782 = CARTESIAN_POINT('',(118.225,-76.199999,0.));
+#12783 = DIRECTION('',(-0.,0.,-1.));
+#12784 = DIRECTION('',(-0.,-1.,0.));
+#12785 = FACE_BOUND('',#12786,.F.);
+#12786 = EDGE_LOOP('',(#12787));
+#12787 = ORIENTED_EDGE('',*,*,#12788,.T.);
+#12788 = EDGE_CURVE('',#12789,#12789,#12791,.T.);
+#12789 = VERTEX_POINT('',#12790);
+#12790 = CARTESIAN_POINT('',(119.,-77.1,0.));
+#12791 = CIRCLE('',#12792,0.15);
+#12792 = AXIS2_PLACEMENT_3D('',#12793,#12794,#12795);
+#12793 = CARTESIAN_POINT('',(119.,-76.95,0.));
+#12794 = DIRECTION('',(-0.,0.,-1.));
+#12795 = DIRECTION('',(-0.,-1.,0.));
+#12796 = FACE_BOUND('',#12797,.F.);
+#12797 = EDGE_LOOP('',(#12798));
+#12798 = ORIENTED_EDGE('',*,*,#12799,.T.);
+#12799 = EDGE_CURVE('',#12800,#12800,#12802,.T.);
+#12800 = VERTEX_POINT('',#12801);
+#12801 = CARTESIAN_POINT('',(65.,-68.15,0.));
+#12802 = CIRCLE('',#12803,0.45);
+#12803 = AXIS2_PLACEMENT_3D('',#12804,#12805,#12806);
+#12804 = CARTESIAN_POINT('',(65.,-67.7,0.));
+#12805 = DIRECTION('',(-0.,0.,-1.));
+#12806 = DIRECTION('',(-0.,-1.,0.));
+#12807 = FACE_BOUND('',#12808,.F.);
+#12808 = EDGE_LOOP('',(#12809));
+#12809 = ORIENTED_EDGE('',*,*,#12810,.T.);
+#12810 = EDGE_CURVE('',#12811,#12811,#12813,.T.);
+#12811 = VERTEX_POINT('',#12812);
+#12812 = CARTESIAN_POINT('',(65.,-65.61,0.));
+#12813 = CIRCLE('',#12814,0.45);
+#12814 = AXIS2_PLACEMENT_3D('',#12815,#12816,#12817);
+#12815 = CARTESIAN_POINT('',(65.,-65.16,0.));
+#12816 = DIRECTION('',(-0.,0.,-1.));
+#12817 = DIRECTION('',(-0.,-1.,0.));
+#12818 = FACE_BOUND('',#12819,.F.);
+#12819 = EDGE_LOOP('',(#12820));
+#12820 = ORIENTED_EDGE('',*,*,#12821,.T.);
+#12821 = EDGE_CURVE('',#12822,#12822,#12824,.T.);
+#12822 = VERTEX_POINT('',#12823);
+#12823 = CARTESIAN_POINT('',(65.,-63.07,0.));
+#12824 = CIRCLE('',#12825,0.45);
+#12825 = AXIS2_PLACEMENT_3D('',#12826,#12827,#12828);
+#12826 = CARTESIAN_POINT('',(65.,-62.62,0.));
+#12827 = DIRECTION('',(-0.,0.,-1.));
+#12828 = DIRECTION('',(-0.,-1.,0.));
+#12829 = FACE_BOUND('',#12830,.F.);
+#12830 = EDGE_LOOP('',(#12831));
+#12831 = ORIENTED_EDGE('',*,*,#12832,.T.);
+#12832 = EDGE_CURVE('',#12833,#12833,#12835,.T.);
+#12833 = VERTEX_POINT('',#12834);
+#12834 = CARTESIAN_POINT('',(65.,-60.53,0.));
+#12835 = CIRCLE('',#12836,0.45);
+#12836 = AXIS2_PLACEMENT_3D('',#12837,#12838,#12839);
+#12837 = CARTESIAN_POINT('',(65.,-60.08,0.));
+#12838 = DIRECTION('',(-0.,0.,-1.));
+#12839 = DIRECTION('',(-0.,-1.,0.));
+#12840 = FACE_BOUND('',#12841,.F.);
+#12841 = EDGE_LOOP('',(#12842));
+#12842 = ORIENTED_EDGE('',*,*,#12843,.T.);
+#12843 = EDGE_CURVE('',#12844,#12844,#12846,.T.);
+#12844 = VERTEX_POINT('',#12845);
+#12845 = CARTESIAN_POINT('',(65.,-57.99,0.));
+#12846 = CIRCLE('',#12847,0.45);
+#12847 = AXIS2_PLACEMENT_3D('',#12848,#12849,#12850);
+#12848 = CARTESIAN_POINT('',(65.,-57.54,0.));
+#12849 = DIRECTION('',(-0.,0.,-1.));
+#12850 = DIRECTION('',(-0.,-1.,0.));
+#12851 = FACE_BOUND('',#12852,.F.);
+#12852 = EDGE_LOOP('',(#12853));
+#12853 = ORIENTED_EDGE('',*,*,#12854,.T.);
+#12854 = EDGE_CURVE('',#12855,#12855,#12857,.T.);
+#12855 = VERTEX_POINT('',#12856);
+#12856 = CARTESIAN_POINT('',(90.4,-68.15,0.));
+#12857 = CIRCLE('',#12858,0.45);
+#12858 = AXIS2_PLACEMENT_3D('',#12859,#12860,#12861);
+#12859 = CARTESIAN_POINT('',(90.4,-67.7,0.));
+#12860 = DIRECTION('',(-0.,0.,-1.));
+#12861 = DIRECTION('',(-0.,-1.,0.));
+#12862 = FACE_BOUND('',#12863,.F.);
+#12863 = EDGE_LOOP('',(#12864));
+#12864 = ORIENTED_EDGE('',*,*,#12865,.T.);
+#12865 = EDGE_CURVE('',#12866,#12866,#12868,.T.);
+#12866 = VERTEX_POINT('',#12867);
+#12867 = CARTESIAN_POINT('',(90.4,-65.61,0.));
+#12868 = CIRCLE('',#12869,0.45);
+#12869 = AXIS2_PLACEMENT_3D('',#12870,#12871,#12872);
+#12870 = CARTESIAN_POINT('',(90.4,-65.16,0.));
+#12871 = DIRECTION('',(-0.,0.,-1.));
+#12872 = DIRECTION('',(-0.,-1.,0.));
+#12873 = FACE_BOUND('',#12874,.F.);
+#12874 = EDGE_LOOP('',(#12875));
+#12875 = ORIENTED_EDGE('',*,*,#12876,.T.);
+#12876 = EDGE_CURVE('',#12877,#12877,#12879,.T.);
+#12877 = VERTEX_POINT('',#12878);
+#12878 = CARTESIAN_POINT('',(98.64,-69.29,0.));
+#12879 = CIRCLE('',#12880,0.4);
+#12880 = AXIS2_PLACEMENT_3D('',#12881,#12882,#12883);
+#12881 = CARTESIAN_POINT('',(98.64,-68.89,0.));
+#12882 = DIRECTION('',(-0.,0.,-1.));
+#12883 = DIRECTION('',(-0.,-1.,0.));
+#12884 = FACE_BOUND('',#12885,.F.);
+#12885 = EDGE_LOOP('',(#12886));
+#12886 = ORIENTED_EDGE('',*,*,#12887,.T.);
+#12887 = EDGE_CURVE('',#12888,#12888,#12890,.T.);
+#12888 = VERTEX_POINT('',#12889);
+#12889 = CARTESIAN_POINT('',(98.64,-66.75,0.));
+#12890 = CIRCLE('',#12891,0.4);
+#12891 = AXIS2_PLACEMENT_3D('',#12892,#12893,#12894);
+#12892 = CARTESIAN_POINT('',(98.64,-66.35,0.));
+#12893 = DIRECTION('',(-0.,0.,-1.));
+#12894 = DIRECTION('',(-0.,-1.,0.));
+#12895 = FACE_BOUND('',#12896,.F.);
+#12896 = EDGE_LOOP('',(#12897));
+#12897 = ORIENTED_EDGE('',*,*,#12898,.T.);
+#12898 = EDGE_CURVE('',#12899,#12899,#12901,.T.);
+#12899 = VERTEX_POINT('',#12900);
+#12900 = CARTESIAN_POINT('',(98.64,-64.21,0.));
+#12901 = CIRCLE('',#12902,0.4);
+#12902 = AXIS2_PLACEMENT_3D('',#12903,#12904,#12905);
+#12903 = CARTESIAN_POINT('',(98.64,-63.81,0.));
+#12904 = DIRECTION('',(-0.,0.,-1.));
+#12905 = DIRECTION('',(-0.,-1.,0.));
+#12906 = FACE_BOUND('',#12907,.F.);
+#12907 = EDGE_LOOP('',(#12908));
+#12908 = ORIENTED_EDGE('',*,*,#12909,.T.);
+#12909 = EDGE_CURVE('',#12910,#12910,#12912,.T.);
+#12910 = VERTEX_POINT('',#12911);
+#12911 = CARTESIAN_POINT('',(90.4,-63.07,0.));
+#12912 = CIRCLE('',#12913,0.45);
+#12913 = AXIS2_PLACEMENT_3D('',#12914,#12915,#12916);
+#12914 = CARTESIAN_POINT('',(90.4,-62.62,0.));
+#12915 = DIRECTION('',(-0.,0.,-1.));
+#12916 = DIRECTION('',(-0.,-1.,0.));
+#12917 = FACE_BOUND('',#12918,.F.);
+#12918 = EDGE_LOOP('',(#12919));
+#12919 = ORIENTED_EDGE('',*,*,#12920,.T.);
+#12920 = EDGE_CURVE('',#12921,#12921,#12923,.T.);
+#12921 = VERTEX_POINT('',#12922);
+#12922 = CARTESIAN_POINT('',(90.4,-60.53,0.));
+#12923 = CIRCLE('',#12924,0.45);
+#12924 = AXIS2_PLACEMENT_3D('',#12925,#12926,#12927);
+#12925 = CARTESIAN_POINT('',(90.4,-60.08,0.));
+#12926 = DIRECTION('',(-0.,0.,-1.));
+#12927 = DIRECTION('',(-0.,-1.,0.));
+#12928 = FACE_BOUND('',#12929,.F.);
+#12929 = EDGE_LOOP('',(#12930));
+#12930 = ORIENTED_EDGE('',*,*,#12931,.T.);
+#12931 = EDGE_CURVE('',#12932,#12932,#12934,.T.);
+#12932 = VERTEX_POINT('',#12933);
+#12933 = CARTESIAN_POINT('',(90.4,-57.99,0.));
+#12934 = CIRCLE('',#12935,0.45);
+#12935 = AXIS2_PLACEMENT_3D('',#12936,#12937,#12938);
+#12936 = CARTESIAN_POINT('',(90.4,-57.54,0.));
+#12937 = DIRECTION('',(-0.,0.,-1.));
+#12938 = DIRECTION('',(-0.,-1.,0.));
+#12939 = FACE_BOUND('',#12940,.F.);
+#12940 = EDGE_LOOP('',(#12941));
+#12941 = ORIENTED_EDGE('',*,*,#12942,.T.);
+#12942 = EDGE_CURVE('',#12943,#12943,#12945,.T.);
+#12943 = VERTEX_POINT('',#12944);
+#12944 = CARTESIAN_POINT('',(98.64,-61.67,0.));
+#12945 = CIRCLE('',#12946,0.4);
+#12946 = AXIS2_PLACEMENT_3D('',#12947,#12948,#12949);
+#12947 = CARTESIAN_POINT('',(98.64,-61.27,0.));
+#12948 = DIRECTION('',(-0.,0.,-1.));
+#12949 = DIRECTION('',(-0.,-1.,0.));
+#12950 = FACE_BOUND('',#12951,.F.);
+#12951 = EDGE_LOOP('',(#12952));
+#12952 = ORIENTED_EDGE('',*,*,#12953,.T.);
+#12953 = EDGE_CURVE('',#12954,#12954,#12956,.T.);
+#12954 = VERTEX_POINT('',#12955);
+#12955 = CARTESIAN_POINT('',(98.64,-59.13,0.));
+#12956 = CIRCLE('',#12957,0.4);
+#12957 = AXIS2_PLACEMENT_3D('',#12958,#12959,#12960);
+#12958 = CARTESIAN_POINT('',(98.64,-58.73,0.));
+#12959 = DIRECTION('',(-0.,0.,-1.));
+#12960 = DIRECTION('',(-0.,-1.,0.));
+#12961 = FACE_BOUND('',#12962,.F.);
+#12962 = EDGE_LOOP('',(#12963));
+#12963 = ORIENTED_EDGE('',*,*,#12964,.T.);
+#12964 = EDGE_CURVE('',#12965,#12965,#12967,.T.);
+#12965 = VERTEX_POINT('',#12966);
+#12966 = CARTESIAN_POINT('',(98.64,-56.59,0.));
+#12967 = CIRCLE('',#12968,0.4);
+#12968 = AXIS2_PLACEMENT_3D('',#12969,#12970,#12971);
+#12969 = CARTESIAN_POINT('',(98.64,-56.19,0.));
+#12970 = DIRECTION('',(-0.,0.,-1.));
+#12971 = DIRECTION('',(-0.,-1.,0.));
+#12972 = FACE_BOUND('',#12973,.F.);
+#12973 = EDGE_LOOP('',(#12974));
+#12974 = ORIENTED_EDGE('',*,*,#12975,.T.);
+#12975 = EDGE_CURVE('',#12976,#12976,#12978,.T.);
+#12976 = VERTEX_POINT('',#12977);
+#12977 = CARTESIAN_POINT('',(65.,-55.45,0.));
+#12978 = CIRCLE('',#12979,0.45);
+#12979 = AXIS2_PLACEMENT_3D('',#12980,#12981,#12982);
+#12980 = CARTESIAN_POINT('',(65.,-55.,0.));
+#12981 = DIRECTION('',(-0.,0.,-1.));
+#12982 = DIRECTION('',(-0.,-1.,0.));
+#12983 = FACE_BOUND('',#12984,.F.);
+#12984 = EDGE_LOOP('',(#12985));
+#12985 = ORIENTED_EDGE('',*,*,#12986,.T.);
+#12986 = EDGE_CURVE('',#12987,#12987,#12989,.T.);
+#12987 = VERTEX_POINT('',#12988);
+#12988 = CARTESIAN_POINT('',(63.,-44.1,0.));
+#12989 = CIRCLE('',#12990,1.1);
+#12990 = AXIS2_PLACEMENT_3D('',#12991,#12992,#12993);
+#12991 = CARTESIAN_POINT('',(63.,-43.,0.));
+#12992 = DIRECTION('',(-0.,0.,-1.));
+#12993 = DIRECTION('',(-0.,-1.,0.));
+#12994 = FACE_BOUND('',#12995,.F.);
+#12995 = EDGE_LOOP('',(#12996));
+#12996 = ORIENTED_EDGE('',*,*,#12997,.T.);
+#12997 = EDGE_CURVE('',#12998,#12998,#13000,.T.);
+#12998 = VERTEX_POINT('',#12999);
+#12999 = CARTESIAN_POINT('',(90.4,-55.45,0.));
+#13000 = CIRCLE('',#13001,0.45);
+#13001 = AXIS2_PLACEMENT_3D('',#13002,#13003,#13004);
+#13002 = CARTESIAN_POINT('',(90.4,-55.,0.));
+#13003 = DIRECTION('',(-0.,0.,-1.));
+#13004 = DIRECTION('',(-0.,-1.,0.));
+#13005 = FACE_BOUND('',#13006,.F.);
+#13006 = EDGE_LOOP('',(#13007));
+#13007 = ORIENTED_EDGE('',*,*,#13008,.T.);
+#13008 = EDGE_CURVE('',#13009,#13009,#13011,.T.);
+#13009 = VERTEX_POINT('',#13010);
+#13010 = CARTESIAN_POINT('',(98.64,-54.05,0.));
+#13011 = CIRCLE('',#13012,0.4);
+#13012 = AXIS2_PLACEMENT_3D('',#13013,#13014,#13015);
+#13013 = CARTESIAN_POINT('',(98.64,-53.65,0.));
+#13014 = DIRECTION('',(-0.,0.,-1.));
+#13015 = DIRECTION('',(-0.,-1.,0.));
+#13016 = FACE_BOUND('',#13017,.F.);
+#13017 = EDGE_LOOP('',(#13018));
+#13018 = ORIENTED_EDGE('',*,*,#13019,.T.);
+#13019 = EDGE_CURVE('',#13020,#13020,#13022,.T.);
+#13020 = VERTEX_POINT('',#13021);
+#13021 = CARTESIAN_POINT('',(98.64,-51.51,0.));
+#13022 = CIRCLE('',#13023,0.4);
+#13023 = AXIS2_PLACEMENT_3D('',#13024,#13025,#13026);
+#13024 = CARTESIAN_POINT('',(98.64,-51.11,0.));
+#13025 = DIRECTION('',(-0.,0.,-1.));
+#13026 = DIRECTION('',(-0.,-1.,0.));
+#13027 = FACE_BOUND('',#13028,.F.);
+#13028 = EDGE_LOOP('',(#13029));
+#13029 = ORIENTED_EDGE('',*,*,#13030,.T.);
+#13030 = EDGE_CURVE('',#13031,#13031,#13033,.T.);
+#13031 = VERTEX_POINT('',#13032);
+#13032 = CARTESIAN_POINT('',(96.,-45.475,0.));
+#13033 = CIRCLE('',#13034,0.475);
+#13034 = AXIS2_PLACEMENT_3D('',#13035,#13036,#13037);
+#13035 = CARTESIAN_POINT('',(96.,-45.,0.));
+#13036 = DIRECTION('',(-0.,0.,-1.));
+#13037 = DIRECTION('',(-0.,-1.,0.));
+#13038 = FACE_BOUND('',#13039,.F.);
+#13039 = EDGE_LOOP('',(#13040));
+#13040 = ORIENTED_EDGE('',*,*,#13041,.T.);
+#13041 = EDGE_CURVE('',#13042,#13042,#13044,.T.);
+#13042 = VERTEX_POINT('',#13043);
+#13043 = CARTESIAN_POINT('',(98.5,-45.475,0.));
+#13044 = CIRCLE('',#13045,0.475);
+#13045 = AXIS2_PLACEMENT_3D('',#13046,#13047,#13048);
+#13046 = CARTESIAN_POINT('',(98.5,-45.,0.));
+#13047 = DIRECTION('',(-0.,0.,-1.));
+#13048 = DIRECTION('',(-0.,-1.,0.));
+#13049 = FACE_BOUND('',#13050,.F.);
+#13050 = EDGE_LOOP('',(#13051));
+#13051 = ORIENTED_EDGE('',*,*,#13052,.T.);
+#13052 = EDGE_CURVE('',#13053,#13053,#13055,.T.);
+#13053 = VERTEX_POINT('',#13054);
+#13054 = CARTESIAN_POINT('',(111.34,-69.29,0.));
+#13055 = CIRCLE('',#13056,0.4);
+#13056 = AXIS2_PLACEMENT_3D('',#13057,#13058,#13059);
+#13057 = CARTESIAN_POINT('',(111.34,-68.89,0.));
+#13058 = DIRECTION('',(-0.,0.,-1.));
+#13059 = DIRECTION('',(-0.,-1.,0.));
+#13060 = FACE_BOUND('',#13061,.F.);
+#13061 = EDGE_LOOP('',(#13062));
+#13062 = ORIENTED_EDGE('',*,*,#13063,.T.);
+#13063 = EDGE_CURVE('',#13064,#13064,#13066,.T.);
+#13064 = VERTEX_POINT('',#13065);
+#13065 = CARTESIAN_POINT('',(111.34,-66.75,0.));
+#13066 = CIRCLE('',#13067,0.4);
+#13067 = AXIS2_PLACEMENT_3D('',#13068,#13069,#13070);
+#13068 = CARTESIAN_POINT('',(111.34,-66.35,0.));
+#13069 = DIRECTION('',(-0.,0.,-1.));
+#13070 = DIRECTION('',(-0.,-1.,0.));
+#13071 = FACE_BOUND('',#13072,.F.);
+#13072 = EDGE_LOOP('',(#13073));
+#13073 = ORIENTED_EDGE('',*,*,#13074,.T.);
+#13074 = EDGE_CURVE('',#13075,#13075,#13077,.T.);
+#13075 = VERTEX_POINT('',#13076);
+#13076 = CARTESIAN_POINT('',(111.34,-64.21,0.));
+#13077 = CIRCLE('',#13078,0.4);
+#13078 = AXIS2_PLACEMENT_3D('',#13079,#13080,#13081);
+#13079 = CARTESIAN_POINT('',(111.34,-63.81,0.));
+#13080 = DIRECTION('',(-0.,0.,-1.));
+#13081 = DIRECTION('',(-0.,-1.,0.));
+#13082 = FACE_BOUND('',#13083,.F.);
+#13083 = EDGE_LOOP('',(#13084));
+#13084 = ORIENTED_EDGE('',*,*,#13085,.T.);
+#13085 = EDGE_CURVE('',#13086,#13086,#13088,.T.);
+#13086 = VERTEX_POINT('',#13087);
+#13087 = CARTESIAN_POINT('',(111.34,-61.67,0.));
+#13088 = CIRCLE('',#13089,0.4);
+#13089 = AXIS2_PLACEMENT_3D('',#13090,#13091,#13092);
+#13090 = CARTESIAN_POINT('',(111.34,-61.27,0.));
+#13091 = DIRECTION('',(-0.,0.,-1.));
+#13092 = DIRECTION('',(-0.,-1.,0.));
+#13093 = FACE_BOUND('',#13094,.F.);
+#13094 = EDGE_LOOP('',(#13095));
+#13095 = ORIENTED_EDGE('',*,*,#13096,.T.);
+#13096 = EDGE_CURVE('',#13097,#13097,#13099,.T.);
+#13097 = VERTEX_POINT('',#13098);
+#13098 = CARTESIAN_POINT('',(111.34,-59.13,0.));
+#13099 = CIRCLE('',#13100,0.4);
+#13100 = AXIS2_PLACEMENT_3D('',#13101,#13102,#13103);
+#13101 = CARTESIAN_POINT('',(111.34,-58.73,0.));
+#13102 = DIRECTION('',(-0.,0.,-1.));
+#13103 = DIRECTION('',(-0.,-1.,0.));
+#13104 = FACE_BOUND('',#13105,.F.);
+#13105 = EDGE_LOOP('',(#13106));
+#13106 = ORIENTED_EDGE('',*,*,#13107,.T.);
+#13107 = EDGE_CURVE('',#13108,#13108,#13110,.T.);
+#13108 = VERTEX_POINT('',#13109);
+#13109 = CARTESIAN_POINT('',(111.34,-56.59,0.));
+#13110 = CIRCLE('',#13111,0.4);
+#13111 = AXIS2_PLACEMENT_3D('',#13112,#13113,#13114);
+#13112 = CARTESIAN_POINT('',(111.34,-56.19,0.));
+#13113 = DIRECTION('',(-0.,0.,-1.));
+#13114 = DIRECTION('',(-0.,-1.,0.));
+#13115 = FACE_BOUND('',#13116,.F.);
+#13116 = EDGE_LOOP('',(#13117));
+#13117 = ORIENTED_EDGE('',*,*,#13118,.T.);
+#13118 = EDGE_CURVE('',#13119,#13119,#13121,.T.);
+#13119 = VERTEX_POINT('',#13120);
+#13120 = CARTESIAN_POINT('',(111.34,-54.05,0.));
+#13121 = CIRCLE('',#13122,0.4);
+#13122 = AXIS2_PLACEMENT_3D('',#13123,#13124,#13125);
+#13123 = CARTESIAN_POINT('',(111.34,-53.65,0.));
+#13124 = DIRECTION('',(-0.,0.,-1.));
+#13125 = DIRECTION('',(-0.,-1.,0.));
+#13126 = FACE_BOUND('',#13127,.F.);
+#13127 = EDGE_LOOP('',(#13128));
+#13128 = ORIENTED_EDGE('',*,*,#13129,.T.);
+#13129 = EDGE_CURVE('',#13130,#13130,#13132,.T.);
+#13130 = VERTEX_POINT('',#13131);
+#13131 = CARTESIAN_POINT('',(111.34,-51.51,0.));
+#13132 = CIRCLE('',#13133,0.4);
+#13133 = AXIS2_PLACEMENT_3D('',#13134,#13135,#13136);
+#13134 = CARTESIAN_POINT('',(111.34,-51.11,0.));
+#13135 = DIRECTION('',(-0.,0.,-1.));
+#13136 = DIRECTION('',(-0.,-1.,0.));
+#13137 = FACE_BOUND('',#13138,.F.);
+#13138 = EDGE_LOOP('',(#13139));
+#13139 = ORIENTED_EDGE('',*,*,#13140,.T.);
+#13140 = EDGE_CURVE('',#13141,#13141,#13143,.T.);
+#13141 = VERTEX_POINT('',#13142);
+#13142 = CARTESIAN_POINT('',(101.,-45.475,0.));
+#13143 = CIRCLE('',#13144,0.475);
+#13144 = AXIS2_PLACEMENT_3D('',#13145,#13146,#13147);
+#13145 = CARTESIAN_POINT('',(101.,-45.,0.));
+#13146 = DIRECTION('',(-0.,0.,-1.));
+#13147 = DIRECTION('',(-0.,-1.,0.));
+#13148 = FACE_BOUND('',#13149,.F.);
+#13149 = EDGE_LOOP('',(#13150));
+#13150 = ORIENTED_EDGE('',*,*,#13151,.T.);
+#13151 = EDGE_CURVE('',#13152,#13152,#13154,.T.);
+#13152 = VERTEX_POINT('',#13153);
+#13153 = CARTESIAN_POINT('',(103.5,-45.475,0.));
+#13154 = CIRCLE('',#13155,0.475);
+#13155 = AXIS2_PLACEMENT_3D('',#13156,#13157,#13158);
+#13156 = CARTESIAN_POINT('',(103.5,-45.,0.));
+#13157 = DIRECTION('',(-0.,0.,-1.));
+#13158 = DIRECTION('',(-0.,-1.,0.));
+#13159 = FACE_BOUND('',#13160,.F.);
+#13160 = EDGE_LOOP('',(#13161));
+#13161 = ORIENTED_EDGE('',*,*,#13162,.T.);
+#13162 = EDGE_CURVE('',#13163,#13163,#13165,.T.);
+#13163 = VERTEX_POINT('',#13164);
+#13164 = CARTESIAN_POINT('',(111.,-45.475,0.));
+#13165 = CIRCLE('',#13166,0.475);
+#13166 = AXIS2_PLACEMENT_3D('',#13167,#13168,#13169);
+#13167 = CARTESIAN_POINT('',(111.,-45.,0.));
+#13168 = DIRECTION('',(-0.,0.,-1.));
+#13169 = DIRECTION('',(-0.,-1.,0.));
+#13170 = FACE_BOUND('',#13171,.F.);
+#13171 = EDGE_LOOP('',(#13172));
+#13172 = ORIENTED_EDGE('',*,*,#13173,.T.);
+#13173 = EDGE_CURVE('',#13174,#13174,#13176,.T.);
+#13174 = VERTEX_POINT('',#13175);
+#13175 = CARTESIAN_POINT('',(113.5,-45.475,0.));
+#13176 = CIRCLE('',#13177,0.475);
+#13177 = AXIS2_PLACEMENT_3D('',#13178,#13179,#13180);
+#13178 = CARTESIAN_POINT('',(113.5,-45.,0.));
+#13179 = DIRECTION('',(-0.,0.,-1.));
+#13180 = DIRECTION('',(-0.,-1.,0.));
+#13181 = FACE_BOUND('',#13182,.F.);
+#13182 = EDGE_LOOP('',(#13183));
+#13183 = ORIENTED_EDGE('',*,*,#13184,.T.);
+#13184 = EDGE_CURVE('',#13185,#13185,#13187,.T.);
+#13185 = VERTEX_POINT('',#13186);
+#13186 = CARTESIAN_POINT('',(116.,-45.475,0.));
+#13187 = CIRCLE('',#13188,0.475);
+#13188 = AXIS2_PLACEMENT_3D('',#13189,#13190,#13191);
+#13189 = CARTESIAN_POINT('',(116.,-45.,0.));
+#13190 = DIRECTION('',(-0.,0.,-1.));
+#13191 = DIRECTION('',(-0.,-1.,0.));
+#13192 = FACE_BOUND('',#13193,.F.);
+#13193 = EDGE_LOOP('',(#13194));
+#13194 = ORIENTED_EDGE('',*,*,#13195,.T.);
+#13195 = EDGE_CURVE('',#13196,#13196,#13198,.T.);
+#13196 = VERTEX_POINT('',#13197);
+#13197 = CARTESIAN_POINT('',(124.,-44.775,0.));
+#13198 = CIRCLE('',#13199,0.475);
+#13199 = AXIS2_PLACEMENT_3D('',#13200,#13201,#13202);
+#13200 = CARTESIAN_POINT('',(124.,-44.3,0.));
+#13201 = DIRECTION('',(-0.,0.,-1.));
+#13202 = DIRECTION('',(-0.,-1.,0.));
+#13203 = FACE_BOUND('',#13204,.F.);
+#13204 = EDGE_LOOP('',(#13205));
+#13205 = ORIENTED_EDGE('',*,*,#13206,.T.);
+#13206 = EDGE_CURVE('',#13207,#13207,#13209,.T.);
+#13207 = VERTEX_POINT('',#13208);
+#13208 = CARTESIAN_POINT('',(126.5,-44.775,0.));
+#13209 = CIRCLE('',#13210,0.475);
+#13210 = AXIS2_PLACEMENT_3D('',#13211,#13212,#13213);
+#13211 = CARTESIAN_POINT('',(126.5,-44.3,0.));
+#13212 = DIRECTION('',(-0.,0.,-1.));
+#13213 = DIRECTION('',(-0.,-1.,0.));
+#13214 = FACE_BOUND('',#13215,.F.);
+#13215 = EDGE_LOOP('',(#13216));
+#13216 = ORIENTED_EDGE('',*,*,#13217,.T.);
+#13217 = EDGE_CURVE('',#13218,#13218,#13220,.T.);
+#13218 = VERTEX_POINT('',#13219);
+#13219 = CARTESIAN_POINT('',(129.,-44.775,0.));
+#13220 = CIRCLE('',#13221,0.475);
+#13221 = AXIS2_PLACEMENT_3D('',#13222,#13223,#13224);
+#13222 = CARTESIAN_POINT('',(129.,-44.3,0.));
+#13223 = DIRECTION('',(-0.,0.,-1.));
+#13224 = DIRECTION('',(-0.,-1.,0.));
+#13225 = FACE_BOUND('',#13226,.F.);
+#13226 = EDGE_LOOP('',(#13227));
+#13227 = ORIENTED_EDGE('',*,*,#13228,.T.);
+#13228 = EDGE_CURVE('',#13229,#13229,#13231,.T.);
+#13229 = VERTEX_POINT('',#13230);
+#13230 = CARTESIAN_POINT('',(138.,-44.1,0.));
+#13231 = CIRCLE('',#13232,1.1);
+#13232 = AXIS2_PLACEMENT_3D('',#13233,#13234,#13235);
+#13233 = CARTESIAN_POINT('',(138.,-43.,0.));
+#13234 = DIRECTION('',(-0.,0.,-1.));
+#13235 = DIRECTION('',(-0.,-1.,0.));
+#13236 = PLANE('',#13237);
+#13237 = AXIS2_PLACEMENT_3D('',#13238,#13239,#13240);
+#13238 = CARTESIAN_POINT('',(0.,0.,0.));
+#13239 = DIRECTION('',(0.,0.,1.));
+#13240 = DIRECTION('',(1.,0.,-0.));
+#13241 = ADVANCED_FACE('',(#13242,#13253,#13264,#13275,#13286,#13297,
+ #13308,#13319,#13330,#13341,#13352,#13363,#13374,#13385,#13396,
+ #13407,#13418,#13429,#13440,#13451,#13462,#13473,#13484,#13495,
+ #13506,#13517,#13528,#13539,#13550,#13561,#13572,#13583,#13594,
+ #13605,#13616,#13627,#13638,#13649,#13660,#13671,#13682,#13693,
+ #13704,#13715,#13726,#13737,#13748,#13759,#13770,#13781,#13792,
+ #13803,#13814,#13825,#13836,#13847,#13858,#13869,#13880,#13891,
+ #13902,#13913,#13924,#13935,#13946,#13957,#13968,#13979,#13990),
+ #14001,.T.);
+#13242 = FACE_BOUND('',#13243,.T.);
+#13243 = EDGE_LOOP('',(#13244,#13245,#13246,#13252));
+#13244 = ORIENTED_EDGE('',*,*,#12388,.F.);
+#13245 = ORIENTED_EDGE('',*,*,#12428,.F.);
+#13246 = ORIENTED_EDGE('',*,*,#13247,.F.);
+#13247 = EDGE_CURVE('',#12451,#12421,#13248,.T.);
+#13248 = LINE('',#13249,#13250);
+#13249 = CARTESIAN_POINT('',(60.,-40.,1.51));
+#13250 = VECTOR('',#13251,1.);
+#13251 = DIRECTION('',(1.,0.,0.));
+#13252 = ORIENTED_EDGE('',*,*,#12450,.F.);
+#13253 = FACE_BOUND('',#13254,.T.);
+#13254 = EDGE_LOOP('',(#13255));
+#13255 = ORIENTED_EDGE('',*,*,#13256,.T.);
+#13256 = EDGE_CURVE('',#13257,#13257,#13259,.T.);
+#13257 = VERTEX_POINT('',#13258);
+#13258 = CARTESIAN_POINT('',(63.,-98.1,1.51));
+#13259 = CIRCLE('',#13260,1.1);
+#13260 = AXIS2_PLACEMENT_3D('',#13261,#13262,#13263);
+#13261 = CARTESIAN_POINT('',(63.,-97.,1.51));
+#13262 = DIRECTION('',(-0.,0.,-1.));
+#13263 = DIRECTION('',(-0.,-1.,0.));
+#13264 = FACE_BOUND('',#13265,.T.);
+#13265 = EDGE_LOOP('',(#13266));
+#13266 = ORIENTED_EDGE('',*,*,#13267,.T.);
+#13267 = EDGE_CURVE('',#13268,#13268,#13270,.T.);
+#13268 = VERTEX_POINT('',#13269);
+#13269 = CARTESIAN_POINT('',(65.,-91.01,1.51));
+#13270 = CIRCLE('',#13271,0.45);
+#13271 = AXIS2_PLACEMENT_3D('',#13272,#13273,#13274);
+#13272 = CARTESIAN_POINT('',(65.,-90.56,1.51));
+#13273 = DIRECTION('',(-0.,0.,-1.));
+#13274 = DIRECTION('',(-0.,-1.,0.));
+#13275 = FACE_BOUND('',#13276,.T.);
+#13276 = EDGE_LOOP('',(#13277));
+#13277 = ORIENTED_EDGE('',*,*,#13278,.T.);
+#13278 = EDGE_CURVE('',#13279,#13279,#13281,.T.);
+#13279 = VERTEX_POINT('',#13280);
+#13280 = CARTESIAN_POINT('',(65.,-88.47,1.51));
+#13281 = CIRCLE('',#13282,0.45);
+#13282 = AXIS2_PLACEMENT_3D('',#13283,#13284,#13285);
+#13283 = CARTESIAN_POINT('',(65.,-88.02,1.51));
+#13284 = DIRECTION('',(-0.,0.,-1.));
+#13285 = DIRECTION('',(-0.,-1.,0.));
+#13286 = FACE_BOUND('',#13287,.T.);
+#13287 = EDGE_LOOP('',(#13288));
+#13288 = ORIENTED_EDGE('',*,*,#13289,.T.);
+#13289 = EDGE_CURVE('',#13290,#13290,#13292,.T.);
+#13290 = VERTEX_POINT('',#13291);
+#13291 = CARTESIAN_POINT('',(65.,-85.93,1.51));
+#13292 = CIRCLE('',#13293,0.45);
+#13293 = AXIS2_PLACEMENT_3D('',#13294,#13295,#13296);
+#13294 = CARTESIAN_POINT('',(65.,-85.48,1.51));
+#13295 = DIRECTION('',(-0.,0.,-1.));
+#13296 = DIRECTION('',(-0.,-1.,0.));
+#13297 = FACE_BOUND('',#13298,.T.);
+#13298 = EDGE_LOOP('',(#13299));
+#13299 = ORIENTED_EDGE('',*,*,#13300,.T.);
+#13300 = EDGE_CURVE('',#13301,#13301,#13303,.T.);
+#13301 = VERTEX_POINT('',#13302);
+#13302 = CARTESIAN_POINT('',(90.4,-91.01,1.51));
+#13303 = CIRCLE('',#13304,0.45);
+#13304 = AXIS2_PLACEMENT_3D('',#13305,#13306,#13307);
+#13305 = CARTESIAN_POINT('',(90.4,-90.56,1.51));
+#13306 = DIRECTION('',(-0.,0.,-1.));
+#13307 = DIRECTION('',(-0.,-1.,0.));
+#13308 = FACE_BOUND('',#13309,.T.);
+#13309 = EDGE_LOOP('',(#13310));
+#13310 = ORIENTED_EDGE('',*,*,#13311,.T.);
+#13311 = EDGE_CURVE('',#13312,#13312,#13314,.T.);
+#13312 = VERTEX_POINT('',#13313);
+#13313 = CARTESIAN_POINT('',(90.4,-88.47,1.51));
+#13314 = CIRCLE('',#13315,0.45);
+#13315 = AXIS2_PLACEMENT_3D('',#13316,#13317,#13318);
+#13316 = CARTESIAN_POINT('',(90.4,-88.02,1.51));
+#13317 = DIRECTION('',(-0.,0.,-1.));
+#13318 = DIRECTION('',(-0.,-1.,0.));
+#13319 = FACE_BOUND('',#13320,.T.);
+#13320 = EDGE_LOOP('',(#13321));
+#13321 = ORIENTED_EDGE('',*,*,#13322,.T.);
+#13322 = EDGE_CURVE('',#13323,#13323,#13325,.T.);
+#13323 = VERTEX_POINT('',#13324);
+#13324 = CARTESIAN_POINT('',(90.4,-85.93,1.51));
+#13325 = CIRCLE('',#13326,0.45);
+#13326 = AXIS2_PLACEMENT_3D('',#13327,#13328,#13329);
+#13327 = CARTESIAN_POINT('',(90.4,-85.48,1.51));
+#13328 = DIRECTION('',(-0.,0.,-1.));
+#13329 = DIRECTION('',(-0.,-1.,0.));
+#13330 = FACE_BOUND('',#13331,.T.);
+#13331 = EDGE_LOOP('',(#13332));
+#13332 = ORIENTED_EDGE('',*,*,#13333,.T.);
+#13333 = EDGE_CURVE('',#13334,#13334,#13336,.T.);
+#13334 = VERTEX_POINT('',#13335);
+#13335 = CARTESIAN_POINT('',(65.,-83.39,1.51));
+#13336 = CIRCLE('',#13337,0.45);
+#13337 = AXIS2_PLACEMENT_3D('',#13338,#13339,#13340);
+#13338 = CARTESIAN_POINT('',(65.,-82.94,1.51));
+#13339 = DIRECTION('',(-0.,0.,-1.));
+#13340 = DIRECTION('',(-0.,-1.,0.));
+#13341 = FACE_BOUND('',#13342,.T.);
+#13342 = EDGE_LOOP('',(#13343));
+#13343 = ORIENTED_EDGE('',*,*,#13344,.T.);
+#13344 = EDGE_CURVE('',#13345,#13345,#13347,.T.);
+#13345 = VERTEX_POINT('',#13346);
+#13346 = CARTESIAN_POINT('',(65.,-80.85,1.51));
+#13347 = CIRCLE('',#13348,0.45);
+#13348 = AXIS2_PLACEMENT_3D('',#13349,#13350,#13351);
+#13349 = CARTESIAN_POINT('',(65.,-80.4,1.51));
+#13350 = DIRECTION('',(-0.,0.,-1.));
+#13351 = DIRECTION('',(-0.,-1.,0.));
+#13352 = FACE_BOUND('',#13353,.T.);
+#13353 = EDGE_LOOP('',(#13354));
+#13354 = ORIENTED_EDGE('',*,*,#13355,.T.);
+#13355 = EDGE_CURVE('',#13356,#13356,#13358,.T.);
+#13356 = VERTEX_POINT('',#13357);
+#13357 = CARTESIAN_POINT('',(65.,-78.31,1.51));
+#13358 = CIRCLE('',#13359,0.45);
+#13359 = AXIS2_PLACEMENT_3D('',#13360,#13361,#13362);
+#13360 = CARTESIAN_POINT('',(65.,-77.86,1.51));
+#13361 = DIRECTION('',(-0.,0.,-1.));
+#13362 = DIRECTION('',(-0.,-1.,0.));
+#13363 = FACE_BOUND('',#13364,.T.);
+#13364 = EDGE_LOOP('',(#13365));
+#13365 = ORIENTED_EDGE('',*,*,#13366,.T.);
+#13366 = EDGE_CURVE('',#13367,#13367,#13369,.T.);
+#13367 = VERTEX_POINT('',#13368);
+#13368 = CARTESIAN_POINT('',(65.,-75.77,1.51));
+#13369 = CIRCLE('',#13370,0.45);
+#13370 = AXIS2_PLACEMENT_3D('',#13371,#13372,#13373);
+#13371 = CARTESIAN_POINT('',(65.,-75.32,1.51));
+#13372 = DIRECTION('',(-0.,0.,-1.));
+#13373 = DIRECTION('',(-0.,-1.,0.));
+#13374 = FACE_BOUND('',#13375,.T.);
+#13375 = EDGE_LOOP('',(#13376));
+#13376 = ORIENTED_EDGE('',*,*,#13377,.T.);
+#13377 = EDGE_CURVE('',#13378,#13378,#13380,.T.);
+#13378 = VERTEX_POINT('',#13379);
+#13379 = CARTESIAN_POINT('',(65.,-73.23,1.51));
+#13380 = CIRCLE('',#13381,0.45);
+#13381 = AXIS2_PLACEMENT_3D('',#13382,#13383,#13384);
+#13382 = CARTESIAN_POINT('',(65.,-72.78,1.51));
+#13383 = DIRECTION('',(-0.,0.,-1.));
+#13384 = DIRECTION('',(-0.,-1.,0.));
+#13385 = FACE_BOUND('',#13386,.T.);
+#13386 = EDGE_LOOP('',(#13387));
+#13387 = ORIENTED_EDGE('',*,*,#13388,.T.);
+#13388 = EDGE_CURVE('',#13389,#13389,#13391,.T.);
+#13389 = VERTEX_POINT('',#13390);
+#13390 = CARTESIAN_POINT('',(65.,-70.69,1.51));
+#13391 = CIRCLE('',#13392,0.45);
+#13392 = AXIS2_PLACEMENT_3D('',#13393,#13394,#13395);
+#13393 = CARTESIAN_POINT('',(65.,-70.24,1.51));
+#13394 = DIRECTION('',(-0.,0.,-1.));
+#13395 = DIRECTION('',(-0.,-1.,0.));
+#13396 = FACE_BOUND('',#13397,.T.);
+#13397 = EDGE_LOOP('',(#13398));
+#13398 = ORIENTED_EDGE('',*,*,#13399,.T.);
+#13399 = EDGE_CURVE('',#13400,#13400,#13402,.T.);
+#13400 = VERTEX_POINT('',#13401);
+#13401 = CARTESIAN_POINT('',(90.4,-83.39,1.51));
+#13402 = CIRCLE('',#13403,0.45);
+#13403 = AXIS2_PLACEMENT_3D('',#13404,#13405,#13406);
+#13404 = CARTESIAN_POINT('',(90.4,-82.94,1.51));
+#13405 = DIRECTION('',(-0.,0.,-1.));
+#13406 = DIRECTION('',(-0.,-1.,0.));
+#13407 = FACE_BOUND('',#13408,.T.);
+#13408 = EDGE_LOOP('',(#13409));
+#13409 = ORIENTED_EDGE('',*,*,#13410,.T.);
+#13410 = EDGE_CURVE('',#13411,#13411,#13413,.T.);
+#13411 = VERTEX_POINT('',#13412);
+#13412 = CARTESIAN_POINT('',(90.4,-80.85,1.51));
+#13413 = CIRCLE('',#13414,0.45);
+#13414 = AXIS2_PLACEMENT_3D('',#13415,#13416,#13417);
+#13415 = CARTESIAN_POINT('',(90.4,-80.4,1.51));
+#13416 = DIRECTION('',(-0.,0.,-1.));
+#13417 = DIRECTION('',(-0.,-1.,0.));
+#13418 = FACE_BOUND('',#13419,.T.);
+#13419 = EDGE_LOOP('',(#13420));
+#13420 = ORIENTED_EDGE('',*,*,#13421,.T.);
+#13421 = EDGE_CURVE('',#13422,#13422,#13424,.T.);
+#13422 = VERTEX_POINT('',#13423);
+#13423 = CARTESIAN_POINT('',(90.4,-78.31,1.51));
+#13424 = CIRCLE('',#13425,0.45);
+#13425 = AXIS2_PLACEMENT_3D('',#13426,#13427,#13428);
+#13426 = CARTESIAN_POINT('',(90.4,-77.86,1.51));
+#13427 = DIRECTION('',(-0.,0.,-1.));
+#13428 = DIRECTION('',(-0.,-1.,0.));
+#13429 = FACE_BOUND('',#13430,.T.);
+#13430 = EDGE_LOOP('',(#13431));
+#13431 = ORIENTED_EDGE('',*,*,#13432,.T.);
+#13432 = EDGE_CURVE('',#13433,#13433,#13435,.T.);
+#13433 = VERTEX_POINT('',#13434);
+#13434 = CARTESIAN_POINT('',(90.4,-75.77,1.51));
+#13435 = CIRCLE('',#13436,0.45);
+#13436 = AXIS2_PLACEMENT_3D('',#13437,#13438,#13439);
+#13437 = CARTESIAN_POINT('',(90.4,-75.32,1.51));
+#13438 = DIRECTION('',(-0.,0.,-1.));
+#13439 = DIRECTION('',(-0.,-1.,0.));
+#13440 = FACE_BOUND('',#13441,.T.);
+#13441 = EDGE_LOOP('',(#13442));
+#13442 = ORIENTED_EDGE('',*,*,#13443,.T.);
+#13443 = EDGE_CURVE('',#13444,#13444,#13446,.T.);
+#13444 = VERTEX_POINT('',#13445);
+#13445 = CARTESIAN_POINT('',(90.4,-73.23,1.51));
+#13446 = CIRCLE('',#13447,0.45);
+#13447 = AXIS2_PLACEMENT_3D('',#13448,#13449,#13450);
+#13448 = CARTESIAN_POINT('',(90.4,-72.78,1.51));
+#13449 = DIRECTION('',(-0.,0.,-1.));
+#13450 = DIRECTION('',(-0.,-1.,0.));
+#13451 = FACE_BOUND('',#13452,.T.);
+#13452 = EDGE_LOOP('',(#13453));
+#13453 = ORIENTED_EDGE('',*,*,#13454,.T.);
+#13454 = EDGE_CURVE('',#13455,#13455,#13457,.T.);
+#13455 = VERTEX_POINT('',#13456);
+#13456 = CARTESIAN_POINT('',(90.4,-70.69,1.51));
+#13457 = CIRCLE('',#13458,0.45);
+#13458 = AXIS2_PLACEMENT_3D('',#13459,#13460,#13461);
+#13459 = CARTESIAN_POINT('',(90.4,-70.24,1.51));
+#13460 = DIRECTION('',(-0.,0.,-1.));
+#13461 = DIRECTION('',(-0.,-1.,0.));
+#13462 = FACE_BOUND('',#13463,.T.);
+#13463 = EDGE_LOOP('',(#13464));
+#13464 = ORIENTED_EDGE('',*,*,#13465,.T.);
+#13465 = EDGE_CURVE('',#13466,#13466,#13468,.T.);
+#13466 = VERTEX_POINT('',#13467);
+#13467 = CARTESIAN_POINT('',(138.,-98.1,1.51));
+#13468 = CIRCLE('',#13469,1.1);
+#13469 = AXIS2_PLACEMENT_3D('',#13470,#13471,#13472);
+#13470 = CARTESIAN_POINT('',(138.,-97.,1.51));
+#13471 = DIRECTION('',(-0.,0.,-1.));
+#13472 = DIRECTION('',(-0.,-1.,0.));
+#13473 = FACE_BOUND('',#13474,.T.);
+#13474 = EDGE_LOOP('',(#13475));
+#13475 = ORIENTED_EDGE('',*,*,#13476,.T.);
+#13476 = EDGE_CURVE('',#13477,#13477,#13479,.T.);
+#13477 = VERTEX_POINT('',#13478);
+#13478 = CARTESIAN_POINT('',(118.225,-78.900001,1.51));
+#13479 = CIRCLE('',#13480,0.15);
+#13480 = AXIS2_PLACEMENT_3D('',#13481,#13482,#13483);
+#13481 = CARTESIAN_POINT('',(118.225,-78.750001,1.51));
+#13482 = DIRECTION('',(-0.,0.,-1.));
+#13483 = DIRECTION('',(-0.,-1.,0.));
+#13484 = FACE_BOUND('',#13485,.T.);
+#13485 = EDGE_LOOP('',(#13486));
+#13486 = ORIENTED_EDGE('',*,*,#13487,.T.);
+#13487 = EDGE_CURVE('',#13488,#13488,#13490,.T.);
+#13488 = VERTEX_POINT('',#13489);
+#13489 = CARTESIAN_POINT('',(117.45,-78.15,1.51));
+#13490 = CIRCLE('',#13491,0.15);
+#13491 = AXIS2_PLACEMENT_3D('',#13492,#13493,#13494);
+#13492 = CARTESIAN_POINT('',(117.45,-78.,1.51));
+#13493 = DIRECTION('',(-0.,0.,-1.));
+#13494 = DIRECTION('',(9.473903143468E-14,-1.,-0.));
+#13495 = FACE_BOUND('',#13496,.T.);
+#13496 = EDGE_LOOP('',(#13497));
+#13497 = ORIENTED_EDGE('',*,*,#13498,.T.);
+#13498 = EDGE_CURVE('',#13499,#13499,#13501,.T.);
+#13499 = VERTEX_POINT('',#13500);
+#13500 = CARTESIAN_POINT('',(118.225,-78.15,1.51));
+#13501 = CIRCLE('',#13502,0.15);
+#13502 = AXIS2_PLACEMENT_3D('',#13503,#13504,#13505);
+#13503 = CARTESIAN_POINT('',(118.225,-78.,1.51));
+#13504 = DIRECTION('',(-0.,0.,-1.));
+#13505 = DIRECTION('',(-0.,-1.,0.));
+#13506 = FACE_BOUND('',#13507,.T.);
+#13507 = EDGE_LOOP('',(#13508));
+#13508 = ORIENTED_EDGE('',*,*,#13509,.T.);
+#13509 = EDGE_CURVE('',#13510,#13510,#13512,.T.);
+#13510 = VERTEX_POINT('',#13511);
+#13511 = CARTESIAN_POINT('',(119.,-78.15,1.51));
+#13512 = CIRCLE('',#13513,0.15);
+#13513 = AXIS2_PLACEMENT_3D('',#13514,#13515,#13516);
+#13514 = CARTESIAN_POINT('',(119.,-78.,1.51));
+#13515 = DIRECTION('',(-0.,0.,-1.));
+#13516 = DIRECTION('',(-0.,-1.,0.));
+#13517 = FACE_BOUND('',#13518,.T.);
+#13518 = EDGE_LOOP('',(#13519));
+#13519 = ORIENTED_EDGE('',*,*,#13520,.T.);
+#13520 = EDGE_CURVE('',#13521,#13521,#13523,.T.);
+#13521 = VERTEX_POINT('',#13522);
+#13522 = CARTESIAN_POINT('',(117.45,-77.1,1.51));
+#13523 = CIRCLE('',#13524,0.15);
+#13524 = AXIS2_PLACEMENT_3D('',#13525,#13526,#13527);
+#13525 = CARTESIAN_POINT('',(117.45,-76.95,1.51));
+#13526 = DIRECTION('',(-0.,0.,-1.));
+#13527 = DIRECTION('',(9.473903143468E-14,-1.,-0.));
+#13528 = FACE_BOUND('',#13529,.T.);
+#13529 = EDGE_LOOP('',(#13530));
+#13530 = ORIENTED_EDGE('',*,*,#13531,.T.);
+#13531 = EDGE_CURVE('',#13532,#13532,#13534,.T.);
+#13532 = VERTEX_POINT('',#13533);
+#13533 = CARTESIAN_POINT('',(118.225,-77.1,1.51));
+#13534 = CIRCLE('',#13535,0.15);
+#13535 = AXIS2_PLACEMENT_3D('',#13536,#13537,#13538);
+#13536 = CARTESIAN_POINT('',(118.225,-76.95,1.51));
+#13537 = DIRECTION('',(-0.,0.,-1.));
+#13538 = DIRECTION('',(-0.,-1.,0.));
+#13539 = FACE_BOUND('',#13540,.T.);
+#13540 = EDGE_LOOP('',(#13541));
+#13541 = ORIENTED_EDGE('',*,*,#13542,.T.);
+#13542 = EDGE_CURVE('',#13543,#13543,#13545,.T.);
+#13543 = VERTEX_POINT('',#13544);
+#13544 = CARTESIAN_POINT('',(118.225,-76.349999,1.51));
+#13545 = CIRCLE('',#13546,0.15);
+#13546 = AXIS2_PLACEMENT_3D('',#13547,#13548,#13549);
+#13547 = CARTESIAN_POINT('',(118.225,-76.199999,1.51));
+#13548 = DIRECTION('',(-0.,0.,-1.));
+#13549 = DIRECTION('',(-0.,-1.,0.));
+#13550 = FACE_BOUND('',#13551,.T.);
+#13551 = EDGE_LOOP('',(#13552));
+#13552 = ORIENTED_EDGE('',*,*,#13553,.T.);
+#13553 = EDGE_CURVE('',#13554,#13554,#13556,.T.);
+#13554 = VERTEX_POINT('',#13555);
+#13555 = CARTESIAN_POINT('',(119.,-77.1,1.51));
+#13556 = CIRCLE('',#13557,0.15);
+#13557 = AXIS2_PLACEMENT_3D('',#13558,#13559,#13560);
+#13558 = CARTESIAN_POINT('',(119.,-76.95,1.51));
+#13559 = DIRECTION('',(-0.,0.,-1.));
+#13560 = DIRECTION('',(-0.,-1.,0.));
+#13561 = FACE_BOUND('',#13562,.T.);
+#13562 = EDGE_LOOP('',(#13563));
+#13563 = ORIENTED_EDGE('',*,*,#13564,.T.);
+#13564 = EDGE_CURVE('',#13565,#13565,#13567,.T.);
+#13565 = VERTEX_POINT('',#13566);
+#13566 = CARTESIAN_POINT('',(65.,-68.15,1.51));
+#13567 = CIRCLE('',#13568,0.45);
+#13568 = AXIS2_PLACEMENT_3D('',#13569,#13570,#13571);
+#13569 = CARTESIAN_POINT('',(65.,-67.7,1.51));
+#13570 = DIRECTION('',(-0.,0.,-1.));
+#13571 = DIRECTION('',(-0.,-1.,0.));
+#13572 = FACE_BOUND('',#13573,.T.);
+#13573 = EDGE_LOOP('',(#13574));
+#13574 = ORIENTED_EDGE('',*,*,#13575,.T.);
+#13575 = EDGE_CURVE('',#13576,#13576,#13578,.T.);
+#13576 = VERTEX_POINT('',#13577);
+#13577 = CARTESIAN_POINT('',(65.,-65.61,1.51));
+#13578 = CIRCLE('',#13579,0.45);
+#13579 = AXIS2_PLACEMENT_3D('',#13580,#13581,#13582);
+#13580 = CARTESIAN_POINT('',(65.,-65.16,1.51));
+#13581 = DIRECTION('',(-0.,0.,-1.));
+#13582 = DIRECTION('',(-0.,-1.,0.));
+#13583 = FACE_BOUND('',#13584,.T.);
+#13584 = EDGE_LOOP('',(#13585));
+#13585 = ORIENTED_EDGE('',*,*,#13586,.T.);
+#13586 = EDGE_CURVE('',#13587,#13587,#13589,.T.);
+#13587 = VERTEX_POINT('',#13588);
+#13588 = CARTESIAN_POINT('',(65.,-63.07,1.51));
+#13589 = CIRCLE('',#13590,0.45);
+#13590 = AXIS2_PLACEMENT_3D('',#13591,#13592,#13593);
+#13591 = CARTESIAN_POINT('',(65.,-62.62,1.51));
+#13592 = DIRECTION('',(-0.,0.,-1.));
+#13593 = DIRECTION('',(-0.,-1.,0.));
+#13594 = FACE_BOUND('',#13595,.T.);
+#13595 = EDGE_LOOP('',(#13596));
+#13596 = ORIENTED_EDGE('',*,*,#13597,.T.);
+#13597 = EDGE_CURVE('',#13598,#13598,#13600,.T.);
+#13598 = VERTEX_POINT('',#13599);
+#13599 = CARTESIAN_POINT('',(65.,-60.53,1.51));
+#13600 = CIRCLE('',#13601,0.45);
+#13601 = AXIS2_PLACEMENT_3D('',#13602,#13603,#13604);
+#13602 = CARTESIAN_POINT('',(65.,-60.08,1.51));
+#13603 = DIRECTION('',(-0.,0.,-1.));
+#13604 = DIRECTION('',(-0.,-1.,0.));
+#13605 = FACE_BOUND('',#13606,.T.);
+#13606 = EDGE_LOOP('',(#13607));
+#13607 = ORIENTED_EDGE('',*,*,#13608,.T.);
+#13608 = EDGE_CURVE('',#13609,#13609,#13611,.T.);
+#13609 = VERTEX_POINT('',#13610);
+#13610 = CARTESIAN_POINT('',(65.,-57.99,1.51));
+#13611 = CIRCLE('',#13612,0.45);
+#13612 = AXIS2_PLACEMENT_3D('',#13613,#13614,#13615);
+#13613 = CARTESIAN_POINT('',(65.,-57.54,1.51));
+#13614 = DIRECTION('',(-0.,0.,-1.));
+#13615 = DIRECTION('',(-0.,-1.,0.));
+#13616 = FACE_BOUND('',#13617,.T.);
+#13617 = EDGE_LOOP('',(#13618));
+#13618 = ORIENTED_EDGE('',*,*,#13619,.T.);
+#13619 = EDGE_CURVE('',#13620,#13620,#13622,.T.);
+#13620 = VERTEX_POINT('',#13621);
+#13621 = CARTESIAN_POINT('',(90.4,-68.15,1.51));
+#13622 = CIRCLE('',#13623,0.45);
+#13623 = AXIS2_PLACEMENT_3D('',#13624,#13625,#13626);
+#13624 = CARTESIAN_POINT('',(90.4,-67.7,1.51));
+#13625 = DIRECTION('',(-0.,0.,-1.));
+#13626 = DIRECTION('',(-0.,-1.,0.));
+#13627 = FACE_BOUND('',#13628,.T.);
+#13628 = EDGE_LOOP('',(#13629));
+#13629 = ORIENTED_EDGE('',*,*,#13630,.T.);
+#13630 = EDGE_CURVE('',#13631,#13631,#13633,.T.);
+#13631 = VERTEX_POINT('',#13632);
+#13632 = CARTESIAN_POINT('',(90.4,-65.61,1.51));
+#13633 = CIRCLE('',#13634,0.45);
+#13634 = AXIS2_PLACEMENT_3D('',#13635,#13636,#13637);
+#13635 = CARTESIAN_POINT('',(90.4,-65.16,1.51));
+#13636 = DIRECTION('',(-0.,0.,-1.));
+#13637 = DIRECTION('',(-0.,-1.,0.));
+#13638 = FACE_BOUND('',#13639,.T.);
+#13639 = EDGE_LOOP('',(#13640));
+#13640 = ORIENTED_EDGE('',*,*,#13641,.T.);
+#13641 = EDGE_CURVE('',#13642,#13642,#13644,.T.);
+#13642 = VERTEX_POINT('',#13643);
+#13643 = CARTESIAN_POINT('',(98.64,-69.29,1.51));
+#13644 = CIRCLE('',#13645,0.4);
+#13645 = AXIS2_PLACEMENT_3D('',#13646,#13647,#13648);
+#13646 = CARTESIAN_POINT('',(98.64,-68.89,1.51));
+#13647 = DIRECTION('',(-0.,0.,-1.));
+#13648 = DIRECTION('',(-0.,-1.,0.));
+#13649 = FACE_BOUND('',#13650,.T.);
+#13650 = EDGE_LOOP('',(#13651));
+#13651 = ORIENTED_EDGE('',*,*,#13652,.T.);
+#13652 = EDGE_CURVE('',#13653,#13653,#13655,.T.);
+#13653 = VERTEX_POINT('',#13654);
+#13654 = CARTESIAN_POINT('',(98.64,-66.75,1.51));
+#13655 = CIRCLE('',#13656,0.4);
+#13656 = AXIS2_PLACEMENT_3D('',#13657,#13658,#13659);
+#13657 = CARTESIAN_POINT('',(98.64,-66.35,1.51));
+#13658 = DIRECTION('',(-0.,0.,-1.));
+#13659 = DIRECTION('',(-0.,-1.,0.));
+#13660 = FACE_BOUND('',#13661,.T.);
+#13661 = EDGE_LOOP('',(#13662));
+#13662 = ORIENTED_EDGE('',*,*,#13663,.T.);
+#13663 = EDGE_CURVE('',#13664,#13664,#13666,.T.);
+#13664 = VERTEX_POINT('',#13665);
+#13665 = CARTESIAN_POINT('',(98.64,-64.21,1.51));
+#13666 = CIRCLE('',#13667,0.4);
+#13667 = AXIS2_PLACEMENT_3D('',#13668,#13669,#13670);
+#13668 = CARTESIAN_POINT('',(98.64,-63.81,1.51));
+#13669 = DIRECTION('',(-0.,0.,-1.));
+#13670 = DIRECTION('',(-0.,-1.,0.));
+#13671 = FACE_BOUND('',#13672,.T.);
+#13672 = EDGE_LOOP('',(#13673));
+#13673 = ORIENTED_EDGE('',*,*,#13674,.T.);
+#13674 = EDGE_CURVE('',#13675,#13675,#13677,.T.);
+#13675 = VERTEX_POINT('',#13676);
+#13676 = CARTESIAN_POINT('',(90.4,-63.07,1.51));
+#13677 = CIRCLE('',#13678,0.45);
+#13678 = AXIS2_PLACEMENT_3D('',#13679,#13680,#13681);
+#13679 = CARTESIAN_POINT('',(90.4,-62.62,1.51));
+#13680 = DIRECTION('',(-0.,0.,-1.));
+#13681 = DIRECTION('',(-0.,-1.,0.));
+#13682 = FACE_BOUND('',#13683,.T.);
+#13683 = EDGE_LOOP('',(#13684));
+#13684 = ORIENTED_EDGE('',*,*,#13685,.T.);
+#13685 = EDGE_CURVE('',#13686,#13686,#13688,.T.);
+#13686 = VERTEX_POINT('',#13687);
+#13687 = CARTESIAN_POINT('',(90.4,-60.53,1.51));
+#13688 = CIRCLE('',#13689,0.45);
+#13689 = AXIS2_PLACEMENT_3D('',#13690,#13691,#13692);
+#13690 = CARTESIAN_POINT('',(90.4,-60.08,1.51));
+#13691 = DIRECTION('',(-0.,0.,-1.));
+#13692 = DIRECTION('',(-0.,-1.,0.));
+#13693 = FACE_BOUND('',#13694,.T.);
+#13694 = EDGE_LOOP('',(#13695));
+#13695 = ORIENTED_EDGE('',*,*,#13696,.T.);
+#13696 = EDGE_CURVE('',#13697,#13697,#13699,.T.);
+#13697 = VERTEX_POINT('',#13698);
+#13698 = CARTESIAN_POINT('',(90.4,-57.99,1.51));
+#13699 = CIRCLE('',#13700,0.45);
+#13700 = AXIS2_PLACEMENT_3D('',#13701,#13702,#13703);
+#13701 = CARTESIAN_POINT('',(90.4,-57.54,1.51));
+#13702 = DIRECTION('',(-0.,0.,-1.));
+#13703 = DIRECTION('',(-0.,-1.,0.));
+#13704 = FACE_BOUND('',#13705,.T.);
+#13705 = EDGE_LOOP('',(#13706));
+#13706 = ORIENTED_EDGE('',*,*,#13707,.T.);
+#13707 = EDGE_CURVE('',#13708,#13708,#13710,.T.);
+#13708 = VERTEX_POINT('',#13709);
+#13709 = CARTESIAN_POINT('',(98.64,-61.67,1.51));
+#13710 = CIRCLE('',#13711,0.4);
+#13711 = AXIS2_PLACEMENT_3D('',#13712,#13713,#13714);
+#13712 = CARTESIAN_POINT('',(98.64,-61.27,1.51));
+#13713 = DIRECTION('',(-0.,0.,-1.));
+#13714 = DIRECTION('',(-0.,-1.,0.));
+#13715 = FACE_BOUND('',#13716,.T.);
+#13716 = EDGE_LOOP('',(#13717));
+#13717 = ORIENTED_EDGE('',*,*,#13718,.T.);
+#13718 = EDGE_CURVE('',#13719,#13719,#13721,.T.);
+#13719 = VERTEX_POINT('',#13720);
+#13720 = CARTESIAN_POINT('',(98.64,-59.13,1.51));
+#13721 = CIRCLE('',#13722,0.4);
+#13722 = AXIS2_PLACEMENT_3D('',#13723,#13724,#13725);
+#13723 = CARTESIAN_POINT('',(98.64,-58.73,1.51));
+#13724 = DIRECTION('',(-0.,0.,-1.));
+#13725 = DIRECTION('',(-0.,-1.,0.));
+#13726 = FACE_BOUND('',#13727,.T.);
+#13727 = EDGE_LOOP('',(#13728));
+#13728 = ORIENTED_EDGE('',*,*,#13729,.T.);
+#13729 = EDGE_CURVE('',#13730,#13730,#13732,.T.);
+#13730 = VERTEX_POINT('',#13731);
+#13731 = CARTESIAN_POINT('',(98.64,-56.59,1.51));
+#13732 = CIRCLE('',#13733,0.4);
+#13733 = AXIS2_PLACEMENT_3D('',#13734,#13735,#13736);
+#13734 = CARTESIAN_POINT('',(98.64,-56.19,1.51));
+#13735 = DIRECTION('',(-0.,0.,-1.));
+#13736 = DIRECTION('',(-0.,-1.,0.));
+#13737 = FACE_BOUND('',#13738,.T.);
+#13738 = EDGE_LOOP('',(#13739));
+#13739 = ORIENTED_EDGE('',*,*,#13740,.T.);
+#13740 = EDGE_CURVE('',#13741,#13741,#13743,.T.);
+#13741 = VERTEX_POINT('',#13742);
+#13742 = CARTESIAN_POINT('',(65.,-55.45,1.51));
+#13743 = CIRCLE('',#13744,0.45);
+#13744 = AXIS2_PLACEMENT_3D('',#13745,#13746,#13747);
+#13745 = CARTESIAN_POINT('',(65.,-55.,1.51));
+#13746 = DIRECTION('',(-0.,0.,-1.));
+#13747 = DIRECTION('',(-0.,-1.,0.));
+#13748 = FACE_BOUND('',#13749,.T.);
+#13749 = EDGE_LOOP('',(#13750));
+#13750 = ORIENTED_EDGE('',*,*,#13751,.T.);
+#13751 = EDGE_CURVE('',#13752,#13752,#13754,.T.);
+#13752 = VERTEX_POINT('',#13753);
+#13753 = CARTESIAN_POINT('',(63.,-44.1,1.51));
+#13754 = CIRCLE('',#13755,1.1);
+#13755 = AXIS2_PLACEMENT_3D('',#13756,#13757,#13758);
+#13756 = CARTESIAN_POINT('',(63.,-43.,1.51));
+#13757 = DIRECTION('',(-0.,0.,-1.));
+#13758 = DIRECTION('',(-0.,-1.,0.));
+#13759 = FACE_BOUND('',#13760,.T.);
+#13760 = EDGE_LOOP('',(#13761));
+#13761 = ORIENTED_EDGE('',*,*,#13762,.T.);
+#13762 = EDGE_CURVE('',#13763,#13763,#13765,.T.);
+#13763 = VERTEX_POINT('',#13764);
+#13764 = CARTESIAN_POINT('',(90.4,-55.45,1.51));
+#13765 = CIRCLE('',#13766,0.45);
+#13766 = AXIS2_PLACEMENT_3D('',#13767,#13768,#13769);
+#13767 = CARTESIAN_POINT('',(90.4,-55.,1.51));
+#13768 = DIRECTION('',(-0.,0.,-1.));
+#13769 = DIRECTION('',(-0.,-1.,0.));
+#13770 = FACE_BOUND('',#13771,.T.);
+#13771 = EDGE_LOOP('',(#13772));
+#13772 = ORIENTED_EDGE('',*,*,#13773,.T.);
+#13773 = EDGE_CURVE('',#13774,#13774,#13776,.T.);
+#13774 = VERTEX_POINT('',#13775);
+#13775 = CARTESIAN_POINT('',(98.64,-54.05,1.51));
+#13776 = CIRCLE('',#13777,0.4);
+#13777 = AXIS2_PLACEMENT_3D('',#13778,#13779,#13780);
+#13778 = CARTESIAN_POINT('',(98.64,-53.65,1.51));
+#13779 = DIRECTION('',(-0.,0.,-1.));
+#13780 = DIRECTION('',(-0.,-1.,0.));
+#13781 = FACE_BOUND('',#13782,.T.);
+#13782 = EDGE_LOOP('',(#13783));
+#13783 = ORIENTED_EDGE('',*,*,#13784,.T.);
+#13784 = EDGE_CURVE('',#13785,#13785,#13787,.T.);
+#13785 = VERTEX_POINT('',#13786);
+#13786 = CARTESIAN_POINT('',(98.64,-51.51,1.51));
+#13787 = CIRCLE('',#13788,0.4);
+#13788 = AXIS2_PLACEMENT_3D('',#13789,#13790,#13791);
+#13789 = CARTESIAN_POINT('',(98.64,-51.11,1.51));
+#13790 = DIRECTION('',(-0.,0.,-1.));
+#13791 = DIRECTION('',(-0.,-1.,0.));
+#13792 = FACE_BOUND('',#13793,.T.);
+#13793 = EDGE_LOOP('',(#13794));
+#13794 = ORIENTED_EDGE('',*,*,#13795,.T.);
+#13795 = EDGE_CURVE('',#13796,#13796,#13798,.T.);
+#13796 = VERTEX_POINT('',#13797);
+#13797 = CARTESIAN_POINT('',(96.,-45.475,1.51));
+#13798 = CIRCLE('',#13799,0.475);
+#13799 = AXIS2_PLACEMENT_3D('',#13800,#13801,#13802);
+#13800 = CARTESIAN_POINT('',(96.,-45.,1.51));
+#13801 = DIRECTION('',(-0.,0.,-1.));
+#13802 = DIRECTION('',(-0.,-1.,0.));
+#13803 = FACE_BOUND('',#13804,.T.);
+#13804 = EDGE_LOOP('',(#13805));
+#13805 = ORIENTED_EDGE('',*,*,#13806,.T.);
+#13806 = EDGE_CURVE('',#13807,#13807,#13809,.T.);
+#13807 = VERTEX_POINT('',#13808);
+#13808 = CARTESIAN_POINT('',(98.5,-45.475,1.51));
+#13809 = CIRCLE('',#13810,0.475);
+#13810 = AXIS2_PLACEMENT_3D('',#13811,#13812,#13813);
+#13811 = CARTESIAN_POINT('',(98.5,-45.,1.51));
+#13812 = DIRECTION('',(-0.,0.,-1.));
+#13813 = DIRECTION('',(-0.,-1.,0.));
+#13814 = FACE_BOUND('',#13815,.T.);
+#13815 = EDGE_LOOP('',(#13816));
+#13816 = ORIENTED_EDGE('',*,*,#13817,.T.);
+#13817 = EDGE_CURVE('',#13818,#13818,#13820,.T.);
+#13818 = VERTEX_POINT('',#13819);
+#13819 = CARTESIAN_POINT('',(111.34,-69.29,1.51));
+#13820 = CIRCLE('',#13821,0.4);
+#13821 = AXIS2_PLACEMENT_3D('',#13822,#13823,#13824);
+#13822 = CARTESIAN_POINT('',(111.34,-68.89,1.51));
+#13823 = DIRECTION('',(-0.,0.,-1.));
+#13824 = DIRECTION('',(-0.,-1.,0.));
+#13825 = FACE_BOUND('',#13826,.T.);
+#13826 = EDGE_LOOP('',(#13827));
+#13827 = ORIENTED_EDGE('',*,*,#13828,.T.);
+#13828 = EDGE_CURVE('',#13829,#13829,#13831,.T.);
+#13829 = VERTEX_POINT('',#13830);
+#13830 = CARTESIAN_POINT('',(111.34,-66.75,1.51));
+#13831 = CIRCLE('',#13832,0.4);
+#13832 = AXIS2_PLACEMENT_3D('',#13833,#13834,#13835);
+#13833 = CARTESIAN_POINT('',(111.34,-66.35,1.51));
+#13834 = DIRECTION('',(-0.,0.,-1.));
+#13835 = DIRECTION('',(-0.,-1.,0.));
+#13836 = FACE_BOUND('',#13837,.T.);
+#13837 = EDGE_LOOP('',(#13838));
+#13838 = ORIENTED_EDGE('',*,*,#13839,.T.);
+#13839 = EDGE_CURVE('',#13840,#13840,#13842,.T.);
+#13840 = VERTEX_POINT('',#13841);
+#13841 = CARTESIAN_POINT('',(111.34,-64.21,1.51));
+#13842 = CIRCLE('',#13843,0.4);
+#13843 = AXIS2_PLACEMENT_3D('',#13844,#13845,#13846);
+#13844 = CARTESIAN_POINT('',(111.34,-63.81,1.51));
+#13845 = DIRECTION('',(-0.,0.,-1.));
+#13846 = DIRECTION('',(-0.,-1.,0.));
+#13847 = FACE_BOUND('',#13848,.T.);
+#13848 = EDGE_LOOP('',(#13849));
+#13849 = ORIENTED_EDGE('',*,*,#13850,.T.);
+#13850 = EDGE_CURVE('',#13851,#13851,#13853,.T.);
+#13851 = VERTEX_POINT('',#13852);
+#13852 = CARTESIAN_POINT('',(111.34,-61.67,1.51));
+#13853 = CIRCLE('',#13854,0.4);
+#13854 = AXIS2_PLACEMENT_3D('',#13855,#13856,#13857);
+#13855 = CARTESIAN_POINT('',(111.34,-61.27,1.51));
+#13856 = DIRECTION('',(-0.,0.,-1.));
+#13857 = DIRECTION('',(-0.,-1.,0.));
+#13858 = FACE_BOUND('',#13859,.T.);
+#13859 = EDGE_LOOP('',(#13860));
+#13860 = ORIENTED_EDGE('',*,*,#13861,.T.);
+#13861 = EDGE_CURVE('',#13862,#13862,#13864,.T.);
+#13862 = VERTEX_POINT('',#13863);
+#13863 = CARTESIAN_POINT('',(111.34,-59.13,1.51));
+#13864 = CIRCLE('',#13865,0.4);
+#13865 = AXIS2_PLACEMENT_3D('',#13866,#13867,#13868);
+#13866 = CARTESIAN_POINT('',(111.34,-58.73,1.51));
+#13867 = DIRECTION('',(-0.,0.,-1.));
+#13868 = DIRECTION('',(-0.,-1.,0.));
+#13869 = FACE_BOUND('',#13870,.T.);
+#13870 = EDGE_LOOP('',(#13871));
+#13871 = ORIENTED_EDGE('',*,*,#13872,.T.);
+#13872 = EDGE_CURVE('',#13873,#13873,#13875,.T.);
+#13873 = VERTEX_POINT('',#13874);
+#13874 = CARTESIAN_POINT('',(111.34,-56.59,1.51));
+#13875 = CIRCLE('',#13876,0.4);
+#13876 = AXIS2_PLACEMENT_3D('',#13877,#13878,#13879);
+#13877 = CARTESIAN_POINT('',(111.34,-56.19,1.51));
+#13878 = DIRECTION('',(-0.,0.,-1.));
+#13879 = DIRECTION('',(-0.,-1.,0.));
+#13880 = FACE_BOUND('',#13881,.T.);
+#13881 = EDGE_LOOP('',(#13882));
+#13882 = ORIENTED_EDGE('',*,*,#13883,.T.);
+#13883 = EDGE_CURVE('',#13884,#13884,#13886,.T.);
+#13884 = VERTEX_POINT('',#13885);
+#13885 = CARTESIAN_POINT('',(111.34,-54.05,1.51));
+#13886 = CIRCLE('',#13887,0.4);
+#13887 = AXIS2_PLACEMENT_3D('',#13888,#13889,#13890);
+#13888 = CARTESIAN_POINT('',(111.34,-53.65,1.51));
+#13889 = DIRECTION('',(-0.,0.,-1.));
+#13890 = DIRECTION('',(-0.,-1.,0.));
+#13891 = FACE_BOUND('',#13892,.T.);
+#13892 = EDGE_LOOP('',(#13893));
+#13893 = ORIENTED_EDGE('',*,*,#13894,.T.);
+#13894 = EDGE_CURVE('',#13895,#13895,#13897,.T.);
+#13895 = VERTEX_POINT('',#13896);
+#13896 = CARTESIAN_POINT('',(111.34,-51.51,1.51));
+#13897 = CIRCLE('',#13898,0.4);
+#13898 = AXIS2_PLACEMENT_3D('',#13899,#13900,#13901);
+#13899 = CARTESIAN_POINT('',(111.34,-51.11,1.51));
+#13900 = DIRECTION('',(-0.,0.,-1.));
+#13901 = DIRECTION('',(-0.,-1.,0.));
+#13902 = FACE_BOUND('',#13903,.T.);
+#13903 = EDGE_LOOP('',(#13904));
+#13904 = ORIENTED_EDGE('',*,*,#13905,.T.);
+#13905 = EDGE_CURVE('',#13906,#13906,#13908,.T.);
+#13906 = VERTEX_POINT('',#13907);
+#13907 = CARTESIAN_POINT('',(101.,-45.475,1.51));
+#13908 = CIRCLE('',#13909,0.475);
+#13909 = AXIS2_PLACEMENT_3D('',#13910,#13911,#13912);
+#13910 = CARTESIAN_POINT('',(101.,-45.,1.51));
+#13911 = DIRECTION('',(-0.,0.,-1.));
+#13912 = DIRECTION('',(-0.,-1.,0.));
+#13913 = FACE_BOUND('',#13914,.T.);
+#13914 = EDGE_LOOP('',(#13915));
+#13915 = ORIENTED_EDGE('',*,*,#13916,.T.);
+#13916 = EDGE_CURVE('',#13917,#13917,#13919,.T.);
+#13917 = VERTEX_POINT('',#13918);
+#13918 = CARTESIAN_POINT('',(103.5,-45.475,1.51));
+#13919 = CIRCLE('',#13920,0.475);
+#13920 = AXIS2_PLACEMENT_3D('',#13921,#13922,#13923);
+#13921 = CARTESIAN_POINT('',(103.5,-45.,1.51));
+#13922 = DIRECTION('',(-0.,0.,-1.));
+#13923 = DIRECTION('',(-0.,-1.,0.));
+#13924 = FACE_BOUND('',#13925,.T.);
+#13925 = EDGE_LOOP('',(#13926));
+#13926 = ORIENTED_EDGE('',*,*,#13927,.T.);
+#13927 = EDGE_CURVE('',#13928,#13928,#13930,.T.);
+#13928 = VERTEX_POINT('',#13929);
+#13929 = CARTESIAN_POINT('',(111.,-45.475,1.51));
+#13930 = CIRCLE('',#13931,0.475);
+#13931 = AXIS2_PLACEMENT_3D('',#13932,#13933,#13934);
+#13932 = CARTESIAN_POINT('',(111.,-45.,1.51));
+#13933 = DIRECTION('',(-0.,0.,-1.));
+#13934 = DIRECTION('',(-0.,-1.,0.));
+#13935 = FACE_BOUND('',#13936,.T.);
+#13936 = EDGE_LOOP('',(#13937));
+#13937 = ORIENTED_EDGE('',*,*,#13938,.T.);
+#13938 = EDGE_CURVE('',#13939,#13939,#13941,.T.);
+#13939 = VERTEX_POINT('',#13940);
+#13940 = CARTESIAN_POINT('',(113.5,-45.475,1.51));
+#13941 = CIRCLE('',#13942,0.475);
+#13942 = AXIS2_PLACEMENT_3D('',#13943,#13944,#13945);
+#13943 = CARTESIAN_POINT('',(113.5,-45.,1.51));
+#13944 = DIRECTION('',(-0.,0.,-1.));
+#13945 = DIRECTION('',(-0.,-1.,0.));
+#13946 = FACE_BOUND('',#13947,.T.);
+#13947 = EDGE_LOOP('',(#13948));
+#13948 = ORIENTED_EDGE('',*,*,#13949,.T.);
+#13949 = EDGE_CURVE('',#13950,#13950,#13952,.T.);
+#13950 = VERTEX_POINT('',#13951);
+#13951 = CARTESIAN_POINT('',(116.,-45.475,1.51));
+#13952 = CIRCLE('',#13953,0.475);
+#13953 = AXIS2_PLACEMENT_3D('',#13954,#13955,#13956);
+#13954 = CARTESIAN_POINT('',(116.,-45.,1.51));
+#13955 = DIRECTION('',(-0.,0.,-1.));
+#13956 = DIRECTION('',(-0.,-1.,0.));
+#13957 = FACE_BOUND('',#13958,.T.);
+#13958 = EDGE_LOOP('',(#13959));
+#13959 = ORIENTED_EDGE('',*,*,#13960,.T.);
+#13960 = EDGE_CURVE('',#13961,#13961,#13963,.T.);
+#13961 = VERTEX_POINT('',#13962);
+#13962 = CARTESIAN_POINT('',(124.,-44.775,1.51));
+#13963 = CIRCLE('',#13964,0.475);
+#13964 = AXIS2_PLACEMENT_3D('',#13965,#13966,#13967);
+#13965 = CARTESIAN_POINT('',(124.,-44.3,1.51));
+#13966 = DIRECTION('',(-0.,0.,-1.));
+#13967 = DIRECTION('',(-0.,-1.,0.));
+#13968 = FACE_BOUND('',#13969,.T.);
+#13969 = EDGE_LOOP('',(#13970));
+#13970 = ORIENTED_EDGE('',*,*,#13971,.T.);
+#13971 = EDGE_CURVE('',#13972,#13972,#13974,.T.);
+#13972 = VERTEX_POINT('',#13973);
+#13973 = CARTESIAN_POINT('',(126.5,-44.775,1.51));
+#13974 = CIRCLE('',#13975,0.475);
+#13975 = AXIS2_PLACEMENT_3D('',#13976,#13977,#13978);
+#13976 = CARTESIAN_POINT('',(126.5,-44.3,1.51));
+#13977 = DIRECTION('',(-0.,0.,-1.));
+#13978 = DIRECTION('',(-0.,-1.,0.));
+#13979 = FACE_BOUND('',#13980,.T.);
+#13980 = EDGE_LOOP('',(#13981));
+#13981 = ORIENTED_EDGE('',*,*,#13982,.T.);
+#13982 = EDGE_CURVE('',#13983,#13983,#13985,.T.);
+#13983 = VERTEX_POINT('',#13984);
+#13984 = CARTESIAN_POINT('',(129.,-44.775,1.51));
+#13985 = CIRCLE('',#13986,0.475);
+#13986 = AXIS2_PLACEMENT_3D('',#13987,#13988,#13989);
+#13987 = CARTESIAN_POINT('',(129.,-44.3,1.51));
+#13988 = DIRECTION('',(-0.,0.,-1.));
+#13989 = DIRECTION('',(-0.,-1.,0.));
+#13990 = FACE_BOUND('',#13991,.T.);
+#13991 = EDGE_LOOP('',(#13992));
+#13992 = ORIENTED_EDGE('',*,*,#13993,.T.);
+#13993 = EDGE_CURVE('',#13994,#13994,#13996,.T.);
+#13994 = VERTEX_POINT('',#13995);
+#13995 = CARTESIAN_POINT('',(138.,-44.1,1.51));
+#13996 = CIRCLE('',#13997,1.1);
+#13997 = AXIS2_PLACEMENT_3D('',#13998,#13999,#14000);
+#13998 = CARTESIAN_POINT('',(138.,-43.,1.51));
+#13999 = DIRECTION('',(-0.,0.,-1.));
+#14000 = DIRECTION('',(-0.,-1.,0.));
+#14001 = PLANE('',#14002);
+#14002 = AXIS2_PLACEMENT_3D('',#14003,#14004,#14005);
+#14003 = CARTESIAN_POINT('',(0.,0.,1.51));
+#14004 = DIRECTION('',(0.,0.,1.));
+#14005 = DIRECTION('',(1.,0.,-0.));
+#14006 = ADVANCED_FACE('',(#14007),#14013,.T.);
+#14007 = FACE_BOUND('',#14008,.T.);
+#14008 = EDGE_LOOP('',(#14009,#14010,#14011,#14012));
+#14009 = ORIENTED_EDGE('',*,*,#12458,.T.);
+#14010 = ORIENTED_EDGE('',*,*,#13247,.T.);
+#14011 = ORIENTED_EDGE('',*,*,#12418,.F.);
+#14012 = ORIENTED_EDGE('',*,*,#12482,.F.);
+#14013 = PLANE('',#14014);
+#14014 = AXIS2_PLACEMENT_3D('',#14015,#14016,#14017);
+#14015 = CARTESIAN_POINT('',(60.,-40.,0.));
+#14016 = DIRECTION('',(0.,1.,0.));
+#14017 = DIRECTION('',(1.,0.,0.));
+#14018 = ADVANCED_FACE('',(#14019),#14030,.F.);
+#14019 = FACE_BOUND('',#14020,.T.);
+#14020 = EDGE_LOOP('',(#14021,#14022,#14028,#14029));
+#14021 = ORIENTED_EDGE('',*,*,#12491,.T.);
+#14022 = ORIENTED_EDGE('',*,*,#14023,.T.);
+#14023 = EDGE_CURVE('',#12492,#13257,#14024,.T.);
+#14024 = LINE('',#14025,#14026);
+#14025 = CARTESIAN_POINT('',(63.,-98.1,-4.6E-02));
+#14026 = VECTOR('',#14027,1.);
+#14027 = DIRECTION('',(0.,0.,1.));
+#14028 = ORIENTED_EDGE('',*,*,#13256,.F.);
+#14029 = ORIENTED_EDGE('',*,*,#14023,.F.);
+#14030 = CYLINDRICAL_SURFACE('',#14031,1.1);
+#14031 = AXIS2_PLACEMENT_3D('',#14032,#14033,#14034);
+#14032 = CARTESIAN_POINT('',(63.,-97.,-4.6E-02));
+#14033 = DIRECTION('',(-0.,-0.,-1.));
+#14034 = DIRECTION('',(-0.,-1.,0.));
+#14035 = ADVANCED_FACE('',(#14036),#14047,.F.);
+#14036 = FACE_BOUND('',#14037,.T.);
+#14037 = EDGE_LOOP('',(#14038,#14039,#14045,#14046));
+#14038 = ORIENTED_EDGE('',*,*,#12502,.T.);
+#14039 = ORIENTED_EDGE('',*,*,#14040,.T.);
+#14040 = EDGE_CURVE('',#12503,#13268,#14041,.T.);
+#14041 = LINE('',#14042,#14043);
+#14042 = CARTESIAN_POINT('',(65.,-91.01,-4.6E-02));
+#14043 = VECTOR('',#14044,1.);
+#14044 = DIRECTION('',(0.,0.,1.));
+#14045 = ORIENTED_EDGE('',*,*,#13267,.F.);
+#14046 = ORIENTED_EDGE('',*,*,#14040,.F.);
+#14047 = CYLINDRICAL_SURFACE('',#14048,0.45);
+#14048 = AXIS2_PLACEMENT_3D('',#14049,#14050,#14051);
+#14049 = CARTESIAN_POINT('',(65.,-90.56,-4.6E-02));
+#14050 = DIRECTION('',(-0.,-0.,-1.));
+#14051 = DIRECTION('',(-0.,-1.,0.));
+#14052 = ADVANCED_FACE('',(#14053),#14064,.F.);
+#14053 = FACE_BOUND('',#14054,.T.);
+#14054 = EDGE_LOOP('',(#14055,#14056,#14062,#14063));
+#14055 = ORIENTED_EDGE('',*,*,#12513,.T.);
+#14056 = ORIENTED_EDGE('',*,*,#14057,.T.);
+#14057 = EDGE_CURVE('',#12514,#13279,#14058,.T.);
+#14058 = LINE('',#14059,#14060);
+#14059 = CARTESIAN_POINT('',(65.,-88.47,-4.6E-02));
+#14060 = VECTOR('',#14061,1.);
+#14061 = DIRECTION('',(0.,0.,1.));
+#14062 = ORIENTED_EDGE('',*,*,#13278,.F.);
+#14063 = ORIENTED_EDGE('',*,*,#14057,.F.);
+#14064 = CYLINDRICAL_SURFACE('',#14065,0.45);
+#14065 = AXIS2_PLACEMENT_3D('',#14066,#14067,#14068);
+#14066 = CARTESIAN_POINT('',(65.,-88.02,-4.6E-02));
+#14067 = DIRECTION('',(-0.,-0.,-1.));
+#14068 = DIRECTION('',(-0.,-1.,0.));
+#14069 = ADVANCED_FACE('',(#14070),#14081,.F.);
+#14070 = FACE_BOUND('',#14071,.T.);
+#14071 = EDGE_LOOP('',(#14072,#14073,#14079,#14080));
+#14072 = ORIENTED_EDGE('',*,*,#12524,.T.);
+#14073 = ORIENTED_EDGE('',*,*,#14074,.T.);
+#14074 = EDGE_CURVE('',#12525,#13290,#14075,.T.);
+#14075 = LINE('',#14076,#14077);
+#14076 = CARTESIAN_POINT('',(65.,-85.93,-4.6E-02));
+#14077 = VECTOR('',#14078,1.);
+#14078 = DIRECTION('',(0.,0.,1.));
+#14079 = ORIENTED_EDGE('',*,*,#13289,.F.);
+#14080 = ORIENTED_EDGE('',*,*,#14074,.F.);
+#14081 = CYLINDRICAL_SURFACE('',#14082,0.45);
+#14082 = AXIS2_PLACEMENT_3D('',#14083,#14084,#14085);
+#14083 = CARTESIAN_POINT('',(65.,-85.48,-4.6E-02));
+#14084 = DIRECTION('',(-0.,-0.,-1.));
+#14085 = DIRECTION('',(-0.,-1.,0.));
+#14086 = ADVANCED_FACE('',(#14087),#14098,.F.);
+#14087 = FACE_BOUND('',#14088,.T.);
+#14088 = EDGE_LOOP('',(#14089,#14090,#14096,#14097));
+#14089 = ORIENTED_EDGE('',*,*,#12535,.T.);
+#14090 = ORIENTED_EDGE('',*,*,#14091,.T.);
+#14091 = EDGE_CURVE('',#12536,#13301,#14092,.T.);
+#14092 = LINE('',#14093,#14094);
+#14093 = CARTESIAN_POINT('',(90.4,-91.01,-4.6E-02));
+#14094 = VECTOR('',#14095,1.);
+#14095 = DIRECTION('',(0.,0.,1.));
+#14096 = ORIENTED_EDGE('',*,*,#13300,.F.);
+#14097 = ORIENTED_EDGE('',*,*,#14091,.F.);
+#14098 = CYLINDRICAL_SURFACE('',#14099,0.45);
+#14099 = AXIS2_PLACEMENT_3D('',#14100,#14101,#14102);
+#14100 = CARTESIAN_POINT('',(90.4,-90.56,-4.6E-02));
+#14101 = DIRECTION('',(-0.,-0.,-1.));
+#14102 = DIRECTION('',(-0.,-1.,0.));
+#14103 = ADVANCED_FACE('',(#14104),#14115,.F.);
+#14104 = FACE_BOUND('',#14105,.T.);
+#14105 = EDGE_LOOP('',(#14106,#14107,#14113,#14114));
+#14106 = ORIENTED_EDGE('',*,*,#12546,.T.);
+#14107 = ORIENTED_EDGE('',*,*,#14108,.T.);
+#14108 = EDGE_CURVE('',#12547,#13312,#14109,.T.);
+#14109 = LINE('',#14110,#14111);
+#14110 = CARTESIAN_POINT('',(90.4,-88.47,-4.6E-02));
+#14111 = VECTOR('',#14112,1.);
+#14112 = DIRECTION('',(0.,0.,1.));
+#14113 = ORIENTED_EDGE('',*,*,#13311,.F.);
+#14114 = ORIENTED_EDGE('',*,*,#14108,.F.);
+#14115 = CYLINDRICAL_SURFACE('',#14116,0.45);
+#14116 = AXIS2_PLACEMENT_3D('',#14117,#14118,#14119);
+#14117 = CARTESIAN_POINT('',(90.4,-88.02,-4.6E-02));
+#14118 = DIRECTION('',(-0.,-0.,-1.));
+#14119 = DIRECTION('',(-0.,-1.,0.));
+#14120 = ADVANCED_FACE('',(#14121),#14132,.F.);
+#14121 = FACE_BOUND('',#14122,.T.);
+#14122 = EDGE_LOOP('',(#14123,#14124,#14130,#14131));
+#14123 = ORIENTED_EDGE('',*,*,#12557,.T.);
+#14124 = ORIENTED_EDGE('',*,*,#14125,.T.);
+#14125 = EDGE_CURVE('',#12558,#13323,#14126,.T.);
+#14126 = LINE('',#14127,#14128);
+#14127 = CARTESIAN_POINT('',(90.4,-85.93,-4.6E-02));
+#14128 = VECTOR('',#14129,1.);
+#14129 = DIRECTION('',(0.,0.,1.));
+#14130 = ORIENTED_EDGE('',*,*,#13322,.F.);
+#14131 = ORIENTED_EDGE('',*,*,#14125,.F.);
+#14132 = CYLINDRICAL_SURFACE('',#14133,0.45);
+#14133 = AXIS2_PLACEMENT_3D('',#14134,#14135,#14136);
+#14134 = CARTESIAN_POINT('',(90.4,-85.48,-4.6E-02));
+#14135 = DIRECTION('',(-0.,-0.,-1.));
+#14136 = DIRECTION('',(-0.,-1.,0.));
+#14137 = ADVANCED_FACE('',(#14138),#14149,.F.);
+#14138 = FACE_BOUND('',#14139,.T.);
+#14139 = EDGE_LOOP('',(#14140,#14141,#14147,#14148));
+#14140 = ORIENTED_EDGE('',*,*,#12568,.T.);
+#14141 = ORIENTED_EDGE('',*,*,#14142,.T.);
+#14142 = EDGE_CURVE('',#12569,#13334,#14143,.T.);
+#14143 = LINE('',#14144,#14145);
+#14144 = CARTESIAN_POINT('',(65.,-83.39,-4.6E-02));
+#14145 = VECTOR('',#14146,1.);
+#14146 = DIRECTION('',(0.,0.,1.));
+#14147 = ORIENTED_EDGE('',*,*,#13333,.F.);
+#14148 = ORIENTED_EDGE('',*,*,#14142,.F.);
+#14149 = CYLINDRICAL_SURFACE('',#14150,0.45);
+#14150 = AXIS2_PLACEMENT_3D('',#14151,#14152,#14153);
+#14151 = CARTESIAN_POINT('',(65.,-82.94,-4.6E-02));
+#14152 = DIRECTION('',(-0.,-0.,-1.));
+#14153 = DIRECTION('',(-0.,-1.,0.));
+#14154 = ADVANCED_FACE('',(#14155),#14166,.F.);
+#14155 = FACE_BOUND('',#14156,.T.);
+#14156 = EDGE_LOOP('',(#14157,#14158,#14164,#14165));
+#14157 = ORIENTED_EDGE('',*,*,#12579,.T.);
+#14158 = ORIENTED_EDGE('',*,*,#14159,.T.);
+#14159 = EDGE_CURVE('',#12580,#13345,#14160,.T.);
+#14160 = LINE('',#14161,#14162);
+#14161 = CARTESIAN_POINT('',(65.,-80.85,-4.6E-02));
+#14162 = VECTOR('',#14163,1.);
+#14163 = DIRECTION('',(0.,0.,1.));
+#14164 = ORIENTED_EDGE('',*,*,#13344,.F.);
+#14165 = ORIENTED_EDGE('',*,*,#14159,.F.);
+#14166 = CYLINDRICAL_SURFACE('',#14167,0.45);
+#14167 = AXIS2_PLACEMENT_3D('',#14168,#14169,#14170);
+#14168 = CARTESIAN_POINT('',(65.,-80.4,-4.6E-02));
+#14169 = DIRECTION('',(-0.,-0.,-1.));
+#14170 = DIRECTION('',(-0.,-1.,0.));
+#14171 = ADVANCED_FACE('',(#14172),#14183,.F.);
+#14172 = FACE_BOUND('',#14173,.T.);
+#14173 = EDGE_LOOP('',(#14174,#14175,#14181,#14182));
+#14174 = ORIENTED_EDGE('',*,*,#12590,.T.);
+#14175 = ORIENTED_EDGE('',*,*,#14176,.T.);
+#14176 = EDGE_CURVE('',#12591,#13356,#14177,.T.);
+#14177 = LINE('',#14178,#14179);
+#14178 = CARTESIAN_POINT('',(65.,-78.31,-4.6E-02));
+#14179 = VECTOR('',#14180,1.);
+#14180 = DIRECTION('',(0.,0.,1.));
+#14181 = ORIENTED_EDGE('',*,*,#13355,.F.);
+#14182 = ORIENTED_EDGE('',*,*,#14176,.F.);
+#14183 = CYLINDRICAL_SURFACE('',#14184,0.45);
+#14184 = AXIS2_PLACEMENT_3D('',#14185,#14186,#14187);
+#14185 = CARTESIAN_POINT('',(65.,-77.86,-4.6E-02));
+#14186 = DIRECTION('',(-0.,-0.,-1.));
+#14187 = DIRECTION('',(-0.,-1.,0.));
+#14188 = ADVANCED_FACE('',(#14189),#14200,.F.);
+#14189 = FACE_BOUND('',#14190,.T.);
+#14190 = EDGE_LOOP('',(#14191,#14192,#14198,#14199));
+#14191 = ORIENTED_EDGE('',*,*,#12601,.T.);
+#14192 = ORIENTED_EDGE('',*,*,#14193,.T.);
+#14193 = EDGE_CURVE('',#12602,#13367,#14194,.T.);
+#14194 = LINE('',#14195,#14196);
+#14195 = CARTESIAN_POINT('',(65.,-75.77,-4.6E-02));
+#14196 = VECTOR('',#14197,1.);
+#14197 = DIRECTION('',(0.,0.,1.));
+#14198 = ORIENTED_EDGE('',*,*,#13366,.F.);
+#14199 = ORIENTED_EDGE('',*,*,#14193,.F.);
+#14200 = CYLINDRICAL_SURFACE('',#14201,0.45);
+#14201 = AXIS2_PLACEMENT_3D('',#14202,#14203,#14204);
+#14202 = CARTESIAN_POINT('',(65.,-75.32,-4.6E-02));
+#14203 = DIRECTION('',(-0.,-0.,-1.));
+#14204 = DIRECTION('',(-0.,-1.,0.));
+#14205 = ADVANCED_FACE('',(#14206),#14217,.F.);
+#14206 = FACE_BOUND('',#14207,.T.);
+#14207 = EDGE_LOOP('',(#14208,#14209,#14215,#14216));
+#14208 = ORIENTED_EDGE('',*,*,#12612,.T.);
+#14209 = ORIENTED_EDGE('',*,*,#14210,.T.);
+#14210 = EDGE_CURVE('',#12613,#13378,#14211,.T.);
+#14211 = LINE('',#14212,#14213);
+#14212 = CARTESIAN_POINT('',(65.,-73.23,-4.6E-02));
+#14213 = VECTOR('',#14214,1.);
+#14214 = DIRECTION('',(0.,0.,1.));
+#14215 = ORIENTED_EDGE('',*,*,#13377,.F.);
+#14216 = ORIENTED_EDGE('',*,*,#14210,.F.);
+#14217 = CYLINDRICAL_SURFACE('',#14218,0.45);
+#14218 = AXIS2_PLACEMENT_3D('',#14219,#14220,#14221);
+#14219 = CARTESIAN_POINT('',(65.,-72.78,-4.6E-02));
+#14220 = DIRECTION('',(-0.,-0.,-1.));
+#14221 = DIRECTION('',(-0.,-1.,0.));
+#14222 = ADVANCED_FACE('',(#14223),#14234,.F.);
+#14223 = FACE_BOUND('',#14224,.T.);
+#14224 = EDGE_LOOP('',(#14225,#14226,#14232,#14233));
+#14225 = ORIENTED_EDGE('',*,*,#12623,.T.);
+#14226 = ORIENTED_EDGE('',*,*,#14227,.T.);
+#14227 = EDGE_CURVE('',#12624,#13389,#14228,.T.);
+#14228 = LINE('',#14229,#14230);
+#14229 = CARTESIAN_POINT('',(65.,-70.69,-4.6E-02));
+#14230 = VECTOR('',#14231,1.);
+#14231 = DIRECTION('',(0.,0.,1.));
+#14232 = ORIENTED_EDGE('',*,*,#13388,.F.);
+#14233 = ORIENTED_EDGE('',*,*,#14227,.F.);
+#14234 = CYLINDRICAL_SURFACE('',#14235,0.45);
+#14235 = AXIS2_PLACEMENT_3D('',#14236,#14237,#14238);
+#14236 = CARTESIAN_POINT('',(65.,-70.24,-4.6E-02));
+#14237 = DIRECTION('',(-0.,-0.,-1.));
+#14238 = DIRECTION('',(-0.,-1.,0.));
+#14239 = ADVANCED_FACE('',(#14240),#14251,.F.);
+#14240 = FACE_BOUND('',#14241,.T.);
+#14241 = EDGE_LOOP('',(#14242,#14243,#14249,#14250));
+#14242 = ORIENTED_EDGE('',*,*,#12634,.T.);
+#14243 = ORIENTED_EDGE('',*,*,#14244,.T.);
+#14244 = EDGE_CURVE('',#12635,#13400,#14245,.T.);
+#14245 = LINE('',#14246,#14247);
+#14246 = CARTESIAN_POINT('',(90.4,-83.39,-4.6E-02));
+#14247 = VECTOR('',#14248,1.);
+#14248 = DIRECTION('',(0.,0.,1.));
+#14249 = ORIENTED_EDGE('',*,*,#13399,.F.);
+#14250 = ORIENTED_EDGE('',*,*,#14244,.F.);
+#14251 = CYLINDRICAL_SURFACE('',#14252,0.45);
+#14252 = AXIS2_PLACEMENT_3D('',#14253,#14254,#14255);
+#14253 = CARTESIAN_POINT('',(90.4,-82.94,-4.6E-02));
+#14254 = DIRECTION('',(-0.,-0.,-1.));
+#14255 = DIRECTION('',(-0.,-1.,0.));
+#14256 = ADVANCED_FACE('',(#14257),#14268,.F.);
+#14257 = FACE_BOUND('',#14258,.T.);
+#14258 = EDGE_LOOP('',(#14259,#14260,#14266,#14267));
+#14259 = ORIENTED_EDGE('',*,*,#12645,.T.);
+#14260 = ORIENTED_EDGE('',*,*,#14261,.T.);
+#14261 = EDGE_CURVE('',#12646,#13411,#14262,.T.);
+#14262 = LINE('',#14263,#14264);
+#14263 = CARTESIAN_POINT('',(90.4,-80.85,-4.6E-02));
+#14264 = VECTOR('',#14265,1.);
+#14265 = DIRECTION('',(0.,0.,1.));
+#14266 = ORIENTED_EDGE('',*,*,#13410,.F.);
+#14267 = ORIENTED_EDGE('',*,*,#14261,.F.);
+#14268 = CYLINDRICAL_SURFACE('',#14269,0.45);
+#14269 = AXIS2_PLACEMENT_3D('',#14270,#14271,#14272);
+#14270 = CARTESIAN_POINT('',(90.4,-80.4,-4.6E-02));
+#14271 = DIRECTION('',(-0.,-0.,-1.));
+#14272 = DIRECTION('',(-0.,-1.,0.));
+#14273 = ADVANCED_FACE('',(#14274),#14285,.F.);
+#14274 = FACE_BOUND('',#14275,.T.);
+#14275 = EDGE_LOOP('',(#14276,#14277,#14283,#14284));
+#14276 = ORIENTED_EDGE('',*,*,#12656,.T.);
+#14277 = ORIENTED_EDGE('',*,*,#14278,.T.);
+#14278 = EDGE_CURVE('',#12657,#13422,#14279,.T.);
+#14279 = LINE('',#14280,#14281);
+#14280 = CARTESIAN_POINT('',(90.4,-78.31,-4.6E-02));
+#14281 = VECTOR('',#14282,1.);
+#14282 = DIRECTION('',(0.,0.,1.));
+#14283 = ORIENTED_EDGE('',*,*,#13421,.F.);
+#14284 = ORIENTED_EDGE('',*,*,#14278,.F.);
+#14285 = CYLINDRICAL_SURFACE('',#14286,0.45);
+#14286 = AXIS2_PLACEMENT_3D('',#14287,#14288,#14289);
+#14287 = CARTESIAN_POINT('',(90.4,-77.86,-4.6E-02));
+#14288 = DIRECTION('',(-0.,-0.,-1.));
+#14289 = DIRECTION('',(-0.,-1.,0.));
+#14290 = ADVANCED_FACE('',(#14291),#14302,.F.);
+#14291 = FACE_BOUND('',#14292,.T.);
+#14292 = EDGE_LOOP('',(#14293,#14294,#14300,#14301));
+#14293 = ORIENTED_EDGE('',*,*,#12667,.T.);
+#14294 = ORIENTED_EDGE('',*,*,#14295,.T.);
+#14295 = EDGE_CURVE('',#12668,#13433,#14296,.T.);
+#14296 = LINE('',#14297,#14298);
+#14297 = CARTESIAN_POINT('',(90.4,-75.77,-4.6E-02));
+#14298 = VECTOR('',#14299,1.);
+#14299 = DIRECTION('',(0.,0.,1.));
+#14300 = ORIENTED_EDGE('',*,*,#13432,.F.);
+#14301 = ORIENTED_EDGE('',*,*,#14295,.F.);
+#14302 = CYLINDRICAL_SURFACE('',#14303,0.45);
+#14303 = AXIS2_PLACEMENT_3D('',#14304,#14305,#14306);
+#14304 = CARTESIAN_POINT('',(90.4,-75.32,-4.6E-02));
+#14305 = DIRECTION('',(-0.,-0.,-1.));
+#14306 = DIRECTION('',(-0.,-1.,0.));
+#14307 = ADVANCED_FACE('',(#14308),#14319,.F.);
+#14308 = FACE_BOUND('',#14309,.T.);
+#14309 = EDGE_LOOP('',(#14310,#14311,#14317,#14318));
+#14310 = ORIENTED_EDGE('',*,*,#12678,.T.);
+#14311 = ORIENTED_EDGE('',*,*,#14312,.T.);
+#14312 = EDGE_CURVE('',#12679,#13444,#14313,.T.);
+#14313 = LINE('',#14314,#14315);
+#14314 = CARTESIAN_POINT('',(90.4,-73.23,-4.6E-02));
+#14315 = VECTOR('',#14316,1.);
+#14316 = DIRECTION('',(0.,0.,1.));
+#14317 = ORIENTED_EDGE('',*,*,#13443,.F.);
+#14318 = ORIENTED_EDGE('',*,*,#14312,.F.);
+#14319 = CYLINDRICAL_SURFACE('',#14320,0.45);
+#14320 = AXIS2_PLACEMENT_3D('',#14321,#14322,#14323);
+#14321 = CARTESIAN_POINT('',(90.4,-72.78,-4.6E-02));
+#14322 = DIRECTION('',(-0.,-0.,-1.));
+#14323 = DIRECTION('',(-0.,-1.,0.));
+#14324 = ADVANCED_FACE('',(#14325),#14336,.F.);
+#14325 = FACE_BOUND('',#14326,.T.);
+#14326 = EDGE_LOOP('',(#14327,#14328,#14334,#14335));
+#14327 = ORIENTED_EDGE('',*,*,#12689,.T.);
+#14328 = ORIENTED_EDGE('',*,*,#14329,.T.);
+#14329 = EDGE_CURVE('',#12690,#13455,#14330,.T.);
+#14330 = LINE('',#14331,#14332);
+#14331 = CARTESIAN_POINT('',(90.4,-70.69,-4.6E-02));
+#14332 = VECTOR('',#14333,1.);
+#14333 = DIRECTION('',(0.,0.,1.));
+#14334 = ORIENTED_EDGE('',*,*,#13454,.F.);
+#14335 = ORIENTED_EDGE('',*,*,#14329,.F.);
+#14336 = CYLINDRICAL_SURFACE('',#14337,0.45);
+#14337 = AXIS2_PLACEMENT_3D('',#14338,#14339,#14340);
+#14338 = CARTESIAN_POINT('',(90.4,-70.24,-4.6E-02));
+#14339 = DIRECTION('',(-0.,-0.,-1.));
+#14340 = DIRECTION('',(-0.,-1.,0.));
+#14341 = ADVANCED_FACE('',(#14342),#14353,.F.);
+#14342 = FACE_BOUND('',#14343,.T.);
+#14343 = EDGE_LOOP('',(#14344,#14345,#14351,#14352));
+#14344 = ORIENTED_EDGE('',*,*,#12700,.T.);
+#14345 = ORIENTED_EDGE('',*,*,#14346,.T.);
+#14346 = EDGE_CURVE('',#12701,#13466,#14347,.T.);
+#14347 = LINE('',#14348,#14349);
+#14348 = CARTESIAN_POINT('',(138.,-98.1,-4.6E-02));
+#14349 = VECTOR('',#14350,1.);
+#14350 = DIRECTION('',(0.,0.,1.));
+#14351 = ORIENTED_EDGE('',*,*,#13465,.F.);
+#14352 = ORIENTED_EDGE('',*,*,#14346,.F.);
+#14353 = CYLINDRICAL_SURFACE('',#14354,1.1);
+#14354 = AXIS2_PLACEMENT_3D('',#14355,#14356,#14357);
+#14355 = CARTESIAN_POINT('',(138.,-97.,-4.6E-02));
+#14356 = DIRECTION('',(-0.,-0.,-1.));
+#14357 = DIRECTION('',(-0.,-1.,0.));
+#14358 = ADVANCED_FACE('',(#14359),#14370,.F.);
+#14359 = FACE_BOUND('',#14360,.T.);
+#14360 = EDGE_LOOP('',(#14361,#14362,#14368,#14369));
+#14361 = ORIENTED_EDGE('',*,*,#12711,.T.);
+#14362 = ORIENTED_EDGE('',*,*,#14363,.T.);
+#14363 = EDGE_CURVE('',#12712,#13477,#14364,.T.);
+#14364 = LINE('',#14365,#14366);
+#14365 = CARTESIAN_POINT('',(118.225,-78.900001,-4.6E-02));
+#14366 = VECTOR('',#14367,1.);
+#14367 = DIRECTION('',(0.,0.,1.));
+#14368 = ORIENTED_EDGE('',*,*,#13476,.F.);
+#14369 = ORIENTED_EDGE('',*,*,#14363,.F.);
+#14370 = CYLINDRICAL_SURFACE('',#14371,0.15);
+#14371 = AXIS2_PLACEMENT_3D('',#14372,#14373,#14374);
+#14372 = CARTESIAN_POINT('',(118.225,-78.750001,-4.6E-02));
+#14373 = DIRECTION('',(-0.,-0.,-1.));
+#14374 = DIRECTION('',(-0.,-1.,0.));
+#14375 = ADVANCED_FACE('',(#14376),#14387,.F.);
+#14376 = FACE_BOUND('',#14377,.T.);
+#14377 = EDGE_LOOP('',(#14378,#14379,#14385,#14386));
+#14378 = ORIENTED_EDGE('',*,*,#12722,.T.);
+#14379 = ORIENTED_EDGE('',*,*,#14380,.T.);
+#14380 = EDGE_CURVE('',#12723,#13488,#14381,.T.);
+#14381 = LINE('',#14382,#14383);
+#14382 = CARTESIAN_POINT('',(117.45,-78.15,-4.6E-02));
+#14383 = VECTOR('',#14384,1.);
+#14384 = DIRECTION('',(0.,0.,1.));
+#14385 = ORIENTED_EDGE('',*,*,#13487,.F.);
+#14386 = ORIENTED_EDGE('',*,*,#14380,.F.);
+#14387 = CYLINDRICAL_SURFACE('',#14388,0.15);
+#14388 = AXIS2_PLACEMENT_3D('',#14389,#14390,#14391);
+#14389 = CARTESIAN_POINT('',(117.45,-78.,-4.6E-02));
+#14390 = DIRECTION('',(-0.,0.,-1.));
+#14391 = DIRECTION('',(9.473903143468E-14,-1.,-0.));
+#14392 = ADVANCED_FACE('',(#14393),#14404,.F.);
+#14393 = FACE_BOUND('',#14394,.T.);
+#14394 = EDGE_LOOP('',(#14395,#14396,#14402,#14403));
+#14395 = ORIENTED_EDGE('',*,*,#12733,.T.);
+#14396 = ORIENTED_EDGE('',*,*,#14397,.T.);
+#14397 = EDGE_CURVE('',#12734,#13499,#14398,.T.);
+#14398 = LINE('',#14399,#14400);
+#14399 = CARTESIAN_POINT('',(118.225,-78.15,-4.6E-02));
+#14400 = VECTOR('',#14401,1.);
+#14401 = DIRECTION('',(0.,0.,1.));
+#14402 = ORIENTED_EDGE('',*,*,#13498,.F.);
+#14403 = ORIENTED_EDGE('',*,*,#14397,.F.);
+#14404 = CYLINDRICAL_SURFACE('',#14405,0.15);
+#14405 = AXIS2_PLACEMENT_3D('',#14406,#14407,#14408);
+#14406 = CARTESIAN_POINT('',(118.225,-78.,-4.6E-02));
+#14407 = DIRECTION('',(-0.,-0.,-1.));
+#14408 = DIRECTION('',(-0.,-1.,0.));
+#14409 = ADVANCED_FACE('',(#14410),#14421,.F.);
+#14410 = FACE_BOUND('',#14411,.T.);
+#14411 = EDGE_LOOP('',(#14412,#14413,#14419,#14420));
+#14412 = ORIENTED_EDGE('',*,*,#12744,.T.);
+#14413 = ORIENTED_EDGE('',*,*,#14414,.T.);
+#14414 = EDGE_CURVE('',#12745,#13510,#14415,.T.);
+#14415 = LINE('',#14416,#14417);
+#14416 = CARTESIAN_POINT('',(119.,-78.15,-4.6E-02));
+#14417 = VECTOR('',#14418,1.);
+#14418 = DIRECTION('',(0.,0.,1.));
+#14419 = ORIENTED_EDGE('',*,*,#13509,.F.);
+#14420 = ORIENTED_EDGE('',*,*,#14414,.F.);
+#14421 = CYLINDRICAL_SURFACE('',#14422,0.15);
+#14422 = AXIS2_PLACEMENT_3D('',#14423,#14424,#14425);
+#14423 = CARTESIAN_POINT('',(119.,-78.,-4.6E-02));
+#14424 = DIRECTION('',(-0.,-0.,-1.));
+#14425 = DIRECTION('',(-0.,-1.,0.));
+#14426 = ADVANCED_FACE('',(#14427),#14438,.F.);
+#14427 = FACE_BOUND('',#14428,.T.);
+#14428 = EDGE_LOOP('',(#14429,#14430,#14436,#14437));
+#14429 = ORIENTED_EDGE('',*,*,#12755,.T.);
+#14430 = ORIENTED_EDGE('',*,*,#14431,.T.);
+#14431 = EDGE_CURVE('',#12756,#13521,#14432,.T.);
+#14432 = LINE('',#14433,#14434);
+#14433 = CARTESIAN_POINT('',(117.45,-77.1,-4.6E-02));
+#14434 = VECTOR('',#14435,1.);
+#14435 = DIRECTION('',(0.,0.,1.));
+#14436 = ORIENTED_EDGE('',*,*,#13520,.F.);
+#14437 = ORIENTED_EDGE('',*,*,#14431,.F.);
+#14438 = CYLINDRICAL_SURFACE('',#14439,0.15);
+#14439 = AXIS2_PLACEMENT_3D('',#14440,#14441,#14442);
+#14440 = CARTESIAN_POINT('',(117.45,-76.95,-4.6E-02));
+#14441 = DIRECTION('',(-0.,0.,-1.));
+#14442 = DIRECTION('',(9.473903143468E-14,-1.,-0.));
+#14443 = ADVANCED_FACE('',(#14444),#14455,.F.);
+#14444 = FACE_BOUND('',#14445,.T.);
+#14445 = EDGE_LOOP('',(#14446,#14447,#14453,#14454));
+#14446 = ORIENTED_EDGE('',*,*,#12766,.T.);
+#14447 = ORIENTED_EDGE('',*,*,#14448,.T.);
+#14448 = EDGE_CURVE('',#12767,#13532,#14449,.T.);
+#14449 = LINE('',#14450,#14451);
+#14450 = CARTESIAN_POINT('',(118.225,-77.1,-4.6E-02));
+#14451 = VECTOR('',#14452,1.);
+#14452 = DIRECTION('',(0.,0.,1.));
+#14453 = ORIENTED_EDGE('',*,*,#13531,.F.);
+#14454 = ORIENTED_EDGE('',*,*,#14448,.F.);
+#14455 = CYLINDRICAL_SURFACE('',#14456,0.15);
+#14456 = AXIS2_PLACEMENT_3D('',#14457,#14458,#14459);
+#14457 = CARTESIAN_POINT('',(118.225,-76.95,-4.6E-02));
+#14458 = DIRECTION('',(-0.,-0.,-1.));
+#14459 = DIRECTION('',(-0.,-1.,0.));
+#14460 = ADVANCED_FACE('',(#14461),#14472,.F.);
+#14461 = FACE_BOUND('',#14462,.T.);
+#14462 = EDGE_LOOP('',(#14463,#14464,#14470,#14471));
+#14463 = ORIENTED_EDGE('',*,*,#12777,.T.);
+#14464 = ORIENTED_EDGE('',*,*,#14465,.T.);
+#14465 = EDGE_CURVE('',#12778,#13543,#14466,.T.);
+#14466 = LINE('',#14467,#14468);
+#14467 = CARTESIAN_POINT('',(118.225,-76.349999,-4.6E-02));
+#14468 = VECTOR('',#14469,1.);
+#14469 = DIRECTION('',(0.,0.,1.));
+#14470 = ORIENTED_EDGE('',*,*,#13542,.F.);
+#14471 = ORIENTED_EDGE('',*,*,#14465,.F.);
+#14472 = CYLINDRICAL_SURFACE('',#14473,0.15);
+#14473 = AXIS2_PLACEMENT_3D('',#14474,#14475,#14476);
+#14474 = CARTESIAN_POINT('',(118.225,-76.199999,-4.6E-02));
+#14475 = DIRECTION('',(-0.,-0.,-1.));
+#14476 = DIRECTION('',(-0.,-1.,0.));
+#14477 = ADVANCED_FACE('',(#14478),#14489,.F.);
+#14478 = FACE_BOUND('',#14479,.T.);
+#14479 = EDGE_LOOP('',(#14480,#14481,#14487,#14488));
+#14480 = ORIENTED_EDGE('',*,*,#12788,.T.);
+#14481 = ORIENTED_EDGE('',*,*,#14482,.T.);
+#14482 = EDGE_CURVE('',#12789,#13554,#14483,.T.);
+#14483 = LINE('',#14484,#14485);
+#14484 = CARTESIAN_POINT('',(119.,-77.1,-4.6E-02));
+#14485 = VECTOR('',#14486,1.);
+#14486 = DIRECTION('',(0.,0.,1.));
+#14487 = ORIENTED_EDGE('',*,*,#13553,.F.);
+#14488 = ORIENTED_EDGE('',*,*,#14482,.F.);
+#14489 = CYLINDRICAL_SURFACE('',#14490,0.15);
+#14490 = AXIS2_PLACEMENT_3D('',#14491,#14492,#14493);
+#14491 = CARTESIAN_POINT('',(119.,-76.95,-4.6E-02));
+#14492 = DIRECTION('',(-0.,-0.,-1.));
+#14493 = DIRECTION('',(-0.,-1.,0.));
+#14494 = ADVANCED_FACE('',(#14495),#14506,.F.);
+#14495 = FACE_BOUND('',#14496,.T.);
+#14496 = EDGE_LOOP('',(#14497,#14498,#14504,#14505));
+#14497 = ORIENTED_EDGE('',*,*,#12799,.T.);
+#14498 = ORIENTED_EDGE('',*,*,#14499,.T.);
+#14499 = EDGE_CURVE('',#12800,#13565,#14500,.T.);
+#14500 = LINE('',#14501,#14502);
+#14501 = CARTESIAN_POINT('',(65.,-68.15,-4.6E-02));
+#14502 = VECTOR('',#14503,1.);
+#14503 = DIRECTION('',(0.,0.,1.));
+#14504 = ORIENTED_EDGE('',*,*,#13564,.F.);
+#14505 = ORIENTED_EDGE('',*,*,#14499,.F.);
+#14506 = CYLINDRICAL_SURFACE('',#14507,0.45);
+#14507 = AXIS2_PLACEMENT_3D('',#14508,#14509,#14510);
+#14508 = CARTESIAN_POINT('',(65.,-67.7,-4.6E-02));
+#14509 = DIRECTION('',(-0.,-0.,-1.));
+#14510 = DIRECTION('',(-0.,-1.,0.));
+#14511 = ADVANCED_FACE('',(#14512),#14523,.F.);
+#14512 = FACE_BOUND('',#14513,.T.);
+#14513 = EDGE_LOOP('',(#14514,#14515,#14521,#14522));
+#14514 = ORIENTED_EDGE('',*,*,#12810,.T.);
+#14515 = ORIENTED_EDGE('',*,*,#14516,.T.);
+#14516 = EDGE_CURVE('',#12811,#13576,#14517,.T.);
+#14517 = LINE('',#14518,#14519);
+#14518 = CARTESIAN_POINT('',(65.,-65.61,-4.6E-02));
+#14519 = VECTOR('',#14520,1.);
+#14520 = DIRECTION('',(0.,0.,1.));
+#14521 = ORIENTED_EDGE('',*,*,#13575,.F.);
+#14522 = ORIENTED_EDGE('',*,*,#14516,.F.);
+#14523 = CYLINDRICAL_SURFACE('',#14524,0.45);
+#14524 = AXIS2_PLACEMENT_3D('',#14525,#14526,#14527);
+#14525 = CARTESIAN_POINT('',(65.,-65.16,-4.6E-02));
+#14526 = DIRECTION('',(-0.,-0.,-1.));
+#14527 = DIRECTION('',(-0.,-1.,0.));
+#14528 = ADVANCED_FACE('',(#14529),#14540,.F.);
+#14529 = FACE_BOUND('',#14530,.T.);
+#14530 = EDGE_LOOP('',(#14531,#14532,#14538,#14539));
+#14531 = ORIENTED_EDGE('',*,*,#12821,.T.);
+#14532 = ORIENTED_EDGE('',*,*,#14533,.T.);
+#14533 = EDGE_CURVE('',#12822,#13587,#14534,.T.);
+#14534 = LINE('',#14535,#14536);
+#14535 = CARTESIAN_POINT('',(65.,-63.07,-4.6E-02));
+#14536 = VECTOR('',#14537,1.);
+#14537 = DIRECTION('',(0.,0.,1.));
+#14538 = ORIENTED_EDGE('',*,*,#13586,.F.);
+#14539 = ORIENTED_EDGE('',*,*,#14533,.F.);
+#14540 = CYLINDRICAL_SURFACE('',#14541,0.45);
+#14541 = AXIS2_PLACEMENT_3D('',#14542,#14543,#14544);
+#14542 = CARTESIAN_POINT('',(65.,-62.62,-4.6E-02));
+#14543 = DIRECTION('',(-0.,-0.,-1.));
+#14544 = DIRECTION('',(-0.,-1.,0.));
+#14545 = ADVANCED_FACE('',(#14546),#14557,.F.);
+#14546 = FACE_BOUND('',#14547,.T.);
+#14547 = EDGE_LOOP('',(#14548,#14549,#14555,#14556));
+#14548 = ORIENTED_EDGE('',*,*,#12832,.T.);
+#14549 = ORIENTED_EDGE('',*,*,#14550,.T.);
+#14550 = EDGE_CURVE('',#12833,#13598,#14551,.T.);
+#14551 = LINE('',#14552,#14553);
+#14552 = CARTESIAN_POINT('',(65.,-60.53,-4.6E-02));
+#14553 = VECTOR('',#14554,1.);
+#14554 = DIRECTION('',(0.,0.,1.));
+#14555 = ORIENTED_EDGE('',*,*,#13597,.F.);
+#14556 = ORIENTED_EDGE('',*,*,#14550,.F.);
+#14557 = CYLINDRICAL_SURFACE('',#14558,0.45);
+#14558 = AXIS2_PLACEMENT_3D('',#14559,#14560,#14561);
+#14559 = CARTESIAN_POINT('',(65.,-60.08,-4.6E-02));
+#14560 = DIRECTION('',(-0.,-0.,-1.));
+#14561 = DIRECTION('',(-0.,-1.,0.));
+#14562 = ADVANCED_FACE('',(#14563),#14574,.F.);
+#14563 = FACE_BOUND('',#14564,.T.);
+#14564 = EDGE_LOOP('',(#14565,#14566,#14572,#14573));
+#14565 = ORIENTED_EDGE('',*,*,#12843,.T.);
+#14566 = ORIENTED_EDGE('',*,*,#14567,.T.);
+#14567 = EDGE_CURVE('',#12844,#13609,#14568,.T.);
+#14568 = LINE('',#14569,#14570);
+#14569 = CARTESIAN_POINT('',(65.,-57.99,-4.6E-02));
+#14570 = VECTOR('',#14571,1.);
+#14571 = DIRECTION('',(0.,0.,1.));
+#14572 = ORIENTED_EDGE('',*,*,#13608,.F.);
+#14573 = ORIENTED_EDGE('',*,*,#14567,.F.);
+#14574 = CYLINDRICAL_SURFACE('',#14575,0.45);
+#14575 = AXIS2_PLACEMENT_3D('',#14576,#14577,#14578);
+#14576 = CARTESIAN_POINT('',(65.,-57.54,-4.6E-02));
+#14577 = DIRECTION('',(-0.,-0.,-1.));
+#14578 = DIRECTION('',(-0.,-1.,0.));
+#14579 = ADVANCED_FACE('',(#14580),#14591,.F.);
+#14580 = FACE_BOUND('',#14581,.T.);
+#14581 = EDGE_LOOP('',(#14582,#14583,#14589,#14590));
+#14582 = ORIENTED_EDGE('',*,*,#12854,.T.);
+#14583 = ORIENTED_EDGE('',*,*,#14584,.T.);
+#14584 = EDGE_CURVE('',#12855,#13620,#14585,.T.);
+#14585 = LINE('',#14586,#14587);
+#14586 = CARTESIAN_POINT('',(90.4,-68.15,-4.6E-02));
+#14587 = VECTOR('',#14588,1.);
+#14588 = DIRECTION('',(0.,0.,1.));
+#14589 = ORIENTED_EDGE('',*,*,#13619,.F.);
+#14590 = ORIENTED_EDGE('',*,*,#14584,.F.);
+#14591 = CYLINDRICAL_SURFACE('',#14592,0.45);
+#14592 = AXIS2_PLACEMENT_3D('',#14593,#14594,#14595);
+#14593 = CARTESIAN_POINT('',(90.4,-67.7,-4.6E-02));
+#14594 = DIRECTION('',(-0.,-0.,-1.));
+#14595 = DIRECTION('',(-0.,-1.,0.));
+#14596 = ADVANCED_FACE('',(#14597),#14608,.F.);
+#14597 = FACE_BOUND('',#14598,.T.);
+#14598 = EDGE_LOOP('',(#14599,#14600,#14606,#14607));
+#14599 = ORIENTED_EDGE('',*,*,#12865,.T.);
+#14600 = ORIENTED_EDGE('',*,*,#14601,.T.);
+#14601 = EDGE_CURVE('',#12866,#13631,#14602,.T.);
+#14602 = LINE('',#14603,#14604);
+#14603 = CARTESIAN_POINT('',(90.4,-65.61,-4.6E-02));
+#14604 = VECTOR('',#14605,1.);
+#14605 = DIRECTION('',(0.,0.,1.));
+#14606 = ORIENTED_EDGE('',*,*,#13630,.F.);
+#14607 = ORIENTED_EDGE('',*,*,#14601,.F.);
+#14608 = CYLINDRICAL_SURFACE('',#14609,0.45);
+#14609 = AXIS2_PLACEMENT_3D('',#14610,#14611,#14612);
+#14610 = CARTESIAN_POINT('',(90.4,-65.16,-4.6E-02));
+#14611 = DIRECTION('',(-0.,-0.,-1.));
+#14612 = DIRECTION('',(-0.,-1.,0.));
+#14613 = ADVANCED_FACE('',(#14614),#14625,.F.);
+#14614 = FACE_BOUND('',#14615,.T.);
+#14615 = EDGE_LOOP('',(#14616,#14617,#14623,#14624));
+#14616 = ORIENTED_EDGE('',*,*,#12876,.T.);
+#14617 = ORIENTED_EDGE('',*,*,#14618,.T.);
+#14618 = EDGE_CURVE('',#12877,#13642,#14619,.T.);
+#14619 = LINE('',#14620,#14621);
+#14620 = CARTESIAN_POINT('',(98.64,-69.29,-4.6E-02));
+#14621 = VECTOR('',#14622,1.);
+#14622 = DIRECTION('',(0.,0.,1.));
+#14623 = ORIENTED_EDGE('',*,*,#13641,.F.);
+#14624 = ORIENTED_EDGE('',*,*,#14618,.F.);
+#14625 = CYLINDRICAL_SURFACE('',#14626,0.4);
+#14626 = AXIS2_PLACEMENT_3D('',#14627,#14628,#14629);
+#14627 = CARTESIAN_POINT('',(98.64,-68.89,-4.6E-02));
+#14628 = DIRECTION('',(-0.,-0.,-1.));
+#14629 = DIRECTION('',(-0.,-1.,0.));
+#14630 = ADVANCED_FACE('',(#14631),#14642,.F.);
+#14631 = FACE_BOUND('',#14632,.T.);
+#14632 = EDGE_LOOP('',(#14633,#14634,#14640,#14641));
+#14633 = ORIENTED_EDGE('',*,*,#12887,.T.);
+#14634 = ORIENTED_EDGE('',*,*,#14635,.T.);
+#14635 = EDGE_CURVE('',#12888,#13653,#14636,.T.);
+#14636 = LINE('',#14637,#14638);
+#14637 = CARTESIAN_POINT('',(98.64,-66.75,-4.6E-02));
+#14638 = VECTOR('',#14639,1.);
+#14639 = DIRECTION('',(0.,0.,1.));
+#14640 = ORIENTED_EDGE('',*,*,#13652,.F.);
+#14641 = ORIENTED_EDGE('',*,*,#14635,.F.);
+#14642 = CYLINDRICAL_SURFACE('',#14643,0.4);
+#14643 = AXIS2_PLACEMENT_3D('',#14644,#14645,#14646);
+#14644 = CARTESIAN_POINT('',(98.64,-66.35,-4.6E-02));
+#14645 = DIRECTION('',(-0.,-0.,-1.));
+#14646 = DIRECTION('',(-0.,-1.,0.));
+#14647 = ADVANCED_FACE('',(#14648),#14659,.F.);
+#14648 = FACE_BOUND('',#14649,.T.);
+#14649 = EDGE_LOOP('',(#14650,#14651,#14657,#14658));
+#14650 = ORIENTED_EDGE('',*,*,#12898,.T.);
+#14651 = ORIENTED_EDGE('',*,*,#14652,.T.);
+#14652 = EDGE_CURVE('',#12899,#13664,#14653,.T.);
+#14653 = LINE('',#14654,#14655);
+#14654 = CARTESIAN_POINT('',(98.64,-64.21,-4.6E-02));
+#14655 = VECTOR('',#14656,1.);
+#14656 = DIRECTION('',(0.,0.,1.));
+#14657 = ORIENTED_EDGE('',*,*,#13663,.F.);
+#14658 = ORIENTED_EDGE('',*,*,#14652,.F.);
+#14659 = CYLINDRICAL_SURFACE('',#14660,0.4);
+#14660 = AXIS2_PLACEMENT_3D('',#14661,#14662,#14663);
+#14661 = CARTESIAN_POINT('',(98.64,-63.81,-4.6E-02));
+#14662 = DIRECTION('',(-0.,-0.,-1.));
+#14663 = DIRECTION('',(-0.,-1.,0.));
+#14664 = ADVANCED_FACE('',(#14665),#14676,.F.);
+#14665 = FACE_BOUND('',#14666,.T.);
+#14666 = EDGE_LOOP('',(#14667,#14668,#14674,#14675));
+#14667 = ORIENTED_EDGE('',*,*,#12909,.T.);
+#14668 = ORIENTED_EDGE('',*,*,#14669,.T.);
+#14669 = EDGE_CURVE('',#12910,#13675,#14670,.T.);
+#14670 = LINE('',#14671,#14672);
+#14671 = CARTESIAN_POINT('',(90.4,-63.07,-4.6E-02));
+#14672 = VECTOR('',#14673,1.);
+#14673 = DIRECTION('',(0.,0.,1.));
+#14674 = ORIENTED_EDGE('',*,*,#13674,.F.);
+#14675 = ORIENTED_EDGE('',*,*,#14669,.F.);
+#14676 = CYLINDRICAL_SURFACE('',#14677,0.45);
+#14677 = AXIS2_PLACEMENT_3D('',#14678,#14679,#14680);
+#14678 = CARTESIAN_POINT('',(90.4,-62.62,-4.6E-02));
+#14679 = DIRECTION('',(-0.,-0.,-1.));
+#14680 = DIRECTION('',(-0.,-1.,0.));
+#14681 = ADVANCED_FACE('',(#14682),#14693,.F.);
+#14682 = FACE_BOUND('',#14683,.T.);
+#14683 = EDGE_LOOP('',(#14684,#14685,#14691,#14692));
+#14684 = ORIENTED_EDGE('',*,*,#12920,.T.);
+#14685 = ORIENTED_EDGE('',*,*,#14686,.T.);
+#14686 = EDGE_CURVE('',#12921,#13686,#14687,.T.);
+#14687 = LINE('',#14688,#14689);
+#14688 = CARTESIAN_POINT('',(90.4,-60.53,-4.6E-02));
+#14689 = VECTOR('',#14690,1.);
+#14690 = DIRECTION('',(0.,0.,1.));
+#14691 = ORIENTED_EDGE('',*,*,#13685,.F.);
+#14692 = ORIENTED_EDGE('',*,*,#14686,.F.);
+#14693 = CYLINDRICAL_SURFACE('',#14694,0.45);
+#14694 = AXIS2_PLACEMENT_3D('',#14695,#14696,#14697);
+#14695 = CARTESIAN_POINT('',(90.4,-60.08,-4.6E-02));
+#14696 = DIRECTION('',(-0.,-0.,-1.));
+#14697 = DIRECTION('',(-0.,-1.,0.));
+#14698 = ADVANCED_FACE('',(#14699),#14710,.F.);
+#14699 = FACE_BOUND('',#14700,.T.);
+#14700 = EDGE_LOOP('',(#14701,#14702,#14708,#14709));
+#14701 = ORIENTED_EDGE('',*,*,#12931,.T.);
+#14702 = ORIENTED_EDGE('',*,*,#14703,.T.);
+#14703 = EDGE_CURVE('',#12932,#13697,#14704,.T.);
+#14704 = LINE('',#14705,#14706);
+#14705 = CARTESIAN_POINT('',(90.4,-57.99,-4.6E-02));
+#14706 = VECTOR('',#14707,1.);
+#14707 = DIRECTION('',(0.,0.,1.));
+#14708 = ORIENTED_EDGE('',*,*,#13696,.F.);
+#14709 = ORIENTED_EDGE('',*,*,#14703,.F.);
+#14710 = CYLINDRICAL_SURFACE('',#14711,0.45);
+#14711 = AXIS2_PLACEMENT_3D('',#14712,#14713,#14714);
+#14712 = CARTESIAN_POINT('',(90.4,-57.54,-4.6E-02));
+#14713 = DIRECTION('',(-0.,-0.,-1.));
+#14714 = DIRECTION('',(-0.,-1.,0.));
+#14715 = ADVANCED_FACE('',(#14716),#14727,.F.);
+#14716 = FACE_BOUND('',#14717,.T.);
+#14717 = EDGE_LOOP('',(#14718,#14719,#14725,#14726));
+#14718 = ORIENTED_EDGE('',*,*,#12942,.T.);
+#14719 = ORIENTED_EDGE('',*,*,#14720,.T.);
+#14720 = EDGE_CURVE('',#12943,#13708,#14721,.T.);
+#14721 = LINE('',#14722,#14723);
+#14722 = CARTESIAN_POINT('',(98.64,-61.67,-4.6E-02));
+#14723 = VECTOR('',#14724,1.);
+#14724 = DIRECTION('',(0.,0.,1.));
+#14725 = ORIENTED_EDGE('',*,*,#13707,.F.);
+#14726 = ORIENTED_EDGE('',*,*,#14720,.F.);
+#14727 = CYLINDRICAL_SURFACE('',#14728,0.4);
+#14728 = AXIS2_PLACEMENT_3D('',#14729,#14730,#14731);
+#14729 = CARTESIAN_POINT('',(98.64,-61.27,-4.6E-02));
+#14730 = DIRECTION('',(-0.,-0.,-1.));
+#14731 = DIRECTION('',(-0.,-1.,0.));
+#14732 = ADVANCED_FACE('',(#14733),#14744,.F.);
+#14733 = FACE_BOUND('',#14734,.T.);
+#14734 = EDGE_LOOP('',(#14735,#14736,#14742,#14743));
+#14735 = ORIENTED_EDGE('',*,*,#12953,.T.);
+#14736 = ORIENTED_EDGE('',*,*,#14737,.T.);
+#14737 = EDGE_CURVE('',#12954,#13719,#14738,.T.);
+#14738 = LINE('',#14739,#14740);
+#14739 = CARTESIAN_POINT('',(98.64,-59.13,-4.6E-02));
+#14740 = VECTOR('',#14741,1.);
+#14741 = DIRECTION('',(0.,0.,1.));
+#14742 = ORIENTED_EDGE('',*,*,#13718,.F.);
+#14743 = ORIENTED_EDGE('',*,*,#14737,.F.);
+#14744 = CYLINDRICAL_SURFACE('',#14745,0.4);
+#14745 = AXIS2_PLACEMENT_3D('',#14746,#14747,#14748);
+#14746 = CARTESIAN_POINT('',(98.64,-58.73,-4.6E-02));
+#14747 = DIRECTION('',(-0.,-0.,-1.));
+#14748 = DIRECTION('',(-0.,-1.,0.));
+#14749 = ADVANCED_FACE('',(#14750),#14761,.F.);
+#14750 = FACE_BOUND('',#14751,.T.);
+#14751 = EDGE_LOOP('',(#14752,#14753,#14759,#14760));
+#14752 = ORIENTED_EDGE('',*,*,#12964,.T.);
+#14753 = ORIENTED_EDGE('',*,*,#14754,.T.);
+#14754 = EDGE_CURVE('',#12965,#13730,#14755,.T.);
+#14755 = LINE('',#14756,#14757);
+#14756 = CARTESIAN_POINT('',(98.64,-56.59,-4.6E-02));
+#14757 = VECTOR('',#14758,1.);
+#14758 = DIRECTION('',(0.,0.,1.));
+#14759 = ORIENTED_EDGE('',*,*,#13729,.F.);
+#14760 = ORIENTED_EDGE('',*,*,#14754,.F.);
+#14761 = CYLINDRICAL_SURFACE('',#14762,0.4);
+#14762 = AXIS2_PLACEMENT_3D('',#14763,#14764,#14765);
+#14763 = CARTESIAN_POINT('',(98.64,-56.19,-4.6E-02));
+#14764 = DIRECTION('',(-0.,-0.,-1.));
+#14765 = DIRECTION('',(-0.,-1.,0.));
+#14766 = ADVANCED_FACE('',(#14767),#14778,.F.);
+#14767 = FACE_BOUND('',#14768,.T.);
+#14768 = EDGE_LOOP('',(#14769,#14770,#14776,#14777));
+#14769 = ORIENTED_EDGE('',*,*,#12975,.T.);
+#14770 = ORIENTED_EDGE('',*,*,#14771,.T.);
+#14771 = EDGE_CURVE('',#12976,#13741,#14772,.T.);
+#14772 = LINE('',#14773,#14774);
+#14773 = CARTESIAN_POINT('',(65.,-55.45,-4.6E-02));
+#14774 = VECTOR('',#14775,1.);
+#14775 = DIRECTION('',(0.,0.,1.));
+#14776 = ORIENTED_EDGE('',*,*,#13740,.F.);
+#14777 = ORIENTED_EDGE('',*,*,#14771,.F.);
+#14778 = CYLINDRICAL_SURFACE('',#14779,0.45);
+#14779 = AXIS2_PLACEMENT_3D('',#14780,#14781,#14782);
+#14780 = CARTESIAN_POINT('',(65.,-55.,-4.6E-02));
+#14781 = DIRECTION('',(-0.,-0.,-1.));
+#14782 = DIRECTION('',(-0.,-1.,0.));
+#14783 = ADVANCED_FACE('',(#14784),#14795,.F.);
+#14784 = FACE_BOUND('',#14785,.T.);
+#14785 = EDGE_LOOP('',(#14786,#14787,#14793,#14794));
+#14786 = ORIENTED_EDGE('',*,*,#12986,.T.);
+#14787 = ORIENTED_EDGE('',*,*,#14788,.T.);
+#14788 = EDGE_CURVE('',#12987,#13752,#14789,.T.);
+#14789 = LINE('',#14790,#14791);
+#14790 = CARTESIAN_POINT('',(63.,-44.1,-4.6E-02));
+#14791 = VECTOR('',#14792,1.);
+#14792 = DIRECTION('',(0.,0.,1.));
+#14793 = ORIENTED_EDGE('',*,*,#13751,.F.);
+#14794 = ORIENTED_EDGE('',*,*,#14788,.F.);
+#14795 = CYLINDRICAL_SURFACE('',#14796,1.1);
+#14796 = AXIS2_PLACEMENT_3D('',#14797,#14798,#14799);
+#14797 = CARTESIAN_POINT('',(63.,-43.,-4.6E-02));
+#14798 = DIRECTION('',(-0.,-0.,-1.));
+#14799 = DIRECTION('',(-0.,-1.,0.));
+#14800 = ADVANCED_FACE('',(#14801),#14812,.F.);
+#14801 = FACE_BOUND('',#14802,.T.);
+#14802 = EDGE_LOOP('',(#14803,#14804,#14810,#14811));
+#14803 = ORIENTED_EDGE('',*,*,#12997,.T.);
+#14804 = ORIENTED_EDGE('',*,*,#14805,.T.);
+#14805 = EDGE_CURVE('',#12998,#13763,#14806,.T.);
+#14806 = LINE('',#14807,#14808);
+#14807 = CARTESIAN_POINT('',(90.4,-55.45,-4.6E-02));
+#14808 = VECTOR('',#14809,1.);
+#14809 = DIRECTION('',(0.,0.,1.));
+#14810 = ORIENTED_EDGE('',*,*,#13762,.F.);
+#14811 = ORIENTED_EDGE('',*,*,#14805,.F.);
+#14812 = CYLINDRICAL_SURFACE('',#14813,0.45);
+#14813 = AXIS2_PLACEMENT_3D('',#14814,#14815,#14816);
+#14814 = CARTESIAN_POINT('',(90.4,-55.,-4.6E-02));
+#14815 = DIRECTION('',(-0.,-0.,-1.));
+#14816 = DIRECTION('',(-0.,-1.,0.));
+#14817 = ADVANCED_FACE('',(#14818),#14829,.F.);
+#14818 = FACE_BOUND('',#14819,.T.);
+#14819 = EDGE_LOOP('',(#14820,#14821,#14827,#14828));
+#14820 = ORIENTED_EDGE('',*,*,#13008,.T.);
+#14821 = ORIENTED_EDGE('',*,*,#14822,.T.);
+#14822 = EDGE_CURVE('',#13009,#13774,#14823,.T.);
+#14823 = LINE('',#14824,#14825);
+#14824 = CARTESIAN_POINT('',(98.64,-54.05,-4.6E-02));
+#14825 = VECTOR('',#14826,1.);
+#14826 = DIRECTION('',(0.,0.,1.));
+#14827 = ORIENTED_EDGE('',*,*,#13773,.F.);
+#14828 = ORIENTED_EDGE('',*,*,#14822,.F.);
+#14829 = CYLINDRICAL_SURFACE('',#14830,0.4);
+#14830 = AXIS2_PLACEMENT_3D('',#14831,#14832,#14833);
+#14831 = CARTESIAN_POINT('',(98.64,-53.65,-4.6E-02));
+#14832 = DIRECTION('',(-0.,-0.,-1.));
+#14833 = DIRECTION('',(-0.,-1.,0.));
+#14834 = ADVANCED_FACE('',(#14835),#14846,.F.);
+#14835 = FACE_BOUND('',#14836,.T.);
+#14836 = EDGE_LOOP('',(#14837,#14838,#14844,#14845));
+#14837 = ORIENTED_EDGE('',*,*,#13019,.T.);
+#14838 = ORIENTED_EDGE('',*,*,#14839,.T.);
+#14839 = EDGE_CURVE('',#13020,#13785,#14840,.T.);
+#14840 = LINE('',#14841,#14842);
+#14841 = CARTESIAN_POINT('',(98.64,-51.51,-4.6E-02));
+#14842 = VECTOR('',#14843,1.);
+#14843 = DIRECTION('',(0.,0.,1.));
+#14844 = ORIENTED_EDGE('',*,*,#13784,.F.);
+#14845 = ORIENTED_EDGE('',*,*,#14839,.F.);
+#14846 = CYLINDRICAL_SURFACE('',#14847,0.4);
+#14847 = AXIS2_PLACEMENT_3D('',#14848,#14849,#14850);
+#14848 = CARTESIAN_POINT('',(98.64,-51.11,-4.6E-02));
+#14849 = DIRECTION('',(-0.,-0.,-1.));
+#14850 = DIRECTION('',(-0.,-1.,0.));
+#14851 = ADVANCED_FACE('',(#14852),#14863,.F.);
+#14852 = FACE_BOUND('',#14853,.T.);
+#14853 = EDGE_LOOP('',(#14854,#14855,#14861,#14862));
+#14854 = ORIENTED_EDGE('',*,*,#13030,.T.);
+#14855 = ORIENTED_EDGE('',*,*,#14856,.T.);
+#14856 = EDGE_CURVE('',#13031,#13796,#14857,.T.);
+#14857 = LINE('',#14858,#14859);
+#14858 = CARTESIAN_POINT('',(96.,-45.475,-4.6E-02));
+#14859 = VECTOR('',#14860,1.);
+#14860 = DIRECTION('',(0.,0.,1.));
+#14861 = ORIENTED_EDGE('',*,*,#13795,.F.);
+#14862 = ORIENTED_EDGE('',*,*,#14856,.F.);
+#14863 = CYLINDRICAL_SURFACE('',#14864,0.475);
+#14864 = AXIS2_PLACEMENT_3D('',#14865,#14866,#14867);
+#14865 = CARTESIAN_POINT('',(96.,-45.,-4.6E-02));
+#14866 = DIRECTION('',(-0.,-0.,-1.));
+#14867 = DIRECTION('',(-0.,-1.,0.));
+#14868 = ADVANCED_FACE('',(#14869),#14880,.F.);
+#14869 = FACE_BOUND('',#14870,.T.);
+#14870 = EDGE_LOOP('',(#14871,#14872,#14878,#14879));
+#14871 = ORIENTED_EDGE('',*,*,#13041,.T.);
+#14872 = ORIENTED_EDGE('',*,*,#14873,.T.);
+#14873 = EDGE_CURVE('',#13042,#13807,#14874,.T.);
+#14874 = LINE('',#14875,#14876);
+#14875 = CARTESIAN_POINT('',(98.5,-45.475,-4.6E-02));
+#14876 = VECTOR('',#14877,1.);
+#14877 = DIRECTION('',(0.,0.,1.));
+#14878 = ORIENTED_EDGE('',*,*,#13806,.F.);
+#14879 = ORIENTED_EDGE('',*,*,#14873,.F.);
+#14880 = CYLINDRICAL_SURFACE('',#14881,0.475);
+#14881 = AXIS2_PLACEMENT_3D('',#14882,#14883,#14884);
+#14882 = CARTESIAN_POINT('',(98.5,-45.,-4.6E-02));
+#14883 = DIRECTION('',(-0.,-0.,-1.));
+#14884 = DIRECTION('',(-0.,-1.,0.));
+#14885 = ADVANCED_FACE('',(#14886),#14897,.F.);
+#14886 = FACE_BOUND('',#14887,.T.);
+#14887 = EDGE_LOOP('',(#14888,#14889,#14895,#14896));
+#14888 = ORIENTED_EDGE('',*,*,#13052,.T.);
+#14889 = ORIENTED_EDGE('',*,*,#14890,.T.);
+#14890 = EDGE_CURVE('',#13053,#13818,#14891,.T.);
+#14891 = LINE('',#14892,#14893);
+#14892 = CARTESIAN_POINT('',(111.34,-69.29,-4.6E-02));
+#14893 = VECTOR('',#14894,1.);
+#14894 = DIRECTION('',(0.,0.,1.));
+#14895 = ORIENTED_EDGE('',*,*,#13817,.F.);
+#14896 = ORIENTED_EDGE('',*,*,#14890,.F.);
+#14897 = CYLINDRICAL_SURFACE('',#14898,0.4);
+#14898 = AXIS2_PLACEMENT_3D('',#14899,#14900,#14901);
+#14899 = CARTESIAN_POINT('',(111.34,-68.89,-4.6E-02));
+#14900 = DIRECTION('',(-0.,-0.,-1.));
+#14901 = DIRECTION('',(-0.,-1.,0.));
+#14902 = ADVANCED_FACE('',(#14903),#14914,.F.);
+#14903 = FACE_BOUND('',#14904,.T.);
+#14904 = EDGE_LOOP('',(#14905,#14906,#14912,#14913));
+#14905 = ORIENTED_EDGE('',*,*,#13063,.T.);
+#14906 = ORIENTED_EDGE('',*,*,#14907,.T.);
+#14907 = EDGE_CURVE('',#13064,#13829,#14908,.T.);
+#14908 = LINE('',#14909,#14910);
+#14909 = CARTESIAN_POINT('',(111.34,-66.75,-4.6E-02));
+#14910 = VECTOR('',#14911,1.);
+#14911 = DIRECTION('',(0.,0.,1.));
+#14912 = ORIENTED_EDGE('',*,*,#13828,.F.);
+#14913 = ORIENTED_EDGE('',*,*,#14907,.F.);
+#14914 = CYLINDRICAL_SURFACE('',#14915,0.4);
+#14915 = AXIS2_PLACEMENT_3D('',#14916,#14917,#14918);
+#14916 = CARTESIAN_POINT('',(111.34,-66.35,-4.6E-02));
+#14917 = DIRECTION('',(-0.,-0.,-1.));
+#14918 = DIRECTION('',(-0.,-1.,0.));
+#14919 = ADVANCED_FACE('',(#14920),#14931,.F.);
+#14920 = FACE_BOUND('',#14921,.T.);
+#14921 = EDGE_LOOP('',(#14922,#14923,#14929,#14930));
+#14922 = ORIENTED_EDGE('',*,*,#13074,.T.);
+#14923 = ORIENTED_EDGE('',*,*,#14924,.T.);
+#14924 = EDGE_CURVE('',#13075,#13840,#14925,.T.);
+#14925 = LINE('',#14926,#14927);
+#14926 = CARTESIAN_POINT('',(111.34,-64.21,-4.6E-02));
+#14927 = VECTOR('',#14928,1.);
+#14928 = DIRECTION('',(0.,0.,1.));
+#14929 = ORIENTED_EDGE('',*,*,#13839,.F.);
+#14930 = ORIENTED_EDGE('',*,*,#14924,.F.);
+#14931 = CYLINDRICAL_SURFACE('',#14932,0.4);
+#14932 = AXIS2_PLACEMENT_3D('',#14933,#14934,#14935);
+#14933 = CARTESIAN_POINT('',(111.34,-63.81,-4.6E-02));
+#14934 = DIRECTION('',(-0.,-0.,-1.));
+#14935 = DIRECTION('',(-0.,-1.,0.));
+#14936 = ADVANCED_FACE('',(#14937),#14948,.F.);
+#14937 = FACE_BOUND('',#14938,.T.);
+#14938 = EDGE_LOOP('',(#14939,#14940,#14946,#14947));
+#14939 = ORIENTED_EDGE('',*,*,#13085,.T.);
+#14940 = ORIENTED_EDGE('',*,*,#14941,.T.);
+#14941 = EDGE_CURVE('',#13086,#13851,#14942,.T.);
+#14942 = LINE('',#14943,#14944);
+#14943 = CARTESIAN_POINT('',(111.34,-61.67,-4.6E-02));
+#14944 = VECTOR('',#14945,1.);
+#14945 = DIRECTION('',(0.,0.,1.));
+#14946 = ORIENTED_EDGE('',*,*,#13850,.F.);
+#14947 = ORIENTED_EDGE('',*,*,#14941,.F.);
+#14948 = CYLINDRICAL_SURFACE('',#14949,0.4);
+#14949 = AXIS2_PLACEMENT_3D('',#14950,#14951,#14952);
+#14950 = CARTESIAN_POINT('',(111.34,-61.27,-4.6E-02));
+#14951 = DIRECTION('',(-0.,-0.,-1.));
+#14952 = DIRECTION('',(-0.,-1.,0.));
+#14953 = ADVANCED_FACE('',(#14954),#14965,.F.);
+#14954 = FACE_BOUND('',#14955,.T.);
+#14955 = EDGE_LOOP('',(#14956,#14957,#14963,#14964));
+#14956 = ORIENTED_EDGE('',*,*,#13096,.T.);
+#14957 = ORIENTED_EDGE('',*,*,#14958,.T.);
+#14958 = EDGE_CURVE('',#13097,#13862,#14959,.T.);
+#14959 = LINE('',#14960,#14961);
+#14960 = CARTESIAN_POINT('',(111.34,-59.13,-4.6E-02));
+#14961 = VECTOR('',#14962,1.);
+#14962 = DIRECTION('',(0.,0.,1.));
+#14963 = ORIENTED_EDGE('',*,*,#13861,.F.);
+#14964 = ORIENTED_EDGE('',*,*,#14958,.F.);
+#14965 = CYLINDRICAL_SURFACE('',#14966,0.4);
+#14966 = AXIS2_PLACEMENT_3D('',#14967,#14968,#14969);
+#14967 = CARTESIAN_POINT('',(111.34,-58.73,-4.6E-02));
+#14968 = DIRECTION('',(-0.,-0.,-1.));
+#14969 = DIRECTION('',(-0.,-1.,0.));
+#14970 = ADVANCED_FACE('',(#14971),#14982,.F.);
+#14971 = FACE_BOUND('',#14972,.T.);
+#14972 = EDGE_LOOP('',(#14973,#14974,#14980,#14981));
+#14973 = ORIENTED_EDGE('',*,*,#13107,.T.);
+#14974 = ORIENTED_EDGE('',*,*,#14975,.T.);
+#14975 = EDGE_CURVE('',#13108,#13873,#14976,.T.);
+#14976 = LINE('',#14977,#14978);
+#14977 = CARTESIAN_POINT('',(111.34,-56.59,-4.6E-02));
+#14978 = VECTOR('',#14979,1.);
+#14979 = DIRECTION('',(0.,0.,1.));
+#14980 = ORIENTED_EDGE('',*,*,#13872,.F.);
+#14981 = ORIENTED_EDGE('',*,*,#14975,.F.);
+#14982 = CYLINDRICAL_SURFACE('',#14983,0.4);
+#14983 = AXIS2_PLACEMENT_3D('',#14984,#14985,#14986);
+#14984 = CARTESIAN_POINT('',(111.34,-56.19,-4.6E-02));
+#14985 = DIRECTION('',(-0.,-0.,-1.));
+#14986 = DIRECTION('',(-0.,-1.,0.));
+#14987 = ADVANCED_FACE('',(#14988),#14999,.F.);
+#14988 = FACE_BOUND('',#14989,.T.);
+#14989 = EDGE_LOOP('',(#14990,#14991,#14997,#14998));
+#14990 = ORIENTED_EDGE('',*,*,#13118,.T.);
+#14991 = ORIENTED_EDGE('',*,*,#14992,.T.);
+#14992 = EDGE_CURVE('',#13119,#13884,#14993,.T.);
+#14993 = LINE('',#14994,#14995);
+#14994 = CARTESIAN_POINT('',(111.34,-54.05,-4.6E-02));
+#14995 = VECTOR('',#14996,1.);
+#14996 = DIRECTION('',(0.,0.,1.));
+#14997 = ORIENTED_EDGE('',*,*,#13883,.F.);
+#14998 = ORIENTED_EDGE('',*,*,#14992,.F.);
+#14999 = CYLINDRICAL_SURFACE('',#15000,0.4);
+#15000 = AXIS2_PLACEMENT_3D('',#15001,#15002,#15003);
+#15001 = CARTESIAN_POINT('',(111.34,-53.65,-4.6E-02));
+#15002 = DIRECTION('',(-0.,-0.,-1.));
+#15003 = DIRECTION('',(-0.,-1.,0.));
+#15004 = ADVANCED_FACE('',(#15005),#15016,.F.);
+#15005 = FACE_BOUND('',#15006,.T.);
+#15006 = EDGE_LOOP('',(#15007,#15008,#15014,#15015));
+#15007 = ORIENTED_EDGE('',*,*,#13129,.T.);
+#15008 = ORIENTED_EDGE('',*,*,#15009,.T.);
+#15009 = EDGE_CURVE('',#13130,#13895,#15010,.T.);
+#15010 = LINE('',#15011,#15012);
+#15011 = CARTESIAN_POINT('',(111.34,-51.51,-4.6E-02));
+#15012 = VECTOR('',#15013,1.);
+#15013 = DIRECTION('',(0.,0.,1.));
+#15014 = ORIENTED_EDGE('',*,*,#13894,.F.);
+#15015 = ORIENTED_EDGE('',*,*,#15009,.F.);
+#15016 = CYLINDRICAL_SURFACE('',#15017,0.4);
+#15017 = AXIS2_PLACEMENT_3D('',#15018,#15019,#15020);
+#15018 = CARTESIAN_POINT('',(111.34,-51.11,-4.6E-02));
+#15019 = DIRECTION('',(-0.,-0.,-1.));
+#15020 = DIRECTION('',(-0.,-1.,0.));
+#15021 = ADVANCED_FACE('',(#15022),#15033,.F.);
+#15022 = FACE_BOUND('',#15023,.T.);
+#15023 = EDGE_LOOP('',(#15024,#15025,#15031,#15032));
+#15024 = ORIENTED_EDGE('',*,*,#13140,.T.);
+#15025 = ORIENTED_EDGE('',*,*,#15026,.T.);
+#15026 = EDGE_CURVE('',#13141,#13906,#15027,.T.);
+#15027 = LINE('',#15028,#15029);
+#15028 = CARTESIAN_POINT('',(101.,-45.475,-4.6E-02));
+#15029 = VECTOR('',#15030,1.);
+#15030 = DIRECTION('',(0.,0.,1.));
+#15031 = ORIENTED_EDGE('',*,*,#13905,.F.);
+#15032 = ORIENTED_EDGE('',*,*,#15026,.F.);
+#15033 = CYLINDRICAL_SURFACE('',#15034,0.475);
+#15034 = AXIS2_PLACEMENT_3D('',#15035,#15036,#15037);
+#15035 = CARTESIAN_POINT('',(101.,-45.,-4.6E-02));
+#15036 = DIRECTION('',(-0.,-0.,-1.));
+#15037 = DIRECTION('',(-0.,-1.,0.));
+#15038 = ADVANCED_FACE('',(#15039),#15050,.F.);
+#15039 = FACE_BOUND('',#15040,.T.);
+#15040 = EDGE_LOOP('',(#15041,#15042,#15048,#15049));
+#15041 = ORIENTED_EDGE('',*,*,#13151,.T.);
+#15042 = ORIENTED_EDGE('',*,*,#15043,.T.);
+#15043 = EDGE_CURVE('',#13152,#13917,#15044,.T.);
+#15044 = LINE('',#15045,#15046);
+#15045 = CARTESIAN_POINT('',(103.5,-45.475,-4.6E-02));
+#15046 = VECTOR('',#15047,1.);
+#15047 = DIRECTION('',(0.,0.,1.));
+#15048 = ORIENTED_EDGE('',*,*,#13916,.F.);
+#15049 = ORIENTED_EDGE('',*,*,#15043,.F.);
+#15050 = CYLINDRICAL_SURFACE('',#15051,0.475);
+#15051 = AXIS2_PLACEMENT_3D('',#15052,#15053,#15054);
+#15052 = CARTESIAN_POINT('',(103.5,-45.,-4.6E-02));
+#15053 = DIRECTION('',(-0.,-0.,-1.));
+#15054 = DIRECTION('',(-0.,-1.,0.));
+#15055 = ADVANCED_FACE('',(#15056),#15067,.F.);
+#15056 = FACE_BOUND('',#15057,.T.);
+#15057 = EDGE_LOOP('',(#15058,#15059,#15065,#15066));
+#15058 = ORIENTED_EDGE('',*,*,#13162,.T.);
+#15059 = ORIENTED_EDGE('',*,*,#15060,.T.);
+#15060 = EDGE_CURVE('',#13163,#13928,#15061,.T.);
+#15061 = LINE('',#15062,#15063);
+#15062 = CARTESIAN_POINT('',(111.,-45.475,-4.6E-02));
+#15063 = VECTOR('',#15064,1.);
+#15064 = DIRECTION('',(0.,0.,1.));
+#15065 = ORIENTED_EDGE('',*,*,#13927,.F.);
+#15066 = ORIENTED_EDGE('',*,*,#15060,.F.);
+#15067 = CYLINDRICAL_SURFACE('',#15068,0.475);
+#15068 = AXIS2_PLACEMENT_3D('',#15069,#15070,#15071);
+#15069 = CARTESIAN_POINT('',(111.,-45.,-4.6E-02));
+#15070 = DIRECTION('',(-0.,-0.,-1.));
+#15071 = DIRECTION('',(-0.,-1.,0.));
+#15072 = ADVANCED_FACE('',(#15073),#15084,.F.);
+#15073 = FACE_BOUND('',#15074,.T.);
+#15074 = EDGE_LOOP('',(#15075,#15076,#15082,#15083));
+#15075 = ORIENTED_EDGE('',*,*,#13173,.T.);
+#15076 = ORIENTED_EDGE('',*,*,#15077,.T.);
+#15077 = EDGE_CURVE('',#13174,#13939,#15078,.T.);
+#15078 = LINE('',#15079,#15080);
+#15079 = CARTESIAN_POINT('',(113.5,-45.475,-4.6E-02));
+#15080 = VECTOR('',#15081,1.);
+#15081 = DIRECTION('',(0.,0.,1.));
+#15082 = ORIENTED_EDGE('',*,*,#13938,.F.);
+#15083 = ORIENTED_EDGE('',*,*,#15077,.F.);
+#15084 = CYLINDRICAL_SURFACE('',#15085,0.475);
+#15085 = AXIS2_PLACEMENT_3D('',#15086,#15087,#15088);
+#15086 = CARTESIAN_POINT('',(113.5,-45.,-4.6E-02));
+#15087 = DIRECTION('',(-0.,-0.,-1.));
+#15088 = DIRECTION('',(-0.,-1.,0.));
+#15089 = ADVANCED_FACE('',(#15090),#15101,.F.);
+#15090 = FACE_BOUND('',#15091,.T.);
+#15091 = EDGE_LOOP('',(#15092,#15093,#15099,#15100));
+#15092 = ORIENTED_EDGE('',*,*,#13184,.T.);
+#15093 = ORIENTED_EDGE('',*,*,#15094,.T.);
+#15094 = EDGE_CURVE('',#13185,#13950,#15095,.T.);
+#15095 = LINE('',#15096,#15097);
+#15096 = CARTESIAN_POINT('',(116.,-45.475,-4.6E-02));
+#15097 = VECTOR('',#15098,1.);
+#15098 = DIRECTION('',(0.,0.,1.));
+#15099 = ORIENTED_EDGE('',*,*,#13949,.F.);
+#15100 = ORIENTED_EDGE('',*,*,#15094,.F.);
+#15101 = CYLINDRICAL_SURFACE('',#15102,0.475);
+#15102 = AXIS2_PLACEMENT_3D('',#15103,#15104,#15105);
+#15103 = CARTESIAN_POINT('',(116.,-45.,-4.6E-02));
+#15104 = DIRECTION('',(-0.,-0.,-1.));
+#15105 = DIRECTION('',(-0.,-1.,0.));
+#15106 = ADVANCED_FACE('',(#15107),#15118,.F.);
+#15107 = FACE_BOUND('',#15108,.T.);
+#15108 = EDGE_LOOP('',(#15109,#15110,#15116,#15117));
+#15109 = ORIENTED_EDGE('',*,*,#13195,.T.);
+#15110 = ORIENTED_EDGE('',*,*,#15111,.T.);
+#15111 = EDGE_CURVE('',#13196,#13961,#15112,.T.);
+#15112 = LINE('',#15113,#15114);
+#15113 = CARTESIAN_POINT('',(124.,-44.775,-4.6E-02));
+#15114 = VECTOR('',#15115,1.);
+#15115 = DIRECTION('',(0.,0.,1.));
+#15116 = ORIENTED_EDGE('',*,*,#13960,.F.);
+#15117 = ORIENTED_EDGE('',*,*,#15111,.F.);
+#15118 = CYLINDRICAL_SURFACE('',#15119,0.475);
+#15119 = AXIS2_PLACEMENT_3D('',#15120,#15121,#15122);
+#15120 = CARTESIAN_POINT('',(124.,-44.3,-4.6E-02));
+#15121 = DIRECTION('',(-0.,-0.,-1.));
+#15122 = DIRECTION('',(-0.,-1.,0.));
+#15123 = ADVANCED_FACE('',(#15124),#15135,.F.);
+#15124 = FACE_BOUND('',#15125,.T.);
+#15125 = EDGE_LOOP('',(#15126,#15127,#15133,#15134));
+#15126 = ORIENTED_EDGE('',*,*,#13206,.T.);
+#15127 = ORIENTED_EDGE('',*,*,#15128,.T.);
+#15128 = EDGE_CURVE('',#13207,#13972,#15129,.T.);
+#15129 = LINE('',#15130,#15131);
+#15130 = CARTESIAN_POINT('',(126.5,-44.775,-4.6E-02));
+#15131 = VECTOR('',#15132,1.);
+#15132 = DIRECTION('',(0.,0.,1.));
+#15133 = ORIENTED_EDGE('',*,*,#13971,.F.);
+#15134 = ORIENTED_EDGE('',*,*,#15128,.F.);
+#15135 = CYLINDRICAL_SURFACE('',#15136,0.475);
+#15136 = AXIS2_PLACEMENT_3D('',#15137,#15138,#15139);
+#15137 = CARTESIAN_POINT('',(126.5,-44.3,-4.6E-02));
+#15138 = DIRECTION('',(-0.,-0.,-1.));
+#15139 = DIRECTION('',(-0.,-1.,0.));
+#15140 = ADVANCED_FACE('',(#15141),#15152,.F.);
+#15141 = FACE_BOUND('',#15142,.T.);
+#15142 = EDGE_LOOP('',(#15143,#15144,#15150,#15151));
+#15143 = ORIENTED_EDGE('',*,*,#13217,.T.);
+#15144 = ORIENTED_EDGE('',*,*,#15145,.T.);
+#15145 = EDGE_CURVE('',#13218,#13983,#15146,.T.);
+#15146 = LINE('',#15147,#15148);
+#15147 = CARTESIAN_POINT('',(129.,-44.775,-4.6E-02));
+#15148 = VECTOR('',#15149,1.);
+#15149 = DIRECTION('',(0.,0.,1.));
+#15150 = ORIENTED_EDGE('',*,*,#13982,.F.);
+#15151 = ORIENTED_EDGE('',*,*,#15145,.F.);
+#15152 = CYLINDRICAL_SURFACE('',#15153,0.475);
+#15153 = AXIS2_PLACEMENT_3D('',#15154,#15155,#15156);
+#15154 = CARTESIAN_POINT('',(129.,-44.3,-4.6E-02));
+#15155 = DIRECTION('',(-0.,-0.,-1.));
+#15156 = DIRECTION('',(-0.,-1.,0.));
+#15157 = ADVANCED_FACE('',(#15158),#15169,.F.);
+#15158 = FACE_BOUND('',#15159,.T.);
+#15159 = EDGE_LOOP('',(#15160,#15161,#15167,#15168));
+#15160 = ORIENTED_EDGE('',*,*,#13228,.T.);
+#15161 = ORIENTED_EDGE('',*,*,#15162,.T.);
+#15162 = EDGE_CURVE('',#13229,#13994,#15163,.T.);
+#15163 = LINE('',#15164,#15165);
+#15164 = CARTESIAN_POINT('',(138.,-44.1,-4.6E-02));
+#15165 = VECTOR('',#15166,1.);
+#15166 = DIRECTION('',(0.,0.,1.));
+#15167 = ORIENTED_EDGE('',*,*,#13993,.F.);
+#15168 = ORIENTED_EDGE('',*,*,#15162,.F.);
+#15169 = CYLINDRICAL_SURFACE('',#15170,1.1);
+#15170 = AXIS2_PLACEMENT_3D('',#15171,#15172,#15173);
+#15171 = CARTESIAN_POINT('',(138.,-43.,-4.6E-02));
+#15172 = DIRECTION('',(-0.,-0.,-1.));
+#15173 = DIRECTION('',(-0.,-1.,0.));
+#15174 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
+GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#15178))
+GLOBAL_UNIT_ASSIGNED_CONTEXT((#15175,#15176,#15177))
+REPRESENTATION_CONTEXT('Context #1',
+ '3D Context with UNIT and UNCERTAINTY') );
+#15175 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
+#15176 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
+#15177 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
+#15178 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#15175,
+ 'distance_accuracy_value','confusion accuracy');
+#15179 = SHAPE_DEFINITION_REPRESENTATION(#15180,#12371);
+#15180 = PRODUCT_DEFINITION_SHAPE('','',#15181);
+#15181 = PRODUCT_DEFINITION('design','',#15182,#15185);
+#15182 = PRODUCT_DEFINITION_FORMATION('','',#15183);
+#15183 = PRODUCT('firstpcb_PCB','firstpcb_PCB','',(#15184));
+#15184 = PRODUCT_CONTEXT('',#2,'mechanical');
+#15185 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
+#15186 = CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#15187,#15189);
+#15187 = ( REPRESENTATION_RELATIONSHIP('','',#12371,#10)
+REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#15188)
+SHAPE_REPRESENTATION_RELATIONSHIP() );
+#15188 = ITEM_DEFINED_TRANSFORMATION('','',#11,#83);
+#15189 = PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',
+ #15190);
+#15190 = NEXT_ASSEMBLY_USAGE_OCCURRENCE('18','','',#5,#15181,$);
+#15191 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#15183));
+#15192 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(
+ #15193),#15174);
+#15193 = STYLED_ITEM('color',(#15194),#12372);
+#15194 = PRESENTATION_STYLE_ASSIGNMENT((#15195));
+#15195 = SURFACE_STYLE_USAGE(.BOTH.,#15196);
+#15196 = SURFACE_SIDE_STYLE('',(#15197));
+#15197 = SURFACE_STYLE_FILL_AREA(#15198);
+#15198 = FILL_AREA_STYLE('',(#15199));
+#15199 = FILL_AREA_STYLE_COLOUR('',#15200);
+#15200 = COLOUR_RGB('',0.313304153717,0.484529207832,0.410020903123);
ENDSEC;
END-ISO-10303-21;
diff --git a/firstpcb.svg b/firstpcb.svg
new file mode 100644
index 0000000..2db0680
--- /dev/null
+++ b/firstpcb.svg
@@ -0,0 +1,39958 @@
+
+
+
diff --git a/firstpcb_a3.kicad_sch b/firstpcb_a3.kicad_sch
new file mode 100644
index 0000000..f232430
--- /dev/null
+++ b/firstpcb_a3.kicad_sch
@@ -0,0 +1,6908 @@
+(kicad_sch
+ (version 20250114)
+ (generator "eeschema")
+ (generator_version "9.0")
+ (uuid "4ce690e5-6d5b-4693-bd2e-f4090f26df1f")
+ (paper "A3")
+ (lib_symbols
+ (symbol "A1-KnockOffs:ESP-WROOM-32"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "ESP32-WROOM1"
+ (at 7.112 20.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP-WROOM-32"
+ (at 6.858 18.034 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "RF_Module:ESP32-C3-DevKitM-1"
+ (at 0 -25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 0 -30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 0 -27.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "riscv wifi bluetooth ble"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "*ESP32?C3?DevKitM?1*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ESP-WROOM-32_1_1"
+ (rectangle
+ (start -12.7 15.24)
+ (end 12.7 -22.86)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 12.7 0)
+ (length 2.54)
+ (name "EN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 10.16 0)
+ (length 2.54)
+ (name "VP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 7.62 0)
+ (length 2.54)
+ (name "VN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 5.08 0)
+ (length 2.54)
+ (name "D34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH1" passive line)
+ (alternate "XTAL_32K_N" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 2.54 0)
+ (length 2.54)
+ (name "D35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "FSPIQ" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 0 0)
+ (length 2.54)
+ (name "D33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH3" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -2.54 0)
+ (length 2.54)
+ (name "D32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -5.08 0)
+ (length 2.54)
+ (name "D25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO20" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -7.62 0)
+ (length 2.54)
+ (name "D26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO21" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -10.16 0)
+ (length 2.54)
+ (name "D27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -12.7 0)
+ (length 2.54)
+ (name "D14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -15.24 0)
+ (length 2.54)
+ (name "D12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -17.78 0)
+ (length 2.54)
+ (name "D13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin power_in line
+ (at -5.08 17.78 270)
+ (length 2.54)
+ (name "VIN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -25.4 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_out line
+ (at 3.81 17.78 270)
+ (length 2.54)
+ (name "3V3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "D23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "30"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "D22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "29"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "TX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "RX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC2_CH0" passive line)
+ (alternate "FSPIWP" passive line)
+ (alternate "MTDI" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "D21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICLK" passive line)
+ (alternate "MTCK" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "D19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPID" passive line)
+ (alternate "MTDO" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "D18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "D5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "D17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICS0" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "D16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D-" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "D4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "D2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "D15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (hide yes)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector:Screw_Terminal_01x03"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Screw_Terminal_01x03"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "screw terminal"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "TerminalBlock*:*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Screw_Terminal_01x03_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 2.8702) (xy 0.3302 2.032)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 0.3302) (xy 0.3302 -0.508)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 -2.2098) (xy 0.3302 -3.048)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 3.048) (xy 0.508 2.2098)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 0.508) (xy 0.508 -0.3302)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 -2.032) (xy 0.508 -2.8702)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 0)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 -2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector_Generic_MountingPin:Conn_01x04_MountingPin"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "StepperConnection1"
+ (at 2.54 -0.3555 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 2.54 -2.8955 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??-1MP*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x04_MountingPin_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -6.35)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "C_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_0_1"
+ (polyline
+ (pts
+ (xy -2.032 0.762) (xy 2.032 0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -2.032 -0.762) (xy 2.032 -0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "C_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C_Polarized"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C_Polarized"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "CP_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_Polarized_0_1"
+ (rectangle
+ (start -2.286 0.508)
+ (end 2.286 1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.778 2.286) (xy -0.762 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.794) (xy -1.27 1.778)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start 2.286 -0.508)
+ (end -2.286 -1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type outline)
+ )
+ )
+ )
+ (symbol "C_Polarized_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:R"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "R"
+ (at 2.032 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "R"
+ (at 0 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at -1.778 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "R res resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "R_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "R_0_1"
+ (rectangle
+ (start -1.016 -2.54)
+ (end 1.016 2.54)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "R_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Driver_Motor:Pololu_Breakout_A4988"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "A"
+ (at -2.54 19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at -2.54 16.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 6.985 -19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 2.54 -7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "Pololu Breakout Board Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Pololu*Breakout*15.2x20.3mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_0_1"
+ (rectangle
+ (start 10.16 -17.78)
+ (end -7.62 15.24)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_1_1"
+ (pin input line
+ (at -10.16 10.16 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 7.62 0)
+ (length 2.54)
+ (name "~{SLEEP}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 2.54 0)
+ (length 2.54)
+ (name "~{ENABLE}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 0 0)
+ (length 2.54)
+ (name "STEP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -2.54 0)
+ (length 2.54)
+ (name "DIR"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -7.62 0)
+ (length 2.54)
+ (name "MS1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -10.16 0)
+ (length 2.54)
+ (name "MS2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -12.7 0)
+ (length 2.54)
+ (name "MS3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 17.78 270)
+ (length 2.54)
+ (name "VDD"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 17.78 270)
+ (length 2.54)
+ (name "VMOT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 2.54 180)
+ (length 2.54)
+ (name "1B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 0 180)
+ (length 2.54)
+ (name "1A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -2.54 180)
+ (length 2.54)
+ (name "2A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -5.08 180)
+ (length 2.54)
+ (name "2B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Switch:SW_DPDT_x2"
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "SW"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "SW_DPDT_x2"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "switch dual-pole double-throw DPDT spdt ON-ON"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "SW*DPDT*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "SW_DPDT_x2_0_0"
+ (circle
+ (center -2.032 0)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 -2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_0_1"
+ (rectangle
+ (start -3.175 3.81)
+ (end 3.175 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.524 0.254) (xy 1.5748 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_1_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_2_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+12V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+12V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+12V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+12V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+3.3V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+3.3V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+3.3V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+3.3V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+5V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+5V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+5V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+5V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:GND"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -6.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "GND_0_1"
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "GND_1_1"
+ (pin power_in line
+ (at 0 0 270)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+
+ (symbol "TPS61088:TPS61088"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at 0 16.51 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "TPS61088"
+ (at 0 13.97 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "Package_DFN_QFN:QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2.1x2.1mm"
+ (at 0 -20.32 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps61088.pdf"
+ (at 0 -22.86 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Description" "10A Fully-Integrated Synchronous Boost Converter"
+ (at 0 -25.4 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (symbol "TPS61088_0_1"
+ (rectangle
+ (start -10.16 12.7)
+ (end 10.16 -12.7)
+ (stroke (width 0.254) (type default))
+ (fill (type background))
+ )
+ )
+ (symbol "TPS61088_1_1"
+ (pin power_in line
+ (at -12.7 10.16 0) (length 2.54)
+ (name "VIN" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 5.08 0) (length 2.54)
+ (name "EN" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 0 0) (length 2.54)
+ (name "SS/TR" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 -5.08 0) (length 2.54)
+ (name "COMP" (effects (font (size 1.27 1.27))))
+ (number "5" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 -10.16 0) (length 2.54)
+ (name "FB" (effects (font (size 1.27 1.27))))
+ (number "6" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 10.16 180) (length 2.54)
+ (name "SW" (effects (font (size 1.27 1.27))))
+ (number "12" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 5.08 180) (length 2.54)
+ (name "BST" (effects (font (size 1.27 1.27))))
+ (number "11" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_out line
+ (at 12.7 0 180) (length 2.54)
+ (name "VOUT" (effects (font (size 1.27 1.27))))
+ (number "9" (effects (font (size 1.27 1.27))))
+ )
+ (pin open_collector line
+ (at 12.7 -5.08 180) (length 2.54)
+ (name "PGOOD" (effects (font (size 1.27 1.27))))
+ (number "8" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at 0 -15.24 90) (length 2.54)
+ (name "PGND" (effects (font (size 1.27 1.27))))
+ (number "15" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at -5.08 -15.24 90) (length 2.54)
+ (name "AGND" (effects (font (size 1.27 1.27))))
+ (number "7" (effects (font (size 1.27 1.27))))
+ )
+ )
+ (embedded_fonts no)
+ )
+ )
+ (junction
+ (at 80.01 39.37)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "0d07ffe3-cb5e-495c-a857-7ecc162b1858")
+ )
+ (junction
+ (at 97.79 31.75)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "18d26896-36f9-4e7d-8aa9-1913ec88126c")
+ )
+ (junction
+ (at 80.01 62.23)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a8c14d4c-caa5-43a9-96f9-69a0e91e9bbe")
+ )
+ (junction
+ (at 80.01 59.69)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "d6dc3ef2-bb81-4af6-a132-4fb33656eea5")
+ )
+ (wire
+ (pts
+ (xy 82.55 52.07) (xy 80.01 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0513fdc3-a875-4e56-ac3c-964188d3efdd")
+ )
+ (wire
+ (pts
+ (xy 26.67 107.95) (xy 26.67 105.41)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "05283047-1690-4768-b6e5-48f7fe8e13e9")
+ )
+ (wire
+ (pts
+ (xy 82.55 57.15) (xy 80.01 57.15)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "141339ba-ee91-4969-a907-29fc829697b5")
+ )
+ (wire
+ (pts
+ (xy 24.13 97.79) (xy 24.13 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2616d525-ac7e-4894-84c6-d5b26a11e5b1")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 106.68 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "29db1398-c83f-48c1-a358-ef81af30c42e")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 97.79 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2c93acde-6942-4f22-aa07-ff19f066d0a9")
+ )
+ (wire
+ (pts
+ (xy 97.79 69.85) (xy 97.79 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3701321e-fc1d-45aa-89bb-b7e914304829")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3937ba35-3a94-4f29-a8a4-09df18d51490")
+ )
+ (wire
+ (pts
+ (xy 105.41 46.99) (xy 107.95 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3ec8a2db-a3d4-4045-a963-ae8d3f6848ba")
+ )
+ (wire
+ (pts
+ (xy 134.62 31.75) (xy 139.7 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "43b13122-2ca9-414a-b7d2-2fa216640dd1")
+ )
+ (wire
+ (pts
+ (xy 115.57 31.75) (xy 114.3 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "471b7ebc-243d-438e-8824-d1a98cd6145c")
+ )
+ (wire
+ (pts
+ (xy 130.81 29.21) (xy 139.7 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4dcbf3be-c962-46f4-8211-7fb3facee9d9")
+ )
+ (wire
+ (pts
+ (xy 55.88 64.77) (xy 59.69 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "643c4b32-829d-4dc2-8754-d2630558fb98")
+ )
+ (wire
+ (pts
+ (xy 82.55 39.37) (xy 80.01 39.37)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6c528b49-3b46-48f6-9b59-6b6d82fec64b")
+ )
+ (wire
+ (pts
+ (xy 92.71 31.75) (xy 92.71 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "72e19cc6-44a7-4707-aa59-5258cc4cedc8")
+ )
+ (wire
+ (pts
+ (xy 105.41 54.61) (xy 107.95 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "76eaa470-54c8-41c0-bc11-f85bb1e9437d")
+ )
+ (wire
+ (pts
+ (xy 80.01 62.23) (xy 80.01 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7e075c08-216a-42ab-b4f6-b6d7bfe1d3c3")
+ )
+ (wire
+ (pts
+ (xy 105.41 49.53) (xy 107.95 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "806ac499-a615-4e1d-8214-d23ff230ea92")
+ )
+ (wire
+ (pts
+ (xy 80.01 57.15) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8a71beca-1fba-45ea-89a6-b59e0e4f5eaa")
+ )
+ (wire
+ (pts
+ (xy 105.41 52.07) (xy 107.95 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b80fab7-0b03-4c00-b1a4-f31aa6ea275f")
+ )
+ (wire
+ (pts
+ (xy 82.55 49.53) (xy 80.01 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "91c4d383-c359-4c9f-92fe-1242297b4537")
+ )
+ (wire
+ (pts
+ (xy 55.88 46.99) (xy 58.42 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a0ad8074-bc9a-4556-9e09-b60933c27c1f")
+ )
+ (wire
+ (pts
+ (xy 44.45 31.75) (xy 44.45 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a3f4a92a-944f-4240-b8af-11f9082e57cb")
+ )
+ (wire
+ (pts
+ (xy 40.64 74.93) (xy 40.64 77.47)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a59da3aa-6d1e-4882-8fc6-b6c69de9dd2a")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 36.83)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a7e4bbed-739c-4561-8de0-475706111de4")
+ )
+ (wire
+ (pts
+ (xy 82.55 46.99) (xy 80.01 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aaf986d5-7934-4971-b419-0e3066f6487c")
+ )
+ (wire
+ (pts
+ (xy 55.88 54.61) (xy 63.5 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ab3fcf7e-6683-4c7b-a060-15251d9c2e73")
+ )
+ (wire
+ (pts
+ (xy 55.88 62.23) (xy 66.04 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bb59469f-d490-4288-90aa-7c955698b9ff")
+ )
+ (wire
+ (pts
+ (xy 92.71 69.85) (xy 92.71 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c70b052a-b267-4c71-b113-953730e95354")
+ )
+ (wire
+ (pts
+ (xy 82.55 59.69) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cb0ef997-a54f-453d-88e1-a51490c1924d")
+ )
+ (wire
+ (pts
+ (xy 80.01 59.69) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d8398031-e45b-4c08-9306-8ff1c93e8acd")
+ )
+ (wire
+ (pts
+ (xy 55.88 49.53) (xy 58.42 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e5384d64-674b-4adf-8c75-c5dd2775c73d")
+ )
+ (wire
+ (pts
+ (xy 82.55 62.23) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e987a818-2f74-4278-b31b-04e4fcc8cce1")
+ )
+ (wire
+ (pts
+ (xy 134.62 34.29) (xy 139.7 34.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ea026009-79e0-49cd-a022-5d7646a3aeff")
+ )
+ (wire
+ (pts
+ (xy 55.88 52.07) (xy 58.42 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ebbc3227-6496-4cfc-aab8-20886ef784ce")
+ )
+ (wire
+ (pts
+ (xy 82.55 41.91) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ed1f242c-0611-4d1c-b894-6f349f334b9b")
+ )
+ (wire
+ (pts
+ (xy 35.56 31.75) (xy 35.56 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f035e19f-229f-4b95-96ca-3f34e31b8ed1")
+ )
+ (wire
+ (pts
+ (xy 29.21 97.79) (xy 29.21 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "fa00d60c-2fbf-49f7-a096-7d4adc103bfb")
+ )
+ (label "MOTOR_EN"
+ (at 58.42 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "17273698-3308-4de5-b0fa-c91f9ca24101")
+ )
+ (label "STEP"
+ (at 58.42 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3543e119-dcef-4204-af5c-1189c8644ab0")
+ )
+ (label "MOTOR_CTRL"
+ (at 130.81 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3e2c2225-12b4-4518-86e3-28cc4a810d64")
+ )
+ (label "DIR"
+ (at 80.01 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "63cad5c9-37ce-4d67-9666-5cfa87b2f968")
+ )
+ (label "DIR"
+ (at 58.42 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "92001af4-7547-4bfc-8874-fe2c7c3a8271")
+ )
+ (label "STEP"
+ (at 80.01 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "9f9ee59e-7b33-4201-ab16-1db4a3da61b0")
+ )
+ (label "LIM_A"
+ (at 29.21 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "b82afb1a-86dd-4031-b302-7022c5968ed0")
+ )
+ (label "MOTOR_CTRL"
+ (at 59.69 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ce9f8a66-8de8-4503-b8e7-aaccf561af92")
+ )
+ (label "LIM_C"
+ (at 58.42 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d6d743b4-4ce1-452c-8f77-17ea5a14cd02")
+ )
+ (label "LIM_C"
+ (at 24.13 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d93d7ab4-4472-4199-b317-308398df805a")
+ )
+ (label "MOTOR_EN"
+ (at 80.01 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ec333a37-011e-4656-8502-087894fbd0b3")
+ )
+ (label "LIM_A"
+ (at 58.42 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ed9bb322-db83-47aa-932a-e64c65b639d1")
+ )
+ (symbol
+ (lib_id "A1-KnockOffs:ESP-WROOM-32")
+ (at 40.64 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "030ea4ac-e769-48f5-87ec-27c7f04f42cd")
+ (property "Reference" "ESP32-WROOM1"
+ (at 46.5933 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP32-C3-DevKitM-1"
+ (at 46.5933 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Library:ESP32-WROOM-SAVED"
+ (at 40.64 74.93 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 40.64 80.01 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "27"
+ (uuid "1886e298-d0a5-4982-93d3-c452e0adfeb1")
+ )
+ (pin "17"
+ (uuid "5b6983aa-adcc-496f-a3bb-afe98ea70d12")
+ )
+ (pin "11"
+ (uuid "2741766b-1c35-4b3d-a981-29c6bce7dd15")
+ )
+ (pin "9"
+ (uuid "80a8277c-ff0a-4203-a090-1ae1e4fd8e41")
+ )
+ (pin "10"
+ (uuid "50f2e9a6-8c50-4ab3-bbc1-4127dc639b5c")
+ )
+ (pin "25"
+ (uuid "dfa8d8bb-54e3-4677-b726-79103fd77f11")
+ )
+ (pin "21"
+ (uuid "609d147e-abba-410f-8842-674397fadf31")
+ )
+ (pin "20"
+ (uuid "a9607447-0bbb-49f5-9ccc-c986bf96ff0a")
+ )
+ (pin "12"
+ (uuid "618de8f5-b7da-4b8d-b611-46ac2fc8c782")
+ )
+ (pin "16"
+ (uuid "e56abef1-1bbb-4692-8d03-3883962207f0")
+ )
+ (pin "4"
+ (uuid "1005809a-2f6b-407d-9396-189971ee8f83")
+ )
+ (pin "2"
+ (uuid "9aeb8bd8-5827-4b49-80ce-28eda1d360ab")
+ )
+ (pin "7"
+ (uuid "02a6b2a5-a5c8-4af2-82c7-d78060014362")
+ )
+ (pin "29"
+ (uuid "bc86adee-04f4-45e1-8e0f-23c44c505e0d")
+ )
+ (pin "23"
+ (uuid "2590a505-bf75-4243-98b4-804a7cb1cb59")
+ )
+ (pin "5"
+ (uuid "a32696a8-177b-430c-b57f-5ee7322ddfb0")
+ )
+ (pin "18"
+ (uuid "3248c1c1-2f1b-487f-a1d1-d36a08e27622")
+ )
+ (pin "26"
+ (uuid "fe70cb8d-c4d4-452b-82ab-e32564202e13")
+ )
+ (pin "22"
+ (uuid "d6b90430-3092-4a2f-b1cb-2fe7c2ef6a73")
+ )
+ (pin "1"
+ (uuid "921bbb6f-ebf0-4810-8466-7b6525c03d48")
+ )
+ (pin "14"
+ (uuid "a304a438-f2a5-4d82-870d-745acdb2415e")
+ )
+ (pin "30"
+ (uuid "56d1552b-9989-44dc-9218-7bae7ccbfdd4")
+ )
+ (pin "28"
+ (uuid "9aca69a8-783f-423c-9250-f424b0c240b8")
+ )
+ (pin "3"
+ (uuid "cdca96b5-cd92-43ae-8143-0bcef9065f1d")
+ )
+ (pin "6"
+ (uuid "508f6194-df62-41b6-9e82-1c87a77f1f1e")
+ )
+ (pin "24"
+ (uuid "a5b0f187-f59c-4b24-a2a9-52d33ea06083")
+ )
+ (pin "15"
+ (uuid "7306d570-0586-4987-bf17-b2cb5188adfd")
+ )
+ (pin "13"
+ (uuid "74a31dd9-c3eb-4ad8-892f-bc49896e417e")
+ )
+ (pin "8"
+ (uuid "6c02d4fe-88c7-44d0-a8e5-3b9aa807b350")
+ )
+ (pin "19"
+ (uuid "a27900c6-5211-49e8-b7fd-d4e95e24b76e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "ESP32-WROOM1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Driver_Motor:Pololu_Breakout_A4988")
+ (at 92.71 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "175eb07c-5a07-43b1-bfca-6c528aa82c29")
+ (property "Reference" "A4988"
+ (at 99.9333 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at 99.93 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 99.695 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 95.25 57.15 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 92.71 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "13"
+ (uuid "9d76c203-e688-4478-ac42-3ba07fcbbe66")
+ )
+ (pin "14"
+ (uuid "7055132f-ae90-4cfe-b920-4fcdb15ce9c8")
+ )
+ (pin "15"
+ (uuid "d7de985f-9ebf-42bf-997d-4f5ad300fd65")
+ )
+ (pin "9"
+ (uuid "f5cb3461-0664-40e0-9b35-46868cb81fa8")
+ )
+ (pin "11"
+ (uuid "d1d909c0-91d0-42d7-8a95-db6def5aadba")
+ )
+ (pin "16"
+ (uuid "865aefe7-aab9-4461-a644-11d766a2c957")
+ )
+ (pin "10"
+ (uuid "6c99746a-c629-4517-8210-fdfad8e597fe")
+ )
+ (pin "12"
+ (uuid "7524aa35-c33e-4c5c-8d86-e8eb10403f80")
+ )
+ (pin "5"
+ (uuid "9c464e62-304f-426c-8b0c-5e5c31cd9d4c")
+ )
+ (pin "4"
+ (uuid "2d103bfc-d13e-4a92-b272-e8d4a0b703e0")
+ )
+ (pin "3"
+ (uuid "ecdbda6c-96d5-409e-b5e2-7983eb316008")
+ )
+ (pin "7"
+ (uuid "2aac52e7-dc58-48c4-afdc-5586331c8ebf")
+ )
+ (pin "8"
+ (uuid "57e708a8-da8f-49e7-90f6-d3ef58536201")
+ )
+ (pin "1"
+ (uuid "8966f709-7f88-4aa4-ac16-c20408943c97")
+ )
+ (pin "2"
+ (uuid "b49c3f94-735e-4357-8175-c8ff1067dcc5")
+ )
+ (pin "6"
+ (uuid "afeecca7-99dd-4eb8-9223-05bee5c3a52a")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "A4988")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 134.62 31.75 270)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "1c152c4e-5826-4b88-87a2-766c8d5d9ef3")
+ (property "Reference" "#PWR13"
+ (at 130.81 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 130.81 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "f26e4404-5f2f-4283-a80c-3361b62a2cad")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR13")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 67.31 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1c27537a-aed0-4a70-9717-74885b75d76f")
+ (property "Reference" "R1"
+ (at 67.31 57.09 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 67.31 54.61 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 67.31 56.388 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1d9e5f82-493c-40cf-a87f-194efe34c5d3")
+ )
+ (pin "2"
+ (uuid "99a3ec10-2d8c-4c1b-8c43-42e6fbd83209")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 92.71 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1ee6b89f-5e54-4488-8335-dd091251b625")
+ (property "Reference" "#PWR02"
+ (at 92.71 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 89.13 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e65330b2-bf89-4746-b4af-87e724730192")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR02")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 92.71 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "23041610-1d75-4946-8bb7-5a959aab4be2")
+ (property "Reference" "#PWR09"
+ (at 92.71 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 92.71 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0337aec1-e54d-42c1-b8e2-f27a74876468")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR09")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 97.79 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "26997096-83d3-458b-bcca-eff6a3106e5d")
+ (property "Reference" "#PWR06"
+ (at 97.79 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 97.79 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5388d1a4-fc57-4b2c-b00c-1d69b73e6cb3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR06")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Switch:SW_DPDT_x2")
+ (at 26.67 102.87 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
+ (property "Reference" "SW1"
+ (at 31.75 101.5999 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Limit Switch"
+ (at 31.75 104.1399 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "5"
+ (uuid "391b4c6a-cc9b-4c8f-a568-77a9bcb9da4a")
+ )
+ (pin "6"
+ (uuid "8de65841-6433-4135-af65-e0063dea65eb")
+ )
+ (pin "1"
+ (uuid "412c9b78-f671-4e40-84d0-619f100c7941")
+ )
+ (pin "4"
+ (uuid "b62bab6d-d6cc-4021-af37-e8e549a4d7d6")
+ )
+ (pin "2"
+ (uuid "ed5d5e2d-3f18-4248-8ad0-ae41369a7f25")
+ )
+ (pin "3"
+ (uuid "17426441-ff96-4a6c-933a-fa4a225b9779")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "SW1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 35.56 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "5f7f2c75-7310-455b-8ec5-288a324e54c9")
+ (property "Reference" "#PWR05"
+ (at 35.56 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 35.56 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0be13e4b-9809-41d1-a995-ccd0f826ad66")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR05")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 134.62 34.29 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7d4e3e96-166c-4268-97dd-808b6572f461")
+ (property "Reference" "#PWR07"
+ (at 130.81 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 130.81 34.2899 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1e2b75b3-bc67-4345-bb5c-e7615209180e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR07")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 69.85 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7efd1369-ce97-45d6-b694-299fe069a256")
+ (property "Reference" "R2"
+ (at 69.342 65.024 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 70.104 62.23 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 69.85 64.008 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "52c665c0-0fad-4b00-89f1-e73c6731c43b")
+ )
+ (pin "2"
+ (uuid "c2f00111-cd40-429e-8c8b-f32d5fe6e535")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 26.67 105.41 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "850102d0-63e1-4288-b7d8-023127c32d0d")
+ (property "Reference" "#PWR04"
+ (at 26.67 101.6 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 26.67 108.458 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7e8a0125-2907-4694-b179-5b2234e7edc3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR04")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 73.66 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a0e4f62c-9606-4e73-b7b1-cda019fdf67f")
+ (property "Reference" "#PWR22"
+ (at 77.47 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 78.74 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "68d2f53c-b8f3-48dd-a38a-14fb241aa594")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR22")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 80.01 36.83 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a3f18bec-1b3c-42a5-9e24-db1827259157")
+ (property "Reference" "#PWR03"
+ (at 80.01 33.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 80.01 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d1ed6976-865f-48f4-ae1e-fde3834b9ccc")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR03")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 71.12 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "be62570e-b0fb-459b-a386-3ce0e9e32dc5")
+ (property "Reference" "#PWR21"
+ (at 74.93 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 72.79 52.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "576fab82-b274-4f64-8a22-c09bab5d32b2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR21")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 44.45 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "c9fe1813-99b6-47c4-9f19-d593706fac0a")
+ (property "Reference" "#PWR01"
+ (at 44.45 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 44.45 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bbe9f586-c8a4-44ba-8af8-d72be6d3dbeb")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR01")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 64.77 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "cfd1ee74-cb50-4a44-9257-f2c09f567ae3")
+ (property "Reference" "#PWR12"
+ (at 80.01 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b65f6faf-b065-4d95-a53a-dadb3577b136")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR12")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C_Polarized")
+ (at 110.49 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "db07aea6-82fd-4feb-9821-e1c591adcae0")
+ (property "Reference" "C3"
+ (at 109.728 30.734 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100uF"
+ (at 113.538 34.798 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm"
+ (at 114.3 30.7848 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c9259394-4c3a-4c42-80cd-681f27ff50e0")
+ )
+ (pin "2"
+ (uuid "b862278a-eb05-464c-804c-a594464f56f8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Screw_Terminal_01x03")
+ (at 144.78 31.75 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e78d687e-968c-4e90-bcfe-d9463c0a748b")
+ (property "Reference" "MotorPower1"
+ (at 147.32 30.4799 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x03"
+ (at 147.32 33.0199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "a20edff0-b63a-42b1-add7-13c1640d223d")
+ )
+ (pin "1"
+ (uuid "1608b249-ebbd-4a30-8b56-2054e6a1e13a")
+ )
+ (pin "3"
+ (uuid "8ba662d4-6d73-4e55-ad53-e8822970dead")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "MotorPower1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 40.64 77.47 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e79afa10-979a-4a28-973d-81a248ae7c9d")
+ (property "Reference" "#PWR08"
+ (at 40.64 81.28 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 40.64 82.55 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d3b8adf3-280f-4346-8325-9463e0460f16")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR08")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e96a8365-1e41-401b-a4a0-8a214732ec25")
+ (property "Reference" "#PWR23"
+ (at 119.38 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 119.38 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc1bef69-07ed-486a-9e3d-9f0c286fb1c3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR23")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic_MountingPin:Conn_01x04_MountingPin")
+ (at 113.03 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
+ (property "Reference" "StepperConnection1"
+ (at 115.57 49.8855 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 115.57 52.4255 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "4"
+ (uuid "72b7e49c-9a41-4438-8df9-db24cff815d6")
+ )
+ (pin "3"
+ (uuid "d560a2b0-a76d-45d8-a330-b4ab729b22b2")
+ )
+ (pin "2"
+ (uuid "20b525a7-167e-46a5-bd80-5fe33775f790")
+ )
+ (pin "1"
+ (uuid "4d0a0af0-cc24-4b52-8ed7-e5ec3a7aa387")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "StepperConnection1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 97.79 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "f3c96f84-3c23-4063-9492-4d6853f9e527")
+ (property "Reference" "#PWR10"
+ (at 97.79 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 97.79 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c0012a28-8a70-44e9-8dd4-9937db963a0b")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (junction
+ (at 80.01 161.29000000000002)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "48efbf29-60fd-477a-9938-d5b3ebe1f3cc")
+ )
+ (junction
+ (at 97.79 130.81)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "9cb6e9bc-c852-4c56-a51f-567fe543c22d")
+ )
+ (junction
+ (at 128.27 130.81)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "f5d287f1-d9ed-410d-a892-513ba601631e")
+ )
+ (junction
+ (at 115.57 140.97)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "d801b68f-83c9-4f87-9fbb-4464b8a32d24")
+ )
+ (junction
+ (at 115.57 151.13)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "4954b1ed-1e0e-4532-aed5-7fe10d9071cc")
+ )
+ (no_connect
+ (at 92.71000000000001 146.05)
+ (uuid "864f36de-2690-4a41-8896-1b4094ede1e9")
+ )
+ (wire
+ (pts
+ (xy 39.37 125.73) (xy 39.37 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bb938523-b4fc-4705-90cf-bc6c2a3cbee7")
+ )
+ (wire
+ (pts
+ (xy 39.37 130.81) (xy 44.45 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3e84f79c-5eda-4291-8443-11fc5f25a8da")
+ )
+ (wire
+ (pts
+ (xy 44.45 130.81) (xy 52.07 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b9c46c14-6d92-4518-8f13-69e2904dfa60")
+ )
+ (wire
+ (pts
+ (xy 52.07 130.81) (xy 59.69 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3139f85b-2863-4fa6-93bb-a0c3e6946082")
+ )
+ (wire
+ (pts
+ (xy 59.69 130.81) (xy 67.31 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b76b9a14-582a-4c48-9dcb-0c45b4945601")
+ )
+ (wire
+ (pts
+ (xy 44.45 133.35) (xy 44.45 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0a0b71b6-299f-4b38-801f-699dcfba69f7")
+ )
+ (wire
+ (pts
+ (xy 44.45 140.97) (xy 44.45 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e2d1c66f-576e-438e-ae25-4b84540757ea")
+ )
+ (wire
+ (pts
+ (xy 52.07 133.35) (xy 52.07 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1f62ecf1-062d-459e-9c7a-559d4fde6bdb")
+ )
+ (wire
+ (pts
+ (xy 52.07 140.97) (xy 52.07 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a4b348e4-40d1-414f-be24-994b35e0447b")
+ )
+ (wire
+ (pts
+ (xy 67.31 135.89) (xy 59.69 135.89)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ad6537ae-d871-4efb-b201-6214f0fd25bb")
+ )
+ (wire
+ (pts
+ (xy 59.69 135.89) (xy 59.69 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a82b7c22-58ad-4d27-9ddd-4cbac8ae198b")
+ )
+ (wire
+ (pts
+ (xy 67.31 140.97) (xy 59.69 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2329aedc-6e57-4e14-b5ea-177f63733c83")
+ )
+ (wire
+ (pts
+ (xy 59.69 140.97) (xy 59.69 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c7420c5d-93dc-499a-83b4-08c50464fd7f")
+ )
+ (wire
+ (pts
+ (xy 59.69 151.13) (xy 59.69 153.67)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d153986e-8208-45e5-b686-79d63697380b")
+ )
+ (wire
+ (pts
+ (xy 67.31 146.05) (xy 52.07 146.05)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "42509ceb-5d25-4d26-905c-50b7b9628092")
+ )
+ (wire
+ (pts
+ (xy 52.07 146.05) (xy 52.07 148.59)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a72ccc80-11e0-4f15-8a7b-1881f21e5a7b")
+ )
+ (wire
+ (pts
+ (xy 52.07 156.21) (xy 52.07 158.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b04bc55c-911a-4a2f-921a-cf01d529f370")
+ )
+ (wire
+ (pts
+ (xy 52.07 166.37) (xy 52.07 168.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2ca95660-316f-4456-a9c1-bd444cd5b5d0")
+ )
+ (wire
+ (pts
+ (xy 80.01 156.21) (xy 80.01 161.29000000000002)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "594f9cf0-126e-437c-9e44-1a0fc410a4d0")
+ )
+ (wire
+ (pts
+ (xy 74.93 156.21) (xy 74.93 161.29000000000002)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3688f222-9d9a-4e0c-9623-9b908936bf62")
+ )
+ (wire
+ (pts
+ (xy 74.93 161.29000000000002) (xy 80.01 161.29000000000002)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f1f1e6c6-de0f-4050-8f9a-09fe48f9fd9d")
+ )
+ (wire
+ (pts
+ (xy 92.71000000000001 130.81) (xy 97.79 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "22eb0d6b-02ca-4f72-964f-650a1b36cc43")
+ )
+ (wire
+ (pts
+ (xy 97.79 130.81) (xy 99.06 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "81eaf8e2-6281-42ad-8f75-6e45b437977d")
+ )
+ (wire
+ (pts
+ (xy 97.79 138.43) (xy 92.71000000000001 135.89)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e9734df7-96df-49a2-8753-ae25a04da7f5")
+ )
+ (wire
+ (pts
+ (xy 106.68 130.81) (xy 115.57 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "46383540-a859-4422-aae9-6fd643999f01")
+ )
+ (wire
+ (pts
+ (xy 92.71000000000001 140.97) (xy 115.57 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3c9767ba-c180-4a38-b17a-591b0b3ebd77")
+ )
+ (wire
+ (pts
+ (xy 115.57 130.81) (xy 115.57 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e839230f-1b12-4826-8e62-52f37e61de11")
+ )
+ (wire
+ (pts
+ (xy 115.57 130.81) (xy 120.65 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "253399b4-7ccf-48a9-a967-d20bfc36d683")
+ )
+ (wire
+ (pts
+ (xy 120.65 130.81) (xy 128.27 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9ed35767-02fc-4f23-ac4e-b51982faf5bd")
+ )
+ (wire
+ (pts
+ (xy 120.65 133.35) (xy 120.65 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cdf319b9-dd89-4ca9-9e01-8a9ffe7b90c2")
+ )
+ (wire
+ (pts
+ (xy 120.65 140.97) (xy 120.65 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "742920d5-9dfb-4a01-ab5a-dc9449abced9")
+ )
+ (wire
+ (pts
+ (xy 128.27 133.35) (xy 128.27 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "19923f3d-6ad1-4e72-8004-ff392bf294b1")
+ )
+ (wire
+ (pts
+ (xy 128.27 140.97) (xy 128.27 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f9377d20-7230-41b8-942b-dd851a7e6e1e")
+ )
+ (wire
+ (pts
+ (xy 128.27 130.81) (xy 128.27 125.73)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "10ecd038-bcd6-4061-9d68-3cfa0872f266")
+ )
+ (wire
+ (pts
+ (xy 115.57 140.97) (xy 115.57 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "22c92e1f-54e5-4a60-9f03-893fd956bd4d")
+ )
+ (wire
+ (pts
+ (xy 115.57 151.13) (xy 115.57 153.67)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d12cd1e2-8388-4ef7-a18b-5b54f8a2e90a")
+ )
+ (wire
+ (pts
+ (xy 115.57 151.13) (xy 120.64999999999999 151.13)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "16ba1136-9de9-4b03-822f-7d134b56e1cd")
+ )
+ (wire
+ (pts
+ (xy 67.31 151.13) (xy 62.230000000000004 151.13)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "5ca22c3c-1349-482a-aabc-40f38de2d36b")
+ )
+ (wire
+ (pts
+ (xy 115.57 161.29) (xy 115.57 163.82999999999998)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "58069f87-4512-4175-a3db-aa7164d8476e")
+ )
+ (label "FB"
+ (at 120.64999999999999 151.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "cf4962f7-75b2-4ea0-b4bf-51f99b362f92")
+ )
+ (label "FB"
+ (at 62.230000000000004 151.13 180)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "b43dd2da-0188-47f8-8eb3-9527bfe4b4cb")
+ )
+ (text "TPS61088 Boost: 5V to 12V @ 2A"
+ (exclude_from_sim no)
+ (at 39.37 177.8 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ (uuid "4d8a80be-1e6c-4264-89d7-1ee186badc40")
+ )
+ (text "VOUT = 0.6V x (1 + 190k/10k) = 12.06V"
+ (exclude_from_sim no)
+ (at 39.37 181.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ (uuid "79fe3ce4-63a2-4017-8868-2bc685b74d2d")
+ )
+ (symbol
+ (lib_id "TPS61088:TPS61088")
+ (at 80.01 140.97 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "77fd6d0c-77da-49b8-9916-4da3860bd54b")
+ (property "Reference" "U1"
+ (at 82.55000000000001 138.43 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "TPS61088"
+ (at 82.55000000000001 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "87b503ce-2396-426a-9216-538498187a7d")
+ )
+ (pin "3"
+ (uuid "f5ffc565-09cb-4555-9441-fcccf792430b")
+ )
+ (pin "4"
+ (uuid "4292e8d1-5546-412f-ad9d-385fdd31b896")
+ )
+ (pin "5"
+ (uuid "26535668-3f13-47ec-80f1-f44348d2cac7")
+ )
+ (pin "6"
+ (uuid "81511554-62e3-454f-a9ad-a0308ee74926")
+ )
+ (pin "7"
+ (uuid "638e448e-105a-40c4-a6df-fdb8d0dc2194")
+ )
+ (pin "8"
+ (uuid "a04ce539-5ff8-431e-97e9-34cb22bb50e9")
+ )
+ (pin "9"
+ (uuid "7ed6e0af-137d-4415-8606-6b2479d62984")
+ )
+ (pin "11"
+ (uuid "f215e89f-30e0-4a61-9cc3-baf0329dd61c")
+ )
+ (pin "12"
+ (uuid "0f953388-cba2-4ca7-ba8d-1e80c7522581")
+ )
+ (pin "15"
+ (uuid "4408ec7b-3290-46f9-98f0-5353f0ee2db4")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "U1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 39.37 125.73 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "40c1906d-e9dc-4943-8c39-3d224dd9feec")
+ (property "Reference" "#PWR31"
+ (at 39.37 123.19 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 39.37 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7f9ea379-ead2-4d38-b17b-4d353549f18e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR31")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 44.45 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "3365a2de-a62c-42e7-a4c1-cb06a75ba627")
+ (property "Reference" "C4"
+ (at 46.99 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 46.99 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "4e561a80-103a-41e5-979a-b5838ec8fc21")
+ )
+ (pin "2"
+ (uuid "a3849c5b-d8b2-488f-9429-850ca29020d2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 44.45 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "77453e3b-dbb7-407b-8062-f276983f81c6")
+ (property "Reference" "#PWR32"
+ (at 44.45 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 44.45 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "38688903-a80a-4b2d-8b3d-15fdb6eb3ac5")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR32")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 52.07 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "dedfb9b7-ef6c-47ee-a72c-e6ad1a6aecc6")
+ (property "Reference" "C5"
+ (at 54.61 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 54.61 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "67c65f86-59f0-4b2b-aba9-37c414e8706b")
+ )
+ (pin "2"
+ (uuid "96d1d1df-cfb8-4607-bc71-55908696f3f3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C5")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 52.07 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c17641f1-e16d-4354-8554-f920e5cf331f")
+ (property "Reference" "#PWR33"
+ (at 52.07 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 52.07 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "98adb804-17b7-4818-80e5-ad1f0747dc81")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR33")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 59.69 147.32 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "f9f5872d-1113-4490-b7ad-2a3ee3c56940")
+ (property "Reference" "C6"
+ (at 62.23 144.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22nF"
+ (at 62.23 149.85999999999999 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "4644902d-29b9-4890-8f05-7419f8fa3d8d")
+ )
+ (pin "2"
+ (uuid "84475b8d-71df-4c3d-a20a-7ae013d41693")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C6")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 59.69 153.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "e1f89ee7-2b44-409f-aa28-b293ec7b2fa0")
+ (property "Reference" "#PWR34"
+ (at 59.69 151.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 59.69 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "006a52c2-bc30-4ccb-8470-8415d747ecab")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR34")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 52.07 152.4 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "f823fc3e-ccfa-4cba-a1f2-c3b7e0a743df")
+ (property "Reference" "R3"
+ (at 54.61 149.86 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "30.1k"
+ (at 54.61 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "32cbf097-9b9b-49fe-8a5e-8e4d5a7870f4")
+ )
+ (pin "2"
+ (uuid "0f29abe6-c319-4b37-9986-8ce393c586d1")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 52.07 162.56 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "b283f265-9263-408f-9314-3eb3ea22101c")
+ (property "Reference" "C8"
+ (at 54.61 160.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "47pF"
+ (at 54.61 165.1 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e6a8bf31-8f54-45dd-b91b-7ccec8855d9b")
+ )
+ (pin "2"
+ (uuid "724f7d32-af0d-4eff-8c1c-f53e504995d8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C8")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 52.07 168.91 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "2a002177-abb9-4b18-84de-5f430a24e99e")
+ (property "Reference" "#PWR35"
+ (at 52.07 166.37 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 52.07 172.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "18771f2b-63a1-43cd-a2fd-d76dfaec3400")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR35")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 161.29000000000002 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "002cd123-d6bd-4ec3-8a52-f5391b45936a")
+ (property "Reference" "#PWR36"
+ (at 80.01 158.75000000000003 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 165.10000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c4e42a9e-5b83-46d7-a6b4-5926ab84b4f1")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR36")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:L")
+ (at 102.87 130.81 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "a3a6ac52-b676-4aa8-9d12-80bb024fb44f")
+ (property "Reference" "L1"
+ (at 105.41000000000001 128.27 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "2.2uH"
+ (at 105.41000000000001 133.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "95ed148e-a19b-45f5-a2b4-2ccaf393db57")
+ )
+ (pin "2"
+ (uuid "f339ce89-d4ec-4c20-a2cd-8cbf43de6d6d")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "L1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 97.79 134.62 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "f6c89c76-83ab-4d29-9e62-d5a0f3b21dca")
+ (property "Reference" "C9"
+ (at 100.33000000000001 132.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 100.33000000000001 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "3234f336-67c5-4bf4-afa6-b1a061303c95")
+ )
+ (pin "2"
+ (uuid "0930fa26-ac12-4507-8cf7-23cf2957f026")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C9")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 120.65 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "85ff54e5-4f6e-4226-878d-547f57324776")
+ (property "Reference" "C10"
+ (at 123.19000000000001 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 123.19000000000001 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d531ae68-f872-4fbf-a079-89e93f7b14fe")
+ )
+ (pin "2"
+ (uuid "b8ed9cf4-2850-444d-9b8d-6f19b9c5f1de")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 120.65 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "743ff91b-9715-4451-a5ac-b8e6bb98098b")
+ (property "Reference" "#PWR37"
+ (at 120.65 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 120.65 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc4c4120-a179-499e-8e20-074bc42be7f3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR37")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 128.27 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "0b2d19f6-f2d3-43ab-934e-dc28b8323a99")
+ (property "Reference" "C11"
+ (at 130.81 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 130.81 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "80b96c38-0ff8-490b-ada3-0136d2cc9848")
+ )
+ (pin "2"
+ (uuid "6a1fd329-82ca-4e55-a269-84b7d3ebfa0c")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C11")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 128.27 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "43d00ae1-be9a-4639-91a0-18cf5826bfe7")
+ (property "Reference" "#PWR38"
+ (at 128.27 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 128.27 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "51693e2c-7e50-4bc1-b441-9f887f7d2f73")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR38")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 128.27 125.73 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7be9719b-38bb-4f9f-bb79-ccffa000e245")
+ (property "Reference" "#PWR39"
+ (at 128.27 123.19 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 128.27 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "74208c3e-7767-422e-9982-bfaeb5addd53")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR39")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 115.57 147.32 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "0ae92c8f-d4cc-4c0a-a7a6-d7d55524bbcb")
+ (property "Reference" "R4"
+ (at 118.11 144.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "190k"
+ (at 118.11 149.85999999999999 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "a99750bf-efb0-4378-929a-d0879ad68c57")
+ )
+ (pin "2"
+ (uuid "d4a11cca-085b-47b0-a675-a9b31258235e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 115.57 157.48 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "a2155bea-02cc-4779-9aef-05f48f10b14e")
+ (property "Reference" "R5"
+ (at 118.11 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "10k"
+ (at 118.11 160.01999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "95ae61d8-776c-4018-ba84-76d57d0c2468")
+ )
+ (pin "2"
+ (uuid "f90af0d9-7699-449b-adfa-00be1f09f8ce")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R5")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 163.82999999999998 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c32b3fcd-d026-45c6-afc7-56a5186abf3a")
+ (property "Reference" "#PWR40"
+ (at 115.57 161.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 115.57 167.64 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bc07df4b-96c7-4b14-940a-5802fd3bede2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR40")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (sheet_instances
+ (path "/"
+ (page "1")
+ )
+ )
+ (embedded_fonts no)
+)
diff --git a/firstpcb_nolib.kicad_sch b/firstpcb_nolib.kicad_sch
new file mode 100644
index 0000000..9df94bb
--- /dev/null
+++ b/firstpcb_nolib.kicad_sch
@@ -0,0 +1,6817 @@
+(kicad_sch
+ (version 20250114)
+ (generator "eeschema")
+ (generator_version "9.0")
+ (uuid "4ce690e5-6d5b-4693-bd2e-f4090f26df1f")
+ (paper "A4")
+ (lib_symbols
+ (symbol "A1-KnockOffs:ESP-WROOM-32"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "ESP32-WROOM1"
+ (at 7.112 20.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP-WROOM-32"
+ (at 6.858 18.034 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "RF_Module:ESP32-C3-DevKitM-1"
+ (at 0 -25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 0 -30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 0 -27.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "riscv wifi bluetooth ble"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "*ESP32?C3?DevKitM?1*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ESP-WROOM-32_1_1"
+ (rectangle
+ (start -12.7 15.24)
+ (end 12.7 -22.86)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 12.7 0)
+ (length 2.54)
+ (name "EN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 10.16 0)
+ (length 2.54)
+ (name "VP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 7.62 0)
+ (length 2.54)
+ (name "VN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 5.08 0)
+ (length 2.54)
+ (name "D34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH1" passive line)
+ (alternate "XTAL_32K_N" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 2.54 0)
+ (length 2.54)
+ (name "D35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "FSPIQ" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 0 0)
+ (length 2.54)
+ (name "D33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH3" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -2.54 0)
+ (length 2.54)
+ (name "D32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -5.08 0)
+ (length 2.54)
+ (name "D25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO20" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -7.62 0)
+ (length 2.54)
+ (name "D26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO21" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -10.16 0)
+ (length 2.54)
+ (name "D27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -12.7 0)
+ (length 2.54)
+ (name "D14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -15.24 0)
+ (length 2.54)
+ (name "D12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -17.78 0)
+ (length 2.54)
+ (name "D13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin power_in line
+ (at -5.08 17.78 270)
+ (length 2.54)
+ (name "VIN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -25.4 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_out line
+ (at 3.81 17.78 270)
+ (length 2.54)
+ (name "3V3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "D23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "30"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "D22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "29"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "TX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "RX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC2_CH0" passive line)
+ (alternate "FSPIWP" passive line)
+ (alternate "MTDI" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "D21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICLK" passive line)
+ (alternate "MTCK" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "D19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPID" passive line)
+ (alternate "MTDO" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "D18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "D5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "D17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICS0" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "D16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D-" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "D4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "D2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "D15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (hide yes)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector:Screw_Terminal_01x03"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Screw_Terminal_01x03"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "screw terminal"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "TerminalBlock*:*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Screw_Terminal_01x03_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 2.8702) (xy 0.3302 2.032)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 0.3302) (xy 0.3302 -0.508)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 -2.2098) (xy 0.3302 -3.048)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 3.048) (xy 0.508 2.2098)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 0.508) (xy 0.508 -0.3302)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 -2.032) (xy 0.508 -2.8702)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 0)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 -2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector_Generic_MountingPin:Conn_01x04_MountingPin"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "StepperConnection1"
+ (at 2.54 -0.3555 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 2.54 -2.8955 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??-1MP*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x04_MountingPin_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -6.35)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "C_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_0_1"
+ (polyline
+ (pts
+ (xy -2.032 0.762) (xy 2.032 0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -2.032 -0.762) (xy 2.032 -0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "C_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C_Polarized"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C_Polarized"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "CP_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_Polarized_0_1"
+ (rectangle
+ (start -2.286 0.508)
+ (end 2.286 1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.778 2.286) (xy -0.762 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.794) (xy -1.27 1.778)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start 2.286 -0.508)
+ (end -2.286 -1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type outline)
+ )
+ )
+ )
+ (symbol "C_Polarized_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:R"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "R"
+ (at 2.032 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "R"
+ (at 0 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at -1.778 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "R res resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "R_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "R_0_1"
+ (rectangle
+ (start -1.016 -2.54)
+ (end 1.016 2.54)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "R_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Driver_Motor:Pololu_Breakout_A4988"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "A"
+ (at -2.54 19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at -2.54 16.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 6.985 -19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 2.54 -7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "Pololu Breakout Board Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Pololu*Breakout*15.2x20.3mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_0_1"
+ (rectangle
+ (start 10.16 -17.78)
+ (end -7.62 15.24)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_1_1"
+ (pin input line
+ (at -10.16 10.16 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 7.62 0)
+ (length 2.54)
+ (name "~{SLEEP}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 2.54 0)
+ (length 2.54)
+ (name "~{ENABLE}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 0 0)
+ (length 2.54)
+ (name "STEP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -2.54 0)
+ (length 2.54)
+ (name "DIR"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -7.62 0)
+ (length 2.54)
+ (name "MS1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -10.16 0)
+ (length 2.54)
+ (name "MS2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -12.7 0)
+ (length 2.54)
+ (name "MS3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 17.78 270)
+ (length 2.54)
+ (name "VDD"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 17.78 270)
+ (length 2.54)
+ (name "VMOT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 2.54 180)
+ (length 2.54)
+ (name "1B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 0 180)
+ (length 2.54)
+ (name "1A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -2.54 180)
+ (length 2.54)
+ (name "2A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -5.08 180)
+ (length 2.54)
+ (name "2B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Switch:SW_DPDT_x2"
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "SW"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "SW_DPDT_x2"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "switch dual-pole double-throw DPDT spdt ON-ON"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "SW*DPDT*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "SW_DPDT_x2_0_0"
+ (circle
+ (center -2.032 0)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 -2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_0_1"
+ (rectangle
+ (start -3.175 3.81)
+ (end 3.175 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.524 0.254) (xy 1.5748 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_1_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_2_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+12V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+12V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+12V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+12V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+3.3V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+3.3V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+3.3V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+3.3V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+5V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+5V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+5V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+5V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:GND"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -6.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "GND_0_1"
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "GND_1_1"
+ (pin power_in line
+ (at 0 0 270)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+
+ )
+ (junction
+ (at 80.01 39.37)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "0d07ffe3-cb5e-495c-a857-7ecc162b1858")
+ )
+ (junction
+ (at 97.79 31.75)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "18d26896-36f9-4e7d-8aa9-1913ec88126c")
+ )
+ (junction
+ (at 80.01 62.23)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a8c14d4c-caa5-43a9-96f9-69a0e91e9bbe")
+ )
+ (junction
+ (at 80.01 59.69)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "d6dc3ef2-bb81-4af6-a132-4fb33656eea5")
+ )
+ (wire
+ (pts
+ (xy 82.55 52.07) (xy 80.01 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0513fdc3-a875-4e56-ac3c-964188d3efdd")
+ )
+ (wire
+ (pts
+ (xy 26.67 107.95) (xy 26.67 105.41)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "05283047-1690-4768-b6e5-48f7fe8e13e9")
+ )
+ (wire
+ (pts
+ (xy 82.55 57.15) (xy 80.01 57.15)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "141339ba-ee91-4969-a907-29fc829697b5")
+ )
+ (wire
+ (pts
+ (xy 24.13 97.79) (xy 24.13 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2616d525-ac7e-4894-84c6-d5b26a11e5b1")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 106.68 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "29db1398-c83f-48c1-a358-ef81af30c42e")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 97.79 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2c93acde-6942-4f22-aa07-ff19f066d0a9")
+ )
+ (wire
+ (pts
+ (xy 97.79 69.85) (xy 97.79 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3701321e-fc1d-45aa-89bb-b7e914304829")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3937ba35-3a94-4f29-a8a4-09df18d51490")
+ )
+ (wire
+ (pts
+ (xy 105.41 46.99) (xy 107.95 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3ec8a2db-a3d4-4045-a963-ae8d3f6848ba")
+ )
+ (wire
+ (pts
+ (xy 134.62 31.75) (xy 139.7 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "43b13122-2ca9-414a-b7d2-2fa216640dd1")
+ )
+ (wire
+ (pts
+ (xy 115.57 31.75) (xy 114.3 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "471b7ebc-243d-438e-8824-d1a98cd6145c")
+ )
+ (wire
+ (pts
+ (xy 130.81 29.21) (xy 139.7 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4dcbf3be-c962-46f4-8211-7fb3facee9d9")
+ )
+ (wire
+ (pts
+ (xy 55.88 64.77) (xy 59.69 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "643c4b32-829d-4dc2-8754-d2630558fb98")
+ )
+ (wire
+ (pts
+ (xy 82.55 39.37) (xy 80.01 39.37)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6c528b49-3b46-48f6-9b59-6b6d82fec64b")
+ )
+ (wire
+ (pts
+ (xy 92.71 31.75) (xy 92.71 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "72e19cc6-44a7-4707-aa59-5258cc4cedc8")
+ )
+ (wire
+ (pts
+ (xy 105.41 54.61) (xy 107.95 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "76eaa470-54c8-41c0-bc11-f85bb1e9437d")
+ )
+ (wire
+ (pts
+ (xy 80.01 62.23) (xy 80.01 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7e075c08-216a-42ab-b4f6-b6d7bfe1d3c3")
+ )
+ (wire
+ (pts
+ (xy 105.41 49.53) (xy 107.95 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "806ac499-a615-4e1d-8214-d23ff230ea92")
+ )
+ (wire
+ (pts
+ (xy 80.01 57.15) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8a71beca-1fba-45ea-89a6-b59e0e4f5eaa")
+ )
+ (wire
+ (pts
+ (xy 105.41 52.07) (xy 107.95 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b80fab7-0b03-4c00-b1a4-f31aa6ea275f")
+ )
+ (wire
+ (pts
+ (xy 82.55 49.53) (xy 80.01 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "91c4d383-c359-4c9f-92fe-1242297b4537")
+ )
+ (wire
+ (pts
+ (xy 55.88 46.99) (xy 58.42 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a0ad8074-bc9a-4556-9e09-b60933c27c1f")
+ )
+ (wire
+ (pts
+ (xy 44.45 31.75) (xy 44.45 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a3f4a92a-944f-4240-b8af-11f9082e57cb")
+ )
+ (wire
+ (pts
+ (xy 40.64 74.93) (xy 40.64 77.47)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a59da3aa-6d1e-4882-8fc6-b6c69de9dd2a")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 36.83)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a7e4bbed-739c-4561-8de0-475706111de4")
+ )
+ (wire
+ (pts
+ (xy 82.55 46.99) (xy 80.01 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aaf986d5-7934-4971-b419-0e3066f6487c")
+ )
+ (wire
+ (pts
+ (xy 55.88 54.61) (xy 63.5 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ab3fcf7e-6683-4c7b-a060-15251d9c2e73")
+ )
+ (wire
+ (pts
+ (xy 55.88 62.23) (xy 66.04 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bb59469f-d490-4288-90aa-7c955698b9ff")
+ )
+ (wire
+ (pts
+ (xy 92.71 69.85) (xy 92.71 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c70b052a-b267-4c71-b113-953730e95354")
+ )
+ (wire
+ (pts
+ (xy 82.55 59.69) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cb0ef997-a54f-453d-88e1-a51490c1924d")
+ )
+ (wire
+ (pts
+ (xy 80.01 59.69) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d8398031-e45b-4c08-9306-8ff1c93e8acd")
+ )
+ (wire
+ (pts
+ (xy 55.88 49.53) (xy 58.42 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e5384d64-674b-4adf-8c75-c5dd2775c73d")
+ )
+ (wire
+ (pts
+ (xy 82.55 62.23) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e987a818-2f74-4278-b31b-04e4fcc8cce1")
+ )
+ (wire
+ (pts
+ (xy 134.62 34.29) (xy 139.7 34.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ea026009-79e0-49cd-a022-5d7646a3aeff")
+ )
+ (wire
+ (pts
+ (xy 55.88 52.07) (xy 58.42 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ebbc3227-6496-4cfc-aab8-20886ef784ce")
+ )
+ (wire
+ (pts
+ (xy 82.55 41.91) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ed1f242c-0611-4d1c-b894-6f349f334b9b")
+ )
+ (wire
+ (pts
+ (xy 35.56 31.75) (xy 35.56 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f035e19f-229f-4b95-96ca-3f34e31b8ed1")
+ )
+ (wire
+ (pts
+ (xy 29.21 97.79) (xy 29.21 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "fa00d60c-2fbf-49f7-a096-7d4adc103bfb")
+ )
+ (label "MOTOR_EN"
+ (at 58.42 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "17273698-3308-4de5-b0fa-c91f9ca24101")
+ )
+ (label "STEP"
+ (at 58.42 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3543e119-dcef-4204-af5c-1189c8644ab0")
+ )
+ (label "MOTOR_CTRL"
+ (at 130.81 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3e2c2225-12b4-4518-86e3-28cc4a810d64")
+ )
+ (label "DIR"
+ (at 80.01 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "63cad5c9-37ce-4d67-9666-5cfa87b2f968")
+ )
+ (label "DIR"
+ (at 58.42 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "92001af4-7547-4bfc-8874-fe2c7c3a8271")
+ )
+ (label "STEP"
+ (at 80.01 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "9f9ee59e-7b33-4201-ab16-1db4a3da61b0")
+ )
+ (label "LIM_A"
+ (at 29.21 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "b82afb1a-86dd-4031-b302-7022c5968ed0")
+ )
+ (label "MOTOR_CTRL"
+ (at 59.69 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ce9f8a66-8de8-4503-b8e7-aaccf561af92")
+ )
+ (label "LIM_C"
+ (at 58.42 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d6d743b4-4ce1-452c-8f77-17ea5a14cd02")
+ )
+ (label "LIM_C"
+ (at 24.13 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d93d7ab4-4472-4199-b317-308398df805a")
+ )
+ (label "MOTOR_EN"
+ (at 80.01 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ec333a37-011e-4656-8502-087894fbd0b3")
+ )
+ (label "LIM_A"
+ (at 58.42 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ed9bb322-db83-47aa-932a-e64c65b639d1")
+ )
+ (symbol
+ (lib_id "A1-KnockOffs:ESP-WROOM-32")
+ (at 40.64 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "030ea4ac-e769-48f5-87ec-27c7f04f42cd")
+ (property "Reference" "ESP32-WROOM1"
+ (at 46.5933 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP32-C3-DevKitM-1"
+ (at 46.5933 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Library:ESP32-WROOM-SAVED"
+ (at 40.64 74.93 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 40.64 80.01 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "27"
+ (uuid "1886e298-d0a5-4982-93d3-c452e0adfeb1")
+ )
+ (pin "17"
+ (uuid "5b6983aa-adcc-496f-a3bb-afe98ea70d12")
+ )
+ (pin "11"
+ (uuid "2741766b-1c35-4b3d-a981-29c6bce7dd15")
+ )
+ (pin "9"
+ (uuid "80a8277c-ff0a-4203-a090-1ae1e4fd8e41")
+ )
+ (pin "10"
+ (uuid "50f2e9a6-8c50-4ab3-bbc1-4127dc639b5c")
+ )
+ (pin "25"
+ (uuid "dfa8d8bb-54e3-4677-b726-79103fd77f11")
+ )
+ (pin "21"
+ (uuid "609d147e-abba-410f-8842-674397fadf31")
+ )
+ (pin "20"
+ (uuid "a9607447-0bbb-49f5-9ccc-c986bf96ff0a")
+ )
+ (pin "12"
+ (uuid "618de8f5-b7da-4b8d-b611-46ac2fc8c782")
+ )
+ (pin "16"
+ (uuid "e56abef1-1bbb-4692-8d03-3883962207f0")
+ )
+ (pin "4"
+ (uuid "1005809a-2f6b-407d-9396-189971ee8f83")
+ )
+ (pin "2"
+ (uuid "9aeb8bd8-5827-4b49-80ce-28eda1d360ab")
+ )
+ (pin "7"
+ (uuid "02a6b2a5-a5c8-4af2-82c7-d78060014362")
+ )
+ (pin "29"
+ (uuid "bc86adee-04f4-45e1-8e0f-23c44c505e0d")
+ )
+ (pin "23"
+ (uuid "2590a505-bf75-4243-98b4-804a7cb1cb59")
+ )
+ (pin "5"
+ (uuid "a32696a8-177b-430c-b57f-5ee7322ddfb0")
+ )
+ (pin "18"
+ (uuid "3248c1c1-2f1b-487f-a1d1-d36a08e27622")
+ )
+ (pin "26"
+ (uuid "fe70cb8d-c4d4-452b-82ab-e32564202e13")
+ )
+ (pin "22"
+ (uuid "d6b90430-3092-4a2f-b1cb-2fe7c2ef6a73")
+ )
+ (pin "1"
+ (uuid "921bbb6f-ebf0-4810-8466-7b6525c03d48")
+ )
+ (pin "14"
+ (uuid "a304a438-f2a5-4d82-870d-745acdb2415e")
+ )
+ (pin "30"
+ (uuid "56d1552b-9989-44dc-9218-7bae7ccbfdd4")
+ )
+ (pin "28"
+ (uuid "9aca69a8-783f-423c-9250-f424b0c240b8")
+ )
+ (pin "3"
+ (uuid "cdca96b5-cd92-43ae-8143-0bcef9065f1d")
+ )
+ (pin "6"
+ (uuid "508f6194-df62-41b6-9e82-1c87a77f1f1e")
+ )
+ (pin "24"
+ (uuid "a5b0f187-f59c-4b24-a2a9-52d33ea06083")
+ )
+ (pin "15"
+ (uuid "7306d570-0586-4987-bf17-b2cb5188adfd")
+ )
+ (pin "13"
+ (uuid "74a31dd9-c3eb-4ad8-892f-bc49896e417e")
+ )
+ (pin "8"
+ (uuid "6c02d4fe-88c7-44d0-a8e5-3b9aa807b350")
+ )
+ (pin "19"
+ (uuid "a27900c6-5211-49e8-b7fd-d4e95e24b76e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "ESP32-WROOM1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Driver_Motor:Pololu_Breakout_A4988")
+ (at 92.71 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "175eb07c-5a07-43b1-bfca-6c528aa82c29")
+ (property "Reference" "A4988"
+ (at 99.9333 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at 99.93 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 99.695 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 95.25 57.15 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 92.71 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "13"
+ (uuid "9d76c203-e688-4478-ac42-3ba07fcbbe66")
+ )
+ (pin "14"
+ (uuid "7055132f-ae90-4cfe-b920-4fcdb15ce9c8")
+ )
+ (pin "15"
+ (uuid "d7de985f-9ebf-42bf-997d-4f5ad300fd65")
+ )
+ (pin "9"
+ (uuid "f5cb3461-0664-40e0-9b35-46868cb81fa8")
+ )
+ (pin "11"
+ (uuid "d1d909c0-91d0-42d7-8a95-db6def5aadba")
+ )
+ (pin "16"
+ (uuid "865aefe7-aab9-4461-a644-11d766a2c957")
+ )
+ (pin "10"
+ (uuid "6c99746a-c629-4517-8210-fdfad8e597fe")
+ )
+ (pin "12"
+ (uuid "7524aa35-c33e-4c5c-8d86-e8eb10403f80")
+ )
+ (pin "5"
+ (uuid "9c464e62-304f-426c-8b0c-5e5c31cd9d4c")
+ )
+ (pin "4"
+ (uuid "2d103bfc-d13e-4a92-b272-e8d4a0b703e0")
+ )
+ (pin "3"
+ (uuid "ecdbda6c-96d5-409e-b5e2-7983eb316008")
+ )
+ (pin "7"
+ (uuid "2aac52e7-dc58-48c4-afdc-5586331c8ebf")
+ )
+ (pin "8"
+ (uuid "57e708a8-da8f-49e7-90f6-d3ef58536201")
+ )
+ (pin "1"
+ (uuid "8966f709-7f88-4aa4-ac16-c20408943c97")
+ )
+ (pin "2"
+ (uuid "b49c3f94-735e-4357-8175-c8ff1067dcc5")
+ )
+ (pin "6"
+ (uuid "afeecca7-99dd-4eb8-9223-05bee5c3a52a")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "A4988")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 134.62 31.75 270)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "1c152c4e-5826-4b88-87a2-766c8d5d9ef3")
+ (property "Reference" "#PWR13"
+ (at 130.81 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 130.81 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "f26e4404-5f2f-4283-a80c-3361b62a2cad")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR13")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 67.31 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1c27537a-aed0-4a70-9717-74885b75d76f")
+ (property "Reference" "R1"
+ (at 67.31 57.09 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 67.31 54.61 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 67.31 56.388 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1d9e5f82-493c-40cf-a87f-194efe34c5d3")
+ )
+ (pin "2"
+ (uuid "99a3ec10-2d8c-4c1b-8c43-42e6fbd83209")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 92.71 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1ee6b89f-5e54-4488-8335-dd091251b625")
+ (property "Reference" "#PWR02"
+ (at 92.71 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 89.13 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e65330b2-bf89-4746-b4af-87e724730192")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR02")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 92.71 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "23041610-1d75-4946-8bb7-5a959aab4be2")
+ (property "Reference" "#PWR09"
+ (at 92.71 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 92.71 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0337aec1-e54d-42c1-b8e2-f27a74876468")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR09")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 97.79 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "26997096-83d3-458b-bcca-eff6a3106e5d")
+ (property "Reference" "#PWR06"
+ (at 97.79 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 97.79 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5388d1a4-fc57-4b2c-b00c-1d69b73e6cb3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR06")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Switch:SW_DPDT_x2")
+ (at 26.67 102.87 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
+ (property "Reference" "SW1"
+ (at 31.75 101.5999 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Limit Switch"
+ (at 31.75 104.1399 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "5"
+ (uuid "391b4c6a-cc9b-4c8f-a568-77a9bcb9da4a")
+ )
+ (pin "6"
+ (uuid "8de65841-6433-4135-af65-e0063dea65eb")
+ )
+ (pin "1"
+ (uuid "412c9b78-f671-4e40-84d0-619f100c7941")
+ )
+ (pin "4"
+ (uuid "b62bab6d-d6cc-4021-af37-e8e549a4d7d6")
+ )
+ (pin "2"
+ (uuid "ed5d5e2d-3f18-4248-8ad0-ae41369a7f25")
+ )
+ (pin "3"
+ (uuid "17426441-ff96-4a6c-933a-fa4a225b9779")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "SW1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 35.56 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "5f7f2c75-7310-455b-8ec5-288a324e54c9")
+ (property "Reference" "#PWR05"
+ (at 35.56 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 35.56 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0be13e4b-9809-41d1-a995-ccd0f826ad66")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR05")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 134.62 34.29 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7d4e3e96-166c-4268-97dd-808b6572f461")
+ (property "Reference" "#PWR07"
+ (at 130.81 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 130.81 34.2899 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1e2b75b3-bc67-4345-bb5c-e7615209180e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR07")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 69.85 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7efd1369-ce97-45d6-b694-299fe069a256")
+ (property "Reference" "R2"
+ (at 69.342 65.024 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 70.104 62.23 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 69.85 64.008 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "52c665c0-0fad-4b00-89f1-e73c6731c43b")
+ )
+ (pin "2"
+ (uuid "c2f00111-cd40-429e-8c8b-f32d5fe6e535")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 26.67 105.41 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "850102d0-63e1-4288-b7d8-023127c32d0d")
+ (property "Reference" "#PWR04"
+ (at 26.67 101.6 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 26.67 108.458 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7e8a0125-2907-4694-b179-5b2234e7edc3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR04")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 73.66 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a0e4f62c-9606-4e73-b7b1-cda019fdf67f")
+ (property "Reference" "#PWR22"
+ (at 77.47 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 78.74 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "68d2f53c-b8f3-48dd-a38a-14fb241aa594")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR22")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 80.01 36.83 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a3f18bec-1b3c-42a5-9e24-db1827259157")
+ (property "Reference" "#PWR03"
+ (at 80.01 33.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 80.01 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d1ed6976-865f-48f4-ae1e-fde3834b9ccc")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR03")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 71.12 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "be62570e-b0fb-459b-a386-3ce0e9e32dc5")
+ (property "Reference" "#PWR21"
+ (at 74.93 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 72.79 52.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "576fab82-b274-4f64-8a22-c09bab5d32b2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR21")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 44.45 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "c9fe1813-99b6-47c4-9f19-d593706fac0a")
+ (property "Reference" "#PWR01"
+ (at 44.45 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 44.45 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bbe9f586-c8a4-44ba-8af8-d72be6d3dbeb")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR01")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 64.77 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "cfd1ee74-cb50-4a44-9257-f2c09f567ae3")
+ (property "Reference" "#PWR12"
+ (at 80.01 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b65f6faf-b065-4d95-a53a-dadb3577b136")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR12")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C_Polarized")
+ (at 110.49 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "db07aea6-82fd-4feb-9821-e1c591adcae0")
+ (property "Reference" "C3"
+ (at 109.728 30.734 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100uF"
+ (at 113.538 34.798 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm"
+ (at 114.3 30.7848 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c9259394-4c3a-4c42-80cd-681f27ff50e0")
+ )
+ (pin "2"
+ (uuid "b862278a-eb05-464c-804c-a594464f56f8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Screw_Terminal_01x03")
+ (at 144.78 31.75 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e78d687e-968c-4e90-bcfe-d9463c0a748b")
+ (property "Reference" "MotorPower1"
+ (at 147.32 30.4799 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x03"
+ (at 147.32 33.0199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "a20edff0-b63a-42b1-add7-13c1640d223d")
+ )
+ (pin "1"
+ (uuid "1608b249-ebbd-4a30-8b56-2054e6a1e13a")
+ )
+ (pin "3"
+ (uuid "8ba662d4-6d73-4e55-ad53-e8822970dead")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "MotorPower1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 40.64 77.47 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e79afa10-979a-4a28-973d-81a248ae7c9d")
+ (property "Reference" "#PWR08"
+ (at 40.64 81.28 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 40.64 82.55 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d3b8adf3-280f-4346-8325-9463e0460f16")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR08")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e96a8365-1e41-401b-a4a0-8a214732ec25")
+ (property "Reference" "#PWR23"
+ (at 119.38 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 119.38 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc1bef69-07ed-486a-9e3d-9f0c286fb1c3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR23")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic_MountingPin:Conn_01x04_MountingPin")
+ (at 113.03 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
+ (property "Reference" "StepperConnection1"
+ (at 115.57 49.8855 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 115.57 52.4255 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "4"
+ (uuid "72b7e49c-9a41-4438-8df9-db24cff815d6")
+ )
+ (pin "3"
+ (uuid "d560a2b0-a76d-45d8-a330-b4ab729b22b2")
+ )
+ (pin "2"
+ (uuid "20b525a7-167e-46a5-bd80-5fe33775f790")
+ )
+ (pin "1"
+ (uuid "4d0a0af0-cc24-4b52-8ed7-e5ec3a7aa387")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "StepperConnection1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 97.79 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "f3c96f84-3c23-4063-9492-4d6853f9e527")
+ (property "Reference" "#PWR10"
+ (at 97.79 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 97.79 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c0012a28-8a70-44e9-8dd4-9937db963a0b")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (junction
+ (at 80.01 161.29000000000002)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "48efbf29-60fd-477a-9938-d5b3ebe1f3cc")
+ )
+ (junction
+ (at 97.79 130.81)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "9cb6e9bc-c852-4c56-a51f-567fe543c22d")
+ )
+ (junction
+ (at 128.27 130.81)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "f5d287f1-d9ed-410d-a892-513ba601631e")
+ )
+ (junction
+ (at 115.57 140.97)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "d801b68f-83c9-4f87-9fbb-4464b8a32d24")
+ )
+ (junction
+ (at 115.57 151.13)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "4954b1ed-1e0e-4532-aed5-7fe10d9071cc")
+ )
+ (no_connect
+ (at 92.71000000000001 146.05)
+ (uuid "864f36de-2690-4a41-8896-1b4094ede1e9")
+ )
+ (wire
+ (pts
+ (xy 39.37 125.73) (xy 39.37 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bb938523-b4fc-4705-90cf-bc6c2a3cbee7")
+ )
+ (wire
+ (pts
+ (xy 39.37 130.81) (xy 44.45 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3e84f79c-5eda-4291-8443-11fc5f25a8da")
+ )
+ (wire
+ (pts
+ (xy 44.45 130.81) (xy 52.07 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b9c46c14-6d92-4518-8f13-69e2904dfa60")
+ )
+ (wire
+ (pts
+ (xy 52.07 130.81) (xy 59.69 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3139f85b-2863-4fa6-93bb-a0c3e6946082")
+ )
+ (wire
+ (pts
+ (xy 59.69 130.81) (xy 67.31 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b76b9a14-582a-4c48-9dcb-0c45b4945601")
+ )
+ (wire
+ (pts
+ (xy 44.45 133.35) (xy 44.45 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0a0b71b6-299f-4b38-801f-699dcfba69f7")
+ )
+ (wire
+ (pts
+ (xy 44.45 140.97) (xy 44.45 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e2d1c66f-576e-438e-ae25-4b84540757ea")
+ )
+ (wire
+ (pts
+ (xy 52.07 133.35) (xy 52.07 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1f62ecf1-062d-459e-9c7a-559d4fde6bdb")
+ )
+ (wire
+ (pts
+ (xy 52.07 140.97) (xy 52.07 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a4b348e4-40d1-414f-be24-994b35e0447b")
+ )
+ (wire
+ (pts
+ (xy 67.31 135.89) (xy 59.69 135.89)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ad6537ae-d871-4efb-b201-6214f0fd25bb")
+ )
+ (wire
+ (pts
+ (xy 59.69 135.89) (xy 59.69 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a82b7c22-58ad-4d27-9ddd-4cbac8ae198b")
+ )
+ (wire
+ (pts
+ (xy 67.31 140.97) (xy 59.69 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2329aedc-6e57-4e14-b5ea-177f63733c83")
+ )
+ (wire
+ (pts
+ (xy 59.69 140.97) (xy 59.69 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c7420c5d-93dc-499a-83b4-08c50464fd7f")
+ )
+ (wire
+ (pts
+ (xy 59.69 151.13) (xy 59.69 153.67)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d153986e-8208-45e5-b686-79d63697380b")
+ )
+ (wire
+ (pts
+ (xy 67.31 146.05) (xy 52.07 146.05)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "42509ceb-5d25-4d26-905c-50b7b9628092")
+ )
+ (wire
+ (pts
+ (xy 52.07 146.05) (xy 52.07 148.59)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a72ccc80-11e0-4f15-8a7b-1881f21e5a7b")
+ )
+ (wire
+ (pts
+ (xy 52.07 156.21) (xy 52.07 158.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b04bc55c-911a-4a2f-921a-cf01d529f370")
+ )
+ (wire
+ (pts
+ (xy 52.07 166.37) (xy 52.07 168.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2ca95660-316f-4456-a9c1-bd444cd5b5d0")
+ )
+ (wire
+ (pts
+ (xy 80.01 156.21) (xy 80.01 161.29000000000002)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "594f9cf0-126e-437c-9e44-1a0fc410a4d0")
+ )
+ (wire
+ (pts
+ (xy 74.93 156.21) (xy 74.93 161.29000000000002)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3688f222-9d9a-4e0c-9623-9b908936bf62")
+ )
+ (wire
+ (pts
+ (xy 74.93 161.29000000000002) (xy 80.01 161.29000000000002)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f1f1e6c6-de0f-4050-8f9a-09fe48f9fd9d")
+ )
+ (wire
+ (pts
+ (xy 92.71000000000001 130.81) (xy 97.79 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "22eb0d6b-02ca-4f72-964f-650a1b36cc43")
+ )
+ (wire
+ (pts
+ (xy 97.79 130.81) (xy 99.06 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "81eaf8e2-6281-42ad-8f75-6e45b437977d")
+ )
+ (wire
+ (pts
+ (xy 97.79 138.43) (xy 92.71000000000001 135.89)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e9734df7-96df-49a2-8753-ae25a04da7f5")
+ )
+ (wire
+ (pts
+ (xy 106.68 130.81) (xy 115.57 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "46383540-a859-4422-aae9-6fd643999f01")
+ )
+ (wire
+ (pts
+ (xy 92.71000000000001 140.97) (xy 115.57 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3c9767ba-c180-4a38-b17a-591b0b3ebd77")
+ )
+ (wire
+ (pts
+ (xy 115.57 130.81) (xy 115.57 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e839230f-1b12-4826-8e62-52f37e61de11")
+ )
+ (wire
+ (pts
+ (xy 115.57 130.81) (xy 120.65 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "253399b4-7ccf-48a9-a967-d20bfc36d683")
+ )
+ (wire
+ (pts
+ (xy 120.65 130.81) (xy 128.27 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9ed35767-02fc-4f23-ac4e-b51982faf5bd")
+ )
+ (wire
+ (pts
+ (xy 120.65 133.35) (xy 120.65 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cdf319b9-dd89-4ca9-9e01-8a9ffe7b90c2")
+ )
+ (wire
+ (pts
+ (xy 120.65 140.97) (xy 120.65 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "742920d5-9dfb-4a01-ab5a-dc9449abced9")
+ )
+ (wire
+ (pts
+ (xy 128.27 133.35) (xy 128.27 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "19923f3d-6ad1-4e72-8004-ff392bf294b1")
+ )
+ (wire
+ (pts
+ (xy 128.27 140.97) (xy 128.27 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f9377d20-7230-41b8-942b-dd851a7e6e1e")
+ )
+ (wire
+ (pts
+ (xy 128.27 130.81) (xy 128.27 125.73)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "10ecd038-bcd6-4061-9d68-3cfa0872f266")
+ )
+ (wire
+ (pts
+ (xy 115.57 140.97) (xy 115.57 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "22c92e1f-54e5-4a60-9f03-893fd956bd4d")
+ )
+ (wire
+ (pts
+ (xy 115.57 151.13) (xy 115.57 153.67)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d12cd1e2-8388-4ef7-a18b-5b54f8a2e90a")
+ )
+ (wire
+ (pts
+ (xy 115.57 151.13) (xy 120.64999999999999 151.13)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "16ba1136-9de9-4b03-822f-7d134b56e1cd")
+ )
+ (wire
+ (pts
+ (xy 67.31 151.13) (xy 62.230000000000004 151.13)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "5ca22c3c-1349-482a-aabc-40f38de2d36b")
+ )
+ (wire
+ (pts
+ (xy 115.57 161.29) (xy 115.57 163.82999999999998)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "58069f87-4512-4175-a3db-aa7164d8476e")
+ )
+ (label "FB"
+ (at 120.64999999999999 151.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "cf4962f7-75b2-4ea0-b4bf-51f99b362f92")
+ )
+ (label "FB"
+ (at 62.230000000000004 151.13 180)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "b43dd2da-0188-47f8-8eb3-9527bfe4b4cb")
+ )
+ (text "TPS61088 Boost: 5V to 12V @ 2A"
+ (exclude_from_sim no)
+ (at 39.37 177.8 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ (uuid "4d8a80be-1e6c-4264-89d7-1ee186badc40")
+ )
+ (text "VOUT = 0.6V x (1 + 190k/10k) = 12.06V"
+ (exclude_from_sim no)
+ (at 39.37 181.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ (uuid "79fe3ce4-63a2-4017-8868-2bc685b74d2d")
+ )
+ (symbol
+ (lib_id "TPS61088:TPS61088")
+ (at 80.01 140.97 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "77fd6d0c-77da-49b8-9916-4da3860bd54b")
+ (property "Reference" "U1"
+ (at 82.55000000000001 138.43 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "TPS61088"
+ (at 82.55000000000001 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "87b503ce-2396-426a-9216-538498187a7d")
+ )
+ (pin "3"
+ (uuid "f5ffc565-09cb-4555-9441-fcccf792430b")
+ )
+ (pin "4"
+ (uuid "4292e8d1-5546-412f-ad9d-385fdd31b896")
+ )
+ (pin "5"
+ (uuid "26535668-3f13-47ec-80f1-f44348d2cac7")
+ )
+ (pin "6"
+ (uuid "81511554-62e3-454f-a9ad-a0308ee74926")
+ )
+ (pin "7"
+ (uuid "638e448e-105a-40c4-a6df-fdb8d0dc2194")
+ )
+ (pin "8"
+ (uuid "a04ce539-5ff8-431e-97e9-34cb22bb50e9")
+ )
+ (pin "9"
+ (uuid "7ed6e0af-137d-4415-8606-6b2479d62984")
+ )
+ (pin "11"
+ (uuid "f215e89f-30e0-4a61-9cc3-baf0329dd61c")
+ )
+ (pin "12"
+ (uuid "0f953388-cba2-4ca7-ba8d-1e80c7522581")
+ )
+ (pin "15"
+ (uuid "4408ec7b-3290-46f9-98f0-5353f0ee2db4")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "U1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 39.37 125.73 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "40c1906d-e9dc-4943-8c39-3d224dd9feec")
+ (property "Reference" "#PWR31"
+ (at 39.37 123.19 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 39.37 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7f9ea379-ead2-4d38-b17b-4d353549f18e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR31")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 44.45 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "3365a2de-a62c-42e7-a4c1-cb06a75ba627")
+ (property "Reference" "C4"
+ (at 46.99 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 46.99 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "4e561a80-103a-41e5-979a-b5838ec8fc21")
+ )
+ (pin "2"
+ (uuid "a3849c5b-d8b2-488f-9429-850ca29020d2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 44.45 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "77453e3b-dbb7-407b-8062-f276983f81c6")
+ (property "Reference" "#PWR32"
+ (at 44.45 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 44.45 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "38688903-a80a-4b2d-8b3d-15fdb6eb3ac5")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR32")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 52.07 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "dedfb9b7-ef6c-47ee-a72c-e6ad1a6aecc6")
+ (property "Reference" "C5"
+ (at 54.61 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 54.61 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "67c65f86-59f0-4b2b-aba9-37c414e8706b")
+ )
+ (pin "2"
+ (uuid "96d1d1df-cfb8-4607-bc71-55908696f3f3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C5")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 52.07 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c17641f1-e16d-4354-8554-f920e5cf331f")
+ (property "Reference" "#PWR33"
+ (at 52.07 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 52.07 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "98adb804-17b7-4818-80e5-ad1f0747dc81")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR33")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 59.69 147.32 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "f9f5872d-1113-4490-b7ad-2a3ee3c56940")
+ (property "Reference" "C6"
+ (at 62.23 144.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22nF"
+ (at 62.23 149.85999999999999 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "4644902d-29b9-4890-8f05-7419f8fa3d8d")
+ )
+ (pin "2"
+ (uuid "84475b8d-71df-4c3d-a20a-7ae013d41693")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C6")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 59.69 153.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "e1f89ee7-2b44-409f-aa28-b293ec7b2fa0")
+ (property "Reference" "#PWR34"
+ (at 59.69 151.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 59.69 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "006a52c2-bc30-4ccb-8470-8415d747ecab")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR34")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 52.07 152.4 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "f823fc3e-ccfa-4cba-a1f2-c3b7e0a743df")
+ (property "Reference" "R3"
+ (at 54.61 149.86 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "30.1k"
+ (at 54.61 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "32cbf097-9b9b-49fe-8a5e-8e4d5a7870f4")
+ )
+ (pin "2"
+ (uuid "0f29abe6-c319-4b37-9986-8ce393c586d1")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 52.07 162.56 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "b283f265-9263-408f-9314-3eb3ea22101c")
+ (property "Reference" "C8"
+ (at 54.61 160.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "47pF"
+ (at 54.61 165.1 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e6a8bf31-8f54-45dd-b91b-7ccec8855d9b")
+ )
+ (pin "2"
+ (uuid "724f7d32-af0d-4eff-8c1c-f53e504995d8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C8")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 52.07 168.91 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "2a002177-abb9-4b18-84de-5f430a24e99e")
+ (property "Reference" "#PWR35"
+ (at 52.07 166.37 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 52.07 172.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "18771f2b-63a1-43cd-a2fd-d76dfaec3400")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR35")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 161.29000000000002 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "002cd123-d6bd-4ec3-8a52-f5391b45936a")
+ (property "Reference" "#PWR36"
+ (at 80.01 158.75000000000003 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 165.10000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c4e42a9e-5b83-46d7-a6b4-5926ab84b4f1")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR36")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:L")
+ (at 102.87 130.81 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "a3a6ac52-b676-4aa8-9d12-80bb024fb44f")
+ (property "Reference" "L1"
+ (at 105.41000000000001 128.27 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "2.2uH"
+ (at 105.41000000000001 133.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "95ed148e-a19b-45f5-a2b4-2ccaf393db57")
+ )
+ (pin "2"
+ (uuid "f339ce89-d4ec-4c20-a2cd-8cbf43de6d6d")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "L1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 97.79 134.62 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "f6c89c76-83ab-4d29-9e62-d5a0f3b21dca")
+ (property "Reference" "C9"
+ (at 100.33000000000001 132.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 100.33000000000001 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "3234f336-67c5-4bf4-afa6-b1a061303c95")
+ )
+ (pin "2"
+ (uuid "0930fa26-ac12-4507-8cf7-23cf2957f026")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C9")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 120.65 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "85ff54e5-4f6e-4226-878d-547f57324776")
+ (property "Reference" "C10"
+ (at 123.19000000000001 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 123.19000000000001 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d531ae68-f872-4fbf-a079-89e93f7b14fe")
+ )
+ (pin "2"
+ (uuid "b8ed9cf4-2850-444d-9b8d-6f19b9c5f1de")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 120.65 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "743ff91b-9715-4451-a5ac-b8e6bb98098b")
+ (property "Reference" "#PWR37"
+ (at 120.65 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 120.65 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc4c4120-a179-499e-8e20-074bc42be7f3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR37")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 128.27 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "0b2d19f6-f2d3-43ab-934e-dc28b8323a99")
+ (property "Reference" "C11"
+ (at 130.81 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 130.81 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "80b96c38-0ff8-490b-ada3-0136d2cc9848")
+ )
+ (pin "2"
+ (uuid "6a1fd329-82ca-4e55-a269-84b7d3ebfa0c")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C11")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 128.27 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "43d00ae1-be9a-4639-91a0-18cf5826bfe7")
+ (property "Reference" "#PWR38"
+ (at 128.27 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 128.27 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "51693e2c-7e50-4bc1-b441-9f887f7d2f73")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR38")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 128.27 125.73 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7be9719b-38bb-4f9f-bb79-ccffa000e245")
+ (property "Reference" "#PWR39"
+ (at 128.27 123.19 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 128.27 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "74208c3e-7767-422e-9982-bfaeb5addd53")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR39")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 115.57 147.32 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "0ae92c8f-d4cc-4c0a-a7a6-d7d55524bbcb")
+ (property "Reference" "R4"
+ (at 118.11 144.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "190k"
+ (at 118.11 149.85999999999999 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "a99750bf-efb0-4378-929a-d0879ad68c57")
+ )
+ (pin "2"
+ (uuid "d4a11cca-085b-47b0-a675-a9b31258235e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 115.57 157.48 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "a2155bea-02cc-4779-9aef-05f48f10b14e")
+ (property "Reference" "R5"
+ (at 118.11 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "10k"
+ (at 118.11 160.01999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "95ae61d8-776c-4018-ba84-76d57d0c2468")
+ )
+ (pin "2"
+ (uuid "f90af0d9-7699-449b-adfa-00be1f09f8ce")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R5")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 163.82999999999998 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c32b3fcd-d026-45c6-afc7-56a5186abf3a")
+ (property "Reference" "#PWR40"
+ (at 115.57 161.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 115.57 167.64 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bc07df4b-96c7-4b14-940a-5802fd3bede2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR40")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (sheet_instances
+ (path "/"
+ (page "1")
+ )
+ )
+ (embedded_fonts no)
+)
diff --git a/firstpcb_pcbway.zip b/firstpcb_pcbway.zip
new file mode 100644
index 0000000..ca439d9
Binary files /dev/null and b/firstpcb_pcbway.zip differ
diff --git a/firstpcb_test-erc.rpt b/firstpcb_test-erc.rpt
new file mode 100644
index 0000000..7d6c79b
--- /dev/null
+++ b/firstpcb_test-erc.rpt
@@ -0,0 +1,86 @@
+ERC report (2026-04-20T17:40:53-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 27 Errors 23 Warnings 4
diff --git a/firstpcb_test.kicad_sch b/firstpcb_test.kicad_sch
new file mode 100644
index 0000000..cec1963
--- /dev/null
+++ b/firstpcb_test.kicad_sch
@@ -0,0 +1,4847 @@
+(kicad_sch
+ (version 20250114)
+ (generator "eeschema")
+ (generator_version "9.0")
+ (uuid "4ce690e5-6d5b-4693-bd2e-f4090f26df1f")
+ (paper "A4")
+ (lib_symbols
+ (symbol "A1-KnockOffs:ESP-WROOM-32"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "ESP32-WROOM1"
+ (at 7.112 20.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP-WROOM-32"
+ (at 6.858 18.034 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "RF_Module:ESP32-C3-DevKitM-1"
+ (at 0 -25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 0 -30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 0 -27.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "riscv wifi bluetooth ble"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "*ESP32?C3?DevKitM?1*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ESP-WROOM-32_1_1"
+ (rectangle
+ (start -12.7 15.24)
+ (end 12.7 -22.86)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 12.7 0)
+ (length 2.54)
+ (name "EN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 10.16 0)
+ (length 2.54)
+ (name "VP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 7.62 0)
+ (length 2.54)
+ (name "VN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 5.08 0)
+ (length 2.54)
+ (name "D34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH1" passive line)
+ (alternate "XTAL_32K_N" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 2.54 0)
+ (length 2.54)
+ (name "D35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "FSPIQ" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 0 0)
+ (length 2.54)
+ (name "D33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH3" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -2.54 0)
+ (length 2.54)
+ (name "D32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -5.08 0)
+ (length 2.54)
+ (name "D25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO20" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -7.62 0)
+ (length 2.54)
+ (name "D26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO21" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -10.16 0)
+ (length 2.54)
+ (name "D27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -12.7 0)
+ (length 2.54)
+ (name "D14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -15.24 0)
+ (length 2.54)
+ (name "D12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -17.78 0)
+ (length 2.54)
+ (name "D13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin power_in line
+ (at -5.08 17.78 270)
+ (length 2.54)
+ (name "VIN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -25.4 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_out line
+ (at 3.81 17.78 270)
+ (length 2.54)
+ (name "3V3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "D23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "30"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "D22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "29"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "TX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "RX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC2_CH0" passive line)
+ (alternate "FSPIWP" passive line)
+ (alternate "MTDI" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "D21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICLK" passive line)
+ (alternate "MTCK" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "D19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPID" passive line)
+ (alternate "MTDO" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "D18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "D5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "D17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICS0" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "D16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D-" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "D4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "D2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "D15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (hide yes)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector:Screw_Terminal_01x03"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Screw_Terminal_01x03"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "screw terminal"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "TerminalBlock*:*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Screw_Terminal_01x03_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 2.8702) (xy 0.3302 2.032)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 0.3302) (xy 0.3302 -0.508)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 -2.2098) (xy 0.3302 -3.048)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 3.048) (xy 0.508 2.2098)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 0.508) (xy 0.508 -0.3302)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 -2.032) (xy 0.508 -2.8702)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 0)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 -2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector_Generic_MountingPin:Conn_01x04_MountingPin"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "StepperConnection1"
+ (at 2.54 -0.3555 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 2.54 -2.8955 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??-1MP*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x04_MountingPin_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -6.35)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "C_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_0_1"
+ (polyline
+ (pts
+ (xy -2.032 0.762) (xy 2.032 0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -2.032 -0.762) (xy 2.032 -0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "C_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C_Polarized"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C_Polarized"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "CP_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_Polarized_0_1"
+ (rectangle
+ (start -2.286 0.508)
+ (end 2.286 1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.778 2.286) (xy -0.762 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.794) (xy -1.27 1.778)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start 2.286 -0.508)
+ (end -2.286 -1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type outline)
+ )
+ )
+ )
+ (symbol "C_Polarized_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:R"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "R"
+ (at 2.032 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "R"
+ (at 0 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at -1.778 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "R res resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "R_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "R_0_1"
+ (rectangle
+ (start -1.016 -2.54)
+ (end 1.016 2.54)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "R_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Driver_Motor:Pololu_Breakout_A4988"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "A"
+ (at -2.54 19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at -2.54 16.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 6.985 -19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 2.54 -7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "Pololu Breakout Board Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Pololu*Breakout*15.2x20.3mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_0_1"
+ (rectangle
+ (start 10.16 -17.78)
+ (end -7.62 15.24)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_1_1"
+ (pin input line
+ (at -10.16 10.16 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 7.62 0)
+ (length 2.54)
+ (name "~{SLEEP}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 2.54 0)
+ (length 2.54)
+ (name "~{ENABLE}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 0 0)
+ (length 2.54)
+ (name "STEP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -2.54 0)
+ (length 2.54)
+ (name "DIR"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -7.62 0)
+ (length 2.54)
+ (name "MS1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -10.16 0)
+ (length 2.54)
+ (name "MS2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -12.7 0)
+ (length 2.54)
+ (name "MS3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 17.78 270)
+ (length 2.54)
+ (name "VDD"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 17.78 270)
+ (length 2.54)
+ (name "VMOT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 2.54 180)
+ (length 2.54)
+ (name "1B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 0 180)
+ (length 2.54)
+ (name "1A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -2.54 180)
+ (length 2.54)
+ (name "2A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -5.08 180)
+ (length 2.54)
+ (name "2B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Switch:SW_DPDT_x2"
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "SW"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "SW_DPDT_x2"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "switch dual-pole double-throw DPDT spdt ON-ON"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "SW*DPDT*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "SW_DPDT_x2_0_0"
+ (circle
+ (center -2.032 0)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 -2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_0_1"
+ (rectangle
+ (start -3.175 3.81)
+ (end 3.175 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.524 0.254) (xy 1.5748 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_1_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_2_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+12V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+12V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+12V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+12V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+3.3V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+3.3V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+3.3V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+3.3V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+5V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+5V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+5V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+5V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:GND"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -6.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "GND_0_1"
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "GND_1_1"
+ (pin power_in line
+ (at 0 0 270)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ )
+ (junction
+ (at 80.01 39.37)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "0d07ffe3-cb5e-495c-a857-7ecc162b1858")
+ )
+ (junction
+ (at 97.79 31.75)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "18d26896-36f9-4e7d-8aa9-1913ec88126c")
+ )
+ (junction
+ (at 80.01 62.23)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a8c14d4c-caa5-43a9-96f9-69a0e91e9bbe")
+ )
+ (junction
+ (at 80.01 59.69)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "d6dc3ef2-bb81-4af6-a132-4fb33656eea5")
+ )
+ (wire
+ (pts
+ (xy 82.55 52.07) (xy 80.01 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0513fdc3-a875-4e56-ac3c-964188d3efdd")
+ )
+ (wire
+ (pts
+ (xy 26.67 107.95) (xy 26.67 105.41)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "05283047-1690-4768-b6e5-48f7fe8e13e9")
+ )
+ (wire
+ (pts
+ (xy 82.55 57.15) (xy 80.01 57.15)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "141339ba-ee91-4969-a907-29fc829697b5")
+ )
+ (wire
+ (pts
+ (xy 24.13 97.79) (xy 24.13 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2616d525-ac7e-4894-84c6-d5b26a11e5b1")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 106.68 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "29db1398-c83f-48c1-a358-ef81af30c42e")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 97.79 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2c93acde-6942-4f22-aa07-ff19f066d0a9")
+ )
+ (wire
+ (pts
+ (xy 97.79 69.85) (xy 97.79 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3701321e-fc1d-45aa-89bb-b7e914304829")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3937ba35-3a94-4f29-a8a4-09df18d51490")
+ )
+ (wire
+ (pts
+ (xy 105.41 46.99) (xy 107.95 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3ec8a2db-a3d4-4045-a963-ae8d3f6848ba")
+ )
+ (wire
+ (pts
+ (xy 134.62 31.75) (xy 139.7 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "43b13122-2ca9-414a-b7d2-2fa216640dd1")
+ )
+ (wire
+ (pts
+ (xy 115.57 31.75) (xy 114.3 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "471b7ebc-243d-438e-8824-d1a98cd6145c")
+ )
+ (wire
+ (pts
+ (xy 130.81 29.21) (xy 139.7 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4dcbf3be-c962-46f4-8211-7fb3facee9d9")
+ )
+ (wire
+ (pts
+ (xy 55.88 64.77) (xy 59.69 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "643c4b32-829d-4dc2-8754-d2630558fb98")
+ )
+ (wire
+ (pts
+ (xy 82.55 39.37) (xy 80.01 39.37)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6c528b49-3b46-48f6-9b59-6b6d82fec64b")
+ )
+ (wire
+ (pts
+ (xy 92.71 31.75) (xy 92.71 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "72e19cc6-44a7-4707-aa59-5258cc4cedc8")
+ )
+ (wire
+ (pts
+ (xy 105.41 54.61) (xy 107.95 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "76eaa470-54c8-41c0-bc11-f85bb1e9437d")
+ )
+ (wire
+ (pts
+ (xy 80.01 62.23) (xy 80.01 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7e075c08-216a-42ab-b4f6-b6d7bfe1d3c3")
+ )
+ (wire
+ (pts
+ (xy 105.41 49.53) (xy 107.95 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "806ac499-a615-4e1d-8214-d23ff230ea92")
+ )
+ (wire
+ (pts
+ (xy 80.01 57.15) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8a71beca-1fba-45ea-89a6-b59e0e4f5eaa")
+ )
+ (wire
+ (pts
+ (xy 105.41 52.07) (xy 107.95 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b80fab7-0b03-4c00-b1a4-f31aa6ea275f")
+ )
+ (wire
+ (pts
+ (xy 82.55 49.53) (xy 80.01 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "91c4d383-c359-4c9f-92fe-1242297b4537")
+ )
+ (wire
+ (pts
+ (xy 55.88 46.99) (xy 58.42 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a0ad8074-bc9a-4556-9e09-b60933c27c1f")
+ )
+ (wire
+ (pts
+ (xy 44.45 31.75) (xy 44.45 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a3f4a92a-944f-4240-b8af-11f9082e57cb")
+ )
+ (wire
+ (pts
+ (xy 40.64 74.93) (xy 40.64 77.47)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a59da3aa-6d1e-4882-8fc6-b6c69de9dd2a")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 36.83)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a7e4bbed-739c-4561-8de0-475706111de4")
+ )
+ (wire
+ (pts
+ (xy 82.55 46.99) (xy 80.01 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aaf986d5-7934-4971-b419-0e3066f6487c")
+ )
+ (wire
+ (pts
+ (xy 55.88 54.61) (xy 63.5 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ab3fcf7e-6683-4c7b-a060-15251d9c2e73")
+ )
+ (wire
+ (pts
+ (xy 55.88 62.23) (xy 66.04 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bb59469f-d490-4288-90aa-7c955698b9ff")
+ )
+ (wire
+ (pts
+ (xy 92.71 69.85) (xy 92.71 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c70b052a-b267-4c71-b113-953730e95354")
+ )
+ (wire
+ (pts
+ (xy 82.55 59.69) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cb0ef997-a54f-453d-88e1-a51490c1924d")
+ )
+ (wire
+ (pts
+ (xy 80.01 59.69) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d8398031-e45b-4c08-9306-8ff1c93e8acd")
+ )
+ (wire
+ (pts
+ (xy 55.88 49.53) (xy 58.42 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e5384d64-674b-4adf-8c75-c5dd2775c73d")
+ )
+ (wire
+ (pts
+ (xy 82.55 62.23) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e987a818-2f74-4278-b31b-04e4fcc8cce1")
+ )
+ (wire
+ (pts
+ (xy 134.62 34.29) (xy 139.7 34.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ea026009-79e0-49cd-a022-5d7646a3aeff")
+ )
+ (wire
+ (pts
+ (xy 55.88 52.07) (xy 58.42 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ebbc3227-6496-4cfc-aab8-20886ef784ce")
+ )
+ (wire
+ (pts
+ (xy 82.55 41.91) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ed1f242c-0611-4d1c-b894-6f349f334b9b")
+ )
+ (wire
+ (pts
+ (xy 35.56 31.75) (xy 35.56 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f035e19f-229f-4b95-96ca-3f34e31b8ed1")
+ )
+ (wire
+ (pts
+ (xy 29.21 97.79) (xy 29.21 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "fa00d60c-2fbf-49f7-a096-7d4adc103bfb")
+ )
+ (label "MOTOR_EN"
+ (at 58.42 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "17273698-3308-4de5-b0fa-c91f9ca24101")
+ )
+ (label "STEP"
+ (at 58.42 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3543e119-dcef-4204-af5c-1189c8644ab0")
+ )
+ (label "MOTOR_CTRL"
+ (at 130.81 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3e2c2225-12b4-4518-86e3-28cc4a810d64")
+ )
+ (label "DIR"
+ (at 80.01 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "63cad5c9-37ce-4d67-9666-5cfa87b2f968")
+ )
+ (label "DIR"
+ (at 58.42 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "92001af4-7547-4bfc-8874-fe2c7c3a8271")
+ )
+ (label "STEP"
+ (at 80.01 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "9f9ee59e-7b33-4201-ab16-1db4a3da61b0")
+ )
+ (label "LIM_A"
+ (at 29.21 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "b82afb1a-86dd-4031-b302-7022c5968ed0")
+ )
+ (label "MOTOR_CTRL"
+ (at 59.69 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ce9f8a66-8de8-4503-b8e7-aaccf561af92")
+ )
+ (label "LIM_C"
+ (at 58.42 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d6d743b4-4ce1-452c-8f77-17ea5a14cd02")
+ )
+ (label "LIM_C"
+ (at 24.13 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d93d7ab4-4472-4199-b317-308398df805a")
+ )
+ (label "MOTOR_EN"
+ (at 80.01 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ec333a37-011e-4656-8502-087894fbd0b3")
+ )
+ (label "LIM_A"
+ (at 58.42 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ed9bb322-db83-47aa-932a-e64c65b639d1")
+ )
+ (symbol
+ (lib_id "A1-KnockOffs:ESP-WROOM-32")
+ (at 40.64 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "030ea4ac-e769-48f5-87ec-27c7f04f42cd")
+ (property "Reference" "ESP32-WROOM1"
+ (at 46.5933 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP32-C3-DevKitM-1"
+ (at 46.5933 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Library:ESP32-WROOM-SAVED"
+ (at 40.64 74.93 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 40.64 80.01 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "27"
+ (uuid "1886e298-d0a5-4982-93d3-c452e0adfeb1")
+ )
+ (pin "17"
+ (uuid "5b6983aa-adcc-496f-a3bb-afe98ea70d12")
+ )
+ (pin "11"
+ (uuid "2741766b-1c35-4b3d-a981-29c6bce7dd15")
+ )
+ (pin "9"
+ (uuid "80a8277c-ff0a-4203-a090-1ae1e4fd8e41")
+ )
+ (pin "10"
+ (uuid "50f2e9a6-8c50-4ab3-bbc1-4127dc639b5c")
+ )
+ (pin "25"
+ (uuid "dfa8d8bb-54e3-4677-b726-79103fd77f11")
+ )
+ (pin "21"
+ (uuid "609d147e-abba-410f-8842-674397fadf31")
+ )
+ (pin "20"
+ (uuid "a9607447-0bbb-49f5-9ccc-c986bf96ff0a")
+ )
+ (pin "12"
+ (uuid "618de8f5-b7da-4b8d-b611-46ac2fc8c782")
+ )
+ (pin "16"
+ (uuid "e56abef1-1bbb-4692-8d03-3883962207f0")
+ )
+ (pin "4"
+ (uuid "1005809a-2f6b-407d-9396-189971ee8f83")
+ )
+ (pin "2"
+ (uuid "9aeb8bd8-5827-4b49-80ce-28eda1d360ab")
+ )
+ (pin "7"
+ (uuid "02a6b2a5-a5c8-4af2-82c7-d78060014362")
+ )
+ (pin "29"
+ (uuid "bc86adee-04f4-45e1-8e0f-23c44c505e0d")
+ )
+ (pin "23"
+ (uuid "2590a505-bf75-4243-98b4-804a7cb1cb59")
+ )
+ (pin "5"
+ (uuid "a32696a8-177b-430c-b57f-5ee7322ddfb0")
+ )
+ (pin "18"
+ (uuid "3248c1c1-2f1b-487f-a1d1-d36a08e27622")
+ )
+ (pin "26"
+ (uuid "fe70cb8d-c4d4-452b-82ab-e32564202e13")
+ )
+ (pin "22"
+ (uuid "d6b90430-3092-4a2f-b1cb-2fe7c2ef6a73")
+ )
+ (pin "1"
+ (uuid "921bbb6f-ebf0-4810-8466-7b6525c03d48")
+ )
+ (pin "14"
+ (uuid "a304a438-f2a5-4d82-870d-745acdb2415e")
+ )
+ (pin "30"
+ (uuid "56d1552b-9989-44dc-9218-7bae7ccbfdd4")
+ )
+ (pin "28"
+ (uuid "9aca69a8-783f-423c-9250-f424b0c240b8")
+ )
+ (pin "3"
+ (uuid "cdca96b5-cd92-43ae-8143-0bcef9065f1d")
+ )
+ (pin "6"
+ (uuid "508f6194-df62-41b6-9e82-1c87a77f1f1e")
+ )
+ (pin "24"
+ (uuid "a5b0f187-f59c-4b24-a2a9-52d33ea06083")
+ )
+ (pin "15"
+ (uuid "7306d570-0586-4987-bf17-b2cb5188adfd")
+ )
+ (pin "13"
+ (uuid "74a31dd9-c3eb-4ad8-892f-bc49896e417e")
+ )
+ (pin "8"
+ (uuid "6c02d4fe-88c7-44d0-a8e5-3b9aa807b350")
+ )
+ (pin "19"
+ (uuid "a27900c6-5211-49e8-b7fd-d4e95e24b76e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "ESP32-WROOM1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Driver_Motor:Pololu_Breakout_A4988")
+ (at 92.71 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "175eb07c-5a07-43b1-bfca-6c528aa82c29")
+ (property "Reference" "A4988"
+ (at 99.9333 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at 99.93 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 99.695 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 95.25 57.15 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 92.71 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "13"
+ (uuid "9d76c203-e688-4478-ac42-3ba07fcbbe66")
+ )
+ (pin "14"
+ (uuid "7055132f-ae90-4cfe-b920-4fcdb15ce9c8")
+ )
+ (pin "15"
+ (uuid "d7de985f-9ebf-42bf-997d-4f5ad300fd65")
+ )
+ (pin "9"
+ (uuid "f5cb3461-0664-40e0-9b35-46868cb81fa8")
+ )
+ (pin "11"
+ (uuid "d1d909c0-91d0-42d7-8a95-db6def5aadba")
+ )
+ (pin "16"
+ (uuid "865aefe7-aab9-4461-a644-11d766a2c957")
+ )
+ (pin "10"
+ (uuid "6c99746a-c629-4517-8210-fdfad8e597fe")
+ )
+ (pin "12"
+ (uuid "7524aa35-c33e-4c5c-8d86-e8eb10403f80")
+ )
+ (pin "5"
+ (uuid "9c464e62-304f-426c-8b0c-5e5c31cd9d4c")
+ )
+ (pin "4"
+ (uuid "2d103bfc-d13e-4a92-b272-e8d4a0b703e0")
+ )
+ (pin "3"
+ (uuid "ecdbda6c-96d5-409e-b5e2-7983eb316008")
+ )
+ (pin "7"
+ (uuid "2aac52e7-dc58-48c4-afdc-5586331c8ebf")
+ )
+ (pin "8"
+ (uuid "57e708a8-da8f-49e7-90f6-d3ef58536201")
+ )
+ (pin "1"
+ (uuid "8966f709-7f88-4aa4-ac16-c20408943c97")
+ )
+ (pin "2"
+ (uuid "b49c3f94-735e-4357-8175-c8ff1067dcc5")
+ )
+ (pin "6"
+ (uuid "afeecca7-99dd-4eb8-9223-05bee5c3a52a")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "A4988")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 134.62 31.75 270)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "1c152c4e-5826-4b88-87a2-766c8d5d9ef3")
+ (property "Reference" "#PWR13"
+ (at 130.81 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 130.81 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "f26e4404-5f2f-4283-a80c-3361b62a2cad")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR13")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 67.31 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1c27537a-aed0-4a70-9717-74885b75d76f")
+ (property "Reference" "R1"
+ (at 67.31 57.09 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 67.31 54.61 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 67.31 56.388 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1d9e5f82-493c-40cf-a87f-194efe34c5d3")
+ )
+ (pin "2"
+ (uuid "99a3ec10-2d8c-4c1b-8c43-42e6fbd83209")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 92.71 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1ee6b89f-5e54-4488-8335-dd091251b625")
+ (property "Reference" "#PWR02"
+ (at 92.71 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 89.13 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e65330b2-bf89-4746-b4af-87e724730192")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR02")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 92.71 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "23041610-1d75-4946-8bb7-5a959aab4be2")
+ (property "Reference" "#PWR09"
+ (at 92.71 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 92.71 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0337aec1-e54d-42c1-b8e2-f27a74876468")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR09")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 97.79 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "26997096-83d3-458b-bcca-eff6a3106e5d")
+ (property "Reference" "#PWR06"
+ (at 97.79 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 97.79 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5388d1a4-fc57-4b2c-b00c-1d69b73e6cb3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR06")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Switch:SW_DPDT_x2")
+ (at 26.67 102.87 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
+ (property "Reference" "SW1"
+ (at 31.75 101.5999 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Limit Switch"
+ (at 31.75 104.1399 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "5"
+ (uuid "391b4c6a-cc9b-4c8f-a568-77a9bcb9da4a")
+ )
+ (pin "6"
+ (uuid "8de65841-6433-4135-af65-e0063dea65eb")
+ )
+ (pin "1"
+ (uuid "412c9b78-f671-4e40-84d0-619f100c7941")
+ )
+ (pin "4"
+ (uuid "b62bab6d-d6cc-4021-af37-e8e549a4d7d6")
+ )
+ (pin "2"
+ (uuid "ed5d5e2d-3f18-4248-8ad0-ae41369a7f25")
+ )
+ (pin "3"
+ (uuid "17426441-ff96-4a6c-933a-fa4a225b9779")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "SW1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 35.56 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "5f7f2c75-7310-455b-8ec5-288a324e54c9")
+ (property "Reference" "#PWR05"
+ (at 35.56 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 35.56 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0be13e4b-9809-41d1-a995-ccd0f826ad66")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR05")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 134.62 34.29 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7d4e3e96-166c-4268-97dd-808b6572f461")
+ (property "Reference" "#PWR07"
+ (at 130.81 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 130.81 34.2899 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1e2b75b3-bc67-4345-bb5c-e7615209180e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR07")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 69.85 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7efd1369-ce97-45d6-b694-299fe069a256")
+ (property "Reference" "R2"
+ (at 69.342 65.024 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 70.104 62.23 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 69.85 64.008 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "52c665c0-0fad-4b00-89f1-e73c6731c43b")
+ )
+ (pin "2"
+ (uuid "c2f00111-cd40-429e-8c8b-f32d5fe6e535")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 26.67 105.41 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "850102d0-63e1-4288-b7d8-023127c32d0d")
+ (property "Reference" "#PWR04"
+ (at 26.67 101.6 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 26.67 108.458 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7e8a0125-2907-4694-b179-5b2234e7edc3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR04")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 73.66 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a0e4f62c-9606-4e73-b7b1-cda019fdf67f")
+ (property "Reference" "#PWR22"
+ (at 77.47 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 78.74 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "68d2f53c-b8f3-48dd-a38a-14fb241aa594")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR22")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 80.01 36.83 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a3f18bec-1b3c-42a5-9e24-db1827259157")
+ (property "Reference" "#PWR03"
+ (at 80.01 33.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 80.01 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d1ed6976-865f-48f4-ae1e-fde3834b9ccc")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR03")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 71.12 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "be62570e-b0fb-459b-a386-3ce0e9e32dc5")
+ (property "Reference" "#PWR21"
+ (at 74.93 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 72.79 52.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "576fab82-b274-4f64-8a22-c09bab5d32b2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR21")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 44.45 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "c9fe1813-99b6-47c4-9f19-d593706fac0a")
+ (property "Reference" "#PWR01"
+ (at 44.45 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 44.45 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bbe9f586-c8a4-44ba-8af8-d72be6d3dbeb")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR01")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 64.77 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "cfd1ee74-cb50-4a44-9257-f2c09f567ae3")
+ (property "Reference" "#PWR12"
+ (at 80.01 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b65f6faf-b065-4d95-a53a-dadb3577b136")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR12")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C_Polarized")
+ (at 110.49 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "db07aea6-82fd-4feb-9821-e1c591adcae0")
+ (property "Reference" "C3"
+ (at 109.728 30.734 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100uF"
+ (at 113.538 34.798 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm"
+ (at 114.3 30.7848 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c9259394-4c3a-4c42-80cd-681f27ff50e0")
+ )
+ (pin "2"
+ (uuid "b862278a-eb05-464c-804c-a594464f56f8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Screw_Terminal_01x03")
+ (at 144.78 31.75 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e78d687e-968c-4e90-bcfe-d9463c0a748b")
+ (property "Reference" "MotorPower1"
+ (at 147.32 30.4799 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x03"
+ (at 147.32 33.0199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "a20edff0-b63a-42b1-add7-13c1640d223d")
+ )
+ (pin "1"
+ (uuid "1608b249-ebbd-4a30-8b56-2054e6a1e13a")
+ )
+ (pin "3"
+ (uuid "8ba662d4-6d73-4e55-ad53-e8822970dead")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "MotorPower1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 40.64 77.47 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e79afa10-979a-4a28-973d-81a248ae7c9d")
+ (property "Reference" "#PWR08"
+ (at 40.64 81.28 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 40.64 82.55 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d3b8adf3-280f-4346-8325-9463e0460f16")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR08")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e96a8365-1e41-401b-a4a0-8a214732ec25")
+ (property "Reference" "#PWR23"
+ (at 119.38 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 119.38 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc1bef69-07ed-486a-9e3d-9f0c286fb1c3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR23")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic_MountingPin:Conn_01x04_MountingPin")
+ (at 113.03 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
+ (property "Reference" "StepperConnection1"
+ (at 115.57 49.8855 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 115.57 52.4255 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "4"
+ (uuid "72b7e49c-9a41-4438-8df9-db24cff815d6")
+ )
+ (pin "3"
+ (uuid "d560a2b0-a76d-45d8-a330-b4ab729b22b2")
+ )
+ (pin "2"
+ (uuid "20b525a7-167e-46a5-bd80-5fe33775f790")
+ )
+ (pin "1"
+ (uuid "4d0a0af0-cc24-4b52-8ed7-e5ec3a7aa387")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "StepperConnection1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 97.79 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "f3c96f84-3c23-4063-9492-4d6853f9e527")
+ (property "Reference" "#PWR10"
+ (at 97.79 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 97.79 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c0012a28-8a70-44e9-8dd4-9937db963a0b")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (sheet_instances
+ (path "/"
+ (page "1")
+ )
+ )
+ (embedded_fonts no)
+)
diff --git a/firstpcb_test2-erc.rpt b/firstpcb_test2-erc.rpt
new file mode 100644
index 0000000..c3e072a
--- /dev/null
+++ b/firstpcb_test2-erc.rpt
@@ -0,0 +1,86 @@
+ERC report (2026-04-20T17:35:51-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 27 Errors 23 Warnings 4
diff --git a/firstpcb_test2.kicad_sch b/firstpcb_test2.kicad_sch
new file mode 100644
index 0000000..629c9c6
--- /dev/null
+++ b/firstpcb_test2.kicad_sch
@@ -0,0 +1,4939 @@
+(kicad_sch
+ (version 20250114)
+ (generator "eeschema")
+ (generator_version "9.0")
+ (uuid "4ce690e5-6d5b-4693-bd2e-f4090f26df1f")
+ (paper "A4")
+ (lib_symbols
+ (symbol "A1-KnockOffs:ESP-WROOM-32"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "ESP32-WROOM1"
+ (at 7.112 20.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP-WROOM-32"
+ (at 6.858 18.034 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "RF_Module:ESP32-C3-DevKitM-1"
+ (at 0 -25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 0 -30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 0 -27.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "riscv wifi bluetooth ble"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "*ESP32?C3?DevKitM?1*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ESP-WROOM-32_1_1"
+ (rectangle
+ (start -12.7 15.24)
+ (end 12.7 -22.86)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 12.7 0)
+ (length 2.54)
+ (name "EN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 10.16 0)
+ (length 2.54)
+ (name "VP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 7.62 0)
+ (length 2.54)
+ (name "VN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 5.08 0)
+ (length 2.54)
+ (name "D34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH1" passive line)
+ (alternate "XTAL_32K_N" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 2.54 0)
+ (length 2.54)
+ (name "D35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "FSPIQ" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 0 0)
+ (length 2.54)
+ (name "D33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH3" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -2.54 0)
+ (length 2.54)
+ (name "D32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -5.08 0)
+ (length 2.54)
+ (name "D25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO20" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -7.62 0)
+ (length 2.54)
+ (name "D26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO21" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -10.16 0)
+ (length 2.54)
+ (name "D27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -12.7 0)
+ (length 2.54)
+ (name "D14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -15.24 0)
+ (length 2.54)
+ (name "D12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -17.78 0)
+ (length 2.54)
+ (name "D13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin power_in line
+ (at -5.08 17.78 270)
+ (length 2.54)
+ (name "VIN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -25.4 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_out line
+ (at 3.81 17.78 270)
+ (length 2.54)
+ (name "3V3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "D23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "30"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "D22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "29"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "TX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "RX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC2_CH0" passive line)
+ (alternate "FSPIWP" passive line)
+ (alternate "MTDI" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "D21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICLK" passive line)
+ (alternate "MTCK" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "D19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPID" passive line)
+ (alternate "MTDO" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "D18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "D5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "D17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICS0" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "D16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D-" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "D4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "D2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "D15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (hide yes)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector:Screw_Terminal_01x03"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Screw_Terminal_01x03"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "screw terminal"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "TerminalBlock*:*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Screw_Terminal_01x03_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 2.8702) (xy 0.3302 2.032)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 0.3302) (xy 0.3302 -0.508)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 -2.2098) (xy 0.3302 -3.048)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 3.048) (xy 0.508 2.2098)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 0.508) (xy 0.508 -0.3302)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 -2.032) (xy 0.508 -2.8702)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 0)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 -2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector_Generic_MountingPin:Conn_01x04_MountingPin"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "StepperConnection1"
+ (at 2.54 -0.3555 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 2.54 -2.8955 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??-1MP*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x04_MountingPin_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -6.35)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "C_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_0_1"
+ (polyline
+ (pts
+ (xy -2.032 0.762) (xy 2.032 0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -2.032 -0.762) (xy 2.032 -0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "C_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C_Polarized"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C_Polarized"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "CP_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_Polarized_0_1"
+ (rectangle
+ (start -2.286 0.508)
+ (end 2.286 1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.778 2.286) (xy -0.762 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.794) (xy -1.27 1.778)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start 2.286 -0.508)
+ (end -2.286 -1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type outline)
+ )
+ )
+ )
+ (symbol "C_Polarized_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:R"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "R"
+ (at 2.032 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "R"
+ (at 0 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at -1.778 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "R res resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "R_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "R_0_1"
+ (rectangle
+ (start -1.016 -2.54)
+ (end 1.016 2.54)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "R_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Driver_Motor:Pololu_Breakout_A4988"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "A"
+ (at -2.54 19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at -2.54 16.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 6.985 -19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 2.54 -7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "Pololu Breakout Board Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Pololu*Breakout*15.2x20.3mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_0_1"
+ (rectangle
+ (start 10.16 -17.78)
+ (end -7.62 15.24)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_1_1"
+ (pin input line
+ (at -10.16 10.16 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 7.62 0)
+ (length 2.54)
+ (name "~{SLEEP}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 2.54 0)
+ (length 2.54)
+ (name "~{ENABLE}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 0 0)
+ (length 2.54)
+ (name "STEP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -2.54 0)
+ (length 2.54)
+ (name "DIR"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -7.62 0)
+ (length 2.54)
+ (name "MS1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -10.16 0)
+ (length 2.54)
+ (name "MS2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -12.7 0)
+ (length 2.54)
+ (name "MS3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 17.78 270)
+ (length 2.54)
+ (name "VDD"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 17.78 270)
+ (length 2.54)
+ (name "VMOT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 2.54 180)
+ (length 2.54)
+ (name "1B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 0 180)
+ (length 2.54)
+ (name "1A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -2.54 180)
+ (length 2.54)
+ (name "2A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -5.08 180)
+ (length 2.54)
+ (name "2B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Switch:SW_DPDT_x2"
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "SW"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "SW_DPDT_x2"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "switch dual-pole double-throw DPDT spdt ON-ON"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "SW*DPDT*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "SW_DPDT_x2_0_0"
+ (circle
+ (center -2.032 0)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 -2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_0_1"
+ (rectangle
+ (start -3.175 3.81)
+ (end 3.175 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.524 0.254) (xy 1.5748 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_1_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_2_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+12V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+12V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+12V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+12V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+3.3V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+3.3V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+3.3V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+3.3V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+5V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+5V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+5V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+5V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:GND"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -6.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "GND_0_1"
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "GND_1_1"
+ (pin power_in line
+ (at 0 0 270)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+
+ (symbol "TPS61088:TPS61088"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at 0 16.51 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "TPS61088"
+ (at 0 13.97 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "Package_DFN_QFN:QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2.1x2.1mm"
+ (at 0 -20.32 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps61088.pdf"
+ (at 0 -22.86 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Description" "10A Fully-Integrated Synchronous Boost Converter"
+ (at 0 -25.4 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (symbol "TPS61088_0_1"
+ (rectangle
+ (start -10.16 12.7)
+ (end 10.16 -12.7)
+ (stroke (width 0.254) (type default))
+ (fill (type background))
+ )
+ )
+ (symbol "TPS61088_1_1"
+ (pin power_in line
+ (at -12.7 10.16 0) (length 2.54)
+ (name "VIN" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 5.08 0) (length 2.54)
+ (name "EN" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 0 0) (length 2.54)
+ (name "SS/TR" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 -5.08 0) (length 2.54)
+ (name "COMP" (effects (font (size 1.27 1.27))))
+ (number "5" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 -10.16 0) (length 2.54)
+ (name "FB" (effects (font (size 1.27 1.27))))
+ (number "6" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 10.16 180) (length 2.54)
+ (name "SW" (effects (font (size 1.27 1.27))))
+ (number "12" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 5.08 180) (length 2.54)
+ (name "BST" (effects (font (size 1.27 1.27))))
+ (number "11" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_out line
+ (at 12.7 0 180) (length 2.54)
+ (name "VOUT" (effects (font (size 1.27 1.27))))
+ (number "9" (effects (font (size 1.27 1.27))))
+ )
+ (pin open_collector line
+ (at 12.7 -5.08 180) (length 2.54)
+ (name "PGOOD" (effects (font (size 1.27 1.27))))
+ (number "8" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at 0 -15.24 90) (length 2.54)
+ (name "PGND" (effects (font (size 1.27 1.27))))
+ (number "15" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at -5.08 -15.24 90) (length 2.54)
+ (name "AGND" (effects (font (size 1.27 1.27))))
+ (number "7" (effects (font (size 1.27 1.27))))
+ )
+ )
+ (embedded_fonts no)
+ )
+ )
+ (junction
+ (at 80.01 39.37)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "0d07ffe3-cb5e-495c-a857-7ecc162b1858")
+ )
+ (junction
+ (at 97.79 31.75)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "18d26896-36f9-4e7d-8aa9-1913ec88126c")
+ )
+ (junction
+ (at 80.01 62.23)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a8c14d4c-caa5-43a9-96f9-69a0e91e9bbe")
+ )
+ (junction
+ (at 80.01 59.69)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "d6dc3ef2-bb81-4af6-a132-4fb33656eea5")
+ )
+ (wire
+ (pts
+ (xy 82.55 52.07) (xy 80.01 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0513fdc3-a875-4e56-ac3c-964188d3efdd")
+ )
+ (wire
+ (pts
+ (xy 26.67 107.95) (xy 26.67 105.41)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "05283047-1690-4768-b6e5-48f7fe8e13e9")
+ )
+ (wire
+ (pts
+ (xy 82.55 57.15) (xy 80.01 57.15)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "141339ba-ee91-4969-a907-29fc829697b5")
+ )
+ (wire
+ (pts
+ (xy 24.13 97.79) (xy 24.13 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2616d525-ac7e-4894-84c6-d5b26a11e5b1")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 106.68 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "29db1398-c83f-48c1-a358-ef81af30c42e")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 97.79 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2c93acde-6942-4f22-aa07-ff19f066d0a9")
+ )
+ (wire
+ (pts
+ (xy 97.79 69.85) (xy 97.79 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3701321e-fc1d-45aa-89bb-b7e914304829")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3937ba35-3a94-4f29-a8a4-09df18d51490")
+ )
+ (wire
+ (pts
+ (xy 105.41 46.99) (xy 107.95 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3ec8a2db-a3d4-4045-a963-ae8d3f6848ba")
+ )
+ (wire
+ (pts
+ (xy 134.62 31.75) (xy 139.7 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "43b13122-2ca9-414a-b7d2-2fa216640dd1")
+ )
+ (wire
+ (pts
+ (xy 115.57 31.75) (xy 114.3 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "471b7ebc-243d-438e-8824-d1a98cd6145c")
+ )
+ (wire
+ (pts
+ (xy 130.81 29.21) (xy 139.7 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4dcbf3be-c962-46f4-8211-7fb3facee9d9")
+ )
+ (wire
+ (pts
+ (xy 55.88 64.77) (xy 59.69 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "643c4b32-829d-4dc2-8754-d2630558fb98")
+ )
+ (wire
+ (pts
+ (xy 82.55 39.37) (xy 80.01 39.37)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6c528b49-3b46-48f6-9b59-6b6d82fec64b")
+ )
+ (wire
+ (pts
+ (xy 92.71 31.75) (xy 92.71 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "72e19cc6-44a7-4707-aa59-5258cc4cedc8")
+ )
+ (wire
+ (pts
+ (xy 105.41 54.61) (xy 107.95 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "76eaa470-54c8-41c0-bc11-f85bb1e9437d")
+ )
+ (wire
+ (pts
+ (xy 80.01 62.23) (xy 80.01 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7e075c08-216a-42ab-b4f6-b6d7bfe1d3c3")
+ )
+ (wire
+ (pts
+ (xy 105.41 49.53) (xy 107.95 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "806ac499-a615-4e1d-8214-d23ff230ea92")
+ )
+ (wire
+ (pts
+ (xy 80.01 57.15) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8a71beca-1fba-45ea-89a6-b59e0e4f5eaa")
+ )
+ (wire
+ (pts
+ (xy 105.41 52.07) (xy 107.95 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b80fab7-0b03-4c00-b1a4-f31aa6ea275f")
+ )
+ (wire
+ (pts
+ (xy 82.55 49.53) (xy 80.01 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "91c4d383-c359-4c9f-92fe-1242297b4537")
+ )
+ (wire
+ (pts
+ (xy 55.88 46.99) (xy 58.42 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a0ad8074-bc9a-4556-9e09-b60933c27c1f")
+ )
+ (wire
+ (pts
+ (xy 44.45 31.75) (xy 44.45 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a3f4a92a-944f-4240-b8af-11f9082e57cb")
+ )
+ (wire
+ (pts
+ (xy 40.64 74.93) (xy 40.64 77.47)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a59da3aa-6d1e-4882-8fc6-b6c69de9dd2a")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 36.83)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a7e4bbed-739c-4561-8de0-475706111de4")
+ )
+ (wire
+ (pts
+ (xy 82.55 46.99) (xy 80.01 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aaf986d5-7934-4971-b419-0e3066f6487c")
+ )
+ (wire
+ (pts
+ (xy 55.88 54.61) (xy 63.5 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ab3fcf7e-6683-4c7b-a060-15251d9c2e73")
+ )
+ (wire
+ (pts
+ (xy 55.88 62.23) (xy 66.04 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bb59469f-d490-4288-90aa-7c955698b9ff")
+ )
+ (wire
+ (pts
+ (xy 92.71 69.85) (xy 92.71 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c70b052a-b267-4c71-b113-953730e95354")
+ )
+ (wire
+ (pts
+ (xy 82.55 59.69) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cb0ef997-a54f-453d-88e1-a51490c1924d")
+ )
+ (wire
+ (pts
+ (xy 80.01 59.69) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d8398031-e45b-4c08-9306-8ff1c93e8acd")
+ )
+ (wire
+ (pts
+ (xy 55.88 49.53) (xy 58.42 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e5384d64-674b-4adf-8c75-c5dd2775c73d")
+ )
+ (wire
+ (pts
+ (xy 82.55 62.23) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e987a818-2f74-4278-b31b-04e4fcc8cce1")
+ )
+ (wire
+ (pts
+ (xy 134.62 34.29) (xy 139.7 34.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ea026009-79e0-49cd-a022-5d7646a3aeff")
+ )
+ (wire
+ (pts
+ (xy 55.88 52.07) (xy 58.42 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ebbc3227-6496-4cfc-aab8-20886ef784ce")
+ )
+ (wire
+ (pts
+ (xy 82.55 41.91) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ed1f242c-0611-4d1c-b894-6f349f334b9b")
+ )
+ (wire
+ (pts
+ (xy 35.56 31.75) (xy 35.56 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f035e19f-229f-4b95-96ca-3f34e31b8ed1")
+ )
+ (wire
+ (pts
+ (xy 29.21 97.79) (xy 29.21 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "fa00d60c-2fbf-49f7-a096-7d4adc103bfb")
+ )
+ (label "MOTOR_EN"
+ (at 58.42 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "17273698-3308-4de5-b0fa-c91f9ca24101")
+ )
+ (label "STEP"
+ (at 58.42 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3543e119-dcef-4204-af5c-1189c8644ab0")
+ )
+ (label "MOTOR_CTRL"
+ (at 130.81 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3e2c2225-12b4-4518-86e3-28cc4a810d64")
+ )
+ (label "DIR"
+ (at 80.01 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "63cad5c9-37ce-4d67-9666-5cfa87b2f968")
+ )
+ (label "DIR"
+ (at 58.42 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "92001af4-7547-4bfc-8874-fe2c7c3a8271")
+ )
+ (label "STEP"
+ (at 80.01 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "9f9ee59e-7b33-4201-ab16-1db4a3da61b0")
+ )
+ (label "LIM_A"
+ (at 29.21 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "b82afb1a-86dd-4031-b302-7022c5968ed0")
+ )
+ (label "MOTOR_CTRL"
+ (at 59.69 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ce9f8a66-8de8-4503-b8e7-aaccf561af92")
+ )
+ (label "LIM_C"
+ (at 58.42 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d6d743b4-4ce1-452c-8f77-17ea5a14cd02")
+ )
+ (label "LIM_C"
+ (at 24.13 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d93d7ab4-4472-4199-b317-308398df805a")
+ )
+ (label "MOTOR_EN"
+ (at 80.01 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ec333a37-011e-4656-8502-087894fbd0b3")
+ )
+ (label "LIM_A"
+ (at 58.42 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ed9bb322-db83-47aa-932a-e64c65b639d1")
+ )
+ (symbol
+ (lib_id "A1-KnockOffs:ESP-WROOM-32")
+ (at 40.64 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "030ea4ac-e769-48f5-87ec-27c7f04f42cd")
+ (property "Reference" "ESP32-WROOM1"
+ (at 46.5933 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP32-C3-DevKitM-1"
+ (at 46.5933 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Library:ESP32-WROOM-SAVED"
+ (at 40.64 74.93 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 40.64 80.01 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "27"
+ (uuid "1886e298-d0a5-4982-93d3-c452e0adfeb1")
+ )
+ (pin "17"
+ (uuid "5b6983aa-adcc-496f-a3bb-afe98ea70d12")
+ )
+ (pin "11"
+ (uuid "2741766b-1c35-4b3d-a981-29c6bce7dd15")
+ )
+ (pin "9"
+ (uuid "80a8277c-ff0a-4203-a090-1ae1e4fd8e41")
+ )
+ (pin "10"
+ (uuid "50f2e9a6-8c50-4ab3-bbc1-4127dc639b5c")
+ )
+ (pin "25"
+ (uuid "dfa8d8bb-54e3-4677-b726-79103fd77f11")
+ )
+ (pin "21"
+ (uuid "609d147e-abba-410f-8842-674397fadf31")
+ )
+ (pin "20"
+ (uuid "a9607447-0bbb-49f5-9ccc-c986bf96ff0a")
+ )
+ (pin "12"
+ (uuid "618de8f5-b7da-4b8d-b611-46ac2fc8c782")
+ )
+ (pin "16"
+ (uuid "e56abef1-1bbb-4692-8d03-3883962207f0")
+ )
+ (pin "4"
+ (uuid "1005809a-2f6b-407d-9396-189971ee8f83")
+ )
+ (pin "2"
+ (uuid "9aeb8bd8-5827-4b49-80ce-28eda1d360ab")
+ )
+ (pin "7"
+ (uuid "02a6b2a5-a5c8-4af2-82c7-d78060014362")
+ )
+ (pin "29"
+ (uuid "bc86adee-04f4-45e1-8e0f-23c44c505e0d")
+ )
+ (pin "23"
+ (uuid "2590a505-bf75-4243-98b4-804a7cb1cb59")
+ )
+ (pin "5"
+ (uuid "a32696a8-177b-430c-b57f-5ee7322ddfb0")
+ )
+ (pin "18"
+ (uuid "3248c1c1-2f1b-487f-a1d1-d36a08e27622")
+ )
+ (pin "26"
+ (uuid "fe70cb8d-c4d4-452b-82ab-e32564202e13")
+ )
+ (pin "22"
+ (uuid "d6b90430-3092-4a2f-b1cb-2fe7c2ef6a73")
+ )
+ (pin "1"
+ (uuid "921bbb6f-ebf0-4810-8466-7b6525c03d48")
+ )
+ (pin "14"
+ (uuid "a304a438-f2a5-4d82-870d-745acdb2415e")
+ )
+ (pin "30"
+ (uuid "56d1552b-9989-44dc-9218-7bae7ccbfdd4")
+ )
+ (pin "28"
+ (uuid "9aca69a8-783f-423c-9250-f424b0c240b8")
+ )
+ (pin "3"
+ (uuid "cdca96b5-cd92-43ae-8143-0bcef9065f1d")
+ )
+ (pin "6"
+ (uuid "508f6194-df62-41b6-9e82-1c87a77f1f1e")
+ )
+ (pin "24"
+ (uuid "a5b0f187-f59c-4b24-a2a9-52d33ea06083")
+ )
+ (pin "15"
+ (uuid "7306d570-0586-4987-bf17-b2cb5188adfd")
+ )
+ (pin "13"
+ (uuid "74a31dd9-c3eb-4ad8-892f-bc49896e417e")
+ )
+ (pin "8"
+ (uuid "6c02d4fe-88c7-44d0-a8e5-3b9aa807b350")
+ )
+ (pin "19"
+ (uuid "a27900c6-5211-49e8-b7fd-d4e95e24b76e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "ESP32-WROOM1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Driver_Motor:Pololu_Breakout_A4988")
+ (at 92.71 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "175eb07c-5a07-43b1-bfca-6c528aa82c29")
+ (property "Reference" "A4988"
+ (at 99.9333 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at 99.93 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 99.695 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 95.25 57.15 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 92.71 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "13"
+ (uuid "9d76c203-e688-4478-ac42-3ba07fcbbe66")
+ )
+ (pin "14"
+ (uuid "7055132f-ae90-4cfe-b920-4fcdb15ce9c8")
+ )
+ (pin "15"
+ (uuid "d7de985f-9ebf-42bf-997d-4f5ad300fd65")
+ )
+ (pin "9"
+ (uuid "f5cb3461-0664-40e0-9b35-46868cb81fa8")
+ )
+ (pin "11"
+ (uuid "d1d909c0-91d0-42d7-8a95-db6def5aadba")
+ )
+ (pin "16"
+ (uuid "865aefe7-aab9-4461-a644-11d766a2c957")
+ )
+ (pin "10"
+ (uuid "6c99746a-c629-4517-8210-fdfad8e597fe")
+ )
+ (pin "12"
+ (uuid "7524aa35-c33e-4c5c-8d86-e8eb10403f80")
+ )
+ (pin "5"
+ (uuid "9c464e62-304f-426c-8b0c-5e5c31cd9d4c")
+ )
+ (pin "4"
+ (uuid "2d103bfc-d13e-4a92-b272-e8d4a0b703e0")
+ )
+ (pin "3"
+ (uuid "ecdbda6c-96d5-409e-b5e2-7983eb316008")
+ )
+ (pin "7"
+ (uuid "2aac52e7-dc58-48c4-afdc-5586331c8ebf")
+ )
+ (pin "8"
+ (uuid "57e708a8-da8f-49e7-90f6-d3ef58536201")
+ )
+ (pin "1"
+ (uuid "8966f709-7f88-4aa4-ac16-c20408943c97")
+ )
+ (pin "2"
+ (uuid "b49c3f94-735e-4357-8175-c8ff1067dcc5")
+ )
+ (pin "6"
+ (uuid "afeecca7-99dd-4eb8-9223-05bee5c3a52a")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "A4988")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 134.62 31.75 270)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "1c152c4e-5826-4b88-87a2-766c8d5d9ef3")
+ (property "Reference" "#PWR13"
+ (at 130.81 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 130.81 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "f26e4404-5f2f-4283-a80c-3361b62a2cad")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR13")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 67.31 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1c27537a-aed0-4a70-9717-74885b75d76f")
+ (property "Reference" "R1"
+ (at 67.31 57.09 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 67.31 54.61 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 67.31 56.388 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1d9e5f82-493c-40cf-a87f-194efe34c5d3")
+ )
+ (pin "2"
+ (uuid "99a3ec10-2d8c-4c1b-8c43-42e6fbd83209")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 92.71 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1ee6b89f-5e54-4488-8335-dd091251b625")
+ (property "Reference" "#PWR02"
+ (at 92.71 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 89.13 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e65330b2-bf89-4746-b4af-87e724730192")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR02")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 92.71 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "23041610-1d75-4946-8bb7-5a959aab4be2")
+ (property "Reference" "#PWR09"
+ (at 92.71 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 92.71 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0337aec1-e54d-42c1-b8e2-f27a74876468")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR09")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 97.79 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "26997096-83d3-458b-bcca-eff6a3106e5d")
+ (property "Reference" "#PWR06"
+ (at 97.79 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 97.79 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5388d1a4-fc57-4b2c-b00c-1d69b73e6cb3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR06")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Switch:SW_DPDT_x2")
+ (at 26.67 102.87 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
+ (property "Reference" "SW1"
+ (at 31.75 101.5999 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Limit Switch"
+ (at 31.75 104.1399 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "5"
+ (uuid "391b4c6a-cc9b-4c8f-a568-77a9bcb9da4a")
+ )
+ (pin "6"
+ (uuid "8de65841-6433-4135-af65-e0063dea65eb")
+ )
+ (pin "1"
+ (uuid "412c9b78-f671-4e40-84d0-619f100c7941")
+ )
+ (pin "4"
+ (uuid "b62bab6d-d6cc-4021-af37-e8e549a4d7d6")
+ )
+ (pin "2"
+ (uuid "ed5d5e2d-3f18-4248-8ad0-ae41369a7f25")
+ )
+ (pin "3"
+ (uuid "17426441-ff96-4a6c-933a-fa4a225b9779")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "SW1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 35.56 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "5f7f2c75-7310-455b-8ec5-288a324e54c9")
+ (property "Reference" "#PWR05"
+ (at 35.56 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 35.56 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0be13e4b-9809-41d1-a995-ccd0f826ad66")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR05")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 134.62 34.29 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7d4e3e96-166c-4268-97dd-808b6572f461")
+ (property "Reference" "#PWR07"
+ (at 130.81 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 130.81 34.2899 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1e2b75b3-bc67-4345-bb5c-e7615209180e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR07")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 69.85 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7efd1369-ce97-45d6-b694-299fe069a256")
+ (property "Reference" "R2"
+ (at 69.342 65.024 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 70.104 62.23 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 69.85 64.008 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "52c665c0-0fad-4b00-89f1-e73c6731c43b")
+ )
+ (pin "2"
+ (uuid "c2f00111-cd40-429e-8c8b-f32d5fe6e535")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 26.67 105.41 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "850102d0-63e1-4288-b7d8-023127c32d0d")
+ (property "Reference" "#PWR04"
+ (at 26.67 101.6 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 26.67 108.458 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7e8a0125-2907-4694-b179-5b2234e7edc3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR04")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 73.66 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a0e4f62c-9606-4e73-b7b1-cda019fdf67f")
+ (property "Reference" "#PWR22"
+ (at 77.47 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 78.74 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "68d2f53c-b8f3-48dd-a38a-14fb241aa594")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR22")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 80.01 36.83 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a3f18bec-1b3c-42a5-9e24-db1827259157")
+ (property "Reference" "#PWR03"
+ (at 80.01 33.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 80.01 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d1ed6976-865f-48f4-ae1e-fde3834b9ccc")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR03")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 71.12 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "be62570e-b0fb-459b-a386-3ce0e9e32dc5")
+ (property "Reference" "#PWR21"
+ (at 74.93 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 72.79 52.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "576fab82-b274-4f64-8a22-c09bab5d32b2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR21")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 44.45 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "c9fe1813-99b6-47c4-9f19-d593706fac0a")
+ (property "Reference" "#PWR01"
+ (at 44.45 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 44.45 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bbe9f586-c8a4-44ba-8af8-d72be6d3dbeb")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR01")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 64.77 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "cfd1ee74-cb50-4a44-9257-f2c09f567ae3")
+ (property "Reference" "#PWR12"
+ (at 80.01 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b65f6faf-b065-4d95-a53a-dadb3577b136")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR12")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C_Polarized")
+ (at 110.49 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "db07aea6-82fd-4feb-9821-e1c591adcae0")
+ (property "Reference" "C3"
+ (at 109.728 30.734 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100uF"
+ (at 113.538 34.798 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm"
+ (at 114.3 30.7848 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c9259394-4c3a-4c42-80cd-681f27ff50e0")
+ )
+ (pin "2"
+ (uuid "b862278a-eb05-464c-804c-a594464f56f8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Screw_Terminal_01x03")
+ (at 144.78 31.75 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e78d687e-968c-4e90-bcfe-d9463c0a748b")
+ (property "Reference" "MotorPower1"
+ (at 147.32 30.4799 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x03"
+ (at 147.32 33.0199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "a20edff0-b63a-42b1-add7-13c1640d223d")
+ )
+ (pin "1"
+ (uuid "1608b249-ebbd-4a30-8b56-2054e6a1e13a")
+ )
+ (pin "3"
+ (uuid "8ba662d4-6d73-4e55-ad53-e8822970dead")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "MotorPower1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 40.64 77.47 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e79afa10-979a-4a28-973d-81a248ae7c9d")
+ (property "Reference" "#PWR08"
+ (at 40.64 81.28 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 40.64 82.55 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d3b8adf3-280f-4346-8325-9463e0460f16")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR08")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e96a8365-1e41-401b-a4a0-8a214732ec25")
+ (property "Reference" "#PWR23"
+ (at 119.38 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 119.38 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc1bef69-07ed-486a-9e3d-9f0c286fb1c3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR23")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic_MountingPin:Conn_01x04_MountingPin")
+ (at 113.03 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
+ (property "Reference" "StepperConnection1"
+ (at 115.57 49.8855 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 115.57 52.4255 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "4"
+ (uuid "72b7e49c-9a41-4438-8df9-db24cff815d6")
+ )
+ (pin "3"
+ (uuid "d560a2b0-a76d-45d8-a330-b4ab729b22b2")
+ )
+ (pin "2"
+ (uuid "20b525a7-167e-46a5-bd80-5fe33775f790")
+ )
+ (pin "1"
+ (uuid "4d0a0af0-cc24-4b52-8ed7-e5ec3a7aa387")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "StepperConnection1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 97.79 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "f3c96f84-3c23-4063-9492-4d6853f9e527")
+ (property "Reference" "#PWR10"
+ (at 97.79 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 97.79 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c0012a28-8a70-44e9-8dd4-9937db963a0b")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (sheet_instances
+ (path "/"
+ (page "1")
+ )
+ )
+ (embedded_fonts no)
+)
diff --git a/firstpcb_test3-erc.rpt b/firstpcb_test3-erc.rpt
new file mode 100644
index 0000000..48ddab6
--- /dev/null
+++ b/firstpcb_test3-erc.rpt
@@ -0,0 +1,137 @@
+ERC report (2026-04-20T17:36:10-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 130.81 mm): Symbol U1 Pin 1 [VIN, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(67.31 mm, 130.81 mm): Symbol U1 Pin 1 [VIN, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 135.89 mm): Symbol U1 Pin 3 [EN, Input, Line]
+[pin_not_driven]: Input pin not driven by any Output pins
+ ; error
+ @(67.31 mm, 135.89 mm): Symbol U1 Pin 3 [EN, Input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 140.97 mm): Symbol U1 Pin 4 [SS/TR, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 130.81 mm): Symbol U1 Pin 12 [SW, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 146.05 mm): Symbol U1 Pin 5 [COMP, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 135.89 mm): Symbol U1 Pin 11 [BST, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_driven]: Input pin not driven by any Output pins
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 140.97 mm): Symbol U1 Pin 9 [VOUT, Power output, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 146.05 mm): Symbol U1 Pin 8 [PGOOD, Open collector, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(74.93 mm, 156.21 mm): Symbol U1 Pin 7 [AGND, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(74.93 mm, 156.21 mm): Symbol U1 Pin 7 [AGND, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(80.01 mm, 156.21 mm): Symbol U1 Pin 15 [PGND, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(80.01 mm, 156.21 mm): Symbol U1 Pin 15 [PGND, Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'TPS61088'
+ ; warning
+ @(80.01 mm, 140.97 mm): Symbol U1 [TPS61088]
+
+ ** ERC messages: 44 Errors 39 Warnings 5
diff --git a/firstpcb_test3.kicad_sch b/firstpcb_test3.kicad_sch
new file mode 100644
index 0000000..ee05e40
--- /dev/null
+++ b/firstpcb_test3.kicad_sch
@@ -0,0 +1,5035 @@
+(kicad_sch
+ (version 20250114)
+ (generator "eeschema")
+ (generator_version "9.0")
+ (uuid "4ce690e5-6d5b-4693-bd2e-f4090f26df1f")
+ (paper "A4")
+ (lib_symbols
+ (symbol "A1-KnockOffs:ESP-WROOM-32"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "ESP32-WROOM1"
+ (at 7.112 20.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP-WROOM-32"
+ (at 6.858 18.034 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "RF_Module:ESP32-C3-DevKitM-1"
+ (at 0 -25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 0 -30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 0 -27.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "riscv wifi bluetooth ble"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "*ESP32?C3?DevKitM?1*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ESP-WROOM-32_1_1"
+ (rectangle
+ (start -12.7 15.24)
+ (end 12.7 -22.86)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 12.7 0)
+ (length 2.54)
+ (name "EN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 10.16 0)
+ (length 2.54)
+ (name "VP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 7.62 0)
+ (length 2.54)
+ (name "VN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 5.08 0)
+ (length 2.54)
+ (name "D34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH1" passive line)
+ (alternate "XTAL_32K_N" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 2.54 0)
+ (length 2.54)
+ (name "D35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "FSPIQ" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 0 0)
+ (length 2.54)
+ (name "D33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH3" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -2.54 0)
+ (length 2.54)
+ (name "D32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -5.08 0)
+ (length 2.54)
+ (name "D25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO20" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -7.62 0)
+ (length 2.54)
+ (name "D26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO21" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -10.16 0)
+ (length 2.54)
+ (name "D27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -12.7 0)
+ (length 2.54)
+ (name "D14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -15.24 0)
+ (length 2.54)
+ (name "D12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -17.78 0)
+ (length 2.54)
+ (name "D13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin power_in line
+ (at -5.08 17.78 270)
+ (length 2.54)
+ (name "VIN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -25.4 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_out line
+ (at 3.81 17.78 270)
+ (length 2.54)
+ (name "3V3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "D23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "30"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "D22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "29"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "TX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "RX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC2_CH0" passive line)
+ (alternate "FSPIWP" passive line)
+ (alternate "MTDI" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "D21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICLK" passive line)
+ (alternate "MTCK" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "D19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPID" passive line)
+ (alternate "MTDO" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "D18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "D5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "D17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICS0" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "D16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D-" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "D4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "D2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "D15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (hide yes)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector:Screw_Terminal_01x03"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Screw_Terminal_01x03"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "screw terminal"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "TerminalBlock*:*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Screw_Terminal_01x03_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 2.8702) (xy 0.3302 2.032)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 0.3302) (xy 0.3302 -0.508)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 -2.2098) (xy 0.3302 -3.048)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 3.048) (xy 0.508 2.2098)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 0.508) (xy 0.508 -0.3302)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 -2.032) (xy 0.508 -2.8702)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 0)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 -2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector_Generic_MountingPin:Conn_01x04_MountingPin"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "StepperConnection1"
+ (at 2.54 -0.3555 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 2.54 -2.8955 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??-1MP*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x04_MountingPin_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -6.35)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "C_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_0_1"
+ (polyline
+ (pts
+ (xy -2.032 0.762) (xy 2.032 0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -2.032 -0.762) (xy 2.032 -0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "C_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C_Polarized"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C_Polarized"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "CP_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_Polarized_0_1"
+ (rectangle
+ (start -2.286 0.508)
+ (end 2.286 1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.778 2.286) (xy -0.762 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.794) (xy -1.27 1.778)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start 2.286 -0.508)
+ (end -2.286 -1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type outline)
+ )
+ )
+ )
+ (symbol "C_Polarized_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:R"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "R"
+ (at 2.032 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "R"
+ (at 0 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at -1.778 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "R res resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "R_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "R_0_1"
+ (rectangle
+ (start -1.016 -2.54)
+ (end 1.016 2.54)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "R_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Driver_Motor:Pololu_Breakout_A4988"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "A"
+ (at -2.54 19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at -2.54 16.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 6.985 -19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 2.54 -7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "Pololu Breakout Board Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Pololu*Breakout*15.2x20.3mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_0_1"
+ (rectangle
+ (start 10.16 -17.78)
+ (end -7.62 15.24)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_1_1"
+ (pin input line
+ (at -10.16 10.16 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 7.62 0)
+ (length 2.54)
+ (name "~{SLEEP}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 2.54 0)
+ (length 2.54)
+ (name "~{ENABLE}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 0 0)
+ (length 2.54)
+ (name "STEP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -2.54 0)
+ (length 2.54)
+ (name "DIR"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -7.62 0)
+ (length 2.54)
+ (name "MS1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -10.16 0)
+ (length 2.54)
+ (name "MS2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -12.7 0)
+ (length 2.54)
+ (name "MS3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 17.78 270)
+ (length 2.54)
+ (name "VDD"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 17.78 270)
+ (length 2.54)
+ (name "VMOT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 2.54 180)
+ (length 2.54)
+ (name "1B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 0 180)
+ (length 2.54)
+ (name "1A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -2.54 180)
+ (length 2.54)
+ (name "2A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -5.08 180)
+ (length 2.54)
+ (name "2B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Switch:SW_DPDT_x2"
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "SW"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "SW_DPDT_x2"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "switch dual-pole double-throw DPDT spdt ON-ON"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "SW*DPDT*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "SW_DPDT_x2_0_0"
+ (circle
+ (center -2.032 0)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 -2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_0_1"
+ (rectangle
+ (start -3.175 3.81)
+ (end 3.175 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.524 0.254) (xy 1.5748 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_1_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_2_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+12V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+12V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+12V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+12V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+3.3V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+3.3V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+3.3V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+3.3V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+5V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+5V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+5V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+5V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:GND"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -6.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "GND_0_1"
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "GND_1_1"
+ (pin power_in line
+ (at 0 0 270)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+
+ (symbol "TPS61088:TPS61088"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at 0 16.51 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "TPS61088"
+ (at 0 13.97 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "Package_DFN_QFN:QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2.1x2.1mm"
+ (at 0 -20.32 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps61088.pdf"
+ (at 0 -22.86 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Description" "10A Fully-Integrated Synchronous Boost Converter"
+ (at 0 -25.4 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (symbol "TPS61088_0_1"
+ (rectangle
+ (start -10.16 12.7)
+ (end 10.16 -12.7)
+ (stroke (width 0.254) (type default))
+ (fill (type background))
+ )
+ )
+ (symbol "TPS61088_1_1"
+ (pin power_in line
+ (at -12.7 10.16 0) (length 2.54)
+ (name "VIN" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 5.08 0) (length 2.54)
+ (name "EN" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 0 0) (length 2.54)
+ (name "SS/TR" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 -5.08 0) (length 2.54)
+ (name "COMP" (effects (font (size 1.27 1.27))))
+ (number "5" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 -10.16 0) (length 2.54)
+ (name "FB" (effects (font (size 1.27 1.27))))
+ (number "6" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 10.16 180) (length 2.54)
+ (name "SW" (effects (font (size 1.27 1.27))))
+ (number "12" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 5.08 180) (length 2.54)
+ (name "BST" (effects (font (size 1.27 1.27))))
+ (number "11" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_out line
+ (at 12.7 0 180) (length 2.54)
+ (name "VOUT" (effects (font (size 1.27 1.27))))
+ (number "9" (effects (font (size 1.27 1.27))))
+ )
+ (pin open_collector line
+ (at 12.7 -5.08 180) (length 2.54)
+ (name "PGOOD" (effects (font (size 1.27 1.27))))
+ (number "8" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at 0 -15.24 90) (length 2.54)
+ (name "PGND" (effects (font (size 1.27 1.27))))
+ (number "15" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at -5.08 -15.24 90) (length 2.54)
+ (name "AGND" (effects (font (size 1.27 1.27))))
+ (number "7" (effects (font (size 1.27 1.27))))
+ )
+ )
+ (embedded_fonts no)
+ )
+ )
+ (junction
+ (at 80.01 39.37)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "0d07ffe3-cb5e-495c-a857-7ecc162b1858")
+ )
+ (junction
+ (at 97.79 31.75)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "18d26896-36f9-4e7d-8aa9-1913ec88126c")
+ )
+ (junction
+ (at 80.01 62.23)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a8c14d4c-caa5-43a9-96f9-69a0e91e9bbe")
+ )
+ (junction
+ (at 80.01 59.69)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "d6dc3ef2-bb81-4af6-a132-4fb33656eea5")
+ )
+ (wire
+ (pts
+ (xy 82.55 52.07) (xy 80.01 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0513fdc3-a875-4e56-ac3c-964188d3efdd")
+ )
+ (wire
+ (pts
+ (xy 26.67 107.95) (xy 26.67 105.41)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "05283047-1690-4768-b6e5-48f7fe8e13e9")
+ )
+ (wire
+ (pts
+ (xy 82.55 57.15) (xy 80.01 57.15)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "141339ba-ee91-4969-a907-29fc829697b5")
+ )
+ (wire
+ (pts
+ (xy 24.13 97.79) (xy 24.13 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2616d525-ac7e-4894-84c6-d5b26a11e5b1")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 106.68 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "29db1398-c83f-48c1-a358-ef81af30c42e")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 97.79 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2c93acde-6942-4f22-aa07-ff19f066d0a9")
+ )
+ (wire
+ (pts
+ (xy 97.79 69.85) (xy 97.79 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3701321e-fc1d-45aa-89bb-b7e914304829")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3937ba35-3a94-4f29-a8a4-09df18d51490")
+ )
+ (wire
+ (pts
+ (xy 105.41 46.99) (xy 107.95 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3ec8a2db-a3d4-4045-a963-ae8d3f6848ba")
+ )
+ (wire
+ (pts
+ (xy 134.62 31.75) (xy 139.7 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "43b13122-2ca9-414a-b7d2-2fa216640dd1")
+ )
+ (wire
+ (pts
+ (xy 115.57 31.75) (xy 114.3 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "471b7ebc-243d-438e-8824-d1a98cd6145c")
+ )
+ (wire
+ (pts
+ (xy 130.81 29.21) (xy 139.7 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4dcbf3be-c962-46f4-8211-7fb3facee9d9")
+ )
+ (wire
+ (pts
+ (xy 55.88 64.77) (xy 59.69 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "643c4b32-829d-4dc2-8754-d2630558fb98")
+ )
+ (wire
+ (pts
+ (xy 82.55 39.37) (xy 80.01 39.37)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6c528b49-3b46-48f6-9b59-6b6d82fec64b")
+ )
+ (wire
+ (pts
+ (xy 92.71 31.75) (xy 92.71 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "72e19cc6-44a7-4707-aa59-5258cc4cedc8")
+ )
+ (wire
+ (pts
+ (xy 105.41 54.61) (xy 107.95 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "76eaa470-54c8-41c0-bc11-f85bb1e9437d")
+ )
+ (wire
+ (pts
+ (xy 80.01 62.23) (xy 80.01 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7e075c08-216a-42ab-b4f6-b6d7bfe1d3c3")
+ )
+ (wire
+ (pts
+ (xy 105.41 49.53) (xy 107.95 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "806ac499-a615-4e1d-8214-d23ff230ea92")
+ )
+ (wire
+ (pts
+ (xy 80.01 57.15) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8a71beca-1fba-45ea-89a6-b59e0e4f5eaa")
+ )
+ (wire
+ (pts
+ (xy 105.41 52.07) (xy 107.95 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b80fab7-0b03-4c00-b1a4-f31aa6ea275f")
+ )
+ (wire
+ (pts
+ (xy 82.55 49.53) (xy 80.01 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "91c4d383-c359-4c9f-92fe-1242297b4537")
+ )
+ (wire
+ (pts
+ (xy 55.88 46.99) (xy 58.42 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a0ad8074-bc9a-4556-9e09-b60933c27c1f")
+ )
+ (wire
+ (pts
+ (xy 44.45 31.75) (xy 44.45 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a3f4a92a-944f-4240-b8af-11f9082e57cb")
+ )
+ (wire
+ (pts
+ (xy 40.64 74.93) (xy 40.64 77.47)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a59da3aa-6d1e-4882-8fc6-b6c69de9dd2a")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 36.83)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a7e4bbed-739c-4561-8de0-475706111de4")
+ )
+ (wire
+ (pts
+ (xy 82.55 46.99) (xy 80.01 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aaf986d5-7934-4971-b419-0e3066f6487c")
+ )
+ (wire
+ (pts
+ (xy 55.88 54.61) (xy 63.5 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ab3fcf7e-6683-4c7b-a060-15251d9c2e73")
+ )
+ (wire
+ (pts
+ (xy 55.88 62.23) (xy 66.04 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bb59469f-d490-4288-90aa-7c955698b9ff")
+ )
+ (wire
+ (pts
+ (xy 92.71 69.85) (xy 92.71 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c70b052a-b267-4c71-b113-953730e95354")
+ )
+ (wire
+ (pts
+ (xy 82.55 59.69) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cb0ef997-a54f-453d-88e1-a51490c1924d")
+ )
+ (wire
+ (pts
+ (xy 80.01 59.69) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d8398031-e45b-4c08-9306-8ff1c93e8acd")
+ )
+ (wire
+ (pts
+ (xy 55.88 49.53) (xy 58.42 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e5384d64-674b-4adf-8c75-c5dd2775c73d")
+ )
+ (wire
+ (pts
+ (xy 82.55 62.23) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e987a818-2f74-4278-b31b-04e4fcc8cce1")
+ )
+ (wire
+ (pts
+ (xy 134.62 34.29) (xy 139.7 34.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ea026009-79e0-49cd-a022-5d7646a3aeff")
+ )
+ (wire
+ (pts
+ (xy 55.88 52.07) (xy 58.42 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ebbc3227-6496-4cfc-aab8-20886ef784ce")
+ )
+ (wire
+ (pts
+ (xy 82.55 41.91) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ed1f242c-0611-4d1c-b894-6f349f334b9b")
+ )
+ (wire
+ (pts
+ (xy 35.56 31.75) (xy 35.56 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f035e19f-229f-4b95-96ca-3f34e31b8ed1")
+ )
+ (wire
+ (pts
+ (xy 29.21 97.79) (xy 29.21 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "fa00d60c-2fbf-49f7-a096-7d4adc103bfb")
+ )
+ (label "MOTOR_EN"
+ (at 58.42 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "17273698-3308-4de5-b0fa-c91f9ca24101")
+ )
+ (label "STEP"
+ (at 58.42 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3543e119-dcef-4204-af5c-1189c8644ab0")
+ )
+ (label "MOTOR_CTRL"
+ (at 130.81 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3e2c2225-12b4-4518-86e3-28cc4a810d64")
+ )
+ (label "DIR"
+ (at 80.01 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "63cad5c9-37ce-4d67-9666-5cfa87b2f968")
+ )
+ (label "DIR"
+ (at 58.42 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "92001af4-7547-4bfc-8874-fe2c7c3a8271")
+ )
+ (label "STEP"
+ (at 80.01 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "9f9ee59e-7b33-4201-ab16-1db4a3da61b0")
+ )
+ (label "LIM_A"
+ (at 29.21 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "b82afb1a-86dd-4031-b302-7022c5968ed0")
+ )
+ (label "MOTOR_CTRL"
+ (at 59.69 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ce9f8a66-8de8-4503-b8e7-aaccf561af92")
+ )
+ (label "LIM_C"
+ (at 58.42 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d6d743b4-4ce1-452c-8f77-17ea5a14cd02")
+ )
+ (label "LIM_C"
+ (at 24.13 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d93d7ab4-4472-4199-b317-308398df805a")
+ )
+ (label "MOTOR_EN"
+ (at 80.01 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ec333a37-011e-4656-8502-087894fbd0b3")
+ )
+ (label "LIM_A"
+ (at 58.42 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ed9bb322-db83-47aa-932a-e64c65b639d1")
+ )
+ (symbol
+ (lib_id "A1-KnockOffs:ESP-WROOM-32")
+ (at 40.64 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "030ea4ac-e769-48f5-87ec-27c7f04f42cd")
+ (property "Reference" "ESP32-WROOM1"
+ (at 46.5933 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP32-C3-DevKitM-1"
+ (at 46.5933 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Library:ESP32-WROOM-SAVED"
+ (at 40.64 74.93 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 40.64 80.01 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "27"
+ (uuid "1886e298-d0a5-4982-93d3-c452e0adfeb1")
+ )
+ (pin "17"
+ (uuid "5b6983aa-adcc-496f-a3bb-afe98ea70d12")
+ )
+ (pin "11"
+ (uuid "2741766b-1c35-4b3d-a981-29c6bce7dd15")
+ )
+ (pin "9"
+ (uuid "80a8277c-ff0a-4203-a090-1ae1e4fd8e41")
+ )
+ (pin "10"
+ (uuid "50f2e9a6-8c50-4ab3-bbc1-4127dc639b5c")
+ )
+ (pin "25"
+ (uuid "dfa8d8bb-54e3-4677-b726-79103fd77f11")
+ )
+ (pin "21"
+ (uuid "609d147e-abba-410f-8842-674397fadf31")
+ )
+ (pin "20"
+ (uuid "a9607447-0bbb-49f5-9ccc-c986bf96ff0a")
+ )
+ (pin "12"
+ (uuid "618de8f5-b7da-4b8d-b611-46ac2fc8c782")
+ )
+ (pin "16"
+ (uuid "e56abef1-1bbb-4692-8d03-3883962207f0")
+ )
+ (pin "4"
+ (uuid "1005809a-2f6b-407d-9396-189971ee8f83")
+ )
+ (pin "2"
+ (uuid "9aeb8bd8-5827-4b49-80ce-28eda1d360ab")
+ )
+ (pin "7"
+ (uuid "02a6b2a5-a5c8-4af2-82c7-d78060014362")
+ )
+ (pin "29"
+ (uuid "bc86adee-04f4-45e1-8e0f-23c44c505e0d")
+ )
+ (pin "23"
+ (uuid "2590a505-bf75-4243-98b4-804a7cb1cb59")
+ )
+ (pin "5"
+ (uuid "a32696a8-177b-430c-b57f-5ee7322ddfb0")
+ )
+ (pin "18"
+ (uuid "3248c1c1-2f1b-487f-a1d1-d36a08e27622")
+ )
+ (pin "26"
+ (uuid "fe70cb8d-c4d4-452b-82ab-e32564202e13")
+ )
+ (pin "22"
+ (uuid "d6b90430-3092-4a2f-b1cb-2fe7c2ef6a73")
+ )
+ (pin "1"
+ (uuid "921bbb6f-ebf0-4810-8466-7b6525c03d48")
+ )
+ (pin "14"
+ (uuid "a304a438-f2a5-4d82-870d-745acdb2415e")
+ )
+ (pin "30"
+ (uuid "56d1552b-9989-44dc-9218-7bae7ccbfdd4")
+ )
+ (pin "28"
+ (uuid "9aca69a8-783f-423c-9250-f424b0c240b8")
+ )
+ (pin "3"
+ (uuid "cdca96b5-cd92-43ae-8143-0bcef9065f1d")
+ )
+ (pin "6"
+ (uuid "508f6194-df62-41b6-9e82-1c87a77f1f1e")
+ )
+ (pin "24"
+ (uuid "a5b0f187-f59c-4b24-a2a9-52d33ea06083")
+ )
+ (pin "15"
+ (uuid "7306d570-0586-4987-bf17-b2cb5188adfd")
+ )
+ (pin "13"
+ (uuid "74a31dd9-c3eb-4ad8-892f-bc49896e417e")
+ )
+ (pin "8"
+ (uuid "6c02d4fe-88c7-44d0-a8e5-3b9aa807b350")
+ )
+ (pin "19"
+ (uuid "a27900c6-5211-49e8-b7fd-d4e95e24b76e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "ESP32-WROOM1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Driver_Motor:Pololu_Breakout_A4988")
+ (at 92.71 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "175eb07c-5a07-43b1-bfca-6c528aa82c29")
+ (property "Reference" "A4988"
+ (at 99.9333 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at 99.93 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 99.695 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 95.25 57.15 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 92.71 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "13"
+ (uuid "9d76c203-e688-4478-ac42-3ba07fcbbe66")
+ )
+ (pin "14"
+ (uuid "7055132f-ae90-4cfe-b920-4fcdb15ce9c8")
+ )
+ (pin "15"
+ (uuid "d7de985f-9ebf-42bf-997d-4f5ad300fd65")
+ )
+ (pin "9"
+ (uuid "f5cb3461-0664-40e0-9b35-46868cb81fa8")
+ )
+ (pin "11"
+ (uuid "d1d909c0-91d0-42d7-8a95-db6def5aadba")
+ )
+ (pin "16"
+ (uuid "865aefe7-aab9-4461-a644-11d766a2c957")
+ )
+ (pin "10"
+ (uuid "6c99746a-c629-4517-8210-fdfad8e597fe")
+ )
+ (pin "12"
+ (uuid "7524aa35-c33e-4c5c-8d86-e8eb10403f80")
+ )
+ (pin "5"
+ (uuid "9c464e62-304f-426c-8b0c-5e5c31cd9d4c")
+ )
+ (pin "4"
+ (uuid "2d103bfc-d13e-4a92-b272-e8d4a0b703e0")
+ )
+ (pin "3"
+ (uuid "ecdbda6c-96d5-409e-b5e2-7983eb316008")
+ )
+ (pin "7"
+ (uuid "2aac52e7-dc58-48c4-afdc-5586331c8ebf")
+ )
+ (pin "8"
+ (uuid "57e708a8-da8f-49e7-90f6-d3ef58536201")
+ )
+ (pin "1"
+ (uuid "8966f709-7f88-4aa4-ac16-c20408943c97")
+ )
+ (pin "2"
+ (uuid "b49c3f94-735e-4357-8175-c8ff1067dcc5")
+ )
+ (pin "6"
+ (uuid "afeecca7-99dd-4eb8-9223-05bee5c3a52a")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "A4988")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 134.62 31.75 270)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "1c152c4e-5826-4b88-87a2-766c8d5d9ef3")
+ (property "Reference" "#PWR13"
+ (at 130.81 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 130.81 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "f26e4404-5f2f-4283-a80c-3361b62a2cad")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR13")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 67.31 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1c27537a-aed0-4a70-9717-74885b75d76f")
+ (property "Reference" "R1"
+ (at 67.31 57.09 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 67.31 54.61 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 67.31 56.388 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1d9e5f82-493c-40cf-a87f-194efe34c5d3")
+ )
+ (pin "2"
+ (uuid "99a3ec10-2d8c-4c1b-8c43-42e6fbd83209")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 92.71 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1ee6b89f-5e54-4488-8335-dd091251b625")
+ (property "Reference" "#PWR02"
+ (at 92.71 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 89.13 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e65330b2-bf89-4746-b4af-87e724730192")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR02")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 92.71 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "23041610-1d75-4946-8bb7-5a959aab4be2")
+ (property "Reference" "#PWR09"
+ (at 92.71 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 92.71 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0337aec1-e54d-42c1-b8e2-f27a74876468")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR09")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 97.79 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "26997096-83d3-458b-bcca-eff6a3106e5d")
+ (property "Reference" "#PWR06"
+ (at 97.79 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 97.79 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5388d1a4-fc57-4b2c-b00c-1d69b73e6cb3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR06")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Switch:SW_DPDT_x2")
+ (at 26.67 102.87 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
+ (property "Reference" "SW1"
+ (at 31.75 101.5999 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Limit Switch"
+ (at 31.75 104.1399 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "5"
+ (uuid "391b4c6a-cc9b-4c8f-a568-77a9bcb9da4a")
+ )
+ (pin "6"
+ (uuid "8de65841-6433-4135-af65-e0063dea65eb")
+ )
+ (pin "1"
+ (uuid "412c9b78-f671-4e40-84d0-619f100c7941")
+ )
+ (pin "4"
+ (uuid "b62bab6d-d6cc-4021-af37-e8e549a4d7d6")
+ )
+ (pin "2"
+ (uuid "ed5d5e2d-3f18-4248-8ad0-ae41369a7f25")
+ )
+ (pin "3"
+ (uuid "17426441-ff96-4a6c-933a-fa4a225b9779")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "SW1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 35.56 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "5f7f2c75-7310-455b-8ec5-288a324e54c9")
+ (property "Reference" "#PWR05"
+ (at 35.56 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 35.56 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0be13e4b-9809-41d1-a995-ccd0f826ad66")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR05")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 134.62 34.29 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7d4e3e96-166c-4268-97dd-808b6572f461")
+ (property "Reference" "#PWR07"
+ (at 130.81 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 130.81 34.2899 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1e2b75b3-bc67-4345-bb5c-e7615209180e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR07")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 69.85 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7efd1369-ce97-45d6-b694-299fe069a256")
+ (property "Reference" "R2"
+ (at 69.342 65.024 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 70.104 62.23 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 69.85 64.008 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "52c665c0-0fad-4b00-89f1-e73c6731c43b")
+ )
+ (pin "2"
+ (uuid "c2f00111-cd40-429e-8c8b-f32d5fe6e535")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 26.67 105.41 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "850102d0-63e1-4288-b7d8-023127c32d0d")
+ (property "Reference" "#PWR04"
+ (at 26.67 101.6 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 26.67 108.458 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7e8a0125-2907-4694-b179-5b2234e7edc3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR04")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 73.66 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a0e4f62c-9606-4e73-b7b1-cda019fdf67f")
+ (property "Reference" "#PWR22"
+ (at 77.47 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 78.74 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "68d2f53c-b8f3-48dd-a38a-14fb241aa594")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR22")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 80.01 36.83 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a3f18bec-1b3c-42a5-9e24-db1827259157")
+ (property "Reference" "#PWR03"
+ (at 80.01 33.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 80.01 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d1ed6976-865f-48f4-ae1e-fde3834b9ccc")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR03")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 71.12 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "be62570e-b0fb-459b-a386-3ce0e9e32dc5")
+ (property "Reference" "#PWR21"
+ (at 74.93 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 72.79 52.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "576fab82-b274-4f64-8a22-c09bab5d32b2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR21")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 44.45 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "c9fe1813-99b6-47c4-9f19-d593706fac0a")
+ (property "Reference" "#PWR01"
+ (at 44.45 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 44.45 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bbe9f586-c8a4-44ba-8af8-d72be6d3dbeb")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR01")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 64.77 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "cfd1ee74-cb50-4a44-9257-f2c09f567ae3")
+ (property "Reference" "#PWR12"
+ (at 80.01 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b65f6faf-b065-4d95-a53a-dadb3577b136")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR12")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C_Polarized")
+ (at 110.49 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "db07aea6-82fd-4feb-9821-e1c591adcae0")
+ (property "Reference" "C3"
+ (at 109.728 30.734 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100uF"
+ (at 113.538 34.798 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm"
+ (at 114.3 30.7848 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c9259394-4c3a-4c42-80cd-681f27ff50e0")
+ )
+ (pin "2"
+ (uuid "b862278a-eb05-464c-804c-a594464f56f8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Screw_Terminal_01x03")
+ (at 144.78 31.75 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e78d687e-968c-4e90-bcfe-d9463c0a748b")
+ (property "Reference" "MotorPower1"
+ (at 147.32 30.4799 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x03"
+ (at 147.32 33.0199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "a20edff0-b63a-42b1-add7-13c1640d223d")
+ )
+ (pin "1"
+ (uuid "1608b249-ebbd-4a30-8b56-2054e6a1e13a")
+ )
+ (pin "3"
+ (uuid "8ba662d4-6d73-4e55-ad53-e8822970dead")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "MotorPower1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 40.64 77.47 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e79afa10-979a-4a28-973d-81a248ae7c9d")
+ (property "Reference" "#PWR08"
+ (at 40.64 81.28 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 40.64 82.55 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d3b8adf3-280f-4346-8325-9463e0460f16")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR08")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e96a8365-1e41-401b-a4a0-8a214732ec25")
+ (property "Reference" "#PWR23"
+ (at 119.38 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 119.38 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc1bef69-07ed-486a-9e3d-9f0c286fb1c3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR23")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic_MountingPin:Conn_01x04_MountingPin")
+ (at 113.03 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
+ (property "Reference" "StepperConnection1"
+ (at 115.57 49.8855 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 115.57 52.4255 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "4"
+ (uuid "72b7e49c-9a41-4438-8df9-db24cff815d6")
+ )
+ (pin "3"
+ (uuid "d560a2b0-a76d-45d8-a330-b4ab729b22b2")
+ )
+ (pin "2"
+ (uuid "20b525a7-167e-46a5-bd80-5fe33775f790")
+ )
+ (pin "1"
+ (uuid "4d0a0af0-cc24-4b52-8ed7-e5ec3a7aa387")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "StepperConnection1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 97.79 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "f3c96f84-3c23-4063-9492-4d6853f9e527")
+ (property "Reference" "#PWR10"
+ (at 97.79 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 97.79 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c0012a28-8a70-44e9-8dd4-9937db963a0b")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "TPS61088:TPS61088")
+ (at 80.01 140.97 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "b22a6ebd-d6b8-4ad7-b908-81db29d012fb")
+ (property "Reference" "U1"
+ (at 82.55000000000001 138.43 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "TPS61088"
+ (at 82.55000000000001 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "16f48348-088b-4c61-a241-68cdd88cc756")
+ )
+ (pin "3"
+ (uuid "2f13346f-c23c-474e-a533-0f07912fa295")
+ )
+ (pin "4"
+ (uuid "89427543-8836-4a20-9fc3-ba0615b1251a")
+ )
+ (pin "5"
+ (uuid "4f1687c8-020a-4226-9762-c303b6a4eb0a")
+ )
+ (pin "6"
+ (uuid "fd3132a4-a1fc-480a-89d3-606adeea90f1")
+ )
+ (pin "7"
+ (uuid "24d28792-4fe9-4eb1-9da0-976762dd86fc")
+ )
+ (pin "8"
+ (uuid "02617aef-f099-4765-bd11-67fee8b9d891")
+ )
+ (pin "9"
+ (uuid "92a86721-cccc-4bac-b43c-f1ed1ed63a25")
+ )
+ (pin "11"
+ (uuid "0fac307f-909d-48d4-bb7b-0e1f8348dd8c")
+ )
+ (pin "12"
+ (uuid "ff567737-2931-42b2-b6d4-1a239cccf4d2")
+ )
+ (pin "15"
+ (uuid "53632ced-577d-4b5d-83bd-975d84b8cce2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "U1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (sheet_instances
+ (path "/"
+ (page "1")
+ )
+ )
+ (embedded_fonts no)
+)
diff --git a/firstpcb_test4.kicad_sch b/firstpcb_test4.kicad_sch
new file mode 100644
index 0000000..84ef823
--- /dev/null
+++ b/firstpcb_test4.kicad_sch
@@ -0,0 +1,6908 @@
+(kicad_sch
+ (version 20250114)
+ (generator "eeschema")
+ (generator_version "9.0")
+ (uuid "4ce690e5-6d5b-4693-bd2e-f4090f26df1f")
+ (paper "A4")
+ (lib_symbols
+ (symbol "A1-KnockOffs:ESP-WROOM-32"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "ESP32-WROOM1"
+ (at 7.112 20.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP-WROOM-32"
+ (at 6.858 18.034 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "RF_Module:ESP32-C3-DevKitM-1"
+ (at 0 -25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 0 -30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 0 -27.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "riscv wifi bluetooth ble"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "*ESP32?C3?DevKitM?1*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ESP-WROOM-32_1_1"
+ (rectangle
+ (start -12.7 15.24)
+ (end 12.7 -22.86)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 12.7 0)
+ (length 2.54)
+ (name "EN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 10.16 0)
+ (length 2.54)
+ (name "VP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 7.62 0)
+ (length 2.54)
+ (name "VN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 5.08 0)
+ (length 2.54)
+ (name "D34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH1" passive line)
+ (alternate "XTAL_32K_N" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 2.54 0)
+ (length 2.54)
+ (name "D35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "FSPIQ" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 0 0)
+ (length 2.54)
+ (name "D33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH3" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -2.54 0)
+ (length 2.54)
+ (name "D32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -5.08 0)
+ (length 2.54)
+ (name "D25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO20" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -7.62 0)
+ (length 2.54)
+ (name "D26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO21" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -10.16 0)
+ (length 2.54)
+ (name "D27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -12.7 0)
+ (length 2.54)
+ (name "D14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -15.24 0)
+ (length 2.54)
+ (name "D12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -17.78 0)
+ (length 2.54)
+ (name "D13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin power_in line
+ (at -5.08 17.78 270)
+ (length 2.54)
+ (name "VIN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -25.4 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_out line
+ (at 3.81 17.78 270)
+ (length 2.54)
+ (name "3V3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "D23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "30"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "D22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "29"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "TX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "RX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC2_CH0" passive line)
+ (alternate "FSPIWP" passive line)
+ (alternate "MTDI" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "D21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICLK" passive line)
+ (alternate "MTCK" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "D19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPID" passive line)
+ (alternate "MTDO" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "D18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "D5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "D17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICS0" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "D16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D-" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "D4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "D2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "D15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (hide yes)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector:Screw_Terminal_01x03"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Screw_Terminal_01x03"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "screw terminal"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "TerminalBlock*:*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Screw_Terminal_01x03_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 2.8702) (xy 0.3302 2.032)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 0.3302) (xy 0.3302 -0.508)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 -2.2098) (xy 0.3302 -3.048)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 3.048) (xy 0.508 2.2098)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 0.508) (xy 0.508 -0.3302)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 -2.032) (xy 0.508 -2.8702)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 0)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 -2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector_Generic_MountingPin:Conn_01x04_MountingPin"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "StepperConnection1"
+ (at 2.54 -0.3555 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 2.54 -2.8955 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??-1MP*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x04_MountingPin_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -6.35)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "C_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_0_1"
+ (polyline
+ (pts
+ (xy -2.032 0.762) (xy 2.032 0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -2.032 -0.762) (xy 2.032 -0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "C_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C_Polarized"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C_Polarized"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "CP_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_Polarized_0_1"
+ (rectangle
+ (start -2.286 0.508)
+ (end 2.286 1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.778 2.286) (xy -0.762 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.794) (xy -1.27 1.778)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start 2.286 -0.508)
+ (end -2.286 -1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type outline)
+ )
+ )
+ )
+ (symbol "C_Polarized_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:R"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "R"
+ (at 2.032 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "R"
+ (at 0 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at -1.778 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "R res resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "R_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "R_0_1"
+ (rectangle
+ (start -1.016 -2.54)
+ (end 1.016 2.54)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "R_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Driver_Motor:Pololu_Breakout_A4988"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "A"
+ (at -2.54 19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at -2.54 16.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 6.985 -19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 2.54 -7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "Pololu Breakout Board Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Pololu*Breakout*15.2x20.3mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_0_1"
+ (rectangle
+ (start 10.16 -17.78)
+ (end -7.62 15.24)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_1_1"
+ (pin input line
+ (at -10.16 10.16 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 7.62 0)
+ (length 2.54)
+ (name "~{SLEEP}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 2.54 0)
+ (length 2.54)
+ (name "~{ENABLE}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 0 0)
+ (length 2.54)
+ (name "STEP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -2.54 0)
+ (length 2.54)
+ (name "DIR"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -7.62 0)
+ (length 2.54)
+ (name "MS1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -10.16 0)
+ (length 2.54)
+ (name "MS2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -12.7 0)
+ (length 2.54)
+ (name "MS3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 17.78 270)
+ (length 2.54)
+ (name "VDD"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 17.78 270)
+ (length 2.54)
+ (name "VMOT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 2.54 180)
+ (length 2.54)
+ (name "1B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 0 180)
+ (length 2.54)
+ (name "1A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -2.54 180)
+ (length 2.54)
+ (name "2A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -5.08 180)
+ (length 2.54)
+ (name "2B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Switch:SW_DPDT_x2"
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "SW"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "SW_DPDT_x2"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "switch dual-pole double-throw DPDT spdt ON-ON"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "SW*DPDT*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "SW_DPDT_x2_0_0"
+ (circle
+ (center -2.032 0)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 -2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_0_1"
+ (rectangle
+ (start -3.175 3.81)
+ (end 3.175 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.524 0.254) (xy 1.5748 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_1_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_2_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+12V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+12V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+12V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+12V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+3.3V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+3.3V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+3.3V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+3.3V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+5V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+5V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+5V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+5V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:GND"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -6.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "GND_0_1"
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "GND_1_1"
+ (pin power_in line
+ (at 0 0 270)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+
+ (symbol "TPS61088:TPS61088"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at 0 16.51 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "TPS61088"
+ (at 0 13.97 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "Package_DFN_QFN:QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2.1x2.1mm"
+ (at 0 -20.32 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps61088.pdf"
+ (at 0 -22.86 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Description" "10A Fully-Integrated Synchronous Boost Converter"
+ (at 0 -25.4 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (symbol "TPS61088_0_1"
+ (rectangle
+ (start -10.16 12.7)
+ (end 10.16 -12.7)
+ (stroke (width 0.254) (type default))
+ (fill (type background))
+ )
+ )
+ (symbol "TPS61088_1_1"
+ (pin power_in line
+ (at -12.7 10.16 0) (length 2.54)
+ (name "VIN" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 5.08 0) (length 2.54)
+ (name "EN" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 0 0) (length 2.54)
+ (name "SS/TR" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 -5.08 0) (length 2.54)
+ (name "COMP" (effects (font (size 1.27 1.27))))
+ (number "5" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 -10.16 0) (length 2.54)
+ (name "FB" (effects (font (size 1.27 1.27))))
+ (number "6" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 10.16 180) (length 2.54)
+ (name "SW" (effects (font (size 1.27 1.27))))
+ (number "12" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 5.08 180) (length 2.54)
+ (name "BST" (effects (font (size 1.27 1.27))))
+ (number "11" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_out line
+ (at 12.7 0 180) (length 2.54)
+ (name "VOUT" (effects (font (size 1.27 1.27))))
+ (number "9" (effects (font (size 1.27 1.27))))
+ )
+ (pin open_collector line
+ (at 12.7 -5.08 180) (length 2.54)
+ (name "PGOOD" (effects (font (size 1.27 1.27))))
+ (number "8" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at 0 -15.24 90) (length 2.54)
+ (name "PGND" (effects (font (size 1.27 1.27))))
+ (number "15" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at -5.08 -15.24 90) (length 2.54)
+ (name "AGND" (effects (font (size 1.27 1.27))))
+ (number "7" (effects (font (size 1.27 1.27))))
+ )
+ )
+ (embedded_fonts no)
+ )
+ )
+ (junction
+ (at 80.01 39.37)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "0d07ffe3-cb5e-495c-a857-7ecc162b1858")
+ )
+ (junction
+ (at 97.79 31.75)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "18d26896-36f9-4e7d-8aa9-1913ec88126c")
+ )
+ (junction
+ (at 80.01 62.23)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a8c14d4c-caa5-43a9-96f9-69a0e91e9bbe")
+ )
+ (junction
+ (at 80.01 59.69)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "d6dc3ef2-bb81-4af6-a132-4fb33656eea5")
+ )
+ (wire
+ (pts
+ (xy 82.55 52.07) (xy 80.01 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0513fdc3-a875-4e56-ac3c-964188d3efdd")
+ )
+ (wire
+ (pts
+ (xy 26.67 107.95) (xy 26.67 105.41)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "05283047-1690-4768-b6e5-48f7fe8e13e9")
+ )
+ (wire
+ (pts
+ (xy 82.55 57.15) (xy 80.01 57.15)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "141339ba-ee91-4969-a907-29fc829697b5")
+ )
+ (wire
+ (pts
+ (xy 24.13 97.79) (xy 24.13 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2616d525-ac7e-4894-84c6-d5b26a11e5b1")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 106.68 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "29db1398-c83f-48c1-a358-ef81af30c42e")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 97.79 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2c93acde-6942-4f22-aa07-ff19f066d0a9")
+ )
+ (wire
+ (pts
+ (xy 97.79 69.85) (xy 97.79 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3701321e-fc1d-45aa-89bb-b7e914304829")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3937ba35-3a94-4f29-a8a4-09df18d51490")
+ )
+ (wire
+ (pts
+ (xy 105.41 46.99) (xy 107.95 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3ec8a2db-a3d4-4045-a963-ae8d3f6848ba")
+ )
+ (wire
+ (pts
+ (xy 134.62 31.75) (xy 139.7 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "43b13122-2ca9-414a-b7d2-2fa216640dd1")
+ )
+ (wire
+ (pts
+ (xy 115.57 31.75) (xy 114.3 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "471b7ebc-243d-438e-8824-d1a98cd6145c")
+ )
+ (wire
+ (pts
+ (xy 130.81 29.21) (xy 139.7 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4dcbf3be-c962-46f4-8211-7fb3facee9d9")
+ )
+ (wire
+ (pts
+ (xy 55.88 64.77) (xy 59.69 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "643c4b32-829d-4dc2-8754-d2630558fb98")
+ )
+ (wire
+ (pts
+ (xy 82.55 39.37) (xy 80.01 39.37)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6c528b49-3b46-48f6-9b59-6b6d82fec64b")
+ )
+ (wire
+ (pts
+ (xy 92.71 31.75) (xy 92.71 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "72e19cc6-44a7-4707-aa59-5258cc4cedc8")
+ )
+ (wire
+ (pts
+ (xy 105.41 54.61) (xy 107.95 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "76eaa470-54c8-41c0-bc11-f85bb1e9437d")
+ )
+ (wire
+ (pts
+ (xy 80.01 62.23) (xy 80.01 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7e075c08-216a-42ab-b4f6-b6d7bfe1d3c3")
+ )
+ (wire
+ (pts
+ (xy 105.41 49.53) (xy 107.95 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "806ac499-a615-4e1d-8214-d23ff230ea92")
+ )
+ (wire
+ (pts
+ (xy 80.01 57.15) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8a71beca-1fba-45ea-89a6-b59e0e4f5eaa")
+ )
+ (wire
+ (pts
+ (xy 105.41 52.07) (xy 107.95 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b80fab7-0b03-4c00-b1a4-f31aa6ea275f")
+ )
+ (wire
+ (pts
+ (xy 82.55 49.53) (xy 80.01 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "91c4d383-c359-4c9f-92fe-1242297b4537")
+ )
+ (wire
+ (pts
+ (xy 55.88 46.99) (xy 58.42 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a0ad8074-bc9a-4556-9e09-b60933c27c1f")
+ )
+ (wire
+ (pts
+ (xy 44.45 31.75) (xy 44.45 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a3f4a92a-944f-4240-b8af-11f9082e57cb")
+ )
+ (wire
+ (pts
+ (xy 40.64 74.93) (xy 40.64 77.47)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a59da3aa-6d1e-4882-8fc6-b6c69de9dd2a")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 36.83)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a7e4bbed-739c-4561-8de0-475706111de4")
+ )
+ (wire
+ (pts
+ (xy 82.55 46.99) (xy 80.01 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aaf986d5-7934-4971-b419-0e3066f6487c")
+ )
+ (wire
+ (pts
+ (xy 55.88 54.61) (xy 63.5 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ab3fcf7e-6683-4c7b-a060-15251d9c2e73")
+ )
+ (wire
+ (pts
+ (xy 55.88 62.23) (xy 66.04 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bb59469f-d490-4288-90aa-7c955698b9ff")
+ )
+ (wire
+ (pts
+ (xy 92.71 69.85) (xy 92.71 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c70b052a-b267-4c71-b113-953730e95354")
+ )
+ (wire
+ (pts
+ (xy 82.55 59.69) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cb0ef997-a54f-453d-88e1-a51490c1924d")
+ )
+ (wire
+ (pts
+ (xy 80.01 59.69) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d8398031-e45b-4c08-9306-8ff1c93e8acd")
+ )
+ (wire
+ (pts
+ (xy 55.88 49.53) (xy 58.42 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e5384d64-674b-4adf-8c75-c5dd2775c73d")
+ )
+ (wire
+ (pts
+ (xy 82.55 62.23) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e987a818-2f74-4278-b31b-04e4fcc8cce1")
+ )
+ (wire
+ (pts
+ (xy 134.62 34.29) (xy 139.7 34.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ea026009-79e0-49cd-a022-5d7646a3aeff")
+ )
+ (wire
+ (pts
+ (xy 55.88 52.07) (xy 58.42 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ebbc3227-6496-4cfc-aab8-20886ef784ce")
+ )
+ (wire
+ (pts
+ (xy 82.55 41.91) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ed1f242c-0611-4d1c-b894-6f349f334b9b")
+ )
+ (wire
+ (pts
+ (xy 35.56 31.75) (xy 35.56 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f035e19f-229f-4b95-96ca-3f34e31b8ed1")
+ )
+ (wire
+ (pts
+ (xy 29.21 97.79) (xy 29.21 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "fa00d60c-2fbf-49f7-a096-7d4adc103bfb")
+ )
+ (label "MOTOR_EN"
+ (at 58.42 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "17273698-3308-4de5-b0fa-c91f9ca24101")
+ )
+ (label "STEP"
+ (at 58.42 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3543e119-dcef-4204-af5c-1189c8644ab0")
+ )
+ (label "MOTOR_CTRL"
+ (at 130.81 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3e2c2225-12b4-4518-86e3-28cc4a810d64")
+ )
+ (label "DIR"
+ (at 80.01 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "63cad5c9-37ce-4d67-9666-5cfa87b2f968")
+ )
+ (label "DIR"
+ (at 58.42 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "92001af4-7547-4bfc-8874-fe2c7c3a8271")
+ )
+ (label "STEP"
+ (at 80.01 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "9f9ee59e-7b33-4201-ab16-1db4a3da61b0")
+ )
+ (label "LIM_A"
+ (at 29.21 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "b82afb1a-86dd-4031-b302-7022c5968ed0")
+ )
+ (label "MOTOR_CTRL"
+ (at 59.69 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ce9f8a66-8de8-4503-b8e7-aaccf561af92")
+ )
+ (label "LIM_C"
+ (at 58.42 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d6d743b4-4ce1-452c-8f77-17ea5a14cd02")
+ )
+ (label "LIM_C"
+ (at 24.13 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d93d7ab4-4472-4199-b317-308398df805a")
+ )
+ (label "MOTOR_EN"
+ (at 80.01 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ec333a37-011e-4656-8502-087894fbd0b3")
+ )
+ (label "LIM_A"
+ (at 58.42 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ed9bb322-db83-47aa-932a-e64c65b639d1")
+ )
+ (symbol
+ (lib_id "A1-KnockOffs:ESP-WROOM-32")
+ (at 40.64 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "030ea4ac-e769-48f5-87ec-27c7f04f42cd")
+ (property "Reference" "ESP32-WROOM1"
+ (at 46.5933 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP32-C3-DevKitM-1"
+ (at 46.5933 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Library:ESP32-WROOM-SAVED"
+ (at 40.64 74.93 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 40.64 80.01 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "27"
+ (uuid "1886e298-d0a5-4982-93d3-c452e0adfeb1")
+ )
+ (pin "17"
+ (uuid "5b6983aa-adcc-496f-a3bb-afe98ea70d12")
+ )
+ (pin "11"
+ (uuid "2741766b-1c35-4b3d-a981-29c6bce7dd15")
+ )
+ (pin "9"
+ (uuid "80a8277c-ff0a-4203-a090-1ae1e4fd8e41")
+ )
+ (pin "10"
+ (uuid "50f2e9a6-8c50-4ab3-bbc1-4127dc639b5c")
+ )
+ (pin "25"
+ (uuid "dfa8d8bb-54e3-4677-b726-79103fd77f11")
+ )
+ (pin "21"
+ (uuid "609d147e-abba-410f-8842-674397fadf31")
+ )
+ (pin "20"
+ (uuid "a9607447-0bbb-49f5-9ccc-c986bf96ff0a")
+ )
+ (pin "12"
+ (uuid "618de8f5-b7da-4b8d-b611-46ac2fc8c782")
+ )
+ (pin "16"
+ (uuid "e56abef1-1bbb-4692-8d03-3883962207f0")
+ )
+ (pin "4"
+ (uuid "1005809a-2f6b-407d-9396-189971ee8f83")
+ )
+ (pin "2"
+ (uuid "9aeb8bd8-5827-4b49-80ce-28eda1d360ab")
+ )
+ (pin "7"
+ (uuid "02a6b2a5-a5c8-4af2-82c7-d78060014362")
+ )
+ (pin "29"
+ (uuid "bc86adee-04f4-45e1-8e0f-23c44c505e0d")
+ )
+ (pin "23"
+ (uuid "2590a505-bf75-4243-98b4-804a7cb1cb59")
+ )
+ (pin "5"
+ (uuid "a32696a8-177b-430c-b57f-5ee7322ddfb0")
+ )
+ (pin "18"
+ (uuid "3248c1c1-2f1b-487f-a1d1-d36a08e27622")
+ )
+ (pin "26"
+ (uuid "fe70cb8d-c4d4-452b-82ab-e32564202e13")
+ )
+ (pin "22"
+ (uuid "d6b90430-3092-4a2f-b1cb-2fe7c2ef6a73")
+ )
+ (pin "1"
+ (uuid "921bbb6f-ebf0-4810-8466-7b6525c03d48")
+ )
+ (pin "14"
+ (uuid "a304a438-f2a5-4d82-870d-745acdb2415e")
+ )
+ (pin "30"
+ (uuid "56d1552b-9989-44dc-9218-7bae7ccbfdd4")
+ )
+ (pin "28"
+ (uuid "9aca69a8-783f-423c-9250-f424b0c240b8")
+ )
+ (pin "3"
+ (uuid "cdca96b5-cd92-43ae-8143-0bcef9065f1d")
+ )
+ (pin "6"
+ (uuid "508f6194-df62-41b6-9e82-1c87a77f1f1e")
+ )
+ (pin "24"
+ (uuid "a5b0f187-f59c-4b24-a2a9-52d33ea06083")
+ )
+ (pin "15"
+ (uuid "7306d570-0586-4987-bf17-b2cb5188adfd")
+ )
+ (pin "13"
+ (uuid "74a31dd9-c3eb-4ad8-892f-bc49896e417e")
+ )
+ (pin "8"
+ (uuid "6c02d4fe-88c7-44d0-a8e5-3b9aa807b350")
+ )
+ (pin "19"
+ (uuid "a27900c6-5211-49e8-b7fd-d4e95e24b76e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "ESP32-WROOM1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Driver_Motor:Pololu_Breakout_A4988")
+ (at 92.71 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "175eb07c-5a07-43b1-bfca-6c528aa82c29")
+ (property "Reference" "A4988"
+ (at 99.9333 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at 99.93 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 99.695 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 95.25 57.15 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 92.71 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "13"
+ (uuid "9d76c203-e688-4478-ac42-3ba07fcbbe66")
+ )
+ (pin "14"
+ (uuid "7055132f-ae90-4cfe-b920-4fcdb15ce9c8")
+ )
+ (pin "15"
+ (uuid "d7de985f-9ebf-42bf-997d-4f5ad300fd65")
+ )
+ (pin "9"
+ (uuid "f5cb3461-0664-40e0-9b35-46868cb81fa8")
+ )
+ (pin "11"
+ (uuid "d1d909c0-91d0-42d7-8a95-db6def5aadba")
+ )
+ (pin "16"
+ (uuid "865aefe7-aab9-4461-a644-11d766a2c957")
+ )
+ (pin "10"
+ (uuid "6c99746a-c629-4517-8210-fdfad8e597fe")
+ )
+ (pin "12"
+ (uuid "7524aa35-c33e-4c5c-8d86-e8eb10403f80")
+ )
+ (pin "5"
+ (uuid "9c464e62-304f-426c-8b0c-5e5c31cd9d4c")
+ )
+ (pin "4"
+ (uuid "2d103bfc-d13e-4a92-b272-e8d4a0b703e0")
+ )
+ (pin "3"
+ (uuid "ecdbda6c-96d5-409e-b5e2-7983eb316008")
+ )
+ (pin "7"
+ (uuid "2aac52e7-dc58-48c4-afdc-5586331c8ebf")
+ )
+ (pin "8"
+ (uuid "57e708a8-da8f-49e7-90f6-d3ef58536201")
+ )
+ (pin "1"
+ (uuid "8966f709-7f88-4aa4-ac16-c20408943c97")
+ )
+ (pin "2"
+ (uuid "b49c3f94-735e-4357-8175-c8ff1067dcc5")
+ )
+ (pin "6"
+ (uuid "afeecca7-99dd-4eb8-9223-05bee5c3a52a")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "A4988")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 134.62 31.75 270)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "1c152c4e-5826-4b88-87a2-766c8d5d9ef3")
+ (property "Reference" "#PWR13"
+ (at 130.81 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 130.81 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "f26e4404-5f2f-4283-a80c-3361b62a2cad")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR13")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 67.31 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1c27537a-aed0-4a70-9717-74885b75d76f")
+ (property "Reference" "R1"
+ (at 67.31 57.09 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 67.31 54.61 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 67.31 56.388 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1d9e5f82-493c-40cf-a87f-194efe34c5d3")
+ )
+ (pin "2"
+ (uuid "99a3ec10-2d8c-4c1b-8c43-42e6fbd83209")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 92.71 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1ee6b89f-5e54-4488-8335-dd091251b625")
+ (property "Reference" "#PWR02"
+ (at 92.71 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 89.13 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e65330b2-bf89-4746-b4af-87e724730192")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR02")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 92.71 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "23041610-1d75-4946-8bb7-5a959aab4be2")
+ (property "Reference" "#PWR09"
+ (at 92.71 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 92.71 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0337aec1-e54d-42c1-b8e2-f27a74876468")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR09")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 97.79 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "26997096-83d3-458b-bcca-eff6a3106e5d")
+ (property "Reference" "#PWR06"
+ (at 97.79 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 97.79 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5388d1a4-fc57-4b2c-b00c-1d69b73e6cb3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR06")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Switch:SW_DPDT_x2")
+ (at 26.67 102.87 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
+ (property "Reference" "SW1"
+ (at 31.75 101.5999 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Limit Switch"
+ (at 31.75 104.1399 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "5"
+ (uuid "391b4c6a-cc9b-4c8f-a568-77a9bcb9da4a")
+ )
+ (pin "6"
+ (uuid "8de65841-6433-4135-af65-e0063dea65eb")
+ )
+ (pin "1"
+ (uuid "412c9b78-f671-4e40-84d0-619f100c7941")
+ )
+ (pin "4"
+ (uuid "b62bab6d-d6cc-4021-af37-e8e549a4d7d6")
+ )
+ (pin "2"
+ (uuid "ed5d5e2d-3f18-4248-8ad0-ae41369a7f25")
+ )
+ (pin "3"
+ (uuid "17426441-ff96-4a6c-933a-fa4a225b9779")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "SW1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 35.56 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "5f7f2c75-7310-455b-8ec5-288a324e54c9")
+ (property "Reference" "#PWR05"
+ (at 35.56 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 35.56 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0be13e4b-9809-41d1-a995-ccd0f826ad66")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR05")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 134.62 34.29 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7d4e3e96-166c-4268-97dd-808b6572f461")
+ (property "Reference" "#PWR07"
+ (at 130.81 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 130.81 34.2899 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1e2b75b3-bc67-4345-bb5c-e7615209180e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR07")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 69.85 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7efd1369-ce97-45d6-b694-299fe069a256")
+ (property "Reference" "R2"
+ (at 69.342 65.024 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 70.104 62.23 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 69.85 64.008 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "52c665c0-0fad-4b00-89f1-e73c6731c43b")
+ )
+ (pin "2"
+ (uuid "c2f00111-cd40-429e-8c8b-f32d5fe6e535")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 26.67 105.41 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "850102d0-63e1-4288-b7d8-023127c32d0d")
+ (property "Reference" "#PWR04"
+ (at 26.67 101.6 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 26.67 108.458 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7e8a0125-2907-4694-b179-5b2234e7edc3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR04")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 73.66 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a0e4f62c-9606-4e73-b7b1-cda019fdf67f")
+ (property "Reference" "#PWR22"
+ (at 77.47 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 78.74 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "68d2f53c-b8f3-48dd-a38a-14fb241aa594")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR22")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 80.01 36.83 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a3f18bec-1b3c-42a5-9e24-db1827259157")
+ (property "Reference" "#PWR03"
+ (at 80.01 33.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 80.01 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d1ed6976-865f-48f4-ae1e-fde3834b9ccc")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR03")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 71.12 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "be62570e-b0fb-459b-a386-3ce0e9e32dc5")
+ (property "Reference" "#PWR21"
+ (at 74.93 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 72.79 52.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "576fab82-b274-4f64-8a22-c09bab5d32b2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR21")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 44.45 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "c9fe1813-99b6-47c4-9f19-d593706fac0a")
+ (property "Reference" "#PWR01"
+ (at 44.45 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 44.45 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bbe9f586-c8a4-44ba-8af8-d72be6d3dbeb")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR01")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 64.77 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "cfd1ee74-cb50-4a44-9257-f2c09f567ae3")
+ (property "Reference" "#PWR12"
+ (at 80.01 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b65f6faf-b065-4d95-a53a-dadb3577b136")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR12")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C_Polarized")
+ (at 110.49 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "db07aea6-82fd-4feb-9821-e1c591adcae0")
+ (property "Reference" "C3"
+ (at 109.728 30.734 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100uF"
+ (at 113.538 34.798 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm"
+ (at 114.3 30.7848 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c9259394-4c3a-4c42-80cd-681f27ff50e0")
+ )
+ (pin "2"
+ (uuid "b862278a-eb05-464c-804c-a594464f56f8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Screw_Terminal_01x03")
+ (at 144.78 31.75 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e78d687e-968c-4e90-bcfe-d9463c0a748b")
+ (property "Reference" "MotorPower1"
+ (at 147.32 30.4799 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x03"
+ (at 147.32 33.0199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "a20edff0-b63a-42b1-add7-13c1640d223d")
+ )
+ (pin "1"
+ (uuid "1608b249-ebbd-4a30-8b56-2054e6a1e13a")
+ )
+ (pin "3"
+ (uuid "8ba662d4-6d73-4e55-ad53-e8822970dead")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "MotorPower1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 40.64 77.47 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e79afa10-979a-4a28-973d-81a248ae7c9d")
+ (property "Reference" "#PWR08"
+ (at 40.64 81.28 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 40.64 82.55 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d3b8adf3-280f-4346-8325-9463e0460f16")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR08")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e96a8365-1e41-401b-a4a0-8a214732ec25")
+ (property "Reference" "#PWR23"
+ (at 119.38 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 119.38 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc1bef69-07ed-486a-9e3d-9f0c286fb1c3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR23")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic_MountingPin:Conn_01x04_MountingPin")
+ (at 113.03 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
+ (property "Reference" "StepperConnection1"
+ (at 115.57 49.8855 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 115.57 52.4255 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "4"
+ (uuid "72b7e49c-9a41-4438-8df9-db24cff815d6")
+ )
+ (pin "3"
+ (uuid "d560a2b0-a76d-45d8-a330-b4ab729b22b2")
+ )
+ (pin "2"
+ (uuid "20b525a7-167e-46a5-bd80-5fe33775f790")
+ )
+ (pin "1"
+ (uuid "4d0a0af0-cc24-4b52-8ed7-e5ec3a7aa387")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "StepperConnection1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 97.79 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "f3c96f84-3c23-4063-9492-4d6853f9e527")
+ (property "Reference" "#PWR10"
+ (at 97.79 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 97.79 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c0012a28-8a70-44e9-8dd4-9937db963a0b")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (junction
+ (at 80.01 161.29000000000002)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "26c11d35-e1e9-41f6-9607-793dc187f8da")
+ )
+ (junction
+ (at 97.79 130.81)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "039a35ab-1dd3-4302-b8b7-022764ad732f")
+ )
+ (junction
+ (at 128.27 130.81)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "2236a160-e88a-454a-bcaf-c0d80ef8c558")
+ )
+ (junction
+ (at 115.57 140.97)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "768fc756-2bd2-4723-8ff0-279e099ce8da")
+ )
+ (junction
+ (at 115.57 151.13)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "7554a2a4-b324-4820-a13e-4abde8a76629")
+ )
+ (no_connect
+ (at 92.71000000000001 146.05)
+ (uuid "8941db49-60e5-4c6a-b1d0-e70d73a9dbcd")
+ )
+ (wire
+ (pts
+ (xy 39.37 125.73) (xy 39.37 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1b63edac-aeb4-46e5-b63e-2f3633c44605")
+ )
+ (wire
+ (pts
+ (xy 39.37 130.81) (xy 44.45 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6143f377-f323-4f64-bea1-6c8ce3bf2b29")
+ )
+ (wire
+ (pts
+ (xy 44.45 130.81) (xy 52.07 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a8f3c137-4789-4c42-b960-64ec38eadffd")
+ )
+ (wire
+ (pts
+ (xy 52.07 130.81) (xy 59.69 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b4f348dd-ea6b-41d5-a779-ebf89f678934")
+ )
+ (wire
+ (pts
+ (xy 59.69 130.81) (xy 67.31 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1adc37fe-6e80-4ddc-8a2e-fabcc6b4825b")
+ )
+ (wire
+ (pts
+ (xy 44.45 133.35) (xy 44.45 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d0f8308f-751a-4c84-8c9c-db60e68e53b5")
+ )
+ (wire
+ (pts
+ (xy 44.45 140.97) (xy 44.45 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bf1a3c1f-f073-46cc-9ddd-26edeb8ac338")
+ )
+ (wire
+ (pts
+ (xy 52.07 133.35) (xy 52.07 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ade4c562-bea9-4d8e-a45e-570bb6941c67")
+ )
+ (wire
+ (pts
+ (xy 52.07 140.97) (xy 52.07 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "335dd3a5-1928-40f8-9987-b64a6327e004")
+ )
+ (wire
+ (pts
+ (xy 67.31 135.89) (xy 59.69 135.89)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "575f67e4-882f-4717-a28e-8afa6ba9cea1")
+ )
+ (wire
+ (pts
+ (xy 59.69 135.89) (xy 59.69 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "07a71ab5-be94-498c-abdb-c60ac769f219")
+ )
+ (wire
+ (pts
+ (xy 67.31 140.97) (xy 59.69 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "910c88a5-0c98-4627-a598-f9f24991312a")
+ )
+ (wire
+ (pts
+ (xy 59.69 140.97) (xy 59.69 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9999de5f-5be3-4c39-b0eb-9f8c30e727fe")
+ )
+ (wire
+ (pts
+ (xy 59.69 151.13) (xy 59.69 153.67)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9c8c577b-bf51-43f6-abfb-7089b738a0bb")
+ )
+ (wire
+ (pts
+ (xy 67.31 146.05) (xy 52.07 146.05)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "17b9efad-b437-46d4-a015-a802d6da93c5")
+ )
+ (wire
+ (pts
+ (xy 52.07 146.05) (xy 52.07 148.59)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bcc87605-bb47-4792-bc68-986b8bab4782")
+ )
+ (wire
+ (pts
+ (xy 52.07 156.21) (xy 52.07 158.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f09af4ce-28a6-4dd9-bc02-bfde832eb0dc")
+ )
+ (wire
+ (pts
+ (xy 52.07 166.37) (xy 52.07 168.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "299d0ed5-e574-43e8-9e79-df700d6b7df6")
+ )
+ (wire
+ (pts
+ (xy 80.01 156.21) (xy 80.01 161.29000000000002)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "962cbb55-df34-4bfa-9971-2cbcc4bd36d3")
+ )
+ (wire
+ (pts
+ (xy 74.93 156.21) (xy 74.93 161.29000000000002)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1eac5105-2b66-4b80-a156-16256fade1f1")
+ )
+ (wire
+ (pts
+ (xy 74.93 161.29000000000002) (xy 80.01 161.29000000000002)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c9adcd5a-1901-4867-8c94-c0659c115080")
+ )
+ (wire
+ (pts
+ (xy 92.71000000000001 130.81) (xy 97.79 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6ab079f6-42b5-4f69-8ac7-6aab9cf06fe6")
+ )
+ (wire
+ (pts
+ (xy 97.79 130.81) (xy 99.06 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "dc97fd27-4ed0-4da5-a4bf-4d0cbf50123b")
+ )
+ (wire
+ (pts
+ (xy 97.79 138.43) (xy 92.71000000000001 135.89)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c8c3aba4-e2c4-4b92-b975-912240730817")
+ )
+ (wire
+ (pts
+ (xy 106.68 130.81) (xy 115.57 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7a0fd2af-e78e-454c-86ac-7adc24c53f4b")
+ )
+ (wire
+ (pts
+ (xy 92.71000000000001 140.97) (xy 115.57 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f9ea4379-8cbf-4493-9869-f36545315326")
+ )
+ (wire
+ (pts
+ (xy 115.57 130.81) (xy 115.57 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c02c56d1-0c82-43b2-810c-8d84232aae06")
+ )
+ (wire
+ (pts
+ (xy 115.57 130.81) (xy 120.65 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "62412b83-213b-4e6a-aa51-4db794800fec")
+ )
+ (wire
+ (pts
+ (xy 120.65 130.81) (xy 128.27 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "892fa8e2-45df-4742-a064-1fa11d790cb0")
+ )
+ (wire
+ (pts
+ (xy 120.65 133.35) (xy 120.65 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c4a6831f-5f76-4764-b6ca-0bcf69faa294")
+ )
+ (wire
+ (pts
+ (xy 120.65 140.97) (xy 120.65 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "03d365e2-8f55-40c6-999f-80cec37da124")
+ )
+ (wire
+ (pts
+ (xy 128.27 133.35) (xy 128.27 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "665b3fa5-db9b-4c28-be7d-317231cb9083")
+ )
+ (wire
+ (pts
+ (xy 128.27 140.97) (xy 128.27 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8c0e6ed4-b238-4987-ac55-bad3dc9a44bc")
+ )
+ (wire
+ (pts
+ (xy 128.27 130.81) (xy 128.27 125.73)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cb018dd5-cc7b-461d-b6ea-af627b56b1b1")
+ )
+ (wire
+ (pts
+ (xy 115.57 140.97) (xy 115.57 143.51)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c2b7f531-9026-4ba8-9346-f9c9808a6f07")
+ )
+ (wire
+ (pts
+ (xy 115.57 151.13) (xy 115.57 153.67)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ad1a68a5-ed03-41fa-a844-a9b3c2d9527b")
+ )
+ (wire
+ (pts
+ (xy 115.57 151.13) (xy 120.64999999999999 151.13)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "408dc2c2-c97a-48aa-b9e4-3acf130916ef")
+ )
+ (wire
+ (pts
+ (xy 67.31 151.13) (xy 62.230000000000004 151.13)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d1bc79ce-b409-4ac9-80a7-92a3026694bc")
+ )
+ (wire
+ (pts
+ (xy 115.57 161.29) (xy 115.57 163.82999999999998)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b27d5de3-8d72-4d65-adb8-173c50b8d070")
+ )
+ (label "FB"
+ (at 120.64999999999999 151.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "e164c049-7124-453c-87db-2b7b2832f8cc")
+ )
+ (label "FB"
+ (at 62.230000000000004 151.13 180)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "42a5e54a-350e-4c9d-b69e-8a30be821645")
+ )
+ (text "TPS61088 Boost: 5V to 12V @ 2A"
+ (exclude_from_sim no)
+ (at 39.37 177.8 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ (uuid "5f9809c3-0e9c-4190-9f4f-5e3bad90a357")
+ )
+ (text "VOUT = 0.6V x (1 + 190k/10k) = 12.06V"
+ (exclude_from_sim no)
+ (at 39.37 181.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ (uuid "0c44b1dc-4680-4d49-88ae-0b646c0061af")
+ )
+ (symbol
+ (lib_id "TPS61088:TPS61088")
+ (at 80.01 140.97 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "f8378086-daf1-4b5e-ac1b-e7e0677db186")
+ (property "Reference" "U1"
+ (at 82.55000000000001 138.43 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "TPS61088"
+ (at 82.55000000000001 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c23edc55-c31c-4cd8-8145-e88b52566f3f")
+ )
+ (pin "3"
+ (uuid "a9542556-fda6-451b-9ac5-06f23b1a3b4d")
+ )
+ (pin "4"
+ (uuid "a4b542ab-24a2-4c1d-b506-78a004392181")
+ )
+ (pin "5"
+ (uuid "00c6388e-df17-4b3d-a28b-63f715316455")
+ )
+ (pin "6"
+ (uuid "7850b756-f534-4c77-88ce-1dc149484172")
+ )
+ (pin "7"
+ (uuid "b012df96-5e49-46c3-aee5-008fd8bf1ea3")
+ )
+ (pin "8"
+ (uuid "b7d14511-6455-4fa0-ba7f-c0de2b0822be")
+ )
+ (pin "9"
+ (uuid "1f313618-d2fb-4d4a-bfbf-b84ac4c3029f")
+ )
+ (pin "11"
+ (uuid "d2da63c7-b00c-40f0-bba3-996d970cb884")
+ )
+ (pin "12"
+ (uuid "bcd25491-6b1e-45c1-bd94-881da5e9cfe9")
+ )
+ (pin "15"
+ (uuid "4d3d018a-8b8e-49b8-993c-eb47548b0a49")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "U1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 39.37 125.73 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "4ed10995-59c6-4cc8-be8e-e1132cca0441")
+ (property "Reference" "#PWR15"
+ (at 39.37 123.19 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 39.37 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "417dd316-8abb-4f4f-b638-e153c56cc36b")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR15")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 44.45 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "3e1a94b9-5a28-4b00-a93a-63098d6178b9")
+ (property "Reference" "C1"
+ (at 46.99 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 46.99 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b49d2fe5-f5b0-4635-a070-e58ad60333a8")
+ )
+ (pin "2"
+ (uuid "ca085022-bcf0-4361-8e27-e1af465677bc")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 44.45 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "b4cb2ee1-90c9-459e-95a4-b7be95a7c388")
+ (property "Reference" "#PWR16"
+ (at 44.45 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 44.45 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "da831543-2d52-4bee-80b5-4f5ea7d2909a")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR16")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 52.07 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c0c58212-206f-4f36-8ea0-499ef2e6d528")
+ (property "Reference" "C2"
+ (at 54.61 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 54.61 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "3a658579-216d-4a99-8bd7-228e68a931c3")
+ )
+ (pin "2"
+ (uuid "8dd884db-09f9-4a1b-82f9-b2f62541804e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 52.07 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "2240424a-887a-4093-b141-50ba4c9e00dd")
+ (property "Reference" "#PWR17"
+ (at 52.07 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 52.07 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1c132928-cb53-4bd0-8c81-f58743c41285")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR17")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 59.69 147.32 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "ec4e41c8-6e6f-46bb-9a22-44017fea8ade")
+ (property "Reference" "C3"
+ (at 62.23 144.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22nF"
+ (at 62.23 149.85999999999999 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b59f783c-65ce-467b-b79d-2611e6ff4afb")
+ )
+ (pin "2"
+ (uuid "5243a88f-0e5f-4784-9dea-7cc18973c327")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 59.69 153.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "eae07f80-b5a5-4e1c-b7b6-2a43513d2a53")
+ (property "Reference" "#PWR18"
+ (at 59.69 151.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 59.69 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "02cbb6a1-75b6-429d-a077-c7fbc301bd03")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR18")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 52.07 152.4 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "39ae59f2-7b72-4fe6-a12b-d807d3484a4c")
+ (property "Reference" "R4"
+ (at 54.61 149.86 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "30.1k"
+ (at 54.61 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "71abbfc7-24e3-42cc-a37f-d6d85bbe4ca4")
+ )
+ (pin "2"
+ (uuid "3bdf7dc1-9db5-4b0c-aaa3-5cd1a6bb64d3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 52.07 162.56 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "81f865a4-8792-4c65-abf3-d192a10f44dc")
+ (property "Reference" "C8"
+ (at 54.61 160.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "47pF"
+ (at 54.61 165.1 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5805691a-fecf-4410-8342-319d4b68909a")
+ )
+ (pin "2"
+ (uuid "290e579d-9850-4c85-930d-2fe2da7e93fa")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C8")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 52.07 168.91 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "e568b213-a857-47b9-beaf-6a85c32dc50c")
+ (property "Reference" "#PWR19"
+ (at 52.07 166.37 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 52.07 172.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "85892b7a-d89d-46f6-bead-8c6c9f4a5131")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR19")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 161.29000000000002 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "e959f58f-7a93-44dc-9a4c-420ab47dfeca")
+ (property "Reference" "#PWR20"
+ (at 80.01 158.75000000000003 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 165.10000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "834fbdcc-88e4-450e-af53-9b8edbe769f9")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR20")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:L")
+ (at 102.87 130.81 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "56308ebc-21f6-4060-8688-3db67d4b62b9")
+ (property "Reference" "L1"
+ (at 105.41000000000001 128.27 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "2.2uH"
+ (at 105.41000000000001 133.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "6cdbe0df-35a2-43d3-b237-5610bacf6019")
+ )
+ (pin "2"
+ (uuid "ed5d9b9f-7955-403a-a827-384f38d8eb9e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "L1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 97.79 134.62 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "07a99990-fcbd-468c-8fe3-8a1a5c0ebd78")
+ (property "Reference" "C9"
+ (at 100.33000000000001 132.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 100.33000000000001 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b089a17e-6523-41cf-9053-2cb6ba05470c")
+ )
+ (pin "2"
+ (uuid "53365fe0-8231-4056-bac3-ff24fe5a11bd")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C9")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 120.65 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "ffe3969b-f1b5-4f0d-a987-5190a092c3f4")
+ (property "Reference" "C10"
+ (at 123.19000000000001 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 123.19000000000001 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "a3ded728-8aab-4038-a467-18e287cb3c84")
+ )
+ (pin "2"
+ (uuid "f3f86ec2-63ab-4f4d-afed-684554377010")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 120.65 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "563b1e60-9a95-4161-bcaa-ecf8bc44ad71")
+ (property "Reference" "#PWR21"
+ (at 120.65 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 120.65 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc41e9bd-73fd-42a1-9c5e-6b5d5766793d")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR21")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 128.27 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "2d4cacd4-ccd6-485a-b255-52aee8022a49")
+ (property "Reference" "C11"
+ (at 130.81 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 130.81 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "ba59a9ca-ff5f-4f96-9763-572a3cce4119")
+ )
+ (pin "2"
+ (uuid "79949e83-fb72-452c-a551-0376dd5a380d")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C11")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 128.27 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "eeda7fcf-b9a1-470f-830a-ea8cc5d7be82")
+ (property "Reference" "#PWR22"
+ (at 128.27 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 128.27 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "528a041d-e7eb-4e45-b147-299e15b70cc6")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR22")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 128.27 125.73 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "53ef91ba-fdb8-4f1b-a106-e364842392e1")
+ (property "Reference" "#PWR23"
+ (at 128.27 123.19 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 128.27 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "083e34a9-315e-4746-a441-19bc3e1eaf2c")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR23")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 115.57 147.32 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "2b22aad4-1e7e-4e05-beb0-ef2bf165cccf")
+ (property "Reference" "R5"
+ (at 118.11 144.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "190k"
+ (at 118.11 149.85999999999999 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "4097aef2-97a4-47fd-8304-c4fe76b30d80")
+ )
+ (pin "2"
+ (uuid "a4493ce3-27e3-4603-acec-d0242eda2166")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R5")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 115.57 157.48 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c69ce7c4-839d-4e96-a002-12cb42a843a5")
+ (property "Reference" "R6"
+ (at 118.11 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "10k"
+ (at 118.11 160.01999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "730c415f-8a63-4c14-97a5-80c3ccd6772f")
+ )
+ (pin "2"
+ (uuid "520f9ebe-ad99-47aa-8eac-ef0b443709f8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R6")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 163.82999999999998 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "34a5e765-374a-40d5-a609-938bc91c8729")
+ (property "Reference" "#PWR24"
+ (at 115.57 161.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 115.57 167.64 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "a2a94c3e-a90a-4c13-a2bd-40b1937aba35")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR24")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (sheet_instances
+ (path "/"
+ (page "1")
+ )
+ )
+ (embedded_fonts no)
+)
diff --git a/firstpcb_test5.kicad_sch b/firstpcb_test5.kicad_sch
new file mode 100644
index 0000000..2cded0e
--- /dev/null
+++ b/firstpcb_test5.kicad_sch
@@ -0,0 +1,6444 @@
+(kicad_sch
+ (version 20250114)
+ (generator "eeschema")
+ (generator_version "9.0")
+ (uuid "4ce690e5-6d5b-4693-bd2e-f4090f26df1f")
+ (paper "A4")
+ (lib_symbols
+ (symbol "A1-KnockOffs:ESP-WROOM-32"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "ESP32-WROOM1"
+ (at 7.112 20.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP-WROOM-32"
+ (at 6.858 18.034 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "RF_Module:ESP32-C3-DevKitM-1"
+ (at 0 -25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 0 -30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 0 -27.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "riscv wifi bluetooth ble"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "*ESP32?C3?DevKitM?1*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ESP-WROOM-32_1_1"
+ (rectangle
+ (start -12.7 15.24)
+ (end 12.7 -22.86)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 12.7 0)
+ (length 2.54)
+ (name "EN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 10.16 0)
+ (length 2.54)
+ (name "VP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 7.62 0)
+ (length 2.54)
+ (name "VN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 5.08 0)
+ (length 2.54)
+ (name "D34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH1" passive line)
+ (alternate "XTAL_32K_N" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 2.54 0)
+ (length 2.54)
+ (name "D35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "FSPIQ" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 0 0)
+ (length 2.54)
+ (name "D33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH3" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -2.54 0)
+ (length 2.54)
+ (name "D32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -5.08 0)
+ (length 2.54)
+ (name "D25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO20" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -7.62 0)
+ (length 2.54)
+ (name "D26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "IO21" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -10.16 0)
+ (length 2.54)
+ (name "D27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -12.7 0)
+ (length 2.54)
+ (name "D14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -15.24 0)
+ (length 2.54)
+ (name "D12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin bidirectional line
+ (at -15.24 -17.78 0)
+ (length 2.54)
+ (name "D13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH0" passive line)
+ (alternate "XTAL_32K_P" passive line)
+ )
+ (pin power_in line
+ (at -5.08 17.78 270)
+ (length 2.54)
+ (name "VIN"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -25.4 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_out line
+ (at 3.81 17.78 270)
+ (length 2.54)
+ (name "3V3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "D23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "30"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "D22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "29"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "TX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC1_CH4" passive line)
+ (alternate "FSPIHD" passive line)
+ (alternate "MTMS" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "RX0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "ADC2_CH0" passive line)
+ (alternate "FSPIWP" passive line)
+ (alternate "MTDI" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "D21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICLK" passive line)
+ (alternate "MTCK" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "D19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPID" passive line)
+ (alternate "MTDO" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "D18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "D5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "D17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "FSPICS0" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "D16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D-" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "D4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "D2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "D15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (hide yes)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (alternate "USB_D+" passive line)
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector:Screw_Terminal_01x03"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Screw_Terminal_01x03"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "screw terminal"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "TerminalBlock*:*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Screw_Terminal_01x03_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 2.8702) (xy 0.3302 2.032)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 0.3302) (xy 0.3302 -0.508)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.5334 -2.2098) (xy 0.3302 -3.048)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 3.048) (xy 0.508 2.2098)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 0.508) (xy 0.508 -0.3302)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -0.3556 -2.032) (xy 0.508 -2.8702)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 0)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 0 -2.54)
+ (radius 0.635)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Connector_Generic_MountingPin:Conn_01x04_MountingPin"
+ (pin_names
+ (offset 1.016)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "StepperConnection1"
+ (at 2.54 -0.3555 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 2.54 -2.8955 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??-1MP*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x04_MountingPin_1_1"
+ (rectangle
+ (start -1.27 3.81)
+ (end 1.27 -6.35)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "C_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_0_1"
+ (polyline
+ (pts
+ (xy -2.032 0.762) (xy 2.032 0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -2.032 -0.762) (xy 2.032 -0.762)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "C_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:C_Polarized"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0.254)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "C"
+ (at 0.635 2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "C_Polarized"
+ (at 0.635 -2.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 0.9652 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "cap capacitor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "CP_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "C_Polarized_0_1"
+ (rectangle
+ (start -2.286 0.508)
+ (end 2.286 1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.778 2.286) (xy -0.762 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.794) (xy -1.27 1.778)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start 2.286 -0.508)
+ (end -2.286 -1.016)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type outline)
+ )
+ )
+ )
+ (symbol "C_Polarized_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 2.794)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Device:R"
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "R"
+ (at 2.032 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "R"
+ (at 0 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at -1.778 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "R res resistor"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "R_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "R_0_1"
+ (rectangle
+ (start -1.016 -2.54)
+ (end 1.016 2.54)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "R_1_1"
+ (pin passive line
+ (at 0 3.81 270)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -3.81 90)
+ (length 1.27)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Driver_Motor:Pololu_Breakout_A4988"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "A"
+ (at -2.54 19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at -2.54 16.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 6.985 -19.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 2.54 -7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "Pololu Breakout Board Stepper Driver A4988"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Pololu*Breakout*15.2x20.3mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_0_1"
+ (rectangle
+ (start 10.16 -17.78)
+ (end -7.62 15.24)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "Pololu_Breakout_A4988_1_1"
+ (pin input line
+ (at -10.16 10.16 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 7.62 0)
+ (length 2.54)
+ (name "~{SLEEP}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 2.54 0)
+ (length 2.54)
+ (name "~{ENABLE}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 0 0)
+ (length 2.54)
+ (name "STEP"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -2.54 0)
+ (length 2.54)
+ (name "DIR"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -7.62 0)
+ (length 2.54)
+ (name "MS1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -10.16 0)
+ (length 2.54)
+ (name "MS2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -10.16 -12.7 0)
+ (length 2.54)
+ (name "MS3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 17.78 270)
+ (length 2.54)
+ (name "VDD"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 17.78 270)
+ (length 2.54)
+ (name "VMOT"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 5.08 -20.32 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 2.54 180)
+ (length 2.54)
+ (name "1B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 0 180)
+ (length 2.54)
+ (name "1A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -2.54 180)
+ (length 2.54)
+ (name "2A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at 12.7 -5.08 180)
+ (length 2.54)
+ (name "2B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "Switch:SW_DPDT_x2"
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "SW"
+ (at 0 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "SW_DPDT_x2"
+ (at 0 -5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "switch dual-pole double-throw DPDT spdt ON-ON"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "SW*DPDT*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "SW_DPDT_x2_0_0"
+ (circle
+ (center -2.032 0)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 -2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_0_1"
+ (rectangle
+ (start -3.175 3.81)
+ (end 3.175 -3.81)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.524 0.254) (xy 1.5748 2.286)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (circle
+ (center 2.032 2.54)
+ (radius 0.508)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_1_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (symbol "SW_DPDT_x2_2_1"
+ (pin passive line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 2.54 180)
+ (length 2.54)
+ (name "A"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 5.08 -2.54 180)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+12V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+12V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+12V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+12V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+3.3V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+3.3V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+3.3V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+3.3V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:+5V"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 0 3.556 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"+5V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+5V_0_1"
+ (polyline
+ (pts
+ (xy -0.762 1.27) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 2.54) (xy 0.762 1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "+5V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+ (symbol "power:GND"
+ (power)
+ (pin_numbers
+ (hide yes)
+ )
+ (pin_names
+ (offset 0)
+ (hide yes)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "#PWR"
+ (at 0 -6.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 0 -3.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "global power"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "GND_0_1"
+ (polyline
+ (pts
+ (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "GND_1_1"
+ (pin power_in line
+ (at 0 0 270)
+ (length 0)
+ (name "~"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ (embedded_fonts no)
+ )
+
+ (symbol "TPS61088:TPS61088"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at 0 16.51 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "TPS61088"
+ (at 0 13.97 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "Package_DFN_QFN:QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2.1x2.1mm"
+ (at 0 -20.32 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps61088.pdf"
+ (at 0 -22.86 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (property "Description" "10A Fully-Integrated Synchronous Boost Converter"
+ (at 0 -25.4 0)
+ (effects (font (size 1.27 1.27)) (hide yes))
+ )
+ (symbol "TPS61088_0_1"
+ (rectangle
+ (start -10.16 12.7)
+ (end 10.16 -12.7)
+ (stroke (width 0.254) (type default))
+ (fill (type background))
+ )
+ )
+ (symbol "TPS61088_1_1"
+ (pin power_in line
+ (at -12.7 10.16 0) (length 2.54)
+ (name "VIN" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 5.08 0) (length 2.54)
+ (name "EN" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 0 0) (length 2.54)
+ (name "SS/TR" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at -12.7 -5.08 0) (length 2.54)
+ (name "COMP" (effects (font (size 1.27 1.27))))
+ (number "5" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line
+ (at -12.7 -10.16 0) (length 2.54)
+ (name "FB" (effects (font (size 1.27 1.27))))
+ (number "6" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 10.16 180) (length 2.54)
+ (name "SW" (effects (font (size 1.27 1.27))))
+ (number "12" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line
+ (at 12.7 5.08 180) (length 2.54)
+ (name "BST" (effects (font (size 1.27 1.27))))
+ (number "11" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_out line
+ (at 12.7 0 180) (length 2.54)
+ (name "VOUT" (effects (font (size 1.27 1.27))))
+ (number "9" (effects (font (size 1.27 1.27))))
+ )
+ (pin open_collector line
+ (at 12.7 -5.08 180) (length 2.54)
+ (name "PGOOD" (effects (font (size 1.27 1.27))))
+ (number "8" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at 0 -15.24 90) (length 2.54)
+ (name "PGND" (effects (font (size 1.27 1.27))))
+ (number "15" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line
+ (at -5.08 -15.24 90) (length 2.54)
+ (name "AGND" (effects (font (size 1.27 1.27))))
+ (number "7" (effects (font (size 1.27 1.27))))
+ )
+ )
+ (embedded_fonts no)
+ )
+ )
+ (junction
+ (at 80.01 39.37)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "0d07ffe3-cb5e-495c-a857-7ecc162b1858")
+ )
+ (junction
+ (at 97.79 31.75)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "18d26896-36f9-4e7d-8aa9-1913ec88126c")
+ )
+ (junction
+ (at 80.01 62.23)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a8c14d4c-caa5-43a9-96f9-69a0e91e9bbe")
+ )
+ (junction
+ (at 80.01 59.69)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "d6dc3ef2-bb81-4af6-a132-4fb33656eea5")
+ )
+ (wire
+ (pts
+ (xy 82.55 52.07) (xy 80.01 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0513fdc3-a875-4e56-ac3c-964188d3efdd")
+ )
+ (wire
+ (pts
+ (xy 26.67 107.95) (xy 26.67 105.41)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "05283047-1690-4768-b6e5-48f7fe8e13e9")
+ )
+ (wire
+ (pts
+ (xy 82.55 57.15) (xy 80.01 57.15)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "141339ba-ee91-4969-a907-29fc829697b5")
+ )
+ (wire
+ (pts
+ (xy 24.13 97.79) (xy 24.13 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2616d525-ac7e-4894-84c6-d5b26a11e5b1")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 106.68 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "29db1398-c83f-48c1-a358-ef81af30c42e")
+ )
+ (wire
+ (pts
+ (xy 97.79 31.75) (xy 97.79 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2c93acde-6942-4f22-aa07-ff19f066d0a9")
+ )
+ (wire
+ (pts
+ (xy 97.79 69.85) (xy 97.79 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3701321e-fc1d-45aa-89bb-b7e914304829")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3937ba35-3a94-4f29-a8a4-09df18d51490")
+ )
+ (wire
+ (pts
+ (xy 105.41 46.99) (xy 107.95 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3ec8a2db-a3d4-4045-a963-ae8d3f6848ba")
+ )
+ (wire
+ (pts
+ (xy 134.62 31.75) (xy 139.7 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "43b13122-2ca9-414a-b7d2-2fa216640dd1")
+ )
+ (wire
+ (pts
+ (xy 115.57 31.75) (xy 114.3 31.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "471b7ebc-243d-438e-8824-d1a98cd6145c")
+ )
+ (wire
+ (pts
+ (xy 130.81 29.21) (xy 139.7 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4dcbf3be-c962-46f4-8211-7fb3facee9d9")
+ )
+ (wire
+ (pts
+ (xy 55.88 64.77) (xy 59.69 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "643c4b32-829d-4dc2-8754-d2630558fb98")
+ )
+ (wire
+ (pts
+ (xy 82.55 39.37) (xy 80.01 39.37)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6c528b49-3b46-48f6-9b59-6b6d82fec64b")
+ )
+ (wire
+ (pts
+ (xy 92.71 31.75) (xy 92.71 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "72e19cc6-44a7-4707-aa59-5258cc4cedc8")
+ )
+ (wire
+ (pts
+ (xy 105.41 54.61) (xy 107.95 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "76eaa470-54c8-41c0-bc11-f85bb1e9437d")
+ )
+ (wire
+ (pts
+ (xy 80.01 62.23) (xy 80.01 64.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7e075c08-216a-42ab-b4f6-b6d7bfe1d3c3")
+ )
+ (wire
+ (pts
+ (xy 105.41 49.53) (xy 107.95 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "806ac499-a615-4e1d-8214-d23ff230ea92")
+ )
+ (wire
+ (pts
+ (xy 80.01 57.15) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8a71beca-1fba-45ea-89a6-b59e0e4f5eaa")
+ )
+ (wire
+ (pts
+ (xy 105.41 52.07) (xy 107.95 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b80fab7-0b03-4c00-b1a4-f31aa6ea275f")
+ )
+ (wire
+ (pts
+ (xy 82.55 49.53) (xy 80.01 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "91c4d383-c359-4c9f-92fe-1242297b4537")
+ )
+ (wire
+ (pts
+ (xy 55.88 46.99) (xy 58.42 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a0ad8074-bc9a-4556-9e09-b60933c27c1f")
+ )
+ (wire
+ (pts
+ (xy 44.45 31.75) (xy 44.45 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a3f4a92a-944f-4240-b8af-11f9082e57cb")
+ )
+ (wire
+ (pts
+ (xy 40.64 74.93) (xy 40.64 77.47)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a59da3aa-6d1e-4882-8fc6-b6c69de9dd2a")
+ )
+ (wire
+ (pts
+ (xy 80.01 39.37) (xy 80.01 36.83)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a7e4bbed-739c-4561-8de0-475706111de4")
+ )
+ (wire
+ (pts
+ (xy 82.55 46.99) (xy 80.01 46.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aaf986d5-7934-4971-b419-0e3066f6487c")
+ )
+ (wire
+ (pts
+ (xy 55.88 54.61) (xy 63.5 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ab3fcf7e-6683-4c7b-a060-15251d9c2e73")
+ )
+ (wire
+ (pts
+ (xy 55.88 62.23) (xy 66.04 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bb59469f-d490-4288-90aa-7c955698b9ff")
+ )
+ (wire
+ (pts
+ (xy 92.71 69.85) (xy 92.71 72.39)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c70b052a-b267-4c71-b113-953730e95354")
+ )
+ (wire
+ (pts
+ (xy 82.55 59.69) (xy 80.01 59.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cb0ef997-a54f-453d-88e1-a51490c1924d")
+ )
+ (wire
+ (pts
+ (xy 80.01 59.69) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d8398031-e45b-4c08-9306-8ff1c93e8acd")
+ )
+ (wire
+ (pts
+ (xy 55.88 49.53) (xy 58.42 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e5384d64-674b-4adf-8c75-c5dd2775c73d")
+ )
+ (wire
+ (pts
+ (xy 82.55 62.23) (xy 80.01 62.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e987a818-2f74-4278-b31b-04e4fcc8cce1")
+ )
+ (wire
+ (pts
+ (xy 134.62 34.29) (xy 139.7 34.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ea026009-79e0-49cd-a022-5d7646a3aeff")
+ )
+ (wire
+ (pts
+ (xy 55.88 52.07) (xy 58.42 52.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ebbc3227-6496-4cfc-aab8-20886ef784ce")
+ )
+ (wire
+ (pts
+ (xy 82.55 41.91) (xy 80.01 41.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ed1f242c-0611-4d1c-b894-6f349f334b9b")
+ )
+ (wire
+ (pts
+ (xy 35.56 31.75) (xy 35.56 29.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f035e19f-229f-4b95-96ca-3f34e31b8ed1")
+ )
+ (wire
+ (pts
+ (xy 29.21 97.79) (xy 29.21 95.25)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "fa00d60c-2fbf-49f7-a096-7d4adc103bfb")
+ )
+ (label "MOTOR_EN"
+ (at 58.42 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "17273698-3308-4de5-b0fa-c91f9ca24101")
+ )
+ (label "STEP"
+ (at 58.42 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3543e119-dcef-4204-af5c-1189c8644ab0")
+ )
+ (label "MOTOR_CTRL"
+ (at 130.81 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "3e2c2225-12b4-4518-86e3-28cc4a810d64")
+ )
+ (label "DIR"
+ (at 80.01 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "63cad5c9-37ce-4d67-9666-5cfa87b2f968")
+ )
+ (label "DIR"
+ (at 58.42 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "92001af4-7547-4bfc-8874-fe2c7c3a8271")
+ )
+ (label "STEP"
+ (at 80.01 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "9f9ee59e-7b33-4201-ab16-1db4a3da61b0")
+ )
+ (label "LIM_A"
+ (at 29.21 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "b82afb1a-86dd-4031-b302-7022c5968ed0")
+ )
+ (label "MOTOR_CTRL"
+ (at 59.69 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ce9f8a66-8de8-4503-b8e7-aaccf561af92")
+ )
+ (label "LIM_C"
+ (at 58.42 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d6d743b4-4ce1-452c-8f77-17ea5a14cd02")
+ )
+ (label "LIM_C"
+ (at 24.13 95.25 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "d93d7ab4-4472-4199-b317-308398df805a")
+ )
+ (label "MOTOR_EN"
+ (at 80.01 46.99 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ec333a37-011e-4656-8502-087894fbd0b3")
+ )
+ (label "LIM_A"
+ (at 58.42 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ (uuid "ed9bb322-db83-47aa-932a-e64c65b639d1")
+ )
+ (symbol
+ (lib_id "A1-KnockOffs:ESP-WROOM-32")
+ (at 40.64 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "030ea4ac-e769-48f5-87ec-27c7f04f42cd")
+ (property "Reference" "ESP32-WROOM1"
+ (at 46.5933 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ESP32-C3-DevKitM-1"
+ (at 46.5933 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Library:ESP32-WROOM-SAVED"
+ (at 40.64 74.93 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.amazon.com/DORHEA-Development-Bluetooth-ESP-WROOM-32-ESP32-DevKitC-32/dp/B0B18JQF16?crid=3SOZJ14DZ1AY&dib=eyJ2IjoiMSJ9.7t7HVP0S-4qL8b2Ode4Sv-PpViPKVG5-SKjWC6aJA-FGtGnLaMdO-_-AEpFivEDE2cerPqmm1U_X5nd0ZGnrvVGgBjnf1Zz94n_Ii7K1scyAc7cbtB5GEBMfk-EaUTD3ijZtC9wtdH_rgM4IRrt-Z4PIR31B6dtbhC19ZrP0fLBJiXaoPm8-13WuKzT692c827UNf_ZGpltR1rWjnn5MHKeHhcBn18F5UEkQg0KWbK8.kpvmTuikHpadVEb76hYwb38uGpBLUusOFaY4B_xrag8&dib_tag=se&keywords=esp32%2Btype%2Bc&qid=1770237274&sprefix=esp32%2Btype%2Bc%2Caps%2C108&sr=8-9&th=1"
+ (at 40.64 80.01 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "ESP-WROOM-32 Development Board"
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "27"
+ (uuid "1886e298-d0a5-4982-93d3-c452e0adfeb1")
+ )
+ (pin "17"
+ (uuid "5b6983aa-adcc-496f-a3bb-afe98ea70d12")
+ )
+ (pin "11"
+ (uuid "2741766b-1c35-4b3d-a981-29c6bce7dd15")
+ )
+ (pin "9"
+ (uuid "80a8277c-ff0a-4203-a090-1ae1e4fd8e41")
+ )
+ (pin "10"
+ (uuid "50f2e9a6-8c50-4ab3-bbc1-4127dc639b5c")
+ )
+ (pin "25"
+ (uuid "dfa8d8bb-54e3-4677-b726-79103fd77f11")
+ )
+ (pin "21"
+ (uuid "609d147e-abba-410f-8842-674397fadf31")
+ )
+ (pin "20"
+ (uuid "a9607447-0bbb-49f5-9ccc-c986bf96ff0a")
+ )
+ (pin "12"
+ (uuid "618de8f5-b7da-4b8d-b611-46ac2fc8c782")
+ )
+ (pin "16"
+ (uuid "e56abef1-1bbb-4692-8d03-3883962207f0")
+ )
+ (pin "4"
+ (uuid "1005809a-2f6b-407d-9396-189971ee8f83")
+ )
+ (pin "2"
+ (uuid "9aeb8bd8-5827-4b49-80ce-28eda1d360ab")
+ )
+ (pin "7"
+ (uuid "02a6b2a5-a5c8-4af2-82c7-d78060014362")
+ )
+ (pin "29"
+ (uuid "bc86adee-04f4-45e1-8e0f-23c44c505e0d")
+ )
+ (pin "23"
+ (uuid "2590a505-bf75-4243-98b4-804a7cb1cb59")
+ )
+ (pin "5"
+ (uuid "a32696a8-177b-430c-b57f-5ee7322ddfb0")
+ )
+ (pin "18"
+ (uuid "3248c1c1-2f1b-487f-a1d1-d36a08e27622")
+ )
+ (pin "26"
+ (uuid "fe70cb8d-c4d4-452b-82ab-e32564202e13")
+ )
+ (pin "22"
+ (uuid "d6b90430-3092-4a2f-b1cb-2fe7c2ef6a73")
+ )
+ (pin "1"
+ (uuid "921bbb6f-ebf0-4810-8466-7b6525c03d48")
+ )
+ (pin "14"
+ (uuid "a304a438-f2a5-4d82-870d-745acdb2415e")
+ )
+ (pin "30"
+ (uuid "56d1552b-9989-44dc-9218-7bae7ccbfdd4")
+ )
+ (pin "28"
+ (uuid "9aca69a8-783f-423c-9250-f424b0c240b8")
+ )
+ (pin "3"
+ (uuid "cdca96b5-cd92-43ae-8143-0bcef9065f1d")
+ )
+ (pin "6"
+ (uuid "508f6194-df62-41b6-9e82-1c87a77f1f1e")
+ )
+ (pin "24"
+ (uuid "a5b0f187-f59c-4b24-a2a9-52d33ea06083")
+ )
+ (pin "15"
+ (uuid "7306d570-0586-4987-bf17-b2cb5188adfd")
+ )
+ (pin "13"
+ (uuid "74a31dd9-c3eb-4ad8-892f-bc49896e417e")
+ )
+ (pin "8"
+ (uuid "6c02d4fe-88c7-44d0-a8e5-3b9aa807b350")
+ )
+ (pin "19"
+ (uuid "a27900c6-5211-49e8-b7fd-d4e95e24b76e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "ESP32-WROOM1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Driver_Motor:Pololu_Breakout_A4988")
+ (at 92.71 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "175eb07c-5a07-43b1-bfca-6c528aa82c29")
+ (property "Reference" "A4988"
+ (at 99.9333 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Pololu_Breakout_A4988"
+ (at 99.93 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Module:Pololu_Breakout-16_15.2x20.3mm"
+ (at 99.695 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://www.pololu.com/product/2980/pictures"
+ (at 95.25 57.15 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Pololu Breakout Board, Stepper Driver A4988"
+ (at 92.71 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "13"
+ (uuid "9d76c203-e688-4478-ac42-3ba07fcbbe66")
+ )
+ (pin "14"
+ (uuid "7055132f-ae90-4cfe-b920-4fcdb15ce9c8")
+ )
+ (pin "15"
+ (uuid "d7de985f-9ebf-42bf-997d-4f5ad300fd65")
+ )
+ (pin "9"
+ (uuid "f5cb3461-0664-40e0-9b35-46868cb81fa8")
+ )
+ (pin "11"
+ (uuid "d1d909c0-91d0-42d7-8a95-db6def5aadba")
+ )
+ (pin "16"
+ (uuid "865aefe7-aab9-4461-a644-11d766a2c957")
+ )
+ (pin "10"
+ (uuid "6c99746a-c629-4517-8210-fdfad8e597fe")
+ )
+ (pin "12"
+ (uuid "7524aa35-c33e-4c5c-8d86-e8eb10403f80")
+ )
+ (pin "5"
+ (uuid "9c464e62-304f-426c-8b0c-5e5c31cd9d4c")
+ )
+ (pin "4"
+ (uuid "2d103bfc-d13e-4a92-b272-e8d4a0b703e0")
+ )
+ (pin "3"
+ (uuid "ecdbda6c-96d5-409e-b5e2-7983eb316008")
+ )
+ (pin "7"
+ (uuid "2aac52e7-dc58-48c4-afdc-5586331c8ebf")
+ )
+ (pin "8"
+ (uuid "57e708a8-da8f-49e7-90f6-d3ef58536201")
+ )
+ (pin "1"
+ (uuid "8966f709-7f88-4aa4-ac16-c20408943c97")
+ )
+ (pin "2"
+ (uuid "b49c3f94-735e-4357-8175-c8ff1067dcc5")
+ )
+ (pin "6"
+ (uuid "afeecca7-99dd-4eb8-9223-05bee5c3a52a")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "A4988")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 134.62 31.75 270)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "1c152c4e-5826-4b88-87a2-766c8d5d9ef3")
+ (property "Reference" "#PWR13"
+ (at 130.81 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 130.81 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "f26e4404-5f2f-4283-a80c-3361b62a2cad")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR13")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 67.31 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1c27537a-aed0-4a70-9717-74885b75d76f")
+ (property "Reference" "R1"
+ (at 67.31 57.09 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 67.31 54.61 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 67.31 56.388 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 67.31 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1d9e5f82-493c-40cf-a87f-194efe34c5d3")
+ )
+ (pin "2"
+ (uuid "99a3ec10-2d8c-4c1b-8c43-42e6fbd83209")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 92.71 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1ee6b89f-5e54-4488-8335-dd091251b625")
+ (property "Reference" "#PWR02"
+ (at 92.71 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 89.13 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e65330b2-bf89-4746-b4af-87e724730192")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR02")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 92.71 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "23041610-1d75-4946-8bb7-5a959aab4be2")
+ (property "Reference" "#PWR09"
+ (at 92.71 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 92.71 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 92.71 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0337aec1-e54d-42c1-b8e2-f27a74876468")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR09")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 97.79 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "26997096-83d3-458b-bcca-eff6a3106e5d")
+ (property "Reference" "#PWR06"
+ (at 97.79 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 97.79 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5388d1a4-fc57-4b2c-b00c-1d69b73e6cb3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR06")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Switch:SW_DPDT_x2")
+ (at 26.67 102.87 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "2c74874f-1ab0-4313-8a6a-5a0421f08e8b")
+ (property "Reference" "SW1"
+ (at 31.75 101.5999 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "Limit Switch"
+ (at 31.75 104.1399 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Switch, dual pole double throw, separate symbols"
+ (at 26.67 102.87 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "5"
+ (uuid "391b4c6a-cc9b-4c8f-a568-77a9bcb9da4a")
+ )
+ (pin "6"
+ (uuid "8de65841-6433-4135-af65-e0063dea65eb")
+ )
+ (pin "1"
+ (uuid "412c9b78-f671-4e40-84d0-619f100c7941")
+ )
+ (pin "4"
+ (uuid "b62bab6d-d6cc-4021-af37-e8e549a4d7d6")
+ )
+ (pin "2"
+ (uuid "ed5d5e2d-3f18-4248-8ad0-ae41369a7f25")
+ )
+ (pin "3"
+ (uuid "17426441-ff96-4a6c-933a-fa4a225b9779")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "SW1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 35.56 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "5f7f2c75-7310-455b-8ec5-288a324e54c9")
+ (property "Reference" "#PWR05"
+ (at 35.56 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 35.56 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 35.56 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "0be13e4b-9809-41d1-a995-ccd0f826ad66")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR05")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 134.62 34.29 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7d4e3e96-166c-4268-97dd-808b6572f461")
+ (property "Reference" "#PWR07"
+ (at 130.81 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 130.81 34.2899 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 134.62 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1e2b75b3-bc67-4345-bb5c-e7615209180e")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR07")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 69.85 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7efd1369-ce97-45d6-b694-299fe069a256")
+ (property "Reference" "R2"
+ (at 69.342 65.024 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "10K"
+ (at 70.104 62.23 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal"
+ (at 69.85 64.008 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 69.85 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "52c665c0-0fad-4b00-89f1-e73c6731c43b")
+ )
+ (pin "2"
+ (uuid "c2f00111-cd40-429e-8c8b-f32d5fe6e535")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 26.67 105.41 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "850102d0-63e1-4288-b7d8-023127c32d0d")
+ (property "Reference" "#PWR04"
+ (at 26.67 101.6 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 26.67 108.458 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 26.67 105.41 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7e8a0125-2907-4694-b179-5b2234e7edc3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR04")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 73.66 62.23 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a0e4f62c-9606-4e73-b7b1-cda019fdf67f")
+ (property "Reference" "#PWR22"
+ (at 77.47 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 78.74 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 73.66 62.23 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "68d2f53c-b8f3-48dd-a38a-14fb241aa594")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR22")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 80.01 36.83 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a3f18bec-1b3c-42a5-9e24-db1827259157")
+ (property "Reference" "#PWR03"
+ (at 80.01 33.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 80.01 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d1ed6976-865f-48f4-ae1e-fde3834b9ccc")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR03")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 71.12 54.61 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "be62570e-b0fb-459b-a386-3ce0e9e32dc5")
+ (property "Reference" "#PWR21"
+ (at 74.93 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 72.79 52.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Footprint" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 71.12 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "576fab82-b274-4f64-8a22-c09bab5d32b2")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR21")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3.3V")
+ (at 44.45 29.21 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "c9fe1813-99b6-47c4-9f19-d593706fac0a")
+ (property "Reference" "#PWR01"
+ (at 44.45 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3.3V"
+ (at 44.45 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bbe9f586-c8a4-44ba-8af8-d72be6d3dbeb")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR01")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 64.77 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "cfd1ee74-cb50-4a44-9257-f2c09f567ae3")
+ (property "Reference" "#PWR12"
+ (at 80.01 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b65f6faf-b065-4d95-a53a-dadb3577b136")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR12")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C_Polarized")
+ (at 110.49 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "db07aea6-82fd-4feb-9821-e1c591adcae0")
+ (property "Reference" "C3"
+ (at 109.728 30.734 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100uF"
+ (at 113.538 34.798 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm"
+ (at 114.3 30.7848 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Polarized capacitor"
+ (at 110.49 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c9259394-4c3a-4c42-80cd-681f27ff50e0")
+ )
+ (pin "2"
+ (uuid "b862278a-eb05-464c-804c-a594464f56f8")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Screw_Terminal_01x03")
+ (at 144.78 31.75 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e78d687e-968c-4e90-bcfe-d9463c0a748b")
+ (property "Reference" "MotorPower1"
+ (at 147.32 30.4799 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x03"
+ (at 147.32 33.0199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "TerminalBlock:TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 144.78 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "a20edff0-b63a-42b1-add7-13c1640d223d")
+ )
+ (pin "1"
+ (uuid "1608b249-ebbd-4a30-8b56-2054e6a1e13a")
+ )
+ (pin "3"
+ (uuid "8ba662d4-6d73-4e55-ad53-e8822970dead")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "MotorPower1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 40.64 77.47 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e79afa10-979a-4a28-973d-81a248ae7c9d")
+ (property "Reference" "#PWR08"
+ (at 40.64 81.28 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 40.64 82.55 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 40.64 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d3b8adf3-280f-4346-8325-9463e0460f16")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR08")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 31.75 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "e96a8365-1e41-401b-a4a0-8a214732ec25")
+ (property "Reference" "#PWR23"
+ (at 119.38 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 119.38 31.7499 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 31.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dc1bef69-07ed-486a-9e3d-9f0c286fb1c3")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR23")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic_MountingPin:Conn_01x04_MountingPin")
+ (at 113.03 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "ef8e989d-8ca6-468e-ac01-a5b4af0e80cb")
+ (property "Reference" "StepperConnection1"
+ (at 115.57 49.8855 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x04_MountingPin"
+ (at 115.57 52.4255 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Connector_JST:JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 113.03 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "4"
+ (uuid "72b7e49c-9a41-4438-8df9-db24cff815d6")
+ )
+ (pin "3"
+ (uuid "d560a2b0-a76d-45d8-a330-b4ab729b22b2")
+ )
+ (pin "2"
+ (uuid "20b525a7-167e-46a5-bd80-5fe33775f790")
+ )
+ (pin "1"
+ (uuid "4d0a0af0-cc24-4b52-8ed7-e5ec3a7aa387")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "StepperConnection1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 97.79 72.39 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "f3c96f84-3c23-4063-9492-4d6853f9e527")
+ (property "Reference" "#PWR10"
+ (at 97.79 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 97.79 77.47 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 72.39 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c0012a28-8a70-44e9-8dd4-9937db963a0b")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "TPS61088:TPS61088")
+ (at 80.01 140.97 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "d0b7c2f1-f91e-4c3c-a535-5965b5ae0335")
+ (property "Reference" "U1"
+ (at 82.55000000000001 138.43 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "TPS61088"
+ (at 82.55000000000001 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "ad2e0759-6b61-4529-b5d4-1ca9b70f68d1")
+ )
+ (pin "3"
+ (uuid "c50aa7c5-ab42-4487-bb39-7b53fbde5687")
+ )
+ (pin "4"
+ (uuid "979db495-6ce4-4bdd-8a63-1d430c192a4e")
+ )
+ (pin "5"
+ (uuid "28f30716-6ef5-4c6e-8a0e-c5573ffd5631")
+ )
+ (pin "6"
+ (uuid "4682c4ed-38c9-4ed7-b8ed-55a9e77b06d4")
+ )
+ (pin "7"
+ (uuid "15f16b7b-5247-4e7a-a705-46568b3a0634")
+ )
+ (pin "8"
+ (uuid "42fe8580-33fc-4a17-92e2-2106a40c72dc")
+ )
+ (pin "9"
+ (uuid "3ab94413-f0ee-42bf-9a31-7be4dc6bf699")
+ )
+ (pin "11"
+ (uuid "cf95bceb-2332-40a2-a916-25ff000504de")
+ )
+ (pin "12"
+ (uuid "a681281d-e386-4808-a711-987e8e1aa465")
+ )
+ (pin "15"
+ (uuid "47fcf96b-035a-4ece-b64f-c4e877ddaf9a")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "U1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 39.37 125.73 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "bbe8b8da-1a4e-4519-aa39-fb784f21f489")
+ (property "Reference" "#PWR15"
+ (at 39.37 123.19 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 39.37 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 39.37 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "110cce07-56ea-4e71-8b8e-e3fafee074c5")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR15")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 44.45 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "778a598a-208c-4e70-989b-cffd5688c06c")
+ (property "Reference" "C1"
+ (at 46.99 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 46.99 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b0212b4f-0d7f-4fa0-a35e-6ece2f581288")
+ )
+ (pin "2"
+ (uuid "1a180414-abdb-4b52-8998-309a7c8b15d4")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 44.45 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "e0e6a1fa-61ae-4d6e-ba8c-87ce93ae34eb")
+ (property "Reference" "#PWR16"
+ (at 44.45 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 44.45 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 44.45 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "9e59d641-0760-4898-a333-8a4915f5bd8b")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR16")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 52.07 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "88743bac-da8e-443f-a099-eb2d4446f6d6")
+ (property "Reference" "C2"
+ (at 54.61 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 54.61 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "39fc981a-6c49-4064-9606-2f4f45eb7aff")
+ )
+ (pin "2"
+ (uuid "012b6936-f1f5-434e-aebb-b8b70cb3d360")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 52.07 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7a82b864-443f-49ce-a658-07a7de2ec340")
+ (property "Reference" "#PWR17"
+ (at 52.07 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 52.07 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "ad433b38-69c7-4cc3-8d65-b040970912c9")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR17")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 59.69 147.32 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "99fd39bc-54a9-4b81-8f6a-362f3c08646a")
+ (property "Reference" "C3"
+ (at 62.23 144.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22nF"
+ (at 62.23 149.85999999999999 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 59.69 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "4569e1ee-69b6-4f73-9a73-148cf599385c")
+ )
+ (pin "2"
+ (uuid "04987cc5-3927-43f5-999e-3d33e65863dc")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 59.69 153.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "642ac0a3-50bb-4f7e-aec1-9771310c609d")
+ (property "Reference" "#PWR18"
+ (at 59.69 151.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 59.69 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 59.69 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "78d6f661-9108-4dbd-acab-0488cdc7522d")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR18")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 52.07 152.4 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1d760f8c-e404-4992-b569-f867e3cd188e")
+ (property "Reference" "R4"
+ (at 54.61 149.86 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "30.1k"
+ (at 54.61 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "9032a1f1-ffc7-48b8-9cdf-765ba2cbd54d")
+ )
+ (pin "2"
+ (uuid "2d7993ed-d1e2-42a0-b49c-4a7f383729a1")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 52.07 162.56 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "ab19cb8e-e3bb-4229-a73f-08a92f444e4a")
+ (property "Reference" "C8"
+ (at 54.61 160.02 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "47pF"
+ (at 54.61 165.1 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 162.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "c6ced28e-388c-49fa-9227-f694e3edc68f")
+ )
+ (pin "2"
+ (uuid "83676cd3-864e-4bb0-8ec8-18fb93af3b89")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C8")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 52.07 168.91 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "27bac05a-2f5e-4299-bd12-f1082e5301ad")
+ (property "Reference" "#PWR19"
+ (at 52.07 166.37 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 52.07 172.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 52.07 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7e4a8f5b-e2c7-4c88-8f6f-483d966c88bd")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR19")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 80.01 161.29000000000002 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "7d1e7c0e-bc9d-4256-b1df-dc036f114bc3")
+ (property "Reference" "#PWR20"
+ (at 80.01 158.75000000000003 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 80.01 165.10000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 80.01 161.29000000000002 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "290c7505-cd78-45ba-9306-4d74d153f459")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR20")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:L")
+ (at 102.87 130.81 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "8b1a2db5-8326-43e6-a0c2-346de2b2a53c")
+ (property "Reference" "L1"
+ (at 105.41000000000001 128.27 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "2.2uH"
+ (at 105.41000000000001 133.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 102.87 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "bdb5348f-af2c-477e-85ec-170c2fbb33ae")
+ )
+ (pin "2"
+ (uuid "c589d39f-d748-4c41-b8d7-bf3a244e8c69")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "L1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 97.79 134.62 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "1db71961-99db-4492-8cc1-5d169721abf2")
+ (property "Reference" "C9"
+ (at 100.33000000000001 132.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 100.33000000000001 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 97.79 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "cb87a3ba-b31e-45f7-b3c9-43e047c17a8d")
+ )
+ (pin "2"
+ (uuid "52394cec-9d1b-488d-98e9-f60582cecd18")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C9")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 120.65 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "f6d1f6ee-e6e7-4b6c-a126-843f292f839c")
+ (property "Reference" "C10"
+ (at 123.19000000000001 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 123.19000000000001 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 120.65 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "69fb3411-42bd-4b68-b33a-ae7a02a33988")
+ )
+ (pin "2"
+ (uuid "fe8de2f5-4130-4f9b-a945-ed95b1d78403")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C10")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 120.65 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "ad1b8fef-7e0b-4258-ae37-705c44408b0d")
+ (property "Reference" "#PWR21"
+ (at 120.65 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 120.65 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 120.65 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5a7c49b5-8da2-4b69-8957-18eeb7349082")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR21")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 128.27 137.16 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "b4983412-af8e-4c34-b5e8-2a258739bd82")
+ (property "Reference" "C11"
+ (at 130.81 134.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "22uF"
+ (at 130.81 139.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 137.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e629d0b0-d022-4b7c-afbf-db5ececa7b04")
+ )
+ (pin "2"
+ (uuid "08296911-10d7-4b94-bbf5-821e19802ce0")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "C11")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 128.27 143.51 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "011e7933-03c9-4f20-aa01-b6a81c109ffe")
+ (property "Reference" "#PWR22"
+ (at 128.27 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 128.27 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 143.51 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d7f3f15c-1639-4ec6-9683-30fbf0b69047")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR22")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+12V")
+ (at 128.27 125.73 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "6dbc13e3-836e-4d46-a1c8-92a16efe5b1d")
+ (property "Reference" "#PWR23"
+ (at 128.27 123.19 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+12V"
+ (at 128.27 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 128.27 125.73 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "dd2be704-6b0c-4734-83d0-4d0025da13e1")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR23")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 115.57 147.32 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "3ebd7ea0-a09e-4c49-901f-b019ab44b37a")
+ (property "Reference" "R5"
+ (at 118.11 144.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "190k"
+ (at 118.11 149.85999999999999 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 147.32 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "e694de43-ee2c-446c-887f-d3bdf9857876")
+ )
+ (pin "2"
+ (uuid "6d26af1b-34c4-47c8-b50c-286585128453")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R5")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 115.57 157.48 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c4a8e9c2-bf9b-4de2-80de-dc2a3d6ae0ba")
+ (property "Reference" "R6"
+ (at 118.11 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "10k"
+ (at 118.11 160.01999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 157.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "8ba200bd-aa70-45c0-b943-f7b8f88e32ad")
+ )
+ (pin "2"
+ (uuid "df823bde-00b5-43b5-8049-6719955162e1")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "R6")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 163.82999999999998 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "9fb9e636-cd74-40a6-883a-a8c5a4509203")
+ (property "Reference" "#PWR24"
+ (at 115.57 161.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 115.57 167.64 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 163.82999999999998 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "901e517f-c00b-40fe-909a-4b58f703e006")
+ )
+ (instances
+ (project ""
+ (path "/4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+ (reference "#PWR24")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (sheet_instances
+ (path "/"
+ (page "1")
+ )
+ )
+ (embedded_fonts no)
+)
diff --git a/fp-info-cache b/fp-info-cache
deleted file mode 100644
index 40bed71..0000000
--- a/fp-info-cache
+++ /dev/null
@@ -1,106352 +0,0 @@
-1774817983895
-Audio_Module
-Reverb_BTDR-1H
-Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf)
-audio belton reverb
-0
-7
-7
-Audio_Module
-Reverb_BTDR-1V
-Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf)
-audio belton reverb
-0
-7
-7
-Battery
-BatteryClip_Keystone_54_D16-19mm
-Battery clip for batteries with a diameter between 16-19 mm: https://www.keyelco.com/product.cfm/product_id/826
-battery clip 18650 18350 17350 CR123A 2/3A
-0
-3
-1
-Battery
-BatteryHolder_Bulgin_BX0034_1xAAA
-Battery holder, Bulgin, BX0034, 1xAAA, screw holes, additional tab connections, https://www.bulgin.com/products/pub/media/import/attachments/Battery_holders.pdf
-horizontal single
-0
-2
-2
-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_Bulgin_BX0123_1xCR123
-Battery holder, Bulgin BX0123, battery type 1xCR123, https://www.bulgin.com/products/pub/media/import/attachments/Battery_holders.pdf#page=7, generated with kicad-footprint-generator StandardBox_generator.py
-horizontal single
-0
-2
-2
-Battery
-BatteryHolder_ComfortableElectronic_CH273-2450_1x2450
-Comfortable Electronic CR2450 battery holder, http://www.comf.com.tw/ProductDetail.asp?no=148
-Comfortable Electronic CR2450
-0
-2
-2
-Battery
-BatteryHolder_Eagle_12BH611-GR
-https://eu.mouser.com/datasheet/2/209/EPD-200766-1274481.pdf
-9V Battery Holder
-0
-2
-2
-Battery
-BatteryHolder_Keystone_103_1x20mm
-http://www.keyelco.com/product-pdf.cfm?p=719
-Keystone type 103 battery holder
-0
-2
-2
-Battery
-BatteryHolder_Keystone_104_1x23mm
-http://www.keyelco.com/product-pdf.cfm?p=744
-Keystone type 104 battery holder
-0
-2
-2
-Battery
-BatteryHolder_Keystone_105_1x2430
-http://www.keyelco.com/product-pdf.cfm?p=745
-Keystone type 105 battery holder
-0
-2
-2
-Battery
-BatteryHolder_Keystone_106_1x20mm
-http://www.keyelco.com/product-pdf.cfm?p=720
-Keystone type 106 battery holder
-0
-2
-2
-Battery
-BatteryHolder_Keystone_107_1x23mm
-http://www.keyelco.com/product-pdf.cfm?p=746
-Keystone type 107 battery holder
-0
-2
-2
-Battery
-BatteryHolder_Keystone_500
-Keystone #500, 12mm CR1220 battery holder, http://www.keyelco.com/product-pdf.cfm?p=710
-CR1220 battery holder
-0
-2
-2
-Battery
-BatteryHolder_Keystone_590
-AA CR2 A battery holder with leaf spring, Keystone, https://ken.keyeuro.eu/cat/590.pdf
-AA battery holder Keystone
-0
-3
-1
-Battery
-BatteryHolder_Keystone_1042_1x18650
-Battery holder, Keystone 1042, battery type 1x18650, http://www.keyelco.com/product.cfm/product_id/918, generated with kicad-footprint-generator StandardBox_generator.py
-horizontal single
-0
-2
-2
-Battery
-BatteryHolder_Keystone_1057_1x2032
-SMT (Auto-In/Ultra-Low) Holder for 2032 Cell, 33.2 x 23.9mm, 2mm height above PCB, https://www.keyelco.com/userAssets/file/M65p4.pdf
-Keystone type 1057 coin cell holder CR2032
-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
-Battery holder, Keystone 2479, battery type 3xAAA, http://www.keyelco.com/product-pdf.cfm?p=1041, generated with kicad-footprint-generator StandardBox_generator.py
-horizontal triple
-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-PC
-Battery holder, MPD BH-18650, battery type 1x18650, https://www.batteryholders.com/uploads/parts/BH-18650-PC/datasheets/BH-18650-PC-datasheet.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-horizontal single
-0
-2
-2
-Battery
-BatteryHolder_MPD_BK-18650-PC2
-Battery holder, MPD BK-18650, battery type 1x18650, https://www.batteryholders.com/uploads/parts/BK-18650-PC2/datasheets/BK-18650-PC2-datasheet.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-horizontal single
-0
-2
-2
-Battery
-BatteryHolder_MYOUNG_BS-07-A1BJ001_CR2032
-CR2032 battery holder https://www.lcsc.com/datasheet/lcsc_datasheet_2203021630_MYOUNG-BS-07-A1BJ001_C2979167.pdf
-CR2032 BR2032 BatteryHolder Battery
-0
-2
-2
-Battery
-BatteryHolder_Multicomp_BC-2001_1x2032
-CR2032 retainer clip, SMT ( http://www.farnell.com/datasheets/1505853.pdf )
-BC-2001 CR2032 2032 Battery Holder
-0
-3
-2
-Battery
-BatteryHolder_Renata_SMTU2032-LF_1x2032
-https://www.renata.com/fr/downloads/?product=smtu2032-lf&fileid=6a9833a4d49dfb7b550194fe0f
-Renata SMT battery holder coin cell 2032
-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
-Battery holder, TruPower BH-331P, battery type 3xAA, https://static.rapidonline.com/pdf/18-2967_v1.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-horizontal triple
-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-HFN_Horizontal_CircularHoles
-Panasonic CR-2032/HFN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D166.PDF
-battery CR-2032 coin cell
-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_CAS-120A
-Slide Switch, SMD, Nidec CAS series, https://www.nidec-components.com/e/catalog/switch/cas.pdf
-SMD slide switch Nidec CAS 120A
-0
-3
-3
-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_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_KSC6xxG
-Tactile switch, 6.2x6.25 mm, H7.7 mm, gullwing leads, https://www.ckswitches.com/media/1972/ksc6.pdf
-CK C&K SPST
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_CK_KSC6xxJ
-Tactile switch, 6.2x6.25 mm, H7.68 mm, J leads, https://www.ckswitches.com/media/1972/ksc6.pdf
-CK C&K SPST
-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_KSC9xxG
-Tactile switch, 6.2x6.2mm, H7.7mm, compatible with button, gullwing leads, https://www.ckswitches.com/media/1975/ksc9.pdf
-CK C&K SPST
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_CK_KSC9xxJ
-Tactile switch, 6.2x6.2mm, H7.7mm, compatible with button, J leads, https://www.ckswitches.com/media/1975/ksc9.pdf
-CK C&K SPST
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_CK_PTS125Sx43PSMTR
-Tactile switch, 12x12 mm, H4.3 mm, round actuator, with pegs, gullwing terminals, https://www.ckswitches.com/media/1462/pts125.pdf
-button tactile switch SPST 1P1T C&K
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_CK_PTS125Sx43SMTR
-Tactile switch, 12x12 mm, H4.3 mm, round actuator, gullwing terminals, https://www.ckswitches.com/media/1462/pts125.pdf
-button tactile Switch SPST 1P1T C&K
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_CK_PTS125Sx73PSMTR
-Tactile switch, 12x12 mm, H7.3 mm, square snap fit actuator, with pegs, gullwing terminals, https://www.ckswitches.com/media/1462/pts125.pdf
-button tactile switch SPST 1P1T C&K
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_CK_PTS125Sx73SMTR
-Tactile switch, 12x12 mm, H7.3 mm, square snap fit actuator, gullwing terminals, https://www.ckswitches.com/media/1462/pts125.pdf
-button tactile switch SPST 1P1T C&K
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_CK_PTS125Sx85PSMTR
-Tactile switch, 12x12 mm, H8.5 mm, round actuator, with pegs, gullwing terminals, https://www.ckswitches.com/media/1462/pts125.pdf
-button tactile switch SPST 1P1T C&K
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_CK_PTS125Sx85SMTR
-Tactile switch, 12x12 mm, H8.5 mm, round actuator, gullwing terminals, https://www.ckswitches.com/media/1462/pts125.pdf
-button tactile switch SPST 1P1T C&K
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_E-Switch_TL3301NxxxxxG
-Tactile switch, 6x6 mm, H4.3 mm, gullwing terminals, https://www.e-switch.com/wp-content/uploads/2024/03/TL3301.pdf
-SPST button straight
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_NO_Vertical_Wuerth_434133025816
-https://katalog.we-online.com/em/datasheet/434133025816.pdf
-tactile switch Wurth Wuerth
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1P1T_XKB_TS-1187A
-SMD Tactile Switch, http://www.helloxkb.com/public/images/pdf/TS-1187A-X-X-X.pdf
-SPST Tactile Switch
-0
-4
-2
-Button_Switch_SMD
-SW_Push_1TS009xxxx-xxxx-xxxx_6x6x5mm
-tactile push button, 6x6mm, height=5mm, 12V 50mA, https://datasheet.lcsc.com/lcsc/1811151231_HYP--Hongyuan-Precision-1TS009A-1800-5000-CT_C319409.pdf
-tact sw push 6mm silicone rubber
-0
-2
-2
-Button_Switch_SMD
-SW_Push_SPST_NO_Alps_SKRK
-http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKRK/SKRKAHE020.html
-SMD SMT button
-0
-2
-2
-Button_Switch_SMD
-SW_SP3T_PCM13
-Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf
-
-0
-8
-4
-Button_Switch_SMD
-SW_SPDT_CK_JS102011SAQN
-Sub-miniature slide switch, right-angle, http://www.ckswitches.com/media/1422/js.pdf
-switch spdt
-0
-3
-3
-Button_Switch_SMD
-SW_SPDT_PCM12
-Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf
-
-0
-7
-3
-Button_Switch_SMD
-SW_SPDT_REED_MSDM-DT
-Littlefuse 14.73x2.54mm, 175VDC 5W, SPDT Reed Switch MSDM-DT, https://www.littelfuse.com/~/media/electronics/datasheets/reed_switches/littelfuse_reed_switches_mdsm_dt_datasheet.pdf.pdf
-Littlefuse Reed SPDT Switch
-0
-3
-3
-Button_Switch_SMD
-SW_SPDT_Shouhan_MSK12C02
-SPDT Surface Mount Slide Switch, right-angle, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_SHOU-HAN-MSK12C02_C431540.pdf
-MSK-12C02 MSK12C02 MSK12C02-HB
-0
-7
-4
-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_KMS2xxG
-Microminiature SMT Side Actuated, 4.2 x 2.8 x 1.42mm, https://www.ckswitches.com/media/1482/kms.pdf
-Switch SPST KMS2
-0
-5
-3
-Button_Switch_SMD
-SW_SPST_CK_KMS2xxGP
-Microminiature SMT Side Actuated, 4.2 x 2.8 x 1.42mm with pegs, https://www.ckswitches.com/media/1482/kms.pdf
-Switch SPST KMS2
-0
-5
-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_MiddlePushTravel_H2.5mm
-Tactile switch, 4.7 x 3.5 mm, middle push travel, H2.5mm, https://industry.panasonic.com/ac/cdn/e/control/switch/light-touch/catalog/sw_lt_eng_4735s.pdf
-SMD SMT SPST EVQP2
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_EVQP2_ShortPushTravel_H2.1mm
-Tactile switch, 4.7 x 3.5 mm, short push travel, H2.1mm, https://industry.panasonic.com/ac/cdn/e/control/switch/light-touch/catalog/sw_lt_eng_4735s.pdf
-SMD SMT SPST EVQP2
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_EVQP2_ShortPushTravel_H2.5mm
-Tactile switch, 4.7 x 3.5 mm, short push travel, H2.5mm, https://industry.panasonic.com/ac/cdn/e/control/switch/light-touch/catalog/sw_lt_eng_4735s.pdf
-SMD SMT SPST EVQP2
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_EVQP7A
-Light Touch Switch, 2.2 N, https://www3.panasonic.biz/ac/e_download/control/switch/light-touch/catalog/sw_lt_eng_3529s_side.pdf?f_cd=402906
-tactile switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_EVQP7C
-Light Touch Switch, 2.2 N, https://www3.panasonic.biz/ac/e_download/control/switch/light-touch/catalog/sw_lt_eng_3529s_side.pdf?f_cd=402906
-tactile 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_PTS645Sx43SMTR92
-Tactile switch, 6x6 mm, H4.3 mm, gullwing terminals, https://www.ckswitches.com/media/1471/pts645.pdf
-SPST Button Switch CK C&K
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_PTS647_Sx38
-C&K Components SPST SMD PTS647 Series 4.5mm Tact Switch, 3.8mm Height, see https://www.ckswitches.com/media/2567/pts647.pdf
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_PTS647_Sx50
-C&K Components SPST SMD PTS647 Series 4.5mm Tact Switch, 5.0mm Height, see https://www.ckswitches.com/media/2567/pts647.pdf
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_PTS647_Sx70
-C&K Components SPST SMD PTS647 Series 4.5mm Tact Switch, 7.0mm Height, see https://www.ckswitches.com/media/2567/pts647.pdf
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_PTS810
-C&K Components, PTS 810 Series, Microminiature SMT Top Actuated, http://www.ckswitches.com/media/1476/pts810.pdf
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A08
-Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf
-SMD SMT SPST EVQPL EVQPT
-0
-6
-3
-Button_Switch_SMD
-SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A15
-Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf
-SMD SMT SPST EVQPL EVQPT
-0
-6
-3
-Button_Switch_SMD
-SW_SPST_REED_CT05-XXXX-G1
-Coto Technologies SPST Reed Switch CT05-XXXX-G1
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_REED_CT05-XXXX-J1
-Coto Technologies SPST Reed Switch CT05-XXXX-J1
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_REED_CT10-XXXX-G1
-Coto Technologies SPST Reed Switch CT10-XXXX-G1
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_REED_CT10-XXXX-G2
-Coto Technologies SPST Reed Switch CT10-XXXX-G2
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_REED_CT10-XXXX-G4
-Coto Technologies SPST Reed Switch CT10-XXXX-G4
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_SKQG_WithStem
-ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, With stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAFE010.html
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_SKQG_WithoutStem
-ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, Without stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAEE010.html
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_TL3305A
-https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf
-TL3305 Series Tact Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_TL3305B
-https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf
-TL3305 Series Tact Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_TL3305C
-https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf
-TL3305 Series Tact Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_TL3342
-Low-profile SMD Tactile Switch, https://www.e-switch.com/system/asset/product_line/data_sheet/165/TL3342.pdf
-SPST Tactile Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_TS-1088-xR020
-SMD Tactile Switch, 3.9x3x2 mm, https://lcsc.com/datasheet/lcsc_datasheet_2504101957_XUNPU-TS-1088-AR02016_C720477.pdf
-Tactile Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_TS-1088-xR025
-SMD Tactile Switch, 3.9x3x2.5 mm, https://lcsc.com/datasheet/lcsc_datasheet_2504101957_XUNPU-TS-1088-AR02016_C720477.pdf
-Tactile Switch
-0
-2
-2
-Button_Switch_SMD
-SW_Tactile_SPST_NO_Straight_CK_PTS636Sx25SMTRLFS
-Tactile switch, SPST, 6.0x3.5 mm, H2.5 mm, straight, NO, gull wing leads: https://www.ckswitches.com/media/2779/pts636.pdf
-switch tactile SPST 1P1T straight NO SMTR C&K
-0
-2
-2
-Button_Switch_THT
-KSA_Tactile_SPST
-KSA http://www.ckswitches.com/media/1457/ksa_ksl.pdf
-SWITCH SMD KSA SW
-0
-5
-5
-Button_Switch_THT
-Nidec_Copal_SH-7010C
-4-bit rotary coded switch, through-hole, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf
-rotary switch bcd
-0
-6
-5
-Button_Switch_THT
-Push_E-Switch_KS01Q01
-E-Switch KS01Q01 http://spec_sheets.e-switch.com/specs/29-KS01Q01.pdf
-Push Button
-0
-4
-4
-Button_Switch_THT
-SW_CK_JS202011AQN_DPDT_Angled
-C&K 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_CK_JS202011CQN_DPDT_Straight
-C&K 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_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_DIP_SPSTx01_Piano_10.8x4.1mm_W7.62mm_P2.54mm
-1x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x4.1mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-2
-2
-Button_Switch_THT
-SW_DIP_SPSTx01_Slide_6.7x4.1mm_W7.62mm_P2.54mm_LowProfile
-1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-2
-2
-Button_Switch_THT
-SW_DIP_SPSTx01_Slide_9.78x4.72mm_W7.62mm_P2.54mm
-1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-2
-2
-Button_Switch_THT
-SW_DIP_SPSTx02_Piano_10.8x6.64mm_W7.62mm_P2.54mm
-2x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x6.64mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-4
-4
-Button_Switch_THT
-SW_DIP_SPSTx02_Piano_CTS_Series194-2MSTN_W7.62mm_P2.54mm
-2x-dip-switch SPST CTS_Series194-2MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-4
-4
-Button_Switch_THT
-SW_DIP_SPSTx02_Slide_6.7x6.64mm_W7.62mm_P2.54mm_LowProfile
-2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-4
-4
-Button_Switch_THT
-SW_DIP_SPSTx02_Slide_9.78x7.26mm_W7.62mm_P2.54mm
-2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-4
-4
-Button_Switch_THT
-SW_DIP_SPSTx03_Piano_10.8x9.18mm_W7.62mm_P2.54mm
-3x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x9.18mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-6
-6
-Button_Switch_THT
-SW_DIP_SPSTx03_Piano_CTS_Series194-3MSTN_W7.62mm_P2.54mm
-3x-dip-switch SPST CTS_Series194-3MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-6
-6
-Button_Switch_THT
-SW_DIP_SPSTx03_Slide_6.7x9.18mm_W7.62mm_P2.54mm_LowProfile
-3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-6
-6
-Button_Switch_THT
-SW_DIP_SPSTx03_Slide_9.78x9.8mm_W7.62mm_P2.54mm
-3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-6
-6
-Button_Switch_THT
-SW_DIP_SPSTx04_Piano_10.8x11.72mm_W7.62mm_P2.54mm
-4x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x11.72mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-8
-8
-Button_Switch_THT
-SW_DIP_SPSTx04_Piano_CTS_Series194-4MSTN_W7.62mm_P2.54mm
-4x-dip-switch SPST CTS_Series194-4MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-8
-8
-Button_Switch_THT
-SW_DIP_SPSTx04_Slide_6.7x11.72mm_W7.62mm_P2.54mm_LowProfile
-4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-8
-8
-Button_Switch_THT
-SW_DIP_SPSTx04_Slide_9.78x12.34mm_W7.62mm_P2.54mm
-4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-8
-8
-Button_Switch_THT
-SW_DIP_SPSTx05_Piano_10.8x14.26mm_W7.62mm_P2.54mm
-5x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x14.26mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-10
-10
-Button_Switch_THT
-SW_DIP_SPSTx05_Piano_CTS_Series194-5MSTN_W7.62mm_P2.54mm
-5x-dip-switch SPST CTS_Series194-5MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-10
-10
-Button_Switch_THT
-SW_DIP_SPSTx05_Slide_6.7x14.26mm_W7.62mm_P2.54mm_LowProfile
-5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-10
-10
-Button_Switch_THT
-SW_DIP_SPSTx05_Slide_9.78x14.88mm_W7.62mm_P2.54mm
-5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-10
-10
-Button_Switch_THT
-SW_DIP_SPSTx06_Piano_10.8x16.8mm_W7.62mm_P2.54mm
-6x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x16.8mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-12
-12
-Button_Switch_THT
-SW_DIP_SPSTx06_Piano_CTS_Series194-6MSTN_W7.62mm_P2.54mm
-6x-dip-switch SPST CTS_Series194-6MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-12
-12
-Button_Switch_THT
-SW_DIP_SPSTx06_Slide_6.7x16.8mm_W7.62mm_P2.54mm_LowProfile
-6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-12
-12
-Button_Switch_THT
-SW_DIP_SPSTx06_Slide_9.78x17.42mm_W7.62mm_P2.54mm
-6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-12
-12
-Button_Switch_THT
-SW_DIP_SPSTx07_Piano_10.8x19.34mm_W7.62mm_P2.54mm
-7x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x19.34mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-14
-14
-Button_Switch_THT
-SW_DIP_SPSTx07_Piano_CTS_Series194-7MSTN_W7.62mm_P2.54mm
-7x-dip-switch SPST CTS_Series194-7MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-14
-14
-Button_Switch_THT
-SW_DIP_SPSTx07_Slide_6.7x19.34mm_W7.62mm_P2.54mm_LowProfile
-7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-14
-14
-Button_Switch_THT
-SW_DIP_SPSTx07_Slide_9.78x19.96mm_W7.62mm_P2.54mm
-7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-14
-14
-Button_Switch_THT
-SW_DIP_SPSTx08_Piano_10.8x21.88mm_W7.62mm_P2.54mm
-8x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x21.88mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-16
-16
-Button_Switch_THT
-SW_DIP_SPSTx08_Piano_CTS_Series194-8MSTN_W7.62mm_P2.54mm
-8x-dip-switch SPST CTS_Series194-8MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-16
-16
-Button_Switch_THT
-SW_DIP_SPSTx08_Slide_6.7x21.88mm_W7.62mm_P2.54mm_LowProfile
-8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-16
-16
-Button_Switch_THT
-SW_DIP_SPSTx08_Slide_9.78x22.5mm_W7.62mm_P2.54mm
-8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-16
-16
-Button_Switch_THT
-SW_DIP_SPSTx09_Piano_10.8x24.42mm_W7.62mm_P2.54mm
-9x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x24.42mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-18
-18
-Button_Switch_THT
-SW_DIP_SPSTx09_Piano_CTS_Series194-9MSTN_W7.62mm_P2.54mm
-9x-dip-switch SPST CTS_Series194-9MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-18
-18
-Button_Switch_THT
-SW_DIP_SPSTx09_Slide_6.7x24.42mm_W7.62mm_P2.54mm_LowProfile
-9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-18
-18
-Button_Switch_THT
-SW_DIP_SPSTx09_Slide_9.78x25.04mm_W7.62mm_P2.54mm
-9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-18
-18
-Button_Switch_THT
-SW_DIP_SPSTx10_Piano_10.8x26.96mm_W7.62mm_P2.54mm
-10x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x26.96mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-20
-20
-Button_Switch_THT
-SW_DIP_SPSTx10_Piano_CTS_Series194-10MSTN_W7.62mm_P2.54mm
-10x-dip-switch SPST CTS_Series194-10MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-20
-20
-Button_Switch_THT
-SW_DIP_SPSTx10_Slide_6.7x26.96mm_W7.62mm_P2.54mm_LowProfile
-10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-20
-20
-Button_Switch_THT
-SW_DIP_SPSTx10_Slide_9.78x27.58mm_W7.62mm_P2.54mm
-10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-20
-20
-Button_Switch_THT
-SW_DIP_SPSTx11_Piano_10.8x29.5mm_W7.62mm_P2.54mm
-11x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x29.5mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-22
-22
-Button_Switch_THT
-SW_DIP_SPSTx11_Piano_CTS_Series194-11MSTN_W7.62mm_P2.54mm
-11x-dip-switch SPST CTS_Series194-11MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-22
-22
-Button_Switch_THT
-SW_DIP_SPSTx11_Slide_6.7x29.5mm_W7.62mm_P2.54mm_LowProfile
-11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-22
-22
-Button_Switch_THT
-SW_DIP_SPSTx11_Slide_9.78x30.12mm_W7.62mm_P2.54mm
-11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-22
-22
-Button_Switch_THT
-SW_DIP_SPSTx12_Piano_10.8x32.04mm_W7.62mm_P2.54mm
-12x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x32.04mm
-DIP Switch SPST Piano 7.62mm 300mil
-0
-24
-24
-Button_Switch_THT
-SW_DIP_SPSTx12_Piano_CTS_Series194-12MSTN_W7.62mm_P2.54mm
-12x-dip-switch SPST CTS_Series194-12MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf)
-DIP Switch SPST Piano 7.62mm 300mil
-0
-24
-24
-Button_Switch_THT
-SW_DIP_SPSTx12_Slide_6.7x32.04mm_W7.62mm_P2.54mm_LowProfile
-12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile
-DIP Switch SPST Slide 7.62mm 300mil LowProfile
-0
-24
-24
-Button_Switch_THT
-SW_DIP_SPSTx12_Slide_9.78x32.66mm_W7.62mm_P2.54mm
-12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf)
-DIP Switch SPST Slide 7.62mm 300mil
-0
-24
-24
-Button_Switch_THT
-SW_E-Switch_EG1224_SPDT_Angled
-E-Switch slide switch, EG series, SPDT, right angle, http://spec_sheets.e-switch.com/specs/P040042.pdf
-switch SPDT
-0
-7
-3
-Button_Switch_THT
-SW_E-Switch_EG1271_SPDT
-E-Switch sub miniature slide switch, EG series, SPDT, https://www.e-switch.com/wp-content/uploads/2022/06/EG.pdf
-switch SPDT
-0
-6
-6
-Button_Switch_THT
-SW_E-Switch_EG2219_DPDT_Angled
-E-Switch slide switch, EG series, DPDT, right angle, http://spec_sheets.e-switch.com/specs/P040170.pdf
-switch DPDT
-0
-10
-6
-Button_Switch_THT
-SW_Lever_1P2T_NKK_GW12LxH
-Switch, single pole double throw, right angle, http://www.nkkswitches.com/pdf/GW.pdf
-switch single-pole double-throw spdt ON-ON horizontal
-0
-5
-3
-Button_Switch_THT
-SW_MEC_5GTH9
-MEC 5G single pole normally-open tactile switch https://cdn.sos.sk/productdata/80/f6/aabf7be6/5gth9358222.pdf
-switch normally-open pushbutton push-button
-0
-4
-2
-Button_Switch_THT
-SW_NKK_BB15AH
-https://www.nkkswitches.com/pdf/Bpushbuttons-1.pdf
-Pushbutton Right-angle
-0
-5
-3
-Button_Switch_THT
-SW_NKK_G1xJP
-Switch NKK G1xJP http://www.nkkswitches.com/pdf/gwillum.pdf
-SWITCH TOGGLE ILLUM SPDT NKK
-0
-6
-6
-Button_Switch_THT
-SW_NKK_GW12LJP
-Switch, single pole double throw, illuminated paddle, http://www.nkkswitches.com/pdf/gwillum.pdf
-switch single-pole double-throw spdt ON-ON illuminated LED
-0
-6
-6
-Button_Switch_THT
-SW_NKK_NR01
-NKK Switches NR01 series rotary switch, 10.7 x 10.7mm. https://www.nkkswitches.com/pdf/NR01%20Rotaries.pdf
-NKK NR01 SP3T SP4T SP5T
-0
-10
-7
-Button_Switch_THT
-SW_PUSH-12mm
-Generic SW PUSH 12mm, e.g https://sten-eswitch-13110800-production.s3.amazonaws.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_1P1T_6x3.5mm_H4.3_APEM_MJTP1243
-tactile push button, 6x3.5mm, https://www.apem.com/idec-apem/en_US/PCB-switches/Tactile-Switches/MJTP-6mm-through-hole/c/MJTP_6mm_through%20hole?page=1
-PHAP3362 6mm tact sw THT
-0
-2
-2
-Button_Switch_THT
-SW_PUSH_1P1T_6x3.5mm_H5.0_APEM_MJTP1250
-tactile push button, 6x3.5mm, https://www.apem.com/idec-apem/en_US/PCB-switches/Tactile-Switches/MJTP-6mm-through-hole/c/MJTP_6mm_through%20hole?page=1
-PHAP3362A 6mm tact sw THT
-0
-2
-2
-Button_Switch_THT
-SW_PUSH_6mm
-Generic 6mm SW tactile push button
-tact sw push 6mm
-0
-4
-2
-Button_Switch_THT
-SW_PUSH_6mm_H4.3mm
-tactile push button, 6x6mm e.g. PHAP33xx series, height=4.3mm
-tact sw push 6mm
-0
-4
-2
-Button_Switch_THT
-SW_PUSH_6mm_H5mm
-tactile push button, 6x6mm e.g. PHAP33xx series, height=5mm
-tact sw push 6mm
-0
-4
-2
-Button_Switch_THT
-SW_PUSH_6mm_H7.3mm
-tactile push button, 6x6mm e.g. PHAP33xx series, height=7.3mm
-tact sw push 6mm
-0
-4
-2
-Button_Switch_THT
-SW_PUSH_6mm_H8.5mm
-tactile push button, 6x6mm e.g. PHAP33xx series, height=8.5mm
-tact sw push 6mm
-0
-4
-2
-Button_Switch_THT
-SW_PUSH_6mm_H8mm
-tactile push button, 6x6mm e.g. PHAP33xx series, height=8mm
-tact sw push 6mm
-0
-4
-2
-Button_Switch_THT
-SW_PUSH_6mm_H9.5mm
-tactile push button, 6x6mm e.g. PHAP33xx series, height=9.5mm
-tact sw push 6mm
-0
-4
-2
-Button_Switch_THT
-SW_PUSH_6mm_H13mm
-tactile push button, 6x6mm e.g. PHAP33xx series, height=13mm
-tact sw push 6mm
-0
-4
-2
-Button_Switch_THT
-SW_PUSH_E-Switch_FS5700DP_DPDT
-FS5700 series pushbutton footswitch, DPDT, https://www.e-switch.com/system/asset/product_line/data_sheet/226/FS5700.pdf
-switch DPDT footswitch
-0
-6
-6
-Button_Switch_THT
-SW_PUSH_LCD_E3_SAxxxx
-Switch with LCD screen E3 SAxxxx
-switch normally-open pushbutton push-button LCD
-0
-6
-6
-Button_Switch_THT
-SW_PUSH_LCD_E3_SAxxxx_SocketPins
-Switch with LCD screen E3 SAxxxx
-switch normally-open pushbutton push-button LCD
-0
-6
-6
-Button_Switch_THT
-SW_Push_1P1T_NO_LED_E-Switch_TL1250
-illuminated right angle tact switch https://www.e-switch.com/system/asset/product_line/data_sheet/148/TL1250.pdf
-led push switch right angle
-0
-6
-4
-Button_Switch_THT
-SW_Push_1P2T_Vertical_E-Switch_800UDP8P1A1M6
- right angle SPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf
-IP67 ultra-miniture horizontal
-0
-5
-3
-Button_Switch_THT
-SW_Push_2P1T_Toggle_CK_PVA1xxH1xxxxxxV2
-momentary / push-push button, h=17.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA1 DPST
-0
-4
-4
-Button_Switch_THT
-SW_Push_2P1T_Toggle_CK_PVA1xxH2xxxxxxV2
-momentary / push-push button, h=23mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA1 DPST
-0
-4
-4
-Button_Switch_THT
-SW_Push_2P1T_Toggle_CK_PVA1xxH3xxxxxxV2
-momentary / push-push button, h=20.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA1 DPST
-0
-4
-4
-Button_Switch_THT
-SW_Push_2P1T_Toggle_CK_PVA1xxH4xxxxxxV2
-momentary / push-push button, h=15mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA1 DPST
-0
-4
-4
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2OAH5xxxxxxV2
-momentary / push-push button, h=13mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2xxH1xxxxxxV2
-momentary / push-push button, h=17.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2xxH2xxxxxxV2
-momentary / push-push button, h=23mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2xxH3xxxxxxV2
-momentary / push-push button, h=20.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2xxH4xxxxxxV2
-momentary / push-push button, h=15mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Vertical_E-Switch_800UDP8P1A1M6
- right angle DPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf
-IP67 ultra-miniture horizontal
-0
-8
-6
-Button_Switch_THT
-SW_SPST_Omron_B3F-40xx
-SW_THT_Tactile_Omron_B3F-40xx, 12x12 mm, Through hole switch from the B3F Family manufactured by Omron, https://www.omron.com/ecb/products/pdf/en-b3f.pdf
-tactile switch THT button push B3F-4000 B3F-4050 B3F-4005 B3F-4055
-0
-4
-2
-Button_Switch_THT
-SW_SPST_Omron_B3F-50xx
-SW_THT_Tactile_Omron_B3F-50xx, 12x12x7,3 mm, Through hole switch from the B3F Family manufactured by Omron, https://www.omron.com/ecb/products/pdf/en-b3f.pdf
-tactile omron switch tht B3F-5000 B3F-5050 B3F-5001 B3F-5051
-0
-4
-2
-Button_Switch_THT
-SW_SPST_Omron_B3F-315x_Angled
-tactile switch, 7.3mm x 6.25mm x 7.4mm, right angle, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf
-tactile switch Omron B3F right angle through hole
-0
-4
-2
-Button_Switch_THT
-SW_Slide-03_Wuerth-WS-SLTV_10x2.5x6.4_P2.54mm
-Wuerth, WS-SLTV, 450301014042, https://www.we-online.com/components/products/datasheet/450301014042.pdf
-switch single-pole opposite-side-connection double-throw SPDT würth wurth
-0
-3
-3
-Button_Switch_THT
-SW_Slide_SP3T_Straight_CK_OS103012MU1QP1
-C&K miniature slide switch, OS series, SP3T, 6x17x12.20mm, https://www.ckswitches.com/media/1428/os.pdf
-slide switch SP3T
-0
-6
-5
-Button_Switch_THT
-SW_Slide_SPDT_Angled_CK_OS102011MA1Q
-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_Slide_SPDT_Straight_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-100x
-Tactile switch, 6x6 mm, H4.3 mm, 6.5 mm pitch, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf
-Omron B3F-10xx SPST 1P1T
-0
-4
-2
-Button_Switch_THT
-SW_TH_Tactile_Omron_B3F-102x
-Tactile switch, 6x6 mm, H5.0 mm, 6.5 mm pitch, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf
-Omron B3F-10xx SPST 1P1T
-0
-4
-2
-Button_Switch_THT
-SW_TH_Tactile_Omron_B3F-106x
-Tactile switch, 6x6 mm, H7.0 mm, 6.5 mm pitch, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf
-Omron B3F-10xx SPST 1P1T
-0
-4
-2
-Button_Switch_THT
-SW_TH_Tactile_Omron_B3F-107x
-Tactile switch, 6x6 mm, H9.5 mm, 6.5 mm pitch, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf
-Omron B3F-10xx SPST 1P1T
-0
-4
-2
-Button_Switch_THT
-SW_TH_Tactile_Omron_B3F-110x
-Tactile switch, 6x6 mm, ground terminal, H4.3 mm, 6.5 mm pitch, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf
-Omron B3F-11xx SPST 1P1T
-0
-5
-3
-Button_Switch_THT
-SW_TH_Tactile_Omron_B3F-112x
-Tactile switch, 6x6 mm, ground terminal, H5.0 mm, 6.5 mm pitch, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf
-Omron B3F-11xx SPST 1P1T
-0
-5
-3
-Button_Switch_THT
-SW_TH_Tactile_Omron_B3F-1110
-Tactile switch, 6x6 mm, ground terminal, H5.0 mm, 7.5 mm pitch, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf
-Omron B3F-11xx SPST 1P1T
-0
-5
-3
-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
-Button_Switch_THT
-SW_XKB_DM1-16UC-1
-1A 30V SPDT Micro Switch rated for one million cycles, W12.7xD5.7xH6.6, https://www.helloxkb.com/public/images/pdf/DMX-XXXC-X.pdf
-SPDT endstop limit switch clockwise hook lever XKB DM1-16UC-1
-0
-3
-3
-Button_Switch_THT
-SW_XKB_DM1-16UD-1
-1A 30V SPDT Micro Switch rated for one million cycles, W12.7xD5.7xH6.6, https://www.helloxkb.com/public/images/pdf/DMX-XXXD-X.pdf
-SPDT endstop limit switch anti-clockwise hook lever XKB DM1-16UD-1
-0
-3
-3
-Button_Switch_THT
-SW_XKB_DM1-16UP-1
-1A 30V SPDT Micro Switch rated for one million cycles, W12.7xD5.7xH6.6, https://www.helloxkb.com/public/images/pdf/DMX-XXXP-X.pdf
-SPDT endstop limit switch vertical hook lever XKB DM1-16UP-1
-0
-3
-3
-Buzzer_Beeper
-Buzzer_12x9.5RM7.6
-Generic Buzzer, D12mm height 9.5mm with RM7.6mm
-buzzer
-0
-2
-2
-Buzzer_Beeper
-Buzzer_15x7.5RM7.6
-Generic Buzzer, D15mm height 7.5mm with RM7.6mm
-buzzer
-0
-2
-2
-Buzzer_Beeper
-Buzzer_CUI_CPT-9019S-SMT
-https://www.cui.com/product/resource/cpt-9019s-smt.pdf
-buzzer piezo
-0
-2
-2
-Buzzer_Beeper
-Buzzer_D14mm_H7mm_P10mm
-Generic Buzzer, D14mm height 7mm with pitch 10mm
-buzzer
-0
-2
-2
-Buzzer_Beeper
-Buzzer_Mallory_AST1109MLTRQ
-Mallory low-profile piezo buzzer, https://mspindy.com/spec-sheets/AST1109MLTRQ.pdf
-buzzer piezo
-0
-2
-2
-Buzzer_Beeper
-Buzzer_Mallory_AST1240MLQ
-Mallory low-profile piezo buzzer, https://www.mspindy.com/specifications/AST12140MLQ.pdf
-piezo buzzer
-0
-2
-2
-Buzzer_Beeper
-Buzzer_Murata_PKLCS1212E
-Murata Buzzer https://www.murata.com/~/media/webrenewal/support/library/catalog/products/sound/p37e.ashx
-Murata Buzzer Beeper
-0
-2
-2
-Buzzer_Beeper
-Buzzer_Murata_PKMCS0909E
-Murata Buzzer http://www.murata.com/en-us/api/pdfdownloadapi?cate=&partno=PKMCS0909E4000-R1
-Murata Buzzer Beeper
-0
-2
-2
-Buzzer_Beeper
-Buzzer_TDK_PS1240P02BT_D12.2mm_H6.5mm
-Buzzer, D12.2mm height 6.5mm, https://product.tdk.com/info/en/catalog/datasheets/piezoelectronic_buzzer_ps_en.pdf
-buzzer
-0
-2
-2
-Buzzer_Beeper
-Indicator_PUI_AI-1440-TWT-24V-2-R
-14mm Indicator, https://www.puiaudio.com/media/SpecSheet/AI-1440-TWT-24V-2-R.pdf
-piezo buzzer self drive oscillator
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_CUI_CMT-8504-100-SMT
-magnetic transducer buzzer, 5V, SPL of 100 dB at 10 cm, https://www.cuidevices.com/product/resource/pdf/cmt-8504-100-smt-tr.pdf
-CMT 8504
-0
-4
-4
-Buzzer_Beeper
-MagneticBuzzer_CUI_CST-931RP-A
-CST-931RP-A, http://www.cui.com/product/resource/cst-931rp-a.pdf
-CST-931RP-A
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_Kingstate_KCG0601
-Buzzer, Elektromagnetic Beeper, Summer,
-Kingstate KCG0601
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_Kobitone_254-EMB73-RO
-MagneticBuzzer_Kobitone_254-EMB73-RO https://www.mouser.es/datasheet/2/209/joytech_11092018_KT-400379-1501513.pdf
-MagneticBuzzer_Kobitone_254-EMB73-RO
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_Kobitone_254-EMB84Q-RO
-MagneticBuzzer Kobitone 254-EMB84Q-RO https://www.mouser.es/datasheet/2/209/KT-400385-1171904.pdf
-MagneticBuzzer Kobitone 254-EMB84Q-RO
-0
-3
-3
-Buzzer_Beeper
-MagneticBuzzer_PUI_AT-0927-TT-6-R
-Buzzer Magnetic 9mm AT-0927-TT-6-R, http://www.puiaudio.com/pdf/AT-0927-TT-6-R.pdf
-Buzzer Magnetic 9mm AT-0927-TT-6-R
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_PUI_SMT-1028-T-2-R
-Buzzer, 2830Hz, 3.6Vpp, 90dbA@10cm, Top sound port, 10x10x3,5mm, https://api.puiaudio.com/file/612539d9-c50b-48de-88aa-b63ef8817a91.pdf
-SMT 1028
-0
-4
-3
-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_HGP
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_StarMicronics_HMB
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-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
-MagneticBuzzer_StarMicronics_QMB
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_StarMicronics_QMB-105
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_StarMicronics_QMB-108
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_StarMicronics_QMB-111
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_StarMicronics_QMX
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_StarMicronics_RMX
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_StarMicronics_TMB
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_StarMicronics_TMX-F
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_StarMicronics_TMX-H
-http://datasheet.octopart.com/HMB06-Star-Micronics-datasheet-514145.pdf
-buzzer round tht
-0
-2
-2
-Buzzer_Beeper
-PUIAudio_SMT_0825_S_4_R
-SMD 8540, http://www.puiaudio.com/product-detail.aspx?partnumber=SMT-0825-S-4-R
-SMD 8540
-0
-4
-4
-Buzzer_Beeper
-Speaker_CUI_CMR-1206S-67
-Speaker, 30mW, 300-7000Hz, IP67 face, 12x6x2,25mm, https://www.cuidevices.com/product/resource/cmr-12062s-67.pdf
-speaker CUI
-0
-2
-2
-Calibration_Scale
-Gauge_10mm_Type1_CopperTop
-Gauge, Massstab, 10mm, CopperTop, Type 1,
-Gauge Massstab 10mm CopperTop Type 1
-0
-0
-0
-Calibration_Scale
-Gauge_10mm_Type1_SilkScreenTop
-Gauge, Massstab, 10mm, SilkScreenTop, Type 1,
-Gauge Massstab 10mm SilkScreenTop Type 1
-0
-0
-0
-Calibration_Scale
-Gauge_10mm_Type2_CopperTop
-Gauge, Massstab, 10mm, CopperTop, Type 2,
-Gauge Massstab 10mm CopperTop Type 2
-0
-0
-0
-Calibration_Scale
-Gauge_10mm_Type2_SilkScreenTop
-Gauge, Massstab, 10mm, SilkScreenTop, Type 2,
-Gauge Massstab 10mm SilkScreenTop Type 2
-0
-0
-0
-Calibration_Scale
-Gauge_10mm_Type3_CopperTop
-Gauge, Massstab, 10mm, CopperTop, Type 3,
-Gauge Massstab 10mm CopperTop Type 3
-0
-0
-0
-Calibration_Scale
-Gauge_10mm_Type3_SilkScreenTop
-Gauge, Massstab, 10mm, SilkScreenTop, Type 3,
-Gauge Massstab 10mm SilkScreenTop Type 3
-0
-0
-0
-Calibration_Scale
-Gauge_10mm_Type4_CopperTop
-Gauge, Massstab, 10mm, CopperTop, Type 4,
-Gauge Massstab 10mm CopperTop Type 4
-0
-0
-0
-Calibration_Scale
-Gauge_10mm_Type4_SilkScreenTop
-Gauge, Massstab, 10mm, SilkScreenTop, Type 4,
-Gauge Massstab 10mm SilkScreenTop Type 4
-0
-0
-0
-Calibration_Scale
-Gauge_10mm_Type5_CopperTop
-Gauge, Massstab, 10mm, CopperTop, Type 5,
-Gauge Massstab 10mm CopperTop Type 5
-0
-0
-0
-Calibration_Scale
-Gauge_10mm_Type5_SilkScreenTop
-Gauge, Massstab, 10mm, SilkScreenTop, Type 5,
-Gauge Massstab 10mm SilkScreenTop Type 5
-0
-0
-0
-Calibration_Scale
-Gauge_50mm_Type1_CopperTop
-Gauge, Massstab, 50mm, CopperTop, Type 1,
-Gauge Massstab 50mm CopperTop Type 1
-0
-0
-0
-Calibration_Scale
-Gauge_50mm_Type1_SilkScreenTop
-Gauge, Massstab, 50mm, SilkScreenTop, Type 1,
-Gauge Massstab 50mm SilkScreenTop Type 1
-0
-0
-0
-Calibration_Scale
-Gauge_50mm_Type2_CopperTop
-Gauge, Massstab, 50mm, CopperTop, Type 2,
-Gauge Massstab 50mm CopperTop Type 2
-0
-0
-0
-Calibration_Scale
-Gauge_50mm_Type2_SilkScreenTop
-Gauge, Massstab, 50mm, SilkScreenTop, Type 2,
-Gauge Massstab 50mm SilkScreenTop Type 2
-0
-0
-0
-Calibration_Scale
-Gauge_100mm_Grid_Type1_CopperTop
-Gauge, Massstab, 100mm, Gitter, Grid, CopperTop, Type 1,
-Gauge Massstab 100mm Gitter Grid CopperTop Type 1
-0
-0
-0
-Calibration_Scale
-Gauge_100mm_Type1_CopperTop
-Gauge, Massstab, 100mm, CopperTop, Type 1,
-Gauge Massstab 100mm CopperTop Type 1
-0
-0
-0
-Calibration_Scale
-Gauge_100mm_Type1_SilkScreenTop
-Gauge, Massstab, 100mm, SilkScreenTop, Type 1,
-Gauge Massstab 100mm SilkScreenTop Type 1
-0
-0
-0
-Calibration_Scale
-Gauge_100mm_Type2_CopperTop
-Gauge, Massstab, 100mm, CopperTop, Type 2,
-Gauge Massstab 100mm CopperTop Type 2
-0
-0
-0
-Calibration_Scale
-Gauge_100mm_Type2_SilkScreenTop
-Gauge, Massstab, 100mm, SilkScreenTop, Type 2,
-Gauge Massstab 100mm SilkScreenTop Type 2
-0
-0
-0
-Capacitor_SMD
-CP_Elec_3x5.3
-SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics
-Capacitor Electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_3x5.4
-SMD capacitor, aluminum electrolytic, Nichicon, 3.0x5.4mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_4x3
-SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_4x3.9
-SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_4x4.5
-SMD capacitor, aluminum electrolytic, Nichicon, 4.0x4.5mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_4x5.3
-SMD capacitor, aluminum electrolytic, Vishay, 4.0x5.3mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_4x5.4
-SMD capacitor, aluminum electrolytic, Panasonic A5 / Nichicon, 4.0x5.4mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_4x5.7
-SMD capacitor, aluminum electrolytic, United Chemi-Con, 4.0x5.7mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_4x5.8
-SMD capacitor, aluminum electrolytic, Panasonic, 4.0x5.8mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_5x3
-SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.0mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_5x3.9
-SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_5x4.4
-SMD capacitor, aluminum electrolytic, Panasonic B45, 5.0x4.4mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_5x4.5
-SMD capacitor, aluminum electrolytic, Nichicon, 5.0x4.5mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_5x5.3
-SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.3mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_5x5.4
-SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.4mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_5x5.7
-SMD capacitor, aluminum electrolytic, United Chemi-Con, 5.0x5.7mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_5x5.8
-SMD capacitor, aluminum electrolytic, Panasonic, 5.0x5.8mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_5x5.9
-SMD capacitor, aluminum electrolytic, Panasonic B6, 5.0x5.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x3
-SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.0mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x3.9
-SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x4.5
-SMD capacitor, aluminum electrolytic, Nichicon, 6.3x4.5mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x4.9
-SMD capacitor, aluminum electrolytic, Panasonic C5, 6.3x4.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x5.2
-SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.2mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x5.3
-SMD capacitor, aluminum electrolytic, Cornell Dubilier, 6.3x5.3mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x5.4
-SMD capacitor, aluminum electrolytic, Panasonic C55, 6.3x5.4mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x5.4_Nichicon
-SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.4mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x5.7
-SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.7mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x5.8
-SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x5.9
-SMD capacitor, aluminum electrolytic, Panasonic C6, 6.3x5.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x7.7
-SMD capacitor, aluminum electrolytic, Nichicon, 6.3x7.7mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_6.3x9.9
-SMD capacitor, aluminum electrolytic, Panasonic C10, 6.3x9.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_8x5.4
-SMD capacitor, aluminum electrolytic, Nichicon, 8.0x5.4mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_8x6.2
-SMD capacitor, aluminum electrolytic, Nichicon, 8.0x6.2mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_8x6.5
-SMD capacitor, aluminum electrolytic, Rubycon, 8.0x6.5mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_8x6.7
-SMD capacitor, aluminum electrolytic, United Chemi-Con, 8.0x6.7mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_8x6.9
-SMD capacitor, aluminum electrolytic, Panasonic E7, 8.0x6.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_8x10
-SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_8x10.5
-SMD capacitor, aluminum electrolytic, Vishay 0810, 8.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_8x11.9
-SMD capacitor, aluminum electrolytic, Panasonic E12, 8.0x11.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_10x7.7
-SMD capacitor, aluminum electrolytic, Nichicon, 10.0x7.7mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_10x7.9
-SMD capacitor, aluminum electrolytic, Panasonic F8, 10.0x7.9mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_10x10
-SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_10x10.5
-SMD capacitor, aluminum electrolytic, Vishay 1010, 10.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_10x12.5
-SMD capacitor, aluminum electrolytic, Vishay 1012, 10.0x12.5mm, http://www.vishay.com/docs/28395/150crz.pdf
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_10x12.6
-SMD capacitor, aluminum electrolytic, Panasonic F12, 10.0x12.6mm
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_10x14.3
-SMD capacitor, aluminum electrolytic, Vishay 1014, 10.0x14.3mm, http://www.vishay.com/docs/28395/150crz.pdf
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_16x17.5
-SMD capacitor, aluminum electrolytic, Vishay 1616, 16.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_16x22
-SMD capacitor, aluminum electrolytic, Vishay 1621, 16.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_18x17.5
-SMD capacitor, aluminum electrolytic, Vishay 1816, 18.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_18x22
-SMD capacitor, aluminum electrolytic, Vishay 1821, 18.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf
-capacitor electrolytic
-0
-2
-2
-Capacitor_SMD
-CP_Elec_CAP-XX_DMF3Zxxxxxxxx3D
-5.5V, 470mF supercapacitor, 45mohm, -40ºC to +70ºC, https://www.cap-xx.com/wp-content/uploads/datasheets/CAP-XX-DMF470mF-Datasheet.pdf
-supercap
-0
-3
-3
-Capacitor_SMD
-C_0201_0603Metric
-Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator
-capacitor
-0
-4
-2
-Capacitor_SMD
-C_0201_0603Metric_Pad0.64x0.40mm_HandSolder
-Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator
-capacitor handsolder
-0
-4
-2
-Capacitor_SMD
-C_0402_1005Metric
-Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor
-0
-2
-2
-Capacitor_SMD
-C_0402_1005Metric_Pad0.74x0.62mm_HandSolder
-Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor handsolder
-0
-2
-2
-Capacitor_SMD
-C_0504_1310Metric
-Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor
-0
-2
-2
-Capacitor_SMD
-C_0504_1310Metric_Pad0.83x1.28mm_HandSolder
-Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor handsolder
-0
-2
-2
-Capacitor_SMD
-C_0603_1608Metric
-Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor
-0
-2
-2
-Capacitor_SMD
-C_0603_1608Metric_Pad1.08x0.95mm_HandSolder
-Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor handsolder
-0
-2
-2
-Capacitor_SMD
-C_0805_2012Metric
-Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator
-capacitor
-0
-2
-2
-Capacitor_SMD
-C_0805_2012Metric_Pad1.18x1.45mm_HandSolder
-Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator
-capacitor handsolder
-0
-2
-2
-Capacitor_SMD
-C_01005_0402Metric
-Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator
-capacitor
-0
-4
-2
-Capacitor_SMD
-C_01005_0402Metric_Pad0.57x0.30mm_HandSolder
-Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator
-capacitor handsolder
-0
-4
-2
-Capacitor_SMD
-C_1206_3216Metric
-Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor
-0
-2
-2
-Capacitor_SMD
-C_1206_3216Metric_Pad1.33x1.80mm_HandSolder
-Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor handsolder
-0
-2
-2
-Capacitor_SMD
-C_1210_3225Metric
-Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor
-0
-2
-2
-Capacitor_SMD
-C_1210_3225Metric_Pad1.33x2.70mm_HandSolder
-Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-capacitor handsolder
-0
-2
-2
-Capacitor_SMD
-C_1808_4520Metric
-Capacitor SMD 1808 (4520 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: datasheet page 3, https://product.tdk.com/system/files/dam/doc/product/capacitor/ceramic/mlcc/catalog/mlcc_commercial_soft_en.pdf), generated with kicad-footprint-generator
-capacitor
-0
-2
-2
-Capacitor_SMD
-C_1808_4520Metric_Pad1.72x2.30mm_HandSolder
-Capacitor SMD 1808 (4520 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: datasheet page 3, https://product.tdk.com/system/files/dam/doc/product/capacitor/ceramic/mlcc/catalog/mlcc_commercial_soft_en.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_5750Metric
-Capacitor SMD 2220 (5750 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_5750Metric_Pad1.97x5.40mm_HandSolder
-Capacitor SMD 2220 (5750 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 electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_4x5.4
-SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.4mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_4x5.8
-SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.8mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_5x5.4
-SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.4mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_5x5.8
-SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.8mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_6.3x5.4
-SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.4mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_6.3x5.8
-SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.8mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_6.3x7.7
-SMD capacitor, aluminum electrolytic nonpolar, 6.3x7.7mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_8x5.4
-SMD capacitor, aluminum electrolytic nonpolar, 8.0x5.4mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_8x6.2
-SMD capacitor, aluminum electrolytic nonpolar, 8.0x6.2mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_8x10.2
-SMD capacitor, aluminum electrolytic nonpolar, 8.0x10.2mm
-capacitor electrolytic nonpolar
-0
-2
-2
-Capacitor_SMD
-C_Elec_10x10.2
-SMD capacitor, aluminum electrolytic nonpolar, 10.0x10.2mm
-capacitor electrolytic 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, height=7mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 1.50mm diameter 4mm height 7mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D4.0mm_P2.00mm
-CP, Radial series, Radial, pin pitch=2.00mm, diameter=4mm, height=7mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.00mm diameter 4mm height 7mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D5.0mm_P2.00mm
-CP, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=7mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.00mm diameter 5mm height 7mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D5.0mm_P2.50mm
-CP, Radial series, Radial, pin pitch=2.50mm, diameter=5mm, height=7mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.50mm diameter 5mm height 7mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D6.3mm_P2.50mm
-CP, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=7mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.50mm diameter 6.3mm height 7mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D7.5mm_P2.50mm
-CP, Radial series, Radial, pin pitch=2.50mm, diameter=7.5mm, height=8mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.50mm diameter 7.5mm height 8mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D8.0mm_P2.50mm
-CP, Radial series, Radial, pin pitch=2.50mm, diameter=8mm, height=10mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.50mm diameter 8mm height 10mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D8.0mm_P3.50mm
-CP, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=12mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 3.50mm diameter 8mm height 12mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D8.0mm_P3.80mm
-CP, Radial series, Radial, pin pitch=3.80mm, diameter=8mm, height=14mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 3.80mm diameter 8mm height 14mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D8.0mm_P5.00mm
-CP, Radial series, Radial, pin pitch=5.00mm, diameter=8mm, height=16mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 5.00mm diameter 8mm height 16mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D10.0mm_P2.50mm
-CP, Radial series, Radial, pin pitch=2.50mm, diameter=10mm, height=12mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.50mm diameter 10mm height 12mm 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, height=12mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.50mm 5.00mm diameter 10mm height 12mm Electrolytic Capacitor
-0
-4
-2
-Capacitor_THT
-CP_Radial_D10.0mm_P3.50mm
-CP, Radial series, Radial, pin pitch=3.50mm, diameter=10mm, height=16mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 3.50mm diameter 10mm height 16mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D10.0mm_P3.80mm
-CP, Radial series, Radial, pin pitch=3.80mm, diameter=10mm, height=16mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 3.80mm diameter 10mm height 16mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D10.0mm_P5.00mm
-CP, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=16mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 5.00mm diameter 10mm height 16mm 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, height=16mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 5.00mm 7.50mm diameter 10mm height 16mm Electrolytic Capacitor
-0
-4
-2
-Capacitor_THT
-CP_Radial_D10.0mm_P7.50mm
-CP, Radial series, Radial, pin pitch=7.50mm, diameter=10mm, height=20mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 7.50mm diameter 10mm height 20mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D12.5mm_P2.50mm
-CP, Radial series, Radial, pin pitch=2.50mm, diameter=12.5mm, height=16mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.50mm diameter 12.5mm height 16mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D12.5mm_P5.00mm
-CP, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=20mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 5.00mm diameter 12.5mm height 20mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D12.5mm_P7.50mm
-CP, Radial series, Radial, pin pitch=7.50mm, diameter=12.5mm, height=24mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 7.50mm diameter 12.5mm height 24mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D13.0mm_P2.50mm
-CP, Radial series, Radial, pin pitch=2.50mm, diameter=13mm, height=16mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 2.50mm diameter 13mm height 16mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D13.0mm_P5.00mm
-CP, Radial series, Radial, pin pitch=5.00mm, diameter=13mm, height=20mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 5.00mm diameter 13mm height 20mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D13.0mm_P7.50mm
-CP, Radial series, Radial, pin pitch=7.50mm, diameter=13mm, height=24mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 7.50mm diameter 13mm height 24mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D14.0mm_P5.00mm
-CP, Radial series, Radial, pin pitch=5.00mm, diameter=14mm, height=20mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 5.00mm diameter 14mm height 20mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D14.0mm_P7.50mm
-CP, Radial series, Radial, pin pitch=7.50mm, diameter=14mm, height=20mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 7.50mm diameter 14mm height 20mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D16.0mm_P7.50mm
-CP, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=25mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 7.50mm diameter 16mm height 25mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D17.0mm_P7.50mm
-CP, Radial series, Radial, pin pitch=7.50mm, diameter=17mm, height=30mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 7.50mm diameter 17mm height 30mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D18.0mm_P7.50mm
-CP, Radial series, Radial, pin pitch=7.50mm, diameter=18mm, height=35mm, Electrolytic Capacitor
-CP Radial series Radial pin pitch 7.50mm diameter 18mm height 35mm 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, 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
-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, 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
-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, 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
-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, height=50mm, Electrolytic Capacitor, http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 26mm height 50mm 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, height=50mm, Electrolytic Capacitor, http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 30mm height 50mm 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, 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
-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, 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
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D4.5mm_P2.50mm
-CP, Radial_Tantal series, Radial, pin pitch=2.50mm, diameter=4.5mm, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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, height=10mm, 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 height 10mm 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC-7352 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-7352 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_HandSolder
-Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC-7352 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Connector
-BJB_Pico_46.110.1001_Receptacle_Horizontal
-BJB Pico, single terminal block/receptacle, uninsulated, SMD, 6.9x2.3x2.7mm, https://www.bjb.com/media/7a/b3/df/1740905546/DM-6265102-v6_BJB_Datasheet_46.110.1001-0_SMD_Terminal_block_without_housing_Update_03_2022.PDF
-socket
-0
-5
-1
-Connector
-Banana_Cliff_FCR7350B_S16N-PC_Horizontal
-Cliff single 4mm shrouded banana panel socket, through-hole, horizontal, black, https://www.cliffuk.co.uk/products/testleads/sockets/S16NPC.pdf
-cliff 4mm socket jack banana black
-0
-1
-1
-Connector
-Banana_Cliff_FCR7350G_S16N-PC_Horizontal
-Cliff single 4mm shrouded banana panel socket, through-hole, horizontal, green, https://www.cliffuk.co.uk/products/testleads/sockets/S16NPC.pdf
-cliff 4mm socket jack banana green
-0
-1
-1
-Connector
-Banana_Cliff_FCR7350L_S16N-PC_Horizontal
-Cliff single 4mm shrouded banana panel socket, through-hole, horizontal, blue, https://www.cliffuk.co.uk/products/testleads/sockets/S16NPC.pdf
-cliff 4mm socket jack banana blue
-0
-1
-1
-Connector
-Banana_Cliff_FCR7350N_S16N-PC_Horizontal
-Cliff single 4mm shrouded banana panel socket, through-hole, horizontal, brown, https://www.cliffuk.co.uk/products/testleads/sockets/S16NPC.pdf
-cliff 4mm socket jack banana brown
-0
-1
-1
-Connector
-Banana_Cliff_FCR7350R_S16N-PC_Horizontal
-Cliff single 4mm shrouded banana panel socket, through-hole, horizontal, red, https://www.cliffuk.co.uk/products/testleads/sockets/S16NPC.pdf
-cliff 4mm socket jack banana red
-0
-1
-1
-Connector
-Banana_Cliff_FCR7350Y_S16N-PC_Horizontal
-Cliff single 4mm shrouded banana panel socket, through-hole, horizontal, yellow, https://www.cliffuk.co.uk/products/testleads/sockets/S16NPC.pdf
-cliff 4mm socket jack banana yellow
-0
-1
-1
-Connector
-Banana_Jack_1Pin
-Single banana socket, footprint - 6mm drill
-banana socket
-0
-1
-1
-Connector
-Banana_Jack_2Pin
-Dual banana socket, footprint - 2 x 6mm drills
-banana socket
-0
-2
-2
-Connector
-Banana_Jack_3Pin
-Triple banana socket, footprint - 3 x 6mm drills
-banana socket
-0
-3
-3
-Connector
-CUI_PD-30
-3 pin connector, PD-30, http://www.cui.com/product/resource/pd-30.pdf
-connector 3-pin PD-30 power DIN
-0
-4
-4
-Connector
-CUI_PD-30S
-3-pin nonstandard DIN connector, shielded, PD-30S, http://www.cui.com/product/resource/pd-30s.pdf
-connector 3-pin PD-30S power DIN shielded
-0
-8
-5
-Connector
-CUI_PD-30S_CircularHoles
-3-pin nonstandard DIN connector, shielded, PD-30S, http://www.cui.com/product/resource/pd-30s.pdf
-connector 3-pin PD-30S power DIN shielded
-0
-8
-5
-Connector
-CalTest_CT3151
-Right-angle standard banana jack, http://www.caltestelectronics.com/images/attachments/P315100rH_drawing.pdf
-banana jack horizontal
-0
-4
-1
-Connector
-Conn_C14_Receptacle_RightAngle_Schurter_DD21.01xx
-C14 Power Receptacle https://www.schurter.com/en/datasheet/typ_DD21.pdf
-C14 IEC 250V Schurter
-0
-3
-3
-Connector
-Connector_SFP_and_Cage
-https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=2227302&DocType=Customer+Drawing&DocLang=English
-SFP+ SFP
-0
-40
-21
-Connector
-DTF13-12Px
-http://www.te.com/usa-en/product-DTF13-12PA-G003.html
-DEUTSCH DT header 12 pin
-0
-12
-12
-Connector
-FanPinHeader_1x03_P2.54mm_Vertical
-3-pin CPU fan Through hole pin header, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf
-pin header 3-pin CPU fan
-0
-3
-3
-Connector
-FanPinHeader_1x04_P2.54mm_Vertical
-4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf
-pin header 4-pin CPU fan
-0
-4
-4
-Connector
-GB042-34S-H10
-http://www.lsmtron.com/pdf/Connector&Antenna_catalog.PDF
-34pin SMD connector
-0
-34
-34
-Connector
-IHI_B6A-PCB-45_Vertical
-https://lugsdirect.com/PDF_Webprint/B6A-PCB-45-XX(-X).pdf
-connector IHI B6A-PCB-45
-0
-49
-1
-Connector
-JWT_A3963_1x02_P3.96mm_Vertical
-JWT A3963, 3.96mm pitch Pin head connector (http://www.jwt.com.tw/pro_pdf/A3963.pdf)
-connector JWT A3963 pinhead
-0
-2
-2
-Connector
-Joint-Tech_C5080WR-04P_1x04_P5.08mm_Vertical
-C5080 SERIES 90° Wafer, (https://datasheet.lcsc.com/lcsc/1912261836_HR-Joint-Tech-Elec-C5080WR-04P_C477015.pdf)
-connector side-entry ATA PATA IDE 5.25 inch floppy drive power
-0
-6
-5
-Connector
-NS-Tech_Grove_1x04_P2mm_Vertical
-https://statics3.seeedstudio.com/images/opl/datasheet/3470130P1.pdf
-Grove-1x04
-0
-4
-4
-Connector
-OCN_OK-01GM030-04_2x15_P0.4mm_Vertical
-Board to board connector, 2x15, 0.4mm pitch, http://www.main-soul.com/datasheet/ocn/connector/Spec_Draw_OK-01.pdf
-board-to-board
-0
-30
-30
-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 MR30 Horizontal PCB Female, https://www.tme.eu/Document/4a6895c4a2c7eddf355b391fd904cb53/MR30PW-FB.pdf
-RC Connector MR30
-0
-5
-3
-Connector_AMASS
-AMASS_MR30PW-M_1x03_P3.50mm_Horizontal
-Connector MR30PW Horizontal PCB Male, https://www.tme.eu/Document/5fffb0d591c3b83b8e9faab5387231c6/MR30PW-M.pdf
-RC Connector MR30PW
-0
-5
-3
-Connector_AMASS
-AMASS_XT30PW-F_1x02_P2.50mm_Horizontal
-Connector XT30 Horizontal PCB Female, https://www.tme.eu/Document/f383737e340bfdab1f665284174b4ea2/XT30PW-F.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/Document/6eb2005a51a52592b3f19e8a450c54c8/XT30PW-M.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/Document/f2d0830114aabe6ea8d4bb128e962790/XT30U-F.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/Document/7d9d972ae3468777f69ec2ee99897652/XT30U-M.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/Document/81f11ca924696756331f21b972812074/XT30PB-F.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/Document/e5863b891432488e7531b3c4468225ac/XT30PB-M.pdf
-RC Connector XT30
-0
-2
-2
-Connector_AMASS
-AMASS_XT60-F_1x02_P7.20mm_Vertical
-AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf
-XT60 female vertical
-0
-2
-2
-Connector_AMASS
-AMASS_XT60-M_1x02_P7.20mm_Vertical
-AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf
-XT60 female vertical
-0
-2
-2
-Connector_AMASS
-AMASS_XT60IPW-M_1x03_P7.20mm_Horizontal
-Connector XT60 Horizontal PCB Male, https://www.tme.eu/Document/a5efb91801d38c85c7a1f61518cd6048/XT60IPW-M.pdf
-RC Connector XT60
-0
-5
-3
-Connector_AMASS
-AMASS_XT60PW-F_1x02_P7.20mm_Horizontal
-Connector XT60 Horizontal PCB Female, https://www.tme.eu/Document/1191bc2fa3aee3c446e5a895fd8f7983/XT60PW-F.pdf
-RC Connector XT60
-0
-4
-2
-Connector_AMASS
-AMASS_XT60PW-M_1x02_P7.20mm_Horizontal
-Connector XT60 Horizontal PCB Female, https://www.tme.eu/Document/b13629717d44ae038681dba08d18c0b6/XT60PW-M.pdf
-RC Connector XT60
-0
-4
-2
-Connector_AMASS
-AMASS_XT90PW-M_1x02_P10.90mm_Horizontal
-Connector XT90 Horizontal PCB Male 500V 30A IP40, https://www.bto.pl/pdf/09025/XT90PW-M.pdf
-RC
-0
-4
-3
-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-3513N_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/sj1-351xn.pdf
-TRS audio jack stereo horizontal
-0
-3
-3
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3514N_Horizontal
-TRS 3.5mm, horizontal, through-hole, with tip switch, https://www.cuidevices.com/product/resource/sj1-351xn.pdf
-TRS audio jack stereo horizontal
-0
-4
-4
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3515N_Horizontal
-TRS 3.5mm, horizontal, through-hole, with tip and ring switches, https://www.cuidevices.com/product/resource/sj1-351xn.pdf
-TRS audio jack stereo horizontal
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3523N_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf
-TRS audio jack stereo horizontal
-0
-3
-3
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3524N_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf
-TRS audio jack stereo horizontal
-0
-4
-4
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3525N_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf
-TRS audio jack stereo horizontal
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3533NG_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://www.cui.com/product/resource/sj1-353xng.pdf
-TRS audio jack stereo horizontal
-0
-3
-3
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3533NG_Horizontal_CircularHoles
-TRS 3.5mm, horizontal, through-hole, , circular holeshttps://www.cui.com/product/resource/sj1-353xng.pdf
-TRS audio jack stereo horizontal circular
-0
-3
-3
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3535NG_Horizontal
-TRS 3.5mm, horizontal, through-hole, with switch, https://www.cui.com/product/resource/sj1-353xng.pdf
-TRS audio jack stereo horizontal
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3535NG_Horizontal_CircularHoles
-TRS 3.5mm, horizontal, through-hole, with switch, circular holes, https://www.cui.com/product/resource/sj1-353xng.pdf
-TRS audio jack stereo horizontal circular
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_CUI_SJ2-3593D-SMT_Horizontal
-3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cuidevices.com/product/resource/sj2-359x-smt.pdf)
-3.5mm audio cui horizontal jack stereo
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_KoreanHropartsElec_PJ-320D-4A_Horizontal
-Korean Hroparts Elec PJ-320D-4A (https://datasheet.lcsc.com/lcsc/1810121716_Korean-Hroparts-Elec-PJ-320D-4A_C95562.pdf)
-smt female jack horizontal
-0
-4
-4
-Connector_Audio
-Jack_3.5mm_Ledino_KB3SPRS_Horizontal
-https://www.reichelt.de/index.html?ACTION=7&LA=3&OPEN=0&INDEX=0&FILENAME=C160%252FKB3SPRS.pdf
-jack stereo TRS
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_Lumberg_1503_02_Horizontal
-TRS 3.5mm, horizontal, Surface Mount (SMT), https://downloads.lumberg.com/datenblaetter/en/1503_02.pdf
-TRS audio jack horizontal
-0
-4
-3
-Connector_Audio
-Jack_3.5mm_Lumberg_1503_03_Horizontal
-TRS 3.5mm, horizontal, Surface Mount (SMT), https://downloads.lumberg.com/datenblaetter/en/1503_03.pdf
-TRS audio jack horizontal
-0
-5
-4
-Connector_Audio
-Jack_3.5mm_Lumberg_1503_07_Horizontal
-TRS 3.5mm, horizontal, through-hole, height 5mm, width 6.5mm, https://downloads.lumberg.com/datenblaetter/en/1503_07.pdf
-TRS audio jack horizontal
-0
-4
-3
-Connector_Audio
-Jack_3.5mm_PJ311_Horizontal
-PJ311 6pin SMD 3.5mm stereo headphones jack.
-headphones jack plug stereo 3.5mm PJ311
-0
-6
-6
-Connector_Audio
-Jack_3.5mm_PJ320D_Horizontal
-Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320D-72.html)
-3.5mm jack mic microphone phones headphones 4pins audio plug
-0
-4
-4
-Connector_Audio
-Jack_3.5mm_PJ320E_Horizontal
-Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320E-177.html)
-3.5mm jack mic microphone phones headphones 4pins audio plug
-0
-5
-4
-Connector_Audio
-Jack_3.5mm_PJ31060-I_Horizontal
-PJ31060-I 6pin SMD 3.5mm headphones jack (http://www.china-bsun.com/Product48/1577.html)
-headphones jack plug stereo 3.5mm PJ31060-I PJ31060
-0
-6
-6
-Connector_Audio
-Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles
-TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)
-WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu
-0
-3
-3
-Connector_Audio
-Jack_3.5mm_Switronic_ST-005-G_horizontal
-3.5mm horizontal headphones jack, http://akizukidenshi.com/download/ds/switronic/ST-005-G.pdf
-Connector Audio Switronic ST-005-G
-0
-4
-3
-Connector_Audio
-Jack_3.5mm_Technik_TWP-3002_Horizontal
-3.5mm Horizontal Waterproof Stereo Headphones Jack, https://www.technik.com.hk/images/pdf_product/WP3002-PA66-A.pdf
-audio jack stereo horizontal waterproof
-0
-7
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ2FD-V_Vertical
-6.35mm (1/4 in) Vertical Jack, Non-switching mono jack (T/S), https://www.neutrik.com/en/product/nj2fd-v
-neutrik jack vertical
-0
-2
-2
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ3FD-V_Vertical
-6.35mm (1/4 in) Vertical Jack, Non-switching stereo jack (T/R/S), https://www.neutrik.com/en/product/nj3fd-v
-neutrik jack vertical
-0
-3
-3
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ5FD-V_Vertical
-6.35mm (1/4 in) Vertical Jack, 2 x switching (normalling) stereo jack (T/TN/R/RN/S), https://www.neutrik.com/en/product/nj5fd-v
-neutrik jack vertical
-0
-5
-5
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ6FD-V_Vertical
-6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6fd-v
-neutrik jack vertical
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ6TB-V_Vertical
-6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack B-gauge type (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6tb-v
-neutrik jack vertical
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ4HCD2_Horizontal
-M Series, 6.35mm (1/4in) mono jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj4hcd2
-neutrik jack m
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ4HFD2_Horizontal
-M Series, 6.35mm (1/4in) mono jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj4hfd2
-neutrik jack m
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ4HFD3_Horizontal
-M Series, 6.35mm (1/4in) mono jack, switched, with a full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hfd3
-neutrik jack m
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ4HHD2_Horizontal
-M Series, 6.35mm (1/4in) mono jack, switched, with a half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hhd2
-neutrik jack m
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HCD2_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj6hcd2
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HCD3_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and offset PCB pins, https://www.neutrik.com/en/product/nmj6hcd3
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HFD2-AU_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, full threaded nose, straight PCB pins, gold plated contacts, https://www.neutrik.com/en/product/nmj6hfd2-au
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HFD2_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj6hfd2
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HFD3_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hfd3
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HFD4_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and fishtail PCB pins, https://www.neutrik.com/en/product/nmj6hfd4
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HHD2_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hhd2
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ3HF-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, unswitched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj3hf-1
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ4HF-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hf-1
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ4HF_Horizontal
-Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj4hf
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ4HH-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hh-1
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ4HH_Horizontal
-Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj4hh
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HF-1-AU_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1-au
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HF-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HF-AU_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf-au
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HF_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HH-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hh-1
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HH-AU_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, half threaded nose, https://www.neutrik.com/en/product/nrj6hh-au
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HH_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj6hh
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HM-1-AU_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, gold plated contacts, efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-au
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HM-1-PRE_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, efficient chassis ground connection, T+R normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-pre
-neutrik jack slim
-0
-6
-5
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HM-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose with efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ8HC_Horizontal
-Stacking Jacks, Mono dual jack, full nose, https://www.neutrik.com/en/product/nsj8hc
-neutrik jack stacking
-0
-9
-9
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ8HL_Horizontal
-Stacking Jacks, Mono dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj8hl
-neutrik jack stacking
-0
-9
-9
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ12HC_Horizontal
-Stacking Jacks, Stereo dual jack, full nose, https://www.neutrik.com/en/product/nsj12hc
-neutrik jack stacking
-0
-13
-13
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ12HF-1_Horizontal
-Stacking Jacks, Stereo dual jack, full threaded nose, https://www.neutrik.com/en/product/nsj12hf-1
-neutrik jack stacking
-0
-13
-13
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ12HH-1_Horizontal
-Stacking Jacks, Stereo dual jack, half threaded nose, https://www.neutrik.com/en/product/nsj12hh-1
-neutrik jack stacking
-0
-13
-13
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ12HL_Horizontal
-Stacking Jacks, Stereo dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj12hl
-neutrik jack stacking
-0
-13
-13
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ5FI-H-0_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj5fi-h-0
-neutrik jack combo i
-0
-6
-6
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ5FI-H_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-h
-neutrik jack combo i
-0
-6
-6
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ5FI-V-0_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj5fi-v-0
-neutrik jack combo i
-0
-6
-6
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ5FI-V_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-v
-neutrik jack combo i
-0
-6
-6
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-0_Horizontal
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-h-0
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-DA_Horizontal
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-h-da
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-H_Horizontal
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fa-h
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-0_Vertical
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-v-0
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-DA_Vertical
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-v-da
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-V_Vertical
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fa-v
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FI-H-0_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fi-h-0
-neutrik jack combo i
-0
-7
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FI-H_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-h
-neutrik jack combo i
-0
-7
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FI-V-0_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fi-v-0
-neutrik jack combo i
-0
-7
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FI-V_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-v
-neutrik jack combo i
-0
-7
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ9FI-H-0_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj9fi-h-0
-neutrik jack combo i
-0
-10
-10
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ9FI-H_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-h
-neutrik jack combo i
-0
-10
-10
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ9FI-V-0_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj9fi-v-0
-neutrik jack combo i
-0
-10
-10
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ9FI-V_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-v
-neutrik jack combo i
-0
-10
-10
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ10FI-H-0_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj10fi-h-0
-neutrik jack combo i
-0
-11
-11
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ10FI-H_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-h
-neutrik jack combo i
-0
-11
-11
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ10FI-V-0_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj10fi-v-0
-neutrik jack combo i
-0
-11
-11
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ10FI-V_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-v
-neutrik jack combo i
-0
-11
-11
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH-0_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah-0
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH1-0_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah1-0
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH1-DA_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faah1-da
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH1_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah1
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH2-0_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah2-0
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH2_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah2
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV-0_Vertical
-AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav-0
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV1-0_Vertical
-AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav1-0
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV1-DA_Vertical
-AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faav1-da
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV1_Vertical
-AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav1
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV2-0_Vertical
-AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav2-0
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV2_Vertical
-AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav2
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV_Vertical
-AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH1-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah1-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH1-DA_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah1-da
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH1_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah1
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH2-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah2-0
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH2-DA_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah2-da
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH2_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah2
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHL-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHL1-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl1-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHL1_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fahl1
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR1-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr1-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR1_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr1
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR2-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr2-0
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR2_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr2
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV-0_Vertical
-A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV1-0_Vertical
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav1-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV1-DA_Vertical
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav1-da
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV1_Vertical
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav1
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV2-0_Vertical
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav2-0
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV2-DA_Vertical
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav2-da
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV2_Vertical
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav2
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV_Vertical
-A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH1-B_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh1-b
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH1-DA_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh1-da
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH1-E_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh1-e
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH1_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh1
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH2-B_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh2-b
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH2-DA_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh2-da
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH2-E_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh2-e
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH2_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh2
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBHL1_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fbhl1
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV1-0_Vertical
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring, no latch, https://www.neutrik.com/en/product/nc3fbv1-0
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV1-B_Vertical
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv1-b
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV1-DA_Vertical
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv1-da
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV1_Vertical
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv1
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV2-B_Vertical
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv2-b
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV2-DA_Vertical
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv2-da
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV2-SW_Vertical
-B Series, 3 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2-sw
-neutrik xlr b
-0
-7
-7
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV2_Vertical
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAH-0_Horizontal
-AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-0
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAH-1_Horizontal
-AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-1
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAH_Horizontal
-AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAV-0_Vertical
-AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-0
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAV-1_Vertical
-AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-1
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAV_Vertical
-AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAFH-PH_Horizontal
-A Series, Chassis connector H female (A series layout), mates with Phoenix MSTB2,5/3-ST, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mafh-ph
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAH-0_Horizontal
-A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah-0
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAHL_Horizontal
-A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mahl
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAHR_Horizontal
-A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mahr
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAH_Horizontal
-A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAMH-PH_Horizontal
-A Series, Chassis connector Phoenix H male (A series layout), mates with Phoenix MSTB 2,5/3-ST, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mamh-ph
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAV-0_Vertical
-A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav-0
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAV_Vertical
-A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBH-0_Horizontal
-B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-0
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBH-1_Horizontal
-B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-1
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBH-B_Horizontal
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbh-b
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBH-E_Horizontal
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbh-e
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBHL-B_Horizontal
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhl-b
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBHL_Horizontal
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mbhl
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBHR-B_Horizontal
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhr-b
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBHR_Horizontal
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mbhr
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBH_Horizontal
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBV-0_Vertical
-B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-0
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBV-1_Vertical
-B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-1
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBV-B_Vertical
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbv-b
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBV-E_Vertical
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbv-e
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBV-SW_Vertical
-B Series, 3 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-sw
-neutrik xlr b
-0
-7
-7
-Connector_Audio
-Jack_XLR_Neutrik_NC3MBV_Vertical
-B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC4FAH-0_Horizontal
-A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fah-0
-neutrik xlr a
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC4FAH_Horizontal
-A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fah
-neutrik xlr a
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC4FAV-0_Vertical
-A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fav-0
-neutrik xlr a
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC4FAV_Vertical
-A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fav
-neutrik xlr a
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC4FBH_Horizontal
-B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fbh
-neutrik xlr b
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC4FBV_Vertical
-B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fbv
-neutrik xlr b
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC4MAH_Horizontal
-A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mah
-neutrik xlr a
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC4MAV_Vertical
-A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mav
-neutrik xlr a
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC4MBH_Horizontal
-B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mbh
-neutrik xlr b
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC4MBV_Vertical
-B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mbv
-neutrik xlr b
-0
-5
-5
-Connector_Audio
-Jack_XLR_Neutrik_NC5FAH-0_Horizontal
-A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc5fah-0
-neutrik xlr a
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5FAH-DA_Horizontal
-A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fah-da
-neutrik xlr a
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5FAH_Horizontal
-A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fah
-neutrik xlr a
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5FAV-DA_Vertical
-A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fav-da
-neutrik xlr a
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5FAV-SW_Vertical
-A Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, color coding possible, https://www.neutrik.com/en/product/nc5fav-sw
-neutrik xlr a
-0
-9
-9
-Connector_Audio
-Jack_XLR_Neutrik_NC5FAV_Vertical
-A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fav
-neutrik xlr a
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5FBH-B_Horizontal
-B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbh-b
-neutrik xlr b
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5FBH_Horizontal
-B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fbh
-neutrik xlr b
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5FBV-B_Vertical
-B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbv-b
-neutrik xlr b
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5FBV-SW_Vertical
-B Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv-sw
-neutrik xlr b
-0
-9
-9
-Connector_Audio
-Jack_XLR_Neutrik_NC5FBV_Vertical
-B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv
-neutrik xlr b
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5MAH_Horizontal
-A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mah
-neutrik xlr a
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5MAV-SW_Vertical
-A Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav-sw
-neutrik xlr a
-0
-9
-9
-Connector_Audio
-Jack_XLR_Neutrik_NC5MAV_Vertical
-A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav
-neutrik xlr a
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5MBH-B_Horizontal
-B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbh-b
-neutrik xlr b
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5MBH_Horizontal
-B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mbh
-neutrik xlr b
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5MBV-B_Vertical
-B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbv-b
-neutrik xlr b
-0
-6
-6
-Connector_Audio
-Jack_XLR_Neutrik_NC5MBV-SW_Vertical
-B Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv-sw
-neutrik xlr b
-0
-9
-9
-Connector_Audio
-Jack_XLR_Neutrik_NC5MBV_Vertical
-B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv
-neutrik xlr b
-0
-6
-6
-Connector_Audio
-Jack_speakON-6.35mm_Neutrik_NLJ2MDXX-H_Horizontal
-speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, horizontal pcb mount, replaces NLJ2MD-H, https://www.neutrik.com/en/product/nlj2mdxx-h
-neutrik speakon combo
-0
-2
-2
-Connector_Audio
-Jack_speakON-6.35mm_Neutrik_NLJ2MDXX-V_Vertical
-speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, vertical pcb mount, replaces NLJ2MD-V, https://www.neutrik.com/en/product/nlj2mdxx-v
-neutrik speakon combo
-0
-2
-2
-Connector_Audio
-Jack_speakON_Neutrik_NL2MDXX-H-3_Horizontal
-speakON Chassis Connectors, 2 pole chassis connector, gray D-size flange, countersunk thru holes, horizontal PCB, replaces NL2MD-H, https://www.neutrik.com/en/product/nl2mdxx-h-3
-neutrik speakon
-0
-2
-2
-Connector_Audio
-Jack_speakON_Neutrik_NL2MDXX-V_Vertical
-speakON Chassis Connectors, 2 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, replaces NL2MD-V, https://www.neutrik.com/en/product/nl2mdxx-v
-neutrik speakon
-0
-2
-2
-Connector_Audio
-Jack_speakON_Neutrik_NL4MDXX-H-2_Horizontal
-speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), horizontal PCB mount, replaces NL4MD-H-2, https://www.neutrik.com/en/product/nl4mdxx-h-2
-neutrik speakon
-0
-4
-4
-Connector_Audio
-Jack_speakON_Neutrik_NL4MDXX-H-3_Horizontal
-speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), horizontal PCB mount, replaces NL4MD-H, NL4MD-H-1, NL4MD-H-3, https://www.neutrik.com/en/product/nl4mdxx-h-3
-neutrik speakon
-0
-4
-4
-Connector_Audio
-Jack_speakON_Neutrik_NL4MDXX-V-2_Vertical
-speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), vertical PCB mount, replaces NL4MD-V-2, https://www.neutrik.com/en/product/nl4mdxx-v-2
-neutrik speakon
-0
-4
-4
-Connector_Audio
-Jack_speakON_Neutrik_NL4MDXX-V-3_Vertical
-speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), vertical PCB mount, replaces NL4MD-V-1, https://www.neutrik.com/en/product/nl4mdxx-v-3
-neutrik speakon
-0
-4
-4
-Connector_Audio
-Jack_speakON_Neutrik_NL4MDXX-V_Vertical
-speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, replaces NL4MD-V, NL4MD-V-R, NL4MD-V-S, https://www.neutrik.com/en/product/nl4mdxx-v
-neutrik speakon
-0
-4
-4
-Connector_Audio
-Jack_speakON_Neutrik_NL8MDXX-V-3_Vertical
-speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, self tapping screw holes (A-screw), vertical PCB mount, replaces NL8MD-V-1, https://www.neutrik.com/en/product/nl8mdxx-v-3
-neutrik speakon
-0
-8
-8
-Connector_Audio
-Jack_speakON_Neutrik_NL8MDXX-V_Vertical
-speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, countersunk thru holes, vertical PCB mount, replaces NL8MD-V, https://www.neutrik.com/en/product/nl8mdxx-v
-neutrik speakon
-0
-8
-8
-Connector_Audio
-Jack_speakON_Neutrik_NLT4MD-V_Vertical
-STX Series, 4 pole male chassis connector, metal housing, vertical PCB mount, self tapping screw holes (A-screw), https://www.neutrik.com/en/product/nlt4md-v
-neutrik speakon stx
-0
-4
-4
-Connector_Audio
-MiniXLR-5_Switchcraft_TRAPC_Horizontal
-http://www.switchcraft.com/ProductSummary.aspx?Parent=620 http://www.switchcraft.com/Drawings/TRAPC_X-TRASM_X_SERIES_CD.PDF
-THT Mini XLR 5Pin right angle
-0
-5
-5
-Connector_Audio
-Plug_3.5mm_CUI_SP-3541
-4 contacts, 3.5mm audio plug, https://www.cuidevices.com/product/resource/pdf/sp-3541.pdf
-3.5mm plug TRRS
-0
-4
-4
-Connector_BarrelJack
-BarrelJack_CLIFF_FC681465S_SMT_Horizontal
-Surface-mount DC Barrel Jack, https://www.cliffuk.co.uk/products/dcconnectors/FC681465S.pdf
-Power Jack SMT
-0
-4
-3
-Connector_BarrelJack
-BarrelJack_CUI_PJ-036AH-SMT_Horizontal
-Surface-mount DC Barrel Jack, http://www.cui.com/product/resource/pj-036ah-smt.pdf
-Power Jack SMT
-0
-3
-3
-Connector_BarrelJack
-BarrelJack_CUI_PJ-063AH_Horizontal
-Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf
-barrel jack cui dc power
-0
-4
-3
-Connector_BarrelJack
-BarrelJack_CUI_PJ-063AH_Horizontal_CircularHoles
-Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf
-barrel jack cui dc power
-0
-4
-3
-Connector_BarrelJack
-BarrelJack_CUI_PJ-079BH_Horizontal
-Barrel Jack, 2.5mm ID, 5.5mm OD, 24V, 5A, switch, https://www.cui.com/product/resource/pj-079bh.pdf
-barrel jack cui dc power
-0
-5
-4
-Connector_BarrelJack
-BarrelJack_CUI_PJ-102AH_Horizontal
-Thin-pin DC Barrel Jack, https://cdn-shop.adafruit.com/datasheets/21mmdcjackDatasheet.pdf
-Power Jack
-0
-3
-3
-Connector_BarrelJack
-BarrelJack_GCT_DCJ200-10-A_Horizontal
-Barrel jack connector (5.5 mm outer diameter, 2.05 inner diameter ), https://gct.co/files/drawings/dcj200-10.pdf
-connector barrel jack
-0
-3
-3
-Connector_BarrelJack
-BarrelJack_Horizontal
-DC Barrel Jack
-Power Jack
-0
-3
-3
-Connector_BarrelJack
-BarrelJack_Kycon_KLDX-0202-xC_Horizontal
-DC Barrel Jack 2mm or 2.5mm center pin, https://www.kycon.com/Pub_Eng_Draw/KLDX-0202-AC%20&%20BC.pdf
-power jack 2mm 2.5mm KLDX-0202-BC KLDX-0202-AC
-0
-3
-3
-Connector_BarrelJack
-BarrelJack_SwitchcraftConxall_RAPC10U_Horizontal
-DC Power Jack, 13A, 24V, Panel Mount,Through-hole, https://www.switchcraft.com/Drawings/RAPC10U_CD.pdf
-barreljack switchcraftconxall dc power
-0
-2
-2
-Connector_BarrelJack
-BarrelJack_Wuerth_694102107102_1.0x3.9mm
-Wuerth Elektronik barrel jack connector, SMD, 3.9mm OD, 1.0mm ID, with switch, 18V, 5A, dimensions: 9.3 x 8 x 5.3 mm (L x W x H), datasheet: https://www.farnell.com/datasheets/2130962.pdf
-barrel jack Wuerth Elektronik 694102107102
-0
-4
-3
-Connector_BarrelJack
-BarrelJack_Wuerth_694103107102_1.35x3.9mm
-Wuerth Elektronik barrel jack connector, SMD, 3.9mm OD, 1.35mm ID, with switch, 18V, 5A, dimensions: 9.3 x 8 x 5.3 mm (L x W x H), datasheet: https://www.we-online.com/components/products/datasheet/694103107102.pdf
-barrel jack Wuerth Elektronik 694103107102
-0
-4
-3
-Connector_BarrelJack
-BarrelJack_Wuerth_694106106102_2.0x5.5mm
-Wuerth Elektronik 694106106102 Barrel Jack, 2.0x5.5mm, https://www.we-online.com/components/products/datasheet/694106106102.pdf
-barrel jack Wuerth Elektronik 694106106102
-0
-4
-3
-Connector_BarrelJack
-BarrelJack_Wuerth_694108106102_2.5x5.5mm
-Wuerth Elektronik 694108106102 Barrel Jack, 2.5x5.5mm, https://www.we-online.com/components/products/datasheet/694106106102.pdf
-barrel jack Wuerth Elektronik 694108106102
-0
-4
-3
-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-SIM_microSD-microSIM_Molex_104168-1620
-microSD and microSIM connector, https://www.molex.com/pdm_docs/sd/1041681620_sd.pdf
-Combo Connector microSD and microSIM
-0
-25
-18
-Connector_Card
-SD_Card_Device_16mm_SlotDepth
-SD card device PCB layout, contacts and mechanicalm, 16mm slot depth. Manufacture with PCB thickness of 1.4mm, http://www.convict.lu/pdf/ProdManualSDCardv1.9.pdf
-SD Card
-0
-9
-9
-Connector_Card
-SD_Hirose_DM1AA_SF_PEJ82
-SD, SMD, top-mount, push-push (https://www.hirose.com/product/document?clcode=CL0609-0004-8-82&productname=DM1AA-SF-PEJ(82)&series=DM1&documenttype=2DDrawing&lang=en&documentid=0000915301)
-SD card connector
-0
-16
-13
-Connector_Card
-SD_Kyocera_145638009211859+
-SD Card Connector, Normal Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf)
-sd card smt
-0
-13
-13
-Connector_Card
-SD_Kyocera_145638009511859+
-SD Card Connector, Normal Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf)
-sd card smt
-0
-13
-13
-Connector_Card
-SD_Kyocera_145638109211859+
-SD Card Connector, Reverse Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf)
-sd card smt
-0
-13
-13
-Connector_Card
-SD_Kyocera_145638109511859+
-SD Card Connector, Reverse Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf)
-sd card smt
-0
-13
-13
-Connector_Card
-SD_TE_2041021
-SD card connector, top mount, SMT (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2041021%7FB%7Fpdf%7FEnglish%7FENG_CD_2041021_B_C_2041021_B.pdf%7F2041021-4)
-sd card
-0
-15
-12
-Connector_Card
-microSD_HC_Hirose_DM3AT-SF-PEJM5
-Micro SD, SMD, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3AT-SF-PEJM5/category/Drawing%20(2D)/doc_file_id/44099/?file_category_id=6&item_id=06090031000&is_series=)
-Micro SD
-0
-14
-11
-Connector_Card
-microSD_HC_Hirose_DM3BT-DSF-PEJS
-Micro SD, SMD, reverse on-board, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3BT-DSF-PEJS/category/Drawing%20(2D)/doc_file_id/44097/?file_category_id=6&item_id=06090029900&is_series=)
-Micro SD
-0
-16
-11
-Connector_Card
-microSD_HC_Hirose_DM3D-SF
-Micro SD, SMD, right-angle, push-pull (https://media.digikey.com/PDF/Data%20Sheets/Hirose%20PDFs/DM3D-SF.pdf)
-Micro SD
-0
-14
-11
-Connector_Card
-microSD_HC_Molex_47219-2001
-1.10mm Pitch microSD Card Connector, Hinge Type, https://www.molex.com/pdm_docs/sd/472192001_sd.pdf
-Micro SD
-0
-12
-9
-Connector_Card
-microSD_HC_Molex_104031-0811
-1.10mm Pitch microSD Memory Card Connector, Surface Mount, Push-Pull Type, 1.42mm Height, with Detect Switch (https://www.molex.com/pdm_docs/sd/1040310811_sd.pdf)
-microSD SD molex
-0
-14
-11
-Connector_Card
-microSD_HC_Wuerth_693072010801
-http://katalog.we-online.de/em/datasheet/693072010801.pdf
-Micro SD Wuerth Wurth Würth
-0
-12
-9
-Connector_Card
-microSIM_JAE_SF53S006VCBR2000
-micro SIM card connector, 6pos., 1.45mm height, Push-pull type, https://www.jae.com/direct/topics/topics_file_download/topics_id=68883&ext_no=06
-microSIM GSM Card
-0
-14
-7
-Connector_Card
-nanoSIM_GCT_SIM8060-6-0-14-00
-hinged nano SIM, without card detect, https://gct.co/files/drawings/sim8060.pdf
-nano SIM
-0
-10
-7
-Connector_Card
-nanoSIM_GCT_SIM8060-6-1-14-00
-hinged nano SIM, with card detect, https://gct.co/files/drawings/sim8060.pdf
-nano SIM
-0
-10
-8
-Connector_Card
-nanoSIM_Hinged_CUI_NSIM-2-C
-Hinged nano SIM holder, 6 pin, with normally open card detection switch to GND: https://www.cuidevices.com/product/resource/nsim-2-c.pdf
-SIM holder nano 4FF
-0
-10
-8
-Connector_Coaxial
-BNC_Amphenol_031-5539_Vertical
-BNC coaxial connector vertical, Amphenol 031-71059, https://www.amphenolrf.com/library/download/link/link_id/594427/parent/031-5539/
-BNC Amphenol Vertical
-0
-4
-2
-Connector_Coaxial
-BNC_Amphenol_031-6575_Horizontal
-dual independently isolated BNC plug, https://www.amphenolrf.com/library/download/link/link_id/594289/parent/031-6575/
-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
-LEMO-EPG.00.302.NLN
-Triaxial LEMO connector PCB elbow socket https://web.lemo.com/ged_drw/CD-EPG.00.302.NLN-01-en.pdf
-LEMO THT Female Jack Horizontal
-0
-6
-3
-Connector_Coaxial
-LEMO-EPL.00.250.NTN
-Coaxial LEMO connector PCB elbow socket https://web.lemo.com/ged_drw/CD-EPL.00.250.NTN-01-en.pdf
-LEMO THT Female Jack Horizontal
-0
-5
-2
-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/593645/parent/901-143/
-SMA THT Female Jack Horizontal
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_901-144_Vertical
-https://www.amphenolrf.com/library/download/link/link_id/593640/parent/901-144/
-SMA THT Female Jack Vertical
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132134-10_Vertical
-https://www.amphenolrf.com/library/download/link/link_id/596219/parent/132134-10/
-SMA SMD Female Jack Vertical
-0
-3
-2
-Connector_Coaxial
-SMA_Amphenol_132134-11_Vertical
-https://www.amphenolrf.com/library/download/link/link_id/596215/parent/132134-11/
-SMA THT Female Jack Vertical ExtendedLegs
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132134-14_Vertical
-https://www.amphenolrf.com/library/download/link/link_id/596217/parent/132134-14/
-SMA THT Female Jack Vertical ExtendedLegs
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132134-16_Vertical
-https://www.amphenolrf.com/library/download/link/link_id/598157/parent/132134-16/
-SMA THT Female Jack Vertical ExtendedLegs
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132134_Vertical
-https://www.amphenolrf.com/library/download/link/link_id/593003/parent/132134/
-SMA THT Female Jack Vertical ExtendedLegs
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132203-12_Horizontal
-https://www.amphenolrf.com/library/download/link/link_id/596063/parent/132203-12/
-SMA THT Female Jack Horizontal
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132289_EdgeMount
-https://www.amphenolrf.com/library/download/link/link_id/595984/parent/132289/
-SMA
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132291-12_Vertical
-https://www.amphenolrf.com/library/download/link/link_id/595982/parent/132291-12/
-SMA THT Female Jack Vertical Bulkhead
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132291_Vertical
-https://www.amphenolrf.com/library/download/link/link_id/595983/parent/132291/
-SMA THT Female Jack Vertical Bulkhead
-0
-5
-2
-Connector_Coaxial
-SMA_BAT_Wireless_BWSMA-KWE-Z001
-BAT Wireless BWSMA-KWE-Z00 https://www.lcsc.com/datasheet/lcsc_datasheet_2310171703_BAT-WIRELESS-BWSMA-KWE-Z001_C496551.pdf
-SMA THT Female Jack Horizontal
-0
-5
-2
-Connector_Coaxial
-SMA_Molex_73251-1153_EdgeMount_Horizontal
-Molex SMA RF Connectors, Edge Mount, https://tools.molex.com/pdm_docs/sd/732511150_sd.pdf
-sma edge
-0
-11
-2
-Connector_Coaxial
-SMA_Molex_73251-2120_EdgeMount_Horizontal
-Molex SMA RF Connector, Edge Mount, (http://www.molex.com/pdm_docs/sd/732512120_sd.pdf)
-sma edge
-0
-7
-2
-Connector_Coaxial
-SMA_Molex_73251-2200_Horizontal
-https://tools.molex.com/pdm_docs/sd/732512200_sd.pdf
-SMA THT Female Jack Horizontal
-0
-5
-2
-Connector_Coaxial
-SMA_Samtec_SMA-J-P-H-ST-EM1_EdgeMount
-Connector SMA, 0Hz to 20GHz, 50Ohm, Edge Mount (http://suddendocs.samtec.com/prints/sma-j-p-x-st-em1-mkt.pdf)
-SMA Straight Samtec Edge Mount
-0
-5
-2
-Connector_Coaxial
-SMA_Wurth_60312102114405_Vertical
-Würth WR-SMA PCB SMT Jack, Vertical (https://www.we-online.com/components/products/datasheet/60312102114405.pdf)
-Coaxial Connector 50 ohms Female
-0
-3
-2
-Connector_Coaxial
-SMA_Wurth_60312002114503_Vertical
-https://www.we-online.de/katalog/datasheet/60312002114503.pdf
-SMA THT Female Jack Vertical ExtendedLegs
-0
-5
-2
-Connector_Coaxial
-SMB_Jack_Vertical
-SMB pcb mounting jack
-SMB Jack Striaght
-0
-5
-2
-Connector_Coaxial
-U.FL_Hirose_U.FL-R-SMT-1_Vertical
-Hirose U.FL Coaxial https://www.hirose.com/product/en/products/U.FL/U.FL-R-SMT-1%2810%29/
-Hirose U.FL Coaxial
-0
-3
-2
-Connector_Coaxial
-U.FL_Molex_MCRF_73412-0110_Vertical
-Molex Microcoaxial RF Connectors (MCRF), mates Hirose U.FL, (http://www.molex.com/pdm_docs/sd/734120110_sd.pdf)
-mcrf hirose ufl u.fl microcoaxial
-0
-4
-2
-Connector_Coaxial
-WR-MMCX_Wuerth_66012102111404_Vertical
-Würth WR-MMCX PCB SMT Jack, Vertical (https://www.we-online.com/components/products/datasheet/66012102111404.pdf)
-Coaxial Connector 50 ohms Female
-0
-3
-2
-Connector_Coaxial
-WR-MMCX_Wuerth_66011102111302_Horizontal
-Würth WR-MMCX PCB SMT Jack, Horizontal (https://www.we-online.com/components/products/datasheet/66011102111302.pdf)
-Coaxial Connector 50 ohms Female
-0
-7
-2
-Connector_DIN
-DIN41612_B2_2x8_Female_Vertical_THT
-DIN41612 connector, type B/2, Vertical, 2 rows 16 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 B/3
-0
-20
-20
-Connector_DIN
-DIN41612_B_1x32_Female_Vertical_THT
-DIN41612 connector, type B, Vertical, 1 row 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 B
-0
-32
-32
-Connector_DIN
-DIN41612_B_1x32_Male_Horizontal_THT
-DIN41612 connector, type B, Horizontal, 1 row 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 B
-0
-64
-64
-Connector_DIN
-DIN41612_C2_2x16_Female_Vertical_THT
-DIN41612 connector, type C/2, Vertical, 2 rows 16 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C/2
-0
-32
-32
-Connector_DIN
-DIN41612_C2_2x16_Male_Horizontal_THT
-DIN41612 connector, type C/2, Horizontal, 2 rows 16 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C/2
-0
-48
-48
-Connector_DIN
-DIN41612_C3_2x10_Female_Vertical_THT
-DIN41612 connector, type C/3, Vertical, 2 rows 10 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C/3
-0
-20
-20
-Connector_DIN
-DIN41612_C3_2x10_Male_Horizontal_THT
-DIN41612 connector, type C/3, Horizontal, 2 rows 10 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C/3
-0
-30
-30
-Connector_DIN
-DIN41612_C_1x32_Female_Vertical_THT
-DIN41612 connector, type C, Vertical, 1 row 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C
-0
-32
-32
-Connector_DIN
-DIN41612_C_1x32_Male_Horizontal_THT
-DIN41612 connector, type C, Horizontal, 1 row 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C
-0
-32
-32
-Connector_DIN
-DIN41612_C_2x16_Female_Vertical_THT
-DIN41612 connector, type C, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C
-0
-32
-32
-Connector_DIN
-DIN41612_C_2x16_Male_Horizontal_THT
-DIN41612 connector, type C, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C
-0
-32
-32
-Connector_DIN
-DIN41612_C_2x32_Female_Vertical_THT
-DIN41612 connector, type C, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C
-0
-64
-64
-Connector_DIN
-DIN41612_C_2x32_Male_Horizontal_THT
-DIN41612 connector, type C, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 C
-0
-96
-96
-Connector_DIN
-DIN41612_D_2x8_Female_Vertical_THT
-DIN41612 connector, type D, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 D
-0
-16
-16
-Connector_DIN
-DIN41612_D_2x8_Male_Horizontal_THT
-DIN41612 connector, type D, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 D
-0
-16
-16
-Connector_DIN
-DIN41612_D_2x16_Female_Vertical_THT
-DIN41612 connector, type D, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 D
-0
-32
-32
-Connector_DIN
-DIN41612_D_2x16_Male_Horizontal_THT
-DIN41612 connector, type D, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 D
-0
-32
-32
-Connector_DIN
-DIN41612_E_2x16_Female_Vertical_THT
-DIN41612 connector, type E, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 E
-0
-32
-32
-Connector_DIN
-DIN41612_E_2x16_Male_Horizontal_THT
-DIN41612 connector, type E, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 E
-0
-32
-32
-Connector_DIN
-DIN41612_E_2x16_RowsAC_Female_Vertical_THT
-DIN41612 connector, type E, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 E
-0
-32
-32
-Connector_DIN
-DIN41612_E_2x16_RowsAC_Male_Horizontal_THT
-DIN41612 connector, type E, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 E
-0
-32
-32
-Connector_DIN
-DIN41612_E_3x16_Female_Vertical_THT
-DIN41612 connector, type E, Vertical, 3 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 E
-0
-48
-48
-Connector_DIN
-DIN41612_E_3x16_Male_Horizontal_THT
-DIN41612 connector, type E, Horizontal, 3 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 E
-0
-48
-48
-Connector_DIN
-DIN41612_F_2x16_Female_Vertical_THT
-DIN41612 connector, type F, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 F
-0
-32
-32
-Connector_DIN
-DIN41612_F_2x16_Male_Horizontal_THT
-DIN41612 connector, type F, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 F
-0
-32
-32
-Connector_DIN
-DIN41612_F_2x16_RowsZD_Female_Vertical_THT
-DIN41612 connector, type F, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 F
-0
-32
-32
-Connector_DIN
-DIN41612_F_2x16_RowsZD_Male_Horizontal_THT
-DIN41612 connector, type F, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 F
-0
-48
-48
-Connector_DIN
-DIN41612_M-flat_3x8+8_Female_Vertical_THT
-DIN41612 connector, type M-flat, Vertical, 3 rows 8 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-flat
-0
-24
-24
-Connector_DIN
-DIN41612_M-flat_3x14+6_Female_Vertical_THT
-DIN41612 connector, type M-flat, Vertical, 3 rows 14 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-flat
-0
-42
-42
-Connector_DIN
-DIN41612_M-flat_3x20+4_Female_Vertical_THT
-DIN41612 connector, type M-flat, Vertical, 3 rows 20 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-flat
-0
-60
-60
-Connector_DIN
-DIN41612_M-flat_3x26+2_Female_Vertical_THT
-DIN41612 connector, type M-flat, Vertical, 3 rows 26 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-flat
-0
-78
-78
-Connector_DIN
-DIN41612_M-invers_3x2+10_Female_Horizontal_THT
-DIN41612 connector, type M-invers, Horizontal, 3 rows 2 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-6
-6
-Connector_DIN
-DIN41612_M-invers_3x2+10_Male_Vertical_THT
-DIN41612 connector, type M-invers, Vertical, 3 rows 2 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-6
-6
-Connector_DIN
-DIN41612_M-invers_3x8+8_Female_Horizontal_THT
-DIN41612 connector, type M-invers, Horizontal, 3 rows 8 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-24
-24
-Connector_DIN
-DIN41612_M-invers_3x8+8_Male_Vertical_THT
-DIN41612 connector, type M-invers, Vertical, 3 rows 8 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-24
-24
-Connector_DIN
-DIN41612_M-invers_3x14+6_Female_Horizontal_THT
-DIN41612 connector, type M-invers, Horizontal, 3 rows 14 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-42
-42
-Connector_DIN
-DIN41612_M-invers_3x14+6_Male_Vertical_THT
-DIN41612 connector, type M-invers, Vertical, 3 rows 14 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-42
-42
-Connector_DIN
-DIN41612_M-invers_3x20+4_Female_Horizontal_THT
-DIN41612 connector, type M-invers, Horizontal, 3 rows 20 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-60
-60
-Connector_DIN
-DIN41612_M-invers_3x20+4_Male_Vertical_THT
-DIN41612 connector, type M-invers, Vertical, 3 rows 20 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-60
-60
-Connector_DIN
-DIN41612_M-invers_3x26+2_Female_Horizontal_THT
-DIN41612 connector, type M-invers, Horizontal, 3 rows 26 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-78
-78
-Connector_DIN
-DIN41612_M-invers_3x26+2_Male_Vertical_THT
-DIN41612 connector, type M-invers, Vertical, 3 rows 26 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M-invers
-0
-78
-78
-Connector_DIN
-DIN41612_M_3x8+8_Female_Vertical_THT
-DIN41612 connector, type M, Vertical, 3 rows 8 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M
-0
-24
-24
-Connector_DIN
-DIN41612_M_3x8+8_Male_Horizontal_THT
-DIN41612 connector, type M, Horizontal, 3 rows 8 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M
-0
-24
-24
-Connector_DIN
-DIN41612_M_3x14+6_Female_Vertical_THT
-DIN41612 connector, type M, Vertical, 3 rows 14 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M
-0
-42
-42
-Connector_DIN
-DIN41612_M_3x14+6_Male_Horizontal_THT
-DIN41612 connector, type M, Horizontal, 3 rows 14 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M
-0
-42
-42
-Connector_DIN
-DIN41612_M_3x20+4_Female_Vertical_THT
-DIN41612 connector, type M, Vertical, 3 rows 20 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M
-0
-60
-60
-Connector_DIN
-DIN41612_M_3x20+4_Male_Horizontal_THT
-DIN41612 connector, type M, Horizontal, 3 rows 20 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M
-0
-60
-60
-Connector_DIN
-DIN41612_M_3x26+2_Female_Vertical_THT
-DIN41612 connector, type M, Vertical, 3 rows 26 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M
-0
-78
-78
-Connector_DIN
-DIN41612_M_3x26+2_Male_Horizontal_THT
-DIN41612 connector, type M, Horizontal, 3 rows 26 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 M
-0
-78
-78
-Connector_DIN
-DIN41612_Q2_2x16_Female_Horizontal_THT
-DIN41612 connector, type Q/2, Horizontal, 2 rows 16 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 Q/2
-0
-32
-32
-Connector_DIN
-DIN41612_Q3_2x10_Female_Horizontal_THT
-DIN41612 connector, type Q/3, Horizontal, 2 rows 10 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 Q/3
-0
-20
-20
-Connector_DIN
-DIN41612_Q_2x32_Female_Horizontal_THT
-DIN41612 connector, type Q, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 Q
-0
-64
-64
-Connector_DIN
-DIN41612_R2_2x16_Female_Horizontal_THT
-DIN41612 connector, type R/2, Horizontal, 2 rows 16 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R/2
-0
-32
-32
-Connector_DIN
-DIN41612_R2_2x16_Male_Vertical_THT
-DIN41612 connector, type R/2, Vertical, 2 rows 16 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R/2
-0
-32
-32
-Connector_DIN
-DIN41612_R2_3x16_Female_Horizontal_THT
-DIN41612 connector, type R/2, Horizontal, 3 rows 16 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R/2
-0
-48
-48
-Connector_DIN
-DIN41612_R3_2x10_Female_Horizontal_THT
-DIN41612 connector, type R/3, Horizontal, 2 rows 10 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R/3
-0
-20
-20
-Connector_DIN
-DIN41612_R3_2x10_Male_Vertical_THT
-DIN41612 connector, type R/3, Vertical, 2 rows 10 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R/3
-0
-20
-20
-Connector_DIN
-DIN41612_R3_3x10_Female_Horizontal_THT
-DIN41612 connector, type R/3, Horizontal, 3 rows 10 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R/3
-0
-30
-30
-Connector_DIN
-DIN41612_R_1x32_Female_Horizontal_THT
-DIN41612 connector, type R, Horizontal, 1 row 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R
-0
-32
-32
-Connector_DIN
-DIN41612_R_1x32_Male_Vertical_THT
-DIN41612 connector, type R, Vertical, 1 row 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R
-0
-32
-32
-Connector_DIN
-DIN41612_R_2x16_Female_Horizontal_THT
-DIN41612 connector, type R, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R
-0
-32
-32
-Connector_DIN
-DIN41612_R_2x16_Male_Vertical_THT
-DIN41612 connector, type R, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R
-0
-32
-32
-Connector_DIN
-DIN41612_R_2x32_Female_Horizontal_THT
-DIN41612 connector, type R, Horizontal, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R
-0
-64
-64
-Connector_DIN
-DIN41612_R_2x32_Male_Vertical_THT
-DIN41612 connector, type R, Vertical, 2 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R
-0
-64
-64
-Connector_DIN
-DIN41612_R_3x16_Female_Horizontal_THT
-DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R
-0
-48
-48
-Connector_DIN
-DIN41612_R_3x32_Female_Horizontal_THT
-DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.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://b2b.harting.com/files/livebooks/en/PRD0200000100063/downloads/livebook.pdf
-DIN 41612 IEC 60603 R
-0
-96
-96
-Connector_Dsub
-DSUB-9_Pins_EdgeMount_P2.77mm
-9-pin D-Sub connector, solder-cups edge-mounted, pins (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 pins x-pin-pitch 2.77mm mounting holes distance 25mm
-0
-9
-9
-Connector_Dsub
-DSUB-9_Pins_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-9-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.54mm pin-PCB-offset 9.4mm
-0
-9
-9
-Connector_Dsub
-DSUB-9_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset4.94mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 4.94mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-9-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 4.94mm mounting-holes-distance 25mm mounting-hole-offset 4.94mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 7.7mm, 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 pins pitch 2.77x2.84mm pin-PCB-offset 7.7mm mounting-holes-distance 25mm mounting-hole-offset 9.12mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-9-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 9.4mm
-0
-9
-9
-Connector_Dsub
-DSUB-9_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (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 pins pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 11.32mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (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 pins pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 8.2mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.98mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-9-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 15.98mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Pins_Vertical_P2.77x2.84mm
-9-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.77x2.84mm mounting holes distance 25mm
-0
-9
-9
-Connector_Dsub
-DSUB-9_Pins_Vertical_P2.77x2.84mm_MountingHoles
-9-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.77x2.84mm mounting holes distance 25mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Socket_EdgeMount_P2.77mm
-9-pin D-Sub connector, solder-cups edge-mounted, socket (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 socket x-pin-pitch 2.77mm mounting holes distance 25mm
-0
-9
-9
-Connector_Dsub
-DSUB-9_Socket_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-9-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.54mm pin-PCB-offset 9.4mm
-0
-9
-9
-Connector_Dsub
-DSUB-9_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset4.94mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 4.94mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-9-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 4.94mm mounting-holes-distance 25mm mounting-hole-offset 4.94mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 7.7mm, 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 socket pitch 2.77x2.84mm pin-PCB-offset 7.7mm mounting-holes-distance 25mm mounting-hole-offset 9.12mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-9-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 9.4mm
-0
-9
-9
-Connector_Dsub
-DSUB-9_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (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 socket pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 11.32mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (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 socket pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 8.2mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm
-9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.98mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-9-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 15.98mm
-0
-11
-10
-Connector_Dsub
-DSUB-9_Socket_Vertical_P2.77x2.84mm
-9-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.77x2.84mm mounting holes distance 25mm
-0
-9
-9
-Connector_Dsub
-DSUB-9_Socket_Vertical_P2.77x2.84mm_MountingHoles
-9-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.77x2.84mm mounting holes distance 25mm
-0
-11
-10
-Connector_Dsub
-DSUB-15-HD_Pins_Horizontal_P2.29x1.90mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.29x1.9mm, pin-PCB-offset 3.03mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-15-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.29x1.9mm pin-PCB-offset 3.03mm mounting-holes-distance 25mm mounting-hole-offset 4.94mm
-0
-17
-16
-Connector_Dsub
-DSUB-15-HD_Pins_Horizontal_P2.29x2.54mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.29x2.54mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.89mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-15-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.29x2.54mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 10.89mm
-0
-17
-16
-Connector_Dsub
-DSUB-15-HD_Pins_Vertical_P2.29x1.98mm_MountingHoles
-15-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.29x1.98mm mounting holes distance 25mm
-0
-17
-16
-Connector_Dsub
-DSUB-15-HD_Socket_Horizontal_P2.29x1.90mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.29x1.9mm, pin-PCB-offset 3.03mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-15-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.29x1.9mm pin-PCB-offset 3.03mm mounting-holes-distance 25mm mounting-hole-offset 4.94mm
-0
-17
-16
-Connector_Dsub
-DSUB-15-HD_Socket_Horizontal_P2.29x2.54mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.29x2.54mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.89mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-15-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.29x2.54mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 10.89mm
-0
-17
-16
-Connector_Dsub
-DSUB-15-HD_Socket_Vertical_P2.29x1.98mm_MountingHoles
-15-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.29x1.98mm mounting holes distance 25mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Pins_EdgeMount_P2.77mm
-15-pin D-Sub connector, solder-cups edge-mounted, pins (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 pins x-pin-pitch 2.77mm mounting holes distance 33.3mm
-0
-15
-15
-Connector_Dsub
-DSUB-15_Pins_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-15-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.54mm pin-PCB-offset 9.4mm
-0
-15
-15
-Connector_Dsub
-DSUB-15_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset4.94mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 4.94mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-15-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 4.94mm mounting-holes-distance 33.3mm mounting-hole-offset 4.94mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 7.7mm, 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 pins pitch 2.77x2.84mm pin-PCB-offset 7.7mm mounting-holes-distance 33.3mm mounting-hole-offset 9.12mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-15-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 9.4mm
-0
-15
-15
-Connector_Dsub
-DSUB-15_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (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 pins pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 11.32mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (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 pins pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 8.2mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.98mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-15-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 15.98mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Pins_Vertical_P2.77x2.84mm
-15-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.77x2.84mm mounting holes distance 33.3mm
-0
-15
-15
-Connector_Dsub
-DSUB-15_Pins_Vertical_P2.77x2.84mm_MountingHoles
-15-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.77x2.84mm mounting holes distance 33.3mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Socket_EdgeMount_P2.77mm
-15-pin D-Sub connector, solder-cups edge-mounted, socket (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 socket x-pin-pitch 2.77mm mounting holes distance 33.3mm
-0
-15
-15
-Connector_Dsub
-DSUB-15_Socket_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-15-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.54mm pin-PCB-offset 9.4mm
-0
-15
-15
-Connector_Dsub
-DSUB-15_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset4.94mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 4.94mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-15-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 4.94mm mounting-holes-distance 33.3mm mounting-hole-offset 4.94mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 7.7mm, 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 socket pitch 2.77x2.84mm pin-PCB-offset 7.7mm mounting-holes-distance 33.3mm mounting-hole-offset 9.12mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-15-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 9.4mm
-0
-15
-15
-Connector_Dsub
-DSUB-15_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (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 socket pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 11.32mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (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 socket pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 8.2mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm
-15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.98mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-15-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 15.98mm
-0
-17
-16
-Connector_Dsub
-DSUB-15_Socket_Vertical_P2.77x2.84mm
-15-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.77x2.84mm mounting holes distance 33.3mm
-0
-15
-15
-Connector_Dsub
-DSUB-15_Socket_Vertical_P2.77x2.84mm_MountingHoles
-15-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.77x2.84mm mounting holes distance 33.3mm
-0
-17
-16
-Connector_Dsub
-DSUB-25_Pins_EdgeMount_P2.77mm
-25-pin D-Sub connector, solder-cups edge-mounted, pins (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 pins x-pin-pitch 2.77mm mounting holes distance 47.1mm
-0
-25
-25
-Connector_Dsub
-DSUB-25_Pins_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-25-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.54mm pin-PCB-offset 9.4mm
-0
-25
-25
-Connector_Dsub
-DSUB-25_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset4.94mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 4.94mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-25-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 4.94mm mounting-holes-distance 47.1mm mounting-hole-offset 4.94mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 7.7mm, 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 pins pitch 2.77x2.84mm pin-PCB-offset 7.7mm mounting-holes-distance 47.1mm mounting-hole-offset 9.12mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-25-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 9.4mm
-0
-25
-25
-Connector_Dsub
-DSUB-25_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (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 pins pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 11.32mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (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 pins pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 8.2mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.98mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-25-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 15.98mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Pins_Vertical_P2.77x2.84mm
-25-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.77x2.84mm mounting holes distance 47.1mm
-0
-25
-25
-Connector_Dsub
-DSUB-25_Pins_Vertical_P2.77x2.84mm_MountingHoles
-25-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.77x2.84mm mounting holes distance 47.1mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Socket_EdgeMount_P2.77mm
-25-pin D-Sub connector, solder-cups edge-mounted, socket (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 socket x-pin-pitch 2.77mm mounting holes distance 47.1mm
-0
-25
-25
-Connector_Dsub
-DSUB-25_Socket_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-25-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.54mm pin-PCB-offset 9.4mm
-0
-25
-25
-Connector_Dsub
-DSUB-25_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset4.94mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 4.94mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-25-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 4.94mm mounting-holes-distance 47.1mm mounting-hole-offset 4.94mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 7.7mm, 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 socket pitch 2.77x2.84mm pin-PCB-offset 7.7mm mounting-holes-distance 47.1mm mounting-hole-offset 9.12mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-25-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 9.4mm
-0
-25
-25
-Connector_Dsub
-DSUB-25_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (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 socket pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 11.32mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (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 socket pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 8.2mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm
-25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.98mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-25-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 15.98mm
-0
-27
-26
-Connector_Dsub
-DSUB-25_Socket_Vertical_P2.77x2.84mm
-25-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.77x2.84mm mounting holes distance 47.1mm
-0
-25
-25
-Connector_Dsub
-DSUB-25_Socket_Vertical_P2.77x2.84mm_MountingHoles
-25-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.77x2.84mm mounting holes distance 47.1mm
-0
-27
-26
-Connector_Dsub
-DSUB-26-HD_Pins_Horizontal_P2.29x1.90mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm
-26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.29x1.9mm, pin-PCB-offset 3.03mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-26-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.29x1.9mm pin-PCB-offset 3.03mm mounting-holes-distance 33.3mm mounting-hole-offset 4.94mm
-0
-28
-27
-Connector_Dsub
-DSUB-26-HD_Pins_Horizontal_P2.29x2.54mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm
-26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.29x2.54mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.89mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-26-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.29x2.54mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 10.89mm
-0
-28
-27
-Connector_Dsub
-DSUB-26-HD_Pins_Vertical_P2.29x1.98mm_MountingHoles
-26-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.29x1.98mm mounting holes distance 33.3mm
-0
-28
-27
-Connector_Dsub
-DSUB-26-HD_Socket_Horizontal_P2.29x1.90mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm
-26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.29x1.9mm, pin-PCB-offset 3.03mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-26-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.29x1.9mm pin-PCB-offset 3.03mm mounting-holes-distance 33.3mm mounting-hole-offset 4.94mm
-0
-28
-27
-Connector_Dsub
-DSUB-26-HD_Socket_Horizontal_P2.29x2.54mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm
-26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.29x2.54mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.89mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-26-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.29x2.54mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 10.89mm
-0
-28
-27
-Connector_Dsub
-DSUB-26-HD_Socket_Vertical_P2.29x1.98mm_MountingHoles
-26-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.29x1.98mm mounting holes distance 33.3mm
-0
-28
-27
-Connector_Dsub
-DSUB-37_Pins_EdgeMount_P2.77mm
-37-pin D-Sub connector, solder-cups edge-mounted, pins (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 pins x-pin-pitch 2.77mm mounting holes distance 63.5mm
-0
-37
-37
-Connector_Dsub
-DSUB-37_Pins_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-37-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.54mm pin-PCB-offset 9.4mm
-0
-37
-37
-Connector_Dsub
-DSUB-37_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset4.94mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 4.94mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-37-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 4.94mm mounting-holes-distance 63.5mm mounting-hole-offset 4.94mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 7.7mm, 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 pins pitch 2.77x2.84mm pin-PCB-offset 7.7mm mounting-holes-distance 63.5mm mounting-hole-offset 9.12mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-37-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 9.4mm
-0
-37
-37
-Connector_Dsub
-DSUB-37_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (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 pins pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 11.32mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (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 pins pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 8.2mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Pins_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.98mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-37-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 15.98mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Pins_Vertical_P2.77x2.84mm
-37-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.77x2.84mm mounting holes distance 63.5mm
-0
-37
-37
-Connector_Dsub
-DSUB-37_Pins_Vertical_P2.77x2.84mm_MountingHoles
-37-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.77x2.84mm mounting holes distance 63.5mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Socket_EdgeMount_P2.77mm
-37-pin D-Sub connector, solder-cups edge-mounted, socket (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 socket x-pin-pitch 2.77mm mounting holes distance 63.5mm
-0
-37
-37
-Connector_Dsub
-DSUB-37_Socket_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-37-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.54mm pin-PCB-offset 9.4mm
-0
-37
-37
-Connector_Dsub
-DSUB-37_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset4.94mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 4.94mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-37-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 4.94mm mounting-holes-distance 63.5mm mounting-hole-offset 4.94mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 7.7mm, 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 socket pitch 2.77x2.84mm pin-PCB-offset 7.7mm mounting-holes-distance 63.5mm mounting-hole-offset 9.12mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see https://docs.rs-online.com/02d6/0900766b81585df2.pdf
-37-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 9.4mm
-0
-37
-37
-Connector_Dsub
-DSUB-37_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (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 socket pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 11.32mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (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 socket pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 8.2mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Socket_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm
-37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.98mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-37-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 15.98mm
-0
-39
-38
-Connector_Dsub
-DSUB-37_Socket_Vertical_P2.77x2.84mm
-37-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.77x2.84mm mounting holes distance 63.5mm
-0
-37
-37
-Connector_Dsub
-DSUB-37_Socket_Vertical_P2.77x2.84mm_MountingHoles
-37-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.77x2.84mm mounting holes distance 63.5mm
-0
-39
-38
-Connector_Dsub
-DSUB-44-HD_Pins_Horizontal_P2.29x1.90mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm
-44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.29x1.9mm, pin-PCB-offset 3.03mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-44-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.29x1.9mm pin-PCB-offset 3.03mm mounting-holes-distance 47.1mm mounting-hole-offset 4.94mm
-0
-46
-45
-Connector_Dsub
-DSUB-44-HD_Pins_Horizontal_P2.29x2.54mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm
-44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.29x2.54mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.89mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-44-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.29x2.54mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 10.89mm
-0
-46
-45
-Connector_Dsub
-DSUB-44-HD_Pins_Vertical_P2.29x1.98mm_MountingHoles
-44-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.29x1.98mm mounting holes distance 47.1mm
-0
-46
-45
-Connector_Dsub
-DSUB-44-HD_Socket_Horizontal_P2.29x1.90mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm
-44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.29x1.9mm, pin-PCB-offset 3.03mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-44-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.29x1.9mm pin-PCB-offset 3.03mm mounting-holes-distance 47.1mm mounting-hole-offset 4.94mm
-0
-46
-45
-Connector_Dsub
-DSUB-44-HD_Socket_Horizontal_P2.29x2.54mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm
-44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.29x2.54mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.89mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-44-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.29x2.54mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 10.89mm
-0
-46
-45
-Connector_Dsub
-DSUB-44-HD_Socket_Vertical_P2.29x1.98mm_MountingHoles
-44-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.29x1.98mm mounting holes distance 47.1mm
-0
-46
-45
-Connector_Dsub
-DSUB-62-HD_Pins_Horizontal_P2.41x1.90mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm
-62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.41x1.9mm, pin-PCB-offset 3.03mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-62-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.41x1.9mm pin-PCB-offset 3.03mm mounting-holes-distance 63.5mm mounting-hole-offset 4.94mm
-0
-64
-63
-Connector_Dsub
-DSUB-62-HD_Pins_Horizontal_P2.41x2.54mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm
-62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, pins (male), pitch 2.41x2.54mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.89mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-62-pin D-Sub connector horizontal angled 90deg THT pins pitch 2.41x2.54mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 10.89mm
-0
-64
-63
-Connector_Dsub
-DSUB-62-HD_Pins_Vertical_P2.41x1.98mm_MountingHoles
-62-pin D-Sub connector, straight/vertical, THT-mount, pins (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 pins pitch 2.41x1.98mm mounting holes distance 63.5mm
-0
-64
-63
-Connector_Dsub
-DSUB-62-HD_Socket_Horizontal_P2.41x1.90mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm
-62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.41x1.9mm, pin-PCB-offset 3.03mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.94mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-62-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.41x1.9mm pin-PCB-offset 3.03mm mounting-holes-distance 63.5mm mounting-hole-offset 4.94mm
-0
-64
-63
-Connector_Dsub
-DSUB-62-HD_Socket_Horizontal_P2.41x2.54mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm
-62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, socket (female), pitch 2.41x2.54mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.89mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf
-62-pin D-Sub connector horizontal angled 90deg THT socket pitch 2.41x2.54mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 10.89mm
-0
-64
-63
-Connector_Dsub
-DSUB-62-HD_Socket_Vertical_P2.41x1.98mm_MountingHoles
-62-pin D-Sub connector, straight/vertical, THT-mount, socket (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 socket pitch 2.41x1.98mm mounting holes distance 63.5mm
-0
-64
-63
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11004_1x04-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 4 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-6
-5
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11005_1x05-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 5 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-7
-6
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11006_1x06-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 6 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-8
-7
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11007_1x07-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 7 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-9
-8
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11008_1x08-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 8 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-10
-9
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11009_1x09-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 9 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-11
-10
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11010_1x10-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 10 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-12
-11
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11011_1x11-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 11 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-13
-12
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11012_1x12-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 12 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-14
-13
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11013_1x13-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 13 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-15
-14
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11014_1x14-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 14 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-16
-15
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11015_1x15-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 15 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-17
-16
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11016_1x16-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 16 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-18
-17
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11017_1x17-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 17 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-19
-18
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11018_1x18-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 18 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-20
-19
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11019_1x19-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 19 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-21
-20
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11020_1x20-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 20 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-22
-21
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11021_1x21-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 21 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-23
-22
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11022_1x22-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 22 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-24
-23
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11023_1x23-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 23 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-25
-24
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11024_1x24-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 24 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-26
-25
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11025_1x25-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 25 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-27
-26
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11026_1x26-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 26 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-28
-27
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11027_1x27-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 27 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-29
-28
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11028_1x28-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 28 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-30
-29
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11029_1x29-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 29 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-31
-30
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11030_1x30-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 30 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-32
-31
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11031_1x31-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 31 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-33
-32
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11032_1x32-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 32 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-34
-33
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11033_1x33-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 33 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-35
-34
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11034_1x34-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 34 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-36
-35
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11035_1x35-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 35 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-37
-36
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11036_1x36-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 36 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-38
-37
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11037_1x37-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 37 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-39
-38
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11038_1x38-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 38 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-40
-39
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11039_1x39-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 39 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-41
-40
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11040_1x40-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 40 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-42
-41
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11041_1x41-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 41 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-43
-42
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11042_1x42-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 42 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-44
-43
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11043_1x43-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 43 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-45
-44
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11044_1x44-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 44 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-46
-45
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11045_1x45-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 45 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-47
-46
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11046_1x46-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 46 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-48
-47
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11047_1x47-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 47 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-49
-48
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11048_1x48-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 48 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-50
-49
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11049_1x49-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 49 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-51
-50
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11050_1x50-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 50 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-52
-51
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11051_1x51-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 51 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-53
-52
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11052_1x52-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 52 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-54
-53
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11053_1x53-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 53 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-55
-54
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11054_1x54-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 54 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-56
-55
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11055_1x55-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 55 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-57
-56
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11056_1x56-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 56 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-58
-57
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11057_1x57-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 57 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-59
-58
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11058_1x58-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 58 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-60
-59
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11059_1x59-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 59 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-61
-60
-Connector_FFC-FPC
-Amphenol_F32Q-1A7x1-11060_1x60-1MP_P0.5mm_Horizontal
-Amphenol F32Q/T FPC connector, 60 top-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32q-f32t.pdf
-F32T
-0
-62
-61
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11004_1x04-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 4 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-6
-5
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11005_1x05-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 5 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-7
-6
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11006_1x06-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 6 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-8
-7
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11007_1x07-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 7 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-9
-8
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11008_1x08-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 8 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-10
-9
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11009_1x09-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 9 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-11
-10
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11010_1x10-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 10 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-12
-11
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11011_1x11-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 11 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-13
-12
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11012_1x12-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 12 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-14
-13
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11013_1x13-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 13 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-15
-14
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11014_1x14-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 14 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-16
-15
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11015_1x15-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 15 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-17
-16
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11016_1x16-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 16 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-18
-17
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11017_1x17-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 17 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-19
-18
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11018_1x18-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 18 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-20
-19
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11019_1x19-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 19 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-21
-20
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11020_1x20-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 20 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-22
-21
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11021_1x21-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 21 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-23
-22
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11022_1x22-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 22 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-24
-23
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11023_1x23-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 23 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-25
-24
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11024_1x24-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 24 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-26
-25
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11025_1x25-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 25 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-27
-26
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11026_1x26-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 26 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-28
-27
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11027_1x27-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 27 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-29
-28
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11028_1x28-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 28 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-30
-29
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11029_1x29-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 29 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-31
-30
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11030_1x30-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 30 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-32
-31
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11031_1x31-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 31 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-33
-32
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11032_1x32-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 32 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-34
-33
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11033_1x33-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 33 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-35
-34
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11034_1x34-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 34 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-36
-35
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11035_1x35-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 35 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-37
-36
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11036_1x36-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 36 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-38
-37
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11037_1x37-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 37 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-39
-38
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11038_1x38-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 38 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-40
-39
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11039_1x39-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 39 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-41
-40
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11040_1x40-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 40 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-42
-41
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11041_1x41-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 41 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-43
-42
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11042_1x42-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 42 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-44
-43
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11043_1x43-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 43 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-45
-44
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11044_1x44-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 44 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-46
-45
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11045_1x45-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 45 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-47
-46
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11046_1x46-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 46 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-48
-47
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11047_1x47-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 47 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-49
-48
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11048_1x48-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 48 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-50
-49
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11049_1x49-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 49 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-51
-50
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11050_1x50-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 50 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-52
-51
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11051_1x51-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 51 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-53
-52
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11052_1x52-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 52 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-54
-53
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11053_1x53-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 53 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-55
-54
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11054_1x54-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 54 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-56
-55
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11055_1x55-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 55 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-57
-56
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11056_1x56-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 56 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-58
-57
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11057_1x57-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 57 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-59
-58
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11058_1x58-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 58 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-60
-59
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11059_1x59-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 59 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-61
-60
-Connector_FFC-FPC
-Amphenol_F32R-1A7x1-11060_1x60-1MP_P0.5mm_Horizontal
-Amphenol F32R/J FPC connector, 60 bottom-side contacts, 0.5mm pitch, SMT, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/f32r-f32j.pdf
-F32J
-0
-62
-61
-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_FH26-13S-0.3SHW_2Rows-13Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-13S-0.3SHW, 13 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-15
-14
-Connector_FFC-FPC
-Hirose_FH26-15S-0.3SHW_2Rows-15Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-15S-0.3SHW, 15 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-17
-16
-Connector_FFC-FPC
-Hirose_FH26-17S-0.3SHW_2Rows-17Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-17S-0.3SHW, 17 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-19
-18
-Connector_FFC-FPC
-Hirose_FH26-19S-0.3SHW_2Rows-19Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-19S-0.3SHW, 19 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-21
-20
-Connector_FFC-FPC
-Hirose_FH26-21S-0.3SHW_2Rows-21Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-21S-0.3SHW, 21 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-23
-22
-Connector_FFC-FPC
-Hirose_FH26-23S-0.3SHW_2Rows-23Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-23S-0.3SHW, 23 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-25
-24
-Connector_FFC-FPC
-Hirose_FH26-25S-0.3SHW_2Rows-25Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-25S-0.3SHW, 25 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-27
-26
-Connector_FFC-FPC
-Hirose_FH26-27S-0.3SHW_2Rows-27Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-27S-0.3SHW, 27 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-29
-28
-Connector_FFC-FPC
-Hirose_FH26-29S-0.3SHW_2Rows-29Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-29S-0.3SHW, 29 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-31
-30
-Connector_FFC-FPC
-Hirose_FH26-31S-0.3SHW_2Rows-31Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-31S-0.3SHW, 31 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-33
-32
-Connector_FFC-FPC
-Hirose_FH26-33S-0.3SHW_2Rows-33Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-33S-0.3SHW, 33 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-35
-34
-Connector_FFC-FPC
-Hirose_FH26-35S-0.3SHW_2Rows-35Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-35S-0.3SHW, 35 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-37
-36
-Connector_FFC-FPC
-Hirose_FH26-37S-0.3SHW_2Rows-37Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-37S-0.3SHW, 37 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-39
-38
-Connector_FFC-FPC
-Hirose_FH26-39S-0.3SHW_2Rows-39Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-39S-0.3SHW, 39 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-41
-40
-Connector_FFC-FPC
-Hirose_FH26-41S-0.3SHW_2Rows-41Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-41S-0.3SHW, 41 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-43
-42
-Connector_FFC-FPC
-Hirose_FH26-45S-0.3SHW_2Rows-45Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-45S-0.3SHW, 45 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-47
-46
-Connector_FFC-FPC
-Hirose_FH26-51S-0.3SHW_2Rows-51Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-51S-0.3SHW, 51 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-53
-52
-Connector_FFC-FPC
-Hirose_FH26-55S-0.3SHW_2Rows-55Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-55S-0.3SHW, 55 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-57
-56
-Connector_FFC-FPC
-Hirose_FH26-57S-0.3SHW_2Rows-57Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-57S-0.3SHW, 57 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-59
-58
-Connector_FFC-FPC
-Hirose_FH26-61S-0.3SHW_2Rows-61Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-61S-0.3SHW, 61 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-63
-62
-Connector_FFC-FPC
-Hirose_FH26-71S-0.3SHW_2Rows-71Pins-1MP_P0.60mm_Horizontal
-Hirose 0.30mm Pitch FFC/FPC, FH26-71S-0.3SHW, 71 Circuits (https://www.hirose.com/en/product/document?clcode=&productname=&series=FH26&documenttype=Catalog&lang=en&documentid=D49355_en), generated with kicad-footprint-generator
-connector Hirose horizontal
-0
-73
-72
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-0
-81
-81
-Connector_FFC-FPC
-JUSHUO_AFA07-S04FCA-00_1x4-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 04 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-6
-5
-Connector_FFC-FPC
-JUSHUO_AFA07-S05FCA-00_1x5-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 05 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-7
-6
-Connector_FFC-FPC
-JUSHUO_AFA07-S06FCA-00_1x6-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 06 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-8
-7
-Connector_FFC-FPC
-JUSHUO_AFA07-S07FCA-00_1x7-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 07 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-9
-8
-Connector_FFC-FPC
-JUSHUO_AFA07-S08FCA-00_1x8-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 08 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-10
-9
-Connector_FFC-FPC
-JUSHUO_AFA07-S09FCA-00_1x9-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 09 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-11
-10
-Connector_FFC-FPC
-JUSHUO_AFA07-S10FCA-00_1x10-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 10 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-12
-11
-Connector_FFC-FPC
-JUSHUO_AFA07-S11FCA-00_1x11-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 11 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-13
-12
-Connector_FFC-FPC
-JUSHUO_AFA07-S12FCA-00_1x12-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 12 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-14
-13
-Connector_FFC-FPC
-JUSHUO_AFA07-S13FCA-00_1x13-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 13 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-15
-14
-Connector_FFC-FPC
-JUSHUO_AFA07-S14FCA-00_1x14-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 14 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-16
-15
-Connector_FFC-FPC
-JUSHUO_AFA07-S15FCA-00_1x15-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 15 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-17
-16
-Connector_FFC-FPC
-JUSHUO_AFA07-S16FCA-00_1x16-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 16 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-18
-17
-Connector_FFC-FPC
-JUSHUO_AFA07-S17FCA-00_1x17-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 17 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-19
-18
-Connector_FFC-FPC
-JUSHUO_AFA07-S18FCA-00_1x18-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 18 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-20
-19
-Connector_FFC-FPC
-JUSHUO_AFA07-S19FCA-00_1x19-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 19 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-21
-20
-Connector_FFC-FPC
-JUSHUO_AFA07-S20FCA-00_1x20-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 20 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-22
-21
-Connector_FFC-FPC
-JUSHUO_AFA07-S21FCA-00_1x21-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 21 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-23
-22
-Connector_FFC-FPC
-JUSHUO_AFA07-S22FCA-00_1x22-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 22 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-24
-23
-Connector_FFC-FPC
-JUSHUO_AFA07-S23FCA-00_1x23-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 23 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-25
-24
-Connector_FFC-FPC
-JUSHUO_AFA07-S24FCA-00_1x24-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 24 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-26
-25
-Connector_FFC-FPC
-JUSHUO_AFA07-S25FCA-00_1x25-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 25 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-27
-26
-Connector_FFC-FPC
-JUSHUO_AFA07-S26FCA-00_1x26-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 26 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-28
-27
-Connector_FFC-FPC
-JUSHUO_AFA07-S27FCA-00_1x27-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 27 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-29
-28
-Connector_FFC-FPC
-JUSHUO_AFA07-S28FCA-00_1x28-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 28 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-30
-29
-Connector_FFC-FPC
-JUSHUO_AFA07-S29FCA-00_1x29-1MP_P1.0mm_Horizontal
-JUSHUO FPC connector, 29 bottom-side contacts, 1.0mm pitch, 2.5mm height, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_JUSHUO-AFA07-S04FCA-00_C262710.pdf
-jushuo fpc
-0
-31
-30
-Connector_FFC-FPC
-Jushuo_AFC07-S06FCA-00_1x6-1MP_P0.50_Horizontal
-Jushuo AFC07, FFC/FPC connector, AFC07-S06FCA-00, 6 Pins per row (https://datasheet.lcsc.com/lcsc/1811040204_JUSHUO-AFC07-S32FCC-00_C11061.pdf)
-connector jushuo horizontal
-0
-8
-7
-Connector_FFC-FPC
-Jushuo_AFC07-S24FCA-00_1x24-1MP_P0.50_Horizontal
-Jushuo AFC07, FFC/FPC connector, AFC07-S24FCA-00, 24 Pins per row (https://datasheet.lcsc.com/lcsc/1811040204_JUSHUO-AFC07-S32FCC-00_C11061.pdf)
-connector jushuo horizontal
-0
-26
-25
-Connector_FFC-FPC
-Molex_52559-3652_2x18-1MP_P0.5mm_Vertical
-Molex 0.50mm Pitch Easy-On Type FFC/FPC, 52559-3652, 36 Circuits (https://www.molex.com/pdm_docs/sd/525593652_sd.pdf)
-connector Molex top entry
-0
-40
-37
-Connector_FFC-FPC
-Molex_54132-5033_1x50-1MP_P0.5mm_Horizontal
-Molex FFC/FPC connector, 50 bottom-side contacts, 0.5mm pitch, 2.0mm height, https://www.molex.com/pdm_docs/sd/541325033_sd.pdf
-FFC FPC
-0
-54
-51
-Connector_FFC-FPC
-Molex_54548-1071_1x10-1MP_P0.5mm_Horizontal
-Molex FFC/FPC connector, 10 bottom-side contacts, 0.5mm pitch, 1.2mm height, https://www.molex.com/pdm_docs/sd/545481071_sd.pdf
-FFC FPC connector
-0
-12
-11
-Connector_FFC-FPC
-Molex_200528-0040_1x04-1MP_P1.00mm_Horizontal
-Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0040, 4 Circuits (https://www.molex.com/pdm_docs/sd/2005280040_sd.pdf), generated with kicad-footprint-generator
-connector Molex horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-0
-53
-52
-Connector_FFC-FPC
-Omron_XF2M-4015-1A_1x40-1MP_P0.5mm_Horizontal
-Omron FPC connector, 40 top-side contacts, 0.5mm pitch, SMT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-xf2m.pdf
-omron fpc xf2m
-0
-42
-41
-Connector_FFC-FPC
-TE_0-1734839-5_1x05-1MP_P0.5mm_Horizontal
-TE FPC connector, 05 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0
-te fpc 1734839
-0
-7
-6
-Connector_FFC-FPC
-TE_0-1734839-6_1x06-1MP_P0.5mm_Horizontal
-TE FPC connector, 06 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0
-te fpc 1734839
-0
-8
-7
-Connector_FFC-FPC
-TE_0-1734839-7_1x07-1MP_P0.5mm_Horizontal
-TE FPC connector, 07 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0
-te fpc 1734839
-0
-9
-8
-Connector_FFC-FPC
-TE_0-1734839-8_1x08-1MP_P0.5mm_Horizontal
-TE FPC connector, 08 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0
-te fpc 1734839
-0
-10
-9
-Connector_FFC-FPC
-TE_0-1734839-9_1x09-1MP_P0.5mm_Horizontal
-TE FPC connector, 09 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0
-te fpc 1734839
-0
-11
-10
-Connector_FFC-FPC
-TE_1-84952-0_1x10-1MP_P1.0mm_Horizontal
-TE FPC connector, 10 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-12
-11
-Connector_FFC-FPC
-TE_1-84952-1_1x11-1MP_P1.0mm_Horizontal
-TE FPC connector, 11 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-13
-12
-Connector_FFC-FPC
-TE_1-84952-2_1x12-1MP_P1.0mm_Horizontal
-TE FPC connector, 12 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-14
-13
-Connector_FFC-FPC
-TE_1-84952-3_1x13-1MP_P1.0mm_Horizontal
-TE FPC connector, 13 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-15
-14
-Connector_FFC-FPC
-TE_1-84952-4_1x14-1MP_P1.0mm_Horizontal
-TE FPC connector, 14 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-16
-15
-Connector_FFC-FPC
-TE_1-84952-5_1x15-1MP_P1.0mm_Horizontal
-TE FPC connector, 15 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-17
-16
-Connector_FFC-FPC
-TE_1-84952-6_1x16-1MP_P1.0mm_Horizontal
-TE FPC connector, 16 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-18
-17
-Connector_FFC-FPC
-TE_1-84952-7_1x17-1MP_P1.0mm_Horizontal
-TE FPC connector, 17 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-19
-18
-Connector_FFC-FPC
-TE_1-84952-8_1x18-1MP_P1.0mm_Horizontal
-TE FPC connector, 18 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-20
-19
-Connector_FFC-FPC
-TE_1-84952-9_1x19-1MP_P1.0mm_Horizontal
-TE FPC connector, 19 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4
-te fpc 84952
-0
-21
-20
-Connector_FFC-FPC
-TE_1-84953-0_1x10-1MP_P1.0mm_Horizontal
-TE FPC connector, 10 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-12
-11
-Connector_FFC-FPC
-TE_1-84953-1_1x11-1MP_P1.0mm_Horizontal
-TE FPC connector, 11 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-13
-12
-Connector_FFC-FPC
-TE_1-84953-2_1x12-1MP_P1.0mm_Horizontal
-TE FPC connector, 12 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-14
-13
-Connector_FFC-FPC
-TE_1-84953-3_1x13-1MP_P1.0mm_Horizontal
-TE FPC connector, 13 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-15
-14
-Connector_FFC-FPC
-TE_1-84953-4_1x14-1MP_P1.0mm_Horizontal
-TE FPC connector, 14 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-16
-15
-Connector_FFC-FPC
-TE_1-84953-5_1x15-1MP_P1.0mm_Horizontal
-TE FPC connector, 15 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-17
-16
-Connector_FFC-FPC
-TE_1-84953-6_1x16-1MP_P1.0mm_Horizontal
-TE FPC connector, 16 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-18
-17
-Connector_FFC-FPC
-TE_1-84953-7_1x17-1MP_P1.0mm_Horizontal
-TE FPC connector, 17 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-19
-18
-Connector_FFC-FPC
-TE_1-84953-8_1x18-1MP_P1.0mm_Horizontal
-TE FPC connector, 18 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-20
-19
-Connector_FFC-FPC
-TE_1-84953-9_1x19-1MP_P1.0mm_Horizontal
-TE FPC connector, 19 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4
-te fpc 84953
-0
-21
-20
-Connector_FFC-FPC
-TE_1-84982-0_2Rows-10Pins-P1.0mm_Vertical
-TE FPC connector, 10 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-0 vertical
-0
-10
-10
-Connector_FFC-FPC
-TE_1-84982-1_2Rows-11Pins-P1.0mm_Vertical
-TE FPC connector, 11 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-1 vertical
-0
-11
-11
-Connector_FFC-FPC
-TE_1-84982-2_2Rows-12Pins-P1.0mm_Vertical
-TE FPC connector, 12 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-2 vertical
-0
-12
-12
-Connector_FFC-FPC
-TE_1-84982-3_2Rows-13Pins-P1.0mm_Vertical
-TE FPC connector, 13 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-3 vertical
-0
-13
-13
-Connector_FFC-FPC
-TE_1-84982-4_2Rows-14Pins-P1.0mm_Vertical
-TE FPC connector, 14 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-4 vertical
-0
-14
-14
-Connector_FFC-FPC
-TE_1-84982-5_2Rows-15Pins-P1.0mm_Vertical
-TE FPC connector, 15 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-5 vertical
-0
-15
-15
-Connector_FFC-FPC
-TE_1-84982-6_2Rows-16Pins-P1.0mm_Vertical
-TE FPC connector, 16 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-6 vertical
-0
-16
-16
-Connector_FFC-FPC
-TE_1-84982-7_2Rows-17Pins-P1.0mm_Vertical
-TE FPC connector, 17 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-7 vertical
-0
-17
-17
-Connector_FFC-FPC
-TE_1-84982-8_2Rows-18Pins-P1.0mm_Vertical
-TE FPC connector, 18 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-8 vertical
-0
-18
-18
-Connector_FFC-FPC
-TE_1-84982-9_2Rows-19Pins-P1.0mm_Vertical
-TE FPC connector, 19 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-1-84982-9 vertical
-0
-19
-19
-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-84982-0_2Rows-20Pins-P1.0mm_Vertical
-TE FPC connector, 20 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-0 vertical
-0
-20
-20
-Connector_FFC-FPC
-TE_2-84982-1_2Rows-21Pins-P1.0mm_Vertical
-TE FPC connector, 21 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-1 vertical
-0
-21
-21
-Connector_FFC-FPC
-TE_2-84982-2_2Rows-22Pins-P1.0mm_Vertical
-TE FPC connector, 22 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-2 vertical
-0
-22
-22
-Connector_FFC-FPC
-TE_2-84982-3_2Rows-23Pins-P1.0mm_Vertical
-TE FPC connector, 23 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-3 vertical
-0
-23
-23
-Connector_FFC-FPC
-TE_2-84982-4_2Rows-24Pins-P1.0mm_Vertical
-TE FPC connector, 24 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-4 vertical
-0
-24
-24
-Connector_FFC-FPC
-TE_2-84982-5_2Rows-25Pins-P1.0mm_Vertical
-TE FPC connector, 25 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-5 vertical
-0
-25
-25
-Connector_FFC-FPC
-TE_2-84982-6_2Rows-26Pins-P1.0mm_Vertical
-TE FPC connector, 26 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-6 vertical
-0
-26
-26
-Connector_FFC-FPC
-TE_2-84982-7_2Rows-27Pins-P1.0mm_Vertical
-TE FPC connector, 27 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-7 vertical
-0
-27
-27
-Connector_FFC-FPC
-TE_2-84982-8_2Rows-28Pins-P1.0mm_Vertical
-TE FPC connector, 28 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-8 vertical
-0
-28
-28
-Connector_FFC-FPC
-TE_2-84982-9_2Rows-29Pins-P1.0mm_Vertical
-TE FPC connector, 29 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-2-84982-9 vertical
-0
-29
-29
-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-84982-0_2Rows-30Pins-P1.0mm_Vertical
-TE FPC connector, 30 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-3-84982-0 vertical
-0
-30
-30
-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
-TE_84982-4_2Rows-04Pins-P1.0mm_Vertical
-TE FPC connector, 04 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-84982-4 vertical
-0
-4
-4
-Connector_FFC-FPC
-TE_84982-5_2Rows-05Pins-P1.0mm_Vertical
-TE FPC connector, 05 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-84982-5 vertical
-0
-5
-5
-Connector_FFC-FPC
-TE_84982-6_2Rows-06Pins-P1.0mm_Vertical
-TE FPC connector, 06 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-84982-6 vertical
-0
-6
-6
-Connector_FFC-FPC
-TE_84982-7_2Rows-07Pins-P1.0mm_Vertical
-TE FPC connector, 07 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-84982-7 vertical
-0
-7
-7
-Connector_FFC-FPC
-TE_84982-8_2Rows-08Pins-P1.0mm_Vertical
-TE FPC connector, 08 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-84982-8 vertical
-0
-8
-8
-Connector_FFC-FPC
-TE_84982-9_2Rows-09Pins-P1.0mm_Vertical
-TE FPC connector, 09 top-side contacts, 1.0mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84982&DocType=Customer+Drawing&DocLang=English&PartCntxt=84982-8&DocFormat=pdf
-84982-9 vertical
-0
-9
-9
-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_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, https://content.harwin.com/m/60a18b02a2a99a14/original/DRG-00168-Technical-Drawing-Datasheet-G125-FVXXX05L0P-pdf.pdf
-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, https://content.harwin.com/m/60a18b02a2a99a14/original/DRG-00168-Technical-Drawing-Datasheet-G125-FVXXX05L0P-pdf.pdf
-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, https://content.harwin.com/m/60a18b02a2a99a14/original/DRG-00168-Technical-Drawing-Datasheet-G125-FVXXX05L0P-pdf.pdf
-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, https://content.harwin.com/m/60a18b02a2a99a14/original/DRG-00168-Technical-Drawing-Datasheet-G125-FVXXX05L0P-pdf.pdf
-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, https://content.harwin.com/m/60a18b02a2a99a14/original/DRG-00168-Technical-Drawing-Datasheet-G125-FVXXX05L0P-pdf.pdf
-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, https://content.harwin.com/m/60a18b02a2a99a14/original/DRG-00168-Technical-Drawing-Datasheet-G125-FVXXX05L0P-pdf.pdf
-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, https://content.harwin.com/m/60a18b02a2a99a14/original/DRG-00168-Technical-Drawing-Datasheet-G125-FVXXX05L0P-pdf.pdf
-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, https://content.harwin.com/m/60a18b02a2a99a14/original/DRG-00168-Technical-Drawing-Datasheet-G125-FVXXX05L0P-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-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, https://content.harwin.com/m/62fd8add13144f50/original/DRG-00182-Technical-Drawing-Datasheet-G125-MVXXX05LXP-pdf.pdf
-connector harwin gecko
-0
-50
-50
-Connector_Harwin
-Harwin_Gecko_G125-MS10605M2P_2x03_P1.25mm_Vertical
-Harwin Male Vertical Surface Mount Double Row 1.25mm (0.049 inch) Pitch PCB Connector, G125-MS10605M2P, 3 Pins per row (https://cdn.harwin.com/pdfs/G125-MS1XX05M2P.pdf), generated with kicad-footprint-generator
-connector Harwin Gecko vertical
-0
-8
-7
-Connector_Harwin
-Harwin_Gecko_G125-MS11005M2P_2x05_P1.25mm_Vertical
-Harwin Male Vertical Surface Mount Double Row 1.25mm (0.049 inch) Pitch PCB Connector, G125-MS11005M2P, 5 Pins per row (https://cdn.harwin.com/pdfs/G125-MS1XX05M2P.pdf), generated with kicad-footprint-generator
-connector Harwin Gecko vertical
-0
-12
-11
-Connector_Harwin
-Harwin_Gecko_G125-MS11205M2P_2x06_P1.25mm_Vertical
-Harwin Male Vertical Surface Mount Double Row 1.25mm (0.049 inch) Pitch PCB Connector, G125-MS11205M2P, 6 Pins per row (https://cdn.harwin.com/pdfs/G125-MS1XX05M2P.pdf), generated with kicad-footprint-generator
-connector Harwin Gecko vertical
-0
-14
-13
-Connector_Harwin
-Harwin_Gecko_G125-MS11605M2P_2x08_P1.25mm_Vertical
-Harwin Male Vertical Surface Mount Double Row 1.25mm (0.049 inch) Pitch PCB Connector, G125-MS11605M2P, 8 Pins per row (https://cdn.harwin.com/pdfs/G125-MS1XX05M2P.pdf), generated with kicad-footprint-generator
-connector Harwin Gecko vertical
-0
-18
-17
-Connector_Harwin
-Harwin_Gecko_G125-MS12005M2P_2x10_P1.25mm_Vertical
-Harwin Male Vertical Surface Mount Double Row 1.25mm (0.049 inch) Pitch PCB Connector, G125-MS12005M2P, 10 Pins per row (https://cdn.harwin.com/pdfs/G125-MS1XX05M2P.pdf), generated with kicad-footprint-generator
-connector Harwin Gecko vertical
-0
-22
-21
-Connector_Harwin
-Harwin_Gecko_G125-MS12605M2P_2x13_P1.25mm_Vertical
-Harwin Male Vertical Surface Mount Double Row 1.25mm (0.049 inch) Pitch PCB Connector, G125-MS12605M2P, 13 Pins per row (https://cdn.harwin.com/pdfs/G125-MS1XX05M2P.pdf), generated with kicad-footprint-generator
-connector Harwin Gecko vertical
-0
-28
-27
-Connector_Harwin
-Harwin_Gecko_G125-MS13405M2P_2x17_P1.25mm_Vertical
-Harwin Male Vertical Surface Mount Double Row 1.25mm (0.049 inch) Pitch PCB Connector, G125-MS13405M2P, 17 Pins per row (https://cdn.harwin.com/pdfs/G125-MS1XX05M2P.pdf), generated with kicad-footprint-generator
-connector Harwin Gecko vertical
-0
-36
-35
-Connector_Harwin
-Harwin_Gecko_G125-MS15005M2P_2x25_P1.25mm_Vertical
-Harwin Male Vertical Surface Mount Double Row 1.25mm (0.049 inch) Pitch PCB Connector, G125-MS15005M2P, 25 Pins per row (https://cdn.harwin.com/pdfs/G125-MS1XX05M2P.pdf), generated with kicad-footprint-generator
-connector Harwin Gecko vertical
-0
-52
-51
-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
-3
-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
-4
-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
-5
-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
-6
-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
-7
-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
-8
-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
-9
-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
-10
-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
-11
-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
-12
-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
-13
-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
-14
-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
-15
-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
-16
-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
-17
-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
-18
-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
-19
-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
-20
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-0
-40
-40
-Connector_Hirose
-Hirose_BM23FR0.6-16DP-0.35V_2x08_1MP_Vertical
-Hirose BM23 series connector, BM23FR0.6-16DP-0.35V (https://www.hirose.com/fr/product/document?clcode=CL0480-0290-0-95&productname=BM23FR0.6-16DP-0.35V(895)&series=BM23FR&documenttype=2DDrawing&lang=fr&documentid=D164551_en)
-connector Hirose BM23 16pin header
-0
-20
-17
-Connector_Hirose
-Hirose_BM23FR0.6-16DS-0.35V_2x08_P0.35_1MP_Vertical
-Hirose BM23 series connector, BM23FR0.6-16DS-0.35V (https://www.hirose.com/fr/product/document?clcode=CL0480-0295-0-51&productname=BM23FR0.6-16DS-0.35V(51)&series=BM23FR&documenttype=2DDrawing&lang=fr&documentid=D162179_en)
-connector Hirose 16pin receptacle vertical
-0
-20
-17
-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 horizontal
-0
-4
-3
-Connector_Hirose
-Hirose_DF3EA-02P-2V_1x02-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-02P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-5
-4
-Connector_Hirose
-Hirose_DF3EA-03P-2V_1x03-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-03P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-6
-5
-Connector_Hirose
-Hirose_DF3EA-04P-2V_1x04-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-04P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-7
-6
-Connector_Hirose
-Hirose_DF3EA-05P-2V_1x05-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-05P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-8
-7
-Connector_Hirose
-Hirose_DF3EA-06P-2V_1x06-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-06P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-9
-8
-Connector_Hirose
-Hirose_DF3EA-07P-2V_1x07-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-07P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-10
-9
-Connector_Hirose
-Hirose_DF3EA-08P-2V_1x08-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-08P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-11
-10
-Connector_Hirose
-Hirose_DF3EA-09P-2V_1x09-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-09P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-12
-11
-Connector_Hirose
-Hirose_DF3EA-10P-2V_1x10-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-10P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-13
-12
-Connector_Hirose
-Hirose_DF3EA-11P-2V_1x11-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-11P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-14
-13
-Connector_Hirose
-Hirose_DF3EA-12P-2V_1x12-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-12P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-15
-14
-Connector_Hirose
-Hirose_DF3EA-13P-2V_1x13-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-13P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-16
-15
-Connector_Hirose
-Hirose_DF3EA-14P-2V_1x14-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-14P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-0
-17
-16
-Connector_Hirose
-Hirose_DF3EA-15P-2V_1x15-1MP_P2.00mm_Vertical
-Hirose series connector, DF3EA-15P-2V (https://www.hirose.com/en/product/document?clcode=CL0543-0315-0-21&productname=DF3EA-2P-2V(21)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001162002), generated with kicad-footprint-generator
-connector Hirose vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-0
-17
-16
-Connector_Hirose
-Hirose_DF57H-2P-1.2V_1x02_P1.2mm_Socket
-Low Profile Swing-Lock Wire-to-Board Connector for Power (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF57&documenttype=Catalog&lang=en&documentid=en_DF57_CAT)
-conn hirose socket low-profile power
-0
-4
-2
-Connector_Hirose
-Hirose_DF57H-2P-2.4V_1x02_P2.4mm_Socket
-Low Profile Swing-Lock Wire-to-Board Connector for Power (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF57&documenttype=Catalog&lang=en&documentid=en_DF57_CAT)
-conn hirose socket low-profile power
-0
-4
-2
-Connector_Hirose
-Hirose_DF57H-3P-1.2V_1x03_P1.2mm_Socket
-Low Profile Swing-Lock Wire-to-Board Connector for Power (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF57&documenttype=Catalog&lang=en&documentid=en_DF57_CAT)
-conn hirose socket low-profile power
-0
-5
-3
-Connector_Hirose
-Hirose_DF57H-4P-1.2V_1x04_P1.2mm_Socket
-Low Profile Swing-Lock Wire-to-Board Connector for Power (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF57&documenttype=Catalog&lang=en&documentid=en_DF57_CAT)
-conn hirose socket low-profile power
-0
-6
-4
-Connector_Hirose
-Hirose_DF57H-5P-1.2V_1x05_P1.2mm_Socket
-Low Profile Swing-Lock Wire-to-Board Connector for Power (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF57&documenttype=Catalog&lang=en&documentid=en_DF57_CAT)
-conn hirose socket low-profile power
-0
-7
-5
-Connector_Hirose
-Hirose_DF57H-6P-1.2V_1x06_P1.2mm_Socket
-Low Profile Swing-Lock Wire-to-Board Connector for Power (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF57&documenttype=Catalog&lang=en&documentid=en_DF57_CAT)
-conn hirose socket low-profile power
-0
-8
-6
-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_Hirose_DF40
-Hirose_DF40B(2.0)-12DS-0.4V_2x06-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-16
-13
-Connector_Hirose_DF40
-Hirose_DF40B(2.0)-80DS-0.4V_2x40-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-84
-81
-Connector_Hirose_DF40
-Hirose_DF40B-10DS-0.4V_2x05-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-14
-11
-Connector_Hirose_DF40
-Hirose_DF40B-12DS-0.4V_2x06-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-16
-13
-Connector_Hirose_DF40
-Hirose_DF40B-30DS-0.4V_2x15-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-34
-31
-Connector_Hirose_DF40
-Hirose_DF40B-50DS-0.4V_2x25-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-54
-51
-Connector_Hirose_DF40
-Hirose_DF40B-60DS-0.4V_2x30-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-64
-61
-Connector_Hirose_DF40
-Hirose_DF40B-80DS-0.4V_2x40-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-84
-81
-Connector_Hirose_DF40
-Hirose_DF40C(2.0)-20DS-0.4V_2x10_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-20
-20
-Connector_Hirose_DF40
-Hirose_DF40C(2.0)-24DS-0.4V_2x12_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-24
-24
-Connector_Hirose_DF40
-Hirose_DF40C(2.0)-30DS-0.4V_2x15_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-30
-30
-Connector_Hirose_DF40
-Hirose_DF40C(2.0)-40DS-0.4V_2x20_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-40
-40
-Connector_Hirose_DF40
-Hirose_DF40C(2.0)-50DS-0.4V_2x25_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-50
-50
-Connector_Hirose_DF40
-Hirose_DF40C(2.0)-60DS-0.4V_2x30_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-60
-60
-Connector_Hirose_DF40
-Hirose_DF40C(2.0)-70DS-0.4V_2x35_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-70
-70
-Connector_Hirose_DF40
-Hirose_DF40C(2.0)-80DS-0.4V_2x40_P0.4mm
-0.4mm Pitch, Stacking Height 2.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-80
-80
-Connector_Hirose_DF40
-Hirose_DF40C-10DP-0.4V_2x05-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-14
-11
-Connector_Hirose_DF40
-Hirose_DF40C-12DP-0.4V_2x06-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-16
-13
-Connector_Hirose_DF40
-Hirose_DF40C-20DP-0.4V_2x10-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-24
-21
-Connector_Hirose_DF40
-Hirose_DF40C-20DS-0.4V_2x10_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-20
-20
-Connector_Hirose_DF40
-Hirose_DF40C-24DP-0.4V_2x12-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-28
-25
-Connector_Hirose_DF40
-Hirose_DF40C-24DS-0.4V_2x12_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-24
-24
-Connector_Hirose_DF40
-Hirose_DF40C-30DP-0.4V_2x15-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-34
-31
-Connector_Hirose_DF40
-Hirose_DF40C-30DS-0.4V_2x15_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-30
-30
-Connector_Hirose_DF40
-Hirose_DF40C-34DP-0.4V_2x17-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-38
-35
-Connector_Hirose_DF40
-Hirose_DF40C-34DS-0.4V_2x17_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-34
-34
-Connector_Hirose_DF40
-Hirose_DF40C-40DP-0.4V_2x20-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-44
-41
-Connector_Hirose_DF40
-Hirose_DF40C-40DS-0.4V_2x20_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-40
-40
-Connector_Hirose_DF40
-Hirose_DF40C-44DP-0.4V_2x22-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-48
-45
-Connector_Hirose_DF40
-Hirose_DF40C-50DP-0.4V_2x25-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-54
-51
-Connector_Hirose_DF40
-Hirose_DF40C-50DS-0.4V_2x25_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-50
-50
-Connector_Hirose_DF40
-Hirose_DF40C-60DP-0.4V_2x30-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-64
-61
-Connector_Hirose_DF40
-Hirose_DF40C-60DS-0.4V_2x30_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-60
-60
-Connector_Hirose_DF40
-Hirose_DF40C-70DP-0.4V_2x35-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-74
-71
-Connector_Hirose_DF40
-Hirose_DF40C-70DS-0.4V_2x35_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-70
-70
-Connector_Hirose_DF40
-Hirose_DF40C-80DP-0.4V_2x40-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-84
-81
-Connector_Hirose_DF40
-Hirose_DF40C-80DS-0.4V_2x40_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-80
-80
-Connector_Hirose_DF40
-Hirose_DF40C-90DP-0.4V_2x45-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-94
-91
-Connector_Hirose_DF40
-Hirose_DF40C-90DS-0.4V_2x45_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-90
-90
-Connector_Hirose_DF40
-Hirose_DF40C-100DP-0.4V_2x50-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-104
-101
-Connector_Hirose_DF40
-Hirose_DF40C-100DS-0.4V_2x50_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-100
-100
-Connector_Hirose_DF40
-Hirose_DF40C-120DP-0.4V_2x60-1MP_P0.4mm
-0.4mm Pitch, Plug, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking plug
-0
-124
-121
-Connector_Hirose_DF40
-Hirose_DF40C-120DS-0.4V_2x60_P0.4mm
-0.4mm Pitch, Stacking Height 1.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-120
-120
-Connector_Hirose_DF40
-Hirose_DF40HB(2.5)-10DS-0.4V_2x05-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 2.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-14
-11
-Connector_Hirose_DF40
-Hirose_DF40HB(4.0)-50DS-0.4V_2x25-1MP_P0.4mm
-0.4mm Pitch, Stacking Height 4.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-54
-51
-Connector_Hirose_DF40
-Hirose_DF40HC(2.5)-20DS-0.4V_2x10_P0.4mm
-0.4mm Pitch, Stacking Height 2.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-20
-20
-Connector_Hirose_DF40
-Hirose_DF40HC(2.5)-30DS-0.4V_2x15_P0.4mm
-0.4mm Pitch, Stacking Height 2.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-30
-30
-Connector_Hirose_DF40
-Hirose_DF40HC(2.5)-40DS-0.4V_2x20_P0.4mm
-0.4mm Pitch, Stacking Height 2.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-40
-40
-Connector_Hirose_DF40
-Hirose_DF40HC(2.5)-50DS-0.4V_2x25_P0.4mm
-0.4mm Pitch, Stacking Height 2.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-50
-50
-Connector_Hirose_DF40
-Hirose_DF40HC(2.5)-60DS-0.4V_2x30_P0.4mm
-0.4mm Pitch, Stacking Height 2.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-60
-60
-Connector_Hirose_DF40
-Hirose_DF40HC(3.0)-30DS-0.4V_2x15_P0.4mm
-0.4mm Pitch, Stacking Height 3.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-30
-30
-Connector_Hirose_DF40
-Hirose_DF40HC(3.0)-40DS-0.4V_2x20_P0.4mm
-0.4mm Pitch, Stacking Height 3.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-40
-40
-Connector_Hirose_DF40
-Hirose_DF40HC(3.0)-44DS-0.4V_2x22_P0.4mm
-0.4mm Pitch, Stacking Height 3.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-44
-44
-Connector_Hirose_DF40
-Hirose_DF40HC(3.0)-50DS-0.4V_2x25_P0.4mm
-0.4mm Pitch, Stacking Height 3.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-50
-50
-Connector_Hirose_DF40
-Hirose_DF40HC(3.0)-60DS-0.4V_2x30_P0.4mm
-0.4mm Pitch, Stacking Height 3.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-60
-60
-Connector_Hirose_DF40
-Hirose_DF40HC(3.0)-70DS-0.4V_2x35_P0.4mm
-0.4mm Pitch, Stacking Height 3.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-70
-70
-Connector_Hirose_DF40
-Hirose_DF40HC(3.0)-80DS-0.4V_2x40_P0.4mm
-0.4mm Pitch, Stacking Height 3.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-80
-80
-Connector_Hirose_DF40
-Hirose_DF40HC(3.0)-90DS-0.4V_2x45_P0.4mm
-0.4mm Pitch, Stacking Height 3.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-90
-90
-Connector_Hirose_DF40
-Hirose_DF40HC(3.0)-100DS-0.4V_2x50_P0.4mm
-0.4mm Pitch, Stacking Height 3.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-100
-100
-Connector_Hirose_DF40
-Hirose_DF40HC(3.5)-20DS-0.4V_2x10_P0.4mm
-0.4mm Pitch, Stacking Height 3.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-20
-20
-Connector_Hirose_DF40
-Hirose_DF40HC(3.5)-30DS-0.4V_2x15_P0.4mm
-0.4mm Pitch, Stacking Height 3.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-30
-30
-Connector_Hirose_DF40
-Hirose_DF40HC(3.5)-40DS-0.4V_2x20_P0.4mm
-0.4mm Pitch, Stacking Height 3.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-40
-40
-Connector_Hirose_DF40
-Hirose_DF40HC(3.5)-50DS-0.4V_2x25_P0.4mm
-0.4mm Pitch, Stacking Height 3.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-50
-50
-Connector_Hirose_DF40
-Hirose_DF40HC(3.5)-60DS-0.4V_2x30_P0.4mm
-0.4mm Pitch, Stacking Height 3.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-60
-60
-Connector_Hirose_DF40
-Hirose_DF40HC(3.5)-80DS-0.4V_2x40_P0.4mm
-0.4mm Pitch, Stacking Height 3.500000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-80
-80
-Connector_Hirose_DF40
-Hirose_DF40HC(4.0)-40DS-0.4V_2x20_P0.4mm
-0.4mm Pitch, Stacking Height 4.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-40
-40
-Connector_Hirose_DF40
-Hirose_DF40HC(4.0)-50DS-0.4V_2x25_P0.4mm
-0.4mm Pitch, Stacking Height 4.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-50
-50
-Connector_Hirose_DF40
-Hirose_DF40HC(4.0)-60DS-0.4V_2x30_P0.4mm
-0.4mm Pitch, Stacking Height 4.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-60
-60
-Connector_Hirose_DF40
-Hirose_DF40HC(4.0)-80DS-0.4V_2x40_P0.4mm
-0.4mm Pitch, Stacking Height 4.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-80
-80
-Connector_Hirose_DF40
-Hirose_DF40HC(4.0)-90DS-0.4V_2x45_P0.4mm
-0.4mm Pitch, Stacking Height 4.000000mm, Receptacle, vertical (source: https://www.hirose.com/en/product/document?clcode=&productname=&series=DF40&documenttype=Catalog&lang=en&documentid=en_DF40_CAT)
-conn hirose board-to-board mezzanine stacking receptacle
-0
-90
-90
-Connector_Hirose_FX8
-Hirose_FX8-60P-SV_2x30_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Header, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking header
-0
-60
-60
-Connector_Hirose_FX8
-Hirose_FX8-60S-SV_2x30_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Receptacle, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking receptacle
-0
-60
-60
-Connector_Hirose_FX8
-Hirose_FX8-80P-SV_2x40_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Header, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking header
-0
-80
-80
-Connector_Hirose_FX8
-Hirose_FX8-80S-SV_2x40_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Receptacle, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking receptacle
-0
-80
-80
-Connector_Hirose_FX8
-Hirose_FX8-90P-SV_2x45_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Header, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking header
-0
-90
-90
-Connector_Hirose_FX8
-Hirose_FX8-90S-SV_2x45_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Receptacle, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking receptacle
-0
-90
-90
-Connector_Hirose_FX8
-Hirose_FX8-100P-SV_2x50_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Header, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking header
-0
-100
-100
-Connector_Hirose_FX8
-Hirose_FX8-100S-SV_2x50_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Receptacle, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking receptacle
-0
-100
-100
-Connector_Hirose_FX8
-Hirose_FX8-120P-SV_2x60_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Header, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking header
-0
-120
-120
-Connector_Hirose_FX8
-Hirose_FX8-120S-SV_2x60_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Receptacle, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking receptacle
-0
-120
-120
-Connector_Hirose_FX8
-Hirose_FX8-140P-SV_2x70_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Header, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking header
-0
-140
-140
-Connector_Hirose_FX8
-Hirose_FX8-140S-SV_2x70_P0.6mm
-0.6mm Pitch, Stacking Height 3mm to 16mm, Receptacle, vertical (source: https://www.hirose.com/de/product/document?clcode=&productname=&series=FX8&documenttype=Catalog&lang=en&documentid=D31612_en)
-conn hirose board to board stacking receptacle
-0
-140
-140
-Connector_IDC
-IDC-Header_2x03_P2.54mm_Horizontal
-Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x03 2.54mm double row
-0
-6
-6
-Connector_IDC
-IDC-Header_2x03_P2.54mm_Vertical
-Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x03 2.54mm double row
-0
-6
-6
-Connector_IDC
-IDC-Header_2x03_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x03 2.54mm double row
-0
-6
-6
-Connector_IDC
-IDC-Header_2x04_P2.54mm_Horizontal
-Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x04 2.54mm double row
-0
-8
-8
-Connector_IDC
-IDC-Header_2x04_P2.54mm_Vertical
-Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x04 2.54mm double row
-0
-8
-8
-Connector_IDC
-IDC-Header_2x04_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x04 2.54mm double row
-0
-8
-8
-Connector_IDC
-IDC-Header_2x05-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x05 2.54mm double row
-0
-12
-11
-Connector_IDC
-IDC-Header_2x05-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x05 2.54mm double row
-0
-12
-11
-Connector_IDC
-IDC-Header_2x05-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x05 2.54mm double row
-0
-12
-11
-Connector_IDC
-IDC-Header_2x05-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x05 2.54mm double row
-0
-12
-11
-Connector_IDC
-IDC-Header_2x05-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x05 2.54mm double row
-0
-12
-11
-Connector_IDC
-IDC-Header_2x05_P2.54mm_Horizontal
-Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x05 2.54mm double row
-0
-10
-10
-Connector_IDC
-IDC-Header_2x05_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x05 2.54mm double row
-0
-10
-10
-Connector_IDC
-IDC-Header_2x05_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x05 2.54mm double row
-0
-10
-10
-Connector_IDC
-IDC-Header_2x05_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x05 2.54mm double row
-0
-10
-10
-Connector_IDC
-IDC-Header_2x05_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x05 2.54mm double row
-0
-10
-10
-Connector_IDC
-IDC-Header_2x05_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x05 2.54mm double row
-0
-10
-10
-Connector_IDC
-IDC-Header_2x05_P2.54mm_Vertical
-Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x05 2.54mm double row
-0
-10
-10
-Connector_IDC
-IDC-Header_2x05_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x05 2.54mm double row
-0
-10
-10
-Connector_IDC
-IDC-Header_2x06-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x06 2.54mm double row
-0
-14
-13
-Connector_IDC
-IDC-Header_2x06-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x06 2.54mm double row
-0
-14
-13
-Connector_IDC
-IDC-Header_2x06-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x06 2.54mm double row
-0
-14
-13
-Connector_IDC
-IDC-Header_2x06-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x06 2.54mm double row
-0
-14
-13
-Connector_IDC
-IDC-Header_2x06-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x06 2.54mm double row
-0
-14
-13
-Connector_IDC
-IDC-Header_2x06_P2.54mm_Horizontal
-Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x06 2.54mm double row
-0
-12
-12
-Connector_IDC
-IDC-Header_2x06_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x06 2.54mm double row
-0
-12
-12
-Connector_IDC
-IDC-Header_2x06_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x06 2.54mm double row
-0
-12
-12
-Connector_IDC
-IDC-Header_2x06_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x06 2.54mm double row
-0
-12
-12
-Connector_IDC
-IDC-Header_2x06_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x06 2.54mm double row
-0
-12
-12
-Connector_IDC
-IDC-Header_2x06_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x06 2.54mm double row
-0
-12
-12
-Connector_IDC
-IDC-Header_2x06_P2.54mm_Vertical
-Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x06 2.54mm double row
-0
-12
-12
-Connector_IDC
-IDC-Header_2x06_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x06 2.54mm double row
-0
-12
-12
-Connector_IDC
-IDC-Header_2x07-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x07 2.54mm double row
-0
-16
-15
-Connector_IDC
-IDC-Header_2x07-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x07 2.54mm double row
-0
-16
-15
-Connector_IDC
-IDC-Header_2x07-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x07 2.54mm double row
-0
-16
-15
-Connector_IDC
-IDC-Header_2x07-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x07 2.54mm double row
-0
-16
-15
-Connector_IDC
-IDC-Header_2x07-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x07 2.54mm double row
-0
-16
-15
-Connector_IDC
-IDC-Header_2x07_P2.54mm_Horizontal
-Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x07 2.54mm double row
-0
-14
-14
-Connector_IDC
-IDC-Header_2x07_P2.54mm_Horizontal_Lock
-Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf)
-connector idc locked
-0
-16
-14
-Connector_IDC
-IDC-Header_2x07_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x07 2.54mm double row
-0
-14
-14
-Connector_IDC
-IDC-Header_2x07_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x07 2.54mm double row
-0
-14
-14
-Connector_IDC
-IDC-Header_2x07_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x07 2.54mm double row
-0
-14
-14
-Connector_IDC
-IDC-Header_2x07_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x07 2.54mm double row
-0
-14
-14
-Connector_IDC
-IDC-Header_2x07_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x07 2.54mm double row
-0
-14
-14
-Connector_IDC
-IDC-Header_2x07_P2.54mm_Vertical
-Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x07 2.54mm double row
-0
-14
-14
-Connector_IDC
-IDC-Header_2x07_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x07 2.54mm double row
-0
-14
-14
-Connector_IDC
-IDC-Header_2x08-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x08 2.54mm double row
-0
-18
-17
-Connector_IDC
-IDC-Header_2x08-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x08 2.54mm double row
-0
-18
-17
-Connector_IDC
-IDC-Header_2x08-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x08 2.54mm double row
-0
-18
-17
-Connector_IDC
-IDC-Header_2x08-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x08 2.54mm double row
-0
-18
-17
-Connector_IDC
-IDC-Header_2x08-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x08 2.54mm double row
-0
-18
-17
-Connector_IDC
-IDC-Header_2x08_P2.54mm_Horizontal
-Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x08 2.54mm double row
-0
-16
-16
-Connector_IDC
-IDC-Header_2x08_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x08 2.54mm double row
-0
-16
-16
-Connector_IDC
-IDC-Header_2x08_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x08 2.54mm double row
-0
-16
-16
-Connector_IDC
-IDC-Header_2x08_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x08 2.54mm double row
-0
-16
-16
-Connector_IDC
-IDC-Header_2x08_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x08 2.54mm double row
-0
-16
-16
-Connector_IDC
-IDC-Header_2x08_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x08 2.54mm double row
-0
-16
-16
-Connector_IDC
-IDC-Header_2x08_P2.54mm_Vertical
-Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x08 2.54mm double row
-0
-16
-16
-Connector_IDC
-IDC-Header_2x08_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x08 2.54mm double row
-0
-16
-16
-Connector_IDC
-IDC-Header_2x09_P2.54mm_Horizontal
-Through hole IDC box header, 2x09, 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 2x09 2.54mm double row
-0
-18
-18
-Connector_IDC
-IDC-Header_2x09_P2.54mm_Vertical
-Through hole IDC box header, 2x09, 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 2x09 2.54mm double row
-0
-18
-18
-Connector_IDC
-IDC-Header_2x09_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x09, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x09 2.54mm double row
-0
-18
-18
-Connector_IDC
-IDC-Header_2x10-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x10 2.54mm double row
-0
-22
-21
-Connector_IDC
-IDC-Header_2x10-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x10 2.54mm double row
-0
-22
-21
-Connector_IDC
-IDC-Header_2x10-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x10 2.54mm double row
-0
-22
-21
-Connector_IDC
-IDC-Header_2x10-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x10 2.54mm double row
-0
-22
-21
-Connector_IDC
-IDC-Header_2x10-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x10 2.54mm double row
-0
-22
-21
-Connector_IDC
-IDC-Header_2x10_P2.54mm_Horizontal
-Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x10 2.54mm double row
-0
-20
-20
-Connector_IDC
-IDC-Header_2x10_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x10 2.54mm double row
-0
-20
-20
-Connector_IDC
-IDC-Header_2x10_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x10 2.54mm double row
-0
-20
-20
-Connector_IDC
-IDC-Header_2x10_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x10 2.54mm double row
-0
-20
-20
-Connector_IDC
-IDC-Header_2x10_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x10 2.54mm double row
-0
-20
-20
-Connector_IDC
-IDC-Header_2x10_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x10 2.54mm double row
-0
-20
-20
-Connector_IDC
-IDC-Header_2x10_P2.54mm_Vertical
-Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x10 2.54mm double row
-0
-20
-20
-Connector_IDC
-IDC-Header_2x10_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x10 2.54mm double row
-0
-20
-20
-Connector_IDC
-IDC-Header_2x11_P2.54mm_Horizontal
-Through hole IDC box header, 2x11, 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 2x11 2.54mm double row
-0
-22
-22
-Connector_IDC
-IDC-Header_2x11_P2.54mm_Vertical
-Through hole IDC box header, 2x11, 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 2x11 2.54mm double row
-0
-22
-22
-Connector_IDC
-IDC-Header_2x11_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x11, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x11 2.54mm double row
-0
-22
-22
-Connector_IDC
-IDC-Header_2x12-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x12 2.54mm double row
-0
-26
-25
-Connector_IDC
-IDC-Header_2x12-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x12 2.54mm double row
-0
-26
-25
-Connector_IDC
-IDC-Header_2x12-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x12 2.54mm double row
-0
-26
-25
-Connector_IDC
-IDC-Header_2x12-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x12 2.54mm double row
-0
-26
-25
-Connector_IDC
-IDC-Header_2x12-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x12 2.54mm double row
-0
-26
-25
-Connector_IDC
-IDC-Header_2x12_P2.54mm_Horizontal
-Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x12 2.54mm double row
-0
-24
-24
-Connector_IDC
-IDC-Header_2x12_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x12 2.54mm double row
-0
-24
-24
-Connector_IDC
-IDC-Header_2x12_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x12 2.54mm double row
-0
-24
-24
-Connector_IDC
-IDC-Header_2x12_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x12 2.54mm double row
-0
-24
-24
-Connector_IDC
-IDC-Header_2x12_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x12 2.54mm double row
-0
-24
-24
-Connector_IDC
-IDC-Header_2x12_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x12 2.54mm double row
-0
-24
-24
-Connector_IDC
-IDC-Header_2x12_P2.54mm_Vertical
-Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x12 2.54mm double row
-0
-24
-24
-Connector_IDC
-IDC-Header_2x12_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x12 2.54mm double row
-0
-24
-24
-Connector_IDC
-IDC-Header_2x13-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x13 2.54mm double row
-0
-28
-27
-Connector_IDC
-IDC-Header_2x13-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x13 2.54mm double row
-0
-28
-27
-Connector_IDC
-IDC-Header_2x13-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x13 2.54mm double row
-0
-28
-27
-Connector_IDC
-IDC-Header_2x13-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x13 2.54mm double row
-0
-28
-27
-Connector_IDC
-IDC-Header_2x13-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x13 2.54mm double row
-0
-28
-27
-Connector_IDC
-IDC-Header_2x13_P2.54mm_Horizontal
-Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x13 2.54mm double row
-0
-26
-26
-Connector_IDC
-IDC-Header_2x13_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x13 2.54mm double row
-0
-26
-26
-Connector_IDC
-IDC-Header_2x13_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x13 2.54mm double row
-0
-26
-26
-Connector_IDC
-IDC-Header_2x13_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x13 2.54mm double row
-0
-26
-26
-Connector_IDC
-IDC-Header_2x13_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x13 2.54mm double row
-0
-26
-26
-Connector_IDC
-IDC-Header_2x13_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x13 2.54mm double row
-0
-26
-26
-Connector_IDC
-IDC-Header_2x13_P2.54mm_Vertical
-Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x13 2.54mm double row
-0
-26
-26
-Connector_IDC
-IDC-Header_2x13_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x13 2.54mm double row
-0
-26
-26
-Connector_IDC
-IDC-Header_2x15-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x15 2.54mm double row
-0
-32
-31
-Connector_IDC
-IDC-Header_2x15-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x15 2.54mm double row
-0
-32
-31
-Connector_IDC
-IDC-Header_2x15-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x15 2.54mm double row
-0
-32
-31
-Connector_IDC
-IDC-Header_2x15-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x15 2.54mm double row
-0
-32
-31
-Connector_IDC
-IDC-Header_2x15-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x15 2.54mm double row
-0
-32
-31
-Connector_IDC
-IDC-Header_2x15_P2.54mm_Horizontal
-Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x15 2.54mm double row
-0
-30
-30
-Connector_IDC
-IDC-Header_2x15_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x15 2.54mm double row
-0
-30
-30
-Connector_IDC
-IDC-Header_2x15_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x15 2.54mm double row
-0
-30
-30
-Connector_IDC
-IDC-Header_2x15_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x15 2.54mm double row
-0
-30
-30
-Connector_IDC
-IDC-Header_2x15_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x15 2.54mm double row
-0
-30
-30
-Connector_IDC
-IDC-Header_2x15_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x15 2.54mm double row
-0
-30
-30
-Connector_IDC
-IDC-Header_2x15_P2.54mm_Vertical
-Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x15 2.54mm double row
-0
-30
-30
-Connector_IDC
-IDC-Header_2x17-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x17 2.54mm double row
-0
-36
-35
-Connector_IDC
-IDC-Header_2x17-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x17 2.54mm double row
-0
-36
-35
-Connector_IDC
-IDC-Header_2x17-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x17 2.54mm double row
-0
-36
-35
-Connector_IDC
-IDC-Header_2x17-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x17 2.54mm double row
-0
-36
-35
-Connector_IDC
-IDC-Header_2x17-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x17 2.54mm double row
-0
-36
-35
-Connector_IDC
-IDC-Header_2x17_P2.54mm_Horizontal
-Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x17 2.54mm double row
-0
-34
-34
-Connector_IDC
-IDC-Header_2x17_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x17 2.54mm double row
-0
-34
-34
-Connector_IDC
-IDC-Header_2x17_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x17 2.54mm double row
-0
-34
-34
-Connector_IDC
-IDC-Header_2x17_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x17 2.54mm double row
-0
-34
-34
-Connector_IDC
-IDC-Header_2x17_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x17 2.54mm double row
-0
-34
-34
-Connector_IDC
-IDC-Header_2x17_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x17 2.54mm double row
-0
-34
-34
-Connector_IDC
-IDC-Header_2x17_P2.54mm_Vertical
-Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x17 2.54mm double row
-0
-34
-34
-Connector_IDC
-IDC-Header_2x20-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x20 2.54mm double row
-0
-42
-41
-Connector_IDC
-IDC-Header_2x20-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x20 2.54mm double row
-0
-42
-41
-Connector_IDC
-IDC-Header_2x20-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x20 2.54mm double row
-0
-42
-41
-Connector_IDC
-IDC-Header_2x20-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x20 2.54mm double row
-0
-42
-41
-Connector_IDC
-IDC-Header_2x20-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x20 2.54mm double row
-0
-42
-41
-Connector_IDC
-IDC-Header_2x20_P2.54mm_Horizontal
-Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x20 2.54mm double row
-0
-40
-40
-Connector_IDC
-IDC-Header_2x20_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x20 2.54mm double row
-0
-40
-40
-Connector_IDC
-IDC-Header_2x20_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x20 2.54mm double row
-0
-40
-40
-Connector_IDC
-IDC-Header_2x20_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x20 2.54mm double row
-0
-40
-40
-Connector_IDC
-IDC-Header_2x20_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x20 2.54mm double row
-0
-40
-40
-Connector_IDC
-IDC-Header_2x20_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x20 2.54mm double row
-0
-40
-40
-Connector_IDC
-IDC-Header_2x20_P2.54mm_Vertical
-Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x20 2.54mm double row
-0
-40
-40
-Connector_IDC
-IDC-Header_2x20_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x20 2.54mm double row
-0
-40
-40
-Connector_IDC
-IDC-Header_2x22_P2.54mm_Horizontal
-Through hole IDC box header, 2x22, 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 2x22 2.54mm double row
-0
-44
-44
-Connector_IDC
-IDC-Header_2x22_P2.54mm_Vertical
-Through hole IDC box header, 2x22, 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 2x22 2.54mm double row
-0
-44
-44
-Connector_IDC
-IDC-Header_2x22_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x22, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x22 2.54mm double row
-0
-44
-44
-Connector_IDC
-IDC-Header_2x25-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x25 2.54mm double row
-0
-52
-51
-Connector_IDC
-IDC-Header_2x25-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x25 2.54mm double row
-0
-52
-51
-Connector_IDC
-IDC-Header_2x25-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x25 2.54mm double row
-0
-52
-51
-Connector_IDC
-IDC-Header_2x25-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x25 2.54mm double row
-0
-52
-51
-Connector_IDC
-IDC-Header_2x25-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x25 2.54mm double row
-0
-52
-51
-Connector_IDC
-IDC-Header_2x25_P2.54mm_Horizontal
-Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x25 2.54mm double row
-0
-50
-50
-Connector_IDC
-IDC-Header_2x25_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x25 2.54mm double row
-0
-50
-50
-Connector_IDC
-IDC-Header_2x25_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x25 2.54mm double row
-0
-50
-50
-Connector_IDC
-IDC-Header_2x25_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x25 2.54mm double row
-0
-50
-50
-Connector_IDC
-IDC-Header_2x25_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x25 2.54mm double row
-0
-50
-50
-Connector_IDC
-IDC-Header_2x25_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x25 2.54mm double row
-0
-50
-50
-Connector_IDC
-IDC-Header_2x25_P2.54mm_Vertical
-Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x25 2.54mm double row
-0
-50
-50
-Connector_IDC
-IDC-Header_2x25_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x25 2.54mm double row
-0
-50
-50
-Connector_IDC
-IDC-Header_2x30-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x30 2.54mm double row
-0
-62
-61
-Connector_IDC
-IDC-Header_2x30-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x30 2.54mm double row
-0
-62
-61
-Connector_IDC
-IDC-Header_2x30-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x30 2.54mm double row
-0
-62
-61
-Connector_IDC
-IDC-Header_2x30-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x30 2.54mm double row
-0
-62
-61
-Connector_IDC
-IDC-Header_2x30-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x30 2.54mm double row
-0
-62
-61
-Connector_IDC
-IDC-Header_2x30_P2.54mm_Horizontal
-Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x30 2.54mm double row
-0
-60
-60
-Connector_IDC
-IDC-Header_2x30_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x30 2.54mm double row
-0
-60
-60
-Connector_IDC
-IDC-Header_2x30_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x30 2.54mm double row
-0
-60
-60
-Connector_IDC
-IDC-Header_2x30_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x30 2.54mm double row
-0
-60
-60
-Connector_IDC
-IDC-Header_2x30_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x30 2.54mm double row
-0
-60
-60
-Connector_IDC
-IDC-Header_2x30_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x30 2.54mm double row
-0
-60
-60
-Connector_IDC
-IDC-Header_2x30_P2.54mm_Vertical
-Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x30 2.54mm double row
-0
-60
-60
-Connector_IDC
-IDC-Header_2x30_P2.54mm_Vertical_SMD
-SMD IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf
-SMD vertical IDC box header 2x30 2.54mm double row
-0
-60
-60
-Connector_IDC
-IDC-Header_2x32-1MP_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x32 2.54mm double row
-0
-66
-65
-Connector_IDC
-IDC-Header_2x32-1MP_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x32 2.54mm double row
-0
-66
-65
-Connector_IDC
-IDC-Header_2x32-1MP_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x32 2.54mm double row
-0
-66
-65
-Connector_IDC
-IDC-Header_2x32-1MP_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x32 2.54mm double row
-0
-66
-65
-Connector_IDC
-IDC-Header_2x32-1MP_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x32 2.54mm double row
-0
-66
-65
-Connector_IDC
-IDC-Header_2x32_P2.54mm_Horizontal
-Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x32 2.54mm double row
-0
-64
-64
-Connector_IDC
-IDC-Header_2x32_P2.54mm_Latch6.5mm_Vertical
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x32 2.54mm double row
-0
-64
-64
-Connector_IDC
-IDC-Header_2x32_P2.54mm_Latch9.5mm_Vertical
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x32 2.54mm double row
-0
-64
-64
-Connector_IDC
-IDC-Header_2x32_P2.54mm_Latch12.0mm_Vertical
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x32 2.54mm double row
-0
-64
-64
-Connector_IDC
-IDC-Header_2x32_P2.54mm_Latch_Horizontal
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC header THT 2x32 2.54mm double row
-0
-64
-64
-Connector_IDC
-IDC-Header_2x32_P2.54mm_Latch_Vertical
-Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC header THT 2x32 2.54mm double row
-0
-64
-64
-Connector_IDC
-IDC-Header_2x32_P2.54mm_Vertical
-Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x32 2.54mm double row
-0
-64
-64
-Connector_JAE
-JAE_LY20-4P-DLT1_2x02_P2.00mm_Horizontal
-Molex LY 20 series connector, LY20-4P-DLT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator
-connector JAE horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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_JAE_WP7B
-JAE_WP7B-P034VA1-R8000_2x17-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-38
-35
-Connector_JAE_WP7B
-JAE_WP7B-P034VA1-R8000_Longpads_2x17-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-38
-35
-Connector_JAE_WP7B
-JAE_WP7B-P040VA1-R8000_2x20-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-44
-41
-Connector_JAE_WP7B
-JAE_WP7B-P040VA1-R8000_Longpads_2x20-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-44
-41
-Connector_JAE_WP7B
-JAE_WP7B-P050VA1-R8000_2x25-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-54
-51
-Connector_JAE_WP7B
-JAE_WP7B-P050VA1-R8000_Longpads_2x25-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-54
-51
-Connector_JAE_WP7B
-JAE_WP7B-P060VA1-R8000_2x30-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-64
-61
-Connector_JAE_WP7B
-JAE_WP7B-P060VA1-R8000_Longpads_2x30-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-64
-61
-Connector_JAE_WP7B
-JAE_WP7B-P070VA1-R8000_2x35-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-74
-71
-Connector_JAE_WP7B
-JAE_WP7B-P070VA1-R8000_Longpads_2x35-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Plug, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66869&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-74
-71
-Connector_JAE_WP7B
-JAE_WP7B-S034VA1-R8000_2x17-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-38
-35
-Connector_JAE_WP7B
-JAE_WP7B-S034VA1-R8000_Longpads_2x17-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-38
-35
-Connector_JAE_WP7B
-JAE_WP7B-S040VA1-R8000_2x20-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-44
-41
-Connector_JAE_WP7B
-JAE_WP7B-S040VA1-R8000_Longpads_2x20-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-44
-41
-Connector_JAE_WP7B
-JAE_WP7B-S050VA1-R8000_2x25-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-54
-51
-Connector_JAE_WP7B
-JAE_WP7B-S050VA1-R8000_Longpads_2x25-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-54
-51
-Connector_JAE_WP7B
-JAE_WP7B-S060VA1-R8000_2x30-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-64
-61
-Connector_JAE_WP7B
-JAE_WP7B-S060VA1-R8000_Longpads_2x30-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-64
-61
-Connector_JAE_WP7B
-JAE_WP7B-S070VA1-R8000_2x35-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-74
-71
-Connector_JAE_WP7B
-JAE_WP7B-S070VA1-R8000_Longpads_2x35-1MP_P0.4mm
-0.4mm Pitch, Stacking Type, Board-to-Board FPC connector, 0.7mm Mating Height, Reworkable, Receptacle, vertical (source: https://www.jae.com/direct/topics/topics_file_download/topics_id=66874&ext_no=06&index=0&_lang=en&v=)
-conn jae fpc board to board
-0
-74
-71
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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_SHD_BM20B-SRDS-A-G-TF_2x10-1MP_P1.0mm_Vertical
-JST SHD series connector, 1.0 mm Pitch, 20 Circuits, Header, Vertical, With a Boss (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD vertical
-0
-22
-21
-Connector_JST
-JST_SHD_BM20B-SRDS-G-TF_2x10-1MP_P1.0mm_Vertical
-JST SHD series connector, 1.0 mm Pitch, 20 Circuits, Header, Vertical (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD vertical
-0
-22
-21
-Connector_JST
-JST_SHD_BM30B-SRDS-A-G-TF_2x15-1MP_P1.0mm_Vertical
-JST SHD series connector, 1.0 mm Pitch, 30 Circuits, Header, Vertical, With a Boss (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD vertical
-0
-32
-31
-Connector_JST
-JST_SHD_BM30B-SRDS-G-TF_2x15-1MP_P1.0mm_Vertical
-JST SHD series connector, 1.0 mm Pitch, 30 Circuits, Header, Vertical (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD vertical
-0
-32
-31
-Connector_JST
-JST_SHD_BM40B-SRDS-A-G-TF_2x20-1MP_P1.0mm_Vertical
-JST SHD series connector, 1.0 mm Pitch, 40 Circuits, Header, Vertical, With a Boss (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD vertical
-0
-42
-41
-Connector_JST
-JST_SHD_BM40B-SRDS-G-TF_2x20-1MP_P1.0mm_Vertical
-JST SHD series connector, 1.0 mm Pitch, 40 Circuits, Header, Vertical (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD vertical
-0
-42
-41
-Connector_JST
-JST_SHD_BM50B-SRDS-A-G-TF_2x25-1MP_P1.0mm_Vertical
-JST SHD series connector, 1.0 mm Pitch, 50 Circuits, Header, Vertical, With a Boss (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD vertical
-0
-52
-51
-Connector_JST
-JST_SHD_BM50B-SRDS-G-TF_2x25-1MP_P1.0mm_Vertical
-JST SHD series connector, 1.0 mm Pitch, 50 Circuits, Header, Vertical (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD vertical
-0
-52
-51
-Connector_JST
-JST_SHD_SM20B-SRDS-G-TF_2x10-1MP_P1.0mm_Horizontal
-JST SHD series connector, 1.0 mm Pitch, 20 Circuits, Header, Horizontal (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD horizontal
-0
-22
-21
-Connector_JST
-JST_SHD_SM30B-SRDS-G-TF_2x15-1MP_P1.0mm_Horizontal
-JST SHD series connector, 1.0 mm Pitch, 30 Circuits, Header, Horizontal (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD horizontal
-0
-32
-31
-Connector_JST
-JST_SHD_SM40B-SRDS-G-TF_2x20-1MP_P1.0mm_Horizontal
-JST SHD series connector, 1.0 mm Pitch, 40 Circuits, Header, Horizontal (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD horizontal
-0
-42
-41
-Connector_JST
-JST_SHD_SM50B-SRDS-G-TF_2x25-1MP_P1.0mm_Horizontal
-JST SHD series connector, 1.0 mm Pitch, 50 Circuits, Header, Horizontal (source: https://www.jst.com/wp-content/uploads/2021/01/eSHD-new.pdf)
-connector JST SHD horizontal
-0
-52
-51
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-0
-7
-6
-Connector_JST
-JST_XA_B02B-XASK-1-A_1x02_P2.50mm_Vertical
-JST XA series connector, B02B-XASK-1-A (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 (https://www.jst.com/wp-content/uploads/2021/01/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 vertical 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 vertical
-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 vertical
-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 vertical 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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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_S3B-XH-SM4-TB_1x03-1MP_P2.50mm_Horizontal
-JST XH series connector, S3B-XH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator
-connector JST XH horizontal
-0
-5
-4
-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_S4B-XH-SM4-TB_1x04-1MP_P2.50mm_Horizontal
-JST XH series connector, S4B-XH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator
-connector JST XH horizontal
-0
-6
-5
-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_S6B-XH-SM4-TB_1x06-1MP_P2.50mm_Horizontal
-JST XH series connector, S6B-XH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator
-connector JST XH horizontal
-0
-8
-7
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical 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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 vertical 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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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_JST
-JST_ZH_B2B-ZR-SM4-TF_1x02-1MP_P1.50mm_Vertical
-JST ZH series connector, B2B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-4
-3
-Connector_JST
-JST_ZH_B2B-ZR_1x02_P1.50mm_Vertical
-JST ZH series connector, B2B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-2
-2
-Connector_JST
-JST_ZH_B3B-ZR-SM4-TF_1x03-1MP_P1.50mm_Vertical
-JST ZH series connector, B3B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-5
-4
-Connector_JST
-JST_ZH_B3B-ZR_1x03_P1.50mm_Vertical
-JST ZH series connector, B3B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-3
-3
-Connector_JST
-JST_ZH_B4B-ZR-SM4-TF_1x04-1MP_P1.50mm_Vertical
-JST ZH series connector, B4B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-6
-5
-Connector_JST
-JST_ZH_B4B-ZR_1x04_P1.50mm_Vertical
-JST ZH series connector, B4B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-4
-4
-Connector_JST
-JST_ZH_B5B-ZR-SM4-TF_1x05-1MP_P1.50mm_Vertical
-JST ZH series connector, B5B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-7
-6
-Connector_JST
-JST_ZH_B5B-ZR_1x05_P1.50mm_Vertical
-JST ZH series connector, B5B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-5
-5
-Connector_JST
-JST_ZH_B6B-ZR-SM4-TF_1x06-1MP_P1.50mm_Vertical
-JST ZH series connector, B6B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-8
-7
-Connector_JST
-JST_ZH_B6B-ZR_1x06_P1.50mm_Vertical
-JST ZH series connector, B6B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-6
-6
-Connector_JST
-JST_ZH_B7B-ZR-SM4-TF_1x07-1MP_P1.50mm_Vertical
-JST ZH series connector, B7B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-9
-8
-Connector_JST
-JST_ZH_B7B-ZR_1x07_P1.50mm_Vertical
-JST ZH series connector, B7B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-7
-7
-Connector_JST
-JST_ZH_B8B-ZR-SM4-TF_1x08-1MP_P1.50mm_Vertical
-JST ZH series connector, B8B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-10
-9
-Connector_JST
-JST_ZH_B8B-ZR_1x08_P1.50mm_Vertical
-JST ZH series connector, B8B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-8
-8
-Connector_JST
-JST_ZH_B9B-ZR-SM4-TF_1x09-1MP_P1.50mm_Vertical
-JST ZH series connector, B9B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-11
-10
-Connector_JST
-JST_ZH_B9B-ZR_1x09_P1.50mm_Vertical
-JST ZH series connector, B9B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-9
-9
-Connector_JST
-JST_ZH_B10B-ZR-SM4-TF_1x10-1MP_P1.50mm_Vertical
-JST ZH series connector, B10B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-12
-11
-Connector_JST
-JST_ZH_B10B-ZR_1x10_P1.50mm_Vertical
-JST ZH series connector, B10B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-10
-10
-Connector_JST
-JST_ZH_B11B-ZR-SM4-TF_1x11-1MP_P1.50mm_Vertical
-JST ZH series connector, B11B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-13
-12
-Connector_JST
-JST_ZH_B11B-ZR_1x11_P1.50mm_Vertical
-JST ZH series connector, B11B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-11
-11
-Connector_JST
-JST_ZH_B12B-ZR-SM4-TF_1x12-1MP_P1.50mm_Vertical
-JST ZH series connector, B12B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-14
-13
-Connector_JST
-JST_ZH_B12B-ZR_1x12_P1.50mm_Vertical
-JST ZH series connector, B12B-ZR (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-12
-12
-Connector_JST
-JST_ZH_B13B-ZR-SM4-TF_1x13-1MP_P1.50mm_Vertical
-JST ZH series connector, B13B-ZR-SM4-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH vertical
-0
-15
-14
-Connector_JST
-JST_ZH_S2B-ZR-SM4A-TF_1x02-1MP_P1.50mm_Horizontal
-JST ZH series connector, S2B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-4
-3
-Connector_JST
-JST_ZH_S3B-ZR-SM4A-TF_1x03-1MP_P1.50mm_Horizontal
-JST ZH series connector, S3B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-5
-4
-Connector_JST
-JST_ZH_S4B-ZR-SM4A-TF_1x04-1MP_P1.50mm_Horizontal
-JST ZH series connector, S4B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-6
-5
-Connector_JST
-JST_ZH_S5B-ZR-SM4A-TF_1x05-1MP_P1.50mm_Horizontal
-JST ZH series connector, S5B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-7
-6
-Connector_JST
-JST_ZH_S6B-ZR-SM4A-TF_1x06-1MP_P1.50mm_Horizontal
-JST ZH series connector, S6B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-8
-7
-Connector_JST
-JST_ZH_S7B-ZR-SM4A-TF_1x07-1MP_P1.50mm_Horizontal
-JST ZH series connector, S7B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-9
-8
-Connector_JST
-JST_ZH_S8B-ZR-SM4A-TF_1x08-1MP_P1.50mm_Horizontal
-JST ZH series connector, S8B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-10
-9
-Connector_JST
-JST_ZH_S9B-ZR-SM4A-TF_1x09-1MP_P1.50mm_Horizontal
-JST ZH series connector, S9B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-11
-10
-Connector_JST
-JST_ZH_S10B-ZR-SM4A-TF_1x10-1MP_P1.50mm_Horizontal
-JST ZH series connector, S10B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-12
-11
-Connector_JST
-JST_ZH_S11B-ZR-SM4A-TF_1x11-1MP_P1.50mm_Horizontal
-JST ZH series connector, S11B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-13
-12
-Connector_JST
-JST_ZH_S12B-ZR-SM4A-TF_1x12-1MP_P1.50mm_Horizontal
-JST ZH series connector, S12B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-14
-13
-Connector_JST
-JST_ZH_S13B-ZR-SM4A-TF_1x13-1MP_P1.50mm_Horizontal
-JST ZH series connector, S13B-ZR-SM4A-TF (http://www.jst-mfg.com/product/pdf/eng/eZH.pdf), generated with kicad-footprint-generator
-connector JST ZH horizontal
-0
-15
-14
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-0
-17
-16
-Connector_Molex
-Molex_DuraClik_502352-0200_1x02-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-0200 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-4
-3
-Connector_Molex
-Molex_DuraClik_502352-0300_1x03-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-0300 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-5
-4
-Connector_Molex
-Molex_DuraClik_502352-0400_1x04-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-0400 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-6
-5
-Connector_Molex
-Molex_DuraClik_502352-0500_1x05-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-0500 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-7
-6
-Connector_Molex
-Molex_DuraClik_502352-0600_1x06-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-0600 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-8
-7
-Connector_Molex
-Molex_DuraClik_502352-0700_1x07-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-0700 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-9
-8
-Connector_Molex
-Molex_DuraClik_502352-0800_1x08-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-0800 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-10
-9
-Connector_Molex
-Molex_DuraClik_502352-0900_1x09-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-0900 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-11
-10
-Connector_Molex
-Molex_DuraClik_502352-1000_1x10-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-1000 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-12
-11
-Connector_Molex
-Molex_DuraClik_502352-1100_1x11-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-1100 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-13
-12
-Connector_Molex
-Molex_DuraClik_502352-1200_1x12-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-1200 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-14
-13
-Connector_Molex
-Molex_DuraClik_502352-1300_1x13-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-1300 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-15
-14
-Connector_Molex
-Molex_DuraClik_502352-1400_1x14-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-1400 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-0
-16
-15
-Connector_Molex
-Molex_DuraClik_502352-1500_1x15-1MP_P2.00mm_Horizontal
-Molex DuraClik series connector, 502352-1500 (http://www.molex.com/pdm_docs/sd/5023520200_sd.pdf), generated with kicad-footprint-generator
-connector Molex DuraClik horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-0214), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-0414), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-0614), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-0814), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-1014), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-1214), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-1414), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-1614), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-1814), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-2014), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-2214), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-2414), 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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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-0212_1x02-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0212 (compatible alternatives: 43650-0213, 43650-0214), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-0312_1x03-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0312 (compatible alternatives: 43650-0313, 43650-0314), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-0412_1x04-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0412 (compatible alternatives: 43650-0413, 43650-0414), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-0512_1x05-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0512 (compatible alternatives: 43650-0513, 43650-0514), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-0612_1x06-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0612 (compatible alternatives: 43650-0613, 43650-0614), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-0712_1x07-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0712 (compatible alternatives: 43650-0713, 43650-0714), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-0812_1x08-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0812 (compatible alternatives: 43650-0813, 43650-0814), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-0912_1x09-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0912 (compatible alternatives: 43650-0913, 43650-0914), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-1012_1x10-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-1012 (compatible alternatives: 43650-1013, 43650-1014), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-1112_1x11-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-1112 (compatible alternatives: 43650-1113, 43650-1114), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 horizontal
-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-1212_1x12-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-1212 (compatible alternatives: 43650-1213, 43650-1214), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500212_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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 verticalplastic_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 vertical
-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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 horizontalscrew_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 horizontalplastic_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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-0
-4
-3
-Connector_Molex
-Molex_Pico-Lock_205338-0002_1x02-1MP_P2.00mm_Horizontal
-Molex Pico-Lock series connector, 205338-0002 (https://www.molex.com/pdm_docs/sd/2053380002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-4
-3
-Connector_Molex
-Molex_Pico-Lock_205338-0004_1x04-1MP_P2.00mm_Horizontal
-Molex Pico-Lock series connector, 205338-0004 (https://www.molex.com/pdm_docs/sd/2053380002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-6
-5
-Connector_Molex
-Molex_Pico-Lock_205338-0006_1x06-1MP_P2.00mm_Horizontal
-Molex Pico-Lock series connector, 205338-0006 (https://www.molex.com/pdm_docs/sd/2053380002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-8
-7
-Connector_Molex
-Molex_Pico-Lock_205338-0008_1x08-1MP_P2.00mm_Horizontal
-Molex Pico-Lock series connector, 205338-0008 (https://www.molex.com/pdm_docs/sd/2053380002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-10
-9
-Connector_Molex
-Molex_Pico-Lock_205338-0010_1x10-1MP_P2.00mm_Horizontal
-Molex Pico-Lock series connector, 205338-0010 (https://www.molex.com/pdm_docs/sd/2053380002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-12
-11
-Connector_Molex
-Molex_Pico-Lock_504050-0291_1x02-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-0291 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-4
-3
-Connector_Molex
-Molex_Pico-Lock_504050-0391_1x03-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-0391 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-5
-4
-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-0991_1x09-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-0991 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-11
-10
-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-1191_1x11-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-1191 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-13
-12
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-0
-80
-80
-Connector_Molex_Milligrid
-Molex_8783204xx_2x02_P2.0mm_Header_Vertical
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878320406_sd.pdf?inline)
-conn molex pin header
-0
-4
-4
-Connector_Molex_Milligrid
-Molex_8783206xx_2x03_P2.0mm_Header_Vertical
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878320606_sd.pdf?inline)
-conn molex pin header
-0
-6
-6
-Connector_Molex_Milligrid
-Molex_8783206xx_2x03_P2.0mm_Header_Vertical_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878320606_sd.pdf?inline)
-conn molex pin header
-0
-6
-6
-Connector_Molex_Milligrid
-Molex_8783206xx_2x03_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878320606_sd.pdf?inline)
-conn molex pin header
-0
-6
-6
-Connector_Molex_Milligrid
-Molex_8783206xx_2x03_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878320606_sd.pdf?inline)
-conn molex pin header
-0
-6
-6
-Connector_Molex_Milligrid
-Molex_8783208xx_2x04_P2.0mm_Header_Vertical
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878320806_sd.pdf?inline)
-conn molex pin header
-0
-8
-8
-Connector_Molex_Milligrid
-Molex_8783208xx_2x04_P2.0mm_Header_Vertical_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878320806_sd.pdf?inline)
-conn molex pin header
-0
-8
-8
-Connector_Molex_Milligrid
-Molex_8783208xx_2x04_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878320806_sd.pdf?inline)
-conn molex pin header
-0
-8
-8
-Connector_Molex_Milligrid
-Molex_8783208xx_2x04_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878320806_sd.pdf?inline)
-conn molex pin header
-0
-8
-8
-Connector_Molex_Milligrid
-Molex_8783210xx_2x05_P2.0mm_Header_Vertical
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321006_sd.pdf?inline)
-conn molex pin header
-0
-10
-10
-Connector_Molex_Milligrid
-Molex_8783210xx_2x05_P2.0mm_Header_Vertical_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321006_sd.pdf?inline)
-conn molex pin header
-0
-10
-10
-Connector_Molex_Milligrid
-Molex_8783210xx_2x05_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321006_sd.pdf?inline)
-conn molex pin header
-0
-10
-10
-Connector_Molex_Milligrid
-Molex_8783210xx_2x05_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321006_sd.pdf?inline)
-conn molex pin header
-0
-10
-10
-Connector_Molex_Milligrid
-Molex_8783212xx_2x06_P2.0mm_Header_Vertical
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321206_sd.pdf?inline)
-conn molex pin header
-0
-12
-12
-Connector_Molex_Milligrid
-Molex_8783212xx_2x06_P2.0mm_Header_Vertical_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321206_sd.pdf?inline)
-conn molex pin header
-0
-12
-12
-Connector_Molex_Milligrid
-Molex_8783212xx_2x06_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321206_sd.pdf?inline)
-conn molex pin header
-0
-12
-12
-Connector_Molex_Milligrid
-Molex_8783212xx_2x06_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321206_sd.pdf?inline)
-conn molex pin header
-0
-12
-12
-Connector_Molex_Milligrid
-Molex_8783214xx_2x07_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321406_sd.pdf?inline)
-conn molex pin header
-0
-14
-14
-Connector_Molex_Milligrid
-Molex_8783214xx_2x07_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321406_sd.pdf?inline)
-conn molex pin header
-0
-14
-14
-Connector_Molex_Milligrid
-Molex_8783216xx_2x08_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321606_sd.pdf?inline)
-conn molex pin header
-0
-16
-16
-Connector_Molex_Milligrid
-Molex_8783216xx_2x08_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321606_sd.pdf?inline)
-conn molex pin header
-0
-16
-16
-Connector_Molex_Milligrid
-Molex_8783218xx_2x09_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321806_sd.pdf?inline)
-conn molex pin header
-0
-18
-18
-Connector_Molex_Milligrid
-Molex_8783218xx_2x09_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878321806_sd.pdf?inline)
-conn molex pin header
-0
-18
-18
-Connector_Molex_Milligrid
-Molex_8783220xx_2x10_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322006_sd.pdf?inline)
-conn molex pin header
-0
-20
-20
-Connector_Molex_Milligrid
-Molex_8783220xx_2x10_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322006_sd.pdf?inline)
-conn molex pin header
-0
-20
-20
-Connector_Molex_Milligrid
-Molex_8783222xx_2x11_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322206_sd.pdf?inline)
-conn molex pin header
-0
-22
-22
-Connector_Molex_Milligrid
-Molex_8783222xx_2x11_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322206_sd.pdf?inline)
-conn molex pin header
-0
-22
-22
-Connector_Molex_Milligrid
-Molex_8783224xx_2x12_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322406_sd.pdf?inline)
-conn molex pin header
-0
-24
-24
-Connector_Molex_Milligrid
-Molex_8783224xx_2x12_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322406_sd.pdf?inline)
-conn molex pin header
-0
-24
-24
-Connector_Molex_Milligrid
-Molex_8783226xx_2x13_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322606_sd.pdf?inline)
-conn molex pin header
-0
-26
-26
-Connector_Molex_Milligrid
-Molex_8783226xx_2x13_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322606_sd.pdf?inline)
-conn molex pin header
-0
-26
-26
-Connector_Molex_Milligrid
-Molex_8783228xx_2x14_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322806_sd.pdf?inline)
-conn molex pin header
-0
-28
-28
-Connector_Molex_Milligrid
-Molex_8783228xx_2x14_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878322806_sd.pdf?inline)
-conn molex pin header
-0
-28
-28
-Connector_Molex_Milligrid
-Molex_8783230xx_2x15_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323006_sd.pdf?inline)
-conn molex pin header
-0
-30
-30
-Connector_Molex_Milligrid
-Molex_8783230xx_2x15_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323006_sd.pdf?inline)
-conn molex pin header
-0
-30
-30
-Connector_Molex_Milligrid
-Molex_8783232xx_2x16_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323206_sd.pdf?inline)
-conn molex pin header
-0
-32
-32
-Connector_Molex_Milligrid
-Molex_8783232xx_2x16_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323206_sd.pdf?inline)
-conn molex pin header
-0
-32
-32
-Connector_Molex_Milligrid
-Molex_8783234xx_2x17_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323406_sd.pdf?inline)
-conn molex pin header
-0
-34
-34
-Connector_Molex_Milligrid
-Molex_8783234xx_2x17_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323406_sd.pdf?inline)
-conn molex pin header
-0
-34
-34
-Connector_Molex_Milligrid
-Molex_8783236xx_2x18_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323606_sd.pdf?inline)
-conn molex pin header
-0
-36
-36
-Connector_Molex_Milligrid
-Molex_8783236xx_2x18_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323606_sd.pdf?inline)
-conn molex pin header
-0
-36
-36
-Connector_Molex_Milligrid
-Molex_8783238xx_2x19_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323806_sd.pdf?inline)
-conn molex pin header
-0
-38
-38
-Connector_Molex_Milligrid
-Molex_8783238xx_2x19_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878323806_sd.pdf?inline)
-conn molex pin header
-0
-38
-38
-Connector_Molex_Milligrid
-Molex_8783240xx_2x20_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324006_sd.pdf?inline)
-conn molex pin header
-0
-40
-40
-Connector_Molex_Milligrid
-Molex_8783240xx_2x20_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324006_sd.pdf?inline)
-conn molex pin header
-0
-40
-40
-Connector_Molex_Milligrid
-Molex_8783242xx_2x21_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324206_sd.pdf?inline)
-conn molex pin header
-0
-42
-42
-Connector_Molex_Milligrid
-Molex_8783242xx_2x21_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324206_sd.pdf?inline)
-conn molex pin header
-0
-42
-42
-Connector_Molex_Milligrid
-Molex_8783244xx_2x22_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324406_sd.pdf?inline)
-conn molex pin header
-0
-44
-44
-Connector_Molex_Milligrid
-Molex_8783244xx_2x22_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324406_sd.pdf?inline)
-conn molex pin header
-0
-44
-44
-Connector_Molex_Milligrid
-Molex_8783246xx_2x23_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324606_sd.pdf?inline)
-conn molex pin header
-0
-46
-46
-Connector_Molex_Milligrid
-Molex_8783246xx_2x23_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324606_sd.pdf?inline)
-conn molex pin header
-0
-46
-46
-Connector_Molex_Milligrid
-Molex_8783248xx_2x24_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324806_sd.pdf?inline)
-conn molex pin header
-0
-48
-48
-Connector_Molex_Milligrid
-Molex_8783248xx_2x24_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878324806_sd.pdf?inline)
-conn molex pin header
-0
-48
-48
-Connector_Molex_Milligrid
-Molex_8783250xx_2x25_P2.0mm_Header_Vertical_Polarized
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878325006_sd.pdf?inline)
-conn molex pin header
-0
-50
-50
-Connector_Molex_Milligrid
-Molex_8783250xx_2x25_P2.0mm_Header_Vertical_Polarized_MountingPegs
-Milli-Grid PCB Header, Dual Row, Vertical, Surface Mount, Shrouded, 2.00 mm Pitch, Center Polarization, Mounting Pegs (source: https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/878/87832/878325006_sd.pdf?inline)
-conn molex pin header
-0
-50
-50
-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
-JAE_MM60-EZH039-Bx_BUS_PCI_Express_Holder
-PCI Express mini card latch for 3.9mm connector height, https://www.jae.com/direct/topics/topics_file_download/?topics_id=68909&ext_no=06&index=0&_lang=en&v=2022071912512930114109
-MiniPCI
-0
-6
-1
-Connector_PCBEdge
-JAE_MM60-EZH059-Bx_BUS_PCI_Express_Holder
-PCI Express mini card latch for 5.9mm connector height, https://www.jae.com/direct/topics/topics_file_download/topics_id=68910&ext_no=06&index=0&_lang=en&v=
-MiniPCI
-0
-6
-1
-Connector_PCBEdge
-SODIMM-200_1.8V_Card_edge
-SODIMM 200-pins edge connector, Jedec MO-224 Variation AB compliant (1.8V DDR2 SDRAM), 0.6mm pitch, https://www.jst-mfg.com/product/pdf/eng/eDM-200P.pdf
-sodimm
-0
-200
-200
-Connector_PCBEdge
-SODIMM-200_2.5V_Card_edge
-SODIMM 200-pins edge connector, Jedec MO-224 Variation AA compliant (2.5V DDR SDRAM), 0.6mm pitch, https://www.jst-mfg.com/product/pdf/eng/eDM-200P.pdf
-sodimm
-0
-200
-200
-Connector_PCBEdge
-SODIMM-260_DDR4_H4.0-5.2_OrientationStd_Socket
-DDR4 SODIMM Socket, 0.5 mm pitch, 260 positions, 4 mm or 5 mm height, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2309407%7F3%7Fpdf%7FEnglish%7FENG_CD_2309407_3.pdf%7F2309407-1
-SODIMM DIMM DDR DDR4 RAM
-0
-262
-261
-Connector_PCBEdge
-Samtec_MECF-05-0_-L-DV_2x05_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-8
-8
-Connector_PCBEdge
-Samtec_MECF-05-0_-NP-L-DV_2x05_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-10
-10
-Connector_PCBEdge
-Samtec_MECF-05-01-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-10
-8
-Connector_PCBEdge
-Samtec_MECF-05-01-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-8
-8
-Connector_PCBEdge
-Samtec_MECF-05-01-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-12
-10
-Connector_PCBEdge
-Samtec_MECF-05-01-NP-L-DV_2x05_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-10
-10
-Connector_PCBEdge
-Samtec_MECF-05-02-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-10
-8
-Connector_PCBEdge
-Samtec_MECF-05-02-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-8
-8
-Connector_PCBEdge
-Samtec_MECF-05-02-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-12
-10
-Connector_PCBEdge
-Samtec_MECF-05-02-NP-L-DV_2x05_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-10
-10
-Connector_PCBEdge
-Samtec_MECF-08-0_-L-DV_2x08_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-14
-14
-Connector_PCBEdge
-Samtec_MECF-08-0_-NP-L-DV_2x08_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-16
-16
-Connector_PCBEdge
-Samtec_MECF-08-01-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-16
-14
-Connector_PCBEdge
-Samtec_MECF-08-01-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-14
-14
-Connector_PCBEdge
-Samtec_MECF-08-01-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-18
-16
-Connector_PCBEdge
-Samtec_MECF-08-01-NP-L-DV_2x08_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-16
-16
-Connector_PCBEdge
-Samtec_MECF-08-02-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-16
-14
-Connector_PCBEdge
-Samtec_MECF-08-02-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-14
-14
-Connector_PCBEdge
-Samtec_MECF-08-02-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-18
-16
-Connector_PCBEdge
-Samtec_MECF-08-02-NP-L-DV_2x08_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-16
-16
-Connector_PCBEdge
-Samtec_MECF-20-0_-L-DV_2x20_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-38
-38
-Connector_PCBEdge
-Samtec_MECF-20-0_-NP-L-DV_2x20_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-40
-40
-Connector_PCBEdge
-Samtec_MECF-20-01-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-40
-38
-Connector_PCBEdge
-Samtec_MECF-20-01-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-38
-38
-Connector_PCBEdge
-Samtec_MECF-20-01-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-42
-40
-Connector_PCBEdge
-Samtec_MECF-20-01-NP-L-DV_2x20_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-40
-40
-Connector_PCBEdge
-Samtec_MECF-20-02-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-40
-38
-Connector_PCBEdge
-Samtec_MECF-20-02-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-38
-38
-Connector_PCBEdge
-Samtec_MECF-20-02-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-42
-40
-Connector_PCBEdge
-Samtec_MECF-20-02-NP-L-DV_2x20_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-40
-40
-Connector_PCBEdge
-Samtec_MECF-30-0_-L-DV_2x30_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-58
-58
-Connector_PCBEdge
-Samtec_MECF-30-0_-NP-L-DV_2x30_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-60
-60
-Connector_PCBEdge
-Samtec_MECF-30-01-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-60
-58
-Connector_PCBEdge
-Samtec_MECF-30-01-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-58
-58
-Connector_PCBEdge
-Samtec_MECF-30-01-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-62
-60
-Connector_PCBEdge
-Samtec_MECF-30-01-NP-L-DV_2x30_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-60
-60
-Connector_PCBEdge
-Samtec_MECF-30-02-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-60
-58
-Connector_PCBEdge
-Samtec_MECF-30-02-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-58
-58
-Connector_PCBEdge
-Samtec_MECF-30-02-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-62
-60
-Connector_PCBEdge
-Samtec_MECF-30-02-NP-L-DV_2x30_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-60
-60
-Connector_PCBEdge
-Samtec_MECF-40-0_-L-DV_2x40_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-78
-78
-Connector_PCBEdge
-Samtec_MECF-40-0_-NP-L-DV_2x40_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-80
-80
-Connector_PCBEdge
-Samtec_MECF-40-01-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-80
-78
-Connector_PCBEdge
-Samtec_MECF-40-01-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-78
-78
-Connector_PCBEdge
-Samtec_MECF-40-01-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-82
-80
-Connector_PCBEdge
-Samtec_MECF-40-01-NP-L-DV_2x40_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-80
-80
-Connector_PCBEdge
-Samtec_MECF-40-02-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-80
-78
-Connector_PCBEdge
-Samtec_MECF-40-02-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-78
-78
-Connector_PCBEdge
-Samtec_MECF-40-02-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-82
-80
-Connector_PCBEdge
-Samtec_MECF-40-02-NP-L-DV_2x40_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-80
-80
-Connector_PCBEdge
-Samtec_MECF-50-0_-L-DV_2x50_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-98
-98
-Connector_PCBEdge
-Samtec_MECF-50-0_-NP-L-DV_2x50_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-100
-100
-Connector_PCBEdge
-Samtec_MECF-50-01-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-100
-98
-Connector_PCBEdge
-Samtec_MECF-50-01-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-98
-98
-Connector_PCBEdge
-Samtec_MECF-50-01-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-102
-100
-Connector_PCBEdge
-Samtec_MECF-50-01-NP-L-DV_2x50_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-100
-100
-Connector_PCBEdge
-Samtec_MECF-50-02-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-100
-98
-Connector_PCBEdge
-Samtec_MECF-50-02-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-98
-98
-Connector_PCBEdge
-Samtec_MECF-50-02-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-102
-100
-Connector_PCBEdge
-Samtec_MECF-50-02-NP-L-DV_2x50_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-100
-100
-Connector_PCBEdge
-Samtec_MECF-60-0_-L-DV_2x60_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-116
-116
-Connector_PCBEdge
-Samtec_MECF-60-0_-NP-L-DV_2x60_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-120
-120
-Connector_PCBEdge
-Samtec_MECF-60-01-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-118
-116
-Connector_PCBEdge
-Samtec_MECF-60-01-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-116
-116
-Connector_PCBEdge
-Samtec_MECF-60-01-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-122
-120
-Connector_PCBEdge
-Samtec_MECF-60-01-NP-L-DV_2x60_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-120
-120
-Connector_PCBEdge
-Samtec_MECF-60-02-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-118
-116
-Connector_PCBEdge
-Samtec_MECF-60-02-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-116
-116
-Connector_PCBEdge
-Samtec_MECF-60-02-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-122
-120
-Connector_PCBEdge
-Samtec_MECF-60-02-NP-L-DV_2x60_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-120
-120
-Connector_PCBEdge
-Samtec_MECF-70-0_-L-DV_2x70_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-136
-136
-Connector_PCBEdge
-Samtec_MECF-70-0_-NP-L-DV_2x70_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-140
-140
-Connector_PCBEdge
-Samtec_MECF-70-01-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-138
-136
-Connector_PCBEdge
-Samtec_MECF-70-01-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-136
-136
-Connector_PCBEdge
-Samtec_MECF-70-01-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-142
-140
-Connector_PCBEdge
-Samtec_MECF-70-01-NP-L-DV_2x70_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-140
-140
-Connector_PCBEdge
-Samtec_MECF-70-02-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-138
-136
-Connector_PCBEdge
-Samtec_MECF-70-02-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-136
-136
-Connector_PCBEdge
-Samtec_MECF-70-02-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-142
-140
-Connector_PCBEdge
-Samtec_MECF-70-02-NP-L-DV_2x70_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-140
-140
-Connector_PCBEdge
-molex_EDGELOCK_2-CKT
-https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf
-Connector PCBEdge molex EDGELOCK
-0
-2
-2
-Connector_PCBEdge
-molex_EDGELOCK_4-CKT
-https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf
-Connector PCBEdge molex EDGELOCK
-0
-4
-4
-Connector_PCBEdge
-molex_EDGELOCK_6-CKT
-https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf
-Connector PCBEdge molex EDGELOCK
-0
-6
-6
-Connector_PCBEdge
-molex_EDGELOCK_8-CKT
-https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf
-Connector PCBEdge molex EDGELOCK
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_2-G-7,62_1x02_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Angled || order number: 1766233 12A 630V
-phoenix_contact connector GMSTBA_01x02_G_7.62mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_2-G_1x02_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Angled || order number: 1766343 12A 630V
-phoenix_contact connector GMSTBA_01x02_G_7.50mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_3-G-7,62_1x03_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Angled || order number: 1766246 12A 630V
-phoenix_contact connector GMSTBA_01x03_G_7.62mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_3-G_1x03_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Angled || order number: 1766356 12A 630V
-phoenix_contact connector GMSTBA_01x03_G_7.50mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_4-G-7,62_1x04_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Angled || order number: 1766259 12A 630V
-phoenix_contact connector GMSTBA_01x04_G_7.62mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_4-G_1x04_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Angled || order number: 1766369 12A 630V
-phoenix_contact connector GMSTBA_01x04_G_7.50mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_5-G-7,62_1x05_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Angled || order number: 1766262 12A 630V
-phoenix_contact connector GMSTBA_01x05_G_7.62mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_5-G_1x05_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Angled || order number: 1766372 12A 630V
-phoenix_contact connector GMSTBA_01x05_G_7.50mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_6-G-7,62_1x06_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Angled || order number: 1766275 12A 630V
-phoenix_contact connector GMSTBA_01x06_G_7.62mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_6-G_1x06_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Angled || order number: 1766385 12A 630V
-phoenix_contact connector GMSTBA_01x06_G_7.50mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_7-G-7,62_1x07_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Angled || order number: 1766288 12A 630V
-phoenix_contact connector GMSTBA_01x07_G_7.62mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_7-G_1x07_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Angled || order number: 1766398 12A 630V
-phoenix_contact connector GMSTBA_01x07_G_7.50mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_8-G-7,62_1x08_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Angled || order number: 1766291 12A 630V
-phoenix_contact connector GMSTBA_01x08_G_7.62mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_8-G_1x08_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Angled || order number: 1766408 12A 630V
-phoenix_contact connector GMSTBA_01x08_G_7.50mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_9-G-7,62_1x09_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Angled || order number: 1766301 12A 630V
-phoenix_contact connector GMSTBA_01x09_G_7.62mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_9-G_1x09_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Angled || order number: 1766411 12A 630V
-phoenix_contact connector GMSTBA_01x09_G_7.50mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_10-G-7,62_1x10_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Angled || order number: 1766314 12A 630V
-phoenix_contact connector GMSTBA_01x10_G_7.62mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_10-G_1x10_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Angled || order number: 1766424 12A 630V
-phoenix_contact connector GMSTBA_01x10_G_7.50mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_11-G-7,62_1x11_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Angled || order number: 1766327 12A 630V
-phoenix_contact connector GMSTBA_01x11_G_7.62mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_11-G_1x11_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Angled || order number: 1766437 12A 630V
-phoenix_contact connector GMSTBA_01x11_G_7.50mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_12-G-7,62_1x12_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Angled || order number: 1766330 12A 630V
-phoenix_contact connector GMSTBA_01x12_G_7.62mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_12-G_1x12_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Angled || order number: 1766440 12A 630V
-phoenix_contact connector GMSTBA_01x12_G_7.50mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical || order number: 1766770 12A 630V
-phoenix_contact connector GMSTBVA_01x02_G_7.62mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_2-G_1x02_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Vertical || order number: 1766660 12A 630V
-phoenix_contact connector GMSTBVA_01x02_G_7.50mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_3-G-7,62_1x03_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical || order number: 1766783 12A 630V
-phoenix_contact connector GMSTBVA_01x03_G_7.62mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_3-G_1x03_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Vertical || order number: 1766673 12A 630V
-phoenix_contact connector GMSTBVA_01x03_G_7.50mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_4-G-7,62_1x04_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical || order number: 1766796 12A 630V
-phoenix_contact connector GMSTBVA_01x04_G_7.62mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_4-G_1x04_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Vertical || order number: 1766686 12A 630V
-phoenix_contact connector GMSTBVA_01x04_G_7.50mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_5-G-7,62_1x05_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical || order number: 1766806 12A 630V
-phoenix_contact connector GMSTBVA_01x05_G_7.62mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_5-G_1x05_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Vertical || order number: 1766699 12A 630V
-phoenix_contact connector GMSTBVA_01x05_G_7.50mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_6-G-7,62_1x06_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical || order number: 1766819 12A 630V
-phoenix_contact connector GMSTBVA_01x06_G_7.62mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_6-G_1x06_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Vertical || order number: 1766709 12A 630V
-phoenix_contact connector GMSTBVA_01x06_G_7.50mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_7-G-7,62_1x07_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical || order number: 1766822 12A 630V
-phoenix_contact connector GMSTBVA_01x07_G_7.62mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_7-G_1x07_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Vertical || order number: 1766712 12A 630V
-phoenix_contact connector GMSTBVA_01x07_G_7.50mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_8-G-7,62_1x08_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical || order number: 1766835 12A 630V
-phoenix_contact connector GMSTBVA_01x08_G_7.62mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_8-G_1x08_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Vertical || order number: 1766725 12A 630V
-phoenix_contact connector GMSTBVA_01x08_G_7.50mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_9-G-7,62_1x09_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical || order number: 1766848 12A 630V
-phoenix_contact connector GMSTBVA_01x09_G_7.62mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_9-G_1x09_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Vertical || order number: 1766738 12A 630V
-phoenix_contact connector GMSTBVA_01x09_G_7.50mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_10-G-7,62_1x10_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical || order number: 1766851 12A 630V
-phoenix_contact connector GMSTBVA_01x10_G_7.62mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_10-G_1x10_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Vertical || order number: 1766741 12A 630V
-phoenix_contact connector GMSTBVA_01x10_G_7.50mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_11-G-7,62_1x11_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical || order number: 1766864 12A 630V
-phoenix_contact connector GMSTBVA_01x11_G_7.62mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_11-G_1x11_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Vertical || order number: 1766754 12A 630V
-phoenix_contact connector GMSTBVA_01x11_G_7.50mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_12-G-7,62_1x12_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical || order number: 1766877 12A 630V
-phoenix_contact connector GMSTBVA_01x12_G_7.62mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_12-G_1x12_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Vertical || order number: 1766767 12A 630V
-phoenix_contact connector GMSTBVA_01x12_G_7.50mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829154 12A 630V
-phoenix_contact connector GMSTBV_01x02_GF_7.62mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829154 12A 630V
-phoenix_contact connector GMSTBV_01x02_GF_7.62mm_MH
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829167 12A 630V
-phoenix_contact connector GMSTBV_01x03_GF_7.62mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829167 12A 630V
-phoenix_contact connector GMSTBV_01x03_GF_7.62mm_MH
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829170 12A 630V
-phoenix_contact connector GMSTBV_01x04_GF_7.62mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829170 12A 630V
-phoenix_contact connector GMSTBV_01x04_GF_7.62mm_MH
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829183 12A 630V
-phoenix_contact connector GMSTBV_01x05_GF_7.62mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829183 12A 630V
-phoenix_contact connector GMSTBV_01x05_GF_7.62mm_MH
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829196 12A 630V
-phoenix_contact connector GMSTBV_01x06_GF_7.62mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829196 12A 630V
-phoenix_contact connector GMSTBV_01x06_GF_7.62mm_MH
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829206 12A 630V
-phoenix_contact connector GMSTBV_01x07_GF_7.62mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829206 12A 630V
-phoenix_contact connector GMSTBV_01x07_GF_7.62mm_MH
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829219 12A 630V
-phoenix_contact connector GMSTBV_01x08_GF_7.62mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829219 12A 630V
-phoenix_contact connector GMSTBV_01x08_GF_7.62mm_MH
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829222 12A 630V
-phoenix_contact connector GMSTBV_01x09_GF_7.62mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829222 12A 630V
-phoenix_contact connector GMSTBV_01x09_GF_7.62mm_MH
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829235 12A 630V
-phoenix_contact connector GMSTBV_01x10_GF_7.62mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829235 12A 630V
-phoenix_contact connector GMSTBV_01x10_GF_7.62mm_MH
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829248 12A 630V
-phoenix_contact connector GMSTBV_01x11_GF_7.62mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829248 12A 630V
-phoenix_contact connector GMSTBV_01x11_GF_7.62mm_MH
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829251 12A 630V
-phoenix_contact connector GMSTBV_01x12_GF_7.62mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829251 12A 630V
-phoenix_contact connector GMSTBV_01x12_GF_7.62mm_MH
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806229 12A 630V
-phoenix_contact connector GMSTB_01x02_GF_7.62mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806229 12A 630V
-phoenix_contact connector GMSTB_01x02_GF_7.62mm_MH
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806232 12A 630V
-phoenix_contact connector GMSTB_01x03_GF_7.62mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806232 12A 630V
-phoenix_contact connector GMSTB_01x03_GF_7.62mm_MH
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806245 12A 630V
-phoenix_contact connector GMSTB_01x04_GF_7.62mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806245 12A 630V
-phoenix_contact connector GMSTB_01x04_GF_7.62mm_MH
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806258 12A 630V
-phoenix_contact connector GMSTB_01x05_GF_7.62mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806258 12A 630V
-phoenix_contact connector GMSTB_01x05_GF_7.62mm_MH
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806261 12A 630V
-phoenix_contact connector GMSTB_01x06_GF_7.62mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806261 12A 630V
-phoenix_contact connector GMSTB_01x06_GF_7.62mm_MH
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806274 12A 630V
-phoenix_contact connector GMSTB_01x07_GF_7.62mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806274 12A 630V
-phoenix_contact connector GMSTB_01x07_GF_7.62mm_MH
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806287 12A 630V
-phoenix_contact connector GMSTB_01x08_GF_7.62mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806287 12A 630V
-phoenix_contact connector GMSTB_01x08_GF_7.62mm_MH
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806290 12A 630V
-phoenix_contact connector GMSTB_01x09_GF_7.62mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806290 12A 630V
-phoenix_contact connector GMSTB_01x09_GF_7.62mm_MH
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806300 12A 630V
-phoenix_contact connector GMSTB_01x10_GF_7.62mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806300 12A 630V
-phoenix_contact connector GMSTB_01x10_GF_7.62mm_MH
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806313 12A 630V
-phoenix_contact connector GMSTB_01x11_GF_7.62mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806313 12A 630V
-phoenix_contact connector GMSTB_01x11_GF_7.62mm_MH
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806326 12A 630V
-phoenix_contact connector GMSTB_01x12_GF_7.62mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806326 12A 630V
-phoenix_contact connector GMSTB_01x12_GF_7.62mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical || order number: 1843606 8A 160V
-phoenix_contact connector MCV_01x02_G_3.5mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-G-3.81_1x02_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical || order number: 1803426 8A 160V
-phoenix_contact connector MCV_01x02_G_3.81mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843224 8A 160V
-phoenix_contact connector MCV_01x02_GF_3.5mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843224 8A 160V
-phoenix_contact connector MCV_01x02_GF_3.5mm_MH
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830596 8A 160V
-phoenix_contact connector MCV_01x02_GF_3.81mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830596 8A 160V
-phoenix_contact connector MCV_01x02_GF_3.81mm_MH
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-G-3.5_1x03_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical || order number: 1843619 8A 160V
-phoenix_contact connector MCV_01x03_G_3.5mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-G-3.81_1x03_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical || order number: 1803439 8A 160V
-phoenix_contact connector MCV_01x03_G_3.81mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843237 8A 160V
-phoenix_contact connector MCV_01x03_GF_3.5mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843237 8A 160V
-phoenix_contact connector MCV_01x03_GF_3.5mm_MH
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830606 8A 160V
-phoenix_contact connector MCV_01x03_GF_3.81mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830606 8A 160V
-phoenix_contact connector MCV_01x03_GF_3.81mm_MH
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-G-3.5_1x04_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical || order number: 1843622 8A 160V
-phoenix_contact connector MCV_01x04_G_3.5mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-G-3.81_1x04_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical || order number: 1803442 8A 160V
-phoenix_contact connector MCV_01x04_G_3.81mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843240 8A 160V
-phoenix_contact connector MCV_01x04_GF_3.5mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843240 8A 160V
-phoenix_contact connector MCV_01x04_GF_3.5mm_MH
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830619 8A 160V
-phoenix_contact connector MCV_01x04_GF_3.81mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830619 8A 160V
-phoenix_contact connector MCV_01x04_GF_3.81mm_MH
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-G-3.5_1x05_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical || order number: 1843635 8A 160V
-phoenix_contact connector MCV_01x05_G_3.5mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-G-3.81_1x05_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical || order number: 1803455 8A 160V
-phoenix_contact connector MCV_01x05_G_3.81mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843253 8A 160V
-phoenix_contact connector MCV_01x05_GF_3.5mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843253 8A 160V
-phoenix_contact connector MCV_01x05_GF_3.5mm_MH
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830622 8A 160V
-phoenix_contact connector MCV_01x05_GF_3.81mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830622 8A 160V
-phoenix_contact connector MCV_01x05_GF_3.81mm_MH
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-G-3.5_1x06_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical || order number: 1843648 8A 160V
-phoenix_contact connector MCV_01x06_G_3.5mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-G-3.81_1x06_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical || order number: 1803468 8A 160V
-phoenix_contact connector MCV_01x06_G_3.81mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843266 8A 160V
-phoenix_contact connector MCV_01x06_GF_3.5mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843266 8A 160V
-phoenix_contact connector MCV_01x06_GF_3.5mm_MH
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830635 8A 160V
-phoenix_contact connector MCV_01x06_GF_3.81mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830635 8A 160V
-phoenix_contact connector MCV_01x06_GF_3.81mm_MH
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-G-3.5_1x07_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical || order number: 1843651 8A 160V
-phoenix_contact connector MCV_01x07_G_3.5mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-G-3.81_1x07_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical || order number: 1803471 8A 160V
-phoenix_contact connector MCV_01x07_G_3.81mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843279 8A 160V
-phoenix_contact connector MCV_01x07_GF_3.5mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843279 8A 160V
-phoenix_contact connector MCV_01x07_GF_3.5mm_MH
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830648 8A 160V
-phoenix_contact connector MCV_01x07_GF_3.81mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830648 8A 160V
-phoenix_contact connector MCV_01x07_GF_3.81mm_MH
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-G-3.5_1x08_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical || order number: 1843664 8A 160V
-phoenix_contact connector MCV_01x08_G_3.5mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-G-3.81_1x08_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical || order number: 1803484 8A 160V
-phoenix_contact connector MCV_01x08_G_3.81mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843282 8A 160V
-phoenix_contact connector MCV_01x08_GF_3.5mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843282 8A 160V
-phoenix_contact connector MCV_01x08_GF_3.5mm_MH
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830651 8A 160V
-phoenix_contact connector MCV_01x08_GF_3.81mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830651 8A 160V
-phoenix_contact connector MCV_01x08_GF_3.81mm_MH
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-G-3.5_1x09_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical || order number: 1843677 8A 160V
-phoenix_contact connector MCV_01x09_G_3.5mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-G-3.81_1x09_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical || order number: 1803497 8A 160V
-phoenix_contact connector MCV_01x09_G_3.81mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843295 8A 160V
-phoenix_contact connector MCV_01x09_GF_3.5mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843295 8A 160V
-phoenix_contact connector MCV_01x09_GF_3.5mm_MH
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830664 8A 160V
-phoenix_contact connector MCV_01x09_GF_3.81mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830664 8A 160V
-phoenix_contact connector MCV_01x09_GF_3.81mm_MH
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-G-3.5_1x10_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical || order number: 1843680 8A 160V
-phoenix_contact connector MCV_01x10_G_3.5mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-G-3.81_1x10_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical || order number: 1803507 8A 160V
-phoenix_contact connector MCV_01x10_G_3.81mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843305 8A 160V
-phoenix_contact connector MCV_01x10_GF_3.5mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843305 8A 160V
-phoenix_contact connector MCV_01x10_GF_3.5mm_MH
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830677 8A 160V
-phoenix_contact connector MCV_01x10_GF_3.81mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830677 8A 160V
-phoenix_contact connector MCV_01x10_GF_3.81mm_MH
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-G-3.5_1x11_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical || order number: 1843693 8A 160V
-phoenix_contact connector MCV_01x11_G_3.5mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-G-3.81_1x11_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical || order number: 1803510 8A 160V
-phoenix_contact connector MCV_01x11_G_3.81mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843318 8A 160V
-phoenix_contact connector MCV_01x11_GF_3.5mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843318 8A 160V
-phoenix_contact connector MCV_01x11_GF_3.5mm_MH
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830680 8A 160V
-phoenix_contact connector MCV_01x11_GF_3.81mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830680 8A 160V
-phoenix_contact connector MCV_01x11_GF_3.81mm_MH
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-G-3.5_1x12_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical || order number: 1843703 8A 160V
-phoenix_contact connector MCV_01x12_G_3.5mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-G-3.81_1x12_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical || order number: 1803523 8A 160V
-phoenix_contact connector MCV_01x12_G_3.81mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843321 8A 160V
-phoenix_contact connector MCV_01x12_GF_3.5mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843321 8A 160V
-phoenix_contact connector MCV_01x12_GF_3.5mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830693 8A 160V
-phoenix_contact connector MCV_01x12_GF_3.81mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830693 8A 160V
-phoenix_contact connector MCV_01x12_GF_3.81mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-G-3.5_1x13_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical || order number: 1843716 8A 160V
-phoenix_contact connector MCV_01x13_G_3.5mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-G-3.81_1x13_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical || order number: 1803536 8A 160V
-phoenix_contact connector MCV_01x13_G_3.81mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843334 8A 160V
-phoenix_contact connector MCV_01x13_GF_3.5mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843334 8A 160V
-phoenix_contact connector MCV_01x13_GF_3.5mm_MH
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830703 8A 160V
-phoenix_contact connector MCV_01x13_GF_3.81mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830703 8A 160V
-phoenix_contact connector MCV_01x13_GF_3.81mm_MH
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-G-3.5_1x14_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical || order number: 1843729 8A 160V
-phoenix_contact connector MCV_01x14_G_3.5mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-G-3.81_1x14_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical || order number: 1803549 8A 160V
-phoenix_contact connector MCV_01x14_G_3.81mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843347 8A 160V
-phoenix_contact connector MCV_01x14_GF_3.5mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843347 8A 160V
-phoenix_contact connector MCV_01x14_GF_3.5mm_MH
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830716 8A 160V
-phoenix_contact connector MCV_01x14_GF_3.81mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830716 8A 160V
-phoenix_contact connector MCV_01x14_GF_3.81mm_MH
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-G-3.5_1x15_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical || order number: 1843732 8A 160V
-phoenix_contact connector MCV_01x15_G_3.5mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-G-3.81_1x15_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical || order number: 1803552 8A 160V
-phoenix_contact connector MCV_01x15_G_3.81mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843350 8A 160V
-phoenix_contact connector MCV_01x15_GF_3.5mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843350 8A 160V
-phoenix_contact connector MCV_01x15_GF_3.5mm_MH
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830729 8A 160V
-phoenix_contact connector MCV_01x15_GF_3.81mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830729 8A 160V
-phoenix_contact connector MCV_01x15_GF_3.81mm_MH
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-G-3.5_1x16_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical || order number: 1843745 8A 160V
-phoenix_contact connector MCV_01x16_G_3.5mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-G-3.81_1x16_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical || order number: 1803565 8A 160V
-phoenix_contact connector MCV_01x16_G_3.81mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843363 8A 160V
-phoenix_contact connector MCV_01x16_GF_3.5mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843363 8A 160V
-phoenix_contact connector MCV_01x16_GF_3.5mm_MH
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830732 8A 160V
-phoenix_contact connector MCV_01x16_GF_3.81mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830732 8A 160V
-phoenix_contact connector MCV_01x16_GF_3.81mm_MH
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-G-3.5_1x02_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Angled || order number: 1844210 8A 160V
-phoenix_contact connector MC_01x02_G_3.5mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-G-3.81_1x02_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Angled || order number: 1803277 8A 160V
-phoenix_contact connector MC_01x02_G_3.81mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843790 8A 160V
-phoenix_contact connector MC_01x02_GF_3.5mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843790 8A 160V
-phoenix_contact connector MC_01x02_GF_3.5mm_MH
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827868 8A 160V
-phoenix_contact connector MC_01x02_GF_3.81mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827868 8A 160V
-phoenix_contact connector MC_01x02_GF_3.81mm_MH
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-G-3.5_1x03_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Angled || order number: 1844223 8A 160V
-phoenix_contact connector MC_01x03_G_3.5mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-G-3.81_1x03_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Angled || order number: 1803280 8A 160V
-phoenix_contact connector MC_01x03_G_3.81mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843800 8A 160V
-phoenix_contact connector MC_01x03_GF_3.5mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843800 8A 160V
-phoenix_contact connector MC_01x03_GF_3.5mm_MH
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827871 8A 160V
-phoenix_contact connector MC_01x03_GF_3.81mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827871 8A 160V
-phoenix_contact connector MC_01x03_GF_3.81mm_MH
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-G-3.5_1x04_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Angled || order number: 1844236 8A 160V
-phoenix_contact connector MC_01x04_G_3.5mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-G-3.81_1x04_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Angled || order number: 1803293 8A 160V
-phoenix_contact connector MC_01x04_G_3.81mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843813 8A 160V
-phoenix_contact connector MC_01x04_GF_3.5mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843813 8A 160V
-phoenix_contact connector MC_01x04_GF_3.5mm_MH
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827884 8A 160V
-phoenix_contact connector MC_01x04_GF_3.81mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827884 8A 160V
-phoenix_contact connector MC_01x04_GF_3.81mm_MH
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-G-3.5_1x05_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Angled || order number: 1844249 8A 160V
-phoenix_contact connector MC_01x05_G_3.5mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-G-3.81_1x05_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Angled || order number: 1803303 8A 160V
-phoenix_contact connector MC_01x05_G_3.81mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843826 8A 160V
-phoenix_contact connector MC_01x05_GF_3.5mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843826 8A 160V
-phoenix_contact connector MC_01x05_GF_3.5mm_MH
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827897 8A 160V
-phoenix_contact connector MC_01x05_GF_3.81mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827897 8A 160V
-phoenix_contact connector MC_01x05_GF_3.81mm_MH
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-G-3.5_1x06_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Angled || order number: 1844252 8A 160V
-phoenix_contact connector MC_01x06_G_3.5mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-G-3.81_1x06_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Angled || order number: 1803316 8A 160V
-phoenix_contact connector MC_01x06_G_3.81mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843839 8A 160V
-phoenix_contact connector MC_01x06_GF_3.5mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843839 8A 160V
-phoenix_contact connector MC_01x06_GF_3.5mm_MH
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827907 8A 160V
-phoenix_contact connector MC_01x06_GF_3.81mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827907 8A 160V
-phoenix_contact connector MC_01x06_GF_3.81mm_MH
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-G-3.5_1x07_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Angled || order number: 1844265 8A 160V
-phoenix_contact connector MC_01x07_G_3.5mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-G-3.81_1x07_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Angled || order number: 1803329 8A 160V
-phoenix_contact connector MC_01x07_G_3.81mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843842 8A 160V
-phoenix_contact connector MC_01x07_GF_3.5mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843842 8A 160V
-phoenix_contact connector MC_01x07_GF_3.5mm_MH
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827910 8A 160V
-phoenix_contact connector MC_01x07_GF_3.81mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827910 8A 160V
-phoenix_contact connector MC_01x07_GF_3.81mm_MH
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-G-3.5_1x08_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Angled || order number: 1844278 8A 160V
-phoenix_contact connector MC_01x08_G_3.5mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-G-3.81_1x08_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Angled || order number: 1803332 8A 160V
-phoenix_contact connector MC_01x08_G_3.81mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843855 8A 160V
-phoenix_contact connector MC_01x08_GF_3.5mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843855 8A 160V
-phoenix_contact connector MC_01x08_GF_3.5mm_MH
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827923 8A 160V
-phoenix_contact connector MC_01x08_GF_3.81mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827923 8A 160V
-phoenix_contact connector MC_01x08_GF_3.81mm_MH
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-G-3.5_1x09_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Angled || order number: 1844281 8A 160V
-phoenix_contact connector MC_01x09_G_3.5mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-G-3.81_1x09_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Angled || order number: 1803345 8A 160V
-phoenix_contact connector MC_01x09_G_3.81mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843868 8A 160V
-phoenix_contact connector MC_01x09_GF_3.5mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843868 8A 160V
-phoenix_contact connector MC_01x09_GF_3.5mm_MH
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827936 8A 160V
-phoenix_contact connector MC_01x09_GF_3.81mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827936 8A 160V
-phoenix_contact connector MC_01x09_GF_3.81mm_MH
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-G-3.5_1x10_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Angled || order number: 1844294 8A 160V
-phoenix_contact connector MC_01x10_G_3.5mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-G-3.81_1x10_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Angled || order number: 1803358 8A 160V
-phoenix_contact connector MC_01x10_G_3.81mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843871 8A 160V
-phoenix_contact connector MC_01x10_GF_3.5mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843871 8A 160V
-phoenix_contact connector MC_01x10_GF_3.5mm_MH
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827949 8A 160V
-phoenix_contact connector MC_01x10_GF_3.81mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827949 8A 160V
-phoenix_contact connector MC_01x10_GF_3.81mm_MH
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-G-3.5_1x11_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Angled || order number: 1844304 8A 160V
-phoenix_contact connector MC_01x11_G_3.5mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-G-3.81_1x11_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Angled || order number: 1803361 8A 160V
-phoenix_contact connector MC_01x11_G_3.81mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843884 8A 160V
-phoenix_contact connector MC_01x11_GF_3.5mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843884 8A 160V
-phoenix_contact connector MC_01x11_GF_3.5mm_MH
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827952 8A 160V
-phoenix_contact connector MC_01x11_GF_3.81mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827952 8A 160V
-phoenix_contact connector MC_01x11_GF_3.81mm_MH
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-G-3.5_1x12_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Angled || order number: 1844317 8A 160V
-phoenix_contact connector MC_01x12_G_3.5mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-G-3.81_1x12_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Angled || order number: 1803374 8A 160V
-phoenix_contact connector MC_01x12_G_3.81mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843897 8A 160V
-phoenix_contact connector MC_01x12_GF_3.5mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843897 8A 160V
-phoenix_contact connector MC_01x12_GF_3.5mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827965 8A 160V
-phoenix_contact connector MC_01x12_GF_3.81mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827965 8A 160V
-phoenix_contact connector MC_01x12_GF_3.81mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-G-3.5_1x13_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Angled || order number: 1844320 8A 160V
-phoenix_contact connector MC_01x13_G_3.5mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-G-3.81_1x13_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Angled || order number: 1803387 8A 160V
-phoenix_contact connector MC_01x13_G_3.81mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843907 8A 160V
-phoenix_contact connector MC_01x13_GF_3.5mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843907 8A 160V
-phoenix_contact connector MC_01x13_GF_3.5mm_MH
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827978 8A 160V
-phoenix_contact connector MC_01x13_GF_3.81mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827978 8A 160V
-phoenix_contact connector MC_01x13_GF_3.81mm_MH
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-G-3.5_1x14_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Angled || order number: 1844333 8A 160V
-phoenix_contact connector MC_01x14_G_3.5mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-G-3.81_1x14_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Angled || order number: 1803390 8A 160V
-phoenix_contact connector MC_01x14_G_3.81mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843910 8A 160V
-phoenix_contact connector MC_01x14_GF_3.5mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843910 8A 160V
-phoenix_contact connector MC_01x14_GF_3.5mm_MH
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827981 8A 160V
-phoenix_contact connector MC_01x14_GF_3.81mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827981 8A 160V
-phoenix_contact connector MC_01x14_GF_3.81mm_MH
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-G-3.5_1x15_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Angled || order number: 1844346 8A 160V
-phoenix_contact connector MC_01x15_G_3.5mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-G-3.81_1x15_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Angled || order number: 1803400 8A 160V
-phoenix_contact connector MC_01x15_G_3.81mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843923 8A 160V
-phoenix_contact connector MC_01x15_GF_3.5mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843923 8A 160V
-phoenix_contact connector MC_01x15_GF_3.5mm_MH
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827994 8A 160V
-phoenix_contact connector MC_01x15_GF_3.81mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827994 8A 160V
-phoenix_contact connector MC_01x15_GF_3.81mm_MH
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-G-3.5_1x16_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Angled || order number: 1844359 8A 160V
-phoenix_contact connector MC_01x16_G_3.5mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-G-3.81_1x16_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Angled || order number: 1803413 8A 160V
-phoenix_contact connector MC_01x16_G_3.81mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843936 8A 160V
-phoenix_contact connector MC_01x16_GF_3.5mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843936 8A 160V
-phoenix_contact connector MC_01x16_GF_3.5mm_MH
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange || order number: 1828003 8A 160V
-phoenix_contact connector MC_01x16_GF_3.81mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1828003 8A 160V
-phoenix_contact connector MC_01x16_GF_3.81mm_MH
-0
-16
-16
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_2-G-5.08_1x02_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1836299 8A 320V
-phoenix_contact connector MCV_01x02_G_5.08mm
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847615 8A 320V
-phoenix_contact connector MCV_01x02_GF_5.08mm
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847615 8A 320V
-phoenix_contact connector MCV_01x02_GF_5.08mm_MH
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_3-G-5.08_1x03_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1836309 8A 320V
-phoenix_contact connector MCV_01x03_G_5.08mm
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847628 8A 320V
-phoenix_contact connector MCV_01x03_GF_5.08mm
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847628 8A 320V
-phoenix_contact connector MCV_01x03_GF_5.08mm_MH
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_4-G-5.08_1x04_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1836312 8A 320V
-phoenix_contact connector MCV_01x04_G_5.08mm
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847631 8A 320V
-phoenix_contact connector MCV_01x04_GF_5.08mm
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847631 8A 320V
-phoenix_contact connector MCV_01x04_GF_5.08mm_MH
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_5-G-5.08_1x05_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1836325 8A 320V
-phoenix_contact connector MCV_01x05_G_5.08mm
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847644 8A 320V
-phoenix_contact connector MCV_01x05_GF_5.08mm
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847644 8A 320V
-phoenix_contact connector MCV_01x05_GF_5.08mm_MH
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_6-G-5.08_1x06_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1836338 8A 320V
-phoenix_contact connector MCV_01x06_G_5.08mm
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847657 8A 320V
-phoenix_contact connector MCV_01x06_GF_5.08mm
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847657 8A 320V
-phoenix_contact connector MCV_01x06_GF_5.08mm_MH
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_7-G-5.08_1x07_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1836341 8A 320V
-phoenix_contact connector MCV_01x07_G_5.08mm
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847660 8A 320V
-phoenix_contact connector MCV_01x07_GF_5.08mm
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847660 8A 320V
-phoenix_contact connector MCV_01x07_GF_5.08mm_MH
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_8-G-5.08_1x08_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1836354 8A 320V
-phoenix_contact connector MCV_01x08_G_5.08mm
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847673 8A 320V
-phoenix_contact connector MCV_01x08_GF_5.08mm
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847673 8A 320V
-phoenix_contact connector MCV_01x08_GF_5.08mm_MH
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_9-G-5.08_1x09_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1836367 8A 320V
-phoenix_contact connector MCV_01x09_G_5.08mm
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847686 8A 320V
-phoenix_contact connector MCV_01x09_GF_5.08mm
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847686 8A 320V
-phoenix_contact connector MCV_01x09_GF_5.08mm_MH
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_10-G-5.08_1x10_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1836370 8A 320V
-phoenix_contact connector MCV_01x10_G_5.08mm
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847699 8A 320V
-phoenix_contact connector MCV_01x10_GF_5.08mm
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847699 8A 320V
-phoenix_contact connector MCV_01x10_GF_5.08mm_MH
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_11-G-5.08_1x11_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1836383 8A 320V
-phoenix_contact connector MCV_01x11_G_5.08mm
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847709 8A 320V
-phoenix_contact connector MCV_01x11_GF_5.08mm
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847709 8A 320V
-phoenix_contact connector MCV_01x11_GF_5.08mm_MH
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_12-G-5.08_1x12_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1836396 8A 320V
-phoenix_contact connector MCV_01x12_G_5.08mm
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847712 8A 320V
-phoenix_contact connector MCV_01x12_GF_5.08mm
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847712 8A 320V
-phoenix_contact connector MCV_01x12_GF_5.08mm_MH
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_2-G-5.08_1x02_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1836189 8A 320V
-phoenix_contact connector MC_01x02_G_5.08mm
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847466 8A 320V
-phoenix_contact connector MC_01x02_GF_5.08mm
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847466 8A 320V
-phoenix_contact connector MC_01x02_GF_5.08mm_MH
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_3-G-5.08_1x03_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1836192 8A 320V
-phoenix_contact connector MC_01x03_G_5.08mm
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847479 8A 320V
-phoenix_contact connector MC_01x03_GF_5.08mm
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847479 8A 320V
-phoenix_contact connector MC_01x03_GF_5.08mm_MH
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_4-G-5.08_1x04_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1836202 8A 320V
-phoenix_contact connector MC_01x04_G_5.08mm
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847482 8A 320V
-phoenix_contact connector MC_01x04_GF_5.08mm
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847482 8A 320V
-phoenix_contact connector MC_01x04_GF_5.08mm_MH
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_5-G-5.08_1x05_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1836215 8A 320V
-phoenix_contact connector MC_01x05_G_5.08mm
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847495 8A 320V
-phoenix_contact connector MC_01x05_GF_5.08mm
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847495 8A 320V
-phoenix_contact connector MC_01x05_GF_5.08mm_MH
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_6-G-5.08_1x06_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1836228 8A 320V
-phoenix_contact connector MC_01x06_G_5.08mm
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847505 8A 320V
-phoenix_contact connector MC_01x06_GF_5.08mm
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847505 8A 320V
-phoenix_contact connector MC_01x06_GF_5.08mm_MH
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_7-G-5.08_1x07_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1836231 8A 320V
-phoenix_contact connector MC_01x07_G_5.08mm
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847518 8A 320V
-phoenix_contact connector MC_01x07_GF_5.08mm
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847518 8A 320V
-phoenix_contact connector MC_01x07_GF_5.08mm_MH
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_8-G-5.08_1x08_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1836244 8A 320V
-phoenix_contact connector MC_01x08_G_5.08mm
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847521 8A 320V
-phoenix_contact connector MC_01x08_GF_5.08mm
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847521 8A 320V
-phoenix_contact connector MC_01x08_GF_5.08mm_MH
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_9-G-5.08_1x09_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1836257 8A 320V
-phoenix_contact connector MC_01x09_G_5.08mm
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847534 8A 320V
-phoenix_contact connector MC_01x09_GF_5.08mm
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847534 8A 320V
-phoenix_contact connector MC_01x09_GF_5.08mm_MH
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_10-G-5.08_1x10_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1836260 8A 320V
-phoenix_contact connector MC_01x10_G_5.08mm
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847547 8A 320V
-phoenix_contact connector MC_01x10_GF_5.08mm
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847547 8A 320V
-phoenix_contact connector MC_01x10_GF_5.08mm_MH
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_11-G-5.08_1x11_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1836273 8A 320V
-phoenix_contact connector MC_01x11_G_5.08mm
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847550 8A 320V
-phoenix_contact connector MC_01x11_GF_5.08mm
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847550 8A 320V
-phoenix_contact connector MC_01x11_GF_5.08mm_MH
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_12-G-5.08_1x12_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1836286 8A 320V
-phoenix_contact connector MC_01x12_G_5.08mm
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847563 8A 320V
-phoenix_contact connector MC_01x12_GF_5.08mm
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847563 8A 320V
-phoenix_contact connector MC_01x12_GF_5.08mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1757242 12A || order number: 1923869 16A (HC)
-phoenix_contact connector MSTBA_01x02_G_5.08mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_2-G_1x02_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Angled || order number: 1757475 12A || order number: 1923759 16A (HC)
-phoenix_contact connector MSTBA_01x02_G_5.00mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_3-G-5,08_1x03_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1757255 12A || order number: 1923872 16A (HC)
-phoenix_contact connector MSTBA_01x03_G_5.08mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_3-G_1x03_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Angled || order number: 1757488 12A || order number: 1923762 16A (HC)
-phoenix_contact connector MSTBA_01x03_G_5.00mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_4-G-5,08_1x04_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1757268 12A || order number: 1923885 16A (HC)
-phoenix_contact connector MSTBA_01x04_G_5.08mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_4-G_1x04_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Angled || order number: 1757491 12A || order number: 1923775 16A (HC)
-phoenix_contact connector MSTBA_01x04_G_5.00mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_5-G-5,08_1x05_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1757271 12A || order number: 1923898 16A (HC)
-phoenix_contact connector MSTBA_01x05_G_5.08mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_5-G_1x05_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Angled || order number: 1757501 12A || order number: 1923788 16A (HC)
-phoenix_contact connector MSTBA_01x05_G_5.00mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_6-G-5,08_1x06_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1757284 12A || order number: 1923908 16A (HC)
-phoenix_contact connector MSTBA_01x06_G_5.08mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_6-G_1x06_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Angled || order number: 1757514 12A || order number: 1923791 16A (HC)
-phoenix_contact connector MSTBA_01x06_G_5.00mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_7-G-5,08_1x07_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1757297 12A || order number: 1923911 16A (HC)
-phoenix_contact connector MSTBA_01x07_G_5.08mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_7-G_1x07_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Angled || order number: 1757493 12A || order number: 1923801 16A (HC)
-phoenix_contact connector MSTBA_01x07_G_5.00mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_8-G-5,08_1x08_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1757307 12A || order number: 1923924 16A (HC)
-phoenix_contact connector MSTBA_01x08_G_5.08mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_8-G_1x08_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Angled || order number: 1757527 12A || order number: 1923814 16A (HC)
-phoenix_contact connector MSTBA_01x08_G_5.00mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_9-G-5,08_1x09_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1757310 12A || order number: 1923937 16A (HC)
-phoenix_contact connector MSTBA_01x09_G_5.08mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_9-G_1x09_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Angled || order number: 1757530 12A || order number: 1923827 16A (HC)
-phoenix_contact connector MSTBA_01x09_G_5.00mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_10-G-5,08_1x10_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1757323 12A || order number: 1923940 16A (HC)
-phoenix_contact connector MSTBA_01x10_G_5.08mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_10-G_1x10_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Angled || order number: 1757543 12A || order number: 1923830 16A (HC)
-phoenix_contact connector MSTBA_01x10_G_5.00mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_11-G-5,08_1x11_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1757336 12A || order number: 1923953 16A (HC)
-phoenix_contact connector MSTBA_01x11_G_5.08mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_11-G_1x11_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Angled || order number: 1757556 12A || order number: 1923843 16A (HC)
-phoenix_contact connector MSTBA_01x11_G_5.00mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_12-G-5,08_1x12_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1757349 12A || order number: 1923966 16A (HC)
-phoenix_contact connector MSTBA_01x12_G_5.08mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_12-G_1x12_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Angled || order number: 1757569 12A || order number: 1923856 16A (HC)
-phoenix_contact connector MSTBA_01x12_G_5.00mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_13-G-5,08_1x13_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Angled || order number: 1757352 12A
-phoenix_contact connector MSTBA_01x13_G_5.08mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_13-G_1x13_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Angled || order number: 1757572 12A
-phoenix_contact connector MSTBA_01x13_G_5.00mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_14-G-5,08_1x14_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Angled || order number: 1757365 12A
-phoenix_contact connector MSTBA_01x14_G_5.08mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_14-G_1x14_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Angled || order number: 1757585 12A
-phoenix_contact connector MSTBA_01x14_G_5.00mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_15-G-5,08_1x15_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Angled || order number: 1757378 12A
-phoenix_contact connector MSTBA_01x15_G_5.08mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_15-G_1x15_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Angled || order number: 1757598 12A
-phoenix_contact connector MSTBA_01x15_G_5.00mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_16-G-5,08_1x16_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Angled || order number: 1757381 12A
-phoenix_contact connector MSTBA_01x16_G_5.08mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_16-G_1x16_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Angled || order number: 1757608 12A
-phoenix_contact connector MSTBA_01x16_G_5.00mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_2-G-5,08_1x02_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1755736 12A || order number: 1924305 16A (HC)
-phoenix_contact connector MSTBVA_01x02_G_5.08mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_2-G_1x02_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Vertical || order number: 1755516 12A || order number: 1924198 16A (HC)
-phoenix_contact connector MSTBVA_01x02_G_5.00mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_3-G-5,08_1x03_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1755749 12A || order number: 1924318 16A (HC)
-phoenix_contact connector MSTBVA_01x03_G_5.08mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_3-G_1x03_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Vertical || order number: 1755529 12A || order number: 1924208 16A (HC)
-phoenix_contact connector MSTBVA_01x03_G_5.00mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1755752 12A || order number: 1924321 16A (HC)
-phoenix_contact connector MSTBVA_01x04_G_5.08mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_4-G_1x04_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Vertical || order number: 1755532 12A || order number: 1924211 16A (HC)
-phoenix_contact connector MSTBVA_01x04_G_5.00mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_5-G-5,08_1x05_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1755765 12A || order number: 1924334 16A (HC)
-phoenix_contact connector MSTBVA_01x05_G_5.08mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_5-G_1x05_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Vertical || order number: 1755545 12A || order number: 1924224 16A (HC)
-phoenix_contact connector MSTBVA_01x05_G_5.00mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_6-G-5,08_1x06_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1755778 12A || order number: 1924347 16A (HC)
-phoenix_contact connector MSTBVA_01x06_G_5.08mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_6-G_1x06_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Vertical || order number: 1755558 12A || order number: 1924237 16A (HC)
-phoenix_contact connector MSTBVA_01x06_G_5.00mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_7-G-5,08_1x07_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1755781 12A || order number: 1924350 16A (HC)
-phoenix_contact connector MSTBVA_01x07_G_5.08mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_7-G_1x07_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Vertical || order number: 1755561 12A || order number: 1924240 16A (HC)
-phoenix_contact connector MSTBVA_01x07_G_5.00mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_8-G-5,08_1x08_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1755794 12A || order number: 1924363 16A (HC)
-phoenix_contact connector MSTBVA_01x08_G_5.08mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC)
-phoenix_contact connector MSTBVA_01x08_G_5.00mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_9-G-5,08_1x09_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1755804 12A || order number: 1924376 16A (HC)
-phoenix_contact connector MSTBVA_01x09_G_5.08mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_9-G_1x09_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Vertical || order number: 1755587 12A || order number: 1924266 16A (HC)
-phoenix_contact connector MSTBVA_01x09_G_5.00mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_10-G-5,08_1x10_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1755817 12A || order number: 1924389 16A (HC)
-phoenix_contact connector MSTBVA_01x10_G_5.08mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_10-G_1x10_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Vertical || order number: 1755503 12A || order number: 1924279 16A (HC)
-phoenix_contact connector MSTBVA_01x10_G_5.00mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_11-G-5,08_1x11_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1755820 12A || order number: 1924392 16A (HC)
-phoenix_contact connector MSTBVA_01x11_G_5.08mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_11-G_1x11_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Vertical || order number: 1755590 12A || order number: 1924282 16A (HC)
-phoenix_contact connector MSTBVA_01x11_G_5.00mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_12-G-5,08_1x12_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1755833 12A || order number: 1924402 16A (HC)
-phoenix_contact connector MSTBVA_01x12_G_5.08mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_12-G_1x12_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Vertical || order number: 1755600 12A || order number: 1924295 16A (HC)
-phoenix_contact connector MSTBVA_01x12_G_5.00mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_13-G-5,08_1x13_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical || order number: 1755846 12A
-phoenix_contact connector MSTBVA_01x13_G_5.08mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_13-G_1x13_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Vertical || order number: 1755613 12A
-phoenix_contact connector MSTBVA_01x13_G_5.00mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_14-G-5,08_1x14_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical || order number: 1755859 12A
-phoenix_contact connector MSTBVA_01x14_G_5.08mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_14-G_1x14_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Vertical || order number: 1755626 12A
-phoenix_contact connector MSTBVA_01x14_G_5.00mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_15-G-5,08_1x15_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical || order number: 1755862 12A
-phoenix_contact connector MSTBVA_01x15_G_5.08mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_15-G_1x15_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Vertical || order number: 1755639 12A
-phoenix_contact connector MSTBVA_01x15_G_5.00mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_16-G-5,08_1x16_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical || order number: 1755875 12A
-phoenix_contact connector MSTBVA_01x16_G_5.08mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_16-G_1x16_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Vertical || order number: 1755642 12A
-phoenix_contact connector MSTBVA_01x16_G_5.00mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777073 12A || order number: 1924525 16A (HC)
-phoenix_contact connector MSTBV_01x02_GF_5.08mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777073 12A || order number: 1924525 16A (HC)
-phoenix_contact connector MSTBV_01x02_GF_5.08mm_MH
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776883 12A || order number: 1924415 16A (HC)
-phoenix_contact connector MSTBV_01x02_GF_5.00mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776883 12A || order number: 1924415 16A (HC)
-phoenix_contact connector MSTBV_01x02_GF_5.00mm_MH
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777086 12A || order number: 1924538 16A (HC)
-phoenix_contact connector MSTBV_01x03_GF_5.08mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777086 12A || order number: 1924538 16A (HC)
-phoenix_contact connector MSTBV_01x03_GF_5.08mm_MH
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776896 12A || order number: 1924428 16A (HC)
-phoenix_contact connector MSTBV_01x03_GF_5.00mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776896 12A || order number: 1924428 16A (HC)
-phoenix_contact connector MSTBV_01x03_GF_5.00mm_MH
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777099 12A || order number: 1924541 16A (HC)
-phoenix_contact connector MSTBV_01x04_GF_5.08mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777099 12A || order number: 1924541 16A (HC)
-phoenix_contact connector MSTBV_01x04_GF_5.08mm_MH
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776906 12A || order number: 1924431 16A (HC)
-phoenix_contact connector MSTBV_01x04_GF_5.00mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776906 12A || order number: 1924431 16A (HC)
-phoenix_contact connector MSTBV_01x04_GF_5.00mm_MH
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777109 12A || order number: 1924554 16A (HC)
-phoenix_contact connector MSTBV_01x05_GF_5.08mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777109 12A || order number: 1924554 16A (HC)
-phoenix_contact connector MSTBV_01x05_GF_5.08mm_MH
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776919 12A || order number: 1924444 16A (HC)
-phoenix_contact connector MSTBV_01x05_GF_5.00mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776919 12A || order number: 1924444 16A (HC)
-phoenix_contact connector MSTBV_01x05_GF_5.00mm_MH
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777112 12A || order number: 1924567 16A (HC)
-phoenix_contact connector MSTBV_01x06_GF_5.08mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777112 12A || order number: 1924567 16A (HC)
-phoenix_contact connector MSTBV_01x06_GF_5.08mm_MH
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776922 12A || order number: 1924457 16A (HC)
-phoenix_contact connector MSTBV_01x06_GF_5.00mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776922 12A || order number: 1924457 16A (HC)
-phoenix_contact connector MSTBV_01x06_GF_5.00mm_MH
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777125 12A || order number: 1924570 16A (HC)
-phoenix_contact connector MSTBV_01x07_GF_5.08mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777125 12A || order number: 1924570 16A (HC)
-phoenix_contact connector MSTBV_01x07_GF_5.08mm_MH
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776935 12A || order number: 1924460 16A (HC)
-phoenix_contact connector MSTBV_01x07_GF_5.00mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776935 12A || order number: 1924460 16A (HC)
-phoenix_contact connector MSTBV_01x07_GF_5.00mm_MH
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777138 12A || order number: 1924583 16A (HC)
-phoenix_contact connector MSTBV_01x08_GF_5.08mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777138 12A || order number: 1924583 16A (HC)
-phoenix_contact connector MSTBV_01x08_GF_5.08mm_MH
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776948 12A || order number: 1924473 16A (HC)
-phoenix_contact connector MSTBV_01x08_GF_5.00mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776948 12A || order number: 1924473 16A (HC)
-phoenix_contact connector MSTBV_01x08_GF_5.00mm_MH
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777141 12A || order number: 1924596 16A (HC)
-phoenix_contact connector MSTBV_01x09_GF_5.08mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777141 12A || order number: 1924596 16A (HC)
-phoenix_contact connector MSTBV_01x09_GF_5.08mm_MH
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776951 12A || order number: 1924486 16A (HC)
-phoenix_contact connector MSTBV_01x09_GF_5.00mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776951 12A || order number: 1924486 16A (HC)
-phoenix_contact connector MSTBV_01x09_GF_5.00mm_MH
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777154 12A || order number: 1924606 16A (HC)
-phoenix_contact connector MSTBV_01x10_GF_5.08mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777154 12A || order number: 1924606 16A (HC)
-phoenix_contact connector MSTBV_01x10_GF_5.08mm_MH
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776964 12A || order number: 1924499 16A (HC)
-phoenix_contact connector MSTBV_01x10_GF_5.00mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776964 12A || order number: 1924499 16A (HC)
-phoenix_contact connector MSTBV_01x10_GF_5.00mm_MH
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777167 12A || order number: 1924619 16A (HC)
-phoenix_contact connector MSTBV_01x11_GF_5.08mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777167 12A || order number: 1924619 16A (HC)
-phoenix_contact connector MSTBV_01x11_GF_5.08mm_MH
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776977 12A || order number: 1924509 16A (HC)
-phoenix_contact connector MSTBV_01x11_GF_5.00mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776977 12A || order number: 1924509 16A (HC)
-phoenix_contact connector MSTBV_01x11_GF_5.00mm_MH
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777170 12A || order number: 1924622 16A (HC)
-phoenix_contact connector MSTBV_01x12_GF_5.08mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777170 12A || order number: 1924622 16A (HC)
-phoenix_contact connector MSTBV_01x12_GF_5.08mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776980 12A || order number: 1924512 16A (HC)
-phoenix_contact connector MSTBV_01x12_GF_5.00mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776980 12A || order number: 1924512 16A (HC)
-phoenix_contact connector MSTBV_01x12_GF_5.00mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777183 12A
-phoenix_contact connector MSTBV_01x13_GF_5.08mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777183 12A
-phoenix_contact connector MSTBV_01x13_GF_5.08mm_MH
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776993 12A
-phoenix_contact connector MSTBV_01x13_GF_5.00mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776993 12A
-phoenix_contact connector MSTBV_01x13_GF_5.00mm_MH
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777196 12A
-phoenix_contact connector MSTBV_01x14_GF_5.08mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777196 12A
-phoenix_contact connector MSTBV_01x14_GF_5.08mm_MH
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776002 12A
-phoenix_contact connector MSTBV_01x14_GF_5.00mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776002 12A
-phoenix_contact connector MSTBV_01x14_GF_5.00mm_MH
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777206 12A
-phoenix_contact connector MSTBV_01x15_GF_5.08mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777206 12A
-phoenix_contact connector MSTBV_01x15_GF_5.08mm_MH
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776015 12A
-phoenix_contact connector MSTBV_01x15_GF_5.00mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776015 12A
-phoenix_contact connector MSTBV_01x15_GF_5.00mm_MH
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777219 12A
-phoenix_contact connector MSTBV_01x16_GF_5.08mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777219 12A
-phoenix_contact connector MSTBV_01x16_GF_5.08mm_MH
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776028 12A
-phoenix_contact connector MSTBV_01x16_GF_5.00mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776028 12A
-phoenix_contact connector MSTBV_01x16_GF_5.00mm_MH
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776508 12A || order number: 1924088 16A (HC)
-phoenix_contact connector MSTB_01x02_GF_5.08mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776508 12A || order number: 1924088 16A (HC)
-phoenix_contact connector MSTB_01x02_GF_5.08mm_MH
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776692 12A || order number: 1923979 16A (HC)
-phoenix_contact connector MSTB_01x02_GF_5.00mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776692 12A || order number: 1923979 16A (HC)
-phoenix_contact connector MSTB_01x02_GF_5.00mm_MH
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776511 12A || order number: 1924091 16A (HC)
-phoenix_contact connector MSTB_01x03_GF_5.08mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776511 12A || order number: 1924091 16A (HC)
-phoenix_contact connector MSTB_01x03_GF_5.08mm_MH
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776702 12A || order number: 1923982 16A (HC)
-phoenix_contact connector MSTB_01x03_GF_5.00mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776702 12A || order number: 1923982 16A (HC)
-phoenix_contact connector MSTB_01x03_GF_5.00mm_MH
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776524 12A || order number: 1924101 16A (HC)
-phoenix_contact connector MSTB_01x04_GF_5.08mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776524 12A || order number: 1924101 16A (HC)
-phoenix_contact connector MSTB_01x04_GF_5.08mm_MH
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776715 12A || order number: 1923995 16A (HC)
-phoenix_contact connector MSTB_01x04_GF_5.00mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776715 12A || order number: 1923995 16A (HC)
-phoenix_contact connector MSTB_01x04_GF_5.00mm_MH
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776537 12A || order number: 1924114 16A (HC)
-phoenix_contact connector MSTB_01x05_GF_5.08mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776537 12A || order number: 1924114 16A (HC)
-phoenix_contact connector MSTB_01x05_GF_5.08mm_MH
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776728 12A || order number: 1924004 16A (HC)
-phoenix_contact connector MSTB_01x05_GF_5.00mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776728 12A || order number: 1924004 16A (HC)
-phoenix_contact connector MSTB_01x05_GF_5.00mm_MH
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776540 12A || order number: 1924127 16A (HC)
-phoenix_contact connector MSTB_01x06_GF_5.08mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776540 12A || order number: 1924127 16A (HC)
-phoenix_contact connector MSTB_01x06_GF_5.08mm_MH
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776731 12A || order number: 1924017 16A (HC)
-phoenix_contact connector MSTB_01x06_GF_5.00mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776731 12A || order number: 1924017 16A (HC)
-phoenix_contact connector MSTB_01x06_GF_5.00mm_MH
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776553 12A || order number: 1924130 16A (HC)
-phoenix_contact connector MSTB_01x07_GF_5.08mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776553 12A || order number: 1924130 16A (HC)
-phoenix_contact connector MSTB_01x07_GF_5.08mm_MH
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776744 12A || order number: 1924020 16A (HC)
-phoenix_contact connector MSTB_01x07_GF_5.00mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776744 12A || order number: 1924020 16A (HC)
-phoenix_contact connector MSTB_01x07_GF_5.00mm_MH
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776566 12A || order number: 1924143 16A (HC)
-phoenix_contact connector MSTB_01x08_GF_5.08mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776566 12A || order number: 1924143 16A (HC)
-phoenix_contact connector MSTB_01x08_GF_5.08mm_MH
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776757 12A || order number: 1924033 16A (HC)
-phoenix_contact connector MSTB_01x08_GF_5.00mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776757 12A || order number: 1924033 16A (HC)
-phoenix_contact connector MSTB_01x08_GF_5.00mm_MH
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776579 12A || order number: 1924156 16A (HC)
-phoenix_contact connector MSTB_01x09_GF_5.08mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776579 12A || order number: 1924156 16A (HC)
-phoenix_contact connector MSTB_01x09_GF_5.08mm_MH
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776760 12A || order number: 1924046 16A (HC)
-phoenix_contact connector MSTB_01x09_GF_5.00mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776760 12A || order number: 1924046 16A (HC)
-phoenix_contact connector MSTB_01x09_GF_5.00mm_MH
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776582 12A || order number: 1924169 16A (HC)
-phoenix_contact connector MSTB_01x10_GF_5.08mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776582 12A || order number: 1924169 16A (HC)
-phoenix_contact connector MSTB_01x10_GF_5.08mm_MH
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776773 12A || order number: 1924059 16A (HC)
-phoenix_contact connector MSTB_01x10_GF_5.00mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776773 12A || order number: 1924059 16A (HC)
-phoenix_contact connector MSTB_01x10_GF_5.00mm_MH
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776595 12A || order number: 1924172 16A (HC)
-phoenix_contact connector MSTB_01x11_GF_5.08mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776595 12A || order number: 1924172 16A (HC)
-phoenix_contact connector MSTB_01x11_GF_5.08mm_MH
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776786 12A || order number: 1924062 16A (HC)
-phoenix_contact connector MSTB_01x11_GF_5.00mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776786 12A || order number: 1924062 16A (HC)
-phoenix_contact connector MSTB_01x11_GF_5.00mm_MH
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776605 12A || order number: 1924185 16A (HC)
-phoenix_contact connector MSTB_01x12_GF_5.08mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776605 12A || order number: 1924185 16A (HC)
-phoenix_contact connector MSTB_01x12_GF_5.08mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776799 12A || order number: 1924075 16A (HC)
-phoenix_contact connector MSTB_01x12_GF_5.00mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776799 12A || order number: 1924075 16A (HC)
-phoenix_contact connector MSTB_01x12_GF_5.00mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776618 12A
-phoenix_contact connector MSTB_01x13_GF_5.08mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776618 12A
-phoenix_contact connector MSTB_01x13_GF_5.08mm_MH
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776809 12A
-phoenix_contact connector MSTB_01x13_GF_5.00mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776809 12A
-phoenix_contact connector MSTB_01x13_GF_5.00mm_MH
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776621 12A
-phoenix_contact connector MSTB_01x14_GF_5.08mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776621 12A
-phoenix_contact connector MSTB_01x14_GF_5.08mm_MH
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776812 12A
-phoenix_contact connector MSTB_01x14_GF_5.00mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776812 12A
-phoenix_contact connector MSTB_01x14_GF_5.00mm_MH
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776634 12A
-phoenix_contact connector MSTB_01x15_GF_5.08mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776634 12A
-phoenix_contact connector MSTB_01x15_GF_5.08mm_MH
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776825 12A
-phoenix_contact connector MSTB_01x15_GF_5.00mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776825 12A
-phoenix_contact connector MSTB_01x15_GF_5.00mm_MH
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776647 12A
-phoenix_contact connector MSTB_01x16_GF_5.08mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776647 12A
-phoenix_contact connector MSTB_01x16_GF_5.08mm_MH
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776838 12A
-phoenix_contact connector MSTB_01x16_GF_5.00mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776838 12A
-phoenix_contact connector MSTB_01x16_GF_5.00mm_MH
-0
-16
-16
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_2-H-3.5_1x02_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/2-H-3.5 Terminal Block, 1990737 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990737), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/2-H-3.5 1990737
-0
-4
-2
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_3-H-3.5_1x03_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/3-H-3.5 Terminal Block, 1990740 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990740), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/3-H-3.5 1990740
-0
-6
-3
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_4-H-3.5_1x04_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/4-H-3.5 Terminal Block, 1990753 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990753), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/4-H-3.5 1990753
-0
-8
-4
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_5-H-3.5_1x05_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/5-H-3.5 Terminal Block, 1990766 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990766), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/5-H-3.5 1990766
-0
-10
-5
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_6-H-3.5_1x06_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/6-H-3.5 Terminal Block, 1990779 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990779), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/6-H-3.5 1990779
-0
-12
-6
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_7-H-3.5_1x07_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/7-H-3.5 Terminal Block, 1990782 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990782), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/7-H-3.5 1990782
-0
-14
-7
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_8-H-3.5_1x08_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/8-H-3.5 Terminal Block, 1990795 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990795), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/8-H-3.5 1990795
-0
-16
-8
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_9-H-3.5_1x09_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/9-H-3.5 Terminal Block, 1990805 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990805), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/9-H-3.5 1990805
-0
-18
-9
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_10-H-3.5_1x10_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/10-H-3.5 Terminal Block, 1990818 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990818), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/10-H-3.5 1990818
-0
-20
-10
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_11-H-3.5_1x11_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/11-H-3.5 Terminal Block, 1990821 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990821), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/11-H-3.5 1990821
-0
-22
-11
-Connector_Phoenix_SPT
-PhoenixContact_SPT_1.5_12-H-3.5_1x12_P3.5mm_Horizontal
-Connector Phoenix Contact, SPT 1.5/12-H-3.5 Terminal Block, 1990834 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990834), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 1.5/12-H-3.5 1990834
-0
-24
-12
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_1-H-5.0_1x01_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/1-H-5.0 Terminal Block, 1751066 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1751066), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/1-H-5.0 1751066
-0
-2
-1
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_2-H-5.0-EX_1x02_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/2-H-5.0-EX Terminal Block, 1732386 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732386), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/2-H-5.0-EX 1732386
-0
-4
-2
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_2-H-5.0_1x02_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/2-H-5.0 Terminal Block, 1990973 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990973), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/2-H-5.0 1990973
-0
-4
-2
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_2-V-5.0-EX_1x02_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/2-V-5.0-EX Terminal Block, 1732496 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732496), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/2-V-5.0-EX 1732496
-0
-4
-2
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_3-H-5.0-EX_1x03_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/3-H-5.0-EX Terminal Block, 1732399 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732399), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/3-H-5.0-EX 1732399
-0
-6
-3
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_3-H-5.0_1x03_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/3-H-5.0 Terminal Block, 1990986 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990986), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/3-H-5.0 1990986
-0
-6
-3
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_3-V-5.0-EX_1x03_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/3-V-5.0-EX Terminal Block, 1732506 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732506), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/3-V-5.0-EX 1732506
-0
-6
-3
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_4-H-5.0-EX_1x04_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/4-H-5.0-EX Terminal Block, 1732409 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732409), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/4-H-5.0-EX 1732409
-0
-8
-4
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_4-H-5.0_1x04_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/4-H-5.0 Terminal Block, 1990999 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990999), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/4-H-5.0 1990999
-0
-8
-4
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_4-V-5.0-EX_1x04_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/4-V-5.0-EX Terminal Block, 1732519 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732519), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/4-V-5.0-EX 1732519
-0
-8
-4
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_5-H-5.0-EX_1x05_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/5-H-5.0-EX Terminal Block, 1732412 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732412), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/5-H-5.0-EX 1732412
-0
-10
-5
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_5-H-5.0_1x05_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/5-H-5.0 Terminal Block, 1991008 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991008), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/5-H-5.0 1991008
-0
-10
-5
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_5-V-5.0-EX_1x05_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/5-V-5.0-EX Terminal Block, 1732522 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732522), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/5-V-5.0-EX 1732522
-0
-10
-5
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_6-H-5.0-EX_1x06_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/6-H-5.0-EX Terminal Block, 1732425 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732425), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/6-H-5.0-EX 1732425
-0
-12
-6
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_6-H-5.0_1x06_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/6-H-5.0 Terminal Block, 1991011 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991011), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/6-H-5.0 1991011
-0
-12
-6
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_6-V-5.0-EX_1x06_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/6-V-5.0-EX Terminal Block, 1732535 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732535), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/6-V-5.0-EX 1732535
-0
-12
-6
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_7-H-5.0-EX_1x07_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/7-H-5.0-EX Terminal Block, 1732438 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732438), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/7-H-5.0-EX 1732438
-0
-14
-7
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_7-H-5.0_1x07_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/7-H-5.0 Terminal Block, 1991024 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991024), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/7-H-5.0 1991024
-0
-14
-7
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_7-V-5.0-EX_1x07_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/7-V-5.0-EX Terminal Block, 1732548 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732548), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/7-V-5.0-EX 1732548
-0
-14
-7
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_8-H-5.0-EX_1x08_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/8-H-5.0-EX Terminal Block, 1732441 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732441), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/8-H-5.0-EX 1732441
-0
-16
-8
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_8-H-5.0_1x08_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/8-H-5.0 Terminal Block, 1991037 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991037), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/8-H-5.0 1991037
-0
-16
-8
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_8-V-5.0-EX_1x08_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/8-V-5.0-EX Terminal Block, 1732551 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732551), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/8-V-5.0-EX 1732551
-0
-16
-8
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_9-H-5.0-EX_1x09_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/9-H-5.0-EX Terminal Block, 1732454 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732454), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/9-H-5.0-EX 1732454
-0
-18
-9
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_9-H-5.0_1x09_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/9-H-5.0 Terminal Block, 1991040 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991040), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/9-H-5.0 1991040
-0
-18
-9
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_9-V-5.0-EX_1x09_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/9-V-5.0-EX Terminal Block, 1732564 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732564), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/9-V-5.0-EX 1732564
-0
-18
-9
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_10-H-5.0-EX_1x10_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/10-H-5.0-EX Terminal Block, 1732467 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732467), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/10-H-5.0-EX 1732467
-0
-20
-10
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_10-H-5.0_1x10_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/10-H-5.0 Terminal Block, 1991053 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991053), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/10-H-5.0 1991053
-0
-20
-10
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_10-V-5.0-EX_1x10_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/10-V-5.0-EX Terminal Block, 1732577 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732577), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/10-V-5.0-EX 1732577
-0
-20
-10
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_11-H-5.0-EX_1x11_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/11-H-5.0-EX Terminal Block, 1732470 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732470), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/11-H-5.0-EX 1732470
-0
-22
-11
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_11-H-5.0_1x11_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/11-H-5.0 Terminal Block, 1991066 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991066), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/11-H-5.0 1991066
-0
-22
-11
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_11-V-5.0-EX_1x11_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/11-V-5.0-EX Terminal Block, 1732580 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732580), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/11-V-5.0-EX 1732580
-0
-22
-11
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_12-H-5.0-EX_1x12_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/12-H-5.0-EX Terminal Block, 1732483 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732483), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/12-H-5.0-EX 1732483
-0
-24
-12
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_12-H-5.0_1x12_P5.0mm_Horizontal
-Connector Phoenix Contact, SPT 2.5/12-H-5.0 Terminal Block, 1991079 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991079), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/12-H-5.0 1991079
-0
-24
-12
-Connector_Phoenix_SPT
-PhoenixContact_SPT_2.5_12-V-5.0-EX_1x12_P5.0mm_Vertical
-Connector Phoenix Contact, SPT 2.5/12-V-5.0-EX Terminal Block, 1732593 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732593), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 2.5/12-V-5.0-EX 1732593
-0
-24
-12
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_1-H-7.5_1x01_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/1-H-7.5 Terminal Block, 1719189 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719189), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/1-H-7.5 1719189
-0
-2
-1
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_1-V-7.5_1x01_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/1-V-7.5 Terminal Block, 1719309 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719309), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/1-V-7.5 1719309
-0
-2
-1
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_2-H-7.5-ZB_1x02_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/2-H-7.5-ZB Terminal Block, 1719192 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719192), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/2-H-7.5-ZB 1719192
-0
-2
-2
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_2-V-7.5_1x02_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/2-V-7.5 Terminal Block, 1738144 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1738144), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/2-V-7.5 1738144
-0
-4
-2
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_3-H-7.5-ZB_1x03_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/3-H-7.5-ZB Terminal Block, 1719202 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719202), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/3-H-7.5-ZB 1719202
-0
-3
-3
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_3-H-7.5_1x03_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/3-H-7.5 Terminal Block, 1701361 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1701361), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/3-H-7.5 1701361
-0
-6
-3
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_3-V-7.5-ZB_1x03_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/3-V-7.5-ZB Terminal Block, 1719325 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719325), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/3-V-7.5-ZB 1719325
-0
-3
-3
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_4-H-7.5-ZB_1x04_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/4-H-7.5-ZB Terminal Block, 1719215 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719215), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/4-H-7.5-ZB 1719215
-0
-4
-4
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_5-H-7.5-ZB_1x05_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/5-H-7.5-ZB Terminal Block, 1719228 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719228), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/5-H-7.5-ZB 1719228
-0
-5
-5
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_5-V-7.5-ZB_1x05_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/5-V-7.5-ZB Terminal Block, 1719341 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719341), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/5-V-7.5-ZB 1719341
-0
-5
-5
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_6-H-7.5-ZB_1x06_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/6-H-7.5-ZB Terminal Block, 1719231 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719231), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/6-H-7.5-ZB 1719231
-0
-6
-6
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_6-V-7.5-ZB_1x06_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/6-V-7.5-ZB Terminal Block, 1719354 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719354), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/6-V-7.5-ZB 1719354
-0
-6
-6
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_7-H-7.5-ZB_1x07_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/7-H-7.5-ZB Terminal Block, 1719244 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719244), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/7-H-7.5-ZB 1719244
-0
-7
-7
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_7-V-7.5-ZB_1x07_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/7-V-7.5-ZB Terminal Block, 1719367 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719367), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/7-V-7.5-ZB 1719367
-0
-7
-7
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_8-H-7.5-ZB_1x08_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/8-H-7.5-ZB Terminal Block, 1719257 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719257), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/8-H-7.5-ZB 1719257
-0
-8
-8
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_8-V-7.5-ZB_1x08_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/8-V-7.5-ZB Terminal Block, 1719370 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719370), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/8-V-7.5-ZB 1719370
-0
-8
-8
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_9-H-7.5-ZB_1x09_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/9-H-7.5-ZB Terminal Block, 1719260 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719260), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/9-H-7.5-ZB 1719260
-0
-9
-9
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_9-V-7.5-ZB_1x09_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/9-V-7.5-ZB Terminal Block, 1719383 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719383), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/9-V-7.5-ZB 1719383
-0
-9
-9
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_10-H-7.5-ZB_1x10_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/10-H-7.5-ZB Terminal Block, 1719273 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719273), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/10-H-7.5-ZB 1719273
-0
-10
-10
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_10-V-7.5-ZB_1x10_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/10-V-7.5-ZB Terminal Block, 1719396 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719396), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/10-V-7.5-ZB 1719396
-0
-10
-10
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_11-H-7.5-ZB_1x11_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/11-H-7.5-ZB Terminal Block, 1719286 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719286), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/11-H-7.5-ZB 1719286
-0
-11
-11
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_11-V-7.5-ZB_1x11_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/11-V-7.5-ZB Terminal Block, 1719406 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719406), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/11-V-7.5-ZB 1719406
-0
-11
-11
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_12-H-7.5-ZB_1x12_P7.5mm_Horizontal
-Connector Phoenix Contact, SPT 5/12-H-7.5-ZB Terminal Block, 1719299 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719299), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/12-H-7.5-ZB 1719299
-0
-12
-12
-Connector_Phoenix_SPT
-PhoenixContact_SPT_5_12-V-7.5-ZB_1x12_P7.5mm_Vertical
-Connector Phoenix Contact, SPT 5/12-V-7.5-ZB Terminal Block, 1719419 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719419), generated with kicad-footprint-generator
-Connector Phoenix Contact SPT 5/12-V-7.5-ZB 1719419
-0
-12
-12
-Connector_Pin
-Pin_D0.7mm_L6.5mm_W1.8mm_FlatFork
-solder Pin_ with flat fork, hole diameter 0.7mm, length 6.5mm, width 1.8mm
-solder Pin_ with flat fork
-0
-1
-1
-Connector_Pin
-Pin_D0.9mm_L10.0mm_W2.4mm_FlatFork
-solder Pin_ with flat fork, hole diameter 0.9mm, length 10.0mm, width 2.4mm
-solder Pin_ with flat fork
-0
-1
-1
-Connector_Pin
-Pin_D1.0mm_L10.0mm
-solder Pin_ diameter 1.0mm, hole diameter 1.0mm (press fit), length 10.0mm
-solder Pin_ press fit
-0
-1
-1
-Connector_Pin
-Pin_D1.0mm_L10.0mm_LooseFit
-solder Pin_ diameter 1.0mm, hole diameter 1.2mm (loose fit), length 10.0mm
-solder Pin_ loose fit
-0
-1
-1
-Connector_Pin
-Pin_D1.1mm_L8.5mm_W2.5mm_FlatFork
-solder Pin_ with flat fork, hole diameter 1.1mm, length 8.5mm, width 2.5mm
-solder Pin_ with flat fork
-0
-1
-1
-Connector_Pin
-Pin_D1.1mm_L10.2mm_W3.5mm_Flat
-solder Pin_ with flat with hole, hole diameter 1.1mm, length 10.2mm, width 3.5mm
-solder Pin_ with flat fork
-0
-1
-1
-Connector_Pin
-Pin_D1.2mm_L10.2mm_W2.9mm_FlatFork
-solder Pin_ with flat with fork, hole diameter 1.2mm, length 11.3mm, width 3.0mm
-solder Pin_ with flat fork
-0
-1
-1
-Connector_Pin
-Pin_D1.2mm_L11.3mm_W3.0mm_Flat
-solder Pin_ with flat with hole, hole diameter 1.2mm, length 11.3mm, width 3.0mm
-solder Pin_ with flat fork
-0
-1
-1
-Connector_Pin
-Pin_D1.3mm_L10.0mm_W3.5mm_Flat
-solder Pin_ with flat with hole, hole diameter 1.3mm, length 10.0mm, width 3.5mm, e.g. Ettinger 13.13.865, https://katalog.ettinger.de/#p=434
-solder Pin_ with flat fork
-0
-1
-1
-Connector_Pin
-Pin_D1.3mm_L11.0mm
-solder Pin_ diameter 1.3mm, hole diameter 1.3mm, length 11.0mm
-solder Pin_ pressfit
-0
-1
-1
-Connector_Pin
-Pin_D1.3mm_L11.0mm_LooseFit
-solder Pin_ diameter 1.3mm, hole diameter 1.5mm (loose fit), length 11.0mm
-solder Pin_ loose fit
-0
-1
-1
-Connector_Pin
-Pin_D1.3mm_L11.3mm_W2.8mm_Flat
-solder Pin_ with flat with hole, hole diameter 1.3mm, length 11.3mm, width 2.8mm
-solder Pin_ with flat fork
-0
-1
-1
-Connector_Pin
-Pin_D1.4mm_L8.5mm_W2.8mm_FlatFork
-solder Pin_ with flat with fork, hole diameter 1.4mm, length 8.5mm, width 2.8mm, e.g. Ettinger 13.13.890, https://katalog.ettinger.de/#p=434
-solder Pin_ with flat fork
-0
-1
-1
-Connector_PinHeader_1.00mm
-PinHeader_1x01_P1.00mm_Horizontal
-Through hole angled pin header, 1x01, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x01 1.00mm single row
-0
-1
-1
-Connector_PinHeader_1.00mm
-PinHeader_1x01_P1.00mm_Vertical
-Through hole straight pin header, 1x01, 1.00mm pitch, single row
-Through hole pin header THT 1x01 1.00mm single row
-0
-1
-1
-Connector_PinHeader_1.00mm
-PinHeader_1x02_P1.00mm_Horizontal
-Through hole angled pin header, 1x02, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x02 1.00mm single row
-0
-2
-2
-Connector_PinHeader_1.00mm
-PinHeader_1x02_P1.00mm_Vertical
-Through hole straight pin header, 1x02, 1.00mm pitch, single row
-Through hole pin header THT 1x02 1.00mm single row
-0
-2
-2
-Connector_PinHeader_1.00mm
-PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x02 1.00mm single row style1 pin1 left
-0
-2
-2
-Connector_PinHeader_1.00mm
-PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x02 1.00mm single row style2 pin1 right
-0
-2
-2
-Connector_PinHeader_1.00mm
-PinHeader_1x03_P1.00mm_Horizontal
-Through hole angled pin header, 1x03, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x03 1.00mm single row
-0
-3
-3
-Connector_PinHeader_1.00mm
-PinHeader_1x03_P1.00mm_Vertical
-Through hole straight pin header, 1x03, 1.00mm pitch, single row
-Through hole pin header THT 1x03 1.00mm single row
-0
-3
-3
-Connector_PinHeader_1.00mm
-PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x03 1.00mm single row style1 pin1 left
-0
-3
-3
-Connector_PinHeader_1.00mm
-PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x03 1.00mm single row style2 pin1 right
-0
-3
-3
-Connector_PinHeader_1.00mm
-PinHeader_1x04_P1.00mm_Horizontal
-Through hole angled pin header, 1x04, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x04 1.00mm single row
-0
-4
-4
-Connector_PinHeader_1.00mm
-PinHeader_1x04_P1.00mm_Vertical
-Through hole straight pin header, 1x04, 1.00mm pitch, single row
-Through hole pin header THT 1x04 1.00mm single row
-0
-4
-4
-Connector_PinHeader_1.00mm
-PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x04 1.00mm single row style1 pin1 left
-0
-4
-4
-Connector_PinHeader_1.00mm
-PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x04 1.00mm single row style2 pin1 right
-0
-4
-4
-Connector_PinHeader_1.00mm
-PinHeader_1x05_P1.00mm_Horizontal
-Through hole angled pin header, 1x05, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x05 1.00mm single row
-0
-5
-5
-Connector_PinHeader_1.00mm
-PinHeader_1x05_P1.00mm_Vertical
-Through hole straight pin header, 1x05, 1.00mm pitch, single row
-Through hole pin header THT 1x05 1.00mm single row
-0
-5
-5
-Connector_PinHeader_1.00mm
-PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x05 1.00mm single row style1 pin1 left
-0
-5
-5
-Connector_PinHeader_1.00mm
-PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x05 1.00mm single row style2 pin1 right
-0
-5
-5
-Connector_PinHeader_1.00mm
-PinHeader_1x06_P1.00mm_Horizontal
-Through hole angled pin header, 1x06, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x06 1.00mm single row
-0
-6
-6
-Connector_PinHeader_1.00mm
-PinHeader_1x06_P1.00mm_Vertical
-Through hole straight pin header, 1x06, 1.00mm pitch, single row
-Through hole pin header THT 1x06 1.00mm single row
-0
-6
-6
-Connector_PinHeader_1.00mm
-PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x06 1.00mm single row style1 pin1 left
-0
-6
-6
-Connector_PinHeader_1.00mm
-PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x06 1.00mm single row style2 pin1 right
-0
-6
-6
-Connector_PinHeader_1.00mm
-PinHeader_1x07_P1.00mm_Horizontal
-Through hole angled pin header, 1x07, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x07 1.00mm single row
-0
-7
-7
-Connector_PinHeader_1.00mm
-PinHeader_1x07_P1.00mm_Vertical
-Through hole straight pin header, 1x07, 1.00mm pitch, single row
-Through hole pin header THT 1x07 1.00mm single row
-0
-7
-7
-Connector_PinHeader_1.00mm
-PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x07 1.00mm single row style1 pin1 left
-0
-7
-7
-Connector_PinHeader_1.00mm
-PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x07 1.00mm single row style2 pin1 right
-0
-7
-7
-Connector_PinHeader_1.00mm
-PinHeader_1x08_P1.00mm_Horizontal
-Through hole angled pin header, 1x08, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x08 1.00mm single row
-0
-8
-8
-Connector_PinHeader_1.00mm
-PinHeader_1x08_P1.00mm_Vertical
-Through hole straight pin header, 1x08, 1.00mm pitch, single row
-Through hole pin header THT 1x08 1.00mm single row
-0
-8
-8
-Connector_PinHeader_1.00mm
-PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x08 1.00mm single row style1 pin1 left
-0
-8
-8
-Connector_PinHeader_1.00mm
-PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x08 1.00mm single row style2 pin1 right
-0
-8
-8
-Connector_PinHeader_1.00mm
-PinHeader_1x09_P1.00mm_Horizontal
-Through hole angled pin header, 1x09, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x09 1.00mm single row
-0
-9
-9
-Connector_PinHeader_1.00mm
-PinHeader_1x09_P1.00mm_Vertical
-Through hole straight pin header, 1x09, 1.00mm pitch, single row
-Through hole pin header THT 1x09 1.00mm single row
-0
-9
-9
-Connector_PinHeader_1.00mm
-PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x09 1.00mm single row style1 pin1 left
-0
-9
-9
-Connector_PinHeader_1.00mm
-PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x09 1.00mm single row style2 pin1 right
-0
-9
-9
-Connector_PinHeader_1.00mm
-PinHeader_1x10_P1.00mm_Horizontal
-Through hole angled pin header, 1x10, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x10 1.00mm single row
-0
-10
-10
-Connector_PinHeader_1.00mm
-PinHeader_1x10_P1.00mm_Vertical
-Through hole straight pin header, 1x10, 1.00mm pitch, single row
-Through hole pin header THT 1x10 1.00mm single row
-0
-10
-10
-Connector_PinHeader_1.00mm
-PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x10 1.00mm single row style1 pin1 left
-0
-10
-10
-Connector_PinHeader_1.00mm
-PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x10 1.00mm single row style2 pin1 right
-0
-10
-10
-Connector_PinHeader_1.00mm
-PinHeader_1x11_P1.00mm_Horizontal
-Through hole angled pin header, 1x11, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x11 1.00mm single row
-0
-11
-11
-Connector_PinHeader_1.00mm
-PinHeader_1x11_P1.00mm_Vertical
-Through hole straight pin header, 1x11, 1.00mm pitch, single row
-Through hole pin header THT 1x11 1.00mm single row
-0
-11
-11
-Connector_PinHeader_1.00mm
-PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x11 1.00mm single row style1 pin1 left
-0
-11
-11
-Connector_PinHeader_1.00mm
-PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x11 1.00mm single row style2 pin1 right
-0
-11
-11
-Connector_PinHeader_1.00mm
-PinHeader_1x12_P1.00mm_Horizontal
-Through hole angled pin header, 1x12, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x12 1.00mm single row
-0
-12
-12
-Connector_PinHeader_1.00mm
-PinHeader_1x12_P1.00mm_Vertical
-Through hole straight pin header, 1x12, 1.00mm pitch, single row
-Through hole pin header THT 1x12 1.00mm single row
-0
-12
-12
-Connector_PinHeader_1.00mm
-PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x12 1.00mm single row style1 pin1 left
-0
-12
-12
-Connector_PinHeader_1.00mm
-PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x12 1.00mm single row style2 pin1 right
-0
-12
-12
-Connector_PinHeader_1.00mm
-PinHeader_1x13_P1.00mm_Horizontal
-Through hole angled pin header, 1x13, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x13 1.00mm single row
-0
-13
-13
-Connector_PinHeader_1.00mm
-PinHeader_1x13_P1.00mm_Vertical
-Through hole straight pin header, 1x13, 1.00mm pitch, single row
-Through hole pin header THT 1x13 1.00mm single row
-0
-13
-13
-Connector_PinHeader_1.00mm
-PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x13 1.00mm single row style1 pin1 left
-0
-13
-13
-Connector_PinHeader_1.00mm
-PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x13 1.00mm single row style2 pin1 right
-0
-13
-13
-Connector_PinHeader_1.00mm
-PinHeader_1x14_P1.00mm_Horizontal
-Through hole angled pin header, 1x14, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x14 1.00mm single row
-0
-14
-14
-Connector_PinHeader_1.00mm
-PinHeader_1x14_P1.00mm_Vertical
-Through hole straight pin header, 1x14, 1.00mm pitch, single row
-Through hole pin header THT 1x14 1.00mm single row
-0
-14
-14
-Connector_PinHeader_1.00mm
-PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x14 1.00mm single row style1 pin1 left
-0
-14
-14
-Connector_PinHeader_1.00mm
-PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x14 1.00mm single row style2 pin1 right
-0
-14
-14
-Connector_PinHeader_1.00mm
-PinHeader_1x15_P1.00mm_Horizontal
-Through hole angled pin header, 1x15, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x15 1.00mm single row
-0
-15
-15
-Connector_PinHeader_1.00mm
-PinHeader_1x15_P1.00mm_Vertical
-Through hole straight pin header, 1x15, 1.00mm pitch, single row
-Through hole pin header THT 1x15 1.00mm single row
-0
-15
-15
-Connector_PinHeader_1.00mm
-PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x15 1.00mm single row style1 pin1 left
-0
-15
-15
-Connector_PinHeader_1.00mm
-PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x15 1.00mm single row style2 pin1 right
-0
-15
-15
-Connector_PinHeader_1.00mm
-PinHeader_1x16_P1.00mm_Horizontal
-Through hole angled pin header, 1x16, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x16 1.00mm single row
-0
-16
-16
-Connector_PinHeader_1.00mm
-PinHeader_1x16_P1.00mm_Vertical
-Through hole straight pin header, 1x16, 1.00mm pitch, single row
-Through hole pin header THT 1x16 1.00mm single row
-0
-16
-16
-Connector_PinHeader_1.00mm
-PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x16 1.00mm single row style1 pin1 left
-0
-16
-16
-Connector_PinHeader_1.00mm
-PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x16 1.00mm single row style2 pin1 right
-0
-16
-16
-Connector_PinHeader_1.00mm
-PinHeader_1x17_P1.00mm_Horizontal
-Through hole angled pin header, 1x17, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x17 1.00mm single row
-0
-17
-17
-Connector_PinHeader_1.00mm
-PinHeader_1x17_P1.00mm_Vertical
-Through hole straight pin header, 1x17, 1.00mm pitch, single row
-Through hole pin header THT 1x17 1.00mm single row
-0
-17
-17
-Connector_PinHeader_1.00mm
-PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x17 1.00mm single row style1 pin1 left
-0
-17
-17
-Connector_PinHeader_1.00mm
-PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x17 1.00mm single row style2 pin1 right
-0
-17
-17
-Connector_PinHeader_1.00mm
-PinHeader_1x18_P1.00mm_Horizontal
-Through hole angled pin header, 1x18, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x18 1.00mm single row
-0
-18
-18
-Connector_PinHeader_1.00mm
-PinHeader_1x18_P1.00mm_Vertical
-Through hole straight pin header, 1x18, 1.00mm pitch, single row
-Through hole pin header THT 1x18 1.00mm single row
-0
-18
-18
-Connector_PinHeader_1.00mm
-PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x18 1.00mm single row style1 pin1 left
-0
-18
-18
-Connector_PinHeader_1.00mm
-PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x18 1.00mm single row style2 pin1 right
-0
-18
-18
-Connector_PinHeader_1.00mm
-PinHeader_1x19_P1.00mm_Horizontal
-Through hole angled pin header, 1x19, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x19 1.00mm single row
-0
-19
-19
-Connector_PinHeader_1.00mm
-PinHeader_1x19_P1.00mm_Vertical
-Through hole straight pin header, 1x19, 1.00mm pitch, single row
-Through hole pin header THT 1x19 1.00mm single row
-0
-19
-19
-Connector_PinHeader_1.00mm
-PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x19 1.00mm single row style1 pin1 left
-0
-19
-19
-Connector_PinHeader_1.00mm
-PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x19 1.00mm single row style2 pin1 right
-0
-19
-19
-Connector_PinHeader_1.00mm
-PinHeader_1x20_P1.00mm_Horizontal
-Through hole angled pin header, 1x20, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x20 1.00mm single row
-0
-20
-20
-Connector_PinHeader_1.00mm
-PinHeader_1x20_P1.00mm_Vertical
-Through hole straight pin header, 1x20, 1.00mm pitch, single row
-Through hole pin header THT 1x20 1.00mm single row
-0
-20
-20
-Connector_PinHeader_1.00mm
-PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x20 1.00mm single row style1 pin1 left
-0
-20
-20
-Connector_PinHeader_1.00mm
-PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x20 1.00mm single row style2 pin1 right
-0
-20
-20
-Connector_PinHeader_1.00mm
-PinHeader_1x21_P1.00mm_Horizontal
-Through hole angled pin header, 1x21, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x21 1.00mm single row
-0
-21
-21
-Connector_PinHeader_1.00mm
-PinHeader_1x21_P1.00mm_Vertical
-Through hole straight pin header, 1x21, 1.00mm pitch, single row
-Through hole pin header THT 1x21 1.00mm single row
-0
-21
-21
-Connector_PinHeader_1.00mm
-PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x21 1.00mm single row style1 pin1 left
-0
-21
-21
-Connector_PinHeader_1.00mm
-PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x21 1.00mm single row style2 pin1 right
-0
-21
-21
-Connector_PinHeader_1.00mm
-PinHeader_1x22_P1.00mm_Horizontal
-Through hole angled pin header, 1x22, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x22 1.00mm single row
-0
-22
-22
-Connector_PinHeader_1.00mm
-PinHeader_1x22_P1.00mm_Vertical
-Through hole straight pin header, 1x22, 1.00mm pitch, single row
-Through hole pin header THT 1x22 1.00mm single row
-0
-22
-22
-Connector_PinHeader_1.00mm
-PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x22 1.00mm single row style1 pin1 left
-0
-22
-22
-Connector_PinHeader_1.00mm
-PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x22 1.00mm single row style2 pin1 right
-0
-22
-22
-Connector_PinHeader_1.00mm
-PinHeader_1x23_P1.00mm_Horizontal
-Through hole angled pin header, 1x23, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x23 1.00mm single row
-0
-23
-23
-Connector_PinHeader_1.00mm
-PinHeader_1x23_P1.00mm_Vertical
-Through hole straight pin header, 1x23, 1.00mm pitch, single row
-Through hole pin header THT 1x23 1.00mm single row
-0
-23
-23
-Connector_PinHeader_1.00mm
-PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x23 1.00mm single row style1 pin1 left
-0
-23
-23
-Connector_PinHeader_1.00mm
-PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x23 1.00mm single row style2 pin1 right
-0
-23
-23
-Connector_PinHeader_1.00mm
-PinHeader_1x24_P1.00mm_Horizontal
-Through hole angled pin header, 1x24, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x24 1.00mm single row
-0
-24
-24
-Connector_PinHeader_1.00mm
-PinHeader_1x24_P1.00mm_Vertical
-Through hole straight pin header, 1x24, 1.00mm pitch, single row
-Through hole pin header THT 1x24 1.00mm single row
-0
-24
-24
-Connector_PinHeader_1.00mm
-PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x24 1.00mm single row style1 pin1 left
-0
-24
-24
-Connector_PinHeader_1.00mm
-PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x24 1.00mm single row style2 pin1 right
-0
-24
-24
-Connector_PinHeader_1.00mm
-PinHeader_1x25_P1.00mm_Horizontal
-Through hole angled pin header, 1x25, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x25 1.00mm single row
-0
-25
-25
-Connector_PinHeader_1.00mm
-PinHeader_1x25_P1.00mm_Vertical
-Through hole straight pin header, 1x25, 1.00mm pitch, single row
-Through hole pin header THT 1x25 1.00mm single row
-0
-25
-25
-Connector_PinHeader_1.00mm
-PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x25 1.00mm single row style1 pin1 left
-0
-25
-25
-Connector_PinHeader_1.00mm
-PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x25 1.00mm single row style2 pin1 right
-0
-25
-25
-Connector_PinHeader_1.00mm
-PinHeader_1x26_P1.00mm_Horizontal
-Through hole angled pin header, 1x26, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x26 1.00mm single row
-0
-26
-26
-Connector_PinHeader_1.00mm
-PinHeader_1x26_P1.00mm_Vertical
-Through hole straight pin header, 1x26, 1.00mm pitch, single row
-Through hole pin header THT 1x26 1.00mm single row
-0
-26
-26
-Connector_PinHeader_1.00mm
-PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x26 1.00mm single row style1 pin1 left
-0
-26
-26
-Connector_PinHeader_1.00mm
-PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x26 1.00mm single row style2 pin1 right
-0
-26
-26
-Connector_PinHeader_1.00mm
-PinHeader_1x27_P1.00mm_Horizontal
-Through hole angled pin header, 1x27, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x27 1.00mm single row
-0
-27
-27
-Connector_PinHeader_1.00mm
-PinHeader_1x27_P1.00mm_Vertical
-Through hole straight pin header, 1x27, 1.00mm pitch, single row
-Through hole pin header THT 1x27 1.00mm single row
-0
-27
-27
-Connector_PinHeader_1.00mm
-PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x27 1.00mm single row style1 pin1 left
-0
-27
-27
-Connector_PinHeader_1.00mm
-PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x27 1.00mm single row style2 pin1 right
-0
-27
-27
-Connector_PinHeader_1.00mm
-PinHeader_1x28_P1.00mm_Horizontal
-Through hole angled pin header, 1x28, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x28 1.00mm single row
-0
-28
-28
-Connector_PinHeader_1.00mm
-PinHeader_1x28_P1.00mm_Vertical
-Through hole straight pin header, 1x28, 1.00mm pitch, single row
-Through hole pin header THT 1x28 1.00mm single row
-0
-28
-28
-Connector_PinHeader_1.00mm
-PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x28 1.00mm single row style1 pin1 left
-0
-28
-28
-Connector_PinHeader_1.00mm
-PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x28 1.00mm single row style2 pin1 right
-0
-28
-28
-Connector_PinHeader_1.00mm
-PinHeader_1x29_P1.00mm_Horizontal
-Through hole angled pin header, 1x29, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x29 1.00mm single row
-0
-29
-29
-Connector_PinHeader_1.00mm
-PinHeader_1x29_P1.00mm_Vertical
-Through hole straight pin header, 1x29, 1.00mm pitch, single row
-Through hole pin header THT 1x29 1.00mm single row
-0
-29
-29
-Connector_PinHeader_1.00mm
-PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x29 1.00mm single row style1 pin1 left
-0
-29
-29
-Connector_PinHeader_1.00mm
-PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x29 1.00mm single row style2 pin1 right
-0
-29
-29
-Connector_PinHeader_1.00mm
-PinHeader_1x30_P1.00mm_Horizontal
-Through hole angled pin header, 1x30, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x30 1.00mm single row
-0
-30
-30
-Connector_PinHeader_1.00mm
-PinHeader_1x30_P1.00mm_Vertical
-Through hole straight pin header, 1x30, 1.00mm pitch, single row
-Through hole pin header THT 1x30 1.00mm single row
-0
-30
-30
-Connector_PinHeader_1.00mm
-PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x30 1.00mm single row style1 pin1 left
-0
-30
-30
-Connector_PinHeader_1.00mm
-PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x30 1.00mm single row style2 pin1 right
-0
-30
-30
-Connector_PinHeader_1.00mm
-PinHeader_1x31_P1.00mm_Horizontal
-Through hole angled pin header, 1x31, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x31 1.00mm single row
-0
-31
-31
-Connector_PinHeader_1.00mm
-PinHeader_1x31_P1.00mm_Vertical
-Through hole straight pin header, 1x31, 1.00mm pitch, single row
-Through hole pin header THT 1x31 1.00mm single row
-0
-31
-31
-Connector_PinHeader_1.00mm
-PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x31 1.00mm single row style1 pin1 left
-0
-31
-31
-Connector_PinHeader_1.00mm
-PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x31 1.00mm single row style2 pin1 right
-0
-31
-31
-Connector_PinHeader_1.00mm
-PinHeader_1x32_P1.00mm_Horizontal
-Through hole angled pin header, 1x32, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x32 1.00mm single row
-0
-32
-32
-Connector_PinHeader_1.00mm
-PinHeader_1x32_P1.00mm_Vertical
-Through hole straight pin header, 1x32, 1.00mm pitch, single row
-Through hole pin header THT 1x32 1.00mm single row
-0
-32
-32
-Connector_PinHeader_1.00mm
-PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x32 1.00mm single row style1 pin1 left
-0
-32
-32
-Connector_PinHeader_1.00mm
-PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x32 1.00mm single row style2 pin1 right
-0
-32
-32
-Connector_PinHeader_1.00mm
-PinHeader_1x33_P1.00mm_Horizontal
-Through hole angled pin header, 1x33, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x33 1.00mm single row
-0
-33
-33
-Connector_PinHeader_1.00mm
-PinHeader_1x33_P1.00mm_Vertical
-Through hole straight pin header, 1x33, 1.00mm pitch, single row
-Through hole pin header THT 1x33 1.00mm single row
-0
-33
-33
-Connector_PinHeader_1.00mm
-PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x33 1.00mm single row style1 pin1 left
-0
-33
-33
-Connector_PinHeader_1.00mm
-PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x33 1.00mm single row style2 pin1 right
-0
-33
-33
-Connector_PinHeader_1.00mm
-PinHeader_1x34_P1.00mm_Horizontal
-Through hole angled pin header, 1x34, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x34 1.00mm single row
-0
-34
-34
-Connector_PinHeader_1.00mm
-PinHeader_1x34_P1.00mm_Vertical
-Through hole straight pin header, 1x34, 1.00mm pitch, single row
-Through hole pin header THT 1x34 1.00mm single row
-0
-34
-34
-Connector_PinHeader_1.00mm
-PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x34 1.00mm single row style1 pin1 left
-0
-34
-34
-Connector_PinHeader_1.00mm
-PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x34 1.00mm single row style2 pin1 right
-0
-34
-34
-Connector_PinHeader_1.00mm
-PinHeader_1x35_P1.00mm_Horizontal
-Through hole angled pin header, 1x35, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x35 1.00mm single row
-0
-35
-35
-Connector_PinHeader_1.00mm
-PinHeader_1x35_P1.00mm_Vertical
-Through hole straight pin header, 1x35, 1.00mm pitch, single row
-Through hole pin header THT 1x35 1.00mm single row
-0
-35
-35
-Connector_PinHeader_1.00mm
-PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x35 1.00mm single row style1 pin1 left
-0
-35
-35
-Connector_PinHeader_1.00mm
-PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x35 1.00mm single row style2 pin1 right
-0
-35
-35
-Connector_PinHeader_1.00mm
-PinHeader_1x36_P1.00mm_Horizontal
-Through hole angled pin header, 1x36, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x36 1.00mm single row
-0
-36
-36
-Connector_PinHeader_1.00mm
-PinHeader_1x36_P1.00mm_Vertical
-Through hole straight pin header, 1x36, 1.00mm pitch, single row
-Through hole pin header THT 1x36 1.00mm single row
-0
-36
-36
-Connector_PinHeader_1.00mm
-PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x36 1.00mm single row style1 pin1 left
-0
-36
-36
-Connector_PinHeader_1.00mm
-PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x36 1.00mm single row style2 pin1 right
-0
-36
-36
-Connector_PinHeader_1.00mm
-PinHeader_1x37_P1.00mm_Horizontal
-Through hole angled pin header, 1x37, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x37 1.00mm single row
-0
-37
-37
-Connector_PinHeader_1.00mm
-PinHeader_1x37_P1.00mm_Vertical
-Through hole straight pin header, 1x37, 1.00mm pitch, single row
-Through hole pin header THT 1x37 1.00mm single row
-0
-37
-37
-Connector_PinHeader_1.00mm
-PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x37 1.00mm single row style1 pin1 left
-0
-37
-37
-Connector_PinHeader_1.00mm
-PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x37 1.00mm single row style2 pin1 right
-0
-37
-37
-Connector_PinHeader_1.00mm
-PinHeader_1x38_P1.00mm_Horizontal
-Through hole angled pin header, 1x38, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x38 1.00mm single row
-0
-38
-38
-Connector_PinHeader_1.00mm
-PinHeader_1x38_P1.00mm_Vertical
-Through hole straight pin header, 1x38, 1.00mm pitch, single row
-Through hole pin header THT 1x38 1.00mm single row
-0
-38
-38
-Connector_PinHeader_1.00mm
-PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x38 1.00mm single row style1 pin1 left
-0
-38
-38
-Connector_PinHeader_1.00mm
-PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x38 1.00mm single row style2 pin1 right
-0
-38
-38
-Connector_PinHeader_1.00mm
-PinHeader_1x39_P1.00mm_Horizontal
-Through hole angled pin header, 1x39, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x39 1.00mm single row
-0
-39
-39
-Connector_PinHeader_1.00mm
-PinHeader_1x39_P1.00mm_Vertical
-Through hole straight pin header, 1x39, 1.00mm pitch, single row
-Through hole pin header THT 1x39 1.00mm single row
-0
-39
-39
-Connector_PinHeader_1.00mm
-PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x39 1.00mm single row style1 pin1 left
-0
-39
-39
-Connector_PinHeader_1.00mm
-PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x39 1.00mm single row style2 pin1 right
-0
-39
-39
-Connector_PinHeader_1.00mm
-PinHeader_1x40_P1.00mm_Horizontal
-Through hole angled pin header, 1x40, 1.00mm pitch, 2.0mm pin length, single row
-Through hole angled pin header THT 1x40 1.00mm single row
-0
-40
-40
-Connector_PinHeader_1.00mm
-PinHeader_1x40_P1.00mm_Vertical
-Through hole straight pin header, 1x40, 1.00mm pitch, single row
-Through hole pin header THT 1x40 1.00mm single row
-0
-40
-40
-Connector_PinHeader_1.00mm
-PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x40 1.00mm single row style1 pin1 left
-0
-40
-40
-Connector_PinHeader_1.00mm
-PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x40 1.00mm single row style2 pin1 right
-0
-40
-40
-Connector_PinHeader_1.00mm
-PinHeader_2x01_P1.00mm_Horizontal
-Through hole angled pin header, 2x01, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x01 1.00mm double row
-0
-2
-2
-Connector_PinHeader_1.00mm
-PinHeader_2x01_P1.00mm_Vertical
-Through hole straight pin header, 2x01, 1.00mm pitch, double rows
-Through hole pin header THT 2x01 1.00mm double row
-0
-2
-2
-Connector_PinHeader_1.00mm
-PinHeader_2x01_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x01, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x01 1.00mm double row
-0
-2
-2
-Connector_PinHeader_1.00mm
-PinHeader_2x02_P1.00mm_Horizontal
-Through hole angled pin header, 2x02, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x02 1.00mm double row
-0
-4
-4
-Connector_PinHeader_1.00mm
-PinHeader_2x02_P1.00mm_Vertical
-Through hole straight pin header, 2x02, 1.00mm pitch, double rows
-Through hole pin header THT 2x02 1.00mm double row
-0
-4
-4
-Connector_PinHeader_1.00mm
-PinHeader_2x02_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x02, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x02 1.00mm double row
-0
-4
-4
-Connector_PinHeader_1.00mm
-PinHeader_2x03_P1.00mm_Horizontal
-Through hole angled pin header, 2x03, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x03 1.00mm double row
-0
-6
-6
-Connector_PinHeader_1.00mm
-PinHeader_2x03_P1.00mm_Vertical
-Through hole straight pin header, 2x03, 1.00mm pitch, double rows
-Through hole pin header THT 2x03 1.00mm double row
-0
-6
-6
-Connector_PinHeader_1.00mm
-PinHeader_2x03_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x03, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x03 1.00mm double row
-0
-6
-6
-Connector_PinHeader_1.00mm
-PinHeader_2x04_P1.00mm_Horizontal
-Through hole angled pin header, 2x04, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x04 1.00mm double row
-0
-8
-8
-Connector_PinHeader_1.00mm
-PinHeader_2x04_P1.00mm_Vertical
-Through hole straight pin header, 2x04, 1.00mm pitch, double rows
-Through hole pin header THT 2x04 1.00mm double row
-0
-8
-8
-Connector_PinHeader_1.00mm
-PinHeader_2x04_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x04, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x04 1.00mm double row
-0
-8
-8
-Connector_PinHeader_1.00mm
-PinHeader_2x05_P1.00mm_Horizontal
-Through hole angled pin header, 2x05, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x05 1.00mm double row
-0
-10
-10
-Connector_PinHeader_1.00mm
-PinHeader_2x05_P1.00mm_Vertical
-Through hole straight pin header, 2x05, 1.00mm pitch, double rows
-Through hole pin header THT 2x05 1.00mm double row
-0
-10
-10
-Connector_PinHeader_1.00mm
-PinHeader_2x05_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x05, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x05 1.00mm double row
-0
-10
-10
-Connector_PinHeader_1.00mm
-PinHeader_2x06_P1.00mm_Horizontal
-Through hole angled pin header, 2x06, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x06 1.00mm double row
-0
-12
-12
-Connector_PinHeader_1.00mm
-PinHeader_2x06_P1.00mm_Vertical
-Through hole straight pin header, 2x06, 1.00mm pitch, double rows
-Through hole pin header THT 2x06 1.00mm double row
-0
-12
-12
-Connector_PinHeader_1.00mm
-PinHeader_2x06_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x06, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x06 1.00mm double row
-0
-12
-12
-Connector_PinHeader_1.00mm
-PinHeader_2x07_P1.00mm_Horizontal
-Through hole angled pin header, 2x07, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x07 1.00mm double row
-0
-14
-14
-Connector_PinHeader_1.00mm
-PinHeader_2x07_P1.00mm_Vertical
-Through hole straight pin header, 2x07, 1.00mm pitch, double rows
-Through hole pin header THT 2x07 1.00mm double row
-0
-14
-14
-Connector_PinHeader_1.00mm
-PinHeader_2x07_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x07, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x07 1.00mm double row
-0
-14
-14
-Connector_PinHeader_1.00mm
-PinHeader_2x08_P1.00mm_Horizontal
-Through hole angled pin header, 2x08, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x08 1.00mm double row
-0
-16
-16
-Connector_PinHeader_1.00mm
-PinHeader_2x08_P1.00mm_Vertical
-Through hole straight pin header, 2x08, 1.00mm pitch, double rows
-Through hole pin header THT 2x08 1.00mm double row
-0
-16
-16
-Connector_PinHeader_1.00mm
-PinHeader_2x08_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x08, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x08 1.00mm double row
-0
-16
-16
-Connector_PinHeader_1.00mm
-PinHeader_2x09_P1.00mm_Horizontal
-Through hole angled pin header, 2x09, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x09 1.00mm double row
-0
-18
-18
-Connector_PinHeader_1.00mm
-PinHeader_2x09_P1.00mm_Vertical
-Through hole straight pin header, 2x09, 1.00mm pitch, double rows
-Through hole pin header THT 2x09 1.00mm double row
-0
-18
-18
-Connector_PinHeader_1.00mm
-PinHeader_2x09_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x09, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x09 1.00mm double row
-0
-18
-18
-Connector_PinHeader_1.00mm
-PinHeader_2x10_P1.00mm_Horizontal
-Through hole angled pin header, 2x10, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x10 1.00mm double row
-0
-20
-20
-Connector_PinHeader_1.00mm
-PinHeader_2x10_P1.00mm_Vertical
-Through hole straight pin header, 2x10, 1.00mm pitch, double rows
-Through hole pin header THT 2x10 1.00mm double row
-0
-20
-20
-Connector_PinHeader_1.00mm
-PinHeader_2x10_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x10, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x10 1.00mm double row
-0
-20
-20
-Connector_PinHeader_1.00mm
-PinHeader_2x11_P1.00mm_Horizontal
-Through hole angled pin header, 2x11, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x11 1.00mm double row
-0
-22
-22
-Connector_PinHeader_1.00mm
-PinHeader_2x11_P1.00mm_Vertical
-Through hole straight pin header, 2x11, 1.00mm pitch, double rows
-Through hole pin header THT 2x11 1.00mm double row
-0
-22
-22
-Connector_PinHeader_1.00mm
-PinHeader_2x11_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x11, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x11 1.00mm double row
-0
-22
-22
-Connector_PinHeader_1.00mm
-PinHeader_2x12_P1.00mm_Horizontal
-Through hole angled pin header, 2x12, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x12 1.00mm double row
-0
-24
-24
-Connector_PinHeader_1.00mm
-PinHeader_2x12_P1.00mm_Vertical
-Through hole straight pin header, 2x12, 1.00mm pitch, double rows
-Through hole pin header THT 2x12 1.00mm double row
-0
-24
-24
-Connector_PinHeader_1.00mm
-PinHeader_2x12_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x12, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x12 1.00mm double row
-0
-24
-24
-Connector_PinHeader_1.00mm
-PinHeader_2x13_P1.00mm_Horizontal
-Through hole angled pin header, 2x13, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x13 1.00mm double row
-0
-26
-26
-Connector_PinHeader_1.00mm
-PinHeader_2x13_P1.00mm_Vertical
-Through hole straight pin header, 2x13, 1.00mm pitch, double rows
-Through hole pin header THT 2x13 1.00mm double row
-0
-26
-26
-Connector_PinHeader_1.00mm
-PinHeader_2x13_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x13, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x13 1.00mm double row
-0
-26
-26
-Connector_PinHeader_1.00mm
-PinHeader_2x14_P1.00mm_Horizontal
-Through hole angled pin header, 2x14, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x14 1.00mm double row
-0
-28
-28
-Connector_PinHeader_1.00mm
-PinHeader_2x14_P1.00mm_Vertical
-Through hole straight pin header, 2x14, 1.00mm pitch, double rows
-Through hole pin header THT 2x14 1.00mm double row
-0
-28
-28
-Connector_PinHeader_1.00mm
-PinHeader_2x14_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x14, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x14 1.00mm double row
-0
-28
-28
-Connector_PinHeader_1.00mm
-PinHeader_2x15_P1.00mm_Horizontal
-Through hole angled pin header, 2x15, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x15 1.00mm double row
-0
-30
-30
-Connector_PinHeader_1.00mm
-PinHeader_2x15_P1.00mm_Vertical
-Through hole straight pin header, 2x15, 1.00mm pitch, double rows
-Through hole pin header THT 2x15 1.00mm double row
-0
-30
-30
-Connector_PinHeader_1.00mm
-PinHeader_2x15_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x15, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x15 1.00mm double row
-0
-30
-30
-Connector_PinHeader_1.00mm
-PinHeader_2x16_P1.00mm_Horizontal
-Through hole angled pin header, 2x16, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x16 1.00mm double row
-0
-32
-32
-Connector_PinHeader_1.00mm
-PinHeader_2x16_P1.00mm_Vertical
-Through hole straight pin header, 2x16, 1.00mm pitch, double rows
-Through hole pin header THT 2x16 1.00mm double row
-0
-32
-32
-Connector_PinHeader_1.00mm
-PinHeader_2x16_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x16, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x16 1.00mm double row
-0
-32
-32
-Connector_PinHeader_1.00mm
-PinHeader_2x17_P1.00mm_Horizontal
-Through hole angled pin header, 2x17, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x17 1.00mm double row
-0
-34
-34
-Connector_PinHeader_1.00mm
-PinHeader_2x17_P1.00mm_Vertical
-Through hole straight pin header, 2x17, 1.00mm pitch, double rows
-Through hole pin header THT 2x17 1.00mm double row
-0
-34
-34
-Connector_PinHeader_1.00mm
-PinHeader_2x17_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x17, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x17 1.00mm double row
-0
-34
-34
-Connector_PinHeader_1.00mm
-PinHeader_2x18_P1.00mm_Horizontal
-Through hole angled pin header, 2x18, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x18 1.00mm double row
-0
-36
-36
-Connector_PinHeader_1.00mm
-PinHeader_2x18_P1.00mm_Vertical
-Through hole straight pin header, 2x18, 1.00mm pitch, double rows
-Through hole pin header THT 2x18 1.00mm double row
-0
-36
-36
-Connector_PinHeader_1.00mm
-PinHeader_2x18_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x18, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x18 1.00mm double row
-0
-36
-36
-Connector_PinHeader_1.00mm
-PinHeader_2x19_P1.00mm_Horizontal
-Through hole angled pin header, 2x19, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x19 1.00mm double row
-0
-38
-38
-Connector_PinHeader_1.00mm
-PinHeader_2x19_P1.00mm_Vertical
-Through hole straight pin header, 2x19, 1.00mm pitch, double rows
-Through hole pin header THT 2x19 1.00mm double row
-0
-38
-38
-Connector_PinHeader_1.00mm
-PinHeader_2x19_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x19, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x19 1.00mm double row
-0
-38
-38
-Connector_PinHeader_1.00mm
-PinHeader_2x20_P1.00mm_Horizontal
-Through hole angled pin header, 2x20, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x20 1.00mm double row
-0
-40
-40
-Connector_PinHeader_1.00mm
-PinHeader_2x20_P1.00mm_Vertical
-Through hole straight pin header, 2x20, 1.00mm pitch, double rows
-Through hole pin header THT 2x20 1.00mm double row
-0
-40
-40
-Connector_PinHeader_1.00mm
-PinHeader_2x20_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x20, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x20 1.00mm double row
-0
-40
-40
-Connector_PinHeader_1.00mm
-PinHeader_2x21_P1.00mm_Horizontal
-Through hole angled pin header, 2x21, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x21 1.00mm double row
-0
-42
-42
-Connector_PinHeader_1.00mm
-PinHeader_2x21_P1.00mm_Vertical
-Through hole straight pin header, 2x21, 1.00mm pitch, double rows
-Through hole pin header THT 2x21 1.00mm double row
-0
-42
-42
-Connector_PinHeader_1.00mm
-PinHeader_2x21_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x21, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x21 1.00mm double row
-0
-42
-42
-Connector_PinHeader_1.00mm
-PinHeader_2x22_P1.00mm_Horizontal
-Through hole angled pin header, 2x22, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x22 1.00mm double row
-0
-44
-44
-Connector_PinHeader_1.00mm
-PinHeader_2x22_P1.00mm_Vertical
-Through hole straight pin header, 2x22, 1.00mm pitch, double rows
-Through hole pin header THT 2x22 1.00mm double row
-0
-44
-44
-Connector_PinHeader_1.00mm
-PinHeader_2x22_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x22, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x22 1.00mm double row
-0
-44
-44
-Connector_PinHeader_1.00mm
-PinHeader_2x23_P1.00mm_Horizontal
-Through hole angled pin header, 2x23, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x23 1.00mm double row
-0
-46
-46
-Connector_PinHeader_1.00mm
-PinHeader_2x23_P1.00mm_Vertical
-Through hole straight pin header, 2x23, 1.00mm pitch, double rows
-Through hole pin header THT 2x23 1.00mm double row
-0
-46
-46
-Connector_PinHeader_1.00mm
-PinHeader_2x23_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x23, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x23 1.00mm double row
-0
-46
-46
-Connector_PinHeader_1.00mm
-PinHeader_2x24_P1.00mm_Horizontal
-Through hole angled pin header, 2x24, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x24 1.00mm double row
-0
-48
-48
-Connector_PinHeader_1.00mm
-PinHeader_2x24_P1.00mm_Vertical
-Through hole straight pin header, 2x24, 1.00mm pitch, double rows
-Through hole pin header THT 2x24 1.00mm double row
-0
-48
-48
-Connector_PinHeader_1.00mm
-PinHeader_2x24_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x24, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x24 1.00mm double row
-0
-48
-48
-Connector_PinHeader_1.00mm
-PinHeader_2x25_P1.00mm_Horizontal
-Through hole angled pin header, 2x25, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x25 1.00mm double row
-0
-50
-50
-Connector_PinHeader_1.00mm
-PinHeader_2x25_P1.00mm_Vertical
-Through hole straight pin header, 2x25, 1.00mm pitch, double rows
-Through hole pin header THT 2x25 1.00mm double row
-0
-50
-50
-Connector_PinHeader_1.00mm
-PinHeader_2x25_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x25, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x25 1.00mm double row
-0
-50
-50
-Connector_PinHeader_1.00mm
-PinHeader_2x26_P1.00mm_Horizontal
-Through hole angled pin header, 2x26, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x26 1.00mm double row
-0
-52
-52
-Connector_PinHeader_1.00mm
-PinHeader_2x26_P1.00mm_Vertical
-Through hole straight pin header, 2x26, 1.00mm pitch, double rows
-Through hole pin header THT 2x26 1.00mm double row
-0
-52
-52
-Connector_PinHeader_1.00mm
-PinHeader_2x26_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x26, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x26 1.00mm double row
-0
-52
-52
-Connector_PinHeader_1.00mm
-PinHeader_2x27_P1.00mm_Horizontal
-Through hole angled pin header, 2x27, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x27 1.00mm double row
-0
-54
-54
-Connector_PinHeader_1.00mm
-PinHeader_2x27_P1.00mm_Vertical
-Through hole straight pin header, 2x27, 1.00mm pitch, double rows
-Through hole pin header THT 2x27 1.00mm double row
-0
-54
-54
-Connector_PinHeader_1.00mm
-PinHeader_2x27_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x27, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x27 1.00mm double row
-0
-54
-54
-Connector_PinHeader_1.00mm
-PinHeader_2x28_P1.00mm_Horizontal
-Through hole angled pin header, 2x28, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x28 1.00mm double row
-0
-56
-56
-Connector_PinHeader_1.00mm
-PinHeader_2x28_P1.00mm_Vertical
-Through hole straight pin header, 2x28, 1.00mm pitch, double rows
-Through hole pin header THT 2x28 1.00mm double row
-0
-56
-56
-Connector_PinHeader_1.00mm
-PinHeader_2x28_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x28, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x28 1.00mm double row
-0
-56
-56
-Connector_PinHeader_1.00mm
-PinHeader_2x29_P1.00mm_Horizontal
-Through hole angled pin header, 2x29, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x29 1.00mm double row
-0
-58
-58
-Connector_PinHeader_1.00mm
-PinHeader_2x29_P1.00mm_Vertical
-Through hole straight pin header, 2x29, 1.00mm pitch, double rows
-Through hole pin header THT 2x29 1.00mm double row
-0
-58
-58
-Connector_PinHeader_1.00mm
-PinHeader_2x29_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x29, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x29 1.00mm double row
-0
-58
-58
-Connector_PinHeader_1.00mm
-PinHeader_2x30_P1.00mm_Horizontal
-Through hole angled pin header, 2x30, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x30 1.00mm double row
-0
-60
-60
-Connector_PinHeader_1.00mm
-PinHeader_2x30_P1.00mm_Vertical
-Through hole straight pin header, 2x30, 1.00mm pitch, double rows
-Through hole pin header THT 2x30 1.00mm double row
-0
-60
-60
-Connector_PinHeader_1.00mm
-PinHeader_2x30_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x30, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x30 1.00mm double row
-0
-60
-60
-Connector_PinHeader_1.00mm
-PinHeader_2x31_P1.00mm_Horizontal
-Through hole angled pin header, 2x31, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x31 1.00mm double row
-0
-62
-62
-Connector_PinHeader_1.00mm
-PinHeader_2x31_P1.00mm_Vertical
-Through hole straight pin header, 2x31, 1.00mm pitch, double rows
-Through hole pin header THT 2x31 1.00mm double row
-0
-62
-62
-Connector_PinHeader_1.00mm
-PinHeader_2x31_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x31, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x31 1.00mm double row
-0
-62
-62
-Connector_PinHeader_1.00mm
-PinHeader_2x32_P1.00mm_Horizontal
-Through hole angled pin header, 2x32, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x32 1.00mm double row
-0
-64
-64
-Connector_PinHeader_1.00mm
-PinHeader_2x32_P1.00mm_Vertical
-Through hole straight pin header, 2x32, 1.00mm pitch, double rows
-Through hole pin header THT 2x32 1.00mm double row
-0
-64
-64
-Connector_PinHeader_1.00mm
-PinHeader_2x32_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x32, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x32 1.00mm double row
-0
-64
-64
-Connector_PinHeader_1.00mm
-PinHeader_2x33_P1.00mm_Horizontal
-Through hole angled pin header, 2x33, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x33 1.00mm double row
-0
-66
-66
-Connector_PinHeader_1.00mm
-PinHeader_2x33_P1.00mm_Vertical
-Through hole straight pin header, 2x33, 1.00mm pitch, double rows
-Through hole pin header THT 2x33 1.00mm double row
-0
-66
-66
-Connector_PinHeader_1.00mm
-PinHeader_2x33_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x33, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x33 1.00mm double row
-0
-66
-66
-Connector_PinHeader_1.00mm
-PinHeader_2x34_P1.00mm_Horizontal
-Through hole angled pin header, 2x34, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x34 1.00mm double row
-0
-68
-68
-Connector_PinHeader_1.00mm
-PinHeader_2x34_P1.00mm_Vertical
-Through hole straight pin header, 2x34, 1.00mm pitch, double rows
-Through hole pin header THT 2x34 1.00mm double row
-0
-68
-68
-Connector_PinHeader_1.00mm
-PinHeader_2x34_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x34, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x34 1.00mm double row
-0
-68
-68
-Connector_PinHeader_1.00mm
-PinHeader_2x35_P1.00mm_Horizontal
-Through hole angled pin header, 2x35, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x35 1.00mm double row
-0
-70
-70
-Connector_PinHeader_1.00mm
-PinHeader_2x35_P1.00mm_Vertical
-Through hole straight pin header, 2x35, 1.00mm pitch, double rows
-Through hole pin header THT 2x35 1.00mm double row
-0
-70
-70
-Connector_PinHeader_1.00mm
-PinHeader_2x35_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x35, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x35 1.00mm double row
-0
-70
-70
-Connector_PinHeader_1.00mm
-PinHeader_2x36_P1.00mm_Horizontal
-Through hole angled pin header, 2x36, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x36 1.00mm double row
-0
-72
-72
-Connector_PinHeader_1.00mm
-PinHeader_2x36_P1.00mm_Vertical
-Through hole straight pin header, 2x36, 1.00mm pitch, double rows
-Through hole pin header THT 2x36 1.00mm double row
-0
-72
-72
-Connector_PinHeader_1.00mm
-PinHeader_2x36_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x36, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x36 1.00mm double row
-0
-72
-72
-Connector_PinHeader_1.00mm
-PinHeader_2x37_P1.00mm_Horizontal
-Through hole angled pin header, 2x37, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x37 1.00mm double row
-0
-74
-74
-Connector_PinHeader_1.00mm
-PinHeader_2x37_P1.00mm_Vertical
-Through hole straight pin header, 2x37, 1.00mm pitch, double rows
-Through hole pin header THT 2x37 1.00mm double row
-0
-74
-74
-Connector_PinHeader_1.00mm
-PinHeader_2x37_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x37, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x37 1.00mm double row
-0
-74
-74
-Connector_PinHeader_1.00mm
-PinHeader_2x38_P1.00mm_Horizontal
-Through hole angled pin header, 2x38, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x38 1.00mm double row
-0
-76
-76
-Connector_PinHeader_1.00mm
-PinHeader_2x38_P1.00mm_Vertical
-Through hole straight pin header, 2x38, 1.00mm pitch, double rows
-Through hole pin header THT 2x38 1.00mm double row
-0
-76
-76
-Connector_PinHeader_1.00mm
-PinHeader_2x38_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x38, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x38 1.00mm double row
-0
-76
-76
-Connector_PinHeader_1.00mm
-PinHeader_2x39_P1.00mm_Horizontal
-Through hole angled pin header, 2x39, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x39 1.00mm double row
-0
-78
-78
-Connector_PinHeader_1.00mm
-PinHeader_2x39_P1.00mm_Vertical
-Through hole straight pin header, 2x39, 1.00mm pitch, double rows
-Through hole pin header THT 2x39 1.00mm double row
-0
-78
-78
-Connector_PinHeader_1.00mm
-PinHeader_2x39_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x39, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x39 1.00mm double row
-0
-78
-78
-Connector_PinHeader_1.00mm
-PinHeader_2x40_P1.00mm_Horizontal
-Through hole angled pin header, 2x40, 1.00mm pitch, 2.0mm pin length, double rows
-Through hole angled pin header THT 2x40 1.00mm double row
-0
-80
-80
-Connector_PinHeader_1.00mm
-PinHeader_2x40_P1.00mm_Vertical
-Through hole straight pin header, 2x40, 1.00mm pitch, double rows
-Through hole pin header THT 2x40 1.00mm double row
-0
-80
-80
-Connector_PinHeader_1.00mm
-PinHeader_2x40_P1.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x40, 1.00mm pitch, double rows
-Surface mounted pin header SMD 2x40 1.00mm double row
-0
-80
-80
-Connector_PinHeader_1.27mm
-PinHeader_1x01_P1.27mm_Horizontal
-Through hole angled pin header, 1x01, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x01 1.27mm single row
-0
-1
-1
-Connector_PinHeader_1.27mm
-PinHeader_1x01_P1.27mm_Vertical
-Through hole straight pin header, 1x01, 1.27mm pitch, single row
-Through hole pin header THT 1x01 1.27mm single row
-0
-1
-1
-Connector_PinHeader_1.27mm
-PinHeader_1x02_P1.27mm_Horizontal
-Through hole angled pin header, 1x02, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x02 1.27mm single row
-0
-2
-2
-Connector_PinHeader_1.27mm
-PinHeader_1x02_P1.27mm_Vertical
-Through hole straight pin header, 1x02, 1.27mm pitch, single row
-Through hole pin header THT 1x02 1.27mm single row
-0
-2
-2
-Connector_PinHeader_1.27mm
-PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x02 1.27mm single row style1 pin1 left
-0
-2
-2
-Connector_PinHeader_1.27mm
-PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x02 1.27mm single row style2 pin1 right
-0
-2
-2
-Connector_PinHeader_1.27mm
-PinHeader_1x03_P1.27mm_Horizontal
-Through hole angled pin header, 1x03, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x03 1.27mm single row
-0
-3
-3
-Connector_PinHeader_1.27mm
-PinHeader_1x03_P1.27mm_Vertical
-Through hole straight pin header, 1x03, 1.27mm pitch, single row
-Through hole pin header THT 1x03 1.27mm single row
-0
-3
-3
-Connector_PinHeader_1.27mm
-PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x03 1.27mm single row style1 pin1 left
-0
-3
-3
-Connector_PinHeader_1.27mm
-PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x03 1.27mm single row style2 pin1 right
-0
-3
-3
-Connector_PinHeader_1.27mm
-PinHeader_1x04_P1.27mm_Horizontal
-Through hole angled pin header, 1x04, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x04 1.27mm single row
-0
-4
-4
-Connector_PinHeader_1.27mm
-PinHeader_1x04_P1.27mm_Vertical
-Through hole straight pin header, 1x04, 1.27mm pitch, single row
-Through hole pin header THT 1x04 1.27mm single row
-0
-4
-4
-Connector_PinHeader_1.27mm
-PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x04 1.27mm single row style1 pin1 left
-0
-4
-4
-Connector_PinHeader_1.27mm
-PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x04 1.27mm single row style2 pin1 right
-0
-4
-4
-Connector_PinHeader_1.27mm
-PinHeader_1x05_P1.27mm_Horizontal
-Through hole angled pin header, 1x05, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x05 1.27mm single row
-0
-5
-5
-Connector_PinHeader_1.27mm
-PinHeader_1x05_P1.27mm_Vertical
-Through hole straight pin header, 1x05, 1.27mm pitch, single row
-Through hole pin header THT 1x05 1.27mm single row
-0
-5
-5
-Connector_PinHeader_1.27mm
-PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x05 1.27mm single row style1 pin1 left
-0
-5
-5
-Connector_PinHeader_1.27mm
-PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x05 1.27mm single row style2 pin1 right
-0
-5
-5
-Connector_PinHeader_1.27mm
-PinHeader_1x06_P1.27mm_Horizontal
-Through hole angled pin header, 1x06, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x06 1.27mm single row
-0
-6
-6
-Connector_PinHeader_1.27mm
-PinHeader_1x06_P1.27mm_Vertical
-Through hole straight pin header, 1x06, 1.27mm pitch, single row
-Through hole pin header THT 1x06 1.27mm single row
-0
-6
-6
-Connector_PinHeader_1.27mm
-PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x06 1.27mm single row style1 pin1 left
-0
-6
-6
-Connector_PinHeader_1.27mm
-PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x06 1.27mm single row style2 pin1 right
-0
-6
-6
-Connector_PinHeader_1.27mm
-PinHeader_1x07_P1.27mm_Horizontal
-Through hole angled pin header, 1x07, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x07 1.27mm single row
-0
-7
-7
-Connector_PinHeader_1.27mm
-PinHeader_1x07_P1.27mm_Vertical
-Through hole straight pin header, 1x07, 1.27mm pitch, single row
-Through hole pin header THT 1x07 1.27mm single row
-0
-7
-7
-Connector_PinHeader_1.27mm
-PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x07 1.27mm single row style1 pin1 left
-0
-7
-7
-Connector_PinHeader_1.27mm
-PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x07 1.27mm single row style2 pin1 right
-0
-7
-7
-Connector_PinHeader_1.27mm
-PinHeader_1x08_P1.27mm_Horizontal
-Through hole angled pin header, 1x08, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x08 1.27mm single row
-0
-8
-8
-Connector_PinHeader_1.27mm
-PinHeader_1x08_P1.27mm_Vertical
-Through hole straight pin header, 1x08, 1.27mm pitch, single row
-Through hole pin header THT 1x08 1.27mm single row
-0
-8
-8
-Connector_PinHeader_1.27mm
-PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x08 1.27mm single row style1 pin1 left
-0
-8
-8
-Connector_PinHeader_1.27mm
-PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x08 1.27mm single row style2 pin1 right
-0
-8
-8
-Connector_PinHeader_1.27mm
-PinHeader_1x09_P1.27mm_Horizontal
-Through hole angled pin header, 1x09, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x09 1.27mm single row
-0
-9
-9
-Connector_PinHeader_1.27mm
-PinHeader_1x09_P1.27mm_Vertical
-Through hole straight pin header, 1x09, 1.27mm pitch, single row
-Through hole pin header THT 1x09 1.27mm single row
-0
-9
-9
-Connector_PinHeader_1.27mm
-PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x09 1.27mm single row style1 pin1 left
-0
-9
-9
-Connector_PinHeader_1.27mm
-PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x09 1.27mm single row style2 pin1 right
-0
-9
-9
-Connector_PinHeader_1.27mm
-PinHeader_1x10_P1.27mm_Horizontal
-Through hole angled pin header, 1x10, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x10 1.27mm single row
-0
-10
-10
-Connector_PinHeader_1.27mm
-PinHeader_1x10_P1.27mm_Vertical
-Through hole straight pin header, 1x10, 1.27mm pitch, single row
-Through hole pin header THT 1x10 1.27mm single row
-0
-10
-10
-Connector_PinHeader_1.27mm
-PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x10 1.27mm single row style1 pin1 left
-0
-10
-10
-Connector_PinHeader_1.27mm
-PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x10 1.27mm single row style2 pin1 right
-0
-10
-10
-Connector_PinHeader_1.27mm
-PinHeader_1x11_P1.27mm_Horizontal
-Through hole angled pin header, 1x11, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x11 1.27mm single row
-0
-11
-11
-Connector_PinHeader_1.27mm
-PinHeader_1x11_P1.27mm_Vertical
-Through hole straight pin header, 1x11, 1.27mm pitch, single row
-Through hole pin header THT 1x11 1.27mm single row
-0
-11
-11
-Connector_PinHeader_1.27mm
-PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x11 1.27mm single row style1 pin1 left
-0
-11
-11
-Connector_PinHeader_1.27mm
-PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x11 1.27mm single row style2 pin1 right
-0
-11
-11
-Connector_PinHeader_1.27mm
-PinHeader_1x12_P1.27mm_Horizontal
-Through hole angled pin header, 1x12, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x12 1.27mm single row
-0
-12
-12
-Connector_PinHeader_1.27mm
-PinHeader_1x12_P1.27mm_Vertical
-Through hole straight pin header, 1x12, 1.27mm pitch, single row
-Through hole pin header THT 1x12 1.27mm single row
-0
-12
-12
-Connector_PinHeader_1.27mm
-PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x12 1.27mm single row style1 pin1 left
-0
-12
-12
-Connector_PinHeader_1.27mm
-PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x12 1.27mm single row style2 pin1 right
-0
-12
-12
-Connector_PinHeader_1.27mm
-PinHeader_1x13_P1.27mm_Horizontal
-Through hole angled pin header, 1x13, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x13 1.27mm single row
-0
-13
-13
-Connector_PinHeader_1.27mm
-PinHeader_1x13_P1.27mm_Vertical
-Through hole straight pin header, 1x13, 1.27mm pitch, single row
-Through hole pin header THT 1x13 1.27mm single row
-0
-13
-13
-Connector_PinHeader_1.27mm
-PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x13 1.27mm single row style1 pin1 left
-0
-13
-13
-Connector_PinHeader_1.27mm
-PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x13 1.27mm single row style2 pin1 right
-0
-13
-13
-Connector_PinHeader_1.27mm
-PinHeader_1x14_P1.27mm_Horizontal
-Through hole angled pin header, 1x14, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x14 1.27mm single row
-0
-14
-14
-Connector_PinHeader_1.27mm
-PinHeader_1x14_P1.27mm_Vertical
-Through hole straight pin header, 1x14, 1.27mm pitch, single row
-Through hole pin header THT 1x14 1.27mm single row
-0
-14
-14
-Connector_PinHeader_1.27mm
-PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x14 1.27mm single row style1 pin1 left
-0
-14
-14
-Connector_PinHeader_1.27mm
-PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x14 1.27mm single row style2 pin1 right
-0
-14
-14
-Connector_PinHeader_1.27mm
-PinHeader_1x15_P1.27mm_Horizontal
-Through hole angled pin header, 1x15, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x15 1.27mm single row
-0
-15
-15
-Connector_PinHeader_1.27mm
-PinHeader_1x15_P1.27mm_Vertical
-Through hole straight pin header, 1x15, 1.27mm pitch, single row
-Through hole pin header THT 1x15 1.27mm single row
-0
-15
-15
-Connector_PinHeader_1.27mm
-PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x15 1.27mm single row style1 pin1 left
-0
-15
-15
-Connector_PinHeader_1.27mm
-PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x15 1.27mm single row style2 pin1 right
-0
-15
-15
-Connector_PinHeader_1.27mm
-PinHeader_1x16_P1.27mm_Horizontal
-Through hole angled pin header, 1x16, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x16 1.27mm single row
-0
-16
-16
-Connector_PinHeader_1.27mm
-PinHeader_1x16_P1.27mm_Vertical
-Through hole straight pin header, 1x16, 1.27mm pitch, single row
-Through hole pin header THT 1x16 1.27mm single row
-0
-16
-16
-Connector_PinHeader_1.27mm
-PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x16 1.27mm single row style1 pin1 left
-0
-16
-16
-Connector_PinHeader_1.27mm
-PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x16 1.27mm single row style2 pin1 right
-0
-16
-16
-Connector_PinHeader_1.27mm
-PinHeader_1x17_P1.27mm_Horizontal
-Through hole angled pin header, 1x17, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x17 1.27mm single row
-0
-17
-17
-Connector_PinHeader_1.27mm
-PinHeader_1x17_P1.27mm_Vertical
-Through hole straight pin header, 1x17, 1.27mm pitch, single row
-Through hole pin header THT 1x17 1.27mm single row
-0
-17
-17
-Connector_PinHeader_1.27mm
-PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x17 1.27mm single row style1 pin1 left
-0
-17
-17
-Connector_PinHeader_1.27mm
-PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x17 1.27mm single row style2 pin1 right
-0
-17
-17
-Connector_PinHeader_1.27mm
-PinHeader_1x18_P1.27mm_Horizontal
-Through hole angled pin header, 1x18, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x18 1.27mm single row
-0
-18
-18
-Connector_PinHeader_1.27mm
-PinHeader_1x18_P1.27mm_Vertical
-Through hole straight pin header, 1x18, 1.27mm pitch, single row
-Through hole pin header THT 1x18 1.27mm single row
-0
-18
-18
-Connector_PinHeader_1.27mm
-PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x18 1.27mm single row style1 pin1 left
-0
-18
-18
-Connector_PinHeader_1.27mm
-PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x18 1.27mm single row style2 pin1 right
-0
-18
-18
-Connector_PinHeader_1.27mm
-PinHeader_1x19_P1.27mm_Horizontal
-Through hole angled pin header, 1x19, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x19 1.27mm single row
-0
-19
-19
-Connector_PinHeader_1.27mm
-PinHeader_1x19_P1.27mm_Vertical
-Through hole straight pin header, 1x19, 1.27mm pitch, single row
-Through hole pin header THT 1x19 1.27mm single row
-0
-19
-19
-Connector_PinHeader_1.27mm
-PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x19 1.27mm single row style1 pin1 left
-0
-19
-19
-Connector_PinHeader_1.27mm
-PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x19 1.27mm single row style2 pin1 right
-0
-19
-19
-Connector_PinHeader_1.27mm
-PinHeader_1x20_P1.27mm_Horizontal
-Through hole angled pin header, 1x20, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x20 1.27mm single row
-0
-20
-20
-Connector_PinHeader_1.27mm
-PinHeader_1x20_P1.27mm_Vertical
-Through hole straight pin header, 1x20, 1.27mm pitch, single row
-Through hole pin header THT 1x20 1.27mm single row
-0
-20
-20
-Connector_PinHeader_1.27mm
-PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x20 1.27mm single row style1 pin1 left
-0
-20
-20
-Connector_PinHeader_1.27mm
-PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x20 1.27mm single row style2 pin1 right
-0
-20
-20
-Connector_PinHeader_1.27mm
-PinHeader_1x21_P1.27mm_Horizontal
-Through hole angled pin header, 1x21, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x21 1.27mm single row
-0
-21
-21
-Connector_PinHeader_1.27mm
-PinHeader_1x21_P1.27mm_Vertical
-Through hole straight pin header, 1x21, 1.27mm pitch, single row
-Through hole pin header THT 1x21 1.27mm single row
-0
-21
-21
-Connector_PinHeader_1.27mm
-PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x21 1.27mm single row style1 pin1 left
-0
-21
-21
-Connector_PinHeader_1.27mm
-PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x21 1.27mm single row style2 pin1 right
-0
-21
-21
-Connector_PinHeader_1.27mm
-PinHeader_1x22_P1.27mm_Horizontal
-Through hole angled pin header, 1x22, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x22 1.27mm single row
-0
-22
-22
-Connector_PinHeader_1.27mm
-PinHeader_1x22_P1.27mm_Vertical
-Through hole straight pin header, 1x22, 1.27mm pitch, single row
-Through hole pin header THT 1x22 1.27mm single row
-0
-22
-22
-Connector_PinHeader_1.27mm
-PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x22 1.27mm single row style1 pin1 left
-0
-22
-22
-Connector_PinHeader_1.27mm
-PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x22 1.27mm single row style2 pin1 right
-0
-22
-22
-Connector_PinHeader_1.27mm
-PinHeader_1x23_P1.27mm_Horizontal
-Through hole angled pin header, 1x23, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x23 1.27mm single row
-0
-23
-23
-Connector_PinHeader_1.27mm
-PinHeader_1x23_P1.27mm_Vertical
-Through hole straight pin header, 1x23, 1.27mm pitch, single row
-Through hole pin header THT 1x23 1.27mm single row
-0
-23
-23
-Connector_PinHeader_1.27mm
-PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x23 1.27mm single row style1 pin1 left
-0
-23
-23
-Connector_PinHeader_1.27mm
-PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x23 1.27mm single row style2 pin1 right
-0
-23
-23
-Connector_PinHeader_1.27mm
-PinHeader_1x24_P1.27mm_Horizontal
-Through hole angled pin header, 1x24, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x24 1.27mm single row
-0
-24
-24
-Connector_PinHeader_1.27mm
-PinHeader_1x24_P1.27mm_Vertical
-Through hole straight pin header, 1x24, 1.27mm pitch, single row
-Through hole pin header THT 1x24 1.27mm single row
-0
-24
-24
-Connector_PinHeader_1.27mm
-PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x24 1.27mm single row style1 pin1 left
-0
-24
-24
-Connector_PinHeader_1.27mm
-PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x24 1.27mm single row style2 pin1 right
-0
-24
-24
-Connector_PinHeader_1.27mm
-PinHeader_1x25_P1.27mm_Horizontal
-Through hole angled pin header, 1x25, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x25 1.27mm single row
-0
-25
-25
-Connector_PinHeader_1.27mm
-PinHeader_1x25_P1.27mm_Vertical
-Through hole straight pin header, 1x25, 1.27mm pitch, single row
-Through hole pin header THT 1x25 1.27mm single row
-0
-25
-25
-Connector_PinHeader_1.27mm
-PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x25 1.27mm single row style1 pin1 left
-0
-25
-25
-Connector_PinHeader_1.27mm
-PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x25 1.27mm single row style2 pin1 right
-0
-25
-25
-Connector_PinHeader_1.27mm
-PinHeader_1x26_P1.27mm_Horizontal
-Through hole angled pin header, 1x26, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x26 1.27mm single row
-0
-26
-26
-Connector_PinHeader_1.27mm
-PinHeader_1x26_P1.27mm_Vertical
-Through hole straight pin header, 1x26, 1.27mm pitch, single row
-Through hole pin header THT 1x26 1.27mm single row
-0
-26
-26
-Connector_PinHeader_1.27mm
-PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x26 1.27mm single row style1 pin1 left
-0
-26
-26
-Connector_PinHeader_1.27mm
-PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x26 1.27mm single row style2 pin1 right
-0
-26
-26
-Connector_PinHeader_1.27mm
-PinHeader_1x27_P1.27mm_Horizontal
-Through hole angled pin header, 1x27, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x27 1.27mm single row
-0
-27
-27
-Connector_PinHeader_1.27mm
-PinHeader_1x27_P1.27mm_Vertical
-Through hole straight pin header, 1x27, 1.27mm pitch, single row
-Through hole pin header THT 1x27 1.27mm single row
-0
-27
-27
-Connector_PinHeader_1.27mm
-PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x27 1.27mm single row style1 pin1 left
-0
-27
-27
-Connector_PinHeader_1.27mm
-PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x27 1.27mm single row style2 pin1 right
-0
-27
-27
-Connector_PinHeader_1.27mm
-PinHeader_1x28_P1.27mm_Horizontal
-Through hole angled pin header, 1x28, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x28 1.27mm single row
-0
-28
-28
-Connector_PinHeader_1.27mm
-PinHeader_1x28_P1.27mm_Vertical
-Through hole straight pin header, 1x28, 1.27mm pitch, single row
-Through hole pin header THT 1x28 1.27mm single row
-0
-28
-28
-Connector_PinHeader_1.27mm
-PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x28 1.27mm single row style1 pin1 left
-0
-28
-28
-Connector_PinHeader_1.27mm
-PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x28 1.27mm single row style2 pin1 right
-0
-28
-28
-Connector_PinHeader_1.27mm
-PinHeader_1x29_P1.27mm_Horizontal
-Through hole angled pin header, 1x29, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x29 1.27mm single row
-0
-29
-29
-Connector_PinHeader_1.27mm
-PinHeader_1x29_P1.27mm_Vertical
-Through hole straight pin header, 1x29, 1.27mm pitch, single row
-Through hole pin header THT 1x29 1.27mm single row
-0
-29
-29
-Connector_PinHeader_1.27mm
-PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x29 1.27mm single row style1 pin1 left
-0
-29
-29
-Connector_PinHeader_1.27mm
-PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x29 1.27mm single row style2 pin1 right
-0
-29
-29
-Connector_PinHeader_1.27mm
-PinHeader_1x30_P1.27mm_Horizontal
-Through hole angled pin header, 1x30, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x30 1.27mm single row
-0
-30
-30
-Connector_PinHeader_1.27mm
-PinHeader_1x30_P1.27mm_Vertical
-Through hole straight pin header, 1x30, 1.27mm pitch, single row
-Through hole pin header THT 1x30 1.27mm single row
-0
-30
-30
-Connector_PinHeader_1.27mm
-PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x30 1.27mm single row style1 pin1 left
-0
-30
-30
-Connector_PinHeader_1.27mm
-PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x30 1.27mm single row style2 pin1 right
-0
-30
-30
-Connector_PinHeader_1.27mm
-PinHeader_1x31_P1.27mm_Horizontal
-Through hole angled pin header, 1x31, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x31 1.27mm single row
-0
-31
-31
-Connector_PinHeader_1.27mm
-PinHeader_1x31_P1.27mm_Vertical
-Through hole straight pin header, 1x31, 1.27mm pitch, single row
-Through hole pin header THT 1x31 1.27mm single row
-0
-31
-31
-Connector_PinHeader_1.27mm
-PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x31 1.27mm single row style1 pin1 left
-0
-31
-31
-Connector_PinHeader_1.27mm
-PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x31 1.27mm single row style2 pin1 right
-0
-31
-31
-Connector_PinHeader_1.27mm
-PinHeader_1x32_P1.27mm_Horizontal
-Through hole angled pin header, 1x32, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x32 1.27mm single row
-0
-32
-32
-Connector_PinHeader_1.27mm
-PinHeader_1x32_P1.27mm_Vertical
-Through hole straight pin header, 1x32, 1.27mm pitch, single row
-Through hole pin header THT 1x32 1.27mm single row
-0
-32
-32
-Connector_PinHeader_1.27mm
-PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x32 1.27mm single row style1 pin1 left
-0
-32
-32
-Connector_PinHeader_1.27mm
-PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x32 1.27mm single row style2 pin1 right
-0
-32
-32
-Connector_PinHeader_1.27mm
-PinHeader_1x33_P1.27mm_Horizontal
-Through hole angled pin header, 1x33, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x33 1.27mm single row
-0
-33
-33
-Connector_PinHeader_1.27mm
-PinHeader_1x33_P1.27mm_Vertical
-Through hole straight pin header, 1x33, 1.27mm pitch, single row
-Through hole pin header THT 1x33 1.27mm single row
-0
-33
-33
-Connector_PinHeader_1.27mm
-PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x33 1.27mm single row style1 pin1 left
-0
-33
-33
-Connector_PinHeader_1.27mm
-PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x33 1.27mm single row style2 pin1 right
-0
-33
-33
-Connector_PinHeader_1.27mm
-PinHeader_1x34_P1.27mm_Horizontal
-Through hole angled pin header, 1x34, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x34 1.27mm single row
-0
-34
-34
-Connector_PinHeader_1.27mm
-PinHeader_1x34_P1.27mm_Vertical
-Through hole straight pin header, 1x34, 1.27mm pitch, single row
-Through hole pin header THT 1x34 1.27mm single row
-0
-34
-34
-Connector_PinHeader_1.27mm
-PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x34 1.27mm single row style1 pin1 left
-0
-34
-34
-Connector_PinHeader_1.27mm
-PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x34 1.27mm single row style2 pin1 right
-0
-34
-34
-Connector_PinHeader_1.27mm
-PinHeader_1x35_P1.27mm_Horizontal
-Through hole angled pin header, 1x35, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x35 1.27mm single row
-0
-35
-35
-Connector_PinHeader_1.27mm
-PinHeader_1x35_P1.27mm_Vertical
-Through hole straight pin header, 1x35, 1.27mm pitch, single row
-Through hole pin header THT 1x35 1.27mm single row
-0
-35
-35
-Connector_PinHeader_1.27mm
-PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x35 1.27mm single row style1 pin1 left
-0
-35
-35
-Connector_PinHeader_1.27mm
-PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x35 1.27mm single row style2 pin1 right
-0
-35
-35
-Connector_PinHeader_1.27mm
-PinHeader_1x36_P1.27mm_Horizontal
-Through hole angled pin header, 1x36, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x36 1.27mm single row
-0
-36
-36
-Connector_PinHeader_1.27mm
-PinHeader_1x36_P1.27mm_Vertical
-Through hole straight pin header, 1x36, 1.27mm pitch, single row
-Through hole pin header THT 1x36 1.27mm single row
-0
-36
-36
-Connector_PinHeader_1.27mm
-PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x36 1.27mm single row style1 pin1 left
-0
-36
-36
-Connector_PinHeader_1.27mm
-PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x36 1.27mm single row style2 pin1 right
-0
-36
-36
-Connector_PinHeader_1.27mm
-PinHeader_1x37_P1.27mm_Horizontal
-Through hole angled pin header, 1x37, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x37 1.27mm single row
-0
-37
-37
-Connector_PinHeader_1.27mm
-PinHeader_1x37_P1.27mm_Vertical
-Through hole straight pin header, 1x37, 1.27mm pitch, single row
-Through hole pin header THT 1x37 1.27mm single row
-0
-37
-37
-Connector_PinHeader_1.27mm
-PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x37 1.27mm single row style1 pin1 left
-0
-37
-37
-Connector_PinHeader_1.27mm
-PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x37 1.27mm single row style2 pin1 right
-0
-37
-37
-Connector_PinHeader_1.27mm
-PinHeader_1x38_P1.27mm_Horizontal
-Through hole angled pin header, 1x38, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x38 1.27mm single row
-0
-38
-38
-Connector_PinHeader_1.27mm
-PinHeader_1x38_P1.27mm_Vertical
-Through hole straight pin header, 1x38, 1.27mm pitch, single row
-Through hole pin header THT 1x38 1.27mm single row
-0
-38
-38
-Connector_PinHeader_1.27mm
-PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x38 1.27mm single row style1 pin1 left
-0
-38
-38
-Connector_PinHeader_1.27mm
-PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x38 1.27mm single row style2 pin1 right
-0
-38
-38
-Connector_PinHeader_1.27mm
-PinHeader_1x39_P1.27mm_Horizontal
-Through hole angled pin header, 1x39, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x39 1.27mm single row
-0
-39
-39
-Connector_PinHeader_1.27mm
-PinHeader_1x39_P1.27mm_Vertical
-Through hole straight pin header, 1x39, 1.27mm pitch, single row
-Through hole pin header THT 1x39 1.27mm single row
-0
-39
-39
-Connector_PinHeader_1.27mm
-PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x39 1.27mm single row style1 pin1 left
-0
-39
-39
-Connector_PinHeader_1.27mm
-PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x39 1.27mm single row style2 pin1 right
-0
-39
-39
-Connector_PinHeader_1.27mm
-PinHeader_1x40_P1.27mm_Horizontal
-Through hole angled pin header, 1x40, 1.27mm pitch, 4.0mm pin length, single row
-Through hole angled pin header THT 1x40 1.27mm single row
-0
-40
-40
-Connector_PinHeader_1.27mm
-PinHeader_1x40_P1.27mm_Vertical
-Through hole straight pin header, 1x40, 1.27mm pitch, single row
-Through hole pin header THT 1x40 1.27mm single row
-0
-40
-40
-Connector_PinHeader_1.27mm
-PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x40 1.27mm single row style1 pin1 left
-0
-40
-40
-Connector_PinHeader_1.27mm
-PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x40 1.27mm single row style2 pin1 right
-0
-40
-40
-Connector_PinHeader_1.27mm
-PinHeader_2x01_P1.27mm_Horizontal
-Through hole angled pin header, 2x01, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x01 1.27mm double row
-0
-2
-2
-Connector_PinHeader_1.27mm
-PinHeader_2x01_P1.27mm_Vertical
-Through hole straight pin header, 2x01, 1.27mm pitch, double rows
-Through hole pin header THT 2x01 1.27mm double row
-0
-2
-2
-Connector_PinHeader_1.27mm
-PinHeader_2x01_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x01, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x01 1.27mm double row
-0
-2
-2
-Connector_PinHeader_1.27mm
-PinHeader_2x02_P1.27mm_Horizontal
-Through hole angled pin header, 2x02, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x02 1.27mm double row
-0
-4
-4
-Connector_PinHeader_1.27mm
-PinHeader_2x02_P1.27mm_Vertical
-Through hole straight pin header, 2x02, 1.27mm pitch, double rows
-Through hole pin header THT 2x02 1.27mm double row
-0
-4
-4
-Connector_PinHeader_1.27mm
-PinHeader_2x02_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x02, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x02 1.27mm double row
-0
-4
-4
-Connector_PinHeader_1.27mm
-PinHeader_2x03_P1.27mm_Horizontal
-Through hole angled pin header, 2x03, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x03 1.27mm double row
-0
-6
-6
-Connector_PinHeader_1.27mm
-PinHeader_2x03_P1.27mm_Vertical
-Through hole straight pin header, 2x03, 1.27mm pitch, double rows
-Through hole pin header THT 2x03 1.27mm double row
-0
-6
-6
-Connector_PinHeader_1.27mm
-PinHeader_2x03_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x03, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x03 1.27mm double row
-0
-6
-6
-Connector_PinHeader_1.27mm
-PinHeader_2x04_P1.27mm_Horizontal
-Through hole angled pin header, 2x04, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x04 1.27mm double row
-0
-8
-8
-Connector_PinHeader_1.27mm
-PinHeader_2x04_P1.27mm_Vertical
-Through hole straight pin header, 2x04, 1.27mm pitch, double rows
-Through hole pin header THT 2x04 1.27mm double row
-0
-8
-8
-Connector_PinHeader_1.27mm
-PinHeader_2x04_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x04, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x04 1.27mm double row
-0
-8
-8
-Connector_PinHeader_1.27mm
-PinHeader_2x05_P1.27mm_Horizontal
-Through hole angled pin header, 2x05, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x05 1.27mm double row
-0
-10
-10
-Connector_PinHeader_1.27mm
-PinHeader_2x05_P1.27mm_Vertical
-Through hole straight pin header, 2x05, 1.27mm pitch, double rows
-Through hole pin header THT 2x05 1.27mm double row
-0
-10
-10
-Connector_PinHeader_1.27mm
-PinHeader_2x05_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x05, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x05 1.27mm double row
-0
-10
-10
-Connector_PinHeader_1.27mm
-PinHeader_2x06_P1.27mm_Horizontal
-Through hole angled pin header, 2x06, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x06 1.27mm double row
-0
-12
-12
-Connector_PinHeader_1.27mm
-PinHeader_2x06_P1.27mm_Vertical
-Through hole straight pin header, 2x06, 1.27mm pitch, double rows
-Through hole pin header THT 2x06 1.27mm double row
-0
-12
-12
-Connector_PinHeader_1.27mm
-PinHeader_2x06_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x06, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x06 1.27mm double row
-0
-12
-12
-Connector_PinHeader_1.27mm
-PinHeader_2x07_P1.27mm_Horizontal
-Through hole angled pin header, 2x07, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x07 1.27mm double row
-0
-14
-14
-Connector_PinHeader_1.27mm
-PinHeader_2x07_P1.27mm_Vertical
-Through hole straight pin header, 2x07, 1.27mm pitch, double rows
-Through hole pin header THT 2x07 1.27mm double row
-0
-14
-14
-Connector_PinHeader_1.27mm
-PinHeader_2x07_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x07, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x07 1.27mm double row
-0
-14
-14
-Connector_PinHeader_1.27mm
-PinHeader_2x08_P1.27mm_Horizontal
-Through hole angled pin header, 2x08, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x08 1.27mm double row
-0
-16
-16
-Connector_PinHeader_1.27mm
-PinHeader_2x08_P1.27mm_Vertical
-Through hole straight pin header, 2x08, 1.27mm pitch, double rows
-Through hole pin header THT 2x08 1.27mm double row
-0
-16
-16
-Connector_PinHeader_1.27mm
-PinHeader_2x08_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x08, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x08 1.27mm double row
-0
-16
-16
-Connector_PinHeader_1.27mm
-PinHeader_2x09_P1.27mm_Horizontal
-Through hole angled pin header, 2x09, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x09 1.27mm double row
-0
-18
-18
-Connector_PinHeader_1.27mm
-PinHeader_2x09_P1.27mm_Vertical
-Through hole straight pin header, 2x09, 1.27mm pitch, double rows
-Through hole pin header THT 2x09 1.27mm double row
-0
-18
-18
-Connector_PinHeader_1.27mm
-PinHeader_2x09_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x09, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x09 1.27mm double row
-0
-18
-18
-Connector_PinHeader_1.27mm
-PinHeader_2x10_P1.27mm_Horizontal
-Through hole angled pin header, 2x10, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x10 1.27mm double row
-0
-20
-20
-Connector_PinHeader_1.27mm
-PinHeader_2x10_P1.27mm_Vertical
-Through hole straight pin header, 2x10, 1.27mm pitch, double rows
-Through hole pin header THT 2x10 1.27mm double row
-0
-20
-20
-Connector_PinHeader_1.27mm
-PinHeader_2x10_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x10, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x10 1.27mm double row
-0
-20
-20
-Connector_PinHeader_1.27mm
-PinHeader_2x11_P1.27mm_Horizontal
-Through hole angled pin header, 2x11, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x11 1.27mm double row
-0
-22
-22
-Connector_PinHeader_1.27mm
-PinHeader_2x11_P1.27mm_Vertical
-Through hole straight pin header, 2x11, 1.27mm pitch, double rows
-Through hole pin header THT 2x11 1.27mm double row
-0
-22
-22
-Connector_PinHeader_1.27mm
-PinHeader_2x11_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x11, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x11 1.27mm double row
-0
-22
-22
-Connector_PinHeader_1.27mm
-PinHeader_2x12_P1.27mm_Horizontal
-Through hole angled pin header, 2x12, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x12 1.27mm double row
-0
-24
-24
-Connector_PinHeader_1.27mm
-PinHeader_2x12_P1.27mm_Vertical
-Through hole straight pin header, 2x12, 1.27mm pitch, double rows
-Through hole pin header THT 2x12 1.27mm double row
-0
-24
-24
-Connector_PinHeader_1.27mm
-PinHeader_2x12_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x12, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x12 1.27mm double row
-0
-24
-24
-Connector_PinHeader_1.27mm
-PinHeader_2x13_P1.27mm_Horizontal
-Through hole angled pin header, 2x13, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x13 1.27mm double row
-0
-26
-26
-Connector_PinHeader_1.27mm
-PinHeader_2x13_P1.27mm_Vertical
-Through hole straight pin header, 2x13, 1.27mm pitch, double rows
-Through hole pin header THT 2x13 1.27mm double row
-0
-26
-26
-Connector_PinHeader_1.27mm
-PinHeader_2x13_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x13, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x13 1.27mm double row
-0
-26
-26
-Connector_PinHeader_1.27mm
-PinHeader_2x14_P1.27mm_Horizontal
-Through hole angled pin header, 2x14, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x14 1.27mm double row
-0
-28
-28
-Connector_PinHeader_1.27mm
-PinHeader_2x14_P1.27mm_Vertical
-Through hole straight pin header, 2x14, 1.27mm pitch, double rows
-Through hole pin header THT 2x14 1.27mm double row
-0
-28
-28
-Connector_PinHeader_1.27mm
-PinHeader_2x14_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x14, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x14 1.27mm double row
-0
-28
-28
-Connector_PinHeader_1.27mm
-PinHeader_2x15_P1.27mm_Horizontal
-Through hole angled pin header, 2x15, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x15 1.27mm double row
-0
-30
-30
-Connector_PinHeader_1.27mm
-PinHeader_2x15_P1.27mm_Vertical
-Through hole straight pin header, 2x15, 1.27mm pitch, double rows
-Through hole pin header THT 2x15 1.27mm double row
-0
-30
-30
-Connector_PinHeader_1.27mm
-PinHeader_2x15_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x15, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x15 1.27mm double row
-0
-30
-30
-Connector_PinHeader_1.27mm
-PinHeader_2x16_P1.27mm_Horizontal
-Through hole angled pin header, 2x16, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x16 1.27mm double row
-0
-32
-32
-Connector_PinHeader_1.27mm
-PinHeader_2x16_P1.27mm_Vertical
-Through hole straight pin header, 2x16, 1.27mm pitch, double rows
-Through hole pin header THT 2x16 1.27mm double row
-0
-32
-32
-Connector_PinHeader_1.27mm
-PinHeader_2x16_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x16, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x16 1.27mm double row
-0
-32
-32
-Connector_PinHeader_1.27mm
-PinHeader_2x17_P1.27mm_Horizontal
-Through hole angled pin header, 2x17, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x17 1.27mm double row
-0
-34
-34
-Connector_PinHeader_1.27mm
-PinHeader_2x17_P1.27mm_Vertical
-Through hole straight pin header, 2x17, 1.27mm pitch, double rows
-Through hole pin header THT 2x17 1.27mm double row
-0
-34
-34
-Connector_PinHeader_1.27mm
-PinHeader_2x17_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x17, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x17 1.27mm double row
-0
-34
-34
-Connector_PinHeader_1.27mm
-PinHeader_2x18_P1.27mm_Horizontal
-Through hole angled pin header, 2x18, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x18 1.27mm double row
-0
-36
-36
-Connector_PinHeader_1.27mm
-PinHeader_2x18_P1.27mm_Vertical
-Through hole straight pin header, 2x18, 1.27mm pitch, double rows
-Through hole pin header THT 2x18 1.27mm double row
-0
-36
-36
-Connector_PinHeader_1.27mm
-PinHeader_2x18_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x18, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x18 1.27mm double row
-0
-36
-36
-Connector_PinHeader_1.27mm
-PinHeader_2x19_P1.27mm_Horizontal
-Through hole angled pin header, 2x19, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x19 1.27mm double row
-0
-38
-38
-Connector_PinHeader_1.27mm
-PinHeader_2x19_P1.27mm_Vertical
-Through hole straight pin header, 2x19, 1.27mm pitch, double rows
-Through hole pin header THT 2x19 1.27mm double row
-0
-38
-38
-Connector_PinHeader_1.27mm
-PinHeader_2x19_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x19, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x19 1.27mm double row
-0
-38
-38
-Connector_PinHeader_1.27mm
-PinHeader_2x20_P1.27mm_Horizontal
-Through hole angled pin header, 2x20, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x20 1.27mm double row
-0
-40
-40
-Connector_PinHeader_1.27mm
-PinHeader_2x20_P1.27mm_Vertical
-Through hole straight pin header, 2x20, 1.27mm pitch, double rows
-Through hole pin header THT 2x20 1.27mm double row
-0
-40
-40
-Connector_PinHeader_1.27mm
-PinHeader_2x20_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x20, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x20 1.27mm double row
-0
-40
-40
-Connector_PinHeader_1.27mm
-PinHeader_2x21_P1.27mm_Horizontal
-Through hole angled pin header, 2x21, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x21 1.27mm double row
-0
-42
-42
-Connector_PinHeader_1.27mm
-PinHeader_2x21_P1.27mm_Vertical
-Through hole straight pin header, 2x21, 1.27mm pitch, double rows
-Through hole pin header THT 2x21 1.27mm double row
-0
-42
-42
-Connector_PinHeader_1.27mm
-PinHeader_2x21_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x21, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x21 1.27mm double row
-0
-42
-42
-Connector_PinHeader_1.27mm
-PinHeader_2x22_P1.27mm_Horizontal
-Through hole angled pin header, 2x22, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x22 1.27mm double row
-0
-44
-44
-Connector_PinHeader_1.27mm
-PinHeader_2x22_P1.27mm_Vertical
-Through hole straight pin header, 2x22, 1.27mm pitch, double rows
-Through hole pin header THT 2x22 1.27mm double row
-0
-44
-44
-Connector_PinHeader_1.27mm
-PinHeader_2x22_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x22, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x22 1.27mm double row
-0
-44
-44
-Connector_PinHeader_1.27mm
-PinHeader_2x23_P1.27mm_Horizontal
-Through hole angled pin header, 2x23, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x23 1.27mm double row
-0
-46
-46
-Connector_PinHeader_1.27mm
-PinHeader_2x23_P1.27mm_Vertical
-Through hole straight pin header, 2x23, 1.27mm pitch, double rows
-Through hole pin header THT 2x23 1.27mm double row
-0
-46
-46
-Connector_PinHeader_1.27mm
-PinHeader_2x23_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x23, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x23 1.27mm double row
-0
-46
-46
-Connector_PinHeader_1.27mm
-PinHeader_2x24_P1.27mm_Horizontal
-Through hole angled pin header, 2x24, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x24 1.27mm double row
-0
-48
-48
-Connector_PinHeader_1.27mm
-PinHeader_2x24_P1.27mm_Vertical
-Through hole straight pin header, 2x24, 1.27mm pitch, double rows
-Through hole pin header THT 2x24 1.27mm double row
-0
-48
-48
-Connector_PinHeader_1.27mm
-PinHeader_2x24_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x24, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x24 1.27mm double row
-0
-48
-48
-Connector_PinHeader_1.27mm
-PinHeader_2x25_P1.27mm_Horizontal
-Through hole angled pin header, 2x25, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x25 1.27mm double row
-0
-50
-50
-Connector_PinHeader_1.27mm
-PinHeader_2x25_P1.27mm_Vertical
-Through hole straight pin header, 2x25, 1.27mm pitch, double rows
-Through hole pin header THT 2x25 1.27mm double row
-0
-50
-50
-Connector_PinHeader_1.27mm
-PinHeader_2x25_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x25, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x25 1.27mm double row
-0
-50
-50
-Connector_PinHeader_1.27mm
-PinHeader_2x26_P1.27mm_Horizontal
-Through hole angled pin header, 2x26, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x26 1.27mm double row
-0
-52
-52
-Connector_PinHeader_1.27mm
-PinHeader_2x26_P1.27mm_Vertical
-Through hole straight pin header, 2x26, 1.27mm pitch, double rows
-Through hole pin header THT 2x26 1.27mm double row
-0
-52
-52
-Connector_PinHeader_1.27mm
-PinHeader_2x26_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x26, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x26 1.27mm double row
-0
-52
-52
-Connector_PinHeader_1.27mm
-PinHeader_2x27_P1.27mm_Horizontal
-Through hole angled pin header, 2x27, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x27 1.27mm double row
-0
-54
-54
-Connector_PinHeader_1.27mm
-PinHeader_2x27_P1.27mm_Vertical
-Through hole straight pin header, 2x27, 1.27mm pitch, double rows
-Through hole pin header THT 2x27 1.27mm double row
-0
-54
-54
-Connector_PinHeader_1.27mm
-PinHeader_2x27_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x27, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x27 1.27mm double row
-0
-54
-54
-Connector_PinHeader_1.27mm
-PinHeader_2x28_P1.27mm_Horizontal
-Through hole angled pin header, 2x28, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x28 1.27mm double row
-0
-56
-56
-Connector_PinHeader_1.27mm
-PinHeader_2x28_P1.27mm_Vertical
-Through hole straight pin header, 2x28, 1.27mm pitch, double rows
-Through hole pin header THT 2x28 1.27mm double row
-0
-56
-56
-Connector_PinHeader_1.27mm
-PinHeader_2x28_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x28, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x28 1.27mm double row
-0
-56
-56
-Connector_PinHeader_1.27mm
-PinHeader_2x29_P1.27mm_Horizontal
-Through hole angled pin header, 2x29, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x29 1.27mm double row
-0
-58
-58
-Connector_PinHeader_1.27mm
-PinHeader_2x29_P1.27mm_Vertical
-Through hole straight pin header, 2x29, 1.27mm pitch, double rows
-Through hole pin header THT 2x29 1.27mm double row
-0
-58
-58
-Connector_PinHeader_1.27mm
-PinHeader_2x29_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x29, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x29 1.27mm double row
-0
-58
-58
-Connector_PinHeader_1.27mm
-PinHeader_2x30_P1.27mm_Horizontal
-Through hole angled pin header, 2x30, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x30 1.27mm double row
-0
-60
-60
-Connector_PinHeader_1.27mm
-PinHeader_2x30_P1.27mm_Vertical
-Through hole straight pin header, 2x30, 1.27mm pitch, double rows
-Through hole pin header THT 2x30 1.27mm double row
-0
-60
-60
-Connector_PinHeader_1.27mm
-PinHeader_2x30_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x30, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x30 1.27mm double row
-0
-60
-60
-Connector_PinHeader_1.27mm
-PinHeader_2x31_P1.27mm_Horizontal
-Through hole angled pin header, 2x31, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x31 1.27mm double row
-0
-62
-62
-Connector_PinHeader_1.27mm
-PinHeader_2x31_P1.27mm_Vertical
-Through hole straight pin header, 2x31, 1.27mm pitch, double rows
-Through hole pin header THT 2x31 1.27mm double row
-0
-62
-62
-Connector_PinHeader_1.27mm
-PinHeader_2x31_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x31, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x31 1.27mm double row
-0
-62
-62
-Connector_PinHeader_1.27mm
-PinHeader_2x32_P1.27mm_Horizontal
-Through hole angled pin header, 2x32, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x32 1.27mm double row
-0
-64
-64
-Connector_PinHeader_1.27mm
-PinHeader_2x32_P1.27mm_Vertical
-Through hole straight pin header, 2x32, 1.27mm pitch, double rows
-Through hole pin header THT 2x32 1.27mm double row
-0
-64
-64
-Connector_PinHeader_1.27mm
-PinHeader_2x32_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x32, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x32 1.27mm double row
-0
-64
-64
-Connector_PinHeader_1.27mm
-PinHeader_2x33_P1.27mm_Horizontal
-Through hole angled pin header, 2x33, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x33 1.27mm double row
-0
-66
-66
-Connector_PinHeader_1.27mm
-PinHeader_2x33_P1.27mm_Vertical
-Through hole straight pin header, 2x33, 1.27mm pitch, double rows
-Through hole pin header THT 2x33 1.27mm double row
-0
-66
-66
-Connector_PinHeader_1.27mm
-PinHeader_2x33_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x33, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x33 1.27mm double row
-0
-66
-66
-Connector_PinHeader_1.27mm
-PinHeader_2x34_P1.27mm_Horizontal
-Through hole angled pin header, 2x34, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x34 1.27mm double row
-0
-68
-68
-Connector_PinHeader_1.27mm
-PinHeader_2x34_P1.27mm_Vertical
-Through hole straight pin header, 2x34, 1.27mm pitch, double rows
-Through hole pin header THT 2x34 1.27mm double row
-0
-68
-68
-Connector_PinHeader_1.27mm
-PinHeader_2x34_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x34, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x34 1.27mm double row
-0
-68
-68
-Connector_PinHeader_1.27mm
-PinHeader_2x35_P1.27mm_Horizontal
-Through hole angled pin header, 2x35, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x35 1.27mm double row
-0
-70
-70
-Connector_PinHeader_1.27mm
-PinHeader_2x35_P1.27mm_Vertical
-Through hole straight pin header, 2x35, 1.27mm pitch, double rows
-Through hole pin header THT 2x35 1.27mm double row
-0
-70
-70
-Connector_PinHeader_1.27mm
-PinHeader_2x35_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x35, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x35 1.27mm double row
-0
-70
-70
-Connector_PinHeader_1.27mm
-PinHeader_2x36_P1.27mm_Horizontal
-Through hole angled pin header, 2x36, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x36 1.27mm double row
-0
-72
-72
-Connector_PinHeader_1.27mm
-PinHeader_2x36_P1.27mm_Vertical
-Through hole straight pin header, 2x36, 1.27mm pitch, double rows
-Through hole pin header THT 2x36 1.27mm double row
-0
-72
-72
-Connector_PinHeader_1.27mm
-PinHeader_2x36_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x36, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x36 1.27mm double row
-0
-72
-72
-Connector_PinHeader_1.27mm
-PinHeader_2x37_P1.27mm_Horizontal
-Through hole angled pin header, 2x37, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x37 1.27mm double row
-0
-74
-74
-Connector_PinHeader_1.27mm
-PinHeader_2x37_P1.27mm_Vertical
-Through hole straight pin header, 2x37, 1.27mm pitch, double rows
-Through hole pin header THT 2x37 1.27mm double row
-0
-74
-74
-Connector_PinHeader_1.27mm
-PinHeader_2x37_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x37, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x37 1.27mm double row
-0
-74
-74
-Connector_PinHeader_1.27mm
-PinHeader_2x38_P1.27mm_Horizontal
-Through hole angled pin header, 2x38, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x38 1.27mm double row
-0
-76
-76
-Connector_PinHeader_1.27mm
-PinHeader_2x38_P1.27mm_Vertical
-Through hole straight pin header, 2x38, 1.27mm pitch, double rows
-Through hole pin header THT 2x38 1.27mm double row
-0
-76
-76
-Connector_PinHeader_1.27mm
-PinHeader_2x38_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x38, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x38 1.27mm double row
-0
-76
-76
-Connector_PinHeader_1.27mm
-PinHeader_2x39_P1.27mm_Horizontal
-Through hole angled pin header, 2x39, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x39 1.27mm double row
-0
-78
-78
-Connector_PinHeader_1.27mm
-PinHeader_2x39_P1.27mm_Vertical
-Through hole straight pin header, 2x39, 1.27mm pitch, double rows
-Through hole pin header THT 2x39 1.27mm double row
-0
-78
-78
-Connector_PinHeader_1.27mm
-PinHeader_2x39_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x39, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x39 1.27mm double row
-0
-78
-78
-Connector_PinHeader_1.27mm
-PinHeader_2x40_P1.27mm_Horizontal
-Through hole angled pin header, 2x40, 1.27mm pitch, 4.0mm pin length, double rows
-Through hole angled pin header THT 2x40 1.27mm double row
-0
-80
-80
-Connector_PinHeader_1.27mm
-PinHeader_2x40_P1.27mm_Vertical
-Through hole straight pin header, 2x40, 1.27mm pitch, double rows
-Through hole pin header THT 2x40 1.27mm double row
-0
-80
-80
-Connector_PinHeader_1.27mm
-PinHeader_2x40_P1.27mm_Vertical_SMD
-surface-mounted straight pin header, 2x40, 1.27mm pitch, double rows
-Surface mounted pin header SMD 2x40 1.27mm double row
-0
-80
-80
-Connector_PinHeader_2.00mm
-PinHeader_1x01_P2.00mm_Horizontal
-Through hole angled pin header, 1x01, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x01 2.00mm single row
-0
-1
-1
-Connector_PinHeader_2.00mm
-PinHeader_1x01_P2.00mm_Vertical
-Through hole straight pin header, 1x01, 2.00mm pitch, single row
-Through hole pin header THT 1x01 2.00mm single row
-0
-1
-1
-Connector_PinHeader_2.00mm
-PinHeader_1x02_P2.00mm_Horizontal
-Through hole angled pin header, 1x02, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x02 2.00mm single row
-0
-2
-2
-Connector_PinHeader_2.00mm
-PinHeader_1x02_P2.00mm_Vertical
-Through hole straight pin header, 1x02, 2.00mm pitch, single row
-Through hole pin header THT 1x02 2.00mm single row
-0
-2
-2
-Connector_PinHeader_2.00mm
-PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x02 2.00mm single row style1 pin1 left
-0
-2
-2
-Connector_PinHeader_2.00mm
-PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x02 2.00mm single row style2 pin1 right
-0
-2
-2
-Connector_PinHeader_2.00mm
-PinHeader_1x03_P2.00mm_Horizontal
-Through hole angled pin header, 1x03, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x03 2.00mm single row
-0
-3
-3
-Connector_PinHeader_2.00mm
-PinHeader_1x03_P2.00mm_Vertical
-Through hole straight pin header, 1x03, 2.00mm pitch, single row
-Through hole pin header THT 1x03 2.00mm single row
-0
-3
-3
-Connector_PinHeader_2.00mm
-PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x03 2.00mm single row style1 pin1 left
-0
-3
-3
-Connector_PinHeader_2.00mm
-PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x03 2.00mm single row style2 pin1 right
-0
-3
-3
-Connector_PinHeader_2.00mm
-PinHeader_1x04_P2.00mm_Horizontal
-Through hole angled pin header, 1x04, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x04 2.00mm single row
-0
-4
-4
-Connector_PinHeader_2.00mm
-PinHeader_1x04_P2.00mm_Vertical
-Through hole straight pin header, 1x04, 2.00mm pitch, single row
-Through hole pin header THT 1x04 2.00mm single row
-0
-4
-4
-Connector_PinHeader_2.00mm
-PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x04 2.00mm single row style1 pin1 left
-0
-4
-4
-Connector_PinHeader_2.00mm
-PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x04 2.00mm single row style2 pin1 right
-0
-4
-4
-Connector_PinHeader_2.00mm
-PinHeader_1x05_P2.00mm_Horizontal
-Through hole angled pin header, 1x05, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x05 2.00mm single row
-0
-5
-5
-Connector_PinHeader_2.00mm
-PinHeader_1x05_P2.00mm_Vertical
-Through hole straight pin header, 1x05, 2.00mm pitch, single row
-Through hole pin header THT 1x05 2.00mm single row
-0
-5
-5
-Connector_PinHeader_2.00mm
-PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x05 2.00mm single row style1 pin1 left
-0
-5
-5
-Connector_PinHeader_2.00mm
-PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x05 2.00mm single row style2 pin1 right
-0
-5
-5
-Connector_PinHeader_2.00mm
-PinHeader_1x06_P2.00mm_Horizontal
-Through hole angled pin header, 1x06, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x06 2.00mm single row
-0
-6
-6
-Connector_PinHeader_2.00mm
-PinHeader_1x06_P2.00mm_Vertical
-Through hole straight pin header, 1x06, 2.00mm pitch, single row
-Through hole pin header THT 1x06 2.00mm single row
-0
-6
-6
-Connector_PinHeader_2.00mm
-PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x06 2.00mm single row style1 pin1 left
-0
-6
-6
-Connector_PinHeader_2.00mm
-PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x06 2.00mm single row style2 pin1 right
-0
-6
-6
-Connector_PinHeader_2.00mm
-PinHeader_1x07_P2.00mm_Horizontal
-Through hole angled pin header, 1x07, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x07 2.00mm single row
-0
-7
-7
-Connector_PinHeader_2.00mm
-PinHeader_1x07_P2.00mm_Vertical
-Through hole straight pin header, 1x07, 2.00mm pitch, single row
-Through hole pin header THT 1x07 2.00mm single row
-0
-7
-7
-Connector_PinHeader_2.00mm
-PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x07 2.00mm single row style1 pin1 left
-0
-7
-7
-Connector_PinHeader_2.00mm
-PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x07 2.00mm single row style2 pin1 right
-0
-7
-7
-Connector_PinHeader_2.00mm
-PinHeader_1x08_P2.00mm_Horizontal
-Through hole angled pin header, 1x08, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x08 2.00mm single row
-0
-8
-8
-Connector_PinHeader_2.00mm
-PinHeader_1x08_P2.00mm_Vertical
-Through hole straight pin header, 1x08, 2.00mm pitch, single row
-Through hole pin header THT 1x08 2.00mm single row
-0
-8
-8
-Connector_PinHeader_2.00mm
-PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x08 2.00mm single row style1 pin1 left
-0
-8
-8
-Connector_PinHeader_2.00mm
-PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x08 2.00mm single row style2 pin1 right
-0
-8
-8
-Connector_PinHeader_2.00mm
-PinHeader_1x09_P2.00mm_Horizontal
-Through hole angled pin header, 1x09, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x09 2.00mm single row
-0
-9
-9
-Connector_PinHeader_2.00mm
-PinHeader_1x09_P2.00mm_Vertical
-Through hole straight pin header, 1x09, 2.00mm pitch, single row
-Through hole pin header THT 1x09 2.00mm single row
-0
-9
-9
-Connector_PinHeader_2.00mm
-PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x09 2.00mm single row style1 pin1 left
-0
-9
-9
-Connector_PinHeader_2.00mm
-PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x09 2.00mm single row style2 pin1 right
-0
-9
-9
-Connector_PinHeader_2.00mm
-PinHeader_1x10_P2.00mm_Horizontal
-Through hole angled pin header, 1x10, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x10 2.00mm single row
-0
-10
-10
-Connector_PinHeader_2.00mm
-PinHeader_1x10_P2.00mm_Vertical
-Through hole straight pin header, 1x10, 2.00mm pitch, single row
-Through hole pin header THT 1x10 2.00mm single row
-0
-10
-10
-Connector_PinHeader_2.00mm
-PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x10 2.00mm single row style1 pin1 left
-0
-10
-10
-Connector_PinHeader_2.00mm
-PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x10 2.00mm single row style2 pin1 right
-0
-10
-10
-Connector_PinHeader_2.00mm
-PinHeader_1x11_P2.00mm_Horizontal
-Through hole angled pin header, 1x11, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x11 2.00mm single row
-0
-11
-11
-Connector_PinHeader_2.00mm
-PinHeader_1x11_P2.00mm_Vertical
-Through hole straight pin header, 1x11, 2.00mm pitch, single row
-Through hole pin header THT 1x11 2.00mm single row
-0
-11
-11
-Connector_PinHeader_2.00mm
-PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x11 2.00mm single row style1 pin1 left
-0
-11
-11
-Connector_PinHeader_2.00mm
-PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x11 2.00mm single row style2 pin1 right
-0
-11
-11
-Connector_PinHeader_2.00mm
-PinHeader_1x12_P2.00mm_Horizontal
-Through hole angled pin header, 1x12, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x12 2.00mm single row
-0
-12
-12
-Connector_PinHeader_2.00mm
-PinHeader_1x12_P2.00mm_Vertical
-Through hole straight pin header, 1x12, 2.00mm pitch, single row
-Through hole pin header THT 1x12 2.00mm single row
-0
-12
-12
-Connector_PinHeader_2.00mm
-PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x12 2.00mm single row style1 pin1 left
-0
-12
-12
-Connector_PinHeader_2.00mm
-PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x12 2.00mm single row style2 pin1 right
-0
-12
-12
-Connector_PinHeader_2.00mm
-PinHeader_1x13_P2.00mm_Horizontal
-Through hole angled pin header, 1x13, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x13 2.00mm single row
-0
-13
-13
-Connector_PinHeader_2.00mm
-PinHeader_1x13_P2.00mm_Vertical
-Through hole straight pin header, 1x13, 2.00mm pitch, single row
-Through hole pin header THT 1x13 2.00mm single row
-0
-13
-13
-Connector_PinHeader_2.00mm
-PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x13 2.00mm single row style1 pin1 left
-0
-13
-13
-Connector_PinHeader_2.00mm
-PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x13 2.00mm single row style2 pin1 right
-0
-13
-13
-Connector_PinHeader_2.00mm
-PinHeader_1x14_P2.00mm_Horizontal
-Through hole angled pin header, 1x14, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x14 2.00mm single row
-0
-14
-14
-Connector_PinHeader_2.00mm
-PinHeader_1x14_P2.00mm_Vertical
-Through hole straight pin header, 1x14, 2.00mm pitch, single row
-Through hole pin header THT 1x14 2.00mm single row
-0
-14
-14
-Connector_PinHeader_2.00mm
-PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x14 2.00mm single row style1 pin1 left
-0
-14
-14
-Connector_PinHeader_2.00mm
-PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x14 2.00mm single row style2 pin1 right
-0
-14
-14
-Connector_PinHeader_2.00mm
-PinHeader_1x15_P2.00mm_Horizontal
-Through hole angled pin header, 1x15, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x15 2.00mm single row
-0
-15
-15
-Connector_PinHeader_2.00mm
-PinHeader_1x15_P2.00mm_Vertical
-Through hole straight pin header, 1x15, 2.00mm pitch, single row
-Through hole pin header THT 1x15 2.00mm single row
-0
-15
-15
-Connector_PinHeader_2.00mm
-PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x15 2.00mm single row style1 pin1 left
-0
-15
-15
-Connector_PinHeader_2.00mm
-PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x15 2.00mm single row style2 pin1 right
-0
-15
-15
-Connector_PinHeader_2.00mm
-PinHeader_1x16_P2.00mm_Horizontal
-Through hole angled pin header, 1x16, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x16 2.00mm single row
-0
-16
-16
-Connector_PinHeader_2.00mm
-PinHeader_1x16_P2.00mm_Vertical
-Through hole straight pin header, 1x16, 2.00mm pitch, single row
-Through hole pin header THT 1x16 2.00mm single row
-0
-16
-16
-Connector_PinHeader_2.00mm
-PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x16 2.00mm single row style1 pin1 left
-0
-16
-16
-Connector_PinHeader_2.00mm
-PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x16 2.00mm single row style2 pin1 right
-0
-16
-16
-Connector_PinHeader_2.00mm
-PinHeader_1x17_P2.00mm_Horizontal
-Through hole angled pin header, 1x17, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x17 2.00mm single row
-0
-17
-17
-Connector_PinHeader_2.00mm
-PinHeader_1x17_P2.00mm_Vertical
-Through hole straight pin header, 1x17, 2.00mm pitch, single row
-Through hole pin header THT 1x17 2.00mm single row
-0
-17
-17
-Connector_PinHeader_2.00mm
-PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x17 2.00mm single row style1 pin1 left
-0
-17
-17
-Connector_PinHeader_2.00mm
-PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x17 2.00mm single row style2 pin1 right
-0
-17
-17
-Connector_PinHeader_2.00mm
-PinHeader_1x18_P2.00mm_Horizontal
-Through hole angled pin header, 1x18, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x18 2.00mm single row
-0
-18
-18
-Connector_PinHeader_2.00mm
-PinHeader_1x18_P2.00mm_Vertical
-Through hole straight pin header, 1x18, 2.00mm pitch, single row
-Through hole pin header THT 1x18 2.00mm single row
-0
-18
-18
-Connector_PinHeader_2.00mm
-PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x18 2.00mm single row style1 pin1 left
-0
-18
-18
-Connector_PinHeader_2.00mm
-PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x18 2.00mm single row style2 pin1 right
-0
-18
-18
-Connector_PinHeader_2.00mm
-PinHeader_1x19_P2.00mm_Horizontal
-Through hole angled pin header, 1x19, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x19 2.00mm single row
-0
-19
-19
-Connector_PinHeader_2.00mm
-PinHeader_1x19_P2.00mm_Vertical
-Through hole straight pin header, 1x19, 2.00mm pitch, single row
-Through hole pin header THT 1x19 2.00mm single row
-0
-19
-19
-Connector_PinHeader_2.00mm
-PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x19 2.00mm single row style1 pin1 left
-0
-19
-19
-Connector_PinHeader_2.00mm
-PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x19 2.00mm single row style2 pin1 right
-0
-19
-19
-Connector_PinHeader_2.00mm
-PinHeader_1x20_P2.00mm_Horizontal
-Through hole angled pin header, 1x20, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x20 2.00mm single row
-0
-20
-20
-Connector_PinHeader_2.00mm
-PinHeader_1x20_P2.00mm_Vertical
-Through hole straight pin header, 1x20, 2.00mm pitch, single row
-Through hole pin header THT 1x20 2.00mm single row
-0
-20
-20
-Connector_PinHeader_2.00mm
-PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x20 2.00mm single row style1 pin1 left
-0
-20
-20
-Connector_PinHeader_2.00mm
-PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x20 2.00mm single row style2 pin1 right
-0
-20
-20
-Connector_PinHeader_2.00mm
-PinHeader_1x21_P2.00mm_Horizontal
-Through hole angled pin header, 1x21, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x21 2.00mm single row
-0
-21
-21
-Connector_PinHeader_2.00mm
-PinHeader_1x21_P2.00mm_Vertical
-Through hole straight pin header, 1x21, 2.00mm pitch, single row
-Through hole pin header THT 1x21 2.00mm single row
-0
-21
-21
-Connector_PinHeader_2.00mm
-PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x21 2.00mm single row style1 pin1 left
-0
-21
-21
-Connector_PinHeader_2.00mm
-PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x21 2.00mm single row style2 pin1 right
-0
-21
-21
-Connector_PinHeader_2.00mm
-PinHeader_1x22_P2.00mm_Horizontal
-Through hole angled pin header, 1x22, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x22 2.00mm single row
-0
-22
-22
-Connector_PinHeader_2.00mm
-PinHeader_1x22_P2.00mm_Vertical
-Through hole straight pin header, 1x22, 2.00mm pitch, single row
-Through hole pin header THT 1x22 2.00mm single row
-0
-22
-22
-Connector_PinHeader_2.00mm
-PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x22 2.00mm single row style1 pin1 left
-0
-22
-22
-Connector_PinHeader_2.00mm
-PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x22 2.00mm single row style2 pin1 right
-0
-22
-22
-Connector_PinHeader_2.00mm
-PinHeader_1x23_P2.00mm_Horizontal
-Through hole angled pin header, 1x23, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x23 2.00mm single row
-0
-23
-23
-Connector_PinHeader_2.00mm
-PinHeader_1x23_P2.00mm_Vertical
-Through hole straight pin header, 1x23, 2.00mm pitch, single row
-Through hole pin header THT 1x23 2.00mm single row
-0
-23
-23
-Connector_PinHeader_2.00mm
-PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x23 2.00mm single row style1 pin1 left
-0
-23
-23
-Connector_PinHeader_2.00mm
-PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x23 2.00mm single row style2 pin1 right
-0
-23
-23
-Connector_PinHeader_2.00mm
-PinHeader_1x24_P2.00mm_Horizontal
-Through hole angled pin header, 1x24, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x24 2.00mm single row
-0
-24
-24
-Connector_PinHeader_2.00mm
-PinHeader_1x24_P2.00mm_Vertical
-Through hole straight pin header, 1x24, 2.00mm pitch, single row
-Through hole pin header THT 1x24 2.00mm single row
-0
-24
-24
-Connector_PinHeader_2.00mm
-PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x24 2.00mm single row style1 pin1 left
-0
-24
-24
-Connector_PinHeader_2.00mm
-PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x24 2.00mm single row style2 pin1 right
-0
-24
-24
-Connector_PinHeader_2.00mm
-PinHeader_1x25_P2.00mm_Horizontal
-Through hole angled pin header, 1x25, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x25 2.00mm single row
-0
-25
-25
-Connector_PinHeader_2.00mm
-PinHeader_1x25_P2.00mm_Vertical
-Through hole straight pin header, 1x25, 2.00mm pitch, single row
-Through hole pin header THT 1x25 2.00mm single row
-0
-25
-25
-Connector_PinHeader_2.00mm
-PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x25 2.00mm single row style1 pin1 left
-0
-25
-25
-Connector_PinHeader_2.00mm
-PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x25 2.00mm single row style2 pin1 right
-0
-25
-25
-Connector_PinHeader_2.00mm
-PinHeader_1x26_P2.00mm_Horizontal
-Through hole angled pin header, 1x26, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x26 2.00mm single row
-0
-26
-26
-Connector_PinHeader_2.00mm
-PinHeader_1x26_P2.00mm_Vertical
-Through hole straight pin header, 1x26, 2.00mm pitch, single row
-Through hole pin header THT 1x26 2.00mm single row
-0
-26
-26
-Connector_PinHeader_2.00mm
-PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x26 2.00mm single row style1 pin1 left
-0
-26
-26
-Connector_PinHeader_2.00mm
-PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x26 2.00mm single row style2 pin1 right
-0
-26
-26
-Connector_PinHeader_2.00mm
-PinHeader_1x27_P2.00mm_Horizontal
-Through hole angled pin header, 1x27, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x27 2.00mm single row
-0
-27
-27
-Connector_PinHeader_2.00mm
-PinHeader_1x27_P2.00mm_Vertical
-Through hole straight pin header, 1x27, 2.00mm pitch, single row
-Through hole pin header THT 1x27 2.00mm single row
-0
-27
-27
-Connector_PinHeader_2.00mm
-PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x27 2.00mm single row style1 pin1 left
-0
-27
-27
-Connector_PinHeader_2.00mm
-PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x27 2.00mm single row style2 pin1 right
-0
-27
-27
-Connector_PinHeader_2.00mm
-PinHeader_1x28_P2.00mm_Horizontal
-Through hole angled pin header, 1x28, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x28 2.00mm single row
-0
-28
-28
-Connector_PinHeader_2.00mm
-PinHeader_1x28_P2.00mm_Vertical
-Through hole straight pin header, 1x28, 2.00mm pitch, single row
-Through hole pin header THT 1x28 2.00mm single row
-0
-28
-28
-Connector_PinHeader_2.00mm
-PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x28 2.00mm single row style1 pin1 left
-0
-28
-28
-Connector_PinHeader_2.00mm
-PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x28 2.00mm single row style2 pin1 right
-0
-28
-28
-Connector_PinHeader_2.00mm
-PinHeader_1x29_P2.00mm_Horizontal
-Through hole angled pin header, 1x29, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x29 2.00mm single row
-0
-29
-29
-Connector_PinHeader_2.00mm
-PinHeader_1x29_P2.00mm_Vertical
-Through hole straight pin header, 1x29, 2.00mm pitch, single row
-Through hole pin header THT 1x29 2.00mm single row
-0
-29
-29
-Connector_PinHeader_2.00mm
-PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x29 2.00mm single row style1 pin1 left
-0
-29
-29
-Connector_PinHeader_2.00mm
-PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x29 2.00mm single row style2 pin1 right
-0
-29
-29
-Connector_PinHeader_2.00mm
-PinHeader_1x30_P2.00mm_Horizontal
-Through hole angled pin header, 1x30, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x30 2.00mm single row
-0
-30
-30
-Connector_PinHeader_2.00mm
-PinHeader_1x30_P2.00mm_Vertical
-Through hole straight pin header, 1x30, 2.00mm pitch, single row
-Through hole pin header THT 1x30 2.00mm single row
-0
-30
-30
-Connector_PinHeader_2.00mm
-PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x30 2.00mm single row style1 pin1 left
-0
-30
-30
-Connector_PinHeader_2.00mm
-PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x30 2.00mm single row style2 pin1 right
-0
-30
-30
-Connector_PinHeader_2.00mm
-PinHeader_1x31_P2.00mm_Horizontal
-Through hole angled pin header, 1x31, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x31 2.00mm single row
-0
-31
-31
-Connector_PinHeader_2.00mm
-PinHeader_1x31_P2.00mm_Vertical
-Through hole straight pin header, 1x31, 2.00mm pitch, single row
-Through hole pin header THT 1x31 2.00mm single row
-0
-31
-31
-Connector_PinHeader_2.00mm
-PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x31 2.00mm single row style1 pin1 left
-0
-31
-31
-Connector_PinHeader_2.00mm
-PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x31 2.00mm single row style2 pin1 right
-0
-31
-31
-Connector_PinHeader_2.00mm
-PinHeader_1x32_P2.00mm_Horizontal
-Through hole angled pin header, 1x32, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x32 2.00mm single row
-0
-32
-32
-Connector_PinHeader_2.00mm
-PinHeader_1x32_P2.00mm_Vertical
-Through hole straight pin header, 1x32, 2.00mm pitch, single row
-Through hole pin header THT 1x32 2.00mm single row
-0
-32
-32
-Connector_PinHeader_2.00mm
-PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x32 2.00mm single row style1 pin1 left
-0
-32
-32
-Connector_PinHeader_2.00mm
-PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x32 2.00mm single row style2 pin1 right
-0
-32
-32
-Connector_PinHeader_2.00mm
-PinHeader_1x33_P2.00mm_Horizontal
-Through hole angled pin header, 1x33, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x33 2.00mm single row
-0
-33
-33
-Connector_PinHeader_2.00mm
-PinHeader_1x33_P2.00mm_Vertical
-Through hole straight pin header, 1x33, 2.00mm pitch, single row
-Through hole pin header THT 1x33 2.00mm single row
-0
-33
-33
-Connector_PinHeader_2.00mm
-PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x33 2.00mm single row style1 pin1 left
-0
-33
-33
-Connector_PinHeader_2.00mm
-PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x33 2.00mm single row style2 pin1 right
-0
-33
-33
-Connector_PinHeader_2.00mm
-PinHeader_1x34_P2.00mm_Horizontal
-Through hole angled pin header, 1x34, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x34 2.00mm single row
-0
-34
-34
-Connector_PinHeader_2.00mm
-PinHeader_1x34_P2.00mm_Vertical
-Through hole straight pin header, 1x34, 2.00mm pitch, single row
-Through hole pin header THT 1x34 2.00mm single row
-0
-34
-34
-Connector_PinHeader_2.00mm
-PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x34 2.00mm single row style1 pin1 left
-0
-34
-34
-Connector_PinHeader_2.00mm
-PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x34 2.00mm single row style2 pin1 right
-0
-34
-34
-Connector_PinHeader_2.00mm
-PinHeader_1x35_P2.00mm_Horizontal
-Through hole angled pin header, 1x35, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x35 2.00mm single row
-0
-35
-35
-Connector_PinHeader_2.00mm
-PinHeader_1x35_P2.00mm_Vertical
-Through hole straight pin header, 1x35, 2.00mm pitch, single row
-Through hole pin header THT 1x35 2.00mm single row
-0
-35
-35
-Connector_PinHeader_2.00mm
-PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x35 2.00mm single row style1 pin1 left
-0
-35
-35
-Connector_PinHeader_2.00mm
-PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x35 2.00mm single row style2 pin1 right
-0
-35
-35
-Connector_PinHeader_2.00mm
-PinHeader_1x36_P2.00mm_Horizontal
-Through hole angled pin header, 1x36, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x36 2.00mm single row
-0
-36
-36
-Connector_PinHeader_2.00mm
-PinHeader_1x36_P2.00mm_Vertical
-Through hole straight pin header, 1x36, 2.00mm pitch, single row
-Through hole pin header THT 1x36 2.00mm single row
-0
-36
-36
-Connector_PinHeader_2.00mm
-PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x36 2.00mm single row style1 pin1 left
-0
-36
-36
-Connector_PinHeader_2.00mm
-PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x36 2.00mm single row style2 pin1 right
-0
-36
-36
-Connector_PinHeader_2.00mm
-PinHeader_1x37_P2.00mm_Horizontal
-Through hole angled pin header, 1x37, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x37 2.00mm single row
-0
-37
-37
-Connector_PinHeader_2.00mm
-PinHeader_1x37_P2.00mm_Vertical
-Through hole straight pin header, 1x37, 2.00mm pitch, single row
-Through hole pin header THT 1x37 2.00mm single row
-0
-37
-37
-Connector_PinHeader_2.00mm
-PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x37 2.00mm single row style1 pin1 left
-0
-37
-37
-Connector_PinHeader_2.00mm
-PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x37 2.00mm single row style2 pin1 right
-0
-37
-37
-Connector_PinHeader_2.00mm
-PinHeader_1x38_P2.00mm_Horizontal
-Through hole angled pin header, 1x38, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x38 2.00mm single row
-0
-38
-38
-Connector_PinHeader_2.00mm
-PinHeader_1x38_P2.00mm_Vertical
-Through hole straight pin header, 1x38, 2.00mm pitch, single row
-Through hole pin header THT 1x38 2.00mm single row
-0
-38
-38
-Connector_PinHeader_2.00mm
-PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x38 2.00mm single row style1 pin1 left
-0
-38
-38
-Connector_PinHeader_2.00mm
-PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x38 2.00mm single row style2 pin1 right
-0
-38
-38
-Connector_PinHeader_2.00mm
-PinHeader_1x39_P2.00mm_Horizontal
-Through hole angled pin header, 1x39, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x39 2.00mm single row
-0
-39
-39
-Connector_PinHeader_2.00mm
-PinHeader_1x39_P2.00mm_Vertical
-Through hole straight pin header, 1x39, 2.00mm pitch, single row
-Through hole pin header THT 1x39 2.00mm single row
-0
-39
-39
-Connector_PinHeader_2.00mm
-PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x39 2.00mm single row style1 pin1 left
-0
-39
-39
-Connector_PinHeader_2.00mm
-PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x39 2.00mm single row style2 pin1 right
-0
-39
-39
-Connector_PinHeader_2.00mm
-PinHeader_1x40_P2.00mm_Horizontal
-Through hole angled pin header, 1x40, 2.00mm pitch, 4.2mm pin length, single row
-Through hole angled pin header THT 1x40 2.00mm single row
-0
-40
-40
-Connector_PinHeader_2.00mm
-PinHeader_1x40_P2.00mm_Vertical
-Through hole straight pin header, 1x40, 2.00mm pitch, single row
-Through hole pin header THT 1x40 2.00mm single row
-0
-40
-40
-Connector_PinHeader_2.00mm
-PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x40 2.00mm single row style1 pin1 left
-0
-40
-40
-Connector_PinHeader_2.00mm
-PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x40 2.00mm single row style2 pin1 right
-0
-40
-40
-Connector_PinHeader_2.00mm
-PinHeader_2x01_P2.00mm_Horizontal
-Through hole angled pin header, 2x01, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x01 2.00mm double row
-0
-2
-2
-Connector_PinHeader_2.00mm
-PinHeader_2x01_P2.00mm_Vertical
-Through hole straight pin header, 2x01, 2.00mm pitch, double rows
-Through hole pin header THT 2x01 2.00mm double row
-0
-2
-2
-Connector_PinHeader_2.00mm
-PinHeader_2x01_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x01, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x01 2.00mm double row
-0
-2
-2
-Connector_PinHeader_2.00mm
-PinHeader_2x02_P2.00mm_Horizontal
-Through hole angled pin header, 2x02, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x02 2.00mm double row
-0
-4
-4
-Connector_PinHeader_2.00mm
-PinHeader_2x02_P2.00mm_Vertical
-Through hole straight pin header, 2x02, 2.00mm pitch, double rows
-Through hole pin header THT 2x02 2.00mm double row
-0
-4
-4
-Connector_PinHeader_2.00mm
-PinHeader_2x02_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x02, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x02 2.00mm double row
-0
-4
-4
-Connector_PinHeader_2.00mm
-PinHeader_2x03_P2.00mm_Horizontal
-Through hole angled pin header, 2x03, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x03 2.00mm double row
-0
-6
-6
-Connector_PinHeader_2.00mm
-PinHeader_2x03_P2.00mm_Vertical
-Through hole straight pin header, 2x03, 2.00mm pitch, double rows
-Through hole pin header THT 2x03 2.00mm double row
-0
-6
-6
-Connector_PinHeader_2.00mm
-PinHeader_2x03_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x03, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x03 2.00mm double row
-0
-6
-6
-Connector_PinHeader_2.00mm
-PinHeader_2x04_P2.00mm_Horizontal
-Through hole angled pin header, 2x04, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x04 2.00mm double row
-0
-8
-8
-Connector_PinHeader_2.00mm
-PinHeader_2x04_P2.00mm_Vertical
-Through hole straight pin header, 2x04, 2.00mm pitch, double rows
-Through hole pin header THT 2x04 2.00mm double row
-0
-8
-8
-Connector_PinHeader_2.00mm
-PinHeader_2x04_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x04, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x04 2.00mm double row
-0
-8
-8
-Connector_PinHeader_2.00mm
-PinHeader_2x05_P2.00mm_Horizontal
-Through hole angled pin header, 2x05, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x05 2.00mm double row
-0
-10
-10
-Connector_PinHeader_2.00mm
-PinHeader_2x05_P2.00mm_Vertical
-Through hole straight pin header, 2x05, 2.00mm pitch, double rows
-Through hole pin header THT 2x05 2.00mm double row
-0
-10
-10
-Connector_PinHeader_2.00mm
-PinHeader_2x05_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x05, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x05 2.00mm double row
-0
-10
-10
-Connector_PinHeader_2.00mm
-PinHeader_2x06_P2.00mm_Horizontal
-Through hole angled pin header, 2x06, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x06 2.00mm double row
-0
-12
-12
-Connector_PinHeader_2.00mm
-PinHeader_2x06_P2.00mm_Vertical
-Through hole straight pin header, 2x06, 2.00mm pitch, double rows
-Through hole pin header THT 2x06 2.00mm double row
-0
-12
-12
-Connector_PinHeader_2.00mm
-PinHeader_2x06_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x06, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x06 2.00mm double row
-0
-12
-12
-Connector_PinHeader_2.00mm
-PinHeader_2x07_P2.00mm_Horizontal
-Through hole angled pin header, 2x07, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x07 2.00mm double row
-0
-14
-14
-Connector_PinHeader_2.00mm
-PinHeader_2x07_P2.00mm_Vertical
-Through hole straight pin header, 2x07, 2.00mm pitch, double rows
-Through hole pin header THT 2x07 2.00mm double row
-0
-14
-14
-Connector_PinHeader_2.00mm
-PinHeader_2x07_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x07, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x07 2.00mm double row
-0
-14
-14
-Connector_PinHeader_2.00mm
-PinHeader_2x08_P2.00mm_Horizontal
-Through hole angled pin header, 2x08, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x08 2.00mm double row
-0
-16
-16
-Connector_PinHeader_2.00mm
-PinHeader_2x08_P2.00mm_Vertical
-Through hole straight pin header, 2x08, 2.00mm pitch, double rows
-Through hole pin header THT 2x08 2.00mm double row
-0
-16
-16
-Connector_PinHeader_2.00mm
-PinHeader_2x08_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x08, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x08 2.00mm double row
-0
-16
-16
-Connector_PinHeader_2.00mm
-PinHeader_2x09_P2.00mm_Horizontal
-Through hole angled pin header, 2x09, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x09 2.00mm double row
-0
-18
-18
-Connector_PinHeader_2.00mm
-PinHeader_2x09_P2.00mm_Vertical
-Through hole straight pin header, 2x09, 2.00mm pitch, double rows
-Through hole pin header THT 2x09 2.00mm double row
-0
-18
-18
-Connector_PinHeader_2.00mm
-PinHeader_2x09_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x09, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x09 2.00mm double row
-0
-18
-18
-Connector_PinHeader_2.00mm
-PinHeader_2x10_P2.00mm_Horizontal
-Through hole angled pin header, 2x10, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x10 2.00mm double row
-0
-20
-20
-Connector_PinHeader_2.00mm
-PinHeader_2x10_P2.00mm_Vertical
-Through hole straight pin header, 2x10, 2.00mm pitch, double rows
-Through hole pin header THT 2x10 2.00mm double row
-0
-20
-20
-Connector_PinHeader_2.00mm
-PinHeader_2x10_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x10, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x10 2.00mm double row
-0
-20
-20
-Connector_PinHeader_2.00mm
-PinHeader_2x11_P2.00mm_Horizontal
-Through hole angled pin header, 2x11, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x11 2.00mm double row
-0
-22
-22
-Connector_PinHeader_2.00mm
-PinHeader_2x11_P2.00mm_Vertical
-Through hole straight pin header, 2x11, 2.00mm pitch, double rows
-Through hole pin header THT 2x11 2.00mm double row
-0
-22
-22
-Connector_PinHeader_2.00mm
-PinHeader_2x11_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x11, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x11 2.00mm double row
-0
-22
-22
-Connector_PinHeader_2.00mm
-PinHeader_2x12_P2.00mm_Horizontal
-Through hole angled pin header, 2x12, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x12 2.00mm double row
-0
-24
-24
-Connector_PinHeader_2.00mm
-PinHeader_2x12_P2.00mm_Vertical
-Through hole straight pin header, 2x12, 2.00mm pitch, double rows
-Through hole pin header THT 2x12 2.00mm double row
-0
-24
-24
-Connector_PinHeader_2.00mm
-PinHeader_2x12_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x12, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x12 2.00mm double row
-0
-24
-24
-Connector_PinHeader_2.00mm
-PinHeader_2x13_P2.00mm_Horizontal
-Through hole angled pin header, 2x13, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x13 2.00mm double row
-0
-26
-26
-Connector_PinHeader_2.00mm
-PinHeader_2x13_P2.00mm_Vertical
-Through hole straight pin header, 2x13, 2.00mm pitch, double rows
-Through hole pin header THT 2x13 2.00mm double row
-0
-26
-26
-Connector_PinHeader_2.00mm
-PinHeader_2x13_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x13, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x13 2.00mm double row
-0
-26
-26
-Connector_PinHeader_2.00mm
-PinHeader_2x14_P2.00mm_Horizontal
-Through hole angled pin header, 2x14, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x14 2.00mm double row
-0
-28
-28
-Connector_PinHeader_2.00mm
-PinHeader_2x14_P2.00mm_Vertical
-Through hole straight pin header, 2x14, 2.00mm pitch, double rows
-Through hole pin header THT 2x14 2.00mm double row
-0
-28
-28
-Connector_PinHeader_2.00mm
-PinHeader_2x14_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x14, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x14 2.00mm double row
-0
-28
-28
-Connector_PinHeader_2.00mm
-PinHeader_2x15_P2.00mm_Horizontal
-Through hole angled pin header, 2x15, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x15 2.00mm double row
-0
-30
-30
-Connector_PinHeader_2.00mm
-PinHeader_2x15_P2.00mm_Vertical
-Through hole straight pin header, 2x15, 2.00mm pitch, double rows
-Through hole pin header THT 2x15 2.00mm double row
-0
-30
-30
-Connector_PinHeader_2.00mm
-PinHeader_2x15_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x15, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x15 2.00mm double row
-0
-30
-30
-Connector_PinHeader_2.00mm
-PinHeader_2x16_P2.00mm_Horizontal
-Through hole angled pin header, 2x16, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x16 2.00mm double row
-0
-32
-32
-Connector_PinHeader_2.00mm
-PinHeader_2x16_P2.00mm_Vertical
-Through hole straight pin header, 2x16, 2.00mm pitch, double rows
-Through hole pin header THT 2x16 2.00mm double row
-0
-32
-32
-Connector_PinHeader_2.00mm
-PinHeader_2x16_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x16, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x16 2.00mm double row
-0
-32
-32
-Connector_PinHeader_2.00mm
-PinHeader_2x17_P2.00mm_Horizontal
-Through hole angled pin header, 2x17, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x17 2.00mm double row
-0
-34
-34
-Connector_PinHeader_2.00mm
-PinHeader_2x17_P2.00mm_Vertical
-Through hole straight pin header, 2x17, 2.00mm pitch, double rows
-Through hole pin header THT 2x17 2.00mm double row
-0
-34
-34
-Connector_PinHeader_2.00mm
-PinHeader_2x17_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x17, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x17 2.00mm double row
-0
-34
-34
-Connector_PinHeader_2.00mm
-PinHeader_2x18_P2.00mm_Horizontal
-Through hole angled pin header, 2x18, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x18 2.00mm double row
-0
-36
-36
-Connector_PinHeader_2.00mm
-PinHeader_2x18_P2.00mm_Vertical
-Through hole straight pin header, 2x18, 2.00mm pitch, double rows
-Through hole pin header THT 2x18 2.00mm double row
-0
-36
-36
-Connector_PinHeader_2.00mm
-PinHeader_2x18_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x18, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x18 2.00mm double row
-0
-36
-36
-Connector_PinHeader_2.00mm
-PinHeader_2x19_P2.00mm_Horizontal
-Through hole angled pin header, 2x19, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x19 2.00mm double row
-0
-38
-38
-Connector_PinHeader_2.00mm
-PinHeader_2x19_P2.00mm_Vertical
-Through hole straight pin header, 2x19, 2.00mm pitch, double rows
-Through hole pin header THT 2x19 2.00mm double row
-0
-38
-38
-Connector_PinHeader_2.00mm
-PinHeader_2x19_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x19, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x19 2.00mm double row
-0
-38
-38
-Connector_PinHeader_2.00mm
-PinHeader_2x20_P2.00mm_Horizontal
-Through hole angled pin header, 2x20, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x20 2.00mm double row
-0
-40
-40
-Connector_PinHeader_2.00mm
-PinHeader_2x20_P2.00mm_Vertical
-Through hole straight pin header, 2x20, 2.00mm pitch, double rows
-Through hole pin header THT 2x20 2.00mm double row
-0
-40
-40
-Connector_PinHeader_2.00mm
-PinHeader_2x20_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x20, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x20 2.00mm double row
-0
-40
-40
-Connector_PinHeader_2.00mm
-PinHeader_2x21_P2.00mm_Horizontal
-Through hole angled pin header, 2x21, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x21 2.00mm double row
-0
-42
-42
-Connector_PinHeader_2.00mm
-PinHeader_2x21_P2.00mm_Vertical
-Through hole straight pin header, 2x21, 2.00mm pitch, double rows
-Through hole pin header THT 2x21 2.00mm double row
-0
-42
-42
-Connector_PinHeader_2.00mm
-PinHeader_2x21_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x21, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x21 2.00mm double row
-0
-42
-42
-Connector_PinHeader_2.00mm
-PinHeader_2x22_P2.00mm_Horizontal
-Through hole angled pin header, 2x22, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x22 2.00mm double row
-0
-44
-44
-Connector_PinHeader_2.00mm
-PinHeader_2x22_P2.00mm_Vertical
-Through hole straight pin header, 2x22, 2.00mm pitch, double rows
-Through hole pin header THT 2x22 2.00mm double row
-0
-44
-44
-Connector_PinHeader_2.00mm
-PinHeader_2x22_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x22, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x22 2.00mm double row
-0
-44
-44
-Connector_PinHeader_2.00mm
-PinHeader_2x23_P2.00mm_Horizontal
-Through hole angled pin header, 2x23, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x23 2.00mm double row
-0
-46
-46
-Connector_PinHeader_2.00mm
-PinHeader_2x23_P2.00mm_Vertical
-Through hole straight pin header, 2x23, 2.00mm pitch, double rows
-Through hole pin header THT 2x23 2.00mm double row
-0
-46
-46
-Connector_PinHeader_2.00mm
-PinHeader_2x23_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x23, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x23 2.00mm double row
-0
-46
-46
-Connector_PinHeader_2.00mm
-PinHeader_2x24_P2.00mm_Horizontal
-Through hole angled pin header, 2x24, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x24 2.00mm double row
-0
-48
-48
-Connector_PinHeader_2.00mm
-PinHeader_2x24_P2.00mm_Vertical
-Through hole straight pin header, 2x24, 2.00mm pitch, double rows
-Through hole pin header THT 2x24 2.00mm double row
-0
-48
-48
-Connector_PinHeader_2.00mm
-PinHeader_2x24_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x24, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x24 2.00mm double row
-0
-48
-48
-Connector_PinHeader_2.00mm
-PinHeader_2x25_P2.00mm_Horizontal
-Through hole angled pin header, 2x25, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x25 2.00mm double row
-0
-50
-50
-Connector_PinHeader_2.00mm
-PinHeader_2x25_P2.00mm_Vertical
-Through hole straight pin header, 2x25, 2.00mm pitch, double rows
-Through hole pin header THT 2x25 2.00mm double row
-0
-50
-50
-Connector_PinHeader_2.00mm
-PinHeader_2x25_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x25, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x25 2.00mm double row
-0
-50
-50
-Connector_PinHeader_2.00mm
-PinHeader_2x26_P2.00mm_Horizontal
-Through hole angled pin header, 2x26, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x26 2.00mm double row
-0
-52
-52
-Connector_PinHeader_2.00mm
-PinHeader_2x26_P2.00mm_Vertical
-Through hole straight pin header, 2x26, 2.00mm pitch, double rows
-Through hole pin header THT 2x26 2.00mm double row
-0
-52
-52
-Connector_PinHeader_2.00mm
-PinHeader_2x26_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x26, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x26 2.00mm double row
-0
-52
-52
-Connector_PinHeader_2.00mm
-PinHeader_2x27_P2.00mm_Horizontal
-Through hole angled pin header, 2x27, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x27 2.00mm double row
-0
-54
-54
-Connector_PinHeader_2.00mm
-PinHeader_2x27_P2.00mm_Vertical
-Through hole straight pin header, 2x27, 2.00mm pitch, double rows
-Through hole pin header THT 2x27 2.00mm double row
-0
-54
-54
-Connector_PinHeader_2.00mm
-PinHeader_2x27_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x27, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x27 2.00mm double row
-0
-54
-54
-Connector_PinHeader_2.00mm
-PinHeader_2x28_P2.00mm_Horizontal
-Through hole angled pin header, 2x28, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x28 2.00mm double row
-0
-56
-56
-Connector_PinHeader_2.00mm
-PinHeader_2x28_P2.00mm_Vertical
-Through hole straight pin header, 2x28, 2.00mm pitch, double rows
-Through hole pin header THT 2x28 2.00mm double row
-0
-56
-56
-Connector_PinHeader_2.00mm
-PinHeader_2x28_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x28, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x28 2.00mm double row
-0
-56
-56
-Connector_PinHeader_2.00mm
-PinHeader_2x29_P2.00mm_Horizontal
-Through hole angled pin header, 2x29, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x29 2.00mm double row
-0
-58
-58
-Connector_PinHeader_2.00mm
-PinHeader_2x29_P2.00mm_Vertical
-Through hole straight pin header, 2x29, 2.00mm pitch, double rows
-Through hole pin header THT 2x29 2.00mm double row
-0
-58
-58
-Connector_PinHeader_2.00mm
-PinHeader_2x29_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x29, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x29 2.00mm double row
-0
-58
-58
-Connector_PinHeader_2.00mm
-PinHeader_2x30_P2.00mm_Horizontal
-Through hole angled pin header, 2x30, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x30 2.00mm double row
-0
-60
-60
-Connector_PinHeader_2.00mm
-PinHeader_2x30_P2.00mm_Vertical
-Through hole straight pin header, 2x30, 2.00mm pitch, double rows
-Through hole pin header THT 2x30 2.00mm double row
-0
-60
-60
-Connector_PinHeader_2.00mm
-PinHeader_2x30_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x30, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x30 2.00mm double row
-0
-60
-60
-Connector_PinHeader_2.00mm
-PinHeader_2x31_P2.00mm_Horizontal
-Through hole angled pin header, 2x31, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x31 2.00mm double row
-0
-62
-62
-Connector_PinHeader_2.00mm
-PinHeader_2x31_P2.00mm_Vertical
-Through hole straight pin header, 2x31, 2.00mm pitch, double rows
-Through hole pin header THT 2x31 2.00mm double row
-0
-62
-62
-Connector_PinHeader_2.00mm
-PinHeader_2x31_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x31, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x31 2.00mm double row
-0
-62
-62
-Connector_PinHeader_2.00mm
-PinHeader_2x32_P2.00mm_Horizontal
-Through hole angled pin header, 2x32, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x32 2.00mm double row
-0
-64
-64
-Connector_PinHeader_2.00mm
-PinHeader_2x32_P2.00mm_Vertical
-Through hole straight pin header, 2x32, 2.00mm pitch, double rows
-Through hole pin header THT 2x32 2.00mm double row
-0
-64
-64
-Connector_PinHeader_2.00mm
-PinHeader_2x32_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x32, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x32 2.00mm double row
-0
-64
-64
-Connector_PinHeader_2.00mm
-PinHeader_2x33_P2.00mm_Horizontal
-Through hole angled pin header, 2x33, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x33 2.00mm double row
-0
-66
-66
-Connector_PinHeader_2.00mm
-PinHeader_2x33_P2.00mm_Vertical
-Through hole straight pin header, 2x33, 2.00mm pitch, double rows
-Through hole pin header THT 2x33 2.00mm double row
-0
-66
-66
-Connector_PinHeader_2.00mm
-PinHeader_2x33_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x33, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x33 2.00mm double row
-0
-66
-66
-Connector_PinHeader_2.00mm
-PinHeader_2x34_P2.00mm_Horizontal
-Through hole angled pin header, 2x34, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x34 2.00mm double row
-0
-68
-68
-Connector_PinHeader_2.00mm
-PinHeader_2x34_P2.00mm_Vertical
-Through hole straight pin header, 2x34, 2.00mm pitch, double rows
-Through hole pin header THT 2x34 2.00mm double row
-0
-68
-68
-Connector_PinHeader_2.00mm
-PinHeader_2x34_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x34, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x34 2.00mm double row
-0
-68
-68
-Connector_PinHeader_2.00mm
-PinHeader_2x35_P2.00mm_Horizontal
-Through hole angled pin header, 2x35, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x35 2.00mm double row
-0
-70
-70
-Connector_PinHeader_2.00mm
-PinHeader_2x35_P2.00mm_Vertical
-Through hole straight pin header, 2x35, 2.00mm pitch, double rows
-Through hole pin header THT 2x35 2.00mm double row
-0
-70
-70
-Connector_PinHeader_2.00mm
-PinHeader_2x35_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x35, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x35 2.00mm double row
-0
-70
-70
-Connector_PinHeader_2.00mm
-PinHeader_2x36_P2.00mm_Horizontal
-Through hole angled pin header, 2x36, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x36 2.00mm double row
-0
-72
-72
-Connector_PinHeader_2.00mm
-PinHeader_2x36_P2.00mm_Vertical
-Through hole straight pin header, 2x36, 2.00mm pitch, double rows
-Through hole pin header THT 2x36 2.00mm double row
-0
-72
-72
-Connector_PinHeader_2.00mm
-PinHeader_2x36_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x36, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x36 2.00mm double row
-0
-72
-72
-Connector_PinHeader_2.00mm
-PinHeader_2x37_P2.00mm_Horizontal
-Through hole angled pin header, 2x37, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x37 2.00mm double row
-0
-74
-74
-Connector_PinHeader_2.00mm
-PinHeader_2x37_P2.00mm_Vertical
-Through hole straight pin header, 2x37, 2.00mm pitch, double rows
-Through hole pin header THT 2x37 2.00mm double row
-0
-74
-74
-Connector_PinHeader_2.00mm
-PinHeader_2x37_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x37, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x37 2.00mm double row
-0
-74
-74
-Connector_PinHeader_2.00mm
-PinHeader_2x38_P2.00mm_Horizontal
-Through hole angled pin header, 2x38, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x38 2.00mm double row
-0
-76
-76
-Connector_PinHeader_2.00mm
-PinHeader_2x38_P2.00mm_Vertical
-Through hole straight pin header, 2x38, 2.00mm pitch, double rows
-Through hole pin header THT 2x38 2.00mm double row
-0
-76
-76
-Connector_PinHeader_2.00mm
-PinHeader_2x38_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x38, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x38 2.00mm double row
-0
-76
-76
-Connector_PinHeader_2.00mm
-PinHeader_2x39_P2.00mm_Horizontal
-Through hole angled pin header, 2x39, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x39 2.00mm double row
-0
-78
-78
-Connector_PinHeader_2.00mm
-PinHeader_2x39_P2.00mm_Vertical
-Through hole straight pin header, 2x39, 2.00mm pitch, double rows
-Through hole pin header THT 2x39 2.00mm double row
-0
-78
-78
-Connector_PinHeader_2.00mm
-PinHeader_2x39_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x39, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x39 2.00mm double row
-0
-78
-78
-Connector_PinHeader_2.00mm
-PinHeader_2x40_P2.00mm_Horizontal
-Through hole angled pin header, 2x40, 2.00mm pitch, 4.2mm pin length, double rows
-Through hole angled pin header THT 2x40 2.00mm double row
-0
-80
-80
-Connector_PinHeader_2.00mm
-PinHeader_2x40_P2.00mm_Vertical
-Through hole straight pin header, 2x40, 2.00mm pitch, double rows
-Through hole pin header THT 2x40 2.00mm double row
-0
-80
-80
-Connector_PinHeader_2.00mm
-PinHeader_2x40_P2.00mm_Vertical_SMD
-surface-mounted straight pin header, 2x40, 2.00mm pitch, double rows
-Surface mounted pin header SMD 2x40 2.00mm double row
-0
-80
-80
-Connector_PinHeader_2.54mm
-PinHeader_1x01_P2.54mm_Horizontal
-Through hole angled pin header, 1x01, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x01 2.54mm single row
-0
-1
-1
-Connector_PinHeader_2.54mm
-PinHeader_1x01_P2.54mm_Vertical
-Through hole straight pin header, 1x01, 2.54mm pitch, single row
-Through hole pin header THT 1x01 2.54mm single row
-0
-1
-1
-Connector_PinHeader_2.54mm
-PinHeader_1x02_P2.54mm_Horizontal
-Through hole angled pin header, 1x02, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x02 2.54mm single row
-0
-2
-2
-Connector_PinHeader_2.54mm
-PinHeader_1x02_P2.54mm_Vertical
-Through hole straight pin header, 1x02, 2.54mm pitch, single row
-Through hole pin header THT 1x02 2.54mm single row
-0
-2
-2
-Connector_PinHeader_2.54mm
-PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x02 2.54mm single row style1 pin1 left
-0
-2
-2
-Connector_PinHeader_2.54mm
-PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x02 2.54mm single row style2 pin1 right
-0
-2
-2
-Connector_PinHeader_2.54mm
-PinHeader_1x03_P2.54mm_Horizontal
-Through hole angled pin header, 1x03, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x03 2.54mm single row
-0
-3
-3
-Connector_PinHeader_2.54mm
-PinHeader_1x03_P2.54mm_Vertical
-Through hole straight pin header, 1x03, 2.54mm pitch, single row
-Through hole pin header THT 1x03 2.54mm single row
-0
-3
-3
-Connector_PinHeader_2.54mm
-PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left
-0
-3
-3
-Connector_PinHeader_2.54mm
-PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x03 2.54mm single row style2 pin1 right
-0
-3
-3
-Connector_PinHeader_2.54mm
-PinHeader_1x04_P2.54mm_Horizontal
-Through hole angled pin header, 1x04, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x04 2.54mm single row
-0
-4
-4
-Connector_PinHeader_2.54mm
-PinHeader_1x04_P2.54mm_Vertical
-Through hole straight pin header, 1x04, 2.54mm pitch, single row
-Through hole pin header THT 1x04 2.54mm single row
-0
-4
-4
-Connector_PinHeader_2.54mm
-PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x04 2.54mm single row style1 pin1 left
-0
-4
-4
-Connector_PinHeader_2.54mm
-PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x04 2.54mm single row style2 pin1 right
-0
-4
-4
-Connector_PinHeader_2.54mm
-PinHeader_1x05_P2.54mm_Horizontal
-Through hole angled pin header, 1x05, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x05 2.54mm single row
-0
-5
-5
-Connector_PinHeader_2.54mm
-PinHeader_1x05_P2.54mm_Vertical
-Through hole straight pin header, 1x05, 2.54mm pitch, single row
-Through hole pin header THT 1x05 2.54mm single row
-0
-5
-5
-Connector_PinHeader_2.54mm
-PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x05 2.54mm single row style1 pin1 left
-0
-5
-5
-Connector_PinHeader_2.54mm
-PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x05 2.54mm single row style2 pin1 right
-0
-5
-5
-Connector_PinHeader_2.54mm
-PinHeader_1x06_P2.54mm_Horizontal
-Through hole angled pin header, 1x06, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x06 2.54mm single row
-0
-6
-6
-Connector_PinHeader_2.54mm
-PinHeader_1x06_P2.54mm_Vertical
-Through hole straight pin header, 1x06, 2.54mm pitch, single row
-Through hole pin header THT 1x06 2.54mm single row
-0
-6
-6
-Connector_PinHeader_2.54mm
-PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x06 2.54mm single row style1 pin1 left
-0
-6
-6
-Connector_PinHeader_2.54mm
-PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x06 2.54mm single row style2 pin1 right
-0
-6
-6
-Connector_PinHeader_2.54mm
-PinHeader_1x07_P2.54mm_Horizontal
-Through hole angled pin header, 1x07, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x07 2.54mm single row
-0
-7
-7
-Connector_PinHeader_2.54mm
-PinHeader_1x07_P2.54mm_Vertical
-Through hole straight pin header, 1x07, 2.54mm pitch, single row
-Through hole pin header THT 1x07 2.54mm single row
-0
-7
-7
-Connector_PinHeader_2.54mm
-PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x07 2.54mm single row style1 pin1 left
-0
-7
-7
-Connector_PinHeader_2.54mm
-PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x07 2.54mm single row style2 pin1 right
-0
-7
-7
-Connector_PinHeader_2.54mm
-PinHeader_1x08_P2.54mm_Horizontal
-Through hole angled pin header, 1x08, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x08 2.54mm single row
-0
-8
-8
-Connector_PinHeader_2.54mm
-PinHeader_1x08_P2.54mm_Vertical
-Through hole straight pin header, 1x08, 2.54mm pitch, single row
-Through hole pin header THT 1x08 2.54mm single row
-0
-8
-8
-Connector_PinHeader_2.54mm
-PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x08 2.54mm single row style1 pin1 left
-0
-8
-8
-Connector_PinHeader_2.54mm
-PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x08 2.54mm single row style2 pin1 right
-0
-8
-8
-Connector_PinHeader_2.54mm
-PinHeader_1x09_P2.54mm_Horizontal
-Through hole angled pin header, 1x09, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x09 2.54mm single row
-0
-9
-9
-Connector_PinHeader_2.54mm
-PinHeader_1x09_P2.54mm_Vertical
-Through hole straight pin header, 1x09, 2.54mm pitch, single row
-Through hole pin header THT 1x09 2.54mm single row
-0
-9
-9
-Connector_PinHeader_2.54mm
-PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x09 2.54mm single row style1 pin1 left
-0
-9
-9
-Connector_PinHeader_2.54mm
-PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x09 2.54mm single row style2 pin1 right
-0
-9
-9
-Connector_PinHeader_2.54mm
-PinHeader_1x10_P2.54mm_Horizontal
-Through hole angled pin header, 1x10, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x10 2.54mm single row
-0
-10
-10
-Connector_PinHeader_2.54mm
-PinHeader_1x10_P2.54mm_Vertical
-Through hole straight pin header, 1x10, 2.54mm pitch, single row
-Through hole pin header THT 1x10 2.54mm single row
-0
-10
-10
-Connector_PinHeader_2.54mm
-PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x10 2.54mm single row style1 pin1 left
-0
-10
-10
-Connector_PinHeader_2.54mm
-PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x10 2.54mm single row style2 pin1 right
-0
-10
-10
-Connector_PinHeader_2.54mm
-PinHeader_1x11_P2.54mm_Horizontal
-Through hole angled pin header, 1x11, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x11 2.54mm single row
-0
-11
-11
-Connector_PinHeader_2.54mm
-PinHeader_1x11_P2.54mm_Vertical
-Through hole straight pin header, 1x11, 2.54mm pitch, single row
-Through hole pin header THT 1x11 2.54mm single row
-0
-11
-11
-Connector_PinHeader_2.54mm
-PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x11 2.54mm single row style1 pin1 left
-0
-11
-11
-Connector_PinHeader_2.54mm
-PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x11 2.54mm single row style2 pin1 right
-0
-11
-11
-Connector_PinHeader_2.54mm
-PinHeader_1x12_P2.54mm_Horizontal
-Through hole angled pin header, 1x12, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x12 2.54mm single row
-0
-12
-12
-Connector_PinHeader_2.54mm
-PinHeader_1x12_P2.54mm_Vertical
-Through hole straight pin header, 1x12, 2.54mm pitch, single row
-Through hole pin header THT 1x12 2.54mm single row
-0
-12
-12
-Connector_PinHeader_2.54mm
-PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x12 2.54mm single row style1 pin1 left
-0
-12
-12
-Connector_PinHeader_2.54mm
-PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x12 2.54mm single row style2 pin1 right
-0
-12
-12
-Connector_PinHeader_2.54mm
-PinHeader_1x13_P2.54mm_Horizontal
-Through hole angled pin header, 1x13, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x13 2.54mm single row
-0
-13
-13
-Connector_PinHeader_2.54mm
-PinHeader_1x13_P2.54mm_Vertical
-Through hole straight pin header, 1x13, 2.54mm pitch, single row
-Through hole pin header THT 1x13 2.54mm single row
-0
-13
-13
-Connector_PinHeader_2.54mm
-PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x13 2.54mm single row style1 pin1 left
-0
-13
-13
-Connector_PinHeader_2.54mm
-PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x13 2.54mm single row style2 pin1 right
-0
-13
-13
-Connector_PinHeader_2.54mm
-PinHeader_1x14_P2.54mm_Horizontal
-Through hole angled pin header, 1x14, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x14 2.54mm single row
-0
-14
-14
-Connector_PinHeader_2.54mm
-PinHeader_1x14_P2.54mm_Vertical
-Through hole straight pin header, 1x14, 2.54mm pitch, single row
-Through hole pin header THT 1x14 2.54mm single row
-0
-14
-14
-Connector_PinHeader_2.54mm
-PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x14 2.54mm single row style1 pin1 left
-0
-14
-14
-Connector_PinHeader_2.54mm
-PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x14 2.54mm single row style2 pin1 right
-0
-14
-14
-Connector_PinHeader_2.54mm
-PinHeader_1x15_P2.54mm_Horizontal
-Through hole angled pin header, 1x15, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x15 2.54mm single row
-0
-15
-15
-Connector_PinHeader_2.54mm
-PinHeader_1x15_P2.54mm_Vertical
-Through hole straight pin header, 1x15, 2.54mm pitch, single row
-Through hole pin header THT 1x15 2.54mm single row
-0
-15
-15
-Connector_PinHeader_2.54mm
-PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x15 2.54mm single row style1 pin1 left
-0
-15
-15
-Connector_PinHeader_2.54mm
-PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x15 2.54mm single row style2 pin1 right
-0
-15
-15
-Connector_PinHeader_2.54mm
-PinHeader_1x16_P2.54mm_Horizontal
-Through hole angled pin header, 1x16, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x16 2.54mm single row
-0
-16
-16
-Connector_PinHeader_2.54mm
-PinHeader_1x16_P2.54mm_Vertical
-Through hole straight pin header, 1x16, 2.54mm pitch, single row
-Through hole pin header THT 1x16 2.54mm single row
-0
-16
-16
-Connector_PinHeader_2.54mm
-PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x16 2.54mm single row style1 pin1 left
-0
-16
-16
-Connector_PinHeader_2.54mm
-PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x16 2.54mm single row style2 pin1 right
-0
-16
-16
-Connector_PinHeader_2.54mm
-PinHeader_1x17_P2.54mm_Horizontal
-Through hole angled pin header, 1x17, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x17 2.54mm single row
-0
-17
-17
-Connector_PinHeader_2.54mm
-PinHeader_1x17_P2.54mm_Vertical
-Through hole straight pin header, 1x17, 2.54mm pitch, single row
-Through hole pin header THT 1x17 2.54mm single row
-0
-17
-17
-Connector_PinHeader_2.54mm
-PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x17 2.54mm single row style1 pin1 left
-0
-17
-17
-Connector_PinHeader_2.54mm
-PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x17 2.54mm single row style2 pin1 right
-0
-17
-17
-Connector_PinHeader_2.54mm
-PinHeader_1x18_P2.54mm_Horizontal
-Through hole angled pin header, 1x18, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x18 2.54mm single row
-0
-18
-18
-Connector_PinHeader_2.54mm
-PinHeader_1x18_P2.54mm_Vertical
-Through hole straight pin header, 1x18, 2.54mm pitch, single row
-Through hole pin header THT 1x18 2.54mm single row
-0
-18
-18
-Connector_PinHeader_2.54mm
-PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x18 2.54mm single row style1 pin1 left
-0
-18
-18
-Connector_PinHeader_2.54mm
-PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x18 2.54mm single row style2 pin1 right
-0
-18
-18
-Connector_PinHeader_2.54mm
-PinHeader_1x19_P2.54mm_Horizontal
-Through hole angled pin header, 1x19, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x19 2.54mm single row
-0
-19
-19
-Connector_PinHeader_2.54mm
-PinHeader_1x19_P2.54mm_Vertical
-Through hole straight pin header, 1x19, 2.54mm pitch, single row
-Through hole pin header THT 1x19 2.54mm single row
-0
-19
-19
-Connector_PinHeader_2.54mm
-PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x19 2.54mm single row style1 pin1 left
-0
-19
-19
-Connector_PinHeader_2.54mm
-PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x19 2.54mm single row style2 pin1 right
-0
-19
-19
-Connector_PinHeader_2.54mm
-PinHeader_1x20_P2.54mm_Horizontal
-Through hole angled pin header, 1x20, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x20 2.54mm single row
-0
-20
-20
-Connector_PinHeader_2.54mm
-PinHeader_1x20_P2.54mm_Vertical
-Through hole straight pin header, 1x20, 2.54mm pitch, single row
-Through hole pin header THT 1x20 2.54mm single row
-0
-20
-20
-Connector_PinHeader_2.54mm
-PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x20 2.54mm single row style1 pin1 left
-0
-20
-20
-Connector_PinHeader_2.54mm
-PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x20 2.54mm single row style2 pin1 right
-0
-20
-20
-Connector_PinHeader_2.54mm
-PinHeader_1x21_P2.54mm_Horizontal
-Through hole angled pin header, 1x21, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x21 2.54mm single row
-0
-21
-21
-Connector_PinHeader_2.54mm
-PinHeader_1x21_P2.54mm_Vertical
-Through hole straight pin header, 1x21, 2.54mm pitch, single row
-Through hole pin header THT 1x21 2.54mm single row
-0
-21
-21
-Connector_PinHeader_2.54mm
-PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x21 2.54mm single row style1 pin1 left
-0
-21
-21
-Connector_PinHeader_2.54mm
-PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x21 2.54mm single row style2 pin1 right
-0
-21
-21
-Connector_PinHeader_2.54mm
-PinHeader_1x22_P2.54mm_Horizontal
-Through hole angled pin header, 1x22, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x22 2.54mm single row
-0
-22
-22
-Connector_PinHeader_2.54mm
-PinHeader_1x22_P2.54mm_Vertical
-Through hole straight pin header, 1x22, 2.54mm pitch, single row
-Through hole pin header THT 1x22 2.54mm single row
-0
-22
-22
-Connector_PinHeader_2.54mm
-PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x22 2.54mm single row style1 pin1 left
-0
-22
-22
-Connector_PinHeader_2.54mm
-PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x22 2.54mm single row style2 pin1 right
-0
-22
-22
-Connector_PinHeader_2.54mm
-PinHeader_1x23_P2.54mm_Horizontal
-Through hole angled pin header, 1x23, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x23 2.54mm single row
-0
-23
-23
-Connector_PinHeader_2.54mm
-PinHeader_1x23_P2.54mm_Vertical
-Through hole straight pin header, 1x23, 2.54mm pitch, single row
-Through hole pin header THT 1x23 2.54mm single row
-0
-23
-23
-Connector_PinHeader_2.54mm
-PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x23 2.54mm single row style1 pin1 left
-0
-23
-23
-Connector_PinHeader_2.54mm
-PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x23 2.54mm single row style2 pin1 right
-0
-23
-23
-Connector_PinHeader_2.54mm
-PinHeader_1x24_P2.54mm_Horizontal
-Through hole angled pin header, 1x24, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x24 2.54mm single row
-0
-24
-24
-Connector_PinHeader_2.54mm
-PinHeader_1x24_P2.54mm_Vertical
-Through hole straight pin header, 1x24, 2.54mm pitch, single row
-Through hole pin header THT 1x24 2.54mm single row
-0
-24
-24
-Connector_PinHeader_2.54mm
-PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x24 2.54mm single row style1 pin1 left
-0
-24
-24
-Connector_PinHeader_2.54mm
-PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x24 2.54mm single row style2 pin1 right
-0
-24
-24
-Connector_PinHeader_2.54mm
-PinHeader_1x25_P2.54mm_Horizontal
-Through hole angled pin header, 1x25, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x25 2.54mm single row
-0
-25
-25
-Connector_PinHeader_2.54mm
-PinHeader_1x25_P2.54mm_Vertical
-Through hole straight pin header, 1x25, 2.54mm pitch, single row
-Through hole pin header THT 1x25 2.54mm single row
-0
-25
-25
-Connector_PinHeader_2.54mm
-PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x25 2.54mm single row style1 pin1 left
-0
-25
-25
-Connector_PinHeader_2.54mm
-PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x25 2.54mm single row style2 pin1 right
-0
-25
-25
-Connector_PinHeader_2.54mm
-PinHeader_1x26_P2.54mm_Horizontal
-Through hole angled pin header, 1x26, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x26 2.54mm single row
-0
-26
-26
-Connector_PinHeader_2.54mm
-PinHeader_1x26_P2.54mm_Vertical
-Through hole straight pin header, 1x26, 2.54mm pitch, single row
-Through hole pin header THT 1x26 2.54mm single row
-0
-26
-26
-Connector_PinHeader_2.54mm
-PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x26 2.54mm single row style1 pin1 left
-0
-26
-26
-Connector_PinHeader_2.54mm
-PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x26 2.54mm single row style2 pin1 right
-0
-26
-26
-Connector_PinHeader_2.54mm
-PinHeader_1x27_P2.54mm_Horizontal
-Through hole angled pin header, 1x27, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x27 2.54mm single row
-0
-27
-27
-Connector_PinHeader_2.54mm
-PinHeader_1x27_P2.54mm_Vertical
-Through hole straight pin header, 1x27, 2.54mm pitch, single row
-Through hole pin header THT 1x27 2.54mm single row
-0
-27
-27
-Connector_PinHeader_2.54mm
-PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x27 2.54mm single row style1 pin1 left
-0
-27
-27
-Connector_PinHeader_2.54mm
-PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x27 2.54mm single row style2 pin1 right
-0
-27
-27
-Connector_PinHeader_2.54mm
-PinHeader_1x28_P2.54mm_Horizontal
-Through hole angled pin header, 1x28, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x28 2.54mm single row
-0
-28
-28
-Connector_PinHeader_2.54mm
-PinHeader_1x28_P2.54mm_Vertical
-Through hole straight pin header, 1x28, 2.54mm pitch, single row
-Through hole pin header THT 1x28 2.54mm single row
-0
-28
-28
-Connector_PinHeader_2.54mm
-PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x28 2.54mm single row style1 pin1 left
-0
-28
-28
-Connector_PinHeader_2.54mm
-PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x28 2.54mm single row style2 pin1 right
-0
-28
-28
-Connector_PinHeader_2.54mm
-PinHeader_1x29_P2.54mm_Horizontal
-Through hole angled pin header, 1x29, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x29 2.54mm single row
-0
-29
-29
-Connector_PinHeader_2.54mm
-PinHeader_1x29_P2.54mm_Vertical
-Through hole straight pin header, 1x29, 2.54mm pitch, single row
-Through hole pin header THT 1x29 2.54mm single row
-0
-29
-29
-Connector_PinHeader_2.54mm
-PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x29 2.54mm single row style1 pin1 left
-0
-29
-29
-Connector_PinHeader_2.54mm
-PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x29 2.54mm single row style2 pin1 right
-0
-29
-29
-Connector_PinHeader_2.54mm
-PinHeader_1x30_P2.54mm_Horizontal
-Through hole angled pin header, 1x30, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x30 2.54mm single row
-0
-30
-30
-Connector_PinHeader_2.54mm
-PinHeader_1x30_P2.54mm_Vertical
-Through hole straight pin header, 1x30, 2.54mm pitch, single row
-Through hole pin header THT 1x30 2.54mm single row
-0
-30
-30
-Connector_PinHeader_2.54mm
-PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x30 2.54mm single row style1 pin1 left
-0
-30
-30
-Connector_PinHeader_2.54mm
-PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x30 2.54mm single row style2 pin1 right
-0
-30
-30
-Connector_PinHeader_2.54mm
-PinHeader_1x31_P2.54mm_Horizontal
-Through hole angled pin header, 1x31, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x31 2.54mm single row
-0
-31
-31
-Connector_PinHeader_2.54mm
-PinHeader_1x31_P2.54mm_Vertical
-Through hole straight pin header, 1x31, 2.54mm pitch, single row
-Through hole pin header THT 1x31 2.54mm single row
-0
-31
-31
-Connector_PinHeader_2.54mm
-PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x31 2.54mm single row style1 pin1 left
-0
-31
-31
-Connector_PinHeader_2.54mm
-PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x31 2.54mm single row style2 pin1 right
-0
-31
-31
-Connector_PinHeader_2.54mm
-PinHeader_1x32_P2.54mm_Horizontal
-Through hole angled pin header, 1x32, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x32 2.54mm single row
-0
-32
-32
-Connector_PinHeader_2.54mm
-PinHeader_1x32_P2.54mm_Vertical
-Through hole straight pin header, 1x32, 2.54mm pitch, single row
-Through hole pin header THT 1x32 2.54mm single row
-0
-32
-32
-Connector_PinHeader_2.54mm
-PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x32 2.54mm single row style1 pin1 left
-0
-32
-32
-Connector_PinHeader_2.54mm
-PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x32 2.54mm single row style2 pin1 right
-0
-32
-32
-Connector_PinHeader_2.54mm
-PinHeader_1x33_P2.54mm_Horizontal
-Through hole angled pin header, 1x33, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x33 2.54mm single row
-0
-33
-33
-Connector_PinHeader_2.54mm
-PinHeader_1x33_P2.54mm_Vertical
-Through hole straight pin header, 1x33, 2.54mm pitch, single row
-Through hole pin header THT 1x33 2.54mm single row
-0
-33
-33
-Connector_PinHeader_2.54mm
-PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x33 2.54mm single row style1 pin1 left
-0
-33
-33
-Connector_PinHeader_2.54mm
-PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x33 2.54mm single row style2 pin1 right
-0
-33
-33
-Connector_PinHeader_2.54mm
-PinHeader_1x34_P2.54mm_Horizontal
-Through hole angled pin header, 1x34, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x34 2.54mm single row
-0
-34
-34
-Connector_PinHeader_2.54mm
-PinHeader_1x34_P2.54mm_Vertical
-Through hole straight pin header, 1x34, 2.54mm pitch, single row
-Through hole pin header THT 1x34 2.54mm single row
-0
-34
-34
-Connector_PinHeader_2.54mm
-PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x34 2.54mm single row style1 pin1 left
-0
-34
-34
-Connector_PinHeader_2.54mm
-PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x34 2.54mm single row style2 pin1 right
-0
-34
-34
-Connector_PinHeader_2.54mm
-PinHeader_1x35_P2.54mm_Horizontal
-Through hole angled pin header, 1x35, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x35 2.54mm single row
-0
-35
-35
-Connector_PinHeader_2.54mm
-PinHeader_1x35_P2.54mm_Vertical
-Through hole straight pin header, 1x35, 2.54mm pitch, single row
-Through hole pin header THT 1x35 2.54mm single row
-0
-35
-35
-Connector_PinHeader_2.54mm
-PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x35 2.54mm single row style1 pin1 left
-0
-35
-35
-Connector_PinHeader_2.54mm
-PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x35 2.54mm single row style2 pin1 right
-0
-35
-35
-Connector_PinHeader_2.54mm
-PinHeader_1x36_P2.54mm_Horizontal
-Through hole angled pin header, 1x36, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x36 2.54mm single row
-0
-36
-36
-Connector_PinHeader_2.54mm
-PinHeader_1x36_P2.54mm_Vertical
-Through hole straight pin header, 1x36, 2.54mm pitch, single row
-Through hole pin header THT 1x36 2.54mm single row
-0
-36
-36
-Connector_PinHeader_2.54mm
-PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x36 2.54mm single row style1 pin1 left
-0
-36
-36
-Connector_PinHeader_2.54mm
-PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x36 2.54mm single row style2 pin1 right
-0
-36
-36
-Connector_PinHeader_2.54mm
-PinHeader_1x37_P2.54mm_Horizontal
-Through hole angled pin header, 1x37, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x37 2.54mm single row
-0
-37
-37
-Connector_PinHeader_2.54mm
-PinHeader_1x37_P2.54mm_Vertical
-Through hole straight pin header, 1x37, 2.54mm pitch, single row
-Through hole pin header THT 1x37 2.54mm single row
-0
-37
-37
-Connector_PinHeader_2.54mm
-PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x37 2.54mm single row style1 pin1 left
-0
-37
-37
-Connector_PinHeader_2.54mm
-PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x37 2.54mm single row style2 pin1 right
-0
-37
-37
-Connector_PinHeader_2.54mm
-PinHeader_1x38_P2.54mm_Horizontal
-Through hole angled pin header, 1x38, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x38 2.54mm single row
-0
-38
-38
-Connector_PinHeader_2.54mm
-PinHeader_1x38_P2.54mm_Vertical
-Through hole straight pin header, 1x38, 2.54mm pitch, single row
-Through hole pin header THT 1x38 2.54mm single row
-0
-38
-38
-Connector_PinHeader_2.54mm
-PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x38 2.54mm single row style1 pin1 left
-0
-38
-38
-Connector_PinHeader_2.54mm
-PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x38 2.54mm single row style2 pin1 right
-0
-38
-38
-Connector_PinHeader_2.54mm
-PinHeader_1x39_P2.54mm_Horizontal
-Through hole angled pin header, 1x39, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x39 2.54mm single row
-0
-39
-39
-Connector_PinHeader_2.54mm
-PinHeader_1x39_P2.54mm_Vertical
-Through hole straight pin header, 1x39, 2.54mm pitch, single row
-Through hole pin header THT 1x39 2.54mm single row
-0
-39
-39
-Connector_PinHeader_2.54mm
-PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x39 2.54mm single row style1 pin1 left
-0
-39
-39
-Connector_PinHeader_2.54mm
-PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x39 2.54mm single row style2 pin1 right
-0
-39
-39
-Connector_PinHeader_2.54mm
-PinHeader_1x40_P2.54mm_Horizontal
-Through hole angled pin header, 1x40, 2.54mm pitch, 6mm pin length, single row
-Through hole angled pin header THT 1x40 2.54mm single row
-0
-40
-40
-Connector_PinHeader_2.54mm
-PinHeader_1x40_P2.54mm_Vertical
-Through hole straight pin header, 1x40, 2.54mm pitch, single row
-Through hole pin header THT 1x40 2.54mm single row
-0
-40
-40
-Connector_PinHeader_2.54mm
-PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left)
-Surface mounted pin header SMD 1x40 2.54mm single row style1 pin1 left
-0
-40
-40
-Connector_PinHeader_2.54mm
-PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right)
-Surface mounted pin header SMD 1x40 2.54mm single row style2 pin1 right
-0
-40
-40
-Connector_PinHeader_2.54mm
-PinHeader_2x01_P2.54mm_Horizontal
-Through hole angled pin header, 2x01, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x01 2.54mm double row
-0
-2
-2
-Connector_PinHeader_2.54mm
-PinHeader_2x01_P2.54mm_Vertical
-Through hole straight pin header, 2x01, 2.54mm pitch, double rows
-Through hole pin header THT 2x01 2.54mm double row
-0
-2
-2
-Connector_PinHeader_2.54mm
-PinHeader_2x01_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x01, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x01 2.54mm double row
-0
-2
-2
-Connector_PinHeader_2.54mm
-PinHeader_2x02_P2.54mm_Horizontal
-Through hole angled pin header, 2x02, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x02 2.54mm double row
-0
-4
-4
-Connector_PinHeader_2.54mm
-PinHeader_2x02_P2.54mm_Vertical
-Through hole straight pin header, 2x02, 2.54mm pitch, double rows
-Through hole pin header THT 2x02 2.54mm double row
-0
-4
-4
-Connector_PinHeader_2.54mm
-PinHeader_2x02_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x02, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x02 2.54mm double row
-0
-4
-4
-Connector_PinHeader_2.54mm
-PinHeader_2x03_P2.54mm_Horizontal
-Through hole angled pin header, 2x03, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x03 2.54mm double row
-0
-6
-6
-Connector_PinHeader_2.54mm
-PinHeader_2x03_P2.54mm_Vertical
-Through hole straight pin header, 2x03, 2.54mm pitch, double rows
-Through hole pin header THT 2x03 2.54mm double row
-0
-6
-6
-Connector_PinHeader_2.54mm
-PinHeader_2x03_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x03, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x03 2.54mm double row
-0
-6
-6
-Connector_PinHeader_2.54mm
-PinHeader_2x04_P2.54mm_Horizontal
-Through hole angled pin header, 2x04, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x04 2.54mm double row
-0
-8
-8
-Connector_PinHeader_2.54mm
-PinHeader_2x04_P2.54mm_Vertical
-Through hole straight pin header, 2x04, 2.54mm pitch, double rows
-Through hole pin header THT 2x04 2.54mm double row
-0
-8
-8
-Connector_PinHeader_2.54mm
-PinHeader_2x04_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x04, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x04 2.54mm double row
-0
-8
-8
-Connector_PinHeader_2.54mm
-PinHeader_2x05_P2.54mm_Horizontal
-Through hole angled pin header, 2x05, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x05 2.54mm double row
-0
-10
-10
-Connector_PinHeader_2.54mm
-PinHeader_2x05_P2.54mm_Vertical
-Through hole straight pin header, 2x05, 2.54mm pitch, double rows
-Through hole pin header THT 2x05 2.54mm double row
-0
-10
-10
-Connector_PinHeader_2.54mm
-PinHeader_2x05_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x05, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x05 2.54mm double row
-0
-10
-10
-Connector_PinHeader_2.54mm
-PinHeader_2x06_P2.54mm_Horizontal
-Through hole angled pin header, 2x06, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x06 2.54mm double row
-0
-12
-12
-Connector_PinHeader_2.54mm
-PinHeader_2x06_P2.54mm_Vertical
-Through hole straight pin header, 2x06, 2.54mm pitch, double rows
-Through hole pin header THT 2x06 2.54mm double row
-0
-12
-12
-Connector_PinHeader_2.54mm
-PinHeader_2x06_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x06, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x06 2.54mm double row
-0
-12
-12
-Connector_PinHeader_2.54mm
-PinHeader_2x07_P2.54mm_Horizontal
-Through hole angled pin header, 2x07, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x07 2.54mm double row
-0
-14
-14
-Connector_PinHeader_2.54mm
-PinHeader_2x07_P2.54mm_Vertical
-Through hole straight pin header, 2x07, 2.54mm pitch, double rows
-Through hole pin header THT 2x07 2.54mm double row
-0
-14
-14
-Connector_PinHeader_2.54mm
-PinHeader_2x07_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x07, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x07 2.54mm double row
-0
-14
-14
-Connector_PinHeader_2.54mm
-PinHeader_2x08_P2.54mm_Horizontal
-Through hole angled pin header, 2x08, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x08 2.54mm double row
-0
-16
-16
-Connector_PinHeader_2.54mm
-PinHeader_2x08_P2.54mm_Vertical
-Through hole straight pin header, 2x08, 2.54mm pitch, double rows
-Through hole pin header THT 2x08 2.54mm double row
-0
-16
-16
-Connector_PinHeader_2.54mm
-PinHeader_2x08_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x08, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x08 2.54mm double row
-0
-16
-16
-Connector_PinHeader_2.54mm
-PinHeader_2x09_P2.54mm_Horizontal
-Through hole angled pin header, 2x09, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x09 2.54mm double row
-0
-18
-18
-Connector_PinHeader_2.54mm
-PinHeader_2x09_P2.54mm_Vertical
-Through hole straight pin header, 2x09, 2.54mm pitch, double rows
-Through hole pin header THT 2x09 2.54mm double row
-0
-18
-18
-Connector_PinHeader_2.54mm
-PinHeader_2x09_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x09, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x09 2.54mm double row
-0
-18
-18
-Connector_PinHeader_2.54mm
-PinHeader_2x10_P2.54mm_Horizontal
-Through hole angled pin header, 2x10, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x10 2.54mm double row
-0
-20
-20
-Connector_PinHeader_2.54mm
-PinHeader_2x10_P2.54mm_Vertical
-Through hole straight pin header, 2x10, 2.54mm pitch, double rows
-Through hole pin header THT 2x10 2.54mm double row
-0
-20
-20
-Connector_PinHeader_2.54mm
-PinHeader_2x10_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x10, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x10 2.54mm double row
-0
-20
-20
-Connector_PinHeader_2.54mm
-PinHeader_2x11_P2.54mm_Horizontal
-Through hole angled pin header, 2x11, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x11 2.54mm double row
-0
-22
-22
-Connector_PinHeader_2.54mm
-PinHeader_2x11_P2.54mm_Vertical
-Through hole straight pin header, 2x11, 2.54mm pitch, double rows
-Through hole pin header THT 2x11 2.54mm double row
-0
-22
-22
-Connector_PinHeader_2.54mm
-PinHeader_2x11_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x11, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x11 2.54mm double row
-0
-22
-22
-Connector_PinHeader_2.54mm
-PinHeader_2x12_P2.54mm_Horizontal
-Through hole angled pin header, 2x12, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x12 2.54mm double row
-0
-24
-24
-Connector_PinHeader_2.54mm
-PinHeader_2x12_P2.54mm_Vertical
-Through hole straight pin header, 2x12, 2.54mm pitch, double rows
-Through hole pin header THT 2x12 2.54mm double row
-0
-24
-24
-Connector_PinHeader_2.54mm
-PinHeader_2x12_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x12, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x12 2.54mm double row
-0
-24
-24
-Connector_PinHeader_2.54mm
-PinHeader_2x13_P2.54mm_Horizontal
-Through hole angled pin header, 2x13, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x13 2.54mm double row
-0
-26
-26
-Connector_PinHeader_2.54mm
-PinHeader_2x13_P2.54mm_Vertical
-Through hole straight pin header, 2x13, 2.54mm pitch, double rows
-Through hole pin header THT 2x13 2.54mm double row
-0
-26
-26
-Connector_PinHeader_2.54mm
-PinHeader_2x13_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x13, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x13 2.54mm double row
-0
-26
-26
-Connector_PinHeader_2.54mm
-PinHeader_2x14_P2.54mm_Horizontal
-Through hole angled pin header, 2x14, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x14 2.54mm double row
-0
-28
-28
-Connector_PinHeader_2.54mm
-PinHeader_2x14_P2.54mm_Vertical
-Through hole straight pin header, 2x14, 2.54mm pitch, double rows
-Through hole pin header THT 2x14 2.54mm double row
-0
-28
-28
-Connector_PinHeader_2.54mm
-PinHeader_2x14_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x14, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x14 2.54mm double row
-0
-28
-28
-Connector_PinHeader_2.54mm
-PinHeader_2x15_P2.54mm_Horizontal
-Through hole angled pin header, 2x15, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x15 2.54mm double row
-0
-30
-30
-Connector_PinHeader_2.54mm
-PinHeader_2x15_P2.54mm_Vertical
-Through hole straight pin header, 2x15, 2.54mm pitch, double rows
-Through hole pin header THT 2x15 2.54mm double row
-0
-30
-30
-Connector_PinHeader_2.54mm
-PinHeader_2x15_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x15, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x15 2.54mm double row
-0
-30
-30
-Connector_PinHeader_2.54mm
-PinHeader_2x16_P2.54mm_Horizontal
-Through hole angled pin header, 2x16, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x16 2.54mm double row
-0
-32
-32
-Connector_PinHeader_2.54mm
-PinHeader_2x16_P2.54mm_Vertical
-Through hole straight pin header, 2x16, 2.54mm pitch, double rows
-Through hole pin header THT 2x16 2.54mm double row
-0
-32
-32
-Connector_PinHeader_2.54mm
-PinHeader_2x16_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x16, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x16 2.54mm double row
-0
-32
-32
-Connector_PinHeader_2.54mm
-PinHeader_2x17_P2.54mm_Horizontal
-Through hole angled pin header, 2x17, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x17 2.54mm double row
-0
-34
-34
-Connector_PinHeader_2.54mm
-PinHeader_2x17_P2.54mm_Vertical
-Through hole straight pin header, 2x17, 2.54mm pitch, double rows
-Through hole pin header THT 2x17 2.54mm double row
-0
-34
-34
-Connector_PinHeader_2.54mm
-PinHeader_2x17_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x17, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x17 2.54mm double row
-0
-34
-34
-Connector_PinHeader_2.54mm
-PinHeader_2x18_P2.54mm_Horizontal
-Through hole angled pin header, 2x18, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x18 2.54mm double row
-0
-36
-36
-Connector_PinHeader_2.54mm
-PinHeader_2x18_P2.54mm_Vertical
-Through hole straight pin header, 2x18, 2.54mm pitch, double rows
-Through hole pin header THT 2x18 2.54mm double row
-0
-36
-36
-Connector_PinHeader_2.54mm
-PinHeader_2x18_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x18, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x18 2.54mm double row
-0
-36
-36
-Connector_PinHeader_2.54mm
-PinHeader_2x19_P2.54mm_Horizontal
-Through hole angled pin header, 2x19, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x19 2.54mm double row
-0
-38
-38
-Connector_PinHeader_2.54mm
-PinHeader_2x19_P2.54mm_Vertical
-Through hole straight pin header, 2x19, 2.54mm pitch, double rows
-Through hole pin header THT 2x19 2.54mm double row
-0
-38
-38
-Connector_PinHeader_2.54mm
-PinHeader_2x19_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x19, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x19 2.54mm double row
-0
-38
-38
-Connector_PinHeader_2.54mm
-PinHeader_2x20_P2.54mm_Horizontal
-Through hole angled pin header, 2x20, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x20 2.54mm double row
-0
-40
-40
-Connector_PinHeader_2.54mm
-PinHeader_2x20_P2.54mm_Vertical
-Through hole straight pin header, 2x20, 2.54mm pitch, double rows
-Through hole pin header THT 2x20 2.54mm double row
-0
-40
-40
-Connector_PinHeader_2.54mm
-PinHeader_2x20_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x20, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x20 2.54mm double row
-0
-40
-40
-Connector_PinHeader_2.54mm
-PinHeader_2x21_P2.54mm_Horizontal
-Through hole angled pin header, 2x21, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x21 2.54mm double row
-0
-42
-42
-Connector_PinHeader_2.54mm
-PinHeader_2x21_P2.54mm_Vertical
-Through hole straight pin header, 2x21, 2.54mm pitch, double rows
-Through hole pin header THT 2x21 2.54mm double row
-0
-42
-42
-Connector_PinHeader_2.54mm
-PinHeader_2x21_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x21, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x21 2.54mm double row
-0
-42
-42
-Connector_PinHeader_2.54mm
-PinHeader_2x22_P2.54mm_Horizontal
-Through hole angled pin header, 2x22, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x22 2.54mm double row
-0
-44
-44
-Connector_PinHeader_2.54mm
-PinHeader_2x22_P2.54mm_Vertical
-Through hole straight pin header, 2x22, 2.54mm pitch, double rows
-Through hole pin header THT 2x22 2.54mm double row
-0
-44
-44
-Connector_PinHeader_2.54mm
-PinHeader_2x22_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x22, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x22 2.54mm double row
-0
-44
-44
-Connector_PinHeader_2.54mm
-PinHeader_2x23_P2.54mm_Horizontal
-Through hole angled pin header, 2x23, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x23 2.54mm double row
-0
-46
-46
-Connector_PinHeader_2.54mm
-PinHeader_2x23_P2.54mm_Vertical
-Through hole straight pin header, 2x23, 2.54mm pitch, double rows
-Through hole pin header THT 2x23 2.54mm double row
-0
-46
-46
-Connector_PinHeader_2.54mm
-PinHeader_2x23_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x23, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x23 2.54mm double row
-0
-46
-46
-Connector_PinHeader_2.54mm
-PinHeader_2x24_P2.54mm_Horizontal
-Through hole angled pin header, 2x24, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x24 2.54mm double row
-0
-48
-48
-Connector_PinHeader_2.54mm
-PinHeader_2x24_P2.54mm_Vertical
-Through hole straight pin header, 2x24, 2.54mm pitch, double rows
-Through hole pin header THT 2x24 2.54mm double row
-0
-48
-48
-Connector_PinHeader_2.54mm
-PinHeader_2x24_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x24, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x24 2.54mm double row
-0
-48
-48
-Connector_PinHeader_2.54mm
-PinHeader_2x25_P2.54mm_Horizontal
-Through hole angled pin header, 2x25, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x25 2.54mm double row
-0
-50
-50
-Connector_PinHeader_2.54mm
-PinHeader_2x25_P2.54mm_Vertical
-Through hole straight pin header, 2x25, 2.54mm pitch, double rows
-Through hole pin header THT 2x25 2.54mm double row
-0
-50
-50
-Connector_PinHeader_2.54mm
-PinHeader_2x25_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x25, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x25 2.54mm double row
-0
-50
-50
-Connector_PinHeader_2.54mm
-PinHeader_2x26_P2.54mm_Horizontal
-Through hole angled pin header, 2x26, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x26 2.54mm double row
-0
-52
-52
-Connector_PinHeader_2.54mm
-PinHeader_2x26_P2.54mm_Vertical
-Through hole straight pin header, 2x26, 2.54mm pitch, double rows
-Through hole pin header THT 2x26 2.54mm double row
-0
-52
-52
-Connector_PinHeader_2.54mm
-PinHeader_2x26_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x26, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x26 2.54mm double row
-0
-52
-52
-Connector_PinHeader_2.54mm
-PinHeader_2x27_P2.54mm_Horizontal
-Through hole angled pin header, 2x27, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x27 2.54mm double row
-0
-54
-54
-Connector_PinHeader_2.54mm
-PinHeader_2x27_P2.54mm_Vertical
-Through hole straight pin header, 2x27, 2.54mm pitch, double rows
-Through hole pin header THT 2x27 2.54mm double row
-0
-54
-54
-Connector_PinHeader_2.54mm
-PinHeader_2x27_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x27, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x27 2.54mm double row
-0
-54
-54
-Connector_PinHeader_2.54mm
-PinHeader_2x28_P2.54mm_Horizontal
-Through hole angled pin header, 2x28, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x28 2.54mm double row
-0
-56
-56
-Connector_PinHeader_2.54mm
-PinHeader_2x28_P2.54mm_Vertical
-Through hole straight pin header, 2x28, 2.54mm pitch, double rows
-Through hole pin header THT 2x28 2.54mm double row
-0
-56
-56
-Connector_PinHeader_2.54mm
-PinHeader_2x28_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x28, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x28 2.54mm double row
-0
-56
-56
-Connector_PinHeader_2.54mm
-PinHeader_2x29_P2.54mm_Horizontal
-Through hole angled pin header, 2x29, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x29 2.54mm double row
-0
-58
-58
-Connector_PinHeader_2.54mm
-PinHeader_2x29_P2.54mm_Vertical
-Through hole straight pin header, 2x29, 2.54mm pitch, double rows
-Through hole pin header THT 2x29 2.54mm double row
-0
-58
-58
-Connector_PinHeader_2.54mm
-PinHeader_2x29_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x29, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x29 2.54mm double row
-0
-58
-58
-Connector_PinHeader_2.54mm
-PinHeader_2x30_P2.54mm_Horizontal
-Through hole angled pin header, 2x30, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x30 2.54mm double row
-0
-60
-60
-Connector_PinHeader_2.54mm
-PinHeader_2x30_P2.54mm_Vertical
-Through hole straight pin header, 2x30, 2.54mm pitch, double rows
-Through hole pin header THT 2x30 2.54mm double row
-0
-60
-60
-Connector_PinHeader_2.54mm
-PinHeader_2x30_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x30, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x30 2.54mm double row
-0
-60
-60
-Connector_PinHeader_2.54mm
-PinHeader_2x31_P2.54mm_Horizontal
-Through hole angled pin header, 2x31, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x31 2.54mm double row
-0
-62
-62
-Connector_PinHeader_2.54mm
-PinHeader_2x31_P2.54mm_Vertical
-Through hole straight pin header, 2x31, 2.54mm pitch, double rows
-Through hole pin header THT 2x31 2.54mm double row
-0
-62
-62
-Connector_PinHeader_2.54mm
-PinHeader_2x31_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x31, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x31 2.54mm double row
-0
-62
-62
-Connector_PinHeader_2.54mm
-PinHeader_2x32_P2.54mm_Horizontal
-Through hole angled pin header, 2x32, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x32 2.54mm double row
-0
-64
-64
-Connector_PinHeader_2.54mm
-PinHeader_2x32_P2.54mm_Vertical
-Through hole straight pin header, 2x32, 2.54mm pitch, double rows
-Through hole pin header THT 2x32 2.54mm double row
-0
-64
-64
-Connector_PinHeader_2.54mm
-PinHeader_2x32_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x32, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x32 2.54mm double row
-0
-64
-64
-Connector_PinHeader_2.54mm
-PinHeader_2x33_P2.54mm_Horizontal
-Through hole angled pin header, 2x33, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x33 2.54mm double row
-0
-66
-66
-Connector_PinHeader_2.54mm
-PinHeader_2x33_P2.54mm_Vertical
-Through hole straight pin header, 2x33, 2.54mm pitch, double rows
-Through hole pin header THT 2x33 2.54mm double row
-0
-66
-66
-Connector_PinHeader_2.54mm
-PinHeader_2x33_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x33, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x33 2.54mm double row
-0
-66
-66
-Connector_PinHeader_2.54mm
-PinHeader_2x34_P2.54mm_Horizontal
-Through hole angled pin header, 2x34, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x34 2.54mm double row
-0
-68
-68
-Connector_PinHeader_2.54mm
-PinHeader_2x34_P2.54mm_Vertical
-Through hole straight pin header, 2x34, 2.54mm pitch, double rows
-Through hole pin header THT 2x34 2.54mm double row
-0
-68
-68
-Connector_PinHeader_2.54mm
-PinHeader_2x34_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x34, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x34 2.54mm double row
-0
-68
-68
-Connector_PinHeader_2.54mm
-PinHeader_2x35_P2.54mm_Horizontal
-Through hole angled pin header, 2x35, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x35 2.54mm double row
-0
-70
-70
-Connector_PinHeader_2.54mm
-PinHeader_2x35_P2.54mm_Vertical
-Through hole straight pin header, 2x35, 2.54mm pitch, double rows
-Through hole pin header THT 2x35 2.54mm double row
-0
-70
-70
-Connector_PinHeader_2.54mm
-PinHeader_2x35_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x35, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x35 2.54mm double row
-0
-70
-70
-Connector_PinHeader_2.54mm
-PinHeader_2x36_P2.54mm_Horizontal
-Through hole angled pin header, 2x36, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x36 2.54mm double row
-0
-72
-72
-Connector_PinHeader_2.54mm
-PinHeader_2x36_P2.54mm_Vertical
-Through hole straight pin header, 2x36, 2.54mm pitch, double rows
-Through hole pin header THT 2x36 2.54mm double row
-0
-72
-72
-Connector_PinHeader_2.54mm
-PinHeader_2x36_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x36, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x36 2.54mm double row
-0
-72
-72
-Connector_PinHeader_2.54mm
-PinHeader_2x37_P2.54mm_Horizontal
-Through hole angled pin header, 2x37, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x37 2.54mm double row
-0
-74
-74
-Connector_PinHeader_2.54mm
-PinHeader_2x37_P2.54mm_Vertical
-Through hole straight pin header, 2x37, 2.54mm pitch, double rows
-Through hole pin header THT 2x37 2.54mm double row
-0
-74
-74
-Connector_PinHeader_2.54mm
-PinHeader_2x37_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x37, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x37 2.54mm double row
-0
-74
-74
-Connector_PinHeader_2.54mm
-PinHeader_2x38_P2.54mm_Horizontal
-Through hole angled pin header, 2x38, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x38 2.54mm double row
-0
-76
-76
-Connector_PinHeader_2.54mm
-PinHeader_2x38_P2.54mm_Vertical
-Through hole straight pin header, 2x38, 2.54mm pitch, double rows
-Through hole pin header THT 2x38 2.54mm double row
-0
-76
-76
-Connector_PinHeader_2.54mm
-PinHeader_2x38_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x38, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x38 2.54mm double row
-0
-76
-76
-Connector_PinHeader_2.54mm
-PinHeader_2x39_P2.54mm_Horizontal
-Through hole angled pin header, 2x39, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x39 2.54mm double row
-0
-78
-78
-Connector_PinHeader_2.54mm
-PinHeader_2x39_P2.54mm_Vertical
-Through hole straight pin header, 2x39, 2.54mm pitch, double rows
-Through hole pin header THT 2x39 2.54mm double row
-0
-78
-78
-Connector_PinHeader_2.54mm
-PinHeader_2x39_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x39, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x39 2.54mm double row
-0
-78
-78
-Connector_PinHeader_2.54mm
-PinHeader_2x40_P2.54mm_Horizontal
-Through hole angled pin header, 2x40, 2.54mm pitch, 6mm pin length, double rows
-Through hole angled pin header THT 2x40 2.54mm double row
-0
-80
-80
-Connector_PinHeader_2.54mm
-PinHeader_2x40_P2.54mm_Vertical
-Through hole straight pin header, 2x40, 2.54mm pitch, double rows
-Through hole pin header THT 2x40 2.54mm double row
-0
-80
-80
-Connector_PinHeader_2.54mm
-PinHeader_2x40_P2.54mm_Vertical_SMD
-surface-mounted straight pin header, 2x40, 2.54mm pitch, double rows
-Surface mounted pin header SMD 2x40 2.54mm double row
-0
-80
-80
-Connector_PinSocket_1.00mm
-PinSocket_1x02_P1.00mm_Vertical
-Through hole straight socket strip, 1x02, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x02 1.00mm single row
-0
-2
-2
-Connector_PinSocket_1.00mm
-PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x02 1.00mm single row style1 pin1 left
-0
-2
-2
-Connector_PinSocket_1.00mm
-PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x02 1.00mm single row style2 pin1 right
-0
-2
-2
-Connector_PinSocket_1.00mm
-PinSocket_1x03_P1.00mm_Vertical
-Through hole straight socket strip, 1x03, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x03 1.00mm single row
-0
-3
-3
-Connector_PinSocket_1.00mm
-PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x03 1.00mm single row style1 pin1 left
-0
-3
-3
-Connector_PinSocket_1.00mm
-PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x03 1.00mm single row style2 pin1 right
-0
-3
-3
-Connector_PinSocket_1.00mm
-PinSocket_1x04_P1.00mm_Vertical
-Through hole straight socket strip, 1x04, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x04 1.00mm single row
-0
-4
-4
-Connector_PinSocket_1.00mm
-PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x04 1.00mm single row style1 pin1 left
-0
-4
-4
-Connector_PinSocket_1.00mm
-PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x04 1.00mm single row style2 pin1 right
-0
-4
-4
-Connector_PinSocket_1.00mm
-PinSocket_1x05_P1.00mm_Vertical
-Through hole straight socket strip, 1x05, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x05 1.00mm single row
-0
-5
-5
-Connector_PinSocket_1.00mm
-PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x05 1.00mm single row style1 pin1 left
-0
-5
-5
-Connector_PinSocket_1.00mm
-PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x05 1.00mm single row style2 pin1 right
-0
-5
-5
-Connector_PinSocket_1.00mm
-PinSocket_1x06_P1.00mm_Vertical
-Through hole straight socket strip, 1x06, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x06 1.00mm single row
-0
-6
-6
-Connector_PinSocket_1.00mm
-PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x06 1.00mm single row style1 pin1 left
-0
-6
-6
-Connector_PinSocket_1.00mm
-PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x06 1.00mm single row style2 pin1 right
-0
-6
-6
-Connector_PinSocket_1.00mm
-PinSocket_1x07_P1.00mm_Vertical
-Through hole straight socket strip, 1x07, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x07 1.00mm single row
-0
-7
-7
-Connector_PinSocket_1.00mm
-PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x07 1.00mm single row style1 pin1 left
-0
-7
-7
-Connector_PinSocket_1.00mm
-PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x07 1.00mm single row style2 pin1 right
-0
-7
-7
-Connector_PinSocket_1.00mm
-PinSocket_1x08_P1.00mm_Vertical
-Through hole straight socket strip, 1x08, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x08 1.00mm single row
-0
-8
-8
-Connector_PinSocket_1.00mm
-PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x08 1.00mm single row style1 pin1 left
-0
-8
-8
-Connector_PinSocket_1.00mm
-PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x08 1.00mm single row style2 pin1 right
-0
-8
-8
-Connector_PinSocket_1.00mm
-PinSocket_1x09_P1.00mm_Vertical
-Through hole straight socket strip, 1x09, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x09 1.00mm single row
-0
-9
-9
-Connector_PinSocket_1.00mm
-PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x09 1.00mm single row style1 pin1 left
-0
-9
-9
-Connector_PinSocket_1.00mm
-PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x09 1.00mm single row style2 pin1 right
-0
-9
-9
-Connector_PinSocket_1.00mm
-PinSocket_1x10_P1.00mm_Vertical
-Through hole straight socket strip, 1x10, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x10 1.00mm single row
-0
-10
-10
-Connector_PinSocket_1.00mm
-PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x10 1.00mm single row style1 pin1 left
-0
-10
-10
-Connector_PinSocket_1.00mm
-PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x10 1.00mm single row style2 pin1 right
-0
-10
-10
-Connector_PinSocket_1.00mm
-PinSocket_1x11_P1.00mm_Vertical
-Through hole straight socket strip, 1x11, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x11 1.00mm single row
-0
-11
-11
-Connector_PinSocket_1.00mm
-PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x11 1.00mm single row style1 pin1 left
-0
-11
-11
-Connector_PinSocket_1.00mm
-PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x11 1.00mm single row style2 pin1 right
-0
-11
-11
-Connector_PinSocket_1.00mm
-PinSocket_1x12_P1.00mm_Vertical
-Through hole straight socket strip, 1x12, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x12 1.00mm single row
-0
-12
-12
-Connector_PinSocket_1.00mm
-PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x12 1.00mm single row style1 pin1 left
-0
-12
-12
-Connector_PinSocket_1.00mm
-PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x12 1.00mm single row style2 pin1 right
-0
-12
-12
-Connector_PinSocket_1.00mm
-PinSocket_1x13_P1.00mm_Vertical
-Through hole straight socket strip, 1x13, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x13 1.00mm single row
-0
-13
-13
-Connector_PinSocket_1.00mm
-PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x13 1.00mm single row style1 pin1 left
-0
-13
-13
-Connector_PinSocket_1.00mm
-PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x13 1.00mm single row style2 pin1 right
-0
-13
-13
-Connector_PinSocket_1.00mm
-PinSocket_1x14_P1.00mm_Vertical
-Through hole straight socket strip, 1x14, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x14 1.00mm single row
-0
-14
-14
-Connector_PinSocket_1.00mm
-PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x14 1.00mm single row style1 pin1 left
-0
-14
-14
-Connector_PinSocket_1.00mm
-PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x14 1.00mm single row style2 pin1 right
-0
-14
-14
-Connector_PinSocket_1.00mm
-PinSocket_1x15_P1.00mm_Vertical
-Through hole straight socket strip, 1x15, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x15 1.00mm single row
-0
-15
-15
-Connector_PinSocket_1.00mm
-PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x15 1.00mm single row style1 pin1 left
-0
-15
-15
-Connector_PinSocket_1.00mm
-PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x15 1.00mm single row style2 pin1 right
-0
-15
-15
-Connector_PinSocket_1.00mm
-PinSocket_1x16_P1.00mm_Vertical
-Through hole straight socket strip, 1x16, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x16 1.00mm single row
-0
-16
-16
-Connector_PinSocket_1.00mm
-PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x16 1.00mm single row style1 pin1 left
-0
-16
-16
-Connector_PinSocket_1.00mm
-PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x16 1.00mm single row style2 pin1 right
-0
-16
-16
-Connector_PinSocket_1.00mm
-PinSocket_1x17_P1.00mm_Vertical
-Through hole straight socket strip, 1x17, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x17 1.00mm single row
-0
-17
-17
-Connector_PinSocket_1.00mm
-PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x17 1.00mm single row style1 pin1 left
-0
-17
-17
-Connector_PinSocket_1.00mm
-PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x17 1.00mm single row style2 pin1 right
-0
-17
-17
-Connector_PinSocket_1.00mm
-PinSocket_1x18_P1.00mm_Vertical
-Through hole straight socket strip, 1x18, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x18 1.00mm single row
-0
-18
-18
-Connector_PinSocket_1.00mm
-PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x18 1.00mm single row style1 pin1 left
-0
-18
-18
-Connector_PinSocket_1.00mm
-PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x18 1.00mm single row style2 pin1 right
-0
-18
-18
-Connector_PinSocket_1.00mm
-PinSocket_1x19_P1.00mm_Vertical
-Through hole straight socket strip, 1x19, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x19 1.00mm single row
-0
-19
-19
-Connector_PinSocket_1.00mm
-PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x19 1.00mm single row style1 pin1 left
-0
-19
-19
-Connector_PinSocket_1.00mm
-PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x19 1.00mm single row style2 pin1 right
-0
-19
-19
-Connector_PinSocket_1.00mm
-PinSocket_1x20_P1.00mm_Vertical
-Through hole straight socket strip, 1x20, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x20 1.00mm single row
-0
-20
-20
-Connector_PinSocket_1.00mm
-PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x20 1.00mm single row style1 pin1 left
-0
-20
-20
-Connector_PinSocket_1.00mm
-PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x20 1.00mm single row style2 pin1 right
-0
-20
-20
-Connector_PinSocket_1.00mm
-PinSocket_1x21_P1.00mm_Vertical
-Through hole straight socket strip, 1x21, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x21 1.00mm single row
-0
-21
-21
-Connector_PinSocket_1.00mm
-PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x21 1.00mm single row style1 pin1 left
-0
-21
-21
-Connector_PinSocket_1.00mm
-PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x21 1.00mm single row style2 pin1 right
-0
-21
-21
-Connector_PinSocket_1.00mm
-PinSocket_1x22_P1.00mm_Vertical
-Through hole straight socket strip, 1x22, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x22 1.00mm single row
-0
-22
-22
-Connector_PinSocket_1.00mm
-PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x22 1.00mm single row style1 pin1 left
-0
-22
-22
-Connector_PinSocket_1.00mm
-PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x22 1.00mm single row style2 pin1 right
-0
-22
-22
-Connector_PinSocket_1.00mm
-PinSocket_1x23_P1.00mm_Vertical
-Through hole straight socket strip, 1x23, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x23 1.00mm single row
-0
-23
-23
-Connector_PinSocket_1.00mm
-PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x23 1.00mm single row style1 pin1 left
-0
-23
-23
-Connector_PinSocket_1.00mm
-PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x23 1.00mm single row style2 pin1 right
-0
-23
-23
-Connector_PinSocket_1.00mm
-PinSocket_1x24_P1.00mm_Vertical
-Through hole straight socket strip, 1x24, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x24 1.00mm single row
-0
-24
-24
-Connector_PinSocket_1.00mm
-PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x24 1.00mm single row style1 pin1 left
-0
-24
-24
-Connector_PinSocket_1.00mm
-PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x24 1.00mm single row style2 pin1 right
-0
-24
-24
-Connector_PinSocket_1.00mm
-PinSocket_1x25_P1.00mm_Vertical
-Through hole straight socket strip, 1x25, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x25 1.00mm single row
-0
-25
-25
-Connector_PinSocket_1.00mm
-PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x25 1.00mm single row style1 pin1 left
-0
-25
-25
-Connector_PinSocket_1.00mm
-PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x25 1.00mm single row style2 pin1 right
-0
-25
-25
-Connector_PinSocket_1.00mm
-PinSocket_1x26_P1.00mm_Vertical
-Through hole straight socket strip, 1x26, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x26 1.00mm single row
-0
-26
-26
-Connector_PinSocket_1.00mm
-PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x26 1.00mm single row style1 pin1 left
-0
-26
-26
-Connector_PinSocket_1.00mm
-PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x26 1.00mm single row style2 pin1 right
-0
-26
-26
-Connector_PinSocket_1.00mm
-PinSocket_1x27_P1.00mm_Vertical
-Through hole straight socket strip, 1x27, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x27 1.00mm single row
-0
-27
-27
-Connector_PinSocket_1.00mm
-PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x27 1.00mm single row style1 pin1 left
-0
-27
-27
-Connector_PinSocket_1.00mm
-PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x27 1.00mm single row style2 pin1 right
-0
-27
-27
-Connector_PinSocket_1.00mm
-PinSocket_1x28_P1.00mm_Vertical
-Through hole straight socket strip, 1x28, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x28 1.00mm single row
-0
-28
-28
-Connector_PinSocket_1.00mm
-PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x28 1.00mm single row style1 pin1 left
-0
-28
-28
-Connector_PinSocket_1.00mm
-PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x28 1.00mm single row style2 pin1 right
-0
-28
-28
-Connector_PinSocket_1.00mm
-PinSocket_1x29_P1.00mm_Vertical
-Through hole straight socket strip, 1x29, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x29 1.00mm single row
-0
-29
-29
-Connector_PinSocket_1.00mm
-PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x29 1.00mm single row style1 pin1 left
-0
-29
-29
-Connector_PinSocket_1.00mm
-PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x29 1.00mm single row style2 pin1 right
-0
-29
-29
-Connector_PinSocket_1.00mm
-PinSocket_1x30_P1.00mm_Vertical
-Through hole straight socket strip, 1x30, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x30 1.00mm single row
-0
-30
-30
-Connector_PinSocket_1.00mm
-PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x30 1.00mm single row style1 pin1 left
-0
-30
-30
-Connector_PinSocket_1.00mm
-PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x30 1.00mm single row style2 pin1 right
-0
-30
-30
-Connector_PinSocket_1.00mm
-PinSocket_1x31_P1.00mm_Vertical
-Through hole straight socket strip, 1x31, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x31 1.00mm single row
-0
-31
-31
-Connector_PinSocket_1.00mm
-PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x31 1.00mm single row style1 pin1 left
-0
-31
-31
-Connector_PinSocket_1.00mm
-PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x31 1.00mm single row style2 pin1 right
-0
-31
-31
-Connector_PinSocket_1.00mm
-PinSocket_1x32_P1.00mm_Vertical
-Through hole straight socket strip, 1x32, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x32 1.00mm single row
-0
-32
-32
-Connector_PinSocket_1.00mm
-PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x32 1.00mm single row style1 pin1 left
-0
-32
-32
-Connector_PinSocket_1.00mm
-PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x32 1.00mm single row style2 pin1 right
-0
-32
-32
-Connector_PinSocket_1.00mm
-PinSocket_1x33_P1.00mm_Vertical
-Through hole straight socket strip, 1x33, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x33 1.00mm single row
-0
-33
-33
-Connector_PinSocket_1.00mm
-PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x33 1.00mm single row style1 pin1 left
-0
-33
-33
-Connector_PinSocket_1.00mm
-PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x33 1.00mm single row style2 pin1 right
-0
-33
-33
-Connector_PinSocket_1.00mm
-PinSocket_1x34_P1.00mm_Vertical
-Through hole straight socket strip, 1x34, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x34 1.00mm single row
-0
-34
-34
-Connector_PinSocket_1.00mm
-PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x34 1.00mm single row style1 pin1 left
-0
-34
-34
-Connector_PinSocket_1.00mm
-PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x34 1.00mm single row style2 pin1 right
-0
-34
-34
-Connector_PinSocket_1.00mm
-PinSocket_1x35_P1.00mm_Vertical
-Through hole straight socket strip, 1x35, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x35 1.00mm single row
-0
-35
-35
-Connector_PinSocket_1.00mm
-PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x35 1.00mm single row style1 pin1 left
-0
-35
-35
-Connector_PinSocket_1.00mm
-PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x35 1.00mm single row style2 pin1 right
-0
-35
-35
-Connector_PinSocket_1.00mm
-PinSocket_1x36_P1.00mm_Vertical
-Through hole straight socket strip, 1x36, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x36 1.00mm single row
-0
-36
-36
-Connector_PinSocket_1.00mm
-PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x36 1.00mm single row style1 pin1 left
-0
-36
-36
-Connector_PinSocket_1.00mm
-PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x36 1.00mm single row style2 pin1 right
-0
-36
-36
-Connector_PinSocket_1.00mm
-PinSocket_1x37_P1.00mm_Vertical
-Through hole straight socket strip, 1x37, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x37 1.00mm single row
-0
-37
-37
-Connector_PinSocket_1.00mm
-PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x37 1.00mm single row style1 pin1 left
-0
-37
-37
-Connector_PinSocket_1.00mm
-PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x37 1.00mm single row style2 pin1 right
-0
-37
-37
-Connector_PinSocket_1.00mm
-PinSocket_1x38_P1.00mm_Vertical
-Through hole straight socket strip, 1x38, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x38 1.00mm single row
-0
-38
-38
-Connector_PinSocket_1.00mm
-PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x38 1.00mm single row style1 pin1 left
-0
-38
-38
-Connector_PinSocket_1.00mm
-PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x38 1.00mm single row style2 pin1 right
-0
-38
-38
-Connector_PinSocket_1.00mm
-PinSocket_1x39_P1.00mm_Vertical
-Through hole straight socket strip, 1x39, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x39 1.00mm single row
-0
-39
-39
-Connector_PinSocket_1.00mm
-PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x39 1.00mm single row style1 pin1 left
-0
-39
-39
-Connector_PinSocket_1.00mm
-PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x39 1.00mm single row style2 pin1 right
-0
-39
-39
-Connector_PinSocket_1.00mm
-PinSocket_1x40_P1.00mm_Vertical
-Through hole straight socket strip, 1x40, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated
-Through hole socket strip THT 1x40 1.00mm single row
-0
-40
-40
-Connector_PinSocket_1.00mm
-PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x40 1.00mm single row style1 pin1 left
-0
-40
-40
-Connector_PinSocket_1.00mm
-PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated
-Surface mounted socket strip SMD 1x40 1.00mm single row style2 pin1 right
-0
-40
-40
-Connector_PinSocket_1.00mm
-PinSocket_2x02_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x02, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x02 1.00mm double row
-0
-4
-4
-Connector_PinSocket_1.00mm
-PinSocket_2x03_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x03, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x03 1.00mm double row
-0
-6
-6
-Connector_PinSocket_1.00mm
-PinSocket_2x04_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x04, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x04 1.00mm double row
-0
-8
-8
-Connector_PinSocket_1.00mm
-PinSocket_2x05_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x05, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x05 1.00mm double row
-0
-10
-10
-Connector_PinSocket_1.00mm
-PinSocket_2x06_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x06, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x06 1.00mm double row
-0
-12
-12
-Connector_PinSocket_1.00mm
-PinSocket_2x07_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x07, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x07 1.00mm double row
-0
-14
-14
-Connector_PinSocket_1.00mm
-PinSocket_2x08_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x08, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x08 1.00mm double row
-0
-16
-16
-Connector_PinSocket_1.00mm
-PinSocket_2x09_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x09, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x09 1.00mm double row
-0
-18
-18
-Connector_PinSocket_1.00mm
-PinSocket_2x10_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x10, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x10 1.00mm double row
-0
-20
-20
-Connector_PinSocket_1.00mm
-PinSocket_2x11_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x11, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x11 1.00mm double row
-0
-22
-22
-Connector_PinSocket_1.00mm
-PinSocket_2x12_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x12, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x12 1.00mm double row
-0
-24
-24
-Connector_PinSocket_1.00mm
-PinSocket_2x13_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x13, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x13 1.00mm double row
-0
-26
-26
-Connector_PinSocket_1.00mm
-PinSocket_2x14_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x14, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x14 1.00mm double row
-0
-28
-28
-Connector_PinSocket_1.00mm
-PinSocket_2x15_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x15, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x15 1.00mm double row
-0
-30
-30
-Connector_PinSocket_1.00mm
-PinSocket_2x16_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x16, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x16 1.00mm double row
-0
-32
-32
-Connector_PinSocket_1.00mm
-PinSocket_2x17_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x17, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x17 1.00mm double row
-0
-34
-34
-Connector_PinSocket_1.00mm
-PinSocket_2x18_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x18, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x18 1.00mm double row
-0
-36
-36
-Connector_PinSocket_1.00mm
-PinSocket_2x19_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x19, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x19 1.00mm double row
-0
-38
-38
-Connector_PinSocket_1.00mm
-PinSocket_2x20_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x20, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x20 1.00mm double row
-0
-40
-40
-Connector_PinSocket_1.00mm
-PinSocket_2x21_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x21, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x21 1.00mm double row
-0
-42
-42
-Connector_PinSocket_1.00mm
-PinSocket_2x22_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x22, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x22 1.00mm double row
-0
-44
-44
-Connector_PinSocket_1.00mm
-PinSocket_2x23_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x23, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x23 1.00mm double row
-0
-46
-46
-Connector_PinSocket_1.00mm
-PinSocket_2x24_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x24, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x24 1.00mm double row
-0
-48
-48
-Connector_PinSocket_1.00mm
-PinSocket_2x25_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x25, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x25 1.00mm double row
-0
-50
-50
-Connector_PinSocket_1.00mm
-PinSocket_2x26_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x26, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x26 1.00mm double row
-0
-52
-52
-Connector_PinSocket_1.00mm
-PinSocket_2x27_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x27, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x27 1.00mm double row
-0
-54
-54
-Connector_PinSocket_1.00mm
-PinSocket_2x28_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x28, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x28 1.00mm double row
-0
-56
-56
-Connector_PinSocket_1.00mm
-PinSocket_2x29_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x29, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x29 1.00mm double row
-0
-58
-58
-Connector_PinSocket_1.00mm
-PinSocket_2x30_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x30, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x30 1.00mm double row
-0
-60
-60
-Connector_PinSocket_1.00mm
-PinSocket_2x31_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x31, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x31 1.00mm double row
-0
-62
-62
-Connector_PinSocket_1.00mm
-PinSocket_2x32_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x32, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x32 1.00mm double row
-0
-64
-64
-Connector_PinSocket_1.00mm
-PinSocket_2x33_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x33, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x33 1.00mm double row
-0
-66
-66
-Connector_PinSocket_1.00mm
-PinSocket_2x34_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x34, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x34 1.00mm double row
-0
-68
-68
-Connector_PinSocket_1.00mm
-PinSocket_2x35_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x35, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x35 1.00mm double row
-0
-70
-70
-Connector_PinSocket_1.00mm
-PinSocket_2x36_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x36, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x36 1.00mm double row
-0
-72
-72
-Connector_PinSocket_1.00mm
-PinSocket_2x37_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x37, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x37 1.00mm double row
-0
-74
-74
-Connector_PinSocket_1.00mm
-PinSocket_2x38_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x38, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x38 1.00mm double row
-0
-76
-76
-Connector_PinSocket_1.00mm
-PinSocket_2x39_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x39, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x39 1.00mm double row
-0
-78
-78
-Connector_PinSocket_1.00mm
-PinSocket_2x40_P1.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x40, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated
-Surface mounted socket strip SMD 2x40 1.00mm double row
-0
-80
-80
-Connector_PinSocket_1.27mm
-PinSocket_1x01_P1.27mm_Vertical
-Through hole straight socket strip, 1x01, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x01 1.27mm single row
-0
-1
-1
-Connector_PinSocket_1.27mm
-PinSocket_1x02_P1.27mm_Vertical
-Through hole straight socket strip, 1x02, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x02 1.27mm single row
-0
-2
-2
-Connector_PinSocket_1.27mm
-PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x02 1.27mm single row style1 pin1 left
-0
-2
-2
-Connector_PinSocket_1.27mm
-PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x02 1.27mm single row style2 pin1 right
-0
-2
-2
-Connector_PinSocket_1.27mm
-PinSocket_1x03_P1.27mm_Vertical
-Through hole straight socket strip, 1x03, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x03 1.27mm single row
-0
-3
-3
-Connector_PinSocket_1.27mm
-PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x03 1.27mm single row style1 pin1 left
-0
-3
-3
-Connector_PinSocket_1.27mm
-PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x03 1.27mm single row style2 pin1 right
-0
-3
-3
-Connector_PinSocket_1.27mm
-PinSocket_1x04_P1.27mm_Vertical
-Through hole straight socket strip, 1x04, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x04 1.27mm single row
-0
-4
-4
-Connector_PinSocket_1.27mm
-PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x04 1.27mm single row style1 pin1 left
-0
-4
-4
-Connector_PinSocket_1.27mm
-PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x04 1.27mm single row style2 pin1 right
-0
-4
-4
-Connector_PinSocket_1.27mm
-PinSocket_1x05_P1.27mm_Vertical
-Through hole straight socket strip, 1x05, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x05 1.27mm single row
-0
-5
-5
-Connector_PinSocket_1.27mm
-PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x05 1.27mm single row style1 pin1 left
-0
-5
-5
-Connector_PinSocket_1.27mm
-PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x05 1.27mm single row style2 pin1 right
-0
-5
-5
-Connector_PinSocket_1.27mm
-PinSocket_1x06_P1.27mm_Vertical
-Through hole straight socket strip, 1x06, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x06 1.27mm single row
-0
-6
-6
-Connector_PinSocket_1.27mm
-PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x06 1.27mm single row style1 pin1 left
-0
-6
-6
-Connector_PinSocket_1.27mm
-PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x06 1.27mm single row style2 pin1 right
-0
-6
-6
-Connector_PinSocket_1.27mm
-PinSocket_1x07_P1.27mm_Vertical
-Through hole straight socket strip, 1x07, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x07 1.27mm single row
-0
-7
-7
-Connector_PinSocket_1.27mm
-PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x07 1.27mm single row style1 pin1 left
-0
-7
-7
-Connector_PinSocket_1.27mm
-PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x07 1.27mm single row style2 pin1 right
-0
-7
-7
-Connector_PinSocket_1.27mm
-PinSocket_1x08_P1.27mm_Vertical
-Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x08 1.27mm single row
-0
-8
-8
-Connector_PinSocket_1.27mm
-PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x08 1.27mm single row style1 pin1 left
-0
-8
-8
-Connector_PinSocket_1.27mm
-PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x08 1.27mm single row style2 pin1 right
-0
-8
-8
-Connector_PinSocket_1.27mm
-PinSocket_1x09_P1.27mm_Vertical
-Through hole straight socket strip, 1x09, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x09 1.27mm single row
-0
-9
-9
-Connector_PinSocket_1.27mm
-PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x09 1.27mm single row style1 pin1 left
-0
-9
-9
-Connector_PinSocket_1.27mm
-PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x09 1.27mm single row style2 pin1 right
-0
-9
-9
-Connector_PinSocket_1.27mm
-PinSocket_1x10_P1.27mm_Vertical
-Through hole straight socket strip, 1x10, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x10 1.27mm single row
-0
-10
-10
-Connector_PinSocket_1.27mm
-PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x10 1.27mm single row style1 pin1 left
-0
-10
-10
-Connector_PinSocket_1.27mm
-PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x10 1.27mm single row style2 pin1 right
-0
-10
-10
-Connector_PinSocket_1.27mm
-PinSocket_1x11_P1.27mm_Vertical
-Through hole straight socket strip, 1x11, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x11 1.27mm single row
-0
-11
-11
-Connector_PinSocket_1.27mm
-PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x11 1.27mm single row style1 pin1 left
-0
-11
-11
-Connector_PinSocket_1.27mm
-PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x11 1.27mm single row style2 pin1 right
-0
-11
-11
-Connector_PinSocket_1.27mm
-PinSocket_1x12_P1.27mm_Vertical
-Through hole straight socket strip, 1x12, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x12 1.27mm single row
-0
-12
-12
-Connector_PinSocket_1.27mm
-PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x12 1.27mm single row style1 pin1 left
-0
-12
-12
-Connector_PinSocket_1.27mm
-PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x12 1.27mm single row style2 pin1 right
-0
-12
-12
-Connector_PinSocket_1.27mm
-PinSocket_1x13_P1.27mm_Vertical
-Through hole straight socket strip, 1x13, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x13 1.27mm single row
-0
-13
-13
-Connector_PinSocket_1.27mm
-PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x13 1.27mm single row style1 pin1 left
-0
-13
-13
-Connector_PinSocket_1.27mm
-PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x13 1.27mm single row style2 pin1 right
-0
-13
-13
-Connector_PinSocket_1.27mm
-PinSocket_1x14_P1.27mm_Vertical
-Through hole straight socket strip, 1x14, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x14 1.27mm single row
-0
-14
-14
-Connector_PinSocket_1.27mm
-PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x14 1.27mm single row style1 pin1 left
-0
-14
-14
-Connector_PinSocket_1.27mm
-PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x14 1.27mm single row style2 pin1 right
-0
-14
-14
-Connector_PinSocket_1.27mm
-PinSocket_1x15_P1.27mm_Vertical
-Through hole straight socket strip, 1x15, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x15 1.27mm single row
-0
-15
-15
-Connector_PinSocket_1.27mm
-PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x15 1.27mm single row style1 pin1 left
-0
-15
-15
-Connector_PinSocket_1.27mm
-PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x15 1.27mm single row style2 pin1 right
-0
-15
-15
-Connector_PinSocket_1.27mm
-PinSocket_1x16_P1.27mm_Vertical
-Through hole straight socket strip, 1x16, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x16 1.27mm single row
-0
-16
-16
-Connector_PinSocket_1.27mm
-PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x16 1.27mm single row style1 pin1 left
-0
-16
-16
-Connector_PinSocket_1.27mm
-PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x16 1.27mm single row style2 pin1 right
-0
-16
-16
-Connector_PinSocket_1.27mm
-PinSocket_1x17_P1.27mm_Vertical
-Through hole straight socket strip, 1x17, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x17 1.27mm single row
-0
-17
-17
-Connector_PinSocket_1.27mm
-PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x17 1.27mm single row style1 pin1 left
-0
-17
-17
-Connector_PinSocket_1.27mm
-PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x17 1.27mm single row style2 pin1 right
-0
-17
-17
-Connector_PinSocket_1.27mm
-PinSocket_1x18_P1.27mm_Vertical
-Through hole straight socket strip, 1x18, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x18 1.27mm single row
-0
-18
-18
-Connector_PinSocket_1.27mm
-PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x18 1.27mm single row style1 pin1 left
-0
-18
-18
-Connector_PinSocket_1.27mm
-PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x18 1.27mm single row style2 pin1 right
-0
-18
-18
-Connector_PinSocket_1.27mm
-PinSocket_1x19_P1.27mm_Vertical
-Through hole straight socket strip, 1x19, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x19 1.27mm single row
-0
-19
-19
-Connector_PinSocket_1.27mm
-PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x19 1.27mm single row style1 pin1 left
-0
-19
-19
-Connector_PinSocket_1.27mm
-PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x19 1.27mm single row style2 pin1 right
-0
-19
-19
-Connector_PinSocket_1.27mm
-PinSocket_1x20_P1.27mm_Vertical
-Through hole straight socket strip, 1x20, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x20 1.27mm single row
-0
-20
-20
-Connector_PinSocket_1.27mm
-PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x20 1.27mm single row style1 pin1 left
-0
-20
-20
-Connector_PinSocket_1.27mm
-PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x20 1.27mm single row style2 pin1 right
-0
-20
-20
-Connector_PinSocket_1.27mm
-PinSocket_1x21_P1.27mm_Vertical
-Through hole straight socket strip, 1x21, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x21 1.27mm single row
-0
-21
-21
-Connector_PinSocket_1.27mm
-PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x21 1.27mm single row style1 pin1 left
-0
-21
-21
-Connector_PinSocket_1.27mm
-PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x21 1.27mm single row style2 pin1 right
-0
-21
-21
-Connector_PinSocket_1.27mm
-PinSocket_1x22_P1.27mm_Vertical
-Through hole straight socket strip, 1x22, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x22 1.27mm single row
-0
-22
-22
-Connector_PinSocket_1.27mm
-PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x22 1.27mm single row style1 pin1 left
-0
-22
-22
-Connector_PinSocket_1.27mm
-PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x22 1.27mm single row style2 pin1 right
-0
-22
-22
-Connector_PinSocket_1.27mm
-PinSocket_1x23_P1.27mm_Vertical
-Through hole straight socket strip, 1x23, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x23 1.27mm single row
-0
-23
-23
-Connector_PinSocket_1.27mm
-PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x23 1.27mm single row style1 pin1 left
-0
-23
-23
-Connector_PinSocket_1.27mm
-PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x23 1.27mm single row style2 pin1 right
-0
-23
-23
-Connector_PinSocket_1.27mm
-PinSocket_1x24_P1.27mm_Vertical
-Through hole straight socket strip, 1x24, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x24 1.27mm single row
-0
-24
-24
-Connector_PinSocket_1.27mm
-PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x24 1.27mm single row style1 pin1 left
-0
-24
-24
-Connector_PinSocket_1.27mm
-PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x24 1.27mm single row style2 pin1 right
-0
-24
-24
-Connector_PinSocket_1.27mm
-PinSocket_1x25_P1.27mm_Vertical
-Through hole straight socket strip, 1x25, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x25 1.27mm single row
-0
-25
-25
-Connector_PinSocket_1.27mm
-PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x25 1.27mm single row style1 pin1 left
-0
-25
-25
-Connector_PinSocket_1.27mm
-PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x25 1.27mm single row style2 pin1 right
-0
-25
-25
-Connector_PinSocket_1.27mm
-PinSocket_1x26_P1.27mm_Vertical
-Through hole straight socket strip, 1x26, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x26 1.27mm single row
-0
-26
-26
-Connector_PinSocket_1.27mm
-PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x26 1.27mm single row style1 pin1 left
-0
-26
-26
-Connector_PinSocket_1.27mm
-PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x26 1.27mm single row style2 pin1 right
-0
-26
-26
-Connector_PinSocket_1.27mm
-PinSocket_1x27_P1.27mm_Vertical
-Through hole straight socket strip, 1x27, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x27 1.27mm single row
-0
-27
-27
-Connector_PinSocket_1.27mm
-PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x27 1.27mm single row style1 pin1 left
-0
-27
-27
-Connector_PinSocket_1.27mm
-PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x27 1.27mm single row style2 pin1 right
-0
-27
-27
-Connector_PinSocket_1.27mm
-PinSocket_1x28_P1.27mm_Vertical
-Through hole straight socket strip, 1x28, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x28 1.27mm single row
-0
-28
-28
-Connector_PinSocket_1.27mm
-PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x28 1.27mm single row style1 pin1 left
-0
-28
-28
-Connector_PinSocket_1.27mm
-PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x28 1.27mm single row style2 pin1 right
-0
-28
-28
-Connector_PinSocket_1.27mm
-PinSocket_1x29_P1.27mm_Vertical
-Through hole straight socket strip, 1x29, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x29 1.27mm single row
-0
-29
-29
-Connector_PinSocket_1.27mm
-PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x29 1.27mm single row style1 pin1 left
-0
-29
-29
-Connector_PinSocket_1.27mm
-PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x29 1.27mm single row style2 pin1 right
-0
-29
-29
-Connector_PinSocket_1.27mm
-PinSocket_1x30_P1.27mm_Vertical
-Through hole straight socket strip, 1x30, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x30 1.27mm single row
-0
-30
-30
-Connector_PinSocket_1.27mm
-PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x30 1.27mm single row style1 pin1 left
-0
-30
-30
-Connector_PinSocket_1.27mm
-PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x30 1.27mm single row style2 pin1 right
-0
-30
-30
-Connector_PinSocket_1.27mm
-PinSocket_1x31_P1.27mm_Vertical
-Through hole straight socket strip, 1x31, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x31 1.27mm single row
-0
-31
-31
-Connector_PinSocket_1.27mm
-PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x31 1.27mm single row style1 pin1 left
-0
-31
-31
-Connector_PinSocket_1.27mm
-PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x31 1.27mm single row style2 pin1 right
-0
-31
-31
-Connector_PinSocket_1.27mm
-PinSocket_1x32_P1.27mm_Vertical
-Through hole straight socket strip, 1x32, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x32 1.27mm single row
-0
-32
-32
-Connector_PinSocket_1.27mm
-PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x32 1.27mm single row style1 pin1 left
-0
-32
-32
-Connector_PinSocket_1.27mm
-PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x32 1.27mm single row style2 pin1 right
-0
-32
-32
-Connector_PinSocket_1.27mm
-PinSocket_1x33_P1.27mm_Vertical
-Through hole straight socket strip, 1x33, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x33 1.27mm single row
-0
-33
-33
-Connector_PinSocket_1.27mm
-PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x33 1.27mm single row style1 pin1 left
-0
-33
-33
-Connector_PinSocket_1.27mm
-PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x33 1.27mm single row style2 pin1 right
-0
-33
-33
-Connector_PinSocket_1.27mm
-PinSocket_1x34_P1.27mm_Vertical
-Through hole straight socket strip, 1x34, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x34 1.27mm single row
-0
-34
-34
-Connector_PinSocket_1.27mm
-PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x34 1.27mm single row style1 pin1 left
-0
-34
-34
-Connector_PinSocket_1.27mm
-PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x34 1.27mm single row style2 pin1 right
-0
-34
-34
-Connector_PinSocket_1.27mm
-PinSocket_1x35_P1.27mm_Vertical
-Through hole straight socket strip, 1x35, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x35 1.27mm single row
-0
-35
-35
-Connector_PinSocket_1.27mm
-PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x35 1.27mm single row style1 pin1 left
-0
-35
-35
-Connector_PinSocket_1.27mm
-PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x35 1.27mm single row style2 pin1 right
-0
-35
-35
-Connector_PinSocket_1.27mm
-PinSocket_1x36_P1.27mm_Vertical
-Through hole straight socket strip, 1x36, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x36 1.27mm single row
-0
-36
-36
-Connector_PinSocket_1.27mm
-PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x36 1.27mm single row style1 pin1 left
-0
-36
-36
-Connector_PinSocket_1.27mm
-PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x36 1.27mm single row style2 pin1 right
-0
-36
-36
-Connector_PinSocket_1.27mm
-PinSocket_1x37_P1.27mm_Vertical
-Through hole straight socket strip, 1x37, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x37 1.27mm single row
-0
-37
-37
-Connector_PinSocket_1.27mm
-PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x37 1.27mm single row style1 pin1 left
-0
-37
-37
-Connector_PinSocket_1.27mm
-PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x37 1.27mm single row style2 pin1 right
-0
-37
-37
-Connector_PinSocket_1.27mm
-PinSocket_1x38_P1.27mm_Vertical
-Through hole straight socket strip, 1x38, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x38 1.27mm single row
-0
-38
-38
-Connector_PinSocket_1.27mm
-PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x38 1.27mm single row style1 pin1 left
-0
-38
-38
-Connector_PinSocket_1.27mm
-PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x38 1.27mm single row style2 pin1 right
-0
-38
-38
-Connector_PinSocket_1.27mm
-PinSocket_1x39_P1.27mm_Vertical
-Through hole straight socket strip, 1x39, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x39 1.27mm single row
-0
-39
-39
-Connector_PinSocket_1.27mm
-PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x39 1.27mm single row style1 pin1 left
-0
-39
-39
-Connector_PinSocket_1.27mm
-PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x39 1.27mm single row style2 pin1 right
-0
-39
-39
-Connector_PinSocket_1.27mm
-PinSocket_1x40_P1.27mm_Vertical
-Through hole straight socket strip, 1x40, 1.27mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x40 1.27mm single row
-0
-40
-40
-Connector_PinSocket_1.27mm
-PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x40 1.27mm single row style1 pin1 left
-0
-40
-40
-Connector_PinSocket_1.27mm
-PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated
-Surface mounted socket strip SMD 1x40 1.27mm single row style2 pin1 right
-0
-40
-40
-Connector_PinSocket_1.27mm
-PinSocket_2x01_P1.27mm_Vertical
-Through hole straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x01 1.27mm double row
-0
-2
-2
-Connector_PinSocket_1.27mm
-PinSocket_2x01_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x01 1.27mm double row
-0
-2
-2
-Connector_PinSocket_1.27mm
-PinSocket_2x02_P1.27mm_Vertical
-Through hole straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x02 1.27mm double row
-0
-4
-4
-Connector_PinSocket_1.27mm
-PinSocket_2x02_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x02 1.27mm double row
-0
-4
-4
-Connector_PinSocket_1.27mm
-PinSocket_2x03_P1.27mm_Horizontal
-Through hole angled socket strip, 2x03, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x03 1.27mm double row
-0
-6
-6
-Connector_PinSocket_1.27mm
-PinSocket_2x03_P1.27mm_Vertical
-Through hole straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x03 1.27mm double row
-0
-6
-6
-Connector_PinSocket_1.27mm
-PinSocket_2x03_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x03 1.27mm double row
-0
-6
-6
-Connector_PinSocket_1.27mm
-PinSocket_2x04_P1.27mm_Horizontal
-Through hole angled socket strip, 2x04, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x04 1.27mm double row
-0
-8
-8
-Connector_PinSocket_1.27mm
-PinSocket_2x04_P1.27mm_Vertical
-Through hole straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x04 1.27mm double row
-0
-8
-8
-Connector_PinSocket_1.27mm
-PinSocket_2x04_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x04 1.27mm double row
-0
-8
-8
-Connector_PinSocket_1.27mm
-PinSocket_2x05_P1.27mm_Horizontal
-Through hole angled socket strip, 2x05, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x05 1.27mm double row
-0
-10
-10
-Connector_PinSocket_1.27mm
-PinSocket_2x05_P1.27mm_Vertical
-Through hole straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x05 1.27mm double row
-0
-10
-10
-Connector_PinSocket_1.27mm
-PinSocket_2x05_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x05 1.27mm double row
-0
-10
-10
-Connector_PinSocket_1.27mm
-PinSocket_2x06_P1.27mm_Horizontal
-Through hole angled socket strip, 2x06, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x06 1.27mm double row
-0
-12
-12
-Connector_PinSocket_1.27mm
-PinSocket_2x06_P1.27mm_Vertical
-Through hole straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x06 1.27mm double row
-0
-12
-12
-Connector_PinSocket_1.27mm
-PinSocket_2x06_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x06 1.27mm double row
-0
-12
-12
-Connector_PinSocket_1.27mm
-PinSocket_2x07_P1.27mm_Horizontal
-Through hole angled socket strip, 2x07, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x07 1.27mm double row
-0
-14
-14
-Connector_PinSocket_1.27mm
-PinSocket_2x07_P1.27mm_Vertical
-Through hole straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x07 1.27mm double row
-0
-14
-14
-Connector_PinSocket_1.27mm
-PinSocket_2x07_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x07 1.27mm double row
-0
-14
-14
-Connector_PinSocket_1.27mm
-PinSocket_2x08_P1.27mm_Horizontal
-Through hole angled socket strip, 2x08, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x08 1.27mm double row
-0
-16
-16
-Connector_PinSocket_1.27mm
-PinSocket_2x08_P1.27mm_Vertical
-Through hole straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x08 1.27mm double row
-0
-16
-16
-Connector_PinSocket_1.27mm
-PinSocket_2x08_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x08 1.27mm double row
-0
-16
-16
-Connector_PinSocket_1.27mm
-PinSocket_2x09_P1.27mm_Horizontal
-Through hole angled socket strip, 2x09, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x09 1.27mm double row
-0
-18
-18
-Connector_PinSocket_1.27mm
-PinSocket_2x09_P1.27mm_Vertical
-Through hole straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x09 1.27mm double row
-0
-18
-18
-Connector_PinSocket_1.27mm
-PinSocket_2x09_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x09 1.27mm double row
-0
-18
-18
-Connector_PinSocket_1.27mm
-PinSocket_2x10_P1.27mm_Horizontal
-Through hole angled socket strip, 2x10, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x10 1.27mm double row
-0
-20
-20
-Connector_PinSocket_1.27mm
-PinSocket_2x10_P1.27mm_Vertical
-Through hole straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x10 1.27mm double row
-0
-20
-20
-Connector_PinSocket_1.27mm
-PinSocket_2x10_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x10 1.27mm double row
-0
-20
-20
-Connector_PinSocket_1.27mm
-PinSocket_2x11_P1.27mm_Horizontal
-Through hole angled socket strip, 2x11, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x11 1.27mm double row
-0
-22
-22
-Connector_PinSocket_1.27mm
-PinSocket_2x11_P1.27mm_Vertical
-Through hole straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x11 1.27mm double row
-0
-22
-22
-Connector_PinSocket_1.27mm
-PinSocket_2x11_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x11 1.27mm double row
-0
-22
-22
-Connector_PinSocket_1.27mm
-PinSocket_2x12_P1.27mm_Horizontal
-Through hole angled socket strip, 2x12, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x12 1.27mm double row
-0
-24
-24
-Connector_PinSocket_1.27mm
-PinSocket_2x12_P1.27mm_Vertical
-Through hole straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x12 1.27mm double row
-0
-24
-24
-Connector_PinSocket_1.27mm
-PinSocket_2x12_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x12 1.27mm double row
-0
-24
-24
-Connector_PinSocket_1.27mm
-PinSocket_2x13_P1.27mm_Horizontal
-Through hole angled socket strip, 2x13, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x13 1.27mm double row
-0
-26
-26
-Connector_PinSocket_1.27mm
-PinSocket_2x13_P1.27mm_Vertical
-Through hole straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x13 1.27mm double row
-0
-26
-26
-Connector_PinSocket_1.27mm
-PinSocket_2x13_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x13 1.27mm double row
-0
-26
-26
-Connector_PinSocket_1.27mm
-PinSocket_2x14_P1.27mm_Horizontal
-Through hole angled socket strip, 2x14, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x14 1.27mm double row
-0
-28
-28
-Connector_PinSocket_1.27mm
-PinSocket_2x14_P1.27mm_Vertical
-Through hole straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x14 1.27mm double row
-0
-28
-28
-Connector_PinSocket_1.27mm
-PinSocket_2x14_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x14 1.27mm double row
-0
-28
-28
-Connector_PinSocket_1.27mm
-PinSocket_2x15_P1.27mm_Horizontal
-Through hole angled socket strip, 2x15, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x15 1.27mm double row
-0
-30
-30
-Connector_PinSocket_1.27mm
-PinSocket_2x15_P1.27mm_Vertical
-Through hole straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x15 1.27mm double row
-0
-30
-30
-Connector_PinSocket_1.27mm
-PinSocket_2x15_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x15 1.27mm double row
-0
-30
-30
-Connector_PinSocket_1.27mm
-PinSocket_2x16_P1.27mm_Horizontal
-Through hole angled socket strip, 2x16, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x16 1.27mm double row
-0
-32
-32
-Connector_PinSocket_1.27mm
-PinSocket_2x16_P1.27mm_Vertical
-Through hole straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x16 1.27mm double row
-0
-32
-32
-Connector_PinSocket_1.27mm
-PinSocket_2x16_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x16 1.27mm double row
-0
-32
-32
-Connector_PinSocket_1.27mm
-PinSocket_2x17_P1.27mm_Horizontal
-Through hole angled socket strip, 2x17, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x17 1.27mm double row
-0
-34
-34
-Connector_PinSocket_1.27mm
-PinSocket_2x17_P1.27mm_Vertical
-Through hole straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x17 1.27mm double row
-0
-34
-34
-Connector_PinSocket_1.27mm
-PinSocket_2x17_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x17 1.27mm double row
-0
-34
-34
-Connector_PinSocket_1.27mm
-PinSocket_2x18_P1.27mm_Horizontal
-Through hole angled socket strip, 2x18, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x18 1.27mm double row
-0
-36
-36
-Connector_PinSocket_1.27mm
-PinSocket_2x18_P1.27mm_Vertical
-Through hole straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x18 1.27mm double row
-0
-36
-36
-Connector_PinSocket_1.27mm
-PinSocket_2x18_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x18 1.27mm double row
-0
-36
-36
-Connector_PinSocket_1.27mm
-PinSocket_2x19_P1.27mm_Horizontal
-Through hole angled socket strip, 2x19, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x19 1.27mm double row
-0
-38
-38
-Connector_PinSocket_1.27mm
-PinSocket_2x19_P1.27mm_Vertical
-Through hole straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x19 1.27mm double row
-0
-38
-38
-Connector_PinSocket_1.27mm
-PinSocket_2x19_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x19 1.27mm double row
-0
-38
-38
-Connector_PinSocket_1.27mm
-PinSocket_2x20_P1.27mm_Horizontal
-Through hole angled socket strip, 2x20, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x20 1.27mm double row
-0
-40
-40
-Connector_PinSocket_1.27mm
-PinSocket_2x20_P1.27mm_Vertical
-Through hole straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x20 1.27mm double row
-0
-40
-40
-Connector_PinSocket_1.27mm
-PinSocket_2x20_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x20 1.27mm double row
-0
-40
-40
-Connector_PinSocket_1.27mm
-PinSocket_2x21_P1.27mm_Horizontal
-Through hole angled socket strip, 2x21, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x21 1.27mm double row
-0
-42
-42
-Connector_PinSocket_1.27mm
-PinSocket_2x21_P1.27mm_Vertical
-Through hole straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x21 1.27mm double row
-0
-42
-42
-Connector_PinSocket_1.27mm
-PinSocket_2x21_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x21 1.27mm double row
-0
-42
-42
-Connector_PinSocket_1.27mm
-PinSocket_2x22_P1.27mm_Horizontal
-Through hole angled socket strip, 2x22, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x22 1.27mm double row
-0
-44
-44
-Connector_PinSocket_1.27mm
-PinSocket_2x22_P1.27mm_Vertical
-Through hole straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x22 1.27mm double row
-0
-44
-44
-Connector_PinSocket_1.27mm
-PinSocket_2x22_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x22 1.27mm double row
-0
-44
-44
-Connector_PinSocket_1.27mm
-PinSocket_2x23_P1.27mm_Horizontal
-Through hole angled socket strip, 2x23, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x23 1.27mm double row
-0
-46
-46
-Connector_PinSocket_1.27mm
-PinSocket_2x23_P1.27mm_Vertical
-Through hole straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x23 1.27mm double row
-0
-46
-46
-Connector_PinSocket_1.27mm
-PinSocket_2x23_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x23 1.27mm double row
-0
-46
-46
-Connector_PinSocket_1.27mm
-PinSocket_2x24_P1.27mm_Horizontal
-Through hole angled socket strip, 2x24, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x24 1.27mm double row
-0
-48
-48
-Connector_PinSocket_1.27mm
-PinSocket_2x24_P1.27mm_Vertical
-Through hole straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x24 1.27mm double row
-0
-48
-48
-Connector_PinSocket_1.27mm
-PinSocket_2x24_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x24 1.27mm double row
-0
-48
-48
-Connector_PinSocket_1.27mm
-PinSocket_2x25_P1.27mm_Horizontal
-Through hole angled socket strip, 2x25, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x25 1.27mm double row
-0
-50
-50
-Connector_PinSocket_1.27mm
-PinSocket_2x25_P1.27mm_Vertical
-Through hole straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x25 1.27mm double row
-0
-50
-50
-Connector_PinSocket_1.27mm
-PinSocket_2x25_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x25 1.27mm double row
-0
-50
-50
-Connector_PinSocket_1.27mm
-PinSocket_2x26_P1.27mm_Horizontal
-Through hole angled socket strip, 2x26, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x26 1.27mm double row
-0
-52
-52
-Connector_PinSocket_1.27mm
-PinSocket_2x26_P1.27mm_Vertical
-Through hole straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x26 1.27mm double row
-0
-52
-52
-Connector_PinSocket_1.27mm
-PinSocket_2x26_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x26 1.27mm double row
-0
-52
-52
-Connector_PinSocket_1.27mm
-PinSocket_2x27_P1.27mm_Horizontal
-Through hole angled socket strip, 2x27, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x27 1.27mm double row
-0
-54
-54
-Connector_PinSocket_1.27mm
-PinSocket_2x27_P1.27mm_Vertical
-Through hole straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x27 1.27mm double row
-0
-54
-54
-Connector_PinSocket_1.27mm
-PinSocket_2x27_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x27 1.27mm double row
-0
-54
-54
-Connector_PinSocket_1.27mm
-PinSocket_2x28_P1.27mm_Horizontal
-Through hole angled socket strip, 2x28, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x28 1.27mm double row
-0
-56
-56
-Connector_PinSocket_1.27mm
-PinSocket_2x28_P1.27mm_Vertical
-Through hole straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x28 1.27mm double row
-0
-56
-56
-Connector_PinSocket_1.27mm
-PinSocket_2x28_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x28 1.27mm double row
-0
-56
-56
-Connector_PinSocket_1.27mm
-PinSocket_2x29_P1.27mm_Horizontal
-Through hole angled socket strip, 2x29, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x29 1.27mm double row
-0
-58
-58
-Connector_PinSocket_1.27mm
-PinSocket_2x29_P1.27mm_Vertical
-Through hole straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x29 1.27mm double row
-0
-58
-58
-Connector_PinSocket_1.27mm
-PinSocket_2x29_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x29 1.27mm double row
-0
-58
-58
-Connector_PinSocket_1.27mm
-PinSocket_2x30_P1.27mm_Horizontal
-Through hole angled socket strip, 2x30, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x30 1.27mm double row
-0
-60
-60
-Connector_PinSocket_1.27mm
-PinSocket_2x30_P1.27mm_Vertical
-Through hole straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x30 1.27mm double row
-0
-60
-60
-Connector_PinSocket_1.27mm
-PinSocket_2x30_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x30 1.27mm double row
-0
-60
-60
-Connector_PinSocket_1.27mm
-PinSocket_2x31_P1.27mm_Horizontal
-Through hole angled socket strip, 2x31, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x31 1.27mm double row
-0
-62
-62
-Connector_PinSocket_1.27mm
-PinSocket_2x31_P1.27mm_Vertical
-Through hole straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x31 1.27mm double row
-0
-62
-62
-Connector_PinSocket_1.27mm
-PinSocket_2x31_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x31 1.27mm double row
-0
-62
-62
-Connector_PinSocket_1.27mm
-PinSocket_2x32_P1.27mm_Horizontal
-Through hole angled socket strip, 2x32, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x32 1.27mm double row
-0
-64
-64
-Connector_PinSocket_1.27mm
-PinSocket_2x32_P1.27mm_Vertical
-Through hole straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x32 1.27mm double row
-0
-64
-64
-Connector_PinSocket_1.27mm
-PinSocket_2x32_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x32 1.27mm double row
-0
-64
-64
-Connector_PinSocket_1.27mm
-PinSocket_2x33_P1.27mm_Horizontal
-Through hole angled socket strip, 2x33, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x33 1.27mm double row
-0
-66
-66
-Connector_PinSocket_1.27mm
-PinSocket_2x33_P1.27mm_Vertical
-Through hole straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x33 1.27mm double row
-0
-66
-66
-Connector_PinSocket_1.27mm
-PinSocket_2x33_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x33 1.27mm double row
-0
-66
-66
-Connector_PinSocket_1.27mm
-PinSocket_2x34_P1.27mm_Horizontal
-Through hole angled socket strip, 2x34, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x34 1.27mm double row
-0
-68
-68
-Connector_PinSocket_1.27mm
-PinSocket_2x34_P1.27mm_Vertical
-Through hole straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x34 1.27mm double row
-0
-68
-68
-Connector_PinSocket_1.27mm
-PinSocket_2x34_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x34 1.27mm double row
-0
-68
-68
-Connector_PinSocket_1.27mm
-PinSocket_2x35_P1.27mm_Horizontal
-Through hole angled socket strip, 2x35, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x35 1.27mm double row
-0
-70
-70
-Connector_PinSocket_1.27mm
-PinSocket_2x35_P1.27mm_Vertical
-Through hole straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x35 1.27mm double row
-0
-70
-70
-Connector_PinSocket_1.27mm
-PinSocket_2x35_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x35 1.27mm double row
-0
-70
-70
-Connector_PinSocket_1.27mm
-PinSocket_2x36_P1.27mm_Horizontal
-Through hole angled socket strip, 2x36, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x36 1.27mm double row
-0
-72
-72
-Connector_PinSocket_1.27mm
-PinSocket_2x36_P1.27mm_Vertical
-Through hole straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x36 1.27mm double row
-0
-72
-72
-Connector_PinSocket_1.27mm
-PinSocket_2x36_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x36 1.27mm double row
-0
-72
-72
-Connector_PinSocket_1.27mm
-PinSocket_2x37_P1.27mm_Horizontal
-Through hole angled socket strip, 2x37, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x37 1.27mm double row
-0
-74
-74
-Connector_PinSocket_1.27mm
-PinSocket_2x37_P1.27mm_Vertical
-Through hole straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x37 1.27mm double row
-0
-74
-74
-Connector_PinSocket_1.27mm
-PinSocket_2x37_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x37 1.27mm double row
-0
-74
-74
-Connector_PinSocket_1.27mm
-PinSocket_2x38_P1.27mm_Horizontal
-Through hole angled socket strip, 2x38, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x38 1.27mm double row
-0
-76
-76
-Connector_PinSocket_1.27mm
-PinSocket_2x38_P1.27mm_Vertical
-Through hole straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x38 1.27mm double row
-0
-76
-76
-Connector_PinSocket_1.27mm
-PinSocket_2x38_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x38 1.27mm double row
-0
-76
-76
-Connector_PinSocket_1.27mm
-PinSocket_2x39_P1.27mm_Horizontal
-Through hole angled socket strip, 2x39, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x39 1.27mm double row
-0
-78
-78
-Connector_PinSocket_1.27mm
-PinSocket_2x39_P1.27mm_Vertical
-Through hole straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x39 1.27mm double row
-0
-78
-78
-Connector_PinSocket_1.27mm
-PinSocket_2x39_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x39 1.27mm double row
-0
-78
-78
-Connector_PinSocket_1.27mm
-PinSocket_2x40_P1.27mm_Horizontal
-Through hole angled socket strip, 2x40, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x40 1.27mm double row
-0
-80
-80
-Connector_PinSocket_1.27mm
-PinSocket_2x40_P1.27mm_Vertical
-Through hole straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x40 1.27mm double row
-0
-80
-80
-Connector_PinSocket_1.27mm
-PinSocket_2x40_P1.27mm_Vertical_SMD
-surface-mounted straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated
-Surface mounted socket strip SMD 2x40 1.27mm double row
-0
-80
-80
-Connector_PinSocket_1.27mm
-PinSocket_2x41_P1.27mm_Horizontal
-Through hole angled socket strip, 2x41, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x41 1.27mm double row
-0
-82
-82
-Connector_PinSocket_1.27mm
-PinSocket_2x42_P1.27mm_Horizontal
-Through hole angled socket strip, 2x42, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x42 1.27mm double row
-0
-84
-84
-Connector_PinSocket_1.27mm
-PinSocket_2x43_P1.27mm_Horizontal
-Through hole angled socket strip, 2x43, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x43 1.27mm double row
-0
-86
-86
-Connector_PinSocket_1.27mm
-PinSocket_2x44_P1.27mm_Horizontal
-Through hole angled socket strip, 2x44, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x44 1.27mm double row
-0
-88
-88
-Connector_PinSocket_1.27mm
-PinSocket_2x45_P1.27mm_Horizontal
-Through hole angled socket strip, 2x45, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x45 1.27mm double row
-0
-90
-90
-Connector_PinSocket_1.27mm
-PinSocket_2x46_P1.27mm_Horizontal
-Through hole angled socket strip, 2x46, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x46 1.27mm double row
-0
-92
-92
-Connector_PinSocket_1.27mm
-PinSocket_2x47_P1.27mm_Horizontal
-Through hole angled socket strip, 2x47, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x47 1.27mm double row
-0
-94
-94
-Connector_PinSocket_1.27mm
-PinSocket_2x48_P1.27mm_Horizontal
-Through hole angled socket strip, 2x48, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x48 1.27mm double row
-0
-96
-96
-Connector_PinSocket_1.27mm
-PinSocket_2x49_P1.27mm_Horizontal
-Through hole angled socket strip, 2x49, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x49 1.27mm double row
-0
-98
-98
-Connector_PinSocket_1.27mm
-PinSocket_2x50_P1.27mm_Horizontal
-Through hole angled socket strip, 2x50, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated
-Through hole angled socket strip THT 2x50 1.27mm double row
-0
-100
-100
-Connector_PinSocket_2.00mm
-PinSocket_1x01_P2.00mm_Horizontal
-Through hole angled socket strip, 1x01, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x01 2.00mm single row
-0
-1
-1
-Connector_PinSocket_2.00mm
-PinSocket_1x01_P2.00mm_Vertical
-Through hole straight socket strip, 1x01, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x01 2.00mm single row
-0
-1
-1
-Connector_PinSocket_2.00mm
-PinSocket_1x02_P2.00mm_Horizontal
-Through hole angled socket strip, 1x02, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x02 2.00mm single row
-0
-2
-2
-Connector_PinSocket_2.00mm
-PinSocket_1x02_P2.00mm_Vertical
-Through hole straight socket strip, 1x02, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x02 2.00mm single row
-0
-2
-2
-Connector_PinSocket_2.00mm
-PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x02 2.00mm single row style1 pin1 left
-0
-2
-2
-Connector_PinSocket_2.00mm
-PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x02 2.00mm single row style2 pin1 right
-0
-2
-2
-Connector_PinSocket_2.00mm
-PinSocket_1x03_P2.00mm_Horizontal
-Through hole angled socket strip, 1x03, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x03 2.00mm single row
-0
-3
-3
-Connector_PinSocket_2.00mm
-PinSocket_1x03_P2.00mm_Vertical
-Through hole straight socket strip, 1x03, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x03 2.00mm single row
-0
-3
-3
-Connector_PinSocket_2.00mm
-PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x03 2.00mm single row style1 pin1 left
-0
-3
-3
-Connector_PinSocket_2.00mm
-PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x03 2.00mm single row style2 pin1 right
-0
-3
-3
-Connector_PinSocket_2.00mm
-PinSocket_1x04_P2.00mm_Horizontal
-Through hole angled socket strip, 1x04, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x04 2.00mm single row
-0
-4
-4
-Connector_PinSocket_2.00mm
-PinSocket_1x04_P2.00mm_Vertical
-Through hole straight socket strip, 1x04, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x04 2.00mm single row
-0
-4
-4
-Connector_PinSocket_2.00mm
-PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x04 2.00mm single row style1 pin1 left
-0
-4
-4
-Connector_PinSocket_2.00mm
-PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x04 2.00mm single row style2 pin1 right
-0
-4
-4
-Connector_PinSocket_2.00mm
-PinSocket_1x05_P2.00mm_Horizontal
-Through hole angled socket strip, 1x05, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x05 2.00mm single row
-0
-5
-5
-Connector_PinSocket_2.00mm
-PinSocket_1x05_P2.00mm_Vertical
-Through hole straight socket strip, 1x05, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x05 2.00mm single row
-0
-5
-5
-Connector_PinSocket_2.00mm
-PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x05 2.00mm single row style1 pin1 left
-0
-5
-5
-Connector_PinSocket_2.00mm
-PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x05 2.00mm single row style2 pin1 right
-0
-5
-5
-Connector_PinSocket_2.00mm
-PinSocket_1x06_P2.00mm_Horizontal
-Through hole angled socket strip, 1x06, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x06 2.00mm single row
-0
-6
-6
-Connector_PinSocket_2.00mm
-PinSocket_1x06_P2.00mm_Vertical
-Through hole straight socket strip, 1x06, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x06 2.00mm single row
-0
-6
-6
-Connector_PinSocket_2.00mm
-PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x06 2.00mm single row style1 pin1 left
-0
-6
-6
-Connector_PinSocket_2.00mm
-PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x06 2.00mm single row style2 pin1 right
-0
-6
-6
-Connector_PinSocket_2.00mm
-PinSocket_1x07_P2.00mm_Horizontal
-Through hole angled socket strip, 1x07, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x07 2.00mm single row
-0
-7
-7
-Connector_PinSocket_2.00mm
-PinSocket_1x07_P2.00mm_Vertical
-Through hole straight socket strip, 1x07, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x07 2.00mm single row
-0
-7
-7
-Connector_PinSocket_2.00mm
-PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x07 2.00mm single row style1 pin1 left
-0
-7
-7
-Connector_PinSocket_2.00mm
-PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x07 2.00mm single row style2 pin1 right
-0
-7
-7
-Connector_PinSocket_2.00mm
-PinSocket_1x08_P2.00mm_Horizontal
-Through hole angled socket strip, 1x08, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x08 2.00mm single row
-0
-8
-8
-Connector_PinSocket_2.00mm
-PinSocket_1x08_P2.00mm_Vertical
-Through hole straight socket strip, 1x08, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x08 2.00mm single row
-0
-8
-8
-Connector_PinSocket_2.00mm
-PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x08 2.00mm single row style1 pin1 left
-0
-8
-8
-Connector_PinSocket_2.00mm
-PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x08 2.00mm single row style2 pin1 right
-0
-8
-8
-Connector_PinSocket_2.00mm
-PinSocket_1x09_P2.00mm_Horizontal
-Through hole angled socket strip, 1x09, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x09 2.00mm single row
-0
-9
-9
-Connector_PinSocket_2.00mm
-PinSocket_1x09_P2.00mm_Vertical
-Through hole straight socket strip, 1x09, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x09 2.00mm single row
-0
-9
-9
-Connector_PinSocket_2.00mm
-PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x09 2.00mm single row style1 pin1 left
-0
-9
-9
-Connector_PinSocket_2.00mm
-PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x09 2.00mm single row style2 pin1 right
-0
-9
-9
-Connector_PinSocket_2.00mm
-PinSocket_1x10_P2.00mm_Horizontal
-Through hole angled socket strip, 1x10, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x10 2.00mm single row
-0
-10
-10
-Connector_PinSocket_2.00mm
-PinSocket_1x10_P2.00mm_Vertical
-Through hole straight socket strip, 1x10, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x10 2.00mm single row
-0
-10
-10
-Connector_PinSocket_2.00mm
-PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x10 2.00mm single row style1 pin1 left
-0
-10
-10
-Connector_PinSocket_2.00mm
-PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x10 2.00mm single row style2 pin1 right
-0
-10
-10
-Connector_PinSocket_2.00mm
-PinSocket_1x11_P2.00mm_Horizontal
-Through hole angled socket strip, 1x11, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x11 2.00mm single row
-0
-11
-11
-Connector_PinSocket_2.00mm
-PinSocket_1x11_P2.00mm_Vertical
-Through hole straight socket strip, 1x11, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x11 2.00mm single row
-0
-11
-11
-Connector_PinSocket_2.00mm
-PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x11 2.00mm single row style1 pin1 left
-0
-11
-11
-Connector_PinSocket_2.00mm
-PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x11 2.00mm single row style2 pin1 right
-0
-11
-11
-Connector_PinSocket_2.00mm
-PinSocket_1x12_P2.00mm_Horizontal
-Through hole angled socket strip, 1x12, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x12 2.00mm single row
-0
-12
-12
-Connector_PinSocket_2.00mm
-PinSocket_1x12_P2.00mm_Vertical
-Through hole straight socket strip, 1x12, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x12 2.00mm single row
-0
-12
-12
-Connector_PinSocket_2.00mm
-PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x12 2.00mm single row style1 pin1 left
-0
-12
-12
-Connector_PinSocket_2.00mm
-PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x12 2.00mm single row style2 pin1 right
-0
-12
-12
-Connector_PinSocket_2.00mm
-PinSocket_1x13_P2.00mm_Horizontal
-Through hole angled socket strip, 1x13, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x13 2.00mm single row
-0
-13
-13
-Connector_PinSocket_2.00mm
-PinSocket_1x13_P2.00mm_Vertical
-Through hole straight socket strip, 1x13, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x13 2.00mm single row
-0
-13
-13
-Connector_PinSocket_2.00mm
-PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x13 2.00mm single row style1 pin1 left
-0
-13
-13
-Connector_PinSocket_2.00mm
-PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x13 2.00mm single row style2 pin1 right
-0
-13
-13
-Connector_PinSocket_2.00mm
-PinSocket_1x14_P2.00mm_Horizontal
-Through hole angled socket strip, 1x14, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x14 2.00mm single row
-0
-14
-14
-Connector_PinSocket_2.00mm
-PinSocket_1x14_P2.00mm_Vertical
-Through hole straight socket strip, 1x14, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x14 2.00mm single row
-0
-14
-14
-Connector_PinSocket_2.00mm
-PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x14 2.00mm single row style1 pin1 left
-0
-14
-14
-Connector_PinSocket_2.00mm
-PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x14 2.00mm single row style2 pin1 right
-0
-14
-14
-Connector_PinSocket_2.00mm
-PinSocket_1x15_P2.00mm_Horizontal
-Through hole angled socket strip, 1x15, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x15 2.00mm single row
-0
-15
-15
-Connector_PinSocket_2.00mm
-PinSocket_1x15_P2.00mm_Vertical
-Through hole straight socket strip, 1x15, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x15 2.00mm single row
-0
-15
-15
-Connector_PinSocket_2.00mm
-PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x15 2.00mm single row style1 pin1 left
-0
-15
-15
-Connector_PinSocket_2.00mm
-PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x15 2.00mm single row style2 pin1 right
-0
-15
-15
-Connector_PinSocket_2.00mm
-PinSocket_1x16_P2.00mm_Horizontal
-Through hole angled socket strip, 1x16, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x16 2.00mm single row
-0
-16
-16
-Connector_PinSocket_2.00mm
-PinSocket_1x16_P2.00mm_Vertical
-Through hole straight socket strip, 1x16, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x16 2.00mm single row
-0
-16
-16
-Connector_PinSocket_2.00mm
-PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x16 2.00mm single row style1 pin1 left
-0
-16
-16
-Connector_PinSocket_2.00mm
-PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x16 2.00mm single row style2 pin1 right
-0
-16
-16
-Connector_PinSocket_2.00mm
-PinSocket_1x17_P2.00mm_Horizontal
-Through hole angled socket strip, 1x17, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x17 2.00mm single row
-0
-17
-17
-Connector_PinSocket_2.00mm
-PinSocket_1x17_P2.00mm_Vertical
-Through hole straight socket strip, 1x17, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x17 2.00mm single row
-0
-17
-17
-Connector_PinSocket_2.00mm
-PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x17 2.00mm single row style1 pin1 left
-0
-17
-17
-Connector_PinSocket_2.00mm
-PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x17 2.00mm single row style2 pin1 right
-0
-17
-17
-Connector_PinSocket_2.00mm
-PinSocket_1x18_P2.00mm_Horizontal
-Through hole angled socket strip, 1x18, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x18 2.00mm single row
-0
-18
-18
-Connector_PinSocket_2.00mm
-PinSocket_1x18_P2.00mm_Vertical
-Through hole straight socket strip, 1x18, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x18 2.00mm single row
-0
-18
-18
-Connector_PinSocket_2.00mm
-PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x18 2.00mm single row style1 pin1 left
-0
-18
-18
-Connector_PinSocket_2.00mm
-PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x18 2.00mm single row style2 pin1 right
-0
-18
-18
-Connector_PinSocket_2.00mm
-PinSocket_1x19_P2.00mm_Horizontal
-Through hole angled socket strip, 1x19, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x19 2.00mm single row
-0
-19
-19
-Connector_PinSocket_2.00mm
-PinSocket_1x19_P2.00mm_Vertical
-Through hole straight socket strip, 1x19, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x19 2.00mm single row
-0
-19
-19
-Connector_PinSocket_2.00mm
-PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x19 2.00mm single row style1 pin1 left
-0
-19
-19
-Connector_PinSocket_2.00mm
-PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x19 2.00mm single row style2 pin1 right
-0
-19
-19
-Connector_PinSocket_2.00mm
-PinSocket_1x20_P2.00mm_Horizontal
-Through hole angled socket strip, 1x20, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x20 2.00mm single row
-0
-20
-20
-Connector_PinSocket_2.00mm
-PinSocket_1x20_P2.00mm_Vertical
-Through hole straight socket strip, 1x20, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x20 2.00mm single row
-0
-20
-20
-Connector_PinSocket_2.00mm
-PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x20 2.00mm single row style1 pin1 left
-0
-20
-20
-Connector_PinSocket_2.00mm
-PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x20 2.00mm single row style2 pin1 right
-0
-20
-20
-Connector_PinSocket_2.00mm
-PinSocket_1x21_P2.00mm_Horizontal
-Through hole angled socket strip, 1x21, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x21 2.00mm single row
-0
-21
-21
-Connector_PinSocket_2.00mm
-PinSocket_1x21_P2.00mm_Vertical
-Through hole straight socket strip, 1x21, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x21 2.00mm single row
-0
-21
-21
-Connector_PinSocket_2.00mm
-PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x21 2.00mm single row style1 pin1 left
-0
-21
-21
-Connector_PinSocket_2.00mm
-PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x21 2.00mm single row style2 pin1 right
-0
-21
-21
-Connector_PinSocket_2.00mm
-PinSocket_1x22_P2.00mm_Horizontal
-Through hole angled socket strip, 1x22, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x22 2.00mm single row
-0
-22
-22
-Connector_PinSocket_2.00mm
-PinSocket_1x22_P2.00mm_Vertical
-Through hole straight socket strip, 1x22, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x22 2.00mm single row
-0
-22
-22
-Connector_PinSocket_2.00mm
-PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x22 2.00mm single row style1 pin1 left
-0
-22
-22
-Connector_PinSocket_2.00mm
-PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x22 2.00mm single row style2 pin1 right
-0
-22
-22
-Connector_PinSocket_2.00mm
-PinSocket_1x23_P2.00mm_Horizontal
-Through hole angled socket strip, 1x23, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x23 2.00mm single row
-0
-23
-23
-Connector_PinSocket_2.00mm
-PinSocket_1x23_P2.00mm_Vertical
-Through hole straight socket strip, 1x23, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x23 2.00mm single row
-0
-23
-23
-Connector_PinSocket_2.00mm
-PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x23 2.00mm single row style1 pin1 left
-0
-23
-23
-Connector_PinSocket_2.00mm
-PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x23 2.00mm single row style2 pin1 right
-0
-23
-23
-Connector_PinSocket_2.00mm
-PinSocket_1x24_P2.00mm_Horizontal
-Through hole angled socket strip, 1x24, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x24 2.00mm single row
-0
-24
-24
-Connector_PinSocket_2.00mm
-PinSocket_1x24_P2.00mm_Vertical
-Through hole straight socket strip, 1x24, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x24 2.00mm single row
-0
-24
-24
-Connector_PinSocket_2.00mm
-PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x24 2.00mm single row style1 pin1 left
-0
-24
-24
-Connector_PinSocket_2.00mm
-PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x24 2.00mm single row style2 pin1 right
-0
-24
-24
-Connector_PinSocket_2.00mm
-PinSocket_1x25_P2.00mm_Horizontal
-Through hole angled socket strip, 1x25, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x25 2.00mm single row
-0
-25
-25
-Connector_PinSocket_2.00mm
-PinSocket_1x25_P2.00mm_Vertical
-Through hole straight socket strip, 1x25, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x25 2.00mm single row
-0
-25
-25
-Connector_PinSocket_2.00mm
-PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x25 2.00mm single row style1 pin1 left
-0
-25
-25
-Connector_PinSocket_2.00mm
-PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x25 2.00mm single row style2 pin1 right
-0
-25
-25
-Connector_PinSocket_2.00mm
-PinSocket_1x26_P2.00mm_Horizontal
-Through hole angled socket strip, 1x26, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x26 2.00mm single row
-0
-26
-26
-Connector_PinSocket_2.00mm
-PinSocket_1x26_P2.00mm_Vertical
-Through hole straight socket strip, 1x26, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x26 2.00mm single row
-0
-26
-26
-Connector_PinSocket_2.00mm
-PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x26 2.00mm single row style1 pin1 left
-0
-26
-26
-Connector_PinSocket_2.00mm
-PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x26 2.00mm single row style2 pin1 right
-0
-26
-26
-Connector_PinSocket_2.00mm
-PinSocket_1x27_P2.00mm_Horizontal
-Through hole angled socket strip, 1x27, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x27 2.00mm single row
-0
-27
-27
-Connector_PinSocket_2.00mm
-PinSocket_1x27_P2.00mm_Vertical
-Through hole straight socket strip, 1x27, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x27 2.00mm single row
-0
-27
-27
-Connector_PinSocket_2.00mm
-PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x27 2.00mm single row style1 pin1 left
-0
-27
-27
-Connector_PinSocket_2.00mm
-PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x27 2.00mm single row style2 pin1 right
-0
-27
-27
-Connector_PinSocket_2.00mm
-PinSocket_1x28_P2.00mm_Horizontal
-Through hole angled socket strip, 1x28, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x28 2.00mm single row
-0
-28
-28
-Connector_PinSocket_2.00mm
-PinSocket_1x28_P2.00mm_Vertical
-Through hole straight socket strip, 1x28, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x28 2.00mm single row
-0
-28
-28
-Connector_PinSocket_2.00mm
-PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x28 2.00mm single row style1 pin1 left
-0
-28
-28
-Connector_PinSocket_2.00mm
-PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x28 2.00mm single row style2 pin1 right
-0
-28
-28
-Connector_PinSocket_2.00mm
-PinSocket_1x29_P2.00mm_Horizontal
-Through hole angled socket strip, 1x29, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x29 2.00mm single row
-0
-29
-29
-Connector_PinSocket_2.00mm
-PinSocket_1x29_P2.00mm_Vertical
-Through hole straight socket strip, 1x29, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x29 2.00mm single row
-0
-29
-29
-Connector_PinSocket_2.00mm
-PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x29 2.00mm single row style1 pin1 left
-0
-29
-29
-Connector_PinSocket_2.00mm
-PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x29 2.00mm single row style2 pin1 right
-0
-29
-29
-Connector_PinSocket_2.00mm
-PinSocket_1x30_P2.00mm_Horizontal
-Through hole angled socket strip, 1x30, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x30 2.00mm single row
-0
-30
-30
-Connector_PinSocket_2.00mm
-PinSocket_1x30_P2.00mm_Vertical
-Through hole straight socket strip, 1x30, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x30 2.00mm single row
-0
-30
-30
-Connector_PinSocket_2.00mm
-PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x30 2.00mm single row style1 pin1 left
-0
-30
-30
-Connector_PinSocket_2.00mm
-PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x30 2.00mm single row style2 pin1 right
-0
-30
-30
-Connector_PinSocket_2.00mm
-PinSocket_1x31_P2.00mm_Horizontal
-Through hole angled socket strip, 1x31, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x31 2.00mm single row
-0
-31
-31
-Connector_PinSocket_2.00mm
-PinSocket_1x31_P2.00mm_Vertical
-Through hole straight socket strip, 1x31, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x31 2.00mm single row
-0
-31
-31
-Connector_PinSocket_2.00mm
-PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x31 2.00mm single row style1 pin1 left
-0
-31
-31
-Connector_PinSocket_2.00mm
-PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x31 2.00mm single row style2 pin1 right
-0
-31
-31
-Connector_PinSocket_2.00mm
-PinSocket_1x32_P2.00mm_Horizontal
-Through hole angled socket strip, 1x32, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x32 2.00mm single row
-0
-32
-32
-Connector_PinSocket_2.00mm
-PinSocket_1x32_P2.00mm_Vertical
-Through hole straight socket strip, 1x32, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x32 2.00mm single row
-0
-32
-32
-Connector_PinSocket_2.00mm
-PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x32 2.00mm single row style1 pin1 left
-0
-32
-32
-Connector_PinSocket_2.00mm
-PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x32 2.00mm single row style2 pin1 right
-0
-32
-32
-Connector_PinSocket_2.00mm
-PinSocket_1x33_P2.00mm_Horizontal
-Through hole angled socket strip, 1x33, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x33 2.00mm single row
-0
-33
-33
-Connector_PinSocket_2.00mm
-PinSocket_1x33_P2.00mm_Vertical
-Through hole straight socket strip, 1x33, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x33 2.00mm single row
-0
-33
-33
-Connector_PinSocket_2.00mm
-PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x33 2.00mm single row style1 pin1 left
-0
-33
-33
-Connector_PinSocket_2.00mm
-PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x33 2.00mm single row style2 pin1 right
-0
-33
-33
-Connector_PinSocket_2.00mm
-PinSocket_1x34_P2.00mm_Horizontal
-Through hole angled socket strip, 1x34, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x34 2.00mm single row
-0
-34
-34
-Connector_PinSocket_2.00mm
-PinSocket_1x34_P2.00mm_Vertical
-Through hole straight socket strip, 1x34, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x34 2.00mm single row
-0
-34
-34
-Connector_PinSocket_2.00mm
-PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x34 2.00mm single row style1 pin1 left
-0
-34
-34
-Connector_PinSocket_2.00mm
-PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x34 2.00mm single row style2 pin1 right
-0
-34
-34
-Connector_PinSocket_2.00mm
-PinSocket_1x35_P2.00mm_Horizontal
-Through hole angled socket strip, 1x35, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x35 2.00mm single row
-0
-35
-35
-Connector_PinSocket_2.00mm
-PinSocket_1x35_P2.00mm_Vertical
-Through hole straight socket strip, 1x35, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x35 2.00mm single row
-0
-35
-35
-Connector_PinSocket_2.00mm
-PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x35 2.00mm single row style1 pin1 left
-0
-35
-35
-Connector_PinSocket_2.00mm
-PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x35 2.00mm single row style2 pin1 right
-0
-35
-35
-Connector_PinSocket_2.00mm
-PinSocket_1x36_P2.00mm_Horizontal
-Through hole angled socket strip, 1x36, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x36 2.00mm single row
-0
-36
-36
-Connector_PinSocket_2.00mm
-PinSocket_1x36_P2.00mm_Vertical
-Through hole straight socket strip, 1x36, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x36 2.00mm single row
-0
-36
-36
-Connector_PinSocket_2.00mm
-PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x36 2.00mm single row style1 pin1 left
-0
-36
-36
-Connector_PinSocket_2.00mm
-PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x36 2.00mm single row style2 pin1 right
-0
-36
-36
-Connector_PinSocket_2.00mm
-PinSocket_1x37_P2.00mm_Horizontal
-Through hole angled socket strip, 1x37, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x37 2.00mm single row
-0
-37
-37
-Connector_PinSocket_2.00mm
-PinSocket_1x37_P2.00mm_Vertical
-Through hole straight socket strip, 1x37, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x37 2.00mm single row
-0
-37
-37
-Connector_PinSocket_2.00mm
-PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x37 2.00mm single row style1 pin1 left
-0
-37
-37
-Connector_PinSocket_2.00mm
-PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x37 2.00mm single row style2 pin1 right
-0
-37
-37
-Connector_PinSocket_2.00mm
-PinSocket_1x38_P2.00mm_Horizontal
-Through hole angled socket strip, 1x38, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x38 2.00mm single row
-0
-38
-38
-Connector_PinSocket_2.00mm
-PinSocket_1x38_P2.00mm_Vertical
-Through hole straight socket strip, 1x38, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x38 2.00mm single row
-0
-38
-38
-Connector_PinSocket_2.00mm
-PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x38 2.00mm single row style1 pin1 left
-0
-38
-38
-Connector_PinSocket_2.00mm
-PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x38 2.00mm single row style2 pin1 right
-0
-38
-38
-Connector_PinSocket_2.00mm
-PinSocket_1x39_P2.00mm_Horizontal
-Through hole angled socket strip, 1x39, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x39 2.00mm single row
-0
-39
-39
-Connector_PinSocket_2.00mm
-PinSocket_1x39_P2.00mm_Vertical
-Through hole straight socket strip, 1x39, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x39 2.00mm single row
-0
-39
-39
-Connector_PinSocket_2.00mm
-PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x39 2.00mm single row style1 pin1 left
-0
-39
-39
-Connector_PinSocket_2.00mm
-PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x39 2.00mm single row style2 pin1 right
-0
-39
-39
-Connector_PinSocket_2.00mm
-PinSocket_1x40_P2.00mm_Horizontal
-Through hole angled socket strip, 1x40, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x40 2.00mm single row
-0
-40
-40
-Connector_PinSocket_2.00mm
-PinSocket_1x40_P2.00mm_Vertical
-Through hole straight socket strip, 1x40, 2.00mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x40 2.00mm single row
-0
-40
-40
-Connector_PinSocket_2.00mm
-PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x40 2.00mm single row style1 pin1 left
-0
-40
-40
-Connector_PinSocket_2.00mm
-PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated
-Surface mounted socket strip SMD 1x40 2.00mm single row style2 pin1 right
-0
-40
-40
-Connector_PinSocket_2.00mm
-PinSocket_2x01_P2.00mm_Horizontal
-Through hole angled socket strip, 2x01, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x01 2.00mm double row
-0
-2
-2
-Connector_PinSocket_2.00mm
-PinSocket_2x01_P2.00mm_Vertical
-Through hole straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x01 2.00mm double row
-0
-2
-2
-Connector_PinSocket_2.00mm
-PinSocket_2x01_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x01 2.00mm double row
-0
-2
-2
-Connector_PinSocket_2.00mm
-PinSocket_2x02_P2.00mm_Horizontal
-Through hole angled socket strip, 2x02, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x02 2.00mm double row
-0
-4
-4
-Connector_PinSocket_2.00mm
-PinSocket_2x02_P2.00mm_Vertical
-Through hole straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x02 2.00mm double row
-0
-4
-4
-Connector_PinSocket_2.00mm
-PinSocket_2x02_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x02 2.00mm double row
-0
-4
-4
-Connector_PinSocket_2.00mm
-PinSocket_2x03_P2.00mm_Horizontal
-Through hole angled socket strip, 2x03, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x03 2.00mm double row
-0
-6
-6
-Connector_PinSocket_2.00mm
-PinSocket_2x03_P2.00mm_Vertical
-Through hole straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x03 2.00mm double row
-0
-6
-6
-Connector_PinSocket_2.00mm
-PinSocket_2x03_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x03 2.00mm double row
-0
-6
-6
-Connector_PinSocket_2.00mm
-PinSocket_2x04_P2.00mm_Horizontal
-Through hole angled socket strip, 2x04, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x04 2.00mm double row
-0
-8
-8
-Connector_PinSocket_2.00mm
-PinSocket_2x04_P2.00mm_Vertical
-Through hole straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x04 2.00mm double row
-0
-8
-8
-Connector_PinSocket_2.00mm
-PinSocket_2x04_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x04 2.00mm double row
-0
-8
-8
-Connector_PinSocket_2.00mm
-PinSocket_2x05_P2.00mm_Horizontal
-Through hole angled socket strip, 2x05, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x05 2.00mm double row
-0
-10
-10
-Connector_PinSocket_2.00mm
-PinSocket_2x05_P2.00mm_Vertical
-Through hole straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x05 2.00mm double row
-0
-10
-10
-Connector_PinSocket_2.00mm
-PinSocket_2x05_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x05 2.00mm double row
-0
-10
-10
-Connector_PinSocket_2.00mm
-PinSocket_2x06_P2.00mm_Horizontal
-Through hole angled socket strip, 2x06, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x06 2.00mm double row
-0
-12
-12
-Connector_PinSocket_2.00mm
-PinSocket_2x06_P2.00mm_Vertical
-Through hole straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x06 2.00mm double row
-0
-12
-12
-Connector_PinSocket_2.00mm
-PinSocket_2x06_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x06 2.00mm double row
-0
-12
-12
-Connector_PinSocket_2.00mm
-PinSocket_2x07_P2.00mm_Horizontal
-Through hole angled socket strip, 2x07, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x07 2.00mm double row
-0
-14
-14
-Connector_PinSocket_2.00mm
-PinSocket_2x07_P2.00mm_Vertical
-Through hole straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x07 2.00mm double row
-0
-14
-14
-Connector_PinSocket_2.00mm
-PinSocket_2x07_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x07 2.00mm double row
-0
-14
-14
-Connector_PinSocket_2.00mm
-PinSocket_2x08_P2.00mm_Horizontal
-Through hole angled socket strip, 2x08, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x08 2.00mm double row
-0
-16
-16
-Connector_PinSocket_2.00mm
-PinSocket_2x08_P2.00mm_Vertical
-Through hole straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x08 2.00mm double row
-0
-16
-16
-Connector_PinSocket_2.00mm
-PinSocket_2x08_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x08 2.00mm double row
-0
-16
-16
-Connector_PinSocket_2.00mm
-PinSocket_2x09_P2.00mm_Horizontal
-Through hole angled socket strip, 2x09, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x09 2.00mm double row
-0
-18
-18
-Connector_PinSocket_2.00mm
-PinSocket_2x09_P2.00mm_Vertical
-Through hole straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x09 2.00mm double row
-0
-18
-18
-Connector_PinSocket_2.00mm
-PinSocket_2x09_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x09 2.00mm double row
-0
-18
-18
-Connector_PinSocket_2.00mm
-PinSocket_2x10_P2.00mm_Horizontal
-Through hole angled socket strip, 2x10, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x10 2.00mm double row
-0
-20
-20
-Connector_PinSocket_2.00mm
-PinSocket_2x10_P2.00mm_Vertical
-Through hole straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x10 2.00mm double row
-0
-20
-20
-Connector_PinSocket_2.00mm
-PinSocket_2x10_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x10 2.00mm double row
-0
-20
-20
-Connector_PinSocket_2.00mm
-PinSocket_2x11_P2.00mm_Horizontal
-Through hole angled socket strip, 2x11, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x11 2.00mm double row
-0
-22
-22
-Connector_PinSocket_2.00mm
-PinSocket_2x11_P2.00mm_Vertical
-Through hole straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x11 2.00mm double row
-0
-22
-22
-Connector_PinSocket_2.00mm
-PinSocket_2x11_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x11 2.00mm double row
-0
-22
-22
-Connector_PinSocket_2.00mm
-PinSocket_2x12_P2.00mm_Horizontal
-Through hole angled socket strip, 2x12, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x12 2.00mm double row
-0
-24
-24
-Connector_PinSocket_2.00mm
-PinSocket_2x12_P2.00mm_Vertical
-Through hole straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x12 2.00mm double row
-0
-24
-24
-Connector_PinSocket_2.00mm
-PinSocket_2x12_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x12 2.00mm double row
-0
-24
-24
-Connector_PinSocket_2.00mm
-PinSocket_2x13_P2.00mm_Horizontal
-Through hole angled socket strip, 2x13, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x13 2.00mm double row
-0
-26
-26
-Connector_PinSocket_2.00mm
-PinSocket_2x13_P2.00mm_Vertical
-Through hole straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x13 2.00mm double row
-0
-26
-26
-Connector_PinSocket_2.00mm
-PinSocket_2x13_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x13 2.00mm double row
-0
-26
-26
-Connector_PinSocket_2.00mm
-PinSocket_2x14_P2.00mm_Horizontal
-Through hole angled socket strip, 2x14, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x14 2.00mm double row
-0
-28
-28
-Connector_PinSocket_2.00mm
-PinSocket_2x14_P2.00mm_Vertical
-Through hole straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x14 2.00mm double row
-0
-28
-28
-Connector_PinSocket_2.00mm
-PinSocket_2x14_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x14 2.00mm double row
-0
-28
-28
-Connector_PinSocket_2.00mm
-PinSocket_2x15_P2.00mm_Horizontal
-Through hole angled socket strip, 2x15, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x15 2.00mm double row
-0
-30
-30
-Connector_PinSocket_2.00mm
-PinSocket_2x15_P2.00mm_Vertical
-Through hole straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x15 2.00mm double row
-0
-30
-30
-Connector_PinSocket_2.00mm
-PinSocket_2x15_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x15 2.00mm double row
-0
-30
-30
-Connector_PinSocket_2.00mm
-PinSocket_2x16_P2.00mm_Horizontal
-Through hole angled socket strip, 2x16, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x16 2.00mm double row
-0
-32
-32
-Connector_PinSocket_2.00mm
-PinSocket_2x16_P2.00mm_Vertical
-Through hole straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x16 2.00mm double row
-0
-32
-32
-Connector_PinSocket_2.00mm
-PinSocket_2x16_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x16 2.00mm double row
-0
-32
-32
-Connector_PinSocket_2.00mm
-PinSocket_2x17_P2.00mm_Horizontal
-Through hole angled socket strip, 2x17, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x17 2.00mm double row
-0
-34
-34
-Connector_PinSocket_2.00mm
-PinSocket_2x17_P2.00mm_Vertical
-Through hole straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x17 2.00mm double row
-0
-34
-34
-Connector_PinSocket_2.00mm
-PinSocket_2x17_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x17 2.00mm double row
-0
-34
-34
-Connector_PinSocket_2.00mm
-PinSocket_2x18_P2.00mm_Horizontal
-Through hole angled socket strip, 2x18, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x18 2.00mm double row
-0
-36
-36
-Connector_PinSocket_2.00mm
-PinSocket_2x18_P2.00mm_Vertical
-Through hole straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x18 2.00mm double row
-0
-36
-36
-Connector_PinSocket_2.00mm
-PinSocket_2x18_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x18 2.00mm double row
-0
-36
-36
-Connector_PinSocket_2.00mm
-PinSocket_2x19_P2.00mm_Horizontal
-Through hole angled socket strip, 2x19, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x19 2.00mm double row
-0
-38
-38
-Connector_PinSocket_2.00mm
-PinSocket_2x19_P2.00mm_Vertical
-Through hole straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x19 2.00mm double row
-0
-38
-38
-Connector_PinSocket_2.00mm
-PinSocket_2x19_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x19 2.00mm double row
-0
-38
-38
-Connector_PinSocket_2.00mm
-PinSocket_2x20_P2.00mm_Horizontal
-Through hole angled socket strip, 2x20, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x20 2.00mm double row
-0
-40
-40
-Connector_PinSocket_2.00mm
-PinSocket_2x20_P2.00mm_Vertical
-Through hole straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x20 2.00mm double row
-0
-40
-40
-Connector_PinSocket_2.00mm
-PinSocket_2x20_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x20 2.00mm double row
-0
-40
-40
-Connector_PinSocket_2.00mm
-PinSocket_2x21_P2.00mm_Horizontal
-Through hole angled socket strip, 2x21, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x21 2.00mm double row
-0
-42
-42
-Connector_PinSocket_2.00mm
-PinSocket_2x21_P2.00mm_Vertical
-Through hole straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x21 2.00mm double row
-0
-42
-42
-Connector_PinSocket_2.00mm
-PinSocket_2x21_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x21 2.00mm double row
-0
-42
-42
-Connector_PinSocket_2.00mm
-PinSocket_2x22_P2.00mm_Horizontal
-Through hole angled socket strip, 2x22, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x22 2.00mm double row
-0
-44
-44
-Connector_PinSocket_2.00mm
-PinSocket_2x22_P2.00mm_Vertical
-Through hole straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x22 2.00mm double row
-0
-44
-44
-Connector_PinSocket_2.00mm
-PinSocket_2x22_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x22 2.00mm double row
-0
-44
-44
-Connector_PinSocket_2.00mm
-PinSocket_2x23_P2.00mm_Horizontal
-Through hole angled socket strip, 2x23, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x23 2.00mm double row
-0
-46
-46
-Connector_PinSocket_2.00mm
-PinSocket_2x23_P2.00mm_Vertical
-Through hole straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x23 2.00mm double row
-0
-46
-46
-Connector_PinSocket_2.00mm
-PinSocket_2x23_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x23 2.00mm double row
-0
-46
-46
-Connector_PinSocket_2.00mm
-PinSocket_2x24_P2.00mm_Horizontal
-Through hole angled socket strip, 2x24, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x24 2.00mm double row
-0
-48
-48
-Connector_PinSocket_2.00mm
-PinSocket_2x24_P2.00mm_Vertical
-Through hole straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x24 2.00mm double row
-0
-48
-48
-Connector_PinSocket_2.00mm
-PinSocket_2x24_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x24 2.00mm double row
-0
-48
-48
-Connector_PinSocket_2.00mm
-PinSocket_2x25_P2.00mm_Horizontal
-Through hole angled socket strip, 2x25, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x25 2.00mm double row
-0
-50
-50
-Connector_PinSocket_2.00mm
-PinSocket_2x25_P2.00mm_Vertical
-Through hole straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x25 2.00mm double row
-0
-50
-50
-Connector_PinSocket_2.00mm
-PinSocket_2x25_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x25 2.00mm double row
-0
-50
-50
-Connector_PinSocket_2.00mm
-PinSocket_2x26_P2.00mm_Horizontal
-Through hole angled socket strip, 2x26, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x26 2.00mm double row
-0
-52
-52
-Connector_PinSocket_2.00mm
-PinSocket_2x26_P2.00mm_Vertical
-Through hole straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x26 2.00mm double row
-0
-52
-52
-Connector_PinSocket_2.00mm
-PinSocket_2x26_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x26 2.00mm double row
-0
-52
-52
-Connector_PinSocket_2.00mm
-PinSocket_2x27_P2.00mm_Horizontal
-Through hole angled socket strip, 2x27, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x27 2.00mm double row
-0
-54
-54
-Connector_PinSocket_2.00mm
-PinSocket_2x27_P2.00mm_Vertical
-Through hole straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x27 2.00mm double row
-0
-54
-54
-Connector_PinSocket_2.00mm
-PinSocket_2x27_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x27 2.00mm double row
-0
-54
-54
-Connector_PinSocket_2.00mm
-PinSocket_2x28_P2.00mm_Horizontal
-Through hole angled socket strip, 2x28, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x28 2.00mm double row
-0
-56
-56
-Connector_PinSocket_2.00mm
-PinSocket_2x28_P2.00mm_Vertical
-Through hole straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x28 2.00mm double row
-0
-56
-56
-Connector_PinSocket_2.00mm
-PinSocket_2x28_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x28 2.00mm double row
-0
-56
-56
-Connector_PinSocket_2.00mm
-PinSocket_2x29_P2.00mm_Horizontal
-Through hole angled socket strip, 2x29, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x29 2.00mm double row
-0
-58
-58
-Connector_PinSocket_2.00mm
-PinSocket_2x29_P2.00mm_Vertical
-Through hole straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x29 2.00mm double row
-0
-58
-58
-Connector_PinSocket_2.00mm
-PinSocket_2x29_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x29 2.00mm double row
-0
-58
-58
-Connector_PinSocket_2.00mm
-PinSocket_2x30_P2.00mm_Horizontal
-Through hole angled socket strip, 2x30, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x30 2.00mm double row
-0
-60
-60
-Connector_PinSocket_2.00mm
-PinSocket_2x30_P2.00mm_Vertical
-Through hole straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x30 2.00mm double row
-0
-60
-60
-Connector_PinSocket_2.00mm
-PinSocket_2x30_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x30 2.00mm double row
-0
-60
-60
-Connector_PinSocket_2.00mm
-PinSocket_2x31_P2.00mm_Horizontal
-Through hole angled socket strip, 2x31, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x31 2.00mm double row
-0
-62
-62
-Connector_PinSocket_2.00mm
-PinSocket_2x31_P2.00mm_Vertical
-Through hole straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x31 2.00mm double row
-0
-62
-62
-Connector_PinSocket_2.00mm
-PinSocket_2x31_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x31 2.00mm double row
-0
-62
-62
-Connector_PinSocket_2.00mm
-PinSocket_2x32_P2.00mm_Horizontal
-Through hole angled socket strip, 2x32, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x32 2.00mm double row
-0
-64
-64
-Connector_PinSocket_2.00mm
-PinSocket_2x32_P2.00mm_Vertical
-Through hole straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x32 2.00mm double row
-0
-64
-64
-Connector_PinSocket_2.00mm
-PinSocket_2x32_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x32 2.00mm double row
-0
-64
-64
-Connector_PinSocket_2.00mm
-PinSocket_2x33_P2.00mm_Horizontal
-Through hole angled socket strip, 2x33, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x33 2.00mm double row
-0
-66
-66
-Connector_PinSocket_2.00mm
-PinSocket_2x33_P2.00mm_Vertical
-Through hole straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x33 2.00mm double row
-0
-66
-66
-Connector_PinSocket_2.00mm
-PinSocket_2x33_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x33 2.00mm double row
-0
-66
-66
-Connector_PinSocket_2.00mm
-PinSocket_2x34_P2.00mm_Horizontal
-Through hole angled socket strip, 2x34, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x34 2.00mm double row
-0
-68
-68
-Connector_PinSocket_2.00mm
-PinSocket_2x34_P2.00mm_Vertical
-Through hole straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x34 2.00mm double row
-0
-68
-68
-Connector_PinSocket_2.00mm
-PinSocket_2x34_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x34 2.00mm double row
-0
-68
-68
-Connector_PinSocket_2.00mm
-PinSocket_2x35_P2.00mm_Horizontal
-Through hole angled socket strip, 2x35, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x35 2.00mm double row
-0
-70
-70
-Connector_PinSocket_2.00mm
-PinSocket_2x35_P2.00mm_Vertical
-Through hole straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x35 2.00mm double row
-0
-70
-70
-Connector_PinSocket_2.00mm
-PinSocket_2x35_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x35 2.00mm double row
-0
-70
-70
-Connector_PinSocket_2.00mm
-PinSocket_2x36_P2.00mm_Horizontal
-Through hole angled socket strip, 2x36, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x36 2.00mm double row
-0
-72
-72
-Connector_PinSocket_2.00mm
-PinSocket_2x36_P2.00mm_Vertical
-Through hole straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x36 2.00mm double row
-0
-72
-72
-Connector_PinSocket_2.00mm
-PinSocket_2x36_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x36 2.00mm double row
-0
-72
-72
-Connector_PinSocket_2.00mm
-PinSocket_2x37_P2.00mm_Horizontal
-Through hole angled socket strip, 2x37, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x37 2.00mm double row
-0
-74
-74
-Connector_PinSocket_2.00mm
-PinSocket_2x37_P2.00mm_Vertical
-Through hole straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x37 2.00mm double row
-0
-74
-74
-Connector_PinSocket_2.00mm
-PinSocket_2x37_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x37 2.00mm double row
-0
-74
-74
-Connector_PinSocket_2.00mm
-PinSocket_2x38_P2.00mm_Horizontal
-Through hole angled socket strip, 2x38, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x38 2.00mm double row
-0
-76
-76
-Connector_PinSocket_2.00mm
-PinSocket_2x38_P2.00mm_Vertical
-Through hole straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x38 2.00mm double row
-0
-76
-76
-Connector_PinSocket_2.00mm
-PinSocket_2x38_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x38 2.00mm double row
-0
-76
-76
-Connector_PinSocket_2.00mm
-PinSocket_2x39_P2.00mm_Horizontal
-Through hole angled socket strip, 2x39, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x39 2.00mm double row
-0
-78
-78
-Connector_PinSocket_2.00mm
-PinSocket_2x39_P2.00mm_Vertical
-Through hole straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x39 2.00mm double row
-0
-78
-78
-Connector_PinSocket_2.00mm
-PinSocket_2x39_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x39 2.00mm double row
-0
-78
-78
-Connector_PinSocket_2.00mm
-PinSocket_2x40_P2.00mm_Horizontal
-Through hole angled socket strip, 2x40, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x40 2.00mm double row
-0
-80
-80
-Connector_PinSocket_2.00mm
-PinSocket_2x40_P2.00mm_Vertical
-Through hole straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x40 2.00mm double row
-0
-80
-80
-Connector_PinSocket_2.00mm
-PinSocket_2x40_P2.00mm_Vertical_SMD
-surface-mounted straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x40 2.00mm double row
-0
-80
-80
-Connector_PinSocket_2.54mm
-PinSocket_1x01_P2.54mm_Horizontal
-Through hole angled socket strip, 1x01, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x01 2.54mm single row
-0
-1
-1
-Connector_PinSocket_2.54mm
-PinSocket_1x01_P2.54mm_Vertical
-Through hole straight socket strip, 1x01, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x01 2.54mm single row
-0
-1
-1
-Connector_PinSocket_2.54mm
-PinSocket_1x02_P2.54mm_Horizontal
-Through hole angled socket strip, 1x02, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x02 2.54mm single row
-0
-2
-2
-Connector_PinSocket_2.54mm
-PinSocket_1x02_P2.54mm_Vertical
-Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x02 2.54mm single row
-0
-2
-2
-Connector_PinSocket_2.54mm
-PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x02 2.54mm single row style1 pin1 left
-0
-2
-2
-Connector_PinSocket_2.54mm
-PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x02 2.54mm single row style2 pin1 right
-0
-2
-2
-Connector_PinSocket_2.54mm
-PinSocket_1x03_P2.54mm_Horizontal
-Through hole angled socket strip, 1x03, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x03 2.54mm single row
-0
-3
-3
-Connector_PinSocket_2.54mm
-PinSocket_1x03_P2.54mm_Vertical
-Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x03 2.54mm single row
-0
-3
-3
-Connector_PinSocket_2.54mm
-PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x03 2.54mm single row style1 pin1 left
-0
-3
-3
-Connector_PinSocket_2.54mm
-PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x03 2.54mm single row style2 pin1 right
-0
-3
-3
-Connector_PinSocket_2.54mm
-PinSocket_1x04_P2.54mm_Horizontal
-Through hole angled socket strip, 1x04, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x04 2.54mm single row
-0
-4
-4
-Connector_PinSocket_2.54mm
-PinSocket_1x04_P2.54mm_Vertical
-Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x04 2.54mm single row
-0
-4
-4
-Connector_PinSocket_2.54mm
-PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x04 2.54mm single row style1 pin1 left
-0
-4
-4
-Connector_PinSocket_2.54mm
-PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x04 2.54mm single row style2 pin1 right
-0
-4
-4
-Connector_PinSocket_2.54mm
-PinSocket_1x05_P2.54mm_Horizontal
-Through hole angled socket strip, 1x05, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x05 2.54mm single row
-0
-5
-5
-Connector_PinSocket_2.54mm
-PinSocket_1x05_P2.54mm_Vertical
-Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x05 2.54mm single row
-0
-5
-5
-Connector_PinSocket_2.54mm
-PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x05 2.54mm single row style1 pin1 left
-0
-5
-5
-Connector_PinSocket_2.54mm
-PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x05 2.54mm single row style2 pin1 right
-0
-5
-5
-Connector_PinSocket_2.54mm
-PinSocket_1x06_P2.54mm_Horizontal
-Through hole angled socket strip, 1x06, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x06 2.54mm single row
-0
-6
-6
-Connector_PinSocket_2.54mm
-PinSocket_1x06_P2.54mm_Vertical
-Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x06 2.54mm single row
-0
-6
-6
-Connector_PinSocket_2.54mm
-PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x06 2.54mm single row style1 pin1 left
-0
-6
-6
-Connector_PinSocket_2.54mm
-PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x06 2.54mm single row style2 pin1 right
-0
-6
-6
-Connector_PinSocket_2.54mm
-PinSocket_1x07_P2.54mm_Horizontal
-Through hole angled socket strip, 1x07, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x07 2.54mm single row
-0
-7
-7
-Connector_PinSocket_2.54mm
-PinSocket_1x07_P2.54mm_Vertical
-Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x07 2.54mm single row
-0
-7
-7
-Connector_PinSocket_2.54mm
-PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x07 2.54mm single row style1 pin1 left
-0
-7
-7
-Connector_PinSocket_2.54mm
-PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x07 2.54mm single row style2 pin1 right
-0
-7
-7
-Connector_PinSocket_2.54mm
-PinSocket_1x08_P2.54mm_Horizontal
-Through hole angled socket strip, 1x08, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x08 2.54mm single row
-0
-8
-8
-Connector_PinSocket_2.54mm
-PinSocket_1x08_P2.54mm_Vertical
-Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x08 2.54mm single row
-0
-8
-8
-Connector_PinSocket_2.54mm
-PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x08 2.54mm single row style1 pin1 left
-0
-8
-8
-Connector_PinSocket_2.54mm
-PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x08 2.54mm single row style2 pin1 right
-0
-8
-8
-Connector_PinSocket_2.54mm
-PinSocket_1x09_P2.54mm_Horizontal
-Through hole angled socket strip, 1x09, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x09 2.54mm single row
-0
-9
-9
-Connector_PinSocket_2.54mm
-PinSocket_1x09_P2.54mm_Vertical
-Through hole straight socket strip, 1x09, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x09 2.54mm single row
-0
-9
-9
-Connector_PinSocket_2.54mm
-PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x09 2.54mm single row style1 pin1 left
-0
-9
-9
-Connector_PinSocket_2.54mm
-PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x09 2.54mm single row style2 pin1 right
-0
-9
-9
-Connector_PinSocket_2.54mm
-PinSocket_1x10_P2.54mm_Horizontal
-Through hole angled socket strip, 1x10, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x10 2.54mm single row
-0
-10
-10
-Connector_PinSocket_2.54mm
-PinSocket_1x10_P2.54mm_Vertical
-Through hole straight socket strip, 1x10, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x10 2.54mm single row
-0
-10
-10
-Connector_PinSocket_2.54mm
-PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x10 2.54mm single row style1 pin1 left
-0
-10
-10
-Connector_PinSocket_2.54mm
-PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x10 2.54mm single row style2 pin1 right
-0
-10
-10
-Connector_PinSocket_2.54mm
-PinSocket_1x11_P2.54mm_Horizontal
-Through hole angled socket strip, 1x11, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x11 2.54mm single row
-0
-11
-11
-Connector_PinSocket_2.54mm
-PinSocket_1x11_P2.54mm_Vertical
-Through hole straight socket strip, 1x11, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x11 2.54mm single row
-0
-11
-11
-Connector_PinSocket_2.54mm
-PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x11 2.54mm single row style1 pin1 left
-0
-11
-11
-Connector_PinSocket_2.54mm
-PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x11 2.54mm single row style2 pin1 right
-0
-11
-11
-Connector_PinSocket_2.54mm
-PinSocket_1x12_P2.54mm_Horizontal
-Through hole angled socket strip, 1x12, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x12 2.54mm single row
-0
-12
-12
-Connector_PinSocket_2.54mm
-PinSocket_1x12_P2.54mm_Vertical
-Through hole straight socket strip, 1x12, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x12 2.54mm single row
-0
-12
-12
-Connector_PinSocket_2.54mm
-PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x12 2.54mm single row style1 pin1 left
-0
-12
-12
-Connector_PinSocket_2.54mm
-PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x12 2.54mm single row style2 pin1 right
-0
-12
-12
-Connector_PinSocket_2.54mm
-PinSocket_1x13_P2.54mm_Horizontal
-Through hole angled socket strip, 1x13, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x13 2.54mm single row
-0
-13
-13
-Connector_PinSocket_2.54mm
-PinSocket_1x13_P2.54mm_Vertical
-Through hole straight socket strip, 1x13, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x13 2.54mm single row
-0
-13
-13
-Connector_PinSocket_2.54mm
-PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x13 2.54mm single row style1 pin1 left
-0
-13
-13
-Connector_PinSocket_2.54mm
-PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x13 2.54mm single row style2 pin1 right
-0
-13
-13
-Connector_PinSocket_2.54mm
-PinSocket_1x14_P2.54mm_Horizontal
-Through hole angled socket strip, 1x14, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x14 2.54mm single row
-0
-14
-14
-Connector_PinSocket_2.54mm
-PinSocket_1x14_P2.54mm_Vertical
-Through hole straight socket strip, 1x14, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x14 2.54mm single row
-0
-14
-14
-Connector_PinSocket_2.54mm
-PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x14 2.54mm single row style1 pin1 left
-0
-14
-14
-Connector_PinSocket_2.54mm
-PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x14 2.54mm single row style2 pin1 right
-0
-14
-14
-Connector_PinSocket_2.54mm
-PinSocket_1x15_P2.54mm_Horizontal
-Through hole angled socket strip, 1x15, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x15 2.54mm single row
-0
-15
-15
-Connector_PinSocket_2.54mm
-PinSocket_1x15_P2.54mm_Vertical
-Through hole straight socket strip, 1x15, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x15 2.54mm single row
-0
-15
-15
-Connector_PinSocket_2.54mm
-PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x15 2.54mm single row style1 pin1 left
-0
-15
-15
-Connector_PinSocket_2.54mm
-PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x15 2.54mm single row style2 pin1 right
-0
-15
-15
-Connector_PinSocket_2.54mm
-PinSocket_1x16_P2.54mm_Horizontal
-Through hole angled socket strip, 1x16, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x16 2.54mm single row
-0
-16
-16
-Connector_PinSocket_2.54mm
-PinSocket_1x16_P2.54mm_Vertical
-Through hole straight socket strip, 1x16, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x16 2.54mm single row
-0
-16
-16
-Connector_PinSocket_2.54mm
-PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x16 2.54mm single row style1 pin1 left
-0
-16
-16
-Connector_PinSocket_2.54mm
-PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x16 2.54mm single row style2 pin1 right
-0
-16
-16
-Connector_PinSocket_2.54mm
-PinSocket_1x17_P2.54mm_Horizontal
-Through hole angled socket strip, 1x17, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x17 2.54mm single row
-0
-17
-17
-Connector_PinSocket_2.54mm
-PinSocket_1x17_P2.54mm_Vertical
-Through hole straight socket strip, 1x17, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x17 2.54mm single row
-0
-17
-17
-Connector_PinSocket_2.54mm
-PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x17 2.54mm single row style1 pin1 left
-0
-17
-17
-Connector_PinSocket_2.54mm
-PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x17 2.54mm single row style2 pin1 right
-0
-17
-17
-Connector_PinSocket_2.54mm
-PinSocket_1x18_P2.54mm_Horizontal
-Through hole angled socket strip, 1x18, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x18 2.54mm single row
-0
-18
-18
-Connector_PinSocket_2.54mm
-PinSocket_1x18_P2.54mm_Vertical
-Through hole straight socket strip, 1x18, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x18 2.54mm single row
-0
-18
-18
-Connector_PinSocket_2.54mm
-PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x18 2.54mm single row style1 pin1 left
-0
-18
-18
-Connector_PinSocket_2.54mm
-PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x18 2.54mm single row style2 pin1 right
-0
-18
-18
-Connector_PinSocket_2.54mm
-PinSocket_1x19_P2.54mm_Horizontal
-Through hole angled socket strip, 1x19, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x19 2.54mm single row
-0
-19
-19
-Connector_PinSocket_2.54mm
-PinSocket_1x19_P2.54mm_Vertical
-Through hole straight socket strip, 1x19, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x19 2.54mm single row
-0
-19
-19
-Connector_PinSocket_2.54mm
-PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x19 2.54mm single row style1 pin1 left
-0
-19
-19
-Connector_PinSocket_2.54mm
-PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x19 2.54mm single row style2 pin1 right
-0
-19
-19
-Connector_PinSocket_2.54mm
-PinSocket_1x20_P2.54mm_Horizontal
-Through hole angled socket strip, 1x20, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x20 2.54mm single row
-0
-20
-20
-Connector_PinSocket_2.54mm
-PinSocket_1x20_P2.54mm_Vertical
-Through hole straight socket strip, 1x20, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x20 2.54mm single row
-0
-20
-20
-Connector_PinSocket_2.54mm
-PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x20 2.54mm single row style1 pin1 left
-0
-20
-20
-Connector_PinSocket_2.54mm
-PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x20 2.54mm single row style2 pin1 right
-0
-20
-20
-Connector_PinSocket_2.54mm
-PinSocket_1x21_P2.54mm_Horizontal
-Through hole angled socket strip, 1x21, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x21 2.54mm single row
-0
-21
-21
-Connector_PinSocket_2.54mm
-PinSocket_1x21_P2.54mm_Vertical
-Through hole straight socket strip, 1x21, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x21 2.54mm single row
-0
-21
-21
-Connector_PinSocket_2.54mm
-PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x21 2.54mm single row style1 pin1 left
-0
-21
-21
-Connector_PinSocket_2.54mm
-PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x21 2.54mm single row style2 pin1 right
-0
-21
-21
-Connector_PinSocket_2.54mm
-PinSocket_1x22_P2.54mm_Horizontal
-Through hole angled socket strip, 1x22, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x22 2.54mm single row
-0
-22
-22
-Connector_PinSocket_2.54mm
-PinSocket_1x22_P2.54mm_Vertical
-Through hole straight socket strip, 1x22, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x22 2.54mm single row
-0
-22
-22
-Connector_PinSocket_2.54mm
-PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x22 2.54mm single row style1 pin1 left
-0
-22
-22
-Connector_PinSocket_2.54mm
-PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x22 2.54mm single row style2 pin1 right
-0
-22
-22
-Connector_PinSocket_2.54mm
-PinSocket_1x23_P2.54mm_Horizontal
-Through hole angled socket strip, 1x23, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x23 2.54mm single row
-0
-23
-23
-Connector_PinSocket_2.54mm
-PinSocket_1x23_P2.54mm_Vertical
-Through hole straight socket strip, 1x23, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x23 2.54mm single row
-0
-23
-23
-Connector_PinSocket_2.54mm
-PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x23 2.54mm single row style1 pin1 left
-0
-23
-23
-Connector_PinSocket_2.54mm
-PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x23 2.54mm single row style2 pin1 right
-0
-23
-23
-Connector_PinSocket_2.54mm
-PinSocket_1x24_P2.54mm_Horizontal
-Through hole angled socket strip, 1x24, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x24 2.54mm single row
-0
-24
-24
-Connector_PinSocket_2.54mm
-PinSocket_1x24_P2.54mm_Vertical
-Through hole straight socket strip, 1x24, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x24 2.54mm single row
-0
-24
-24
-Connector_PinSocket_2.54mm
-PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x24 2.54mm single row style1 pin1 left
-0
-24
-24
-Connector_PinSocket_2.54mm
-PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x24 2.54mm single row style2 pin1 right
-0
-24
-24
-Connector_PinSocket_2.54mm
-PinSocket_1x25_P2.54mm_Horizontal
-Through hole angled socket strip, 1x25, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x25 2.54mm single row
-0
-25
-25
-Connector_PinSocket_2.54mm
-PinSocket_1x25_P2.54mm_Vertical
-Through hole straight socket strip, 1x25, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x25 2.54mm single row
-0
-25
-25
-Connector_PinSocket_2.54mm
-PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x25 2.54mm single row style1 pin1 left
-0
-25
-25
-Connector_PinSocket_2.54mm
-PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x25 2.54mm single row style2 pin1 right
-0
-25
-25
-Connector_PinSocket_2.54mm
-PinSocket_1x26_P2.54mm_Horizontal
-Through hole angled socket strip, 1x26, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x26 2.54mm single row
-0
-26
-26
-Connector_PinSocket_2.54mm
-PinSocket_1x26_P2.54mm_Vertical
-Through hole straight socket strip, 1x26, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x26 2.54mm single row
-0
-26
-26
-Connector_PinSocket_2.54mm
-PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x26 2.54mm single row style1 pin1 left
-0
-26
-26
-Connector_PinSocket_2.54mm
-PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x26 2.54mm single row style2 pin1 right
-0
-26
-26
-Connector_PinSocket_2.54mm
-PinSocket_1x27_P2.54mm_Horizontal
-Through hole angled socket strip, 1x27, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x27 2.54mm single row
-0
-27
-27
-Connector_PinSocket_2.54mm
-PinSocket_1x27_P2.54mm_Vertical
-Through hole straight socket strip, 1x27, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x27 2.54mm single row
-0
-27
-27
-Connector_PinSocket_2.54mm
-PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x27 2.54mm single row style1 pin1 left
-0
-27
-27
-Connector_PinSocket_2.54mm
-PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x27 2.54mm single row style2 pin1 right
-0
-27
-27
-Connector_PinSocket_2.54mm
-PinSocket_1x28_P2.54mm_Horizontal
-Through hole angled socket strip, 1x28, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x28 2.54mm single row
-0
-28
-28
-Connector_PinSocket_2.54mm
-PinSocket_1x28_P2.54mm_Vertical
-Through hole straight socket strip, 1x28, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x28 2.54mm single row
-0
-28
-28
-Connector_PinSocket_2.54mm
-PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x28 2.54mm single row style1 pin1 left
-0
-28
-28
-Connector_PinSocket_2.54mm
-PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x28 2.54mm single row style2 pin1 right
-0
-28
-28
-Connector_PinSocket_2.54mm
-PinSocket_1x29_P2.54mm_Horizontal
-Through hole angled socket strip, 1x29, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x29 2.54mm single row
-0
-29
-29
-Connector_PinSocket_2.54mm
-PinSocket_1x29_P2.54mm_Vertical
-Through hole straight socket strip, 1x29, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x29 2.54mm single row
-0
-29
-29
-Connector_PinSocket_2.54mm
-PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x29 2.54mm single row style1 pin1 left
-0
-29
-29
-Connector_PinSocket_2.54mm
-PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x29 2.54mm single row style2 pin1 right
-0
-29
-29
-Connector_PinSocket_2.54mm
-PinSocket_1x30_P2.54mm_Horizontal
-Through hole angled socket strip, 1x30, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x30 2.54mm single row
-0
-30
-30
-Connector_PinSocket_2.54mm
-PinSocket_1x30_P2.54mm_Vertical
-Through hole straight socket strip, 1x30, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x30 2.54mm single row
-0
-30
-30
-Connector_PinSocket_2.54mm
-PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x30 2.54mm single row style1 pin1 left
-0
-30
-30
-Connector_PinSocket_2.54mm
-PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x30 2.54mm single row style2 pin1 right
-0
-30
-30
-Connector_PinSocket_2.54mm
-PinSocket_1x31_P2.54mm_Horizontal
-Through hole angled socket strip, 1x31, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x31 2.54mm single row
-0
-31
-31
-Connector_PinSocket_2.54mm
-PinSocket_1x31_P2.54mm_Vertical
-Through hole straight socket strip, 1x31, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x31 2.54mm single row
-0
-31
-31
-Connector_PinSocket_2.54mm
-PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x31 2.54mm single row style1 pin1 left
-0
-31
-31
-Connector_PinSocket_2.54mm
-PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x31 2.54mm single row style2 pin1 right
-0
-31
-31
-Connector_PinSocket_2.54mm
-PinSocket_1x32_P2.54mm_Horizontal
-Through hole angled socket strip, 1x32, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x32 2.54mm single row
-0
-32
-32
-Connector_PinSocket_2.54mm
-PinSocket_1x32_P2.54mm_Vertical
-Through hole straight socket strip, 1x32, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x32 2.54mm single row
-0
-32
-32
-Connector_PinSocket_2.54mm
-PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x32 2.54mm single row style1 pin1 left
-0
-32
-32
-Connector_PinSocket_2.54mm
-PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x32 2.54mm single row style2 pin1 right
-0
-32
-32
-Connector_PinSocket_2.54mm
-PinSocket_1x33_P2.54mm_Horizontal
-Through hole angled socket strip, 1x33, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x33 2.54mm single row
-0
-33
-33
-Connector_PinSocket_2.54mm
-PinSocket_1x33_P2.54mm_Vertical
-Through hole straight socket strip, 1x33, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x33 2.54mm single row
-0
-33
-33
-Connector_PinSocket_2.54mm
-PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x33 2.54mm single row style1 pin1 left
-0
-33
-33
-Connector_PinSocket_2.54mm
-PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x33 2.54mm single row style2 pin1 right
-0
-33
-33
-Connector_PinSocket_2.54mm
-PinSocket_1x34_P2.54mm_Horizontal
-Through hole angled socket strip, 1x34, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x34 2.54mm single row
-0
-34
-34
-Connector_PinSocket_2.54mm
-PinSocket_1x34_P2.54mm_Vertical
-Through hole straight socket strip, 1x34, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x34 2.54mm single row
-0
-34
-34
-Connector_PinSocket_2.54mm
-PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x34 2.54mm single row style1 pin1 left
-0
-34
-34
-Connector_PinSocket_2.54mm
-PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x34 2.54mm single row style2 pin1 right
-0
-34
-34
-Connector_PinSocket_2.54mm
-PinSocket_1x35_P2.54mm_Horizontal
-Through hole angled socket strip, 1x35, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x35 2.54mm single row
-0
-35
-35
-Connector_PinSocket_2.54mm
-PinSocket_1x35_P2.54mm_Vertical
-Through hole straight socket strip, 1x35, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x35 2.54mm single row
-0
-35
-35
-Connector_PinSocket_2.54mm
-PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x35 2.54mm single row style1 pin1 left
-0
-35
-35
-Connector_PinSocket_2.54mm
-PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x35 2.54mm single row style2 pin1 right
-0
-35
-35
-Connector_PinSocket_2.54mm
-PinSocket_1x36_P2.54mm_Horizontal
-Through hole angled socket strip, 1x36, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x36 2.54mm single row
-0
-36
-36
-Connector_PinSocket_2.54mm
-PinSocket_1x36_P2.54mm_Vertical
-Through hole straight socket strip, 1x36, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x36 2.54mm single row
-0
-36
-36
-Connector_PinSocket_2.54mm
-PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x36 2.54mm single row style1 pin1 left
-0
-36
-36
-Connector_PinSocket_2.54mm
-PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x36 2.54mm single row style2 pin1 right
-0
-36
-36
-Connector_PinSocket_2.54mm
-PinSocket_1x37_P2.54mm_Horizontal
-Through hole angled socket strip, 1x37, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x37 2.54mm single row
-0
-37
-37
-Connector_PinSocket_2.54mm
-PinSocket_1x37_P2.54mm_Vertical
-Through hole straight socket strip, 1x37, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x37 2.54mm single row
-0
-37
-37
-Connector_PinSocket_2.54mm
-PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x37 2.54mm single row style1 pin1 left
-0
-37
-37
-Connector_PinSocket_2.54mm
-PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x37 2.54mm single row style2 pin1 right
-0
-37
-37
-Connector_PinSocket_2.54mm
-PinSocket_1x38_P2.54mm_Horizontal
-Through hole angled socket strip, 1x38, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x38 2.54mm single row
-0
-38
-38
-Connector_PinSocket_2.54mm
-PinSocket_1x38_P2.54mm_Vertical
-Through hole straight socket strip, 1x38, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x38 2.54mm single row
-0
-38
-38
-Connector_PinSocket_2.54mm
-PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x38 2.54mm single row style1 pin1 left
-0
-38
-38
-Connector_PinSocket_2.54mm
-PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x38 2.54mm single row style2 pin1 right
-0
-38
-38
-Connector_PinSocket_2.54mm
-PinSocket_1x39_P2.54mm_Horizontal
-Through hole angled socket strip, 1x39, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x39 2.54mm single row
-0
-39
-39
-Connector_PinSocket_2.54mm
-PinSocket_1x39_P2.54mm_Vertical
-Through hole straight socket strip, 1x39, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x39 2.54mm single row
-0
-39
-39
-Connector_PinSocket_2.54mm
-PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x39 2.54mm single row style1 pin1 left
-0
-39
-39
-Connector_PinSocket_2.54mm
-PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x39 2.54mm single row style2 pin1 right
-0
-39
-39
-Connector_PinSocket_2.54mm
-PinSocket_1x40_P2.54mm_Horizontal
-Through hole angled socket strip, 1x40, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 1x40 2.54mm single row
-0
-40
-40
-Connector_PinSocket_2.54mm
-PinSocket_1x40_P2.54mm_Vertical
-Through hole straight socket strip, 1x40, 2.54mm pitch, single row (from Kicad 4.0.7), script generated
-Through hole socket strip THT 1x40 2.54mm single row
-0
-40
-40
-Connector_PinSocket_2.54mm
-PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Left
-surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x40 2.54mm single row style1 pin1 left
-0
-40
-40
-Connector_PinSocket_2.54mm
-PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Right
-surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated
-Surface mounted socket strip SMD 1x40 2.54mm single row style2 pin1 right
-0
-40
-40
-Connector_PinSocket_2.54mm
-PinSocket_2x01_P2.54mm_Horizontal
-Through hole angled socket strip, 2x01, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x01 2.54mm double row
-0
-2
-2
-Connector_PinSocket_2.54mm
-PinSocket_2x01_P2.54mm_Vertical
-Through hole straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x01 2.54mm double row
-0
-2
-2
-Connector_PinSocket_2.54mm
-PinSocket_2x01_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x01 2.54mm double row
-0
-2
-2
-Connector_PinSocket_2.54mm
-PinSocket_2x02_P2.54mm_Horizontal
-Through hole angled socket strip, 2x02, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x02 2.54mm double row
-0
-4
-4
-Connector_PinSocket_2.54mm
-PinSocket_2x02_P2.54mm_Vertical
-Through hole straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x02 2.54mm double row
-0
-4
-4
-Connector_PinSocket_2.54mm
-PinSocket_2x02_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x02 2.54mm double row
-0
-4
-4
-Connector_PinSocket_2.54mm
-PinSocket_2x03_P2.54mm_Horizontal
-Through hole angled socket strip, 2x03, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x03 2.54mm double row
-0
-6
-6
-Connector_PinSocket_2.54mm
-PinSocket_2x03_P2.54mm_Vertical
-Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x03 2.54mm double row
-0
-6
-6
-Connector_PinSocket_2.54mm
-PinSocket_2x03_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x03 2.54mm double row
-0
-6
-6
-Connector_PinSocket_2.54mm
-PinSocket_2x04_P2.54mm_Horizontal
-Through hole angled socket strip, 2x04, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x04 2.54mm double row
-0
-8
-8
-Connector_PinSocket_2.54mm
-PinSocket_2x04_P2.54mm_Vertical
-Through hole straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x04 2.54mm double row
-0
-8
-8
-Connector_PinSocket_2.54mm
-PinSocket_2x04_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x04 2.54mm double row
-0
-8
-8
-Connector_PinSocket_2.54mm
-PinSocket_2x05_P2.54mm_Horizontal
-Through hole angled socket strip, 2x05, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x05 2.54mm double row
-0
-10
-10
-Connector_PinSocket_2.54mm
-PinSocket_2x05_P2.54mm_Vertical
-Through hole straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x05 2.54mm double row
-0
-10
-10
-Connector_PinSocket_2.54mm
-PinSocket_2x05_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x05 2.54mm double row
-0
-10
-10
-Connector_PinSocket_2.54mm
-PinSocket_2x06_P2.54mm_Horizontal
-Through hole angled socket strip, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x06 2.54mm double row
-0
-12
-12
-Connector_PinSocket_2.54mm
-PinSocket_2x06_P2.54mm_Vertical
-Through hole straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x06 2.54mm double row
-0
-12
-12
-Connector_PinSocket_2.54mm
-PinSocket_2x06_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x06 2.54mm double row
-0
-12
-12
-Connector_PinSocket_2.54mm
-PinSocket_2x07_P2.54mm_Horizontal
-Through hole angled socket strip, 2x07, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x07 2.54mm double row
-0
-14
-14
-Connector_PinSocket_2.54mm
-PinSocket_2x07_P2.54mm_Vertical
-Through hole straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x07 2.54mm double row
-0
-14
-14
-Connector_PinSocket_2.54mm
-PinSocket_2x07_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x07 2.54mm double row
-0
-14
-14
-Connector_PinSocket_2.54mm
-PinSocket_2x08_P2.54mm_Horizontal
-Through hole angled socket strip, 2x08, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x08 2.54mm double row
-0
-16
-16
-Connector_PinSocket_2.54mm
-PinSocket_2x08_P2.54mm_Vertical
-Through hole straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x08 2.54mm double row
-0
-16
-16
-Connector_PinSocket_2.54mm
-PinSocket_2x08_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x08 2.54mm double row
-0
-16
-16
-Connector_PinSocket_2.54mm
-PinSocket_2x09_P2.54mm_Horizontal
-Through hole angled socket strip, 2x09, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x09 2.54mm double row
-0
-18
-18
-Connector_PinSocket_2.54mm
-PinSocket_2x09_P2.54mm_Vertical
-Through hole straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x09 2.54mm double row
-0
-18
-18
-Connector_PinSocket_2.54mm
-PinSocket_2x09_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x09 2.54mm double row
-0
-18
-18
-Connector_PinSocket_2.54mm
-PinSocket_2x10_P2.54mm_Horizontal
-Through hole angled socket strip, 2x10, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x10 2.54mm double row
-0
-20
-20
-Connector_PinSocket_2.54mm
-PinSocket_2x10_P2.54mm_Vertical
-Through hole straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x10 2.54mm double row
-0
-20
-20
-Connector_PinSocket_2.54mm
-PinSocket_2x10_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x10 2.54mm double row
-0
-20
-20
-Connector_PinSocket_2.54mm
-PinSocket_2x11_P2.54mm_Horizontal
-Through hole angled socket strip, 2x11, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x11 2.54mm double row
-0
-22
-22
-Connector_PinSocket_2.54mm
-PinSocket_2x11_P2.54mm_Vertical
-Through hole straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x11 2.54mm double row
-0
-22
-22
-Connector_PinSocket_2.54mm
-PinSocket_2x11_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x11 2.54mm double row
-0
-22
-22
-Connector_PinSocket_2.54mm
-PinSocket_2x12_P2.54mm_Horizontal
-Through hole angled socket strip, 2x12, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x12 2.54mm double row
-0
-24
-24
-Connector_PinSocket_2.54mm
-PinSocket_2x12_P2.54mm_Vertical
-Through hole straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x12 2.54mm double row
-0
-24
-24
-Connector_PinSocket_2.54mm
-PinSocket_2x12_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x12 2.54mm double row
-0
-24
-24
-Connector_PinSocket_2.54mm
-PinSocket_2x13_P2.54mm_Horizontal
-Through hole angled socket strip, 2x13, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x13 2.54mm double row
-0
-26
-26
-Connector_PinSocket_2.54mm
-PinSocket_2x13_P2.54mm_Vertical
-Through hole straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x13 2.54mm double row
-0
-26
-26
-Connector_PinSocket_2.54mm
-PinSocket_2x13_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x13 2.54mm double row
-0
-26
-26
-Connector_PinSocket_2.54mm
-PinSocket_2x14_P2.54mm_Horizontal
-Through hole angled socket strip, 2x14, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x14 2.54mm double row
-0
-28
-28
-Connector_PinSocket_2.54mm
-PinSocket_2x14_P2.54mm_Vertical
-Through hole straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x14 2.54mm double row
-0
-28
-28
-Connector_PinSocket_2.54mm
-PinSocket_2x14_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x14 2.54mm double row
-0
-28
-28
-Connector_PinSocket_2.54mm
-PinSocket_2x15_P2.54mm_Horizontal
-Through hole angled socket strip, 2x15, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x15 2.54mm double row
-0
-30
-30
-Connector_PinSocket_2.54mm
-PinSocket_2x15_P2.54mm_Vertical
-Through hole straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x15 2.54mm double row
-0
-30
-30
-Connector_PinSocket_2.54mm
-PinSocket_2x15_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x15 2.54mm double row
-0
-30
-30
-Connector_PinSocket_2.54mm
-PinSocket_2x16_P2.54mm_Horizontal
-Through hole angled socket strip, 2x16, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x16 2.54mm double row
-0
-32
-32
-Connector_PinSocket_2.54mm
-PinSocket_2x16_P2.54mm_Vertical
-Through hole straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x16 2.54mm double row
-0
-32
-32
-Connector_PinSocket_2.54mm
-PinSocket_2x16_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x16 2.54mm double row
-0
-32
-32
-Connector_PinSocket_2.54mm
-PinSocket_2x17_P2.54mm_Horizontal
-Through hole angled socket strip, 2x17, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x17 2.54mm double row
-0
-34
-34
-Connector_PinSocket_2.54mm
-PinSocket_2x17_P2.54mm_Vertical
-Through hole straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x17 2.54mm double row
-0
-34
-34
-Connector_PinSocket_2.54mm
-PinSocket_2x17_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x17 2.54mm double row
-0
-34
-34
-Connector_PinSocket_2.54mm
-PinSocket_2x18_P2.54mm_Horizontal
-Through hole angled socket strip, 2x18, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x18 2.54mm double row
-0
-36
-36
-Connector_PinSocket_2.54mm
-PinSocket_2x18_P2.54mm_Vertical
-Through hole straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x18 2.54mm double row
-0
-36
-36
-Connector_PinSocket_2.54mm
-PinSocket_2x18_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x18 2.54mm double row
-0
-36
-36
-Connector_PinSocket_2.54mm
-PinSocket_2x19_P2.54mm_Horizontal
-Through hole angled socket strip, 2x19, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x19 2.54mm double row
-0
-38
-38
-Connector_PinSocket_2.54mm
-PinSocket_2x19_P2.54mm_Vertical
-Through hole straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x19 2.54mm double row
-0
-38
-38
-Connector_PinSocket_2.54mm
-PinSocket_2x19_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x19 2.54mm double row
-0
-38
-38
-Connector_PinSocket_2.54mm
-PinSocket_2x20_P2.54mm_Horizontal
-Through hole angled socket strip, 2x20, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x20 2.54mm double row
-0
-40
-40
-Connector_PinSocket_2.54mm
-PinSocket_2x20_P2.54mm_Vertical
-Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x20 2.54mm double row
-0
-40
-40
-Connector_PinSocket_2.54mm
-PinSocket_2x20_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x20 2.54mm double row
-0
-40
-40
-Connector_PinSocket_2.54mm
-PinSocket_2x21_P2.54mm_Horizontal
-Through hole angled socket strip, 2x21, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x21 2.54mm double row
-0
-42
-42
-Connector_PinSocket_2.54mm
-PinSocket_2x21_P2.54mm_Vertical
-Through hole straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x21 2.54mm double row
-0
-42
-42
-Connector_PinSocket_2.54mm
-PinSocket_2x21_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x21 2.54mm double row
-0
-42
-42
-Connector_PinSocket_2.54mm
-PinSocket_2x22_P2.54mm_Horizontal
-Through hole angled socket strip, 2x22, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x22 2.54mm double row
-0
-44
-44
-Connector_PinSocket_2.54mm
-PinSocket_2x22_P2.54mm_Vertical
-Through hole straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x22 2.54mm double row
-0
-44
-44
-Connector_PinSocket_2.54mm
-PinSocket_2x22_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x22 2.54mm double row
-0
-44
-44
-Connector_PinSocket_2.54mm
-PinSocket_2x23_P2.54mm_Horizontal
-Through hole angled socket strip, 2x23, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x23 2.54mm double row
-0
-46
-46
-Connector_PinSocket_2.54mm
-PinSocket_2x23_P2.54mm_Vertical
-Through hole straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x23 2.54mm double row
-0
-46
-46
-Connector_PinSocket_2.54mm
-PinSocket_2x23_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x23 2.54mm double row
-0
-46
-46
-Connector_PinSocket_2.54mm
-PinSocket_2x24_P2.54mm_Horizontal
-Through hole angled socket strip, 2x24, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x24 2.54mm double row
-0
-48
-48
-Connector_PinSocket_2.54mm
-PinSocket_2x24_P2.54mm_Vertical
-Through hole straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x24 2.54mm double row
-0
-48
-48
-Connector_PinSocket_2.54mm
-PinSocket_2x24_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x24 2.54mm double row
-0
-48
-48
-Connector_PinSocket_2.54mm
-PinSocket_2x25_P2.54mm_Horizontal
-Through hole angled socket strip, 2x25, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x25 2.54mm double row
-0
-50
-50
-Connector_PinSocket_2.54mm
-PinSocket_2x25_P2.54mm_Vertical
-Through hole straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x25 2.54mm double row
-0
-50
-50
-Connector_PinSocket_2.54mm
-PinSocket_2x25_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x25 2.54mm double row
-0
-50
-50
-Connector_PinSocket_2.54mm
-PinSocket_2x26_P2.54mm_Horizontal
-Through hole angled socket strip, 2x26, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x26 2.54mm double row
-0
-52
-52
-Connector_PinSocket_2.54mm
-PinSocket_2x26_P2.54mm_Vertical
-Through hole straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x26 2.54mm double row
-0
-52
-52
-Connector_PinSocket_2.54mm
-PinSocket_2x26_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x26 2.54mm double row
-0
-52
-52
-Connector_PinSocket_2.54mm
-PinSocket_2x27_P2.54mm_Horizontal
-Through hole angled socket strip, 2x27, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x27 2.54mm double row
-0
-54
-54
-Connector_PinSocket_2.54mm
-PinSocket_2x27_P2.54mm_Vertical
-Through hole straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x27 2.54mm double row
-0
-54
-54
-Connector_PinSocket_2.54mm
-PinSocket_2x27_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x27 2.54mm double row
-0
-54
-54
-Connector_PinSocket_2.54mm
-PinSocket_2x28_P2.54mm_Horizontal
-Through hole angled socket strip, 2x28, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x28 2.54mm double row
-0
-56
-56
-Connector_PinSocket_2.54mm
-PinSocket_2x28_P2.54mm_Vertical
-Through hole straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x28 2.54mm double row
-0
-56
-56
-Connector_PinSocket_2.54mm
-PinSocket_2x28_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x28 2.54mm double row
-0
-56
-56
-Connector_PinSocket_2.54mm
-PinSocket_2x29_P2.54mm_Horizontal
-Through hole angled socket strip, 2x29, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x29 2.54mm double row
-0
-58
-58
-Connector_PinSocket_2.54mm
-PinSocket_2x29_P2.54mm_Vertical
-Through hole straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x29 2.54mm double row
-0
-58
-58
-Connector_PinSocket_2.54mm
-PinSocket_2x29_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x29 2.54mm double row
-0
-58
-58
-Connector_PinSocket_2.54mm
-PinSocket_2x30_P2.54mm_Horizontal
-Through hole angled socket strip, 2x30, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x30 2.54mm double row
-0
-60
-60
-Connector_PinSocket_2.54mm
-PinSocket_2x30_P2.54mm_Vertical
-Through hole straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x30 2.54mm double row
-0
-60
-60
-Connector_PinSocket_2.54mm
-PinSocket_2x30_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x30 2.54mm double row
-0
-60
-60
-Connector_PinSocket_2.54mm
-PinSocket_2x31_P2.54mm_Horizontal
-Through hole angled socket strip, 2x31, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x31 2.54mm double row
-0
-62
-62
-Connector_PinSocket_2.54mm
-PinSocket_2x31_P2.54mm_Vertical
-Through hole straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x31 2.54mm double row
-0
-62
-62
-Connector_PinSocket_2.54mm
-PinSocket_2x31_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x31 2.54mm double row
-0
-62
-62
-Connector_PinSocket_2.54mm
-PinSocket_2x32_P2.54mm_Horizontal
-Through hole angled socket strip, 2x32, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x32 2.54mm double row
-0
-64
-64
-Connector_PinSocket_2.54mm
-PinSocket_2x32_P2.54mm_Vertical
-Through hole straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x32 2.54mm double row
-0
-64
-64
-Connector_PinSocket_2.54mm
-PinSocket_2x32_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x32 2.54mm double row
-0
-64
-64
-Connector_PinSocket_2.54mm
-PinSocket_2x33_P2.54mm_Horizontal
-Through hole angled socket strip, 2x33, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x33 2.54mm double row
-0
-66
-66
-Connector_PinSocket_2.54mm
-PinSocket_2x33_P2.54mm_Vertical
-Through hole straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x33 2.54mm double row
-0
-66
-66
-Connector_PinSocket_2.54mm
-PinSocket_2x33_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x33 2.54mm double row
-0
-66
-66
-Connector_PinSocket_2.54mm
-PinSocket_2x34_P2.54mm_Horizontal
-Through hole angled socket strip, 2x34, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x34 2.54mm double row
-0
-68
-68
-Connector_PinSocket_2.54mm
-PinSocket_2x34_P2.54mm_Vertical
-Through hole straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x34 2.54mm double row
-0
-68
-68
-Connector_PinSocket_2.54mm
-PinSocket_2x34_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x34 2.54mm double row
-0
-68
-68
-Connector_PinSocket_2.54mm
-PinSocket_2x35_P2.54mm_Horizontal
-Through hole angled socket strip, 2x35, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x35 2.54mm double row
-0
-70
-70
-Connector_PinSocket_2.54mm
-PinSocket_2x35_P2.54mm_Vertical
-Through hole straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x35 2.54mm double row
-0
-70
-70
-Connector_PinSocket_2.54mm
-PinSocket_2x35_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x35 2.54mm double row
-0
-70
-70
-Connector_PinSocket_2.54mm
-PinSocket_2x36_P2.54mm_Horizontal
-Through hole angled socket strip, 2x36, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x36 2.54mm double row
-0
-72
-72
-Connector_PinSocket_2.54mm
-PinSocket_2x36_P2.54mm_Vertical
-Through hole straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x36 2.54mm double row
-0
-72
-72
-Connector_PinSocket_2.54mm
-PinSocket_2x36_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x36 2.54mm double row
-0
-72
-72
-Connector_PinSocket_2.54mm
-PinSocket_2x37_P2.54mm_Horizontal
-Through hole angled socket strip, 2x37, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x37 2.54mm double row
-0
-74
-74
-Connector_PinSocket_2.54mm
-PinSocket_2x37_P2.54mm_Vertical
-Through hole straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x37 2.54mm double row
-0
-74
-74
-Connector_PinSocket_2.54mm
-PinSocket_2x37_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x37 2.54mm double row
-0
-74
-74
-Connector_PinSocket_2.54mm
-PinSocket_2x38_P2.54mm_Horizontal
-Through hole angled socket strip, 2x38, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x38 2.54mm double row
-0
-76
-76
-Connector_PinSocket_2.54mm
-PinSocket_2x38_P2.54mm_Vertical
-Through hole straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x38 2.54mm double row
-0
-76
-76
-Connector_PinSocket_2.54mm
-PinSocket_2x38_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x38 2.54mm double row
-0
-76
-76
-Connector_PinSocket_2.54mm
-PinSocket_2x39_P2.54mm_Horizontal
-Through hole angled socket strip, 2x39, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x39 2.54mm double row
-0
-78
-78
-Connector_PinSocket_2.54mm
-PinSocket_2x39_P2.54mm_Vertical
-Through hole straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x39 2.54mm double row
-0
-78
-78
-Connector_PinSocket_2.54mm
-PinSocket_2x39_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x39 2.54mm double row
-0
-78
-78
-Connector_PinSocket_2.54mm
-PinSocket_2x40_P2.54mm_Horizontal
-Through hole angled socket strip, 2x40, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated
-Through hole angled socket strip THT 2x40 2.54mm double row
-0
-80
-80
-Connector_PinSocket_2.54mm
-PinSocket_2x40_P2.54mm_Vertical
-Through hole straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Through hole socket strip THT 2x40 2.54mm double row
-0
-80
-80
-Connector_PinSocket_2.54mm
-PinSocket_2x40_P2.54mm_Vertical_SMD
-surface-mounted straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated
-Surface mounted socket strip SMD 2x40 2.54mm double row
-0
-80
-80
-Connector_RJ
-RJ9_Evercom_5301-440xxx_Horizontal
-Evercom 5301-4P4C RJ9 receptacle, unshielded, https://datasheet.lcsc.com/lcsc/2207051802_EVERCOM-5301-4P4C_C3097715.pdf
-RJ9 Connector tab down
-0
-4
-4
-Connector_RJ
-RJ12_Amphenol_54601-x06_Horizontal
-RJ12 6P6C horizontal socket, plastic body, tab down, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0082.pdf
-RJ12 connector
-0
-6
-6
-Connector_RJ
-RJ14_Connfly_DS1133-S4_Horizontal
-RJ14 connector 6P4C Horizontal http://www.connfly.com/userfiles/image/UpLoadFile/File/2012/10/26/DS1133.pdf
-RJ14 connector 6P4C Connfly DS1133
-0
-4
-4
-Connector_RJ
-RJ25_Wayconn_MJEA-660X1_Horizontal
-RJ25 6P6C Socket 90 degrees, https://wayconn.com/wp-content/themes/way/datasheet/MJEA-660X1XXX_RJ25_6P6C_PCB_RA.pdf
-RJ12 RJ18 RJ25 jack connector 6P6C
-0
-6
-6
-Connector_RJ
-RJ45_Abracon_ARJP11A-MA_Horizontal
-Shielded RJ45 ethernet connector with transformer and POE, https://abracon.com/Magnetics/lan/ARJP11A.PDF
-ethernet 8p8c transformer poe rj45
-0
-15
-14
-Connector_RJ
-RJ45_Amphenol_54602-x08_Horizontal
-8 Pol Shallow Latch Connector, Modjack, RJ45 (https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0102.pdf)
-RJ45
-0
-8
-8
-Connector_RJ
-RJ45_Amphenol_RJHSE538X
-Shielded, 2 LED, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf
-RJ45 8p8c ethernet cat5
-0
-14
-13
-Connector_RJ
-RJ45_Amphenol_RJHSE538X-02
-Shielded, 2 LED, 2 Ports, http://www.amphenolinfocom.eu/NavData/Drawings/RJHSE-538X-02-REVC.pdf
-RJ45 8p8c dual ethernet cat5
-0
-26
-25
-Connector_RJ
-RJ45_Amphenol_RJHSE538X-04
-Shielded, LEDs, 4 Ports, https://cdn.amphenol-cs.com/media/wysiwyg/files/drawing/rjhse538x04.pdf
-RJ45 8p8c quad ethernet cat5
-0
-52
-49
-Connector_RJ
-RJ45_Amphenol_RJHSE5380
-Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf
-RJ45 8p8c ethernet cat5
-0
-10
-9
-Connector_RJ
-RJ45_Amphenol_RJHSE5380-08
-Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X08.pdf
-RJ45 8p8c ethernet cat5
-0
-68
-65
-Connector_RJ
-RJ45_Amphenol_RJMG1BD3B8K1ANR
-1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://www.amphenol-cs.com/media/wysiwyg/files/drawing/rjmg1bd3b8k1anr.pdf
-RJ45 Magjack
-0
-14
-13
-Connector_RJ
-RJ45_BEL_SS74301-00x_Vertical
-https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-74301-001-ss-74301-002-ss-74301-005.pdf
-RJ45 Vertical Shield LED Green Yellow
-0
-14
-13
-Connector_RJ
-RJ45_Bel_SI-60062-F
-1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://belfuse.com/resources/drawings/magneticsolutions/dr-mag-si-60062-f.pdf
-RJ45 Magjack
-0
-14
-13
-Connector_RJ
-RJ45_Bel_V895-1001-AW_Vertical
-1 Port RJ45 Magjack Vertical Connector SMD 10/100 Base-T, https://www.belfuse.com/resources/drawings/magneticsolutions/dr-mag-v895-1001-aw.pdf
-RJ45 Magjack
-0
-14
-11
-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_Connfly_DS1128-09-S8xx-S_Horizontal
-1 Port RJ45 8p8c receptacle, shielded, through hole, 2 LEDs, tab up, http://en.connfly.group/static/upload/file//DS1128-09.pdf
-RJ45 8p8c ethernet
-0
-14
-13
-Connector_RJ
-RJ45_HALO_HFJ11-x2450E-LxxRL_Horizontal
-Halo FastJack, Shielded, 2 LEDs, https://www.haloelectronics.com/pdf/fastjack-100baset.pdf
-10/100 Ethernet RJ45 Tab-Down
-0
-14
-13
-Connector_RJ
-RJ45_HALO_HFJ11-x2450ERL_Horizontal
-Halo FastJack, Shielded, https://www.haloelectronics.com/pdf/fastjack-100baset.pdf
-10/100 Ethernet RJ45 Tab-Down
-0
-9
-8
-Connector_RJ
-RJ45_HALO_HFJ11-x2450HRL_Horizontal
-Halo FastJack, Shielded, https://www.haloelectronics.com/pdf/fastjack-100baset.pdf
-10/100 Ethernet RJ45 Tab-Down
-0
-10
-9
-Connector_RJ
-RJ45_Hanrun_HR911105A_Horizontal
-1 Port RJ45 8P8C receptacle, shielded, with magnetics, through hole, 2 LEDs, tab down, http://www.hanrun.com/public/upload/down/2020/09-11/cc11be56d66bb63d5f1eeb85492439c0.pdf
-RJ45 Magjack ethernet
-0
-14
-13
-Connector_RJ
-RJ45_Kycon_G7LX-A88S7-BP-xx_Horizontal
-10/100Base-T RJ45 ethernet magnetic transformer connector horizontal with green/yellow LEDs http://www.kycon.com/Pub_Eng_Draw/G7LX-A88S7-BP-GY.pdf
-RJ45 ethernet magnetic
-0
-16
-15
-Connector_RJ
-RJ45_Molex_9346520x_Horizontal
-1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, two LED, tab up
-RJ45 Magjack
-0
-14
-13
-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_RCH_RC01937
-1 port ethernet throughhole connector, https://www.lcsc.com/datasheet/lcsc_datasheet_2411121142_RCH-RC01937_C708652.pdf
-RJ45 ethernet 8p8c shielded
-0
-10
-9
-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_7499010211A_Horizontal
-RJ45 connector, horizontal, tab down, 10/100Base-TX, with magnetics, green/yellow LEDs, https://katalog.we-online.de/pbs/datasheet/7499010211A.pdf
-RJ45 ethernet magnetic magjack transformer
-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
-Samtec 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 vertical
-0
-10
-10
-Connector_Samtec
-Samtec_LSHM-105-xx.x-x-DV-S_2x05-1SH_P0.50mm_Vertical
-Samtec 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 vertical
-0
-12
-11
-Connector_Samtec
-Samtec_LSHM-110-xx.x-x-DV-N_2x10_P0.50mm_Vertical
-Samtec 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 vertical
-0
-20
-20
-Connector_Samtec
-Samtec_LSHM-110-xx.x-x-DV-S_2x10-1SH_P0.50mm_Vertical
-Samtec 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 vertical
-0
-22
-21
-Connector_Samtec
-Samtec_LSHM-120-xx.x-x-DV-N_2x20_P0.50mm_Vertical
-Samtec 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 vertical
-0
-40
-40
-Connector_Samtec
-Samtec_LSHM-120-xx.x-x-DV-S_2x20-1SH_P0.50mm_Vertical
-Samtec 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 vertical
-0
-42
-41
-Connector_Samtec
-Samtec_LSHM-130-xx.x-x-DV-N_2x30_P0.50mm_Vertical
-Samtec 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 vertical
-0
-60
-60
-Connector_Samtec
-Samtec_LSHM-130-xx.x-x-DV-S_2x30-1SH_P0.50mm_Vertical
-Samtec 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 vertical
-0
-62
-61
-Connector_Samtec
-Samtec_LSHM-140-xx.x-x-DV-N_2x40_P0.50mm_Vertical
-Samtec 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 vertical
-0
-80
-80
-Connector_Samtec
-Samtec_LSHM-140-xx.x-x-DV-S_2x40-1SH_P0.50mm_Vertical
-Samtec 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 vertical
-0
-82
-81
-Connector_Samtec
-Samtec_LSHM-150-xx.x-x-DV-N_2x50_P0.50mm_Vertical
-Samtec 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 vertical
-0
-100
-100
-Connector_Samtec
-Samtec_LSHM-150-xx.x-x-DV-S_2x50-1SH_P0.50mm_Vertical
-Samtec 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 vertical
-0
-102
-101
-Connector_Samtec
-Samtec_SS4-10-3.00-x-D-K-xR_2x10_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x10 ways, 3.00 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-20
-20
-Connector_Samtec
-Samtec_SS4-10-3.50-x-D-K-xR_2x10_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x10 ways, 3.50 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-20
-20
-Connector_Samtec
-Samtec_SS4-15-3.00-x-D-K-xR_2x15_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x15 ways, 3.00 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-30
-30
-Connector_Samtec
-Samtec_SS4-15-3.50-x-D-K-xR_2x15_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x15 ways, 3.50 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-30
-30
-Connector_Samtec
-Samtec_SS4-20-3.00-x-D-K-xR_2x20_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x20 ways, 3.00 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-40
-40
-Connector_Samtec
-Samtec_SS4-20-3.50-x-D-K-xR_2x20_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x20 ways, 3.50 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-40
-40
-Connector_Samtec
-Samtec_SS4-30-3.00-x-D-K-xR_2x30_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x30 ways, 3.00 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-60
-60
-Connector_Samtec
-Samtec_SS4-30-3.50-x-D-K-xR_2x30_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x30 ways, 3.50 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-60
-60
-Connector_Samtec
-Samtec_SS4-40-3.00-x-D-K-xR_2x40_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x40 ways, 3.00 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-80
-80
-Connector_Samtec
-Samtec_SS4-40-3.50-x-D-K-xR_2x40_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x40 ways, 3.50 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-80
-80
-Connector_Samtec
-Samtec_SS4-50-3.00-x-D-K-xR_2x50_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x50 ways, 3.00 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-100
-100
-Connector_Samtec
-Samtec_SS4-50-3.50-x-D-K-xR_2x50_P0.4mm_Socket
-Micro Blade & Beam Ultra Fine Pitch Socket, 0.40 mm pitch, 02x50 ways, 3.50 lead style (source: https://suddendocs.samtec.com/prints/ss4-xx-x.xx-x-d-x-xx-tr-footprint.pdf)
-conn samtec board-to-board socket high-speed
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-105-03-X-D-AD_2x05_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-10
-10
-Connector_Samtec_FSI
-Samtec_FSI-105-03-X-D_2x05_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-10
-10
-Connector_Samtec_FSI
-Samtec_FSI-105-XX-X-D-AD_2x05_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-10
-10
-Connector_Samtec_FSI
-Samtec_FSI-105-XX-X-D-AD_2x05_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-10
-10
-Connector_Samtec_FSI
-Samtec_FSI-105-XX-X-D_2x05_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-10
-10
-Connector_Samtec_FSI
-Samtec_FSI-105-XX-X-D_2x05_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-10
-10
-Connector_Samtec_FSI
-Samtec_FSI-110-03-X-D-AD_2x10_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-03-X-D-M-AD_2x10_P1.0mm_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-03-X-D-M_2x10_P1.0mm_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-03-X-D_2x10_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-XX-X-D-AD_2x10_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-XX-X-D-AD_2x10_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-XX-X-D-M-AD_2x10_P1.0mm_Mate_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-XX-X-D-M-AD_2x10_P1.0mm_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-XX-X-D-M_2x10_P1.0mm_Mate_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-XX-X-D-M_2x10_P1.0mm_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-XX-X-D_2x10_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-110-XX-X-D_2x10_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-20
-20
-Connector_Samtec_FSI
-Samtec_FSI-115-03-X-D-AD_2x15_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-30
-30
-Connector_Samtec_FSI
-Samtec_FSI-115-03-X-D_2x15_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-30
-30
-Connector_Samtec_FSI
-Samtec_FSI-115-XX-X-D-AD_2x15_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-30
-30
-Connector_Samtec_FSI
-Samtec_FSI-115-XX-X-D-AD_2x15_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-30
-30
-Connector_Samtec_FSI
-Samtec_FSI-115-XX-X-D_2x15_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-30
-30
-Connector_Samtec_FSI
-Samtec_FSI-115-XX-X-D_2x15_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-30
-30
-Connector_Samtec_FSI
-Samtec_FSI-120-03-X-D-AD_2x20_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-03-X-D-M-AD_2x20_P1.0mm_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-03-X-D-M_2x20_P1.0mm_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-03-X-D_2x20_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-XX-X-D-AD_2x20_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-XX-X-D-AD_2x20_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-XX-X-D-M-AD_2x20_P1.0mm_Mate_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-XX-X-D-M-AD_2x20_P1.0mm_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-XX-X-D-M_2x20_P1.0mm_Mate_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-XX-X-D-M_2x20_P1.0mm_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-XX-X-D_2x20_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-120-XX-X-D_2x20_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-40
-40
-Connector_Samtec_FSI
-Samtec_FSI-125-03-X-D-AD_2x25_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-50
-50
-Connector_Samtec_FSI
-Samtec_FSI-125-03-X-D_2x25_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-50
-50
-Connector_Samtec_FSI
-Samtec_FSI-125-XX-X-D-AD_2x25_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-50
-50
-Connector_Samtec_FSI
-Samtec_FSI-125-XX-X-D-AD_2x25_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-50
-50
-Connector_Samtec_FSI
-Samtec_FSI-125-XX-X-D_2x25_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-50
-50
-Connector_Samtec_FSI
-Samtec_FSI-125-XX-X-D_2x25_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-50
-50
-Connector_Samtec_FSI
-Samtec_FSI-130-03-X-D-AD_2x30_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-03-X-D-M-AD_2x30_P1.0mm_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-03-X-D-M_2x30_P1.0mm_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-03-X-D_2x30_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-XX-X-D-AD_2x30_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-XX-X-D-AD_2x30_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-XX-X-D-M-AD_2x30_P1.0mm_Mate_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-XX-X-D-M-AD_2x30_P1.0mm_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-XX-X-D-M_2x30_P1.0mm_Mate_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-XX-X-D-M_2x30_P1.0mm_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-XX-X-D_2x30_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-130-XX-X-D_2x30_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-60
-60
-Connector_Samtec_FSI
-Samtec_FSI-135-03-X-D-AD_2x35_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-70
-70
-Connector_Samtec_FSI
-Samtec_FSI-135-03-X-D_2x35_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-70
-70
-Connector_Samtec_FSI
-Samtec_FSI-135-XX-X-D-AD_2x35_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-70
-70
-Connector_Samtec_FSI
-Samtec_FSI-135-XX-X-D-AD_2x35_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-70
-70
-Connector_Samtec_FSI
-Samtec_FSI-135-XX-X-D_2x35_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-70
-70
-Connector_Samtec_FSI
-Samtec_FSI-135-XX-X-D_2x35_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-70
-70
-Connector_Samtec_FSI
-Samtec_FSI-140-03-X-D-AD_2x40_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-03-X-D-M-AD_2x40_P1.0mm_Pol20_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-03-X-D-M_2x40_P1.0mm_Pol20_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-03-X-D_2x40_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-XX-X-D-AD_2x40_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-XX-X-D-AD_2x40_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-XX-X-D-M-AD_2x40_P1.0mm_Pol20_Mate_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-XX-X-D-M-AD_2x40_P1.0mm_Pol20_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-XX-X-D-M_2x40_P1.0mm_Pol20_Mate_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-XX-X-D-M_2x40_P1.0mm_Pol20_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-XX-X-D_2x40_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-140-XX-X-D_2x40_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-80
-80
-Connector_Samtec_FSI
-Samtec_FSI-145-03-X-D-AD_2x45_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-90
-90
-Connector_Samtec_FSI
-Samtec_FSI-145-03-X-D_2x45_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-90
-90
-Connector_Samtec_FSI
-Samtec_FSI-145-XX-X-D-AD_2x45_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-90
-90
-Connector_Samtec_FSI
-Samtec_FSI-145-XX-X-D-AD_2x45_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-90
-90
-Connector_Samtec_FSI
-Samtec_FSI-145-XX-X-D_2x45_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-90
-90
-Connector_Samtec_FSI
-Samtec_FSI-145-XX-X-D_2x45_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-90
-90
-Connector_Samtec_FSI
-Samtec_FSI-150-03-X-D-AD_2x50_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-03-X-D-M-AD_2x50_P1.0mm_Pol25_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-03-X-D-M_2x50_P1.0mm_Pol25_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-03-X-D_2x50_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-03-x-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-XX-X-D-AD_2x50_P1.0mm_Mate_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-XX-X-D-AD_2x50_P1.0mm_Socket_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-XX-X-D-M-AD_2x50_P1.0mm_Pol25_Mate_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-XX-X-D-M-AD_2x50_P1.0mm_Pol25_Socket_Threaded_AlignmentPin
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded, Alignment Pin (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-XX-X-D-M_2x50_P1.0mm_Pol25_Mate_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate, Threaded (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-XX-X-D-M_2x50_P1.0mm_Pol25_Socket_Threaded
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, Threaded (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-XX-X-D_2x50_P1.0mm_Mate
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row, PCB Mate (source: https://suddendocs.samtec.com/prints/fsi-mating%20board.pdf)
-conn samtec one piece interface
-0
-100
-100
-Connector_Samtec_FSI
-Samtec_FSI-150-XX-X-D_2x50_P1.0mm_Socket
-Samtec FSI One-Piece Interface, 1.00 mm Pitch, Double Row (source: https://suddendocs.samtec.com/prints/fsi-1xx-xx-xxx-d-x-xx-xx-footprint.pdf)
-conn samtec one piece interface
-0
-100
-100
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-0
-100
-100
-Connector_Samtec_HPM_THT
-Samtec_HPM-01-01-x-S_Straight_1x01_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x01, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x01 5.08mm single row
-0
-1
-1
-Connector_Samtec_HPM_THT
-Samtec_HPM-01-05-x-S_Straight_1x01_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x01, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x01 5.08mm single row
-0
-1
-1
-Connector_Samtec_HPM_THT
-Samtec_HPM-02-01-x-S_Straight_1x02_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x02, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x02 5.08mm single row
-0
-2
-2
-Connector_Samtec_HPM_THT
-Samtec_HPM-02-05-x-S_Straight_1x02_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x02, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x02 5.08mm single row
-0
-2
-2
-Connector_Samtec_HPM_THT
-Samtec_HPM-03-01-x-S_Straight_1x03_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x03, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x03 5.08mm single row
-0
-3
-3
-Connector_Samtec_HPM_THT
-Samtec_HPM-03-05-x-S_Straight_1x03_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x03, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x03 5.08mm single row
-0
-3
-3
-Connector_Samtec_HPM_THT
-Samtec_HPM-04-01-x-S_Straight_1x04_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x04, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x04 5.08mm single row
-0
-4
-4
-Connector_Samtec_HPM_THT
-Samtec_HPM-04-05-x-S_Straight_1x04_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x04, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x04 5.08mm single row
-0
-4
-4
-Connector_Samtec_HPM_THT
-Samtec_HPM-05-01-x-S_Straight_1x05_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x05, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x05 5.08mm single row
-0
-5
-5
-Connector_Samtec_HPM_THT
-Samtec_HPM-05-05-x-S_Straight_1x05_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x05, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x05 5.08mm single row
-0
-5
-5
-Connector_Samtec_HPM_THT
-Samtec_HPM-06-01-x-S_Straight_1x06_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x06, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x06 5.08mm single row
-0
-6
-6
-Connector_Samtec_HPM_THT
-Samtec_HPM-06-05-x-S_Straight_1x06_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x06, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x06 5.08mm single row
-0
-6
-6
-Connector_Samtec_HPM_THT
-Samtec_HPM-07-01-x-S_Straight_1x07_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x07, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x07 5.08mm single row
-0
-7
-7
-Connector_Samtec_HPM_THT
-Samtec_HPM-07-05-x-S_Straight_1x07_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x07, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x07 5.08mm single row
-0
-7
-7
-Connector_Samtec_HPM_THT
-Samtec_HPM-08-01-x-S_Straight_1x08_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x08, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x08 5.08mm single row
-0
-8
-8
-Connector_Samtec_HPM_THT
-Samtec_HPM-08-05-x-S_Straight_1x08_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x08, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x08 5.08mm single row
-0
-8
-8
-Connector_Samtec_HPM_THT
-Samtec_HPM-09-01-x-S_Straight_1x09_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x09, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x09 5.08mm single row
-0
-9
-9
-Connector_Samtec_HPM_THT
-Samtec_HPM-09-05-x-S_Straight_1x09_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x09, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x09 5.08mm single row
-0
-9
-9
-Connector_Samtec_HPM_THT
-Samtec_HPM-10-01-x-S_Straight_1x10_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x10, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x10 5.08mm single row
-0
-10
-10
-Connector_Samtec_HPM_THT
-Samtec_HPM-10-05-x-S_Straight_1x10_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x10, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x10 5.08mm single row
-0
-10
-10
-Connector_Samtec_HPM_THT
-Samtec_HPM-11-01-x-S_Straight_1x11_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x11, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x11 5.08mm single row
-0
-11
-11
-Connector_Samtec_HPM_THT
-Samtec_HPM-11-05-x-S_Straight_1x11_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x11, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x11 5.08mm single row
-0
-11
-11
-Connector_Samtec_HPM_THT
-Samtec_HPM-12-01-x-S_Straight_1x12_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x12, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x12 5.08mm single row
-0
-12
-12
-Connector_Samtec_HPM_THT
-Samtec_HPM-12-05-x-S_Straight_1x12_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x12, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x12 5.08mm single row
-0
-12
-12
-Connector_Samtec_HPM_THT
-Samtec_HPM-13-01-x-S_Straight_1x13_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x13, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x13 5.08mm single row
-0
-13
-13
-Connector_Samtec_HPM_THT
-Samtec_HPM-13-05-x-S_Straight_1x13_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x13, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x13 5.08mm single row
-0
-13
-13
-Connector_Samtec_HPM_THT
-Samtec_HPM-14-01-x-S_Straight_1x14_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x14, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x14 5.08mm single row
-0
-14
-14
-Connector_Samtec_HPM_THT
-Samtec_HPM-14-05-x-S_Straight_1x14_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x14, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x14 5.08mm single row
-0
-14
-14
-Connector_Samtec_HPM_THT
-Samtec_HPM-15-01-x-S_Straight_1x15_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x15, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x15 5.08mm single row
-0
-15
-15
-Connector_Samtec_HPM_THT
-Samtec_HPM-15-05-x-S_Straight_1x15_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x15, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x15 5.08mm single row
-0
-15
-15
-Connector_Samtec_HPM_THT
-Samtec_HPM-16-01-x-S_Straight_1x16_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x16, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x16 5.08mm single row
-0
-16
-16
-Connector_Samtec_HPM_THT
-Samtec_HPM-16-05-x-S_Straight_1x16_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x16, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x16 5.08mm single row
-0
-16
-16
-Connector_Samtec_HPM_THT
-Samtec_HPM-17-01-x-S_Straight_1x17_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x17, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x17 5.08mm single row
-0
-17
-17
-Connector_Samtec_HPM_THT
-Samtec_HPM-17-05-x-S_Straight_1x17_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x17, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x17 5.08mm single row
-0
-17
-17
-Connector_Samtec_HPM_THT
-Samtec_HPM-18-01-x-S_Straight_1x18_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x18, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x18 5.08mm single row
-0
-18
-18
-Connector_Samtec_HPM_THT
-Samtec_HPM-18-05-x-S_Straight_1x18_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x18, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x18 5.08mm single row
-0
-18
-18
-Connector_Samtec_HPM_THT
-Samtec_HPM-19-01-x-S_Straight_1x19_Pitch5.08mm
-Through hole straight Samtec HPM power header series 11.94mm post length, 1x19, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 11.94mm post length THT 1x19 5.08mm single row
-0
-19
-19
-Connector_Samtec_HPM_THT
-Samtec_HPM-19-05-x-S_Straight_1x19_Pitch5.08mm
-Through hole straight Samtec HPM power header series 3.81mm post length, 1x19, 5.08mm pitch, single row
-Through hole Samtec HPM power header series 3.81mm post length THT 1x19 5.08mm single row
-0
-19
-19
-Connector_Samtec_HSEC8
-Samtec_HSEC8-109-01-X-DV-A-BL_2x09_P0.8mm_Pol04_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-20
-18
-Connector_Samtec_HSEC8
-Samtec_HSEC8-109-01-X-DV-A-WT_2x09_P0.8mm_Pol04_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-20
-18
-Connector_Samtec_HSEC8
-Samtec_HSEC8-109-X-X-DV-BL_2x09_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x9 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-18
-18
-Connector_Samtec_HSEC8
-Samtec_HSEC8-109-X-X-DV_2x09_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x9 contacts
-conn samtec card-edge high-speed
-0
-18
-18
-Connector_Samtec_HSEC8
-Samtec_HSEC8-109-X-X-DV_2x09_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x9 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-18
-18
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-01-X-DV-A-BL_2x10_P0.8mm_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-22
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-01-X-DV-A-WT_2x10_P0.8mm_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-22
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-01-X-DV-A_2x10_P0.8mm_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-20
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-01-X-DV_2x10_P0.8mm_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-20
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-03-X-DV-A-WT_2x10_P0.8mm_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-22
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-03-X-DV-A_2x10_P0.8mm_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-20
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-03-X-DV_2x10_P0.8mm_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-20
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-X-X-DV-BL_2x10_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x10 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-20
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-X-X-DV_2x10_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x10 contacts
-conn samtec card-edge high-speed
-0
-20
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-110-X-X-DV_2x10_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x10 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-20
-20
-Connector_Samtec_HSEC8
-Samtec_HSEC8-113-01-X-DV-A-BL_2x13_P0.8mm_Pol06_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-28
-26
-Connector_Samtec_HSEC8
-Samtec_HSEC8-113-01-X-DV-A-WT_2x13_P0.8mm_Pol06_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-28
-26
-Connector_Samtec_HSEC8
-Samtec_HSEC8-113-01-X-DV-A_2x13_P0.8mm_Pol06_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-26
-26
-Connector_Samtec_HSEC8
-Samtec_HSEC8-113-01-X-DV_2x13_P0.8mm_Pol06_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-26
-26
-Connector_Samtec_HSEC8
-Samtec_HSEC8-113-X-X-DV-BL_2x13_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x13 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-26
-26
-Connector_Samtec_HSEC8
-Samtec_HSEC8-113-X-X-DV_2x13_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x13 contacts
-conn samtec card-edge high-speed
-0
-26
-26
-Connector_Samtec_HSEC8
-Samtec_HSEC8-113-X-X-DV_2x13_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x13 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-26
-26
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-01-X-DV-A-BL_2x20_P0.8mm_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-42
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-01-X-DV-A-WT_2x20_P0.8mm_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-42
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-01-X-DV-A_2x20_P0.8mm_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-40
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-01-X-DV_2x20_P0.8mm_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-40
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-03-X-DV-A-WT_2x20_P0.8mm_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-42
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-03-X-DV-A_2x20_P0.8mm_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-40
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-03-X-DV_2x20_P0.8mm_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-40
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-X-X-DV-BL_2x20_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x20 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-40
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-X-X-DV_2x20_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x20 contacts
-conn samtec card-edge high-speed
-0
-40
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-120-X-X-DV_2x20_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x20 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-40
-40
-Connector_Samtec_HSEC8
-Samtec_HSEC8-125-01-X-DV-A-BL_2x25_P0.8mm_Pol06_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-52
-50
-Connector_Samtec_HSEC8
-Samtec_HSEC8-125-01-X-DV-A-WT_2x25_P0.8mm_Pol06_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-52
-50
-Connector_Samtec_HSEC8
-Samtec_HSEC8-125-01-X-DV-A_2x25_P0.8mm_Pol06_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-50
-50
-Connector_Samtec_HSEC8
-Samtec_HSEC8-125-01-X-DV_2x25_P0.8mm_Pol06_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-50
-50
-Connector_Samtec_HSEC8
-Samtec_HSEC8-125-X-X-DV-BL_2x25_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x25 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-50
-50
-Connector_Samtec_HSEC8
-Samtec_HSEC8-125-X-X-DV_2x25_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x25 contacts
-conn samtec card-edge high-speed
-0
-50
-50
-Connector_Samtec_HSEC8
-Samtec_HSEC8-125-X-X-DV_2x25_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x25 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-50
-50
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-01-X-DV-A-BL_2x30_P0.8mm_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-62
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-01-X-DV-A-WT_2x30_P0.8mm_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-62
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-01-X-DV-A_2x30_P0.8mm_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-60
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-01-X-DV_2x30_P0.8mm_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-60
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-03-X-DV-A-WT_2x30_P0.8mm_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-62
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-03-X-DV-A_2x30_P0.8mm_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-60
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-03-X-DV_2x30_P0.8mm_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-60
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-X-X-DV-BL_2x30_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x30 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-60
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-X-X-DV_2x30_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x30 contacts
-conn samtec card-edge high-speed
-0
-60
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-130-X-X-DV_2x30_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x30 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-60
-60
-Connector_Samtec_HSEC8
-Samtec_HSEC8-137-01-X-DV-A-BL_2x37_P0.8mm_Pol21_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-76
-74
-Connector_Samtec_HSEC8
-Samtec_HSEC8-137-01-X-DV-A-WT_2x37_P0.8mm_Pol21_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-76
-74
-Connector_Samtec_HSEC8
-Samtec_HSEC8-137-01-X-DV-A_2x37_P0.8mm_Pol21_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-74
-74
-Connector_Samtec_HSEC8
-Samtec_HSEC8-137-01-X-DV_2x37_P0.8mm_Pol21_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-74
-74
-Connector_Samtec_HSEC8
-Samtec_HSEC8-137-X-X-DV-BL_2x37_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x37 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-74
-74
-Connector_Samtec_HSEC8
-Samtec_HSEC8-137-X-X-DV_2x37_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x37 contacts
-conn samtec card-edge high-speed
-0
-74
-74
-Connector_Samtec_HSEC8
-Samtec_HSEC8-137-X-X-DV_2x37_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x37 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-74
-74
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-01-X-DV-A-BL_2x40_P0.8mm_Pol22_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-82
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-01-X-DV-A-WT_2x40_P0.8mm_Pol22_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-82
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-01-X-DV-A_2x40_P0.8mm_Pol22_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-80
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-01-X-DV_2x40_P0.8mm_Pol22_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-80
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-03-X-DV-A-WT_2x40_P0.8mm_Pol22_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-82
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-03-X-DV-A_2x40_P0.8mm_Pol22_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-80
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-03-X-DV_2x40_P0.8mm_Pol22_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-80
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-X-X-DV-BL_2x40_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x40 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-80
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-X-X-DV_2x40_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x40 contacts
-conn samtec card-edge high-speed
-0
-80
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-140-X-X-DV_2x40_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x40 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-80
-80
-Connector_Samtec_HSEC8
-Samtec_HSEC8-149-01-X-DV-A-BL_2x49_P0.8mm_Pol27_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-100
-98
-Connector_Samtec_HSEC8
-Samtec_HSEC8-149-01-X-DV-A-WT_2x49_P0.8mm_Pol27_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-100
-98
-Connector_Samtec_HSEC8
-Samtec_HSEC8-149-01-X-DV-A_2x49_P0.8mm_Pol27_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-98
-98
-Connector_Samtec_HSEC8
-Samtec_HSEC8-149-01-X-DV_2x49_P0.8mm_Pol27_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-98
-98
-Connector_Samtec_HSEC8
-Samtec_HSEC8-149-X-X-DV-BL_2x49_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x49 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-98
-98
-Connector_Samtec_HSEC8
-Samtec_HSEC8-149-X-X-DV_2x49_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x49 contacts
-conn samtec card-edge high-speed
-0
-98
-98
-Connector_Samtec_HSEC8
-Samtec_HSEC8-149-X-X-DV_2x49_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x49 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-98
-98
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-01-X-DV-A-BL_2x50_P0.8mm_Pol27_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-102
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-01-X-DV-A-WT_2x50_P0.8mm_Pol27_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-102
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-01-X-DV-A_2x50_P0.8mm_Pol27_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-100
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-01-X-DV_2x50_P0.8mm_Pol27_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-100
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-03-X-DV-A-WT_2x50_P0.8mm_Pol27_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-102
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-03-X-DV-A_2x50_P0.8mm_Pol27_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-100
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-03-X-DV_2x50_P0.8mm_Pol27_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-100
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-X-X-DV-BL_2x50_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x50 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-100
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-X-X-DV_2x50_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x50 contacts
-conn samtec card-edge high-speed
-0
-100
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-150-X-X-DV_2x50_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x50 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-100
-100
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-01-X-DV-A-BL_2x60_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-122
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-01-X-DV-A-WT_2x60_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-122
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-01-X-DV-A_2x60_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-120
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-01-X-DV_2x60_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-120
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-03-X-DV-A-WT_2x60_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-122
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-03-X-DV-A_2x60_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-120
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-03-X-DV_2x60_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-120
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-X-X-DV-BL_2x60_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x60 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-120
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-X-X-DV_2x60_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x60 contacts
-conn samtec card-edge high-speed
-0
-120
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-160-X-X-DV_2x60_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x60 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-120
-120
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-01-X-DV-A-BL_2x70_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-142
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-01-X-DV-A-WT_2x70_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-142
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-01-X-DV-A_2x70_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-140
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-01-X-DV_2x70_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-140
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-03-X-DV-A-WT_2x70_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-142
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-03-X-DV-A_2x70_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-140
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-03-X-DV_2x70_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-140
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-X-X-DV-BL_2x70_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x70 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-140
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-X-X-DV_2x70_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x70 contacts
-conn samtec card-edge high-speed
-0
-140
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-170-X-X-DV_2x70_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x70 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-140
-140
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-01-X-DV-A-BL_2x80_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-162
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-01-X-DV-A-WT_2x80_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-162
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-01-X-DV-A_2x80_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-160
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-01-X-DV_2x80_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-160
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-03-X-DV-A-WT_2x80_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-162
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-03-X-DV-A_2x80_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-160
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-03-X-DV_2x80_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-160
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-X-X-DV-BL_2x80_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x80 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-160
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-X-X-DV_2x80_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x80 contacts
-conn samtec card-edge high-speed
-0
-160
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-180-X-X-DV_2x80_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x80 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-160
-160
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-01-X-DV-A-BL_2x90_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-182
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-01-X-DV-A-WT_2x90_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-182
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-01-X-DV-A_2x90_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-180
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-01-X-DV_2x90_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-180
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-03-X-DV-A-WT_2x90_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-182
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-03-X-DV-A_2x90_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-180
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-03-X-DV_2x90_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-180
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-X-X-DV-BL_2x90_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x90 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-180
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-X-X-DV_2x90_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x90 contacts
-conn samtec card-edge high-speed
-0
-180
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-190-X-X-DV_2x90_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x90 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-180
-180
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-01-X-DV-A-BL_2x100_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-202
-200
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-01-X-DV-A-WT_2x100_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-202
-200
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-01-X-DV-A_2x100_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-200
-200
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-01-X-DV_2x100_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-200
-200
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-03-X-DV-A-WT_2x100_P0.8mm_Pol32_Socket_WeldTabs
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-202
-200
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-03-X-DV-A_2x100_P0.8mm_Pol32_Socket_AlignmentPins
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-200
-200
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-03-X-DV_2x100_P0.8mm_Pol32_Socket
-0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf)
-conn samtec card-edge socket high-speed
-0
-200
-200
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-X-X-DV-BL_2x100_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x100 contacts (with board lock option)
-conn samtec card-edge high-speed
-0
-200
-200
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-X-X-DV_2x100_P0.8mm_Edge
-Highspeed card edge for PCB's with 2x100 contacts
-conn samtec card-edge high-speed
-0
-200
-200
-Connector_Samtec_HSEC8
-Samtec_HSEC8-1100-X-X-DV_2x100_P0.8mm_Wing_Edge
-Highspeed card edge for PCB's with 2x100 contacts (with horizontal Edge.Cuts ends)
-conn samtec card-edge high-speed
-0
-200
-200
-Connector_Samtec_LTMM
-Samtec_LTMM-104-02-X-D-SM-LC_2x04_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-8
-8
-Connector_Samtec_LTMM
-Samtec_LTMM-104-02-X-D-SM_2x04_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-8
-8
-Connector_Samtec_LTMM
-Samtec_LTMM-105-02-X-D-SM-LC_2x05_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-10
-10
-Connector_Samtec_LTMM
-Samtec_LTMM-105-02-X-D-SM_2x05_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-10
-10
-Connector_Samtec_LTMM
-Samtec_LTMM-106-02-X-D-SM-LC_2x06_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-12
-12
-Connector_Samtec_LTMM
-Samtec_LTMM-106-02-X-D-SM_2x06_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-12
-12
-Connector_Samtec_LTMM
-Samtec_LTMM-107-02-X-D-SM-LC_2x07_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-14
-14
-Connector_Samtec_LTMM
-Samtec_LTMM-107-02-X-D-SM_2x07_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-14
-14
-Connector_Samtec_LTMM
-Samtec_LTMM-108-02-X-D-SM-LC_2x08_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-16
-16
-Connector_Samtec_LTMM
-Samtec_LTMM-108-02-X-D-SM_2x08_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-16
-16
-Connector_Samtec_LTMM
-Samtec_LTMM-110-02-X-D-SM-LC_2x10_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-20
-20
-Connector_Samtec_LTMM
-Samtec_LTMM-110-02-X-D-SM_2x10_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-20
-20
-Connector_Samtec_LTMM
-Samtec_LTMM-112-02-X-D-SM-LC_2x12_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-24
-24
-Connector_Samtec_LTMM
-Samtec_LTMM-112-02-X-D-SM_2x12_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-24
-24
-Connector_Samtec_LTMM
-Samtec_LTMM-113-02-X-D-SM-LC_2x13_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-26
-26
-Connector_Samtec_LTMM
-Samtec_LTMM-113-02-X-D-SM_2x13_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-26
-26
-Connector_Samtec_LTMM
-Samtec_LTMM-115-02-X-D-SM-LC_2x15_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-30
-30
-Connector_Samtec_LTMM
-Samtec_LTMM-115-02-X-D-SM_2x15_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-30
-30
-Connector_Samtec_LTMM
-Samtec_LTMM-117-02-X-D-SM-LC_2x17_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-34
-34
-Connector_Samtec_LTMM
-Samtec_LTMM-117-02-X-D-SM_2x17_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-34
-34
-Connector_Samtec_LTMM
-Samtec_LTMM-120-02-X-D-SM-LC_2x20_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-40
-40
-Connector_Samtec_LTMM
-Samtec_LTMM-120-02-X-D-SM_2x20_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-40
-40
-Connector_Samtec_LTMM
-Samtec_LTMM-122-02-X-D-SM-LC_2x22_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-44
-44
-Connector_Samtec_LTMM
-Samtec_LTMM-122-02-X-D-SM_2x22_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-44
-44
-Connector_Samtec_LTMM
-Samtec_LTMM-125-02-X-D-SM-LC_2x25_P2.0mm_Header_Vertical_LockingClip
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount, Locking Clips (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-50
-50
-Connector_Samtec_LTMM
-Samtec_LTMM-125-02-X-D-SM_2x25_P2.0mm_Header_Vertical
-Samtec LTMM Shrouded Terminal Strip, 2.00 mm Pitch, Double Row, Surface Mount (source: https://suddendocs.samtec.com/prints/ltmm-1xx-xx-xx-d-xx-xx-footprint.pdf#page=3)
-conn samtec terminal strip pin header
-0
-50
-50
-Connector_Samtec_MicroMate
-Samtec_T1M-02-X-S-RA_1x02-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-4
-3
-Connector_Samtec_MicroMate
-Samtec_T1M-02-X-S-V_1x02-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-4
-3
-Connector_Samtec_MicroMate
-Samtec_T1M-02-X-SH-L_1x02-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-4
-3
-Connector_Samtec_MicroMate
-Samtec_T1M-02-X-SV-L_1x02-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-4
-3
-Connector_Samtec_MicroMate
-Samtec_T1M-03-X-S-RA_1x03-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-5
-4
-Connector_Samtec_MicroMate
-Samtec_T1M-03-X-S-V_1x03-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-5
-4
-Connector_Samtec_MicroMate
-Samtec_T1M-03-X-SH-L_1x03-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-5
-4
-Connector_Samtec_MicroMate
-Samtec_T1M-03-X-SV-L_1x03-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-5
-4
-Connector_Samtec_MicroMate
-Samtec_T1M-04-X-S-RA_1x04-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-6
-5
-Connector_Samtec_MicroMate
-Samtec_T1M-04-X-S-V_1x04-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-6
-5
-Connector_Samtec_MicroMate
-Samtec_T1M-04-X-SH-L_1x04-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-6
-5
-Connector_Samtec_MicroMate
-Samtec_T1M-04-X-SV-L_1x04-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-6
-5
-Connector_Samtec_MicroMate
-Samtec_T1M-05-X-S-RA_1x05-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-7
-6
-Connector_Samtec_MicroMate
-Samtec_T1M-05-X-S-V_1x05-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-7
-6
-Connector_Samtec_MicroMate
-Samtec_T1M-05-X-SH-L_1x05-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-7
-6
-Connector_Samtec_MicroMate
-Samtec_T1M-05-X-SV-L_1x05-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-7
-6
-Connector_Samtec_MicroMate
-Samtec_T1M-06-X-S-RA_1x06-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-8
-7
-Connector_Samtec_MicroMate
-Samtec_T1M-06-X-S-V_1x06-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-8
-7
-Connector_Samtec_MicroMate
-Samtec_T1M-06-X-SH-L_1x06-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-8
-7
-Connector_Samtec_MicroMate
-Samtec_T1M-06-X-SV-L_1x06-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-8
-7
-Connector_Samtec_MicroMate
-Samtec_T1M-07-X-S-RA_1x07-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-9
-8
-Connector_Samtec_MicroMate
-Samtec_T1M-07-X-S-V_1x07-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-9
-8
-Connector_Samtec_MicroMate
-Samtec_T1M-07-X-SH-L_1x07-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-9
-8
-Connector_Samtec_MicroMate
-Samtec_T1M-07-X-SV-L_1x07-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-9
-8
-Connector_Samtec_MicroMate
-Samtec_T1M-08-X-S-RA_1x08-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-10
-9
-Connector_Samtec_MicroMate
-Samtec_T1M-08-X-S-V_1x08-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-10
-9
-Connector_Samtec_MicroMate
-Samtec_T1M-08-X-SH-L_1x08-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-10
-9
-Connector_Samtec_MicroMate
-Samtec_T1M-08-X-SV-L_1x08-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-10
-9
-Connector_Samtec_MicroMate
-Samtec_T1M-09-X-S-RA_1x09-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-11
-10
-Connector_Samtec_MicroMate
-Samtec_T1M-09-X-S-V_1x09-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-11
-10
-Connector_Samtec_MicroMate
-Samtec_T1M-09-X-SH-L_1x09-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-11
-10
-Connector_Samtec_MicroMate
-Samtec_T1M-09-X-SV-L_1x09-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-11
-10
-Connector_Samtec_MicroMate
-Samtec_T1M-10-X-S-RA_1x10-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-12
-11
-Connector_Samtec_MicroMate
-Samtec_T1M-10-X-S-V_1x10-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-12
-11
-Connector_Samtec_MicroMate
-Samtec_T1M-10-X-SH-L_1x10-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-12
-11
-Connector_Samtec_MicroMate
-Samtec_T1M-10-X-SV-L_1x10-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-12
-11
-Connector_Samtec_MicroMate
-Samtec_T1M-11-X-S-RA_1x11-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-13
-12
-Connector_Samtec_MicroMate
-Samtec_T1M-11-X-S-V_1x11-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-13
-12
-Connector_Samtec_MicroMate
-Samtec_T1M-11-X-SH-L_1x11-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-13
-12
-Connector_Samtec_MicroMate
-Samtec_T1M-11-X-SV-L_1x11-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-13
-12
-Connector_Samtec_MicroMate
-Samtec_T1M-12-X-S-RA_1x12-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-14
-13
-Connector_Samtec_MicroMate
-Samtec_T1M-12-X-S-V_1x12-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-14
-13
-Connector_Samtec_MicroMate
-Samtec_T1M-12-X-SH-L_1x12-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-14
-13
-Connector_Samtec_MicroMate
-Samtec_T1M-12-X-SV-L_1x12-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-14
-13
-Connector_Samtec_MicroMate
-Samtec_T1M-13-X-S-RA_1x13-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-15
-14
-Connector_Samtec_MicroMate
-Samtec_T1M-13-X-S-V_1x13-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-15
-14
-Connector_Samtec_MicroMate
-Samtec_T1M-13-X-SH-L_1x13-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-15
-14
-Connector_Samtec_MicroMate
-Samtec_T1M-13-X-SV-L_1x13-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-15
-14
-Connector_Samtec_MicroMate
-Samtec_T1M-14-X-S-RA_1x14-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-16
-15
-Connector_Samtec_MicroMate
-Samtec_T1M-14-X-S-V_1x14-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-16
-15
-Connector_Samtec_MicroMate
-Samtec_T1M-14-X-SH-L_1x14-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-16
-15
-Connector_Samtec_MicroMate
-Samtec_T1M-14-X-SV-L_1x14-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-16
-15
-Connector_Samtec_MicroMate
-Samtec_T1M-15-X-S-RA_1x15-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-17
-16
-Connector_Samtec_MicroMate
-Samtec_T1M-15-X-S-V_1x15-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-17
-16
-Connector_Samtec_MicroMate
-Samtec_T1M-15-X-SH-L_1x15-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-17
-16
-Connector_Samtec_MicroMate
-Samtec_T1M-15-X-SV-L_1x15-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-17
-16
-Connector_Samtec_MicroMate
-Samtec_T1M-16-X-S-RA_1x16-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-18
-17
-Connector_Samtec_MicroMate
-Samtec_T1M-16-X-S-V_1x16-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-18
-17
-Connector_Samtec_MicroMate
-Samtec_T1M-16-X-SH-L_1x16-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-18
-17
-Connector_Samtec_MicroMate
-Samtec_T1M-16-X-SV-L_1x16-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-18
-17
-Connector_Samtec_MicroMate
-Samtec_T1M-17-X-S-RA_1x17-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-19
-18
-Connector_Samtec_MicroMate
-Samtec_T1M-17-X-S-V_1x17-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-19
-18
-Connector_Samtec_MicroMate
-Samtec_T1M-17-X-SH-L_1x17-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-19
-18
-Connector_Samtec_MicroMate
-Samtec_T1M-17-X-SV-L_1x17-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-19
-18
-Connector_Samtec_MicroMate
-Samtec_T1M-18-X-S-RA_1x18-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-20
-19
-Connector_Samtec_MicroMate
-Samtec_T1M-18-X-S-V_1x18-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-20
-19
-Connector_Samtec_MicroMate
-Samtec_T1M-18-X-SH-L_1x18-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-20
-19
-Connector_Samtec_MicroMate
-Samtec_T1M-18-X-SV-L_1x18-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-20
-19
-Connector_Samtec_MicroMate
-Samtec_T1M-19-X-S-RA_1x19-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-21
-20
-Connector_Samtec_MicroMate
-Samtec_T1M-19-X-S-V_1x19-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-21
-20
-Connector_Samtec_MicroMate
-Samtec_T1M-19-X-SH-L_1x19-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-21
-20
-Connector_Samtec_MicroMate
-Samtec_T1M-19-X-SV-L_1x19-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-21
-20
-Connector_Samtec_MicroMate
-Samtec_T1M-20-X-S-RA_1x20-1MP_P1.0mm_Terminal_Horizontal
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-22
-21
-Connector_Samtec_MicroMate
-Samtec_T1M-20-X-S-V_1x20-1MP_P1.0mm_Terminal_Vertical
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-22
-21
-Connector_Samtec_MicroMate
-Samtec_T1M-20-X-SH-L_1x20-1MP_P1.0mm_Terminal_Horizontal_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-22
-21
-Connector_Samtec_MicroMate
-Samtec_T1M-20-X-SV-L_1x20-1MP_P1.0mm_Terminal_Vertical_Latch
-Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf)
-conn samtec discrete wire terminal
-0
-22
-21
-Connector_Samtec_MicroPower
-Samtec_UMPS-02-XX.X-X-V-S-W_1x02-1MP_P2.0mm_Socket_WeldTab
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-10
-3
-Connector_Samtec_MicroPower
-Samtec_UMPS-02-XX.X-X-V-S_1x02_P2.0mm_Socket
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-2
-2
-Connector_Samtec_MicroPower
-Samtec_UMPS-03-XX.X-X-V-S-W_1x03-1MP_P2.0mm_Socket_WeldTab
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-11
-4
-Connector_Samtec_MicroPower
-Samtec_UMPS-03-XX.X-X-V-S_1x03_P2.0mm_Socket
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-3
-3
-Connector_Samtec_MicroPower
-Samtec_UMPS-04-XX.X-X-V-S-W_1x04-1MP_P2.0mm_Socket_WeldTab
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-12
-5
-Connector_Samtec_MicroPower
-Samtec_UMPS-04-XX.X-X-V-S_1x04_P2.0mm_Socket
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-4
-4
-Connector_Samtec_MicroPower
-Samtec_UMPS-05-XX.X-X-V-S-W_1x05-1MP_P2.0mm_Socket_WeldTab
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-13
-6
-Connector_Samtec_MicroPower
-Samtec_UMPS-05-XX.X-X-V-S_1x05_P2.0mm_Socket
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-5
-5
-Connector_Samtec_MicroPower
-Samtec_UMPS-06-XX.X-X-V-S-W_1x06-1MP_P2.0mm_Socket_WeldTab
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-14
-7
-Connector_Samtec_MicroPower
-Samtec_UMPS-06-XX.X-X-V-S_1x06_P2.0mm_Socket
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-6
-6
-Connector_Samtec_MicroPower
-Samtec_UMPS-07-XX.X-X-V-S-W_1x07-1MP_P2.0mm_Socket_WeldTab
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-15
-8
-Connector_Samtec_MicroPower
-Samtec_UMPS-07-XX.X-X-V-S_1x07_P2.0mm_Socket
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-7
-7
-Connector_Samtec_MicroPower
-Samtec_UMPS-08-XX.X-X-V-S-W_1x08-1MP_P2.0mm_Socket_WeldTab
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-16
-9
-Connector_Samtec_MicroPower
-Samtec_UMPS-08-XX.X-X-V-S_1x08_P2.0mm_Socket
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-8
-8
-Connector_Samtec_MicroPower
-Samtec_UMPS-09-XX.X-X-V-S-W_1x09-1MP_P2.0mm_Socket_WeldTab
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-17
-10
-Connector_Samtec_MicroPower
-Samtec_UMPS-09-XX.X-X-V-S_1x09_P2.0mm_Socket
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-9
-9
-Connector_Samtec_MicroPower
-Samtec_UMPS-10-XX.X-X-V-S-W_1x10-1MP_P2.0mm_Socket_WeldTab
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-18
-11
-Connector_Samtec_MicroPower
-Samtec_UMPS-10-XX.X-X-V-S_1x10_P2.0mm_Socket
-2.00 mm mPOWER Ultra Micro Power Socket (source: https://suddendocs.samtec.com/prints/umps-xx-xx.x-xx-v-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power socket
-0
-10
-10
-Connector_Samtec_MicroPower
-Samtec_UMPT-02-XX.X-X-V-S-W_1x02-1MP_P2.0mm_Terminal_WeldTab
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-10
-3
-Connector_Samtec_MicroPower
-Samtec_UMPT-02-XX.X-X-V-S_1x02_P2.0mm_Terminal
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-2
-2
-Connector_Samtec_MicroPower
-Samtec_UMPT-03-XX.X-X-V-S-W_1x03-1MP_P2.0mm_Terminal_WeldTab
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-11
-4
-Connector_Samtec_MicroPower
-Samtec_UMPT-03-XX.X-X-V-S_1x03_P2.0mm_Terminal
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-3
-3
-Connector_Samtec_MicroPower
-Samtec_UMPT-04-XX.X-X-V-S-W_1x04-1MP_P2.0mm_Terminal_WeldTab
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-12
-5
-Connector_Samtec_MicroPower
-Samtec_UMPT-04-XX.X-X-V-S_1x04_P2.0mm_Terminal
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-4
-4
-Connector_Samtec_MicroPower
-Samtec_UMPT-05-XX.X-X-V-S-W_1x05-1MP_P2.0mm_Terminal_WeldTab
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-13
-6
-Connector_Samtec_MicroPower
-Samtec_UMPT-05-XX.X-X-V-S_1x05_P2.0mm_Terminal
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-5
-5
-Connector_Samtec_MicroPower
-Samtec_UMPT-06-XX.X-X-V-S-W_1x06-1MP_P2.0mm_Terminal_WeldTab
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-14
-7
-Connector_Samtec_MicroPower
-Samtec_UMPT-06-XX.X-X-V-S_1x06_P2.0mm_Terminal
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-6
-6
-Connector_Samtec_MicroPower
-Samtec_UMPT-07-XX.X-X-V-S-W_1x07-1MP_P2.0mm_Terminal_WeldTab
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-15
-8
-Connector_Samtec_MicroPower
-Samtec_UMPT-07-XX.X-X-V-S_1x07_P2.0mm_Terminal
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-7
-7
-Connector_Samtec_MicroPower
-Samtec_UMPT-08-XX.X-X-V-S-W_1x08-1MP_P2.0mm_Terminal_WeldTab
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-16
-9
-Connector_Samtec_MicroPower
-Samtec_UMPT-08-XX.X-X-V-S_1x08_P2.0mm_Terminal
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-8
-8
-Connector_Samtec_MicroPower
-Samtec_UMPT-09-XX.X-X-V-S-W_1x09-1MP_P2.0mm_Terminal_WeldTab
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-17
-10
-Connector_Samtec_MicroPower
-Samtec_UMPT-09-XX.X-X-V-S_1x09_P2.0mm_Terminal
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-9
-9
-Connector_Samtec_MicroPower
-Samtec_UMPT-10-XX.X-X-V-S-W_1x10-1MP_P2.0mm_Terminal_WeldTab
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-18
-11
-Connector_Samtec_MicroPower
-Samtec_UMPT-10-XX.X-X-V-S_1x10_P2.0mm_Terminal
-2.00 mm mPOWER Ultra Micro Power Terminal, Vertical (source: https://suddendocs.samtec.com/prints/umpt-xx-xx.x-xx-v-x-x-x-x-xr-footprint.pdf)
-conn samtec ultra-mirco-power terminal
-0
-10
-10
-Connector_Stocko
-Stocko_MKS_1651-6-0-202_1x2_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-2
-2
-Connector_Stocko
-Stocko_MKS_1652-6-0-202_1x2_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-2
-2
-Connector_Stocko
-Stocko_MKS_1653-6-0-303_1x3_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-3
-3
-Connector_Stocko
-Stocko_MKS_1654-6-0-404_1x4_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-4
-4
-Connector_Stocko
-Stocko_MKS_1655-6-0-505_1x5_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-5
-5
-Connector_Stocko
-Stocko_MKS_1656-6-0-606_1x6_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-6
-6
-Connector_Stocko
-Stocko_MKS_1657-6-0-707_1x7_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-7
-7
-Connector_Stocko
-Stocko_MKS_1658-6-0-808_1x8_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-8
-8
-Connector_Stocko
-Stocko_MKS_1659-6-0-909_1x9_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-9
-9
-Connector_Stocko
-Stocko_MKS_1660-6-0-1010_1x10_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-10
-10
-Connector_Stocko
-Stocko_MKS_1661-6-0-1111_1x11_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-11
-11
-Connector_Stocko
-Stocko_MKS_1662-6-0-1212_1x12_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-12
-12
-Connector_Stocko
-Stocko_MKS_1663-6-0-1313_1x13_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-13
-13
-Connector_Stocko
-Stocko_MKS_1664-6-0-1414_1x14_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-14
-14
-Connector_Stocko
-Stocko_MKS_1665-6-0-1515_1x15_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-15
-15
-Connector_Stocko
-Stocko_MKS_1666-6-0-1616_1x16_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-16
-16
-Connector_Stocko
-Stocko_MKS_1667-6-0-1717_1x17_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-17
-17
-Connector_Stocko
-Stocko_MKS_1668-6-0-1818_1x18_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-18
-18
-Connector_Stocko
-Stocko_MKS_1669-6-0-1919_1x19_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-19
-19
-Connector_Stocko
-Stocko_MKS_1670-6-0-2020_1x20_P2.50mm_Vertical
-Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator
-Stocko RFK MKS 16xx
-0
-20
-20
-Connector_TE-Connectivity
-TE_1-826576-3_1x13_P3.96mm_Vertical
-TE, 1-826576-3, 13 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-13
-13
-Connector_TE-Connectivity
-TE_1-826576-5_1x15_P3.96mm_Vertical
-TE, 1-826576-5, 15 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-15
-15
-Connector_TE-Connectivity
-TE_1-826576-6_1x16_P3.96mm_Vertical
-TE, 1-826576-6, 16 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-16
-16
-Connector_TE-Connectivity
-TE_1-826576-7_1x17_P3.96mm_Vertical
-TE, 1-826576-7, 17 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-17
-17
-Connector_TE-Connectivity
-TE_1-826576-8_1x18_P3.96mm_Vertical
-TE, 1-826576-8, 18 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-18
-18
-Connector_TE-Connectivity
-TE_2-826576-0_1x20_P3.96mm_Vertical
-TE, 2-826576-0, 20 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-20
-20
-Connector_TE-Connectivity
-TE_3-826576-6_1x36_P3.96mm_Vertical
-TE, 3-826576-6, 36 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-36
-36
-Connector_TE-Connectivity
-TE_440054-2_1x02_P2.00mm_Vertical
-TE Connectivity, HDI, Wire-to-Board, Fully Shrouded, Vertical Header: https://www.te.com/usa-en/product-440054-2.datasheet.pdf
-connector header hdr horizontal vertical shrouded fully-shrounded 440054-2 2-440054-2 4-440054-2 6-440054-2 2-440054-6 4-440054-6 6-440054-6
-0
-2
-2
-Connector_TE-Connectivity
-TE_440055-2_1x02_P2.00mm_Horizontal
-TE Connectivity, HDI, Wire-to-Board, Fully Shrouded, Header: https://www.te.com/usa-en/product-440055-2.datasheet.pdf
-connector header hdr horizontal right-angle shrouded fully-shrounded 440055-2 2-440055-2 4-440055-2 6-440055-2 8-440055-2
-0
-2
-2
-Connector_TE-Connectivity
-TE_826576-2_1x02_P3.96mm_Vertical
-TE, 826576-2, 2 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-2
-2
-Connector_TE-Connectivity
-TE_826576-3_1x03_P3.96mm_Vertical
-TE, 826576-3, 3 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-3
-3
-Connector_TE-Connectivity
-TE_826576-5_1x05_P3.96mm_Vertical
-TE, 826576-5, 5 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-5
-5
-Connector_TE-Connectivity
-TE_826576-6_1x06_P3.96mm_Vertical
-TE, 826576-6, 6 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-6
-6
-Connector_TE-Connectivity
-TE_826576-7_1x07_P3.96mm_Vertical
-TE, 826576-7, 7 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-7
-7
-Connector_TE-Connectivity
-TE_826576-8_1x08_P3.96mm_Vertical
-TE, 826576-8, 8 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-8
-8
-Connector_TE-Connectivity
-TE_826576-9_1x09_P3.96mm_Vertical
-TE, 826576-9, 9 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator
-connector TE 826576 vertical
-0
-9
-9
-Connector_TE-Connectivity
-TE_2834006-1_1x01_P4.0mm_Horizontal
-TE Connectivity Buchanan WireMate connector, Poke-In series, 1-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1
-wire connector
-0
-2
-1
-Connector_TE-Connectivity
-TE_2834006-2_1x02_P4.0mm_Horizontal
-TE Connectivity Buchanan WireMate connector, Poke-In series, 2-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1
-wire connector
-0
-4
-2
-Connector_TE-Connectivity
-TE_2834006-3_1x03_P4.0mm_Horizontal
-TE Connectivity Buchanan WireMate connector, Poke-In series, 3-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1
-wire connector
-0
-6
-3
-Connector_TE-Connectivity
-TE_2834006-4_1x04_P4.0mm_Horizontal
-TE Connectivity Buchanan WireMate connector, Poke-In series, 4-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1
-wire connector
-0
-8
-4
-Connector_TE-Connectivity
-TE_2834006-5_1x05_P4.0mm_Horizontal
-TE Connectivity Buchanan WireMate connector, Poke-In series, 5-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1
-wire connector
-0
-10
-5
-Connector_TE-Connectivity
-TE_5767171-1_2x19_P0.635mm_Vertical
-PCB Mount Receptacle, Vertical, Board-to-Board, 38 Position, 24.003mm / .64mm [.945in] Centerline, Header Only, Palladium Nickel (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F5767171%7FB2%7Fpdf%7FEnglish%7FENG_CD_5767171_B2.pdf%7F5767171-1#page=2)
-mictor38 receptacle board-to-board
-0
-43
-39
-Connector_TE-Connectivity
-TE_AMPSEAL_1-776087-x_3Rows_23_P0.4mm_Horizontal
-Connector
-TE 776087
-0
-23
-23
-Connector_TE-Connectivity
-TE_MATE-N-LOK_1-770182-x_3x03_P4.14mm_Vertical
-Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770182-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator
-connector TE MATE-N-LOK vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-0
-1
-1
-Connector_TE-Connectivity
-TE_MATE-N-LOK_350211-1_1x04_P5.08mm_Vertical
-https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F350211%7FU5%7Fpdf%7FEnglish%7FENG_CD_350211_U5.pdf%7F350211-1
-connector TE MATE-N-LOK top entry ATA PATA IDE 5.25 inch floppy drive power
-0
-4
-4
-Connector_TE-Connectivity
-TE_Micro-MaTch_1-215079-0_2x05_P1.27mm_Vertical
-TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 10 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4
-connector TE-Connectivity Micro-MaTch Vertical 1-215079-0 8-215079-10
-0
-10
-10
-Connector_TE-Connectivity
-TE_Micro-MaTch_1-215079-2_2x06_P1.27mm_Vertical
-TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 12 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4
-connector TE-Connectivity Micro-MaTch Vertical 1-215079-2 8-215079-12
-0
-12
-12
-Connector_TE-Connectivity
-TE_Micro-MaTch_1-215079-4_2x07_P1.27mm_Vertical
-TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 14 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4
-connector TE-Connectivity Micro-MaTch Vertical 1-215079-4 8-215079-14
-0
-14
-14
-Connector_TE-Connectivity
-TE_Micro-MaTch_1-215079-6_2x08_P1.27mm_Vertical
-TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 16 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4
-connector TE-Connectivity Micro-MaTch Vertical 1-215079-6 8-215079-16
-0
-16
-16
-Connector_TE-Connectivity
-TE_Micro-MaTch_1-215079-8_2x09_P1.27mm_Vertical
-TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 18 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4
-connector TE-Connectivity Micro-MaTch Vertical 1-215079-8 8-215079-18
-0
-18
-18
-Connector_TE-Connectivity
-TE_Micro-MaTch_2-215079-0_2x10_P1.27mm_Vertical
-TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 20 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4
-connector TE-Connectivity Micro-MaTch Vertical 2-215079-0 9-215079-20
-0
-20
-20
-Connector_TE-Connectivity
-TE_Micro-MaTch_215079-4_2x02_P1.27mm_Vertical
-TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 4 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4
-connector TE-Connectivity Micro-MaTch Vertical 215079-4 7-215079-4
-0
-4
-4
-Connector_TE-Connectivity
-TE_Micro-MaTch_215079-6_2x03_P1.27mm_Vertical
-TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 6 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4
-connector TE-Connectivity Micro-MaTch Vertical 215079-6 7-215079-6
-0
-6
-6
-Connector_TE-Connectivity
-TE_Micro-MaTch_215079-8_2x04_P1.27mm_Vertical
-TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 8 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4
-connector TE-Connectivity Micro-MaTch Vertical 215079-8 7-215079-8
-0
-8
-8
-Connector_TE-Connectivity
-TE_T4041037031-000_M8_03_Socket_Straight
-Shielded M8 socket 3 ways connector panel, straight and rear mount (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7FT404103010X000%7FA%7Fpdf%7FEnglish%7FENG_CD_T404103010X000_A.pdf%7FT4041037041-000)
-three-pin M8
-0
-5
-4
-Connector_TE-Connectivity
-TE_T4041037041-000_M8_04_Socket_Straight
-Shielded M8 socket 4 ways connector panel, straight and rear mount (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7FT404103010X000%7FA%7Fpdf%7FEnglish%7FENG_CD_T404103010X000_A.pdf%7FT4041037041-000)
-four-pin M8
-0
-6
-5
-Connector_USB
-USB3_A_Molex_48393-001
-USB 3.0, type A, right angle, http://www.molex.com/pdm_docs/sd/483930003_sd.pdf
-USB 3.0 type A right angle
-0
-13
-10
-Connector_USB
-USB3_A_Molex_48406-0001_Horizontal_Stacked
-USB 3.0, type A, right angle, stacked (https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/484/48406/484060001_sd.pdf)
-USB 3.0 type A right angle stacked dual
-0
-22
-19
-Connector_USB
-USB3_A_Plug_Wuerth_692112030100_Horizontal
-USB 3.0 Type A SMT Plug, Horizontal, https://www.we-online.com/components/products/datasheet/692112030100.pdf
-usb A plug horizontal
-0
-11
-10
-Connector_USB
-USB3_A_Receptacle_Wuerth_692122030100
-USB 3.0, type A, right angle (https://www.we-online.com/katalog/datasheet/692122030100.pdf)
-USB 3.0 type A right angle Würth
-0
-11
-10
-Connector_USB
-USB3_Micro-B_Connfly_DS1104-01
-Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://en.connfly.com/static/upload/file/pdf/DS1104-01.pdf)
-USB 3.0 Micro B SMD right angle
-0
-16
-11
-Connector_USB
-USB_A_CNCTech_1001-011-01101_Horizontal
-USB type A Plug, Horizontal, http://cnctech.us/pdfs/1001-011-01101.pdf
-USB-A
-0
-6
-5
-Connector_USB
-USB_A_CUI_UJ2-ADH-TH_Horizontal_Stacked
-USB-A two stacked horizontal receptacle, through-hole (https://www.cuidevices.com/product/resource/uj2-adh-th.pdf)
-USB-A CUI stacked horizontal through-hole
-0
-12
-9
-Connector_USB
-USB_A_Connfly_DS1095
-USB type A receptacle, THT, horizontal, https://en.connfly.com/static/upload/file/DS1095.pdf
-Connfly female socket through-hole
-0
-6
-5
-Connector_USB
-USB_A_Connfly_DS1098_Horizontal
-USB type A Plug, Horizontal, https://en.connfly.com/static/upload/file//DS1098.pdf
-USB-A
-0
-6
-5
-Connector_USB
-USB_A_Kycon_KUSBX-AS1N-B_Horizontal
-Kycon, USB-A receptacle, through-hole, https://www.kycon.com/Catalog_PDF/KUSBX.pdf'
-USB-A receptacle horizontal THT
-0
-6
-5
-Connector_USB
-USB_A_Molex_48037-2200_Horizontal
-USB type A Plug, Horizontal, https://www.molex.com/pdm_docs/sd/480372200_sd.pdf
-USB-A
-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_Receptacle_GCT_USB1046
-GCT USB1046, USB Type A, https://gct.co/files/drawings/usb1046.pdf
-USB SMD Type-A Receptacle Right Angle
-0
-8
-5
-Connector_USB
-USB_A_Receptacle_XKB_U231-091N-4BLRA00-S
-USB 3.0 Type A, right-angle, SMT, https://datasheet.lcsc.com/lcsc/2110100130_XKB-Connectivity-U231-091N-4BLRA00-S_C2880618.pdf
-USB A Type-A Receptacle SMD
-0
-13
-10
-Connector_USB
-USB_A_Stewart_SS-52100-001_Horizontal
-USB A connector https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-52100-001.pdf
-USB_A Female Connector receptacle
-0
-6
-5
-Connector_USB
-USB_A_TE_292303-7_Horizontal
-USB type A, Horizontal, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=292303&DocType=Customer+Drawing&DocLang=English
-USB_A Female Connector receptacle
-0
-6
-5
-Connector_USB
-USB_A_Wuerth_614004134726_Horizontal
-USB A connector https://www.we-online.com/catalog/datasheet/614004134726.pdf
-USB_A Female Connector receptacle
-0
-8
-5
-Connector_USB
-USB_A_Wuerth_61400826021_Horizontal_Stacked
-Stacked USB A connector http://katalog.we-online.de/em/datasheet/61400826021.pdf
-Wuerth stacked USB_A
-0
-12
-9
-Connector_USB
-USB_B_Amphenol_MUSB-D511_Vertical_Rugged
-A,phenol MUSB_D511, USB B female connector, straight, rugged, https://www.amphenolcanada.com/ProductSearch/drawings/AC/MUSBD511XX.pdf
-USB_B_MUSB_Straight female connector straight rugged MUSB D511
-0
-6
-5
-Connector_USB
-USB_B_Lumberg_2411_02_Horizontal
-USB 2.0 receptacle type B, horizontal version, through-hole, https://downloads.lumberg.com/datenblaetter/en/2411_02.pdf
-USB B receptacle horizontal through-hole
-0
-6
-5
-Connector_USB
-USB_B_OST_USB-B1HSxx_Horizontal
-USB B receptacle, Horizontal, through-hole, http://www.on-shore.com/wp-content/uploads/2015/09/usb-b1hsxx.pdf
-USB-B receptacle horizontal through-hole
-0
-6
-5
-Connector_USB
-USB_B_TE_5787834_Vertical
-http://www.mouser.com/ds/2/418/NG_CD_5787834_A4-669110.pdf
-USB_B USB B vertical female connector
-0
-6
-5
-Connector_USB
-USB_C_Plug_JAE_DX07P024AJ1
-Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, https://www.jae.com/en/searchfilter/?topics_keyword=DX07P024AJ1&mainItemSelect=1
-USB Type-C Plug Edge Mount
-0
-30
-25
-Connector_USB
-USB_C_Plug_Molex_105444
-Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, http://www.molex.com/pdm_docs/sd/1054440001_sd.pdf
-USB Type-C Plug Edge Mount
-0
-24
-23
-Connector_USB
-USB_C_Plug_ShenzhenJingTuoJin_918-118A2021Y40002_Vertical
-Low-profile vertical USB 2.0 Type C Plug Shenzhen Jing Tuo Jin Electronics Co 918-118A2021Y40002 ( https://datasheet.lcsc.com/lcsc/1912111437_Jing-Extension-of-the-Electronic-Co--918-118A2021Y40002_C399939.pdf ) also compatible with Korean HRO Parts Elec TYPE-C-31-G-06
-type-c usb2
-0
-18
-17
-Connector_USB
-USB_C_Receptacle_Amphenol_124019772112A
-USB TYPE C Receptacle, USB2.0, Waterproof, Dual Row SMT, IPX8, https://cdn.amphenol-cs.com/media/wysiwyg/files/drawing/c12401977-3.pdf
-USB C Type-C Waterproof
-0
-22
-17
-Connector_USB
-USB_C_Receptacle_Amphenol_12401548E4-2A
-USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A
-USB C Type-C Receptacle Hybrid
-0
-28
-25
-Connector_USB
-USB_C_Receptacle_Amphenol_12401548E4-2A_CircularHoles
-USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A
-USB C Type-C Receptacle Hybrid
-0
-28
-25
-Connector_USB
-USB_C_Receptacle_Amphenol_12401610E4-2A
-USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A
-USB C Type-C Receptacle SMD
-0
-28
-25
-Connector_USB
-USB_C_Receptacle_Amphenol_12401610E4-2A_CircularHoles
-USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A
-USB C Type-C Receptacle SMD
-0
-28
-25
-Connector_USB
-USB_C_Receptacle_Amphenol_12401948E412A
-USB TYPE C, USB 2.0, SMT, https://cdn.amphenol-cs.com/media/wysiwyg/files/drawing/c12401948.pdf
-Amphenol
-0
-20
-16
-Connector_USB
-USB_C_Receptacle_CNCTech_C-ARA1-AK51X
-USB Type-C 3.0 Receptacle, 24-pin, right angle (source: https://www.cnctech.us/pdfs/C-ARA1-AK512.pdf)
-USB C Type-C Receptacle Hybrid CNCTech C-ARA1-AK51X
-0
-32
-25
-Connector_USB
-USB_C_Receptacle_G-Switch_GT-USB-7010ASV
-USB Type C, right-angle, SMT, https://datasheet.lcsc.com/lcsc/2204071530_G-Switch-GT-USB-7010ASV_C2988369.pdf
-USB C Type-C Receptacle SMD
-0
-20
-17
-Connector_USB
-USB_C_Receptacle_G-Switch_GT-USB-7025
-USB Type C, right-angle, SMT, https://www.lcsc.com/datasheet/lcsc_datasheet_2312191005_G-Switch-GT-USB-7025_C963213.pdf
-USB C Type-C Receptacle SMD
-0
-22
-18
-Connector_USB
-USB_C_Receptacle_G-Switch_GT-USB-7051x
-USB Type C, vertical, SMT, https://datasheet.lcsc.com/lcsc/2108072030_G-Switch-GT-USB-7051A_C2843970.pdf
-USB C Type-C Receptacle SMD GT-USB-7051A GT-USB-7051B
-0
-20
-17
-Connector_USB
-USB_C_Receptacle_GCT_USB4085
-USB 2.0 Type C Receptacle, https://gct.co/Files/Drawings/USB4085.pdf
-USB Type-C Receptacle Through-hole Right angle
-0
-20
-17
-Connector_USB
-USB_C_Receptacle_GCT_USB4105-xx-A_16P_TopMnt_Horizontal
-USB 2.0 Type C Receptacle, GCT, 16P, top mounted, horizontal, 5A: https://gct.co/files/drawings/usb4105.pdf
-USB C Type-C Receptacle SMD USB 2.0 16P 16C USB4105-15-A USB4105-15-A-060 USB4105-15-A-120 USB4105-GF-A USB4105-GF-A-060 USB4105-GF-A-120
-0
-20
-17
-Connector_USB
-USB_C_Receptacle_GCT_USB4110
-USB 2.0 Type C Receptacle, GCT, 16P, top mounted, horizontal, 5A, https://gct.co/files/drawings/usb4110.pdf
-USB 2.0 C Type-C Receptacle SMD 16P 16C USB4110-GF-A
-0
-20
-17
-Connector_USB
-USB_C_Receptacle_GCT_USB4115-03-C
-USB TYPE C, VERT RCPT PCB, SMT, https://gct.co/files/drawings/usb4115.pdf
-USB C Type-C Receptacle SMD
-0
-28
-25
-Connector_USB
-USB_C_Receptacle_GCT_USB4125-xx-x-0190_6P_TopMnt_Horizontal
-USB Type C Receptacle, GCT, power-only, 6P, top mounted, horizontal, 3A, 1.9mm stake: https://gct.co/files/drawings/usb4125.pdf
-USB C Type-C receptacle power-only charging-only 6P 6C right angled
-0
-10
-7
-Connector_USB
-USB_C_Receptacle_GCT_USB4125-xx-x_6P_TopMnt_Horizontal
-USB Type C Receptacle, GCT, power-only, 6P, top mounted, horizontal, 3A, 1mm stake: https://gct.co/files/drawings/usb4125.pdf
-USB C Type-C receptacle power-only charging-only 6P 6C right angled
-0
-10
-7
-Connector_USB
-USB_C_Receptacle_GCT_USB4135-GF-A_6P_TopMnt_Horizontal
-USB Type C Receptacle, GCT, power-only, 6P, top mounted, horizontal, 3A: https://gct.co/files/drawings/usb4135.pdf
-USB C Type-C Receptacle SMD USB Power-only Charging-only 6P 6C USB4135-GF-A
-0
-10
-7
-Connector_USB
-USB_C_Receptacle_HCTL_HC-TYPE-C-16P-01A
-16-pin USB-C receptacle, USB2.0 and PD, 5A VBUS rating, https://datasheet.lcsc.com/lcsc/2211161000_HCTL-HC-TYPE-C-16P-01A_C2894897.pdf
-usb usb-c 2.0 pd
-0
-20
-17
-Connector_USB
-USB_C_Receptacle_HRO_TYPE-C-31-M-12
-USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf
-usb usb-c 2.0 pd
-0
-20
-17
-Connector_USB
-USB_C_Receptacle_HRO_TYPE-C-31-M-17
-USB Type-C receptacle for USB 2.0, 6 pin, https://omo-oss-file.thefastfile.com/portal-saas/new2023011311465142457/cms/file/134891b2-9b01-4104-89d3-96207243f692.pdf
-usb usb-c 2.0 pd
-0
-10
-7
-Connector_USB
-USB_C_Receptacle_JAE_DX07S016JA1R1500
-USB TYPE C, USB 2.0, SMT, https://www.jae.com/en/connectors/series/detail/product/id=91780
-USB C Type-C Receptacle SMD USB 2.0
-0
-22
-17
-Connector_USB
-USB_C_Receptacle_JAE_DX07S024WJ1R350
-http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117219.pdf
-USB C Type-C Receptacle SMD
-0
-30
-25
-Connector_USB
-USB_C_Receptacle_JAE_DX07S024WJ3R400
-USB TYPE C, VERT RCPT PCB, SMT, http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117928.pdf
-USB C Type-C Receptacle SMD
-0
-28
-25
-Connector_USB
-USB_C_Receptacle_Molex_105450-0101
-USB 3.0 3.1 3.2 4.0 Type-C receptable, through-hole mount, SMD, right-angle (https://www.molex.com/pdm_docs/sd/1054500101_sd.pdf)
-USB C Type-C USB3 receptacle SMD
-0
-28
-25
-Connector_USB
-USB_C_Receptacle_Palconn_UTC16-G
-http://www.palpilot.com/wp-content/uploads/2017/05/UTC027-GKN-OR-Rev-A.pdf
-USB C Type-C Receptacle USB2.0
-0
-20
-17
-Connector_USB
-USB_C_Receptacle_XKB_U262-16XN-4BVC11
-USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf
-USB C Type-C Receptacle SMD
-0
-20
-17
-Connector_USB
-USB_Micro-AB_Molex_47590-0001
-Micro USB AB receptacle, right-angle inverted (https://www.molex.com/pdm_docs/sd/475900001_sd.pdf)
-Micro AB USB SMD
-0
-14
-6
-Connector_USB
-USB_Micro-B_Amphenol_10103594-0001LF_Horizontal
-Micro USB Type B 10103594-0001LF, http://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10103594.pdf
-USB USB_B USB_micro USB_OTG
-0
-17
-6
-Connector_USB
-USB_Micro-B_Amphenol_10104110_Horizontal
-USB Micro-B, horizontal, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10104110.pdf
-USB Micro B horizontal
-0
-9
-6
-Connector_USB
-USB_Micro-B_Amphenol_10118193-0001LF_Horizontal
-USB Micro-B receptacle, horizontal, SMD, 10118193, with flange, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118193.pdf
-USB Micro-B horizontal SMD
-0
-11
-6
-Connector_USB
-USB_Micro-B_Amphenol_10118193-0002LF_Horizontal
-USB Micro-B receptacle, horizontal, SMD, 10118193, without flange, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118193.pdf
-USB Micro-B horizontal SMD
-0
-11
-6
-Connector_USB
-USB_Micro-B_Amphenol_10118194-0001LF_Horizontal
-USB Micro-B receptacle, horizontal, SMD, 10118194, 10118194-0001LF, 10118194-0002LF, 10118194-0101LF, 10118194-1001LF, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118194.pdf
-USB Micro B horizontal SMD
-0
-17
-6
-Connector_USB
-USB_Micro-B_Amphenol_10118194_Horizontal
-USB Micro-B receptacle, horizontal, SMD, 10118194, 10118194-0011LF, 10118194-0012LF, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118194.pdf
-USB Micro B horizontal SMD
-0
-17
-6
-Connector_USB
-USB_Micro-B_GCT_USB3076-30-A
-GCT Micro USB https://gct.co/files/drawings/usb3076.pdf
-Micro-USB SMD Typ-B GCT
-0
-11
-6
-Connector_USB
-USB_Micro-B_Molex-105017-0001
-http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf
-Micro-USB SMD Typ-B
-0
-13
-6
-Connector_USB
-USB_Micro-B_Molex-105133-0001
-Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330001_sd.pdf)
-Micro-USB SMD Typ-B Vertical
-0
-8
-6
-Connector_USB
-USB_Micro-B_Molex-105133-0031
-Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330031_sd.pdf)
-Micro-USB SMD Typ-B Vertical
-0
-8
-6
-Connector_USB
-USB_Micro-B_Molex_47346-0001
-Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://www.molex.com/pdm_docs/sd/473460001_sd.pdf)
-Micro B USB SMD
-0
-11
-6
-Connector_USB
-USB_Micro-B_Technik_TWP-4002D-H3
-Dustproof Micro USB Type B TWP-4002D-H3, https://www.technik.com.hk/images/pdf_product/WP4002D-H3-A_2.0.pdf
-USB Micro B horizontal dustproof waterproof IP67
-0
-7
-6
-Connector_USB
-USB_Micro-B_Wuerth_614105150721_Vertical
-USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf
-usb micro receptacle vertical
-0
-7
-6
-Connector_USB
-USB_Micro-B_Wuerth_614105150721_Vertical_CircularHoles
-USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf
-usb micro receptacle vertical
-0
-7
-6
-Connector_USB
-USB_Micro-B_Wuerth_629105150521
-USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf
-usb micro receptacle
-0
-9
-6
-Connector_USB
-USB_Micro-B_Wuerth_629105150521_CircularHoles
-USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf
-usb micro receptacle
-0
-9
-6
-Connector_USB
-USB_Micro-B_XKB_U254-051T-4BH83-F1S
-XKB Connectivity, USB Micro-B, right-angle, SMT, https://datasheet.lcsc.com/lcsc/2206091745_XKB-Connectivity-U254-051T-4BH83-F1S_C397452.pdf
-USB Micro-B Receptacle SMD
-0
-11
-6
-Connector_USB
-USB_Mini-B_AdamTech_MUSB-B5-S-VT-TSMT-1_SMD_Vertical
-http://www.adam-tech.com/upload/MUSB-B5-S-VT-TSMT-1.pdf
-USB Mini-B
-0
-7
-6
-Connector_USB
-USB_Mini-B_Lumberg_2486_01_Horizontal
-USB Mini-B 5-pin SMD connector, http://downloads.lumberg.com/datenblaetter/en/2486_01.pdf
-USB USB_B USB_Mini connector
-0
-9
-6
-Connector_USB
-USB_Mini-B_Tensility_54-00023_Vertical
-http://www.tensility.com/pdffiles/54-00023.pdf
-usb mini receptacle vertical
-0
-7
-6
-Connector_USB
-USB_Mini-B_Tensility_54-00023_Vertical_CircularHoles
-http://www.tensility.com/pdffiles/54-00023.pdf
-usb mini receptacle vertical
-0
-7
-6
-Connector_USB
-USB_Mini-B_Wuerth_65100516121_Horizontal
-Mini USB 2.0 Type B SMT Horizontal 5 Contacts (https://katalog.we-online.de/em/datasheet/65100516121.pdf)
-Mini USB 2.0 Type B
-0
-9
-6
-Connector_Video
-DVI-D_Molex_74320-4004_Horizontal
-DVI-D Dual Link connector, horizontal, 24 pins, Molex P/N 74320-4004, https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/743/74320/743204004_sd.pdf?inline
-dvi right angle
-0
-26
-25
-Connector_Video
-DVI-I_Molex_74320-1004_Horizontal
-DVI-I Dual Link connector, horizontal, 29 pins, Molex P/N 74320-1004, https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/743/74320/743201004_sd.pdf?inline
-dvi right angle
-0
-32
-30
-Connector_Video
-HDMI_A_Amphenol_10029449-x01xLF_Horizontal
-HDMI Type A connector, Amphenol 10029449-001TLF 10029449-001RLF 10029449-101TLF 10029449-101RLF, Right Angle(https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10029449.pdf)
-hdmi right angle
-0
-23
-20
-Connector_Video
-HDMI_A_Contact_Technology_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_Video
-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_Video
-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_Video
-HDMI_Micro-D_Molex_46765-0xxx
-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_Video
-HDMI_Micro-D_Molex_46765-1xxx
-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_Video
-HDMI_Micro-D_Molex_46765-2xxx
-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_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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 vertical
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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 horizontal
-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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.10 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=9), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), 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://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 2sqmm double-strain-relief
-0
-6
-6
-Connector_Wire
-SolderWire-4sqmm_1x01_D3mm_OD6mm
-Soldered wire connection, for a single 4 mm² wire, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm
-0
-1
-1
-Connector_Wire
-SolderWire-4sqmm_1x01_D3mm_OD6mm_Relief
-Soldered wire connection with feed through strain relief, for a single 4 mm² wire, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm strain-relief
-0
-1
-1
-Connector_Wire
-SolderWire-4sqmm_1x01_D3mm_OD6mm_Relief2x
-Soldered wire connection with double feed through strain relief, for a single 4 mm² wire, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm double-strain-relief
-0
-1
-1
-Connector_Wire
-SolderWire-4sqmm_1x02_P12mm_D3mm_OD6mm
-Soldered wire connection, for 2 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm
-0
-2
-2
-Connector_Wire
-SolderWire-4sqmm_1x02_P12mm_D3mm_OD6mm_Relief
-Soldered wire connection with feed through strain relief, for 2 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm strain-relief
-0
-2
-2
-Connector_Wire
-SolderWire-4sqmm_1x02_P12mm_D3mm_OD6mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 2 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm double-strain-relief
-0
-2
-2
-Connector_Wire
-SolderWire-4sqmm_1x03_P12mm_D3mm_OD6mm
-Soldered wire connection, for 3 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm
-0
-3
-3
-Connector_Wire
-SolderWire-4sqmm_1x03_P12mm_D3mm_OD6mm_Relief
-Soldered wire connection with feed through strain relief, for 3 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm strain-relief
-0
-3
-3
-Connector_Wire
-SolderWire-4sqmm_1x03_P12mm_D3mm_OD6mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 3 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm double-strain-relief
-0
-3
-3
-Connector_Wire
-SolderWire-4sqmm_1x04_P12mm_D3mm_OD6mm
-Soldered wire connection, for 4 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm
-0
-4
-4
-Connector_Wire
-SolderWire-4sqmm_1x04_P12mm_D3mm_OD6mm_Relief
-Soldered wire connection with feed through strain relief, for 4 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm strain-relief
-0
-4
-4
-Connector_Wire
-SolderWire-4sqmm_1x04_P12mm_D3mm_OD6mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 4 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm double-strain-relief
-0
-4
-4
-Connector_Wire
-SolderWire-4sqmm_1x05_P12mm_D3mm_OD6mm
-Soldered wire connection, for 5 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm
-0
-5
-5
-Connector_Wire
-SolderWire-4sqmm_1x05_P12mm_D3mm_OD6mm_Relief
-Soldered wire connection with feed through strain relief, for 5 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm strain-relief
-0
-5
-5
-Connector_Wire
-SolderWire-4sqmm_1x05_P12mm_D3mm_OD6mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 5 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm double-strain-relief
-0
-5
-5
-Connector_Wire
-SolderWire-4sqmm_1x06_P12mm_D3mm_OD6mm
-Soldered wire connection, for 6 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm
-0
-6
-6
-Connector_Wire
-SolderWire-4sqmm_1x06_P12mm_D3mm_OD6mm_Relief
-Soldered wire connection with feed through strain relief, for 6 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm strain-relief
-0
-6
-6
-Connector_Wire
-SolderWire-4sqmm_1x06_P12mm_D3mm_OD6mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 6 times 4 mm² wires, reinforced insulation, conductor diameter 3mm, outer diameter 6mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 4sqmm double-strain-relief
-0
-6
-6
-Connector_Wire
-SolderWire-6sqmm_1x01_D3.5mm_OD7mm
-Soldered wire connection, for a single 6 mm² wire, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm
-0
-1
-1
-Connector_Wire
-SolderWire-6sqmm_1x01_D3.5mm_OD7mm_Relief
-Soldered wire connection with feed through strain relief, for a single 6 mm² wire, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm strain-relief
-0
-1
-1
-Connector_Wire
-SolderWire-6sqmm_1x01_D3.5mm_OD7mm_Relief2x
-Soldered wire connection with double feed through strain relief, for a single 6 mm² wire, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm double-strain-relief
-0
-1
-1
-Connector_Wire
-SolderWire-6sqmm_1x02_P14mm_D3.5mm_OD7mm
-Soldered wire connection, for 2 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm
-0
-2
-2
-Connector_Wire
-SolderWire-6sqmm_1x02_P14mm_D3.5mm_OD7mm_Relief
-Soldered wire connection with feed through strain relief, for 2 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm strain-relief
-0
-2
-2
-Connector_Wire
-SolderWire-6sqmm_1x02_P14mm_D3.5mm_OD7mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 2 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm double-strain-relief
-0
-2
-2
-Connector_Wire
-SolderWire-6sqmm_1x03_P14mm_D3.5mm_OD7mm
-Soldered wire connection, for 3 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm
-0
-3
-3
-Connector_Wire
-SolderWire-6sqmm_1x03_P14mm_D3.5mm_OD7mm_Relief
-Soldered wire connection with feed through strain relief, for 3 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm strain-relief
-0
-3
-3
-Connector_Wire
-SolderWire-6sqmm_1x03_P14mm_D3.5mm_OD7mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 3 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm double-strain-relief
-0
-3
-3
-Connector_Wire
-SolderWire-6sqmm_1x04_P14mm_D3.5mm_OD7mm
-Soldered wire connection, for 4 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm
-0
-4
-4
-Connector_Wire
-SolderWire-6sqmm_1x04_P14mm_D3.5mm_OD7mm_Relief
-Soldered wire connection with feed through strain relief, for 4 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm strain-relief
-0
-4
-4
-Connector_Wire
-SolderWire-6sqmm_1x04_P14mm_D3.5mm_OD7mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 4 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm double-strain-relief
-0
-4
-4
-Connector_Wire
-SolderWire-6sqmm_1x05_P14mm_D3.5mm_OD7mm
-Soldered wire connection, for 5 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm
-0
-5
-5
-Connector_Wire
-SolderWire-6sqmm_1x05_P14mm_D3.5mm_OD7mm_Relief
-Soldered wire connection with feed through strain relief, for 5 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm strain-relief
-0
-5
-5
-Connector_Wire
-SolderWire-6sqmm_1x05_P14mm_D3.5mm_OD7mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 5 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm double-strain-relief
-0
-5
-5
-Connector_Wire
-SolderWire-6sqmm_1x06_P14mm_D3.5mm_OD7mm
-Soldered wire connection, for 6 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm
-0
-6
-6
-Connector_Wire
-SolderWire-6sqmm_1x06_P14mm_D3.5mm_OD7mm_Relief
-Soldered wire connection with feed through strain relief, for 6 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm strain-relief
-0
-6
-6
-Connector_Wire
-SolderWire-6sqmm_1x06_P14mm_D3.5mm_OD7mm_Relief2x
-Soldered wire connection with double feed through strain relief, for 6 times 6 mm² wires, reinforced insulation, conductor diameter 3.5mm, outer diameter 7mm, size source Multi-Contact FLEXI-xV 2.5 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator
-connector wire 6sqmm double-strain-relief
-0
-6
-6
-Connector_Wire
-SolderWirePad_1x01_SMD_1.5x3mm
-Wire Pad, Square, SMD Pad, 1.5mm x 3mm
-MeasurementPoint Square SMDPad 1.5mmx3mm
-0
-1
-1
-Connector_Wire
-SolderWirePad_1x01_SMD_1x2mm
-Wire Pad, Square, SMD Pad, 1mm x 2mm
-MeasurementPoint Square SMDPad 1mmx2mm
-0
-1
-1
-Connector_Wire
-SolderWirePad_1x01_SMD_2x4mm
-Wire Pad, Square, SMD Pad, 2mm x 4mm
-MeasurementPoint Square SMDPad 2mmx4mm
-0
-1
-1
-Connector_Wire
-SolderWirePad_1x01_SMD_3x6mm
-Wire Pad, Square, SMD Pad, 3mm x 6mm
-MeasurementPoint Square SMDPad 3mmx6mm
-0
-1
-1
-Connector_Wire
-SolderWirePad_1x01_SMD_4x8mm
-Wire Pad, Square, SMD Pad, 4mm x 8mm
-MeasurementPoint Square SMDPad 4mmx8mm
-0
-1
-1
-Connector_Wire
-SolderWirePad_1x01_SMD_5x10mm
-Wire Pad, Square, SMD Pad, 5mm x 10mm
-MeasurementPoint Square SMDPad 5mmx10mm
-0
-1
-1
-Connector_Wuerth
-Wuerth_WR-PHD_613004216921_Large_2x02_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613004216921 (https://katalog.we-online.de/em/datasheet/613004216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613004216921
-0
-4
-4
-Connector_Wuerth
-Wuerth_WR-PHD_613006216921_Large_2x03_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613006216921 (https://katalog.we-online.de/em/datasheet/613006216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613006216921
-0
-6
-6
-Connector_Wuerth
-Wuerth_WR-PHD_613008216921_Large_2x04_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613008216921 (https://katalog.we-online.de/em/datasheet/613008216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613008216921
-0
-8
-8
-Connector_Wuerth
-Wuerth_WR-PHD_613010216921_Large_2x05_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613010216921 (https://katalog.we-online.de/em/datasheet/613010216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613010216921
-0
-10
-10
-Connector_Wuerth
-Wuerth_WR-PHD_613012216921_Large_2x06_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613012216921 (https://katalog.we-online.de/em/datasheet/613012216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613012216921
-0
-12
-12
-Connector_Wuerth
-Wuerth_WR-PHD_613016216921_Large_2x08_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613016216921 (https://katalog.we-online.de/em/datasheet/613016216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613016216921
-0
-16
-16
-Connector_Wuerth
-Wuerth_WR-PHD_613018216921_Large_2x09_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613018216921 (https://katalog.we-online.de/em/datasheet/613018216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613018216921
-0
-18
-18
-Connector_Wuerth
-Wuerth_WR-PHD_613020216921_Large_2x10_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613020216921 (https://katalog.we-online.de/em/datasheet/613020216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613020216921
-0
-20
-20
-Connector_Wuerth
-Wuerth_WR-PHD_613022216921_Large_2x11_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613022216921 (https://katalog.we-online.de/em/datasheet/613022216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613022216921
-0
-22
-22
-Connector_Wuerth
-Wuerth_WR-PHD_613024216921_Large_2x12_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613024216921 (https://katalog.we-online.de/em/datasheet/613024216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613024216921
-0
-24
-24
-Connector_Wuerth
-Wuerth_WR-PHD_613026216921_Large_2x13_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613026216921 (https://katalog.we-online.de/em/datasheet/613026216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613026216921
-0
-26
-26
-Connector_Wuerth
-Wuerth_WR-PHD_613032216921_Large_2x16_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613032216921 (https://katalog.we-online.de/em/datasheet/613032216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613032216921
-0
-32
-32
-Connector_Wuerth
-Wuerth_WR-PHD_613034216921_Large_2x17_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Large, Wuerth electronics 613034216921 (https://katalog.we-online.de/em/datasheet/613034216921.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 613034216921
-0
-34
-34
-Connector_Wuerth
-Wuerth_WR-PHD_610004243021_SMD_2x02_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610004243021 (https://katalog.we-online.de/em/datasheet/610004243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610004243021
-0
-4
-4
-Connector_Wuerth
-Wuerth_WR-PHD_610006243021_SMD_2x03_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610006243021 (https://katalog.we-online.de/em/datasheet/610006243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610006243021
-0
-6
-6
-Connector_Wuerth
-Wuerth_WR-PHD_610008243021_SMD_2x04_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610008243021 (https://katalog.we-online.de/em/datasheet/610008243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610008243021
-0
-8
-8
-Connector_Wuerth
-Wuerth_WR-PHD_610010243021_SMD_2x05_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610010243021 (https://katalog.we-online.de/em/datasheet/610010243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610010243021
-0
-10
-10
-Connector_Wuerth
-Wuerth_WR-PHD_610012243021_SMD_2x06_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610012243021 (https://katalog.we-online.de/em/datasheet/610012243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610012243021
-0
-12
-12
-Connector_Wuerth
-Wuerth_WR-PHD_610016243021_SMD_2x08_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610016243021 (https://katalog.we-online.de/em/datasheet/610016243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610016243021
-0
-16
-16
-Connector_Wuerth
-Wuerth_WR-PHD_610018243021_SMD_2x09_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610018243021 (https://katalog.we-online.de/em/datasheet/610018243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610018243021
-0
-18
-18
-Connector_Wuerth
-Wuerth_WR-PHD_610020243021_SMD_2x10_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610020243021 (https://katalog.we-online.de/em/datasheet/610020243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610020243021
-0
-20
-20
-Connector_Wuerth
-Wuerth_WR-PHD_610022243021_SMD_2x11_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610022243021 (https://katalog.we-online.de/em/datasheet/610022243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610022243021
-0
-22
-22
-Connector_Wuerth
-Wuerth_WR-PHD_610024243021_SMD_2x12_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610024243021 (https://katalog.we-online.de/em/datasheet/610024243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610024243021
-0
-24
-24
-Connector_Wuerth
-Wuerth_WR-PHD_610026243021_SMD_2x13_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610026243021 (https://katalog.we-online.de/em/datasheet/610026243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610026243021
-0
-26
-26
-Connector_Wuerth
-Wuerth_WR-PHD_610032243021_SMD_2x16_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610032243021 (https://katalog.we-online.de/em/datasheet/610032243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610032243021
-0
-32
-32
-Connector_Wuerth
-Wuerth_WR-PHD_610034243021_SMD_2x17_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry SMD, Wuerth electronics 610034243021 (https://katalog.we-online.de/em/datasheet/610034243021.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 610034243021
-0
-34
-34
-Connector_Wuerth
-Wuerth_WR-PHD_61300425721_Standard_2x02_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61300425721 (https://katalog.we-online.de/em/datasheet/61300425721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61300425721
-0
-4
-4
-Connector_Wuerth
-Wuerth_WR-PHD_61300625721_Standard_2x03_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61300625721 (https://katalog.we-online.de/em/datasheet/61300625721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61300625721
-0
-6
-6
-Connector_Wuerth
-Wuerth_WR-PHD_61300825721_Standard_2x04_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61300825721 (https://katalog.we-online.de/em/datasheet/61300825721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61300825721
-0
-8
-8
-Connector_Wuerth
-Wuerth_WR-PHD_61301025721_Standard_2x05_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61301025721 (https://katalog.we-online.de/em/datasheet/61301025721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61301025721
-0
-10
-10
-Connector_Wuerth
-Wuerth_WR-PHD_61301225721_Standard_2x06_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61301225721 (https://katalog.we-online.de/em/datasheet/61301225721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61301225721
-0
-12
-12
-Connector_Wuerth
-Wuerth_WR-PHD_61301625721_Standard_2x08_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61301625721 (https://katalog.we-online.de/em/datasheet/61301625721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61301625721
-0
-16
-16
-Connector_Wuerth
-Wuerth_WR-PHD_61302025721_Standard_2x10_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61302025721 (https://katalog.we-online.de/em/datasheet/61302025721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61302025721
-0
-20
-20
-Connector_Wuerth
-Wuerth_WR-PHD_61302425721_Standard_2x12_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61302425721 (https://katalog.we-online.de/em/datasheet/61302425721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61302425721
-0
-24
-24
-Connector_Wuerth
-Wuerth_WR-PHD_61302625721_Standard_2x13_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61302625721 (https://katalog.we-online.de/em/datasheet/61302625721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61302625721
-0
-26
-26
-Connector_Wuerth
-Wuerth_WR-PHD_61303225721_Standard_2x16_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61303225721 (https://katalog.we-online.de/em/datasheet/61303225721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61303225721
-0
-32
-32
-Connector_Wuerth
-Wuerth_WR-PHD_61303425721_Standard_2x17_P2.54mm_Vertical
-Connector Wuerth, WR-PHD 2.54mm Dual Socket Header Bottom Entry Standard, Wuerth electronics 61303425721 (https://katalog.we-online.de/em/datasheet/61303425721.pdf), generated with kicad-footprint-generator
-Connector Wuerth WR-PHD 2.54mm 61303425721
-0
-34
-34
-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
-Connector_Zhaoxing
-Zhaoxing_VH_ZX-VH3.96-2PLT_1x02-1MP_P3.96mm_Vertical
-Zhaoxing VH series connector, ZX-VH3.96-2PLT (https://www.lcsc.com/datasheet/lcsc_datasheet_2306191414_Megastar-ZX-VH3-96-4PLT_C7429652.pdf), generated with kicad-footprint-generator
-connector Zhaoxing VH vertical
-0
-4
-3
-Connector_Zhaoxing
-Zhaoxing_VH_ZX-VH3.96-3PLT_1x03-1MP_P3.96mm_Vertical
-Zhaoxing VH series connector, ZX-VH3.96-3PLT (https://www.lcsc.com/datasheet/lcsc_datasheet_2306191414_Megastar-ZX-VH3-96-4PLT_C7429652.pdf), generated with kicad-footprint-generator
-connector Zhaoxing VH vertical
-0
-5
-4
-Connector_Zhaoxing
-Zhaoxing_VH_ZX-VH3.96-4PLT_1x04-1MP_P3.96mm_Vertical
-Zhaoxing VH series connector, ZX-VH3.96-4PLT (https://www.lcsc.com/datasheet/lcsc_datasheet_2306191414_Megastar-ZX-VH3-96-4PLT_C7429652.pdf), generated with kicad-footprint-generator
-connector Zhaoxing VH vertical
-0
-6
-5
-Connector_Zhaoxing
-Zhaoxing_VH_ZX-VH3.96-5PLT_1x05-1MP_P3.96mm_Vertical
-Zhaoxing VH series connector, ZX-VH3.96-5PLT (https://www.lcsc.com/datasheet/lcsc_datasheet_2306191414_Megastar-ZX-VH3-96-4PLT_C7429652.pdf), generated with kicad-footprint-generator
-connector Zhaoxing VH vertical
-0
-7
-6
-Connector_Zhaoxing
-Zhaoxing_VH_ZX-VH3.96-6PLT_1x06-1MP_P3.96mm_Vertical
-Zhaoxing VH series connector, ZX-VH3.96-6PLT (https://www.lcsc.com/datasheet/lcsc_datasheet_2306191414_Megastar-ZX-VH3-96-4PLT_C7429652.pdf), generated with kicad-footprint-generator
-connector Zhaoxing VH vertical
-0
-8
-7
-Connector_Zhaoxing
-Zhaoxing_VH_ZX-VH3.96-7PLT_1x07-1MP_P3.96mm_Vertical
-Zhaoxing VH series connector, ZX-VH3.96-7PLT (https://www.lcsc.com/datasheet/lcsc_datasheet_2306191414_Megastar-ZX-VH3-96-4PLT_C7429652.pdf), generated with kicad-footprint-generator
-connector Zhaoxing VH vertical
-0
-9
-8
-Connector_Zhaoxing
-Zhaoxing_VH_ZX-VH3.96-8PLT_1x08-1MP_P3.96mm_Vertical
-Zhaoxing VH series connector, ZX-VH3.96-8PLT (https://www.lcsc.com/datasheet/lcsc_datasheet_2306191414_Megastar-ZX-VH3-96-4PLT_C7429652.pdf), generated with kicad-footprint-generator
-connector Zhaoxing VH vertical
-0
-10
-9
-Connector_Zhaoxing
-Zhaoxing_VH_ZX-VH3.96-9PLT_1x09-1MP_P3.96mm_Vertical
-Zhaoxing VH series connector, ZX-VH3.96-9PLT (https://www.lcsc.com/datasheet/lcsc_datasheet_2306191414_Megastar-ZX-VH3-96-4PLT_C7429652.pdf), generated with kicad-footprint-generator
-connector Zhaoxing VH vertical
-0
-11
-10
-Connector_Zhaoxing
-Zhaoxing_VH_ZX-VH3.96-10PLT_1x10-1MP_P3.96mm_Vertical
-Zhaoxing VH series connector, ZX-VH3.96-10PLT (https://www.lcsc.com/datasheet/lcsc_datasheet_2306191414_Megastar-ZX-VH3-96-4PLT_C7429652.pdf), generated with kicad-footprint-generator
-connector Zhaoxing VH vertical
-0
-12
-11
-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_Hi-Link_HLK-2Mxx
-ACDC-Converter, 2W, Hi-Link, HLK-2Mxx, THT, https://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%972W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%912W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%AF%B4%E6%98%8E%E4%B9%A6V2.6.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter 2W THT Hi-Link board mount module
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_Hi-Link_HLK-5Mxx
-ACDC-Converter, 5W, Hi-Link, HLK-5Mxx, THT, https://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%975W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%915W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%A7%84%E6%A0%BC%E4%B9%A6V2.8.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter 5W THT Hi-Link board mount module
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_Hi-Link_HLK-10Mxx
-ACDC-Converter, 10W, Hi-Link, HLK-10Mxx, THT, https://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%9710W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%9110W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%A7%84%E6%A0%BC%E4%B9%A6V1.8.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter 10W THT Hi-Link board mount module
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_Hi-Link_HLK-12MxxA
-ACDC-Converter, 12W, Hi-Link, HLK-12MxxA, THT, https://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%9712W%E7%B3%BB%E5%88%97/1/12W%E7%B3%BB%E5%88%97%E8%A7%84%E6%A0%BC%E4%B9%A6.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter 12W THT Hi-Link board mount module
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_Hi-Link_HLK-20Mxx
-ACDC-Converter, 20W, Hi-Link, HLK-20Mxx, THT, https://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%9720W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%9120W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%A7%84%E6%A0%BC%E4%B9%A6V1.6.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter 20W THT Hi-Link board mount module
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_Hi-Link_HLK-30Mxx
-ACDC-Converter, 30W, Hi-Link, HLK-30Mxx, HLK-30MxxC, THT, https://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%9730W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%9130W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%A7%84%E6%A0%BC%E4%B9%A6V1.6.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter 30W THT Hi-Link board mount module
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_Hi-Link_HLK-PMxx
-ACDC-Converter, 3W, Hi-Link, HLK-PMxx, THT, https://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%973W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%913W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%A7%84%E6%A0%BC%E4%B9%A6V2.8.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter 3W THT Hi-Link 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_MeanWell_MFM-10-xx_THT
-AC/DC board mount open frame power converter, input 80 ~ 264 VAC, 10W output, https://www.meanwellusa.com/upload/pdf/MFM-10/MFM-10-spec.pdf
-AC/DC power converter
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_MeanWell_MFM-15-xx_THT
-AC/DC board mount open frame power converter, input 80 ~ 264 VAC, 15W output, https://www.meanwell.com/Upload/PDF/MFM-15/MFM-15-SPEC.PDF
-AC/DC power converter
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_Murata_BAC05SxxDC_THT
-ACDC-Converter, Murata, 5W, ClassB, https://www.murata.com/products/productdata/8809982558238/KAC-BAC05.pdf
-switching power supply tht
-0
-5
-5
-Converter_ACDC
-Converter_ACDC_RECOM_RAC01-xxSGB_THT
-https://www.recom-power.com/pdf/Powerline-AC-DC/RAC01-GB.pdf
-recom power ac dc rac01xxgb rac01-05sgb rac01-12sgb
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_RECOM_RAC04-xxSGx_THT
-https://www.recom-power.com/pdf/Powerline-AC-DC/RAC04-GA.pdf
-recom power ac dc
-0
-5
-5
-Converter_ACDC
-Converter_ACDC_RECOM_RAC05-xxSK_THT
-https://www.recom-power.com/pdf/Powerline-AC-DC/RAC05-K.pdf
-recom power ac dc
-0
-5
-5
-Converter_ACDC
-Converter_ACDC_Recom_RAC20-xxDK_THT
-Recom RAC20-xxDK https://recom-power.com/pdf/Powerline_AC-DC/RAC20-K.pdf#page=6 Rev. 6/2020
-Recom RAC20-xxDK
-0
-5
-5
-Converter_ACDC
-Converter_ACDC_Recom_RAC20-xxSK_THT
-Recom RAC20-xxSK https://recom-power.com/pdf/Powerline_AC-DC/RAC20-K.pdf#page=6 Rev. 6/2020
-Recom RAC20-xxSK
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_TRACO_TMF_051xx_THT
-ACDC-Converter, TRACO, TMF 051xx, 5W, Rev. August 26. 2024, https://www.tracopower.com/products/tmf05.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter TRACO TMF05 THT 5W
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_TRACO_TMF_101xx_THT
-ACDC-Converter, TRACO, TMF 101xx, 10W, Rev. August 27. 2024, https://www.tracopower.com/products/tmf10.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter TRACO TMF10 THT 10W
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_TRACO_TMF_201xx_THT
-ACDC-Converter, TRACO, TMF 201xx, 20W, Rev. August 28. 2024, https://www.tracopower.com/products/tmf20.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter TRACO TMF20 THT 20W
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_TRACO_TMF_301xx_THT
-ACDC-Converter, TRACO, TMF 301xx, 30W, Rev. October 10. 2024, https://www.tracopower.com/products/tmf30.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter TRACO TMF30 THT 30W
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_TRACO_TMG_071xx_THT
-ACDC-Converter, TRACO, TMG 071xx, 7W, Rev. March 24. 2025, https://www.tracopower.com/products/tmg07.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter TRACO TMG07 THT 1.08"x1.08" 7W
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_TRACO_TMG_151xx_THT
-ACDC-Converter, TRACO, TMG 151xx, 15W, Rev. March 26. 2025, https://www.tracopower.com/products/tmg15.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter TRACO TMG15 THT 1.62"x1.07" 15W
-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_TRACO_TMPW5-1xx_THT
-ACDC-Converter, TRACO, TMPW5-xxx, 5W, Rev. March 19. 2025, https://www.tracopower.com/products/tmpw5.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter TRACO TMPW5 THT 1.46"x1.08"
-0
-5
-5
-Converter_ACDC
-Converter_ACDC_TRACO_TMPW10_1xx_THT
-ACDC-Converter, TRACO, TMPW 10, 10W, Rev. March 17. 2025, https://www.tracopower.com/products/tmpw10.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter TRACO TMPW10 THT 1.46"x1.08"
-0
-5
-5
-Converter_ACDC
-Converter_ACDC_TRACO_TMPW25_1xx_THT
-ACDC-Converter, TRACO, TMPW 25, 25W, Rev. June 16. 2025, https://www.tracopower.com/products/tmpw25.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-ACDC-Converter TRACO TMPW25 THT 2.07"x1.08" 25W
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_TRACO_TPP-15-1xx-D_THT
-ACDC-Converter, 15W, TRACO TPP 15-D, 42 x 28.9 x 21.5mm, https://www.tracopower.com/sites/default/files/products/datasheets/tpp15_d_datasheet.pdf
-ACDC-Converter TRACO TPP
-0
-5
-5
-Converter_ACDC
-Converter_ACDC_Vigortronix_VTX-214-010-1xx_THT
-ACDC converter, Vigortronix, VTX-214-010-1xx, 10W, input 90-265VAC, output 3.3-48V, body size 36x56x25.5mm, https://www.vigortronix.com/wp-content/uploads/2022/01/VTX-214-010-1-Series-D0034-1.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-switching regulator filter
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_Vigortronix_VTX-214-010-2xx_THT
-Miniature ACDC converter, Vigortronix, VTX-214-010-2xx, 10W, input 90-265VAC, output 3.3-48V, body size 30x45.5x24mm, https://www.vigortronix.com/wp-content/uploads/2024/03/VTX-214-010-2xx-10W-Mini-AC-DC-Converter-Range-D0066.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-switching regulator filter
-0
-4
-4
-Converter_ACDC
-Converter_ACDC_Vigortronix_VTX-214-015-1xx_THT
-Miniature ACDC converter, Vigortronix, VTX-214-015-1xx, 15W, output 3.3-48V, body size 45x55x21mm, https://www.vigortronix.com/wp-content/uploads/2022/01/VTX-214-015-1-Series-D0035.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-switching regulator filter
-0
-5
-5
-Converter_ACDC
-Converter_ACDC_ZETTLER_ZPI03Sxx00WC_THT
-PCB mounted switching power module, AC input voltage range: 90VAC-264VAC, Class II Construction, https://www.zettlermagnetics.com/pdfs/ZPI03SXX00WC.pdf
-ACDC-Converter 3W ZETTLER ZPI
-0
-4
-4
-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_Hamamatsu_C11204-1_THT
-Hamamatsu C11204-01 bias power supply module, body 19.4x17mm, height 4.7mm, https://www.hamamatsu.com/content/dam/hamamatsu-photonics/sites/documents/99_SALES_LIBRARY/ssd/c11204-01_kacc1203e.pdf
-MPPC SiPM bias-supply
-0
-16
-16
-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_MeanWell_NSD10_THT
-MeanWell NSD10, https://www.meanwell.com/webapp/product/search.aspx?prod=NSD10-D, generated with kicad-footprint-generator StandardBox_generator.py
-MeanWell NSD NSD10
-0
-6
-6
-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_MYRxP
-Murata MYRxP PicoBK DC/DC converter with inductor, 2x2.5mm, height 1.04mm. https://www.murata.com/en-global/products/power/nonisolated-dc-dc-converter/overview/lineup/picobk
-PicoBK DC/DC MYRBP MYRGP MYRLP
-0
-19
-9
-Converter_DCDC
-Converter_DCDC_Murata_NCS1SxxxxSC_THT
-Murata NCS1SxxxxSC, https://power.murata.com/data/power/ncl/kdc_ncs1.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Murata NCS1SxxxxSC
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_Murata_NMAxxxxDC_THT
-Isolated 1W DCDC-Converter, http://power.murata.com/data/power/ncl/kdc_nma.pdf
-Isolated 1W DCDC-Converter
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_Murata_NMAxxxxSC_THT
-Murata NMAxxxxSC footprint based on SIP7, http://power.murata.com/data/power/ncl/kdc_nma.pdf
-Murata NMAxxxxSC DCDC-Converter
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_Murata_NXExSxxxxMC_SMD
-Isolated 1W or 2W Single Output SM DC/DC Converters https://www.murata.com/products/productdata/8807031865374/kdc-nxe1.pdf#page=8 https://www.murata.com/products/productdata/8807031898142/kdc-nxe2.pdf#page=9
-Isolated 1W or 2W Single Output SM DC/DC Converters
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_Murata_OKI-78SR_Horizontal
-https://power.murata.com/data/power/oki-78sr.pdf
-78sr3.3 78sr5 78sr9 78sr12 78srXX
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_Murata_OKI-78SR_Vertical
-https://power.murata.com/data/power/oki-78sr.pdf
-78sr3.3 78sr5 78sr9 78sr12 78srXX
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_RECOM_R-78B-2.0_THT
-DCDC-Converter, RECOM, RECOM_R-78B-2.0, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78Bxx-2.0.pdf
-dc-dc recom buck sip-3 pitch 2.54mm
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_RECOM_R-78E-0.5_THT
-DCDC-Converter, RECOM, RECOM_R-78E-0.5, SIP-3, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf
-dc-dc recom buck sip-3 pitch 2.54mm
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_RECOM_R-78HB-0.5L_THT
-DCDC-Converter, RECOM, RECOM_R-78HB-0.5L, SIP-3, Horizontally Mounted, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf
-dc-dc recom buck sip-3 pitch 2.54mm
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_RECOM_R-78HB-0.5_THT
-DCDC-Converter, RECOM, RECOM_R-78HB-0.5, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf
-dc-dc recom buck sip-3 pitch 2.54mm
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_RECOM_R-78S-0.1_THT
-DCDC-Converter, RECOM, RECOM_R-78S-0.1, SIP-4, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Sxx-0.1.pdf
-dc-dc recom buck sip-4 pitch 2.54mm
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_RECOM_R5xxxDA_THT
-DCDC-Converter, RECOM, RECOM_R5xxxDA, SIP-12, Horizontally Mounted, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf
-dc-dc recom buck sip-12 pitch 2.54mm
-0
-12
-12
-Converter_DCDC
-Converter_DCDC_RECOM_R5xxxPA_THT
-DCDC-Converter, RECOM, RECOM_R5xxxPA, SIP-12, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf
-dc-dc recom buck sip-12 pitch 2.54mm
-0
-12
-12
-Converter_DCDC
-Converter_DCDC_RECOM_RCD-24_THT
-Constant current LED Driver DC/DC Converter, https://g.recomcdn.com/media/Datasheet/pdf/.fYUQjOlW/.t2a80a771bdbb0ef300f7/Datasheet-93/RCD-24.pdf
-Led Driver DC-DC
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_RECOM_RPA60-xxxxSFW
-RPA60-FW 60W Isolated DC to DC Converters
-DCDC Regulator Single
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_RECOM_RPMx.x-x.0
-https://www.recom-power.com/pdf/Innoline/RPM-6.0.pdf
-dc-dc recom buck lga-25 pitch 2.29mm
-0
-25
-25
-Converter_DCDC
-Converter_DCDC_Silvertel_Ag54xx
-DCDC-Converter, 30W POE, Silvertel, pitch 2.54mm, package size 62x19.5x14mm, https://silvertel.com/images/datasheets/Ag5400-datasheet-high%20Efficiency-30W-Power-Over-Ethernet-Plus-Module-PoE+PD.pdf
-DCDC-Converter Silvertel Ag5405 Ag5412 Ag5424 single output POE
-0
-10
-10
-Converter_DCDC
-Converter_DCDC_Silvertel_Ag99xxLP_THT
-Converter, DCDC, Silvertel Ag9900 PoE, 1500VDC isolation, Vin 36V - 75V, 4.9W - 10W output, https://silvertel.com/images/datasheets/Ag9900M-datasheet-ultra-miniature-isolated-Power-over-Ethernet-POE-module.pdf
-DCDC converter IEEE 802.3af
-0
-8
-8
-Converter_DCDC
-Converter_DCDC_Silvertel_Ag5810
-DCDC-Converter, 60W POE, Silvertel, pitch 2.54mm, package size 69.98x30x15.64mm, https://silvertel.com/images/datasheets/Ag5810-datasheet-IEEE802_3bt-Power-over-Ethernet-4-pair-PD.pdf
-DCDC-Converter Silvertel Ag5810 single output POE
-0
-163
-13
-Converter_DCDC
-Converter_DCDC_TRACO_TBA1-xxxxE_Dual_THT
-DCDC-Converter, TRACO, TBA1-xxxxE, Dual, 1W, Rev. October 31. 2023, https://www.tracopower.com/products/tba1e.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TBA1E THT SIP-7 1W
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_TRACO_TBA1-xxxxE_Single_THT
-DCDC-Converter, TRACO, TBA1-xxxxE, Single, 1W, Rev. October 31. 2023, https://www.tracopower.com/products/tba1e.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TBA1E THT SIP-7 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TBA1-xxxx_THT
-DCDC-Converter, TRACO, TBA1-xxxx, 1W, Rev. May 21. 2025, https://www.tracopower.com/products/tba1.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TBA1 THT SIP-4 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TBA2-xxxx_Dual_THT
-DCDC-Converter, TRACO, TBA2-xxxx, Dual, 2W, Rev. October 18. 2023, https://www.tracopower.com/products/tba2.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TBA2 THT SIP-7 2W
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_TRACO_TBA2-xxxx_Single_THT
-DCDC-Converter, TRACO, TBA2-xxxx, Single, 2W, Rev. October 18. 2023, https://www.tracopower.com/products/tba2.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TBA2 THT SIP-7 2W
-0
-4
-4
-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_TDU1-xxxx_THT
-DCDC-Converter, TRACO, TDU1-xxxx, 1W, Rev. October 24. 2023, https://www.tracopower.com/products/tdu1.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TDU1 THT DIP-8 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TEA1-xxxxE_THT
-DCDC-Converter, TRACO, TEA1-xxxxE, 1W, Rev. October 31. 2023, https://www.tracopower.com/products/tea1e.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TEA1E THT SIP-7 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TEA1-xxxxHI_THT
-DCDC-Converter, TRACO, TEA1-xxxxHI, 1W, Rev. October 31. 2023, https://www.tracopower.com/products/tea1hi.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TEA1HI THT SIP-7 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TEA1-xxxx_THT
-DCDC-Converter, TRACO, TEA1-xxxx, 1W, Rev. October 19. 2023, https://www.tracopower.com/products/tea1.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TEA1 THT SIP-4 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TEC2-12xxWI_24xxWI_48xxWI_THT
-DCDC-Converter, TRACO, TEC 2-12xxWI, TEC 2-24xxWI, TEC 2-48xxWI, 2W, Rev. May 7. 2025, https://www.tracopower.com/products/tec2wi.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TEC2WI THT SIP-8 2W TMR2
-0
-7
-7
-Converter_DCDC
-Converter_DCDC_TRACO_TEC3-24xxUI_THT
-DCDC-Converter, TRACO, TEC3-24xxUI, 3W, Rev. July 31. 2024, https://www.tracopower.com/products/tec3ui.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TEC3UI THT SIP-8 3W
-0
-7
-7
-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-110xxWIRH_THT
-DCDC-Converter, TRACO, TEN 10-110xxWIRH, 10W, Rev. December 16. 2024, https://www.tracopower.com/products/ten10wirh.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TEN10WIRH THT DIP-24 TEN3WIRH TEN6WIRH
-0
-9
-9
-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-110xxWIRH_THT
-DCDC-Converter, TRACO, TEN 20-110xxWIRH, 20W, Rev. August 22. 2024, https://www.tracopower.com/products/ten20wirh.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TEN20WIRH THT 1"x1.6" 20W
-0
-6
-6
-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_TEN30-xxxxUIR_THT
-DCDC-Converter, TRACO, TEN 30-xxxxUIR, 30W, Rev. August 6. 2025, https://www.tracopower.com/products/ten30uir.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TEN30UIR THT 2"x1" 30W
-0
-7
-7
-Converter_DCDC
-Converter_DCDC_TRACO_TEN40-110xxWIRH_THT
-DCDC-Converter, TRACO, TEN 40-110xxWIRH, 40W, Rev. October 2. 2024, https://www.tracopower.com/products/ten40wirh.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TEN40WIRH THT 2"x1" 40W
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_TRACO_TES1-051x_121x_241x_Single_SMD
-DCDC-Converter, TRACO, TES1-051x, TES1-121x, TES1-241x, Single, 1W, Rev. July 1. 2025, https://www.tracopower.com/products/tes1.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TES1 SMD SMD8 1W
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_TRACO_TES1-052x_122x_242x_Dual_SMD
-DCDC-Converter, TRACO, TES1-052x, TES1-122x, TES1-242x, Dual, 1W, Rev. July 1. 2025, https://www.tracopower.com/products/tes1.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TES1 SMD SMD10 1W
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_TRACO_THB10-xxxx_Dual_THT
-DCDC-Converter, TRACO, THB10-xxxx, Dual, 10W, Rev. March 12. 2025, https://www.tracopower.com/products/thb10.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO THB10 THT 2"x1" 10W TRI15 TRI20
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_TRACO_THB10-xxxx_Single_THT
-DCDC-Converter, TRACO, THB10-xxxx, Single, 10W, Rev. March 12. 2025, https://www.tracopower.com/products/thb10.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO THB10 THT 2"x1" 10W TRI15 TRI20
-0
-4
-4
-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_THL30-xxxxWI_THT
-DCDC-Converter, TRACO, THL 30-xxxxWI, 30W, Rev. September 11. 2025, https://www.tracopower.com/products/thl30wi.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO THL30WI THT 1"x1" 30W
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_TRACO_THL40-xxxxWI_THT
-DCDC-Converter, TRACO, THL 40-xxxxWI, 40W, Rev. July 31. 2025, https://www.tracopower.com/products/thl40wi.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO THL40WI THT 1"x1" 40W
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_TRACO_THN10-xxxxUIR_THT
-DCDC-Converter, TRACO, THN 10-xxxxUIR, 10W, Rev. July 3. 2025, https://www.tracopower.com/products/thn10uir.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO THN10UIR THT 1"x1" 10W
-0
-7
-7
-Converter_DCDC
-Converter_DCDC_TRACO_THN30-xxxx_THT
-DCDC-Converter TRACO THN 10 to 30W, Single or dual Output, (https://www.tracopower.com/sites/default/files/products/datasheets/thn30_datasheet.pdf)
-DCDC-Converter TRACO THN30 Generic
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_TRACO_THR40-72xxWI_THT
-DCDC-Converter, TRACO, THR40-72xxWI, THR40-72xxxWI, 40W, Rev. November 4. 2024, https://www.tracopower.com/products/thr40wi.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO THR40WI THT 2"x1" 40W
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_TRACO_TMA-05xxD_12xxD_Dual_THT
-DCDC-Converter, TRACO, TMA-05xxD, TMA-12xxD, Dual, 1W, Rev. November 10. 2023, https://www.tracopower.com/products/tma.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TMA THT SIP-7 1W
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_TRACO_TMA-05xxS_12xxS_Single_THT
-DCDC-Converter, TRACO, TMA-05xxS, TMA-12xxS, Single, 1W, Rev. November 10. 2023, https://www.tracopower.com/products/tma.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TMA THT SIP-7 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TMA-15xxD_24xxD_Dual_THT
-DCDC-Converter, TRACO, TMA-15xxD, TMA-25xxD, Dual, 1W, Rev. November 10. 2023, https://www.tracopower.com/products/tma.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TMA THT SIP-7 1W
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_TRACO_TMA-15xxS_24xxS_Single_THT
-DCDC-Converter, TRACO, TMA-15xxS, TMA-24xxS, Single, 1W, Rev. November 10. 2023, https://www.tracopower.com/products/tma.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TMA THT SIP-7 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TME_03xxS_05xxS_12xxS_Single_THT
-DCDC-Converter, TRACO, TME-03xxS, TME-05xxS, TME-12xxS, 1W, Rev. September 26. 2023, https://www.tracopower.com/products/tme.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TME THT SIP-7 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TME_24xxS_Single_THT
-DCDC-Converter, TRACO, TME-24xxS, 1W, Rev. September 26. 2023, https://www.tracopower.com/products/tme.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TME THT SIP-7 1W
-0
-4
-4
-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_TMR4-xxxxWI_THT
-DCDC-Converter, TRACO, TMR4-xxxxWI, 4W, Rev. December 06. 2023, https://www.tracopower.com/products/tmr4wi.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TMR4WI THT SIP-8 4W
-0
-7
-7
-Converter_DCDC
-Converter_DCDC_TRACO_TMR10-24xxWIR_48xxWIR_72xxWIR_THT
-DCDC-Converter, TRACO, TMR 10-24xxWIR, TMR 10-48xxWIR, TMR 10-72xxWIR, 10W, Rev. April 29. 2025, https://www.tracopower.com/products/tmr10wir.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TMR10WIR THT SIP-8 10W
-0
-8
-8
-Converter_DCDC
-Converter_DCDC_TRACO_TMU3-05xx_12xx_THT
-DCDC-Converter, TRACO, TMU3-05xx, TMU3-12xx, 3W, Rev. November 10. 2023, https://www.tracopower.com/products/tmu3.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TMU3 THT SIP-4 3W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TMU3-24xx_THT
-DCDC-Converter, TRACO, TMU3-24xx, 3W, Rev. November 10. 2023, https://www.tracopower.com/products/tmu3.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TMU3 THT SIP-4 3W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TOS06-05SIL_THT
-DCDC-Converter, TRACO, TOS06-05SIL, 6A, Rev. March 20. 2024, https://www.tracopower.com/products/tos06sil.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter POL TRACO TOS06SIL 2.54MM THT SIP-9 6A
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_TRACO_TOS06-12SIL_THT
-DCDC-Converter, TRACO, TOS06-12SIL, 6A, Rev. March 20. 2024, https://www.tracopower.com/products/tos06sil.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter POL TRACO TOS06SIL 2.54MM THT SIP-9 6A
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_TRACO_TRA3-xxxx_THT
-DCDC-Converter, TRACO, TRA3-xxxx, 3W, Rev. February 4. 2025, https://www.tracopower.com/products/tra3.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TRA3 THT SIP-7 3W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TRI1-xxxx_THT
-DCDC-Converter, TRACO, TRI1-xxxx, 1W, Rev. November 13. 2023, https://www.tracopower.com/products/tri1.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TRI1 THT SIP-7 1W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TRI10_Dual_THT
-DCDC-Converter, TRACO, TRI 10, Dual, 10W, Rev. March 11. 2025, https://www.tracopower.com/products/tri10.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TRI10 THT DIP-24
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_TRACO_TRI10_Single_THT
-DCDC-Converter, TRACO, TRI 10, Single, 10W, Rev. March 11. 2025, https://www.tracopower.com/products/tri10.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TRI10 THT DIP-24
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_TRACO_TRN3-xx1x_Single_THT
-DCDC-Converter, TRACO, TRN3-xx1x, 3W, Rev. February 3. 2025, https://www.tracopower.com/products/trn3.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TRN3 THT SIP-5 3W
-0
-4
-4
-Converter_DCDC
-Converter_DCDC_TRACO_TRN3-xx2x_Dual_THT
-DCDC-Converter, TRACO, TRN3-xx2x, 3W, Rev. February 3. 2025, https://www.tracopower.com/products/trn3.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter TRACO TRN3 THT SIP-5 3W
-0
-5
-5
-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_TRACO_TSR0.5-24xx_TSR0.5-24xxx_THT
-DCDC-Converter, TRACO, TSR0.5-24xx, TSR0.5-24xxx, 0.5A, Rev. February 11. 2025, https://www.tracopower.com/products/tsr0.5.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter SWITCHING-REGULATOR STEP-DOWN TRACO TSR0.5 2.54MM THT SIP-3 0.5A
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_TRACO_TSR0.6-48xxWI_TSR0.6-48xxxWI_THT
-DCDC-Converter, TRACO, TSR0.6-48xxWI, TSR0.6-48xxxWI, 0.6A, Rev. October 29. 2024, https://www.tracopower.com/products/tsr0.6wi.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter SWITCHING-REGULATOR STEP-DOWN TRACO TSR0.6WI 2.54MM THT SIP-3 0.6A
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_TRACO_TSR1-xxxxE_THT
-DCDC-Converter, TRACO, TSR1-xxxxE, 1A, Rev. October 31. 2023, https://www.tracopower.com/products/tsr1e.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter SWITCHING-REGULATOR STEP-DOWN TRACO TSR1E 2.54MM THT SIP-3 1A
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_TRACO_TSR1.5-24xxE_24120E_THT
-DCDC-Converter, TRACO, TSR1.5-24xxE, TSR1.5-24120E, 1.5A, Rev. April 2. 2025, https://www.tracopower.com/products/tsr1.5e.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter SWITCHING-REGULATOR STEP-DOWN TRACO TSR1.5E 2.54MM THT SIP-3 1.5A
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_TRACO_TSR2-24xxN_TSR2-24xxxN_THT
-DCDC-Converter, TRACO, TSR2-24xxN, TSR2-24xxxN, 2A, Rev. December 19. 2024, https://www.tracopower.com/products/tsr2n.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter SWITCHING-REGULATOR STEP-DOWN TRACO TSR2N 2.54MM THT SIP-3 2A TSR3N
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_TRACO_TSR2-xxxx_THT
-DCDC-Converter, TRACO, TSR2-xxxx, 2A, Rev. January 20. 2025, https://www.tracopower.com/products/tsr2.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-DCDC-Converter SWITCHING-REGULATOR STEP-DOWN TRACO TSR2 2.54MM THT SIP-3 2A
-0
-3
-3
-Converter_DCDC
-Converter_DCDC_XP_POWER-IA48xxD_THT
-DCDC-Converter, XP Power, IA series, 48V input, 1000V isolation, SIP-7, https://web.archive.org/web/20190130132700/https://www.xppower.com/portals/0/pdfs/SF_IA.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_XP_POWER-IA48xxS_THT
-DCDC-Converter, XP Power, IA series, 48V input, 1000V isolation, SIP-7, https://web.archive.org/web/20190130132700/https://www.xppower.com/portals/0/pdfs/SF_IA.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_XP_POWER-IAxxxxD_THT
-DCDC-Converter, XP Power, IA series, 3.3-24V inputs, 1000V isolation, SIP-7, https://www.xppower.com/portals/0/pdfs/SF_IA.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_XP_POWER-IAxxxxS_THT
-DCDC-Converter, XP Power, IA series, 3.3-24V inputs, 1000V isolation, SIP-7, https://www.xppower.com/portals/0/pdfs/SF_IA.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_XP_POWER-IHxxxxDH_THT
-DCDC-Converter, XP Power, IH series, 2W, ≥3000V isolation, DIP-14, https://www.xppower.com/portals/0/pdfs/SF_IH.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_XP_POWER-IHxxxxD_THT
-DCDC-Converter, XP Power, IH series, 2W, 1000V isolation, DIP-14, https://www.xppower.com/portals/0/pdfs/SF_IH.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_XP_POWER-IHxxxxSH_THT
-DCDC-Converter, XP Power, IH series, 2W, ≥3000V isolation, SIP-7, https://www.xppower.com/portals/0/pdfs/SF_IH.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_XP_POWER-IHxxxxS_THT
-DCDC-Converter, XP Power, IH series, 2W, 1000V isolation, SIP-7, https://www.xppower.com/portals/0/pdfs/SF_IH.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-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
-DCDC-Converter, XP Power, ITQ series, 6W, 1500V isolation, SIP-8, https://www.xppower.com/portals/0/pdfs/SF_ITQ.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_XP_POWER-ITXxxxxSA_THT
-DCDC-Converter, XP Power, ITX series, single-output, 6W, 1500V isolation, SIP-8, https://www.xppower.com/portals/0/pdfs/SF_ITX.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_XP_POWER-ITxxxxxS_THT
-DCDC-Converter, XP Power, IT series, 3W, 1500V isolation, SIP-9, https://www.xppower.com/portals/0/pdfs/SF_IT.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-THT
-0
-7
-7
-Converter_DCDC
-Converter_DCDC_XP_POWER_JTDxxxxxxx_THT
-XP Power JTD Series DC-DC Converter
-DCDC Isolated
-0
-6
-6
-Converter_DCDC
-Converter_DCDC_XP_POWER_JTExxxxDxx_THT
-DCDC-Converter, XP POWER, Type JTE06 Series, Dual Output
-DCDC-Converter XP_POWER JTE06 Dual
-0
-8
-8
-Converter_DCDC
-Converter_DCDC_muRata_MEJ1DxxxxSC_THT
-muRata MEJ1DxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 1W, dual output, SIP package style, https://power.murata.com/data/power/ncl/kdc_mej1.pdf
-muRata MEJ1D DCDC-Converter
-0
-5
-5
-Converter_DCDC
-Converter_DCDC_muRata_MEJ1SxxxxSC_THT
-muRata MEJ1SxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 1W, single output, SIP package style, https://power.murata.com/data/power/ncl/kdc_mej1.pdf
-muRata MEJ1S DCDC-Converter
-0
-4
-4
-Crystal
-Crystal_AT310_D3.0mm_L10.0mm_Horizontal
-AT310, Crystal, with length tolerance, length 10.5mm, width 3.0mm, THT, https://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf
-
-0
-2
-2
-Crystal
-Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style1
-AT310, Crystal, with length tolerance, length 10.5mm, width 3.0mm, THT, https://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf
-
-0
-3
-3
-Crystal
-Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style2
-AT310, Crystal, with length tolerance, length 10.5mm, width 3.0mm, THT, https://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf
-
-0
-5
-3
-Crystal
-Crystal_AT310_D3.0mm_L10.0mm_Vertical
-AT310, Crystal, with length tolerance, length 10.5mm, width 3mm, https://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf
-
-0
-2
-2
-Crystal
-Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal
-C26-LF, Crystal, length 6.5mm, width 2.1mm, THT
-
-0
-2
-2
-Crystal
-Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style1
-C26-LF, Crystal, length 6.5mm, width 2.1mm, THT
-
-0
-3
-3
-Crystal
-Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style2
-C26-LF, Crystal, length 6.5mm, width 2.1mm, THT
-
-0
-5
-3
-Crystal
-Crystal_C26-LF_D2.1mm_L6.5mm_Vertical
-C26-LF, Crystal, length 6.5mm, width 2.06mm
-
-0
-2
-2
-Crystal
-Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal
-C38-LF, Crystal, length 8.0mm, width 3.0mm, THT
-
-0
-2
-2
-Crystal
-Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style1
-C38-LF, Crystal, length 8.0mm, width 3.0mm, THT
-
-0
-3
-3
-Crystal
-Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style2
-C38-LF, Crystal, length 8.0mm, width 3.0mm, THT
-
-0
-5
-3
-Crystal
-Crystal_C38-LF_D3.0mm_L8.0mm_Vertical
-C38-LF, Crystal, length 8.0mm, width 3mm
-
-0
-2
-2
-Crystal
-Crystal_DS10_D1.0mm_L4.3mm_Horizontal
-DS10, Crystal, length 4.3mm, width 1.0mm, THT, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-2
-2
-Crystal
-Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style1
-DS10, Crystal, length 4.3mm, width 1.0mm, THT, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-3
-3
-Crystal
-Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style2
-DS10, Crystal, length 4.3mm, width 1.0mm, THT, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-5
-3
-Crystal
-Crystal_DS10_D1.0mm_L4.3mm_Vertical
-DS10, Crystal, length 4.3mm, width 1mm, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-2
-2
-Crystal
-Crystal_DS15_D1.5mm_L5.0mm_Horizontal
-DS15, Crystal, length 5.0mm, width 1.5mm, THT, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-2
-2
-Crystal
-Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style1
-DS15, Crystal, length 5.0mm, width 1.5mm, THT, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-3
-3
-Crystal
-Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style2
-DS15, Crystal, length 5.0mm, width 1.5mm, THT, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-5
-3
-Crystal
-Crystal_DS15_D1.5mm_L5.0mm_Vertical
-DS15, Crystal DS15, length 5.0mm, width 1.5mm, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-2
-2
-Crystal
-Crystal_DS26_D2.0mm_L6.0mm_Horizontal
-DS26, Crystal, length 6.0mm, width 2.0mm, THT, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-2
-2
-Crystal
-Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style1
-DS26, Crystal, length 6.0mm, width 2.0mm, THT, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-3
-3
-Crystal
-Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style2
-DS26, Crystal, length 6.0mm, width 2.0mm, THT, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-5
-3
-Crystal
-Crystal_DS26_D2.0mm_L6.0mm_Vertical
-DS26, Crystal, length 6.0mm, width 2mm, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC18-U_Horizontal
-HC18/U, Crystal, length 13.0mm, width 10.9mm, THT, http://5hertz.com/pdfs/04404_D.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC18-U_Horizontal_1EP_style1
-HC18/U, Crystal HC-18/U, length 13.0mm, width 10.9mm, THT, http://5hertz.com/pdfs/04404_D.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC18-U_Horizontal_1EP_style2
-HC18/U, Crystal, length 13.0mm, width 10.9mm, THT, http://5hertz.com/pdfs/04404_D.pdf
-
-0
-5
-3
-Crystal
-Crystal_HC18-U_Vertical
-HC-18/U, Crystal, http://5hertz.com/pdfs/04404_D.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC33-U_Horizontal
-HC-33/U, Crystal, length 19.7mm, width 19.2mm, THT, http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC33-U_Horizontal_1EP_style1
-HC-33/U, Crystal, length 19.7mm, width 19.2mm, THT, http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC33-U_Horizontal_1EP_style2
-HC-33/U, Crystal, length 19.7mm, width 19.2mm, THT, http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf
-
-0
-5
-3
-Crystal
-Crystal_HC33-U_Vertical
-HC-33/U, Crystal, http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf
-
-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
-HC-49-4H, Crystal, http://5hertz.com/pdfs/04404_D.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC49-U-3Pin_Vertical
-HC-49/U, Crystal, 3-pinversion, http://www.raltron.com/products/pdfspecs/crystal_hc_49_45_51.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC49-U_Horizontal
-HC-49/U, Crystal, length 13.0mm, width 10.9mm, THT, http://5hertz.com/pdfs/04404_D.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC49-U_Horizontal_1EP_style1
-HC-49/U, Crystal, length 13.0mm, width 10.9mm, THT, http://5hertz.com/pdfs/04404_D.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC49-U_Horizontal_1EP_style2
-HC-49/U, Crystal, length 13.0mm, width 10.9mm, THT, http://5hertz.com/pdfs/04404_D.pdf
-
-0
-5
-3
-Crystal
-Crystal_HC49-U_Vertical
-HC-49/U, Crystal, http://5hertz.com/pdfs/04404_D.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC50_Horizontal
-HC-50, Crystal, length 13.4mm, width 11.1mm, THT, http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC50_Horizontal_1EP_style1
-HC-50, Crystal, length 13.4mm, width 11.1mm, THT, http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC50_Horizontal_1EP_style2
-HC-50, Crystal, length 13.4mm, width 11.1mm, THT, http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf
-
-0
-5
-3
-Crystal
-Crystal_HC50_Vertical
-HC-50, Crystal, http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC51-U_Vertical
-HC-51/U, Crystal, http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC51_Horizontal
-HC-51, Crystal, length 19.7mm, width 19.3mm, THT, http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC51_Horizontal_1EP_style1
-HC-51, Crystal, length 19.7mm, width 19.3mm, THT, http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC51_Horizontal_1EP_style2
-HC-51, Crystal, length 19.7mm, width 19.3mm, THT, http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf
-
-0
-5
-3
-Crystal
-Crystal_HC52-6mm_Horizontal
-HC-51/6mm, Crystal, length 6.0mm, width 8.0mm, THT, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC52-6mm_Horizontal_1EP_style1
-HC-51/6mm, Crystal, length 6.0mm, width 8.0mm, THT, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC52-6mm_Horizontal_1EP_style2
-HC-51/6mm, Crystal, length 6.0mm, width 8.0mm, THT, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-5
-3
-Crystal
-Crystal_HC52-6mm_Vertical
-HC-52/6mm, Crystal, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC52-8mm_Horizontal
-HC-51/8mm, Crystal, length 8.0mm, width 8.0mm, THT, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC52-8mm_Horizontal_1EP_style1
-HC-51/8mm, Crystal, length 8.0mm, width 8.0mm, THT, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC52-8mm_Horizontal_1EP_style2
-HC-51/8mm, Crystal, length 8.0mm, width 8.0mm, THT, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-5
-3
-Crystal
-Crystal_HC52-8mm_Vertical
-HC-52/8mm, Crystal, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC52-U-3Pin_Vertical
-HC-52/U, Crystal, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC52-U_Horizontal
-HC-51/U, Crystal, length 8.8mm, width 8.0mm, THT, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-2
-2
-Crystal
-Crystal_HC52-U_Horizontal_1EP_style1
-HC-51/U, Crystal, length 8.8mm, width 8.0mm, THT, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-3
-3
-Crystal
-Crystal_HC52-U_Horizontal_1EP_style2
-HC-51/U, Crystal, length 8.8mm, width 8.0mm, THT, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-5
-3
-Crystal
-Crystal_HC52-U_Vertical
-HC-52/U, Crystal, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf
-
-0
-2
-2
-Crystal
-Crystal_Round_D1.0mm_Vertical
-DS10, Crystal, length 4.45mm, width 1mm, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-2
-2
-Crystal
-Crystal_Round_D1.5mm_Vertical
-DS15, Crystal, length 5mm, width 1.5mm, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-2
-2
-Crystal
-Crystal_Round_D2.0mm_Vertical
-DS26, Crystal, length 6mm, width 2mm, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/DS-Series.pdf
-
-0
-2
-2
-Crystal
-Crystal_Round_D3.0mm_Vertical
-C38-LF, Crystal, length 8mm, width 3mm
-
-0
-2
-2
-Crystal
-Crystal_SMD_0603-2Pin_6.0x3.5mm
-SMD0603/2, Crystal, 6.0x3.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_0603-2Pin_6.0x3.5mm_HandSoldering
-SMD0603/2, Crystal, 6.0x3.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_0603-4Pin_6.0x3.5mm
-SMD0603/4, Crystal, 6.0x3.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_0603-4Pin_6.0x3.5mm_HandSoldering
-SMD0603/4, Crystal, 6.0x3.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_1210-4Pin_1.2x1.0mm
-SMD Crystal SERIES SMD1210/4 https://ecsxtal.com/store/pdf/ECX-1048.pdf, 1.2x1.0mm^2 package
-SMT
-0
-4
-4
-Crystal
-Crystal_SMD_1210-4Pin_1.2x1.0mm_RotB
-SMD1210/4, Crystal, 1.2x1.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://ecsxtal.com/store/pdf/ECX-1048.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_2012-2Pin_2.0x1.2mm
-2012/2, Crystal, 2.0x1.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://txccrystal.com/images/pdf/9ht11.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_2012-2Pin_2.0x1.2mm_HandSoldering
-2012/2, Crystal, 2.0x1.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://txccrystal.com/images/pdf/9ht11.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_2016-4Pin_2.0x1.6mm
-SMD2016/4, Crystal, 2.0x1.6mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.q-crystal.com/upload/5/2015552223166229.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_2520-4Pin_2.5x2.0mm
-SMD2520/4, Crystal, 2.5x2.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.newxtal.com/UploadFiles/Images/2012-11-12-09-29-09-776.pdf
-
-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
-SMD3225/4, Crystal, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.txccrystal.com/images/pdf/7m-accuracy.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_3225-4Pin_3.2x2.5mm_HandSoldering
-SMD3225/4, Crystal, 3.2x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.txccrystal.com/images/pdf/7m-accuracy.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_5032-2Pin_5.0x3.2mm
-SMD2520/2, Crystal, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_5032-2Pin_5.0x3.2mm_HandSoldering
-SMD2520/2, Crystal, 5.0x3.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_5032-4Pin_5.0x3.2mm
-SMD2520/4, Crystal, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_7050-2Pin_7.0x5.0mm
-SMD7050/4, Crystal, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.foxonline.com/pdfs/FQ7050.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_7050-2Pin_7.0x5.0mm_HandSoldering
-SMD7050/4, Crystal, 7.0x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://www.foxonline.com/pdfs/FQ7050.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_7050-4Pin_7.0x5.0mm
-SMD7050/4, Crystal, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.foxonline.com/pdfs/FQ7050.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm
-Abracon ABM3, Miniature Ceramic Crystal, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.abracon.com/Resonators/abm3.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm_HandSoldering
-Abracon ABM3, Miniature Ceramic Crystal, 5.0x3.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.abracon.com/Resonators/abm3.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm
-Abracon ABM3B, Miniature Ceramic Crystal, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.abracon.com/Resonators/abm3b.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_Abracon_ABM3C-4Pin_5.0x3.2mm
-Abracon ABM3C, Miniature Ceramic Crystal, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.abracon.com/Resonators/abm3c.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_Abracon_ABM7-2Pin_6.0x3.5mm
-SMD Crystal Abracon ABM7, https://abracon.com/Resonators/abm7.pdf
-SMD SMT crystal
-0
-2
-2
-Crystal
-Crystal_SMD_Abracon_ABM8AIG-4Pin_3.2x2.5mm
-Abracon Miniature Ceramic Smd Crystal ABM8AIG https://abracon.com/AIGcrystals/ABM8AIG.pdf, 3.2x2.5mm^2 package
-SMD SMT crystal
-0
-4
-4
-Crystal
-Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm
-Abracon ABM8G, Miniature Ceramic Crystal, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.abracon.com/Resonators/ABM8G.pdf
-
-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_Citizen_CS325S-4Pin_3.2x2.5mm
-Citizen CS325S, Ultra-lightweight microminiature AT Crystal units, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://cfd.citizen.co.jp/cms/cfd/pdf/english/CS325S_E.pdf
-
-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
-EuroQuartz EQ161, Crystal, 3.2x1.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm_HandSoldering
-EuroQuartz EQ161, Crystal, 3.2x1.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm
-EuroQuartz MJ, Crystal, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm_HandSoldering
-EuroQuartz MJ, Crystal, 5.0x3.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm
-EuroQuartz MQ, Crystal, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm_HandSoldering
-EuroQuartz MQ, Crystal, 7.0x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm
-EuroQuartz MQ2, Crystal, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm_HandSoldering
-EuroQuartz MQ2, Crystal, 7.0x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm
-EuroQuartz MT, Crystal, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm_HandSoldering
-EuroQuartz MT, Crystal, 3.2x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm
-EuroQuartz X22, Crystal, 2.5x2.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm_HandSoldering
-EuroQuartz X22, Crystal, 2.5x2.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm
-Fox FE, crystal Ceramic Resin Sealed, 7.5x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.foxonline.com/pdfs/fe.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm_HandSoldering
-Fox FE, crystal Ceramic Resin Sealed, 7.5x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.foxonline.com/pdfs/fe.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm
-Fox FQ7050, Crystal SMD7050/4, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.foxonline.com/pdfs/FQ7050.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm_HandSoldering
-Fox FQ7050, Crystal SMD7050/4, 7.0x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://www.foxonline.com/pdfs/FQ7050.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_FOX_FQ7050-4Pin_7.0x5.0mm
-Fox FQ7050, Crystal SMD7050/4, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.foxonline.com/pdfs/FQ7050.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_FrontierElectronics_FM206
-Fronter Electronics FM206, Watch Crystal 6.0mm length 1.9mm diameter, length 6.0mm, width 1.9mm, SMD, http://www.chinafronter.com/wp-content/uploads/2013/12/FM206.pdf
-
-0
-3
-3
-Crystal
-Crystal_SMD_G8-2Pin_3.2x1.5mm
-Diodes Inc. G8, Crystal, 3.2x1.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.diodes.com/datasheet/download/g8.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_G8-2Pin_3.2x1.5mm_HandSoldering
-Diodes Inc. G8, Crystal, 3.2x1.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://www.diodes.com/datasheet/download/g8.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_HC49-SD
-HC-49-SD, Crystal, 11.4x4.7mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_HC49-SD_HandSoldering
-HC-49-SD, Crystal, 11.4x4.7mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm
-MicroCrystal CC1V-T1A, Crystal, 8.0x3.7mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC1V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm_HandSoldering
-MicroCrystal CC1V-T1A, Crystal, 8.0x3.7mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC1V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm
-MicroCrystal CC4V-T1A, Crystal, 5.0x1.9mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm_HandSoldering
-MicroCrystal CC4V-T1A, Crystal, 5.0x1.9mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm
-MicroCrystal CC5V-T1A, Crystal, 4.1x1.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm_HandSoldering
-MicroCrystal CC5V-T1A, Crystal, 4.1x1.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm
-MicroCrystal CC7V-T1A/CM7V-T1A, Crystal, 3.2x1.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC1V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm_HandSoldering
-MicroCrystal CC7V-T1A/CM7V-T1A, Crystal, 3.2x1.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC1V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm
-MicroCrystal CC8V-T1A/CM8V-T1A, Crystal, 2.0x1.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC8V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm_HandSoldering
-MicroCrystal CC8V-T1A/CM8V-T1A, Crystal, 2.0x1.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC8V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm
-MicroCrystal CM9V-T1A, Crystal, 1.6x1.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CM9V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm_HandSoldering
-MicroCrystal CM9V-T1A, Crystal, 1.6x1.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CM9V-T1A.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_MicroCrystal_MS1V-T1K
-MicroCrystal MS1V-T1K, Watch Crystal 6.1mm length 2.0mm diameter, length 6.1mm, width 2.0mm, SMD, https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/MS1V-T1K.pdf
-
-0
-3
-3
-Crystal
-Crystal_SMD_MicroCrystal_MS3V-T1R
-MicroCrystal MS3V-T1R, Watch Crystal 5.2mm length 1.4mm diameter, length 5.2mm, width 1.4mm, SMD, http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS3V-T1R.pdf
-
-0
-3
-3
-Crystal
-Crystal_SMD_Qantek_QC5CB-2Pin_5x3.2mm
-SMD Crystal Qantek QC5CB, https://www.qantek.com/tl_files/products/crystals/QC5CB.pdf
-SMD SMT crystal
-0
-2
-2
-Crystal
-Crystal_SMD_SeikoEpson_FA128-4Pin_2.0x1.6mm
-crystal Epson Toyocom FA-128 (https://support.epson.biz/td/api/doc_check.php?dl=brief_FA-128&lang=en), 2x1.6mm^2 package
-SMD SMT crystal
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm
-Epson Toyocom FA-238, crystal, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.mouser.com/ds/2/137/1721499-465440.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm_HandSoldering
-Epson Toyocom FA-238, crystal, 3.2x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.mouser.com/ds/2/137/1721499-465440.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm
-Epson Toyocom FA-238, crystal, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.mouser.com/ds/2/137/1721499-465440.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm_HandSoldering
-Epson Toyocom FA-238, crystal, 3.2x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.mouser.com/ds/2/137/1721499-465440.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm
-Seiko Epson MA-406, Crystal, 11.7x4.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm_HandSoldering
-Seiko Epson MA-406, Crystal, 11.7x4.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm
-Seiko Epson MC-505, Crystal, 12.7x5.1mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm_HandSoldering
-Seiko Epson MC-505, Crystal, 12.7x5.1mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm
-Seiko Epson MC-506, Crystal, 12.7x5.1mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm_HandSoldering
-Seiko Epson MC-506, Crystal, 12.7x5.1mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm
-Seiko Epson MC-146, Crystal, 6.7x1.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm_HandSoldering
-Seiko Epson MC-146, Crystal, 6.7x1.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm
-Seiko Epson MC-156, Crystal, 7.1x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm_HandSoldering
-Seiko Epson MC-156, Crystal, 7.1x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm
-Seiko Epson MC-306, Crystal, 8.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm_HandSoldering
-Seiko Epson MC-306, Crystal, 8.0x3.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm
-Seiko Epson MC-405, Crystal Seiko Epson MC-405, 9.6x4.1mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-405_en.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm_HandSoldering
-Seiko Epson MC-405, Crystal Seiko Epson MC-405, 9.6x4.1mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-405_en.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm
-Seiko Epson MC-406, crystal, 9.6x4.1mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-406_en.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm_HandSoldering
-Seiko Epson MC-406, crystal, 9.6x4.1mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-406_en.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm
-Epson Toyocom TSX-3225, crystal, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.mouser.com/ds/2/137/1721499-465440.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm_HandSoldering
-Epson Toyocom TSX-3225, crystal, 3.2x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.mouser.com/ds/2/137/1721499-465440.pdf
-
-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
-TXC 7M, Crystal, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.txccrystal.com/images/pdf/7m-accuracy.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm_HandSoldering
-TXC 7M, Crystal, 3.2x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.txccrystal.com/images/pdf/7m-accuracy.pdf
-
-0
-4
-4
-Crystal
-Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm
-TXC 9HT11, Crystal, 2.0x1.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://txccrystal.com/images/pdf/9ht11.pdf
-
-0
-2
-2
-Crystal
-Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm_HandSoldering
-TXC 9HT11, Crystal, 2.0x1.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://txccrystal.com/images/pdf/9ht11.pdf
-
-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 Resonator/Filter, length 3.0mm, width 6.0mm, 2 pins
-ceramic
-0
-2
-2
-Crystal
-Resonator-2Pin_W7.0mm_H2.5mm
-Ceramic Resonator/Filter, length 2.5mm, width 7.0mm, 2 pins
-ceramic
-0
-2
-2
-Crystal
-Resonator-2Pin_W8.0mm_H3.5mm
-Ceramic Resonator/Filter, length 3.5mm, width 8.0mm, 2 pins
-ceramic
-0
-2
-2
-Crystal
-Resonator-2Pin_W10.0mm_H5.0mm
-RedFrequency MG/MT/MX, Ceramic Resonator/Filter, length 5.0mm, width 10.0mm, 2 pins, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf
-
-0
-2
-2
-Crystal
-Resonator-3Pin_W6.0mm_H3.0mm
-Ceramic Resonator/Filter, length 3.0mm, width 6.0mm, 3 pins
-ceramic
-0
-3
-3
-Crystal
-Resonator-3Pin_W7.0mm_H2.5mm
-Ceramic Resonator/Filter, length 2.5mm, width 7.0mm, 3 pins
-ceramic
-0
-3
-3
-Crystal
-Resonator-3Pin_W8.0mm_H3.5mm
-Ceramic Resonator/Filter, length 3.5mm, width 8.0mm, 3 pins
-ceramic
-0
-3
-3
-Crystal
-Resonator-3Pin_W10.0mm_H5.0mm
-RedFrequency MG/MT/MX, Ceramic Resonator/Filter, 3-pin, length 5.0mm, width 10.0mm, 3 pins, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf
-ceramic
-0
-3
-3
-Crystal
-Resonator_Murata_CSTLSxxxG-3Pin_W8.0mm_H3.0mm
-Murata CSTLSxxxG, Ceramic Resonator/Filter, length 3.0mm, width 8.0mm, 3 pins, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx
-ceramic
-0
-3
-3
-Crystal
-Resonator_Murata_CSTLSxxxX-3Pin_W5.5mm_H3.0mm
-Murata CSTLSxxxX, Ceramic Resonator/Filter, length 3.0mm, width 5.5mm, 3 pins, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx
-ceramic
-0
-3
-3
-Crystal
-Resonator_Murata_DSN6-3Pin_W7.0mm_H2.5mm
-Murata DSN6, Ceramic Resonator/Filter, length 2.5mm, width 7.0mm, 3 pins, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf
-ceramic
-0
-3
-3
-Crystal
-Resonator_Murata_DSS6-3Pin_W7.0mm_H2.5mm
-Murata DSS6, Ceramic Resonator/Filter, length 2.5mm, width 7.0mm, 3 pins, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf
-ceramic
-0
-3
-3
-Crystal
-Resonator_SMD-3Pin_7.2x3.0mm
-Murata CSTCC8M00G53-R0, Resonator/Filter, 8MHz, 7.2x3.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906
-ceramic
-0
-3
-3
-Crystal
-Resonator_SMD-3Pin_7.2x3.0mm_HandSoldering
-Murata CSTCC8M00G53-R0, Resonator/Filter, 8MHz, 7.2x3.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906
-ceramic
-0
-3
-3
-Crystal
-Resonator_SMD_Murata_CDSCB-2Pin_4.5x2.0mm
-Murata CDSCB, Resonator/Filter, 4.5x2.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf
-ceramic
-0
-2
-2
-Crystal
-Resonator_SMD_Murata_CDSCB-2Pin_4.5x2.0mm_HandSoldering
-Murata CDSCB, Resonator/Filter, 4.5x2.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf
-ceramic
-0
-2
-2
-Crystal
-Resonator_SMD_Murata_CSTCR_4.5x2x1.15mm
-Piezoelectric Ceramic Resonator, 4.5mm x 2mm x 1.15mm, https://www.murata.com/products/productdata/8801051639838/SPEC-CSTCR4M00G53-R0.pdf?1517839209000
-Crystal Oscillator
-0
-9
-3
-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
-Murata SFECV, Resonator/Filter, 6.9x2.9mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf
-ceramic
-0
-3
-3
-Crystal
-Resonator_SMD_Murata_SFECV-3Pin_6.9x2.9mm_HandSoldering
-Murata SFECV, Resonator/Filter, 6.9x2.9mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf
-ceramic
-0
-3
-3
-Crystal
-Resonator_SMD_Murata_SFSKA-3Pin_7.9x3.8mm
-Murata SFSKA, Resonator/Filter, 7.9x3.8mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf
-ceramic
-0
-3
-3
-Crystal
-Resonator_SMD_Murata_SFSKA-3Pin_7.9x3.8mm_HandSoldering
-Murata SFSKA, Resonator/Filter, 7.9x3.8mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf
-ceramic
-0
-3
-3
-Crystal
-Resonator_SMD_Murata_TPSKA-3Pin_7.9x3.8mm
-Murata TPSKA, Resonator/Filter, 7.9x3.8mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf
-ceramic
-0
-3
-3
-Crystal
-Resonator_SMD_Murata_TPSKA-3Pin_7.9x3.8mm_HandSoldering
-Murata TPSKA, Resonator/Filter, 7.9x3.8mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf
-ceramic
-0
-3
-3
-Diode_SMD
-D_0201_0603Metric
-Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator
-diode
-0
-4
-2
-Diode_SMD
-D_0201_0603Metric_Pad0.64x0.40mm_HandSolder
-Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-4
-2
-Diode_SMD
-D_0402_1005Metric
-Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_0402_1005Metric_Pad0.77x0.64mm_HandSolder
-Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_0603_1608Metric
-Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_0603_1608Metric_Pad1.05x0.95mm_HandSolder
-Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_0805_2012Metric
-Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_0805_2012Metric_Pad1.15x1.40mm_HandSolder
-Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_01005_0402Metric
-Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator
-diode
-0
-4
-2
-Diode_SMD
-D_01005_0402Metric_Pad0.57x0.30mm_HandSolder
-Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-4
-2
-Diode_SMD
-D_1206_3216Metric
-Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_1206_3216Metric_Pad1.42x1.75mm_HandSolder
-Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_1210_3225Metric
-Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_1210_3225Metric_Pad1.42x2.65mm_HandSolder
-Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_1812_4532Metric
-Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_1812_4532Metric_Pad1.30x3.40mm_HandSolder
-Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_2010_5025Metric
-Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_2010_5025Metric_Pad1.52x2.65mm_HandSolder
-Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_2114_3652Metric
-Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_2114_3652Metric_Pad1.85x3.75mm_HandSolder
-Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_2512_6332Metric
-Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_2512_6332Metric_Pad1.52x3.35mm_HandSolder
-Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_3220_8050Metric
-Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator
-diode
-0
-2
-2
-Diode_SMD
-D_3220_8050Metric_Pad2.65x5.15mm_HandSolder
-Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator
-diode handsolder
-0
-2
-2
-Diode_SMD
-D_MELF
-Diode, MELF,,
-Diode MELF
-0
-2
-2
-Diode_SMD
-D_MELF-RM10_Universal_Handsoldering
-Diode, Universal, MELF, RM10, Handsoldering, SMD, Thruhole,
-Diode Universal MELF RM10 Handsoldering SMD Thruhole
-0
-2
-2
-Diode_SMD
-D_MELF_Handsoldering
-Diode MELF Handsoldering
-Diode MELF Handsoldering
-0
-2
-2
-Diode_SMD
-D_MicroMELF
-Diode, MicroMELF, Reflow Soldering, http://www.vishay.com/docs/85597/bzm55.pdf
-MicroMELF Diode
-0
-2
-2
-Diode_SMD
-D_MicroMELF_Handsoldering
-Diode, MicroMELF, Hand Soldering, http://www.vishay.com/docs/85597/bzm55.pdf
-MicroMELF Diode
-0
-2
-2
-Diode_SMD
-D_MicroSMP_AK
-Diode MicroSMP (DO-219AD), large-pad cathode, https://www.vishay.com/docs/89020/mss1p3l.pdf
-Diode MicroSMP (DO-219AD)
-0
-2
-2
-Diode_SMD
-D_MicroSMP_KA
-Diode MicroSMP (DO-219AD), large-pad anode, https://www.vishay.com/docs/89457/msmp6a.pdf
-Diode MicroSMP (DO-219AD)
-0
-2
-2
-Diode_SMD
-D_MiniMELF
-Diode Mini-MELF (SOD-80)
-Diode Mini-MELF (SOD-80)
-0
-2
-2
-Diode_SMD
-D_MiniMELF_Handsoldering
-Diode Mini-MELF (SOD-80) Handsoldering
-Diode Mini-MELF (SOD-80) Handsoldering
-0
-2
-2
-Diode_SMD
-D_PowerDI-5
-PowerDI,Diode,Vishay,https://www.diodes.com/assets/Package-Files/PowerDI5.pdf
-PowerDI diode vishay
-0
-3
-2
-Diode_SMD
-D_PowerDI-123
-http://www.diodes.com/_files/datasheets/ds30497.pdf
-PowerDI diode vishay
-0
-2
-2
-Diode_SMD
-D_Powermite2_AK
-Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341)
-PowerMite2
-0
-2
-2
-Diode_SMD
-D_Powermite2_KA
-Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341)
-PowerMite2
-0
-2
-2
-Diode_SMD
-D_Powermite3
-Microsemi Powermite 3 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5340)
-PowerMite3
-0
-3
-3
-Diode_SMD
-D_Powermite_AK
-Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF)
-Powermite
-0
-2
-2
-Diode_SMD
-D_Powermite_KA
-Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF)
-Powermite
-0
-2
-2
-Diode_SMD
-D_QFN_3.3x3.3mm_P0.65mm
-QFN, diode, 3.3x3.3x1mm (https://www.wolfspeed.com/media/downloads/846/C3D1P7060Q.pdf)
-diode qfn 3.3
-0
-3
-2
-Diode_SMD
-D_SC-80
-JEITA SC-80
-SC-80
-0
-2
-2
-Diode_SMD
-D_SC-80_HandSoldering
-JEITA SC-80
-SC-80
-0
-2
-2
-Diode_SMD
-D_SMA
-Diode SMA (DO-214AC)
-Diode SMA (DO-214AC)
-0
-2
-2
-Diode_SMD
-D_SMA-SMB_Universal_Handsoldering
-Diode, Universal, SMA (DO-214AC) or SMB (DO-214AA), Handsoldering,
-Diode Universal SMA (DO-214AC) SMB (DO-214AA) Handsoldering
-0
-2
-2
-Diode_SMD
-D_SMA_Handsoldering
-Diode SMA (DO-214AC) Handsoldering
-Diode SMA (DO-214AC) Handsoldering
-0
-2
-2
-Diode_SMD
-D_SMB
-Diode SMB (DO-214AA)
-Diode SMB (DO-214AA)
-0
-2
-2
-Diode_SMD
-D_SMB-SMC_Universal_Handsoldering
-Diode, Universal, SMB(DO-214AA) or SMC (DO-214AB), Handsoldering,
-Diode Universal SMB(DO-214AA) SMC (DO-214AB) Handsoldering
-0
-2
-2
-Diode_SMD
-D_SMB_Handsoldering
-Diode SMB (DO-214AA) Handsoldering
-Diode SMB (DO-214AA) Handsoldering
-0
-2
-2
-Diode_SMD
-D_SMB_Modified
-Diode SMB (DO-214AA) Modified (http://www.littelfuse.com/~/media/electronics/datasheets/sidactors/littelfuse_sidactor_battrax_positive_negative_modified_do_214_datasheet.pdf.pdf)
-Diode SMB (DO-214AA)
-0
-3
-3
-Diode_SMD
-D_SMC
-Diode SMC (DO-214AB)
-Diode SMC (DO-214AB)
-0
-2
-2
-Diode_SMD
-D_SMC-RM10_Universal_Handsoldering
-Diode, Universal, SMC (DO-214AB), RM10, Handsoldering, SMD, Thruhole
-Diode Universal SMC (DO-214AB) RM10 Handsoldering SMD Thruhole
-0
-2
-2
-Diode_SMD
-D_SMC_Handsoldering
-Diode SMC (DO-214AB) Handsoldering
-Diode SMC (DO-214AB) Handsoldering
-0
-2
-2
-Diode_SMD
-D_SMF
-Diode SMF (DO-219AB), http://www.vishay.com/docs/95572/smf_do-219ab.pdf
-Diode SMF (DO-214AB)
-0
-2
-2
-Diode_SMD
-D_SMP_DO-220AA
-SMP DO-220AA (https://www.vishay.com/docs/89016/esh2pb.pdf)
-SMP DO-220AA
-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-882
-SOD-882, DFN1006-2, body 1.0 x 0.6 x 0.48mm, pitch 0.65mm, https://assets.nexperia.com/documents/package-information/SOD882.pdf
-Diode SOD882 DFN1006-2
-0
-4
-2
-Diode_SMD
-D_SOD-882D
-SOD-882D, DFN1006D-2, body 1.0 x 0.6 x 0.4mm, pitch 0.65mm, https://assets.nexperia.com/documents/package-information/SOD882D.pdf
-Diode SOD882D DFN1006D-2
-0
-4
-2
-Diode_SMD
-D_SOD-923
-https://www.onsemi.com/pub/Collateral/ESD9B-D.PDF#page=4
-Diode SOD923
-0
-2
-2
-Diode_SMD
-D_TUMD2
-ROHM - TUMD2
-TUMD2
-0
-2
-2
-Diode_SMD
-Diode_Bridge_Bourns_CD-DF4xxS
-8.1x10.5mm, 4A, single phase bridge rectifier, https://www.bourns.com/docs/Product-Datasheets/CD-DF4xxSL.pdf
-Surface Mount Bridge Rectifier Diode
-0
-4
-4
-Diode_SMD
-Diode_Bridge_Diotec_ABS
-SMD diode bridge ABS (Diotec), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/abs2.pdf
-ABS MBLS
-0
-4
-4
-Diode_SMD
-Diode_Bridge_Diotec_MicroDil_3.0x3.0x1.8mm
-SMD package Diotec Diotec MicroDil, body 3.0x3.0x1.8mm (e.g. diode bridge), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/mys40.pdf
-Diotec MicroDil diode bridge
-0
-4
-4
-Diode_SMD
-Diode_Bridge_Diotec_SO-DIL-Slim
-SMD diode bridge Diotec SO-DIL Slim, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40fs.pdf
-DFS SO-DIL Slim
-0
-4
-4
-Diode_SMD
-Diode_Bridge_OnSemi_SDIP-4L
-SMD diode bridge OnSemi SDIP-4L, see https://www.onsemi.com/pdf/datasheet/df10s1-d.pdf
-OnSemi Diode Bridge SDIP-4L
-0
-4
-4
-Diode_SMD
-Diode_Bridge_Vishay_DFS
-SMD diode bridge DFS, see http://www.vishay.com/docs/88854/padlayouts.pdf
-DFS
-0
-4
-4
-Diode_SMD
-Diode_Bridge_Vishay_DFSFlat
-SMD diode bridge Low Profile DFS "Flat", see http://www.vishay.com/docs/88874/dfl15005.pdf
-DFS
-0
-4
-4
-Diode_SMD
-Diode_Bridge_Vishay_MBLS
-SMD diode bridge MBLS, see http://www.vishay.com/docs/89959/mbl104s.pdf http://www.vishay.com/docs/88854/padlayouts.pdf
-DFS
-0
-4
-4
-Diode_SMD
-Infineon_SG-WLL-2-3_0.58x0.28_P0.36mm
-Infineon SG-WLL-2-3, 0.58x0.28x0.15mm, https://www.infineon.com/dgdl/Infineon-SG-WLL-2-3_SPO_PDF-Package-v02_00-EN.pdf?fileId=5546d46271bf4f9201723159ce71239d
-Infineon WLL
-0
-4
-2
-Diode_SMD
-Littelfuse_PolyZen-LS
-http://m.littelfuse.com/~/media/electronics/datasheets/polyzen_devices/littelfuse_polyzen_standard_polyzen_catalog_datasheet.pdf.pdf
-Diode Polymer Protected Zener Diode Littelfuse LS
-0
-3
-3
-Diode_SMD
-Nexperia_CFP3_SOD-123W
-Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf
-CFP3 SOD-123W
-0
-2
-2
-Diode_SMD
-Nexperia_DSN0603-2_0.6x0.3mm_P0.4mm
-SOD962-2 silicon, leadless ultra small package; 2 terminals; 0.4 mm pitch; 0.6 mm x 0.3 mm x 0.3 mm body (https://assets.nexperia.com/documents/package-information/SOD962-2.pdf https://www.nexperia.com/packages/SOD962-2.html)
-TVS protection diodes
-0
-2
-2
-Diode_SMD
-Nexperia_DSN1608-2_1.6x0.8mm
-Diode SMD DSN1608, 1.6 x 0.8 x 0.29 mm, https://assets.nexperia.com/documents/package-information/SOD964.pdf
-diode SOD964 SOD-964
-0
-2
-2
-Diode_SMD
-ST_D_SMC
-STMicroelectronics SMC (JEDEC DO-214-D, variant AB), https://www.st.com/resource/en/datasheet/sm15t36a.pdf#page=7
-Diode DO-214AB
-0
-2
-2
-Diode_SMD
-ST_QFN-2L_1.6x1.0mm
-Unidirectional high power transient voltage suppressor (https://www.st.com/resource/en/datasheet/esda7p120-1u1m.pdf)
-QFN-2L Diode
-0
-2
-2
-Diode_SMD
-Vishay_SMPA
-Diode SMPA (DO-221BC), https://www.vishay.com/docs/87659/v8pa10.pdf
-Diode SMPA (DO-221BC)
-0
-2
-2
-Diode_THT
-D_5KPW_P7.62mm_Vertical_AnodeUp
-Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, length*diameter=9*8mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm
-0
-2
-2
-Diode_THT
-D_5KPW_P7.62mm_Vertical_KathodeUp
-Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, length*diameter=9*8mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm
-0
-2
-2
-Diode_THT
-D_5KPW_P12.70mm_Horizontal
-Diode, 5KPW series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=9*8mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5KPW series Axial Horizontal pin pitch 12.7mm length 9mm diameter 8mm
-0
-2
-2
-Diode_THT
-D_5KP_P7.62mm_Vertical_AnodeUp
-Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, length*diameter=7.62*9.53mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm
-0
-2
-2
-Diode_THT
-D_5KP_P7.62mm_Vertical_KathodeUp
-Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, length*diameter=7.62*9.53mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm
-0
-2
-2
-Diode_THT
-D_5KP_P10.16mm_Horizontal
-Diode, 5KP series, Axial, Horizontal, pin pitch=10.16mm, length*diameter=7.62*9.53mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5KP series Axial Horizontal pin pitch 10.16mm length 7.62mm diameter 9.53mm
-0
-2
-2
-Diode_THT
-D_5KP_P12.70mm_Horizontal
-Diode, 5KP series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=7.62*9.53mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5KP series Axial Horizontal pin pitch 12.7mm length 7.62mm diameter 9.53mm
-0
-2
-2
-Diode_THT
-D_5W_P5.08mm_Vertical_AnodeUp
-Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, length*diameter=8.9*3.7mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm
-0
-2
-2
-Diode_THT
-D_5W_P5.08mm_Vertical_KathodeUp
-Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, length*diameter=8.9*3.7mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm
-0
-2
-2
-Diode_THT
-D_5W_P10.16mm_Horizontal
-Diode, 5W series, Axial, Horizontal, pin pitch=10.16mm, length*diameter=8.9*3.7mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5W series Axial Horizontal pin pitch 10.16mm length 8.9mm diameter 3.7mm
-0
-2
-2
-Diode_THT
-D_5W_P12.70mm_Horizontal
-Diode, 5W series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=8.9*3.7mm^2, http://www.diodes.com/_files/packages/8686949.gif
-Diode 5W series Axial Horizontal pin pitch 12.7mm length 8.9mm diameter 3.7mm
-0
-2
-2
-Diode_THT
-D_A-405_P2.54mm_Vertical_AnodeUp
-Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=5.2*2.7mm^2, http://www.diodes.com/_files/packages/A-405.pdf
-Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm
-0
-2
-2
-Diode_THT
-D_A-405_P2.54mm_Vertical_KathodeUp
-Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=5.2*2.7mm^2, http://www.diodes.com/_files/packages/A-405.pdf
-Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm
-0
-2
-2
-Diode_THT
-D_A-405_P5.08mm_Vertical_AnodeUp
-Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=5.2*2.7mm^2, http://www.diodes.com/_files/packages/A-405.pdf
-Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm
-0
-2
-2
-Diode_THT
-D_A-405_P5.08mm_Vertical_KathodeUp
-Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=5.2*2.7mm^2, http://www.diodes.com/_files/packages/A-405.pdf
-Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm
-0
-2
-2
-Diode_THT
-D_A-405_P7.62mm_Horizontal
-Diode, A-405 series, Axial, Horizontal, pin pitch=7.62mm, length*diameter=5.2*2.7mm^2, http://www.diodes.com/_files/packages/A-405.pdf
-Diode A-405 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm
-0
-2
-2
-Diode_THT
-D_A-405_P10.16mm_Horizontal
-Diode, A-405 series, Axial, Horizontal, pin pitch=10.16mm, length*diameter=5.2*2.7mm^2, http://www.diodes.com/_files/packages/A-405.pdf
-Diode A-405 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm
-0
-2
-2
-Diode_THT
-D_A-405_P12.70mm_Horizontal
-Diode, A-405 series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=5.2*2.7mm^2, http://www.diodes.com/_files/packages/A-405.pdf
-Diode A-405 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm
-0
-2
-2
-Diode_THT
-D_DO-15_P2.54mm_Vertical_AnodeUp
-Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=7.6*3.6mm^2, http://www.diodes.com/_files/packages/DO-15.pdf
-Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm
-0
-2
-2
-Diode_THT
-D_DO-15_P2.54mm_Vertical_KathodeUp
-Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=7.6*3.6mm^2, http://www.diodes.com/_files/packages/DO-15.pdf
-Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm
-0
-2
-2
-Diode_THT
-D_DO-15_P3.81mm_Vertical_AnodeUp
-Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, length*diameter=7.6*3.6mm^2, http://www.diodes.com/_files/packages/DO-15.pdf
-Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm
-0
-2
-2
-Diode_THT
-D_DO-15_P3.81mm_Vertical_KathodeUp
-Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, length*diameter=7.6*3.6mm^2, http://www.diodes.com/_files/packages/DO-15.pdf
-Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm
-0
-2
-2
-Diode_THT
-D_DO-15_P5.08mm_Vertical_AnodeUp
-Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=7.6*3.6mm^2, http://www.diodes.com/_files/packages/DO-15.pdf
-Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm
-0
-2
-2
-Diode_THT
-D_DO-15_P5.08mm_Vertical_KathodeUp
-Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=7.6*3.6mm^2, http://www.diodes.com/_files/packages/DO-15.pdf
-Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm
-0
-2
-2
-Diode_THT
-D_DO-15_P10.16mm_Horizontal
-Diode, DO-15 series, Axial, Horizontal, pin pitch=10.16mm, length*diameter=7.6*3.6mm^2, http://www.diodes.com/_files/packages/DO-15.pdf
-Diode DO-15 series Axial Horizontal pin pitch 10.16mm length 7.6mm diameter 3.6mm
-0
-2
-2
-Diode_THT
-D_DO-15_P12.70mm_Horizontal
-Diode, DO-15 series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=7.6*3.6mm^2, http://www.diodes.com/_files/packages/DO-15.pdf
-Diode DO-15 series Axial Horizontal pin pitch 12.7mm length 7.6mm diameter 3.6mm
-0
-2
-2
-Diode_THT
-D_DO-15_P15.24mm_Horizontal
-Diode, DO-15 series, Axial, Horizontal, pin pitch=15.24mm, length*diameter=7.6*3.6mm^2, http://www.diodes.com/_files/packages/DO-15.pdf
-Diode DO-15 series Axial Horizontal pin pitch 15.24mm length 7.6mm diameter 3.6mm
-0
-2
-2
-Diode_THT
-D_DO-27_P5.08mm_Vertical_AnodeUp
-Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=9.52*5.33mm^2, http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg
-Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm
-0
-2
-2
-Diode_THT
-D_DO-27_P5.08mm_Vertical_KathodeUp
-Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=9.52*5.33mm^2, http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg
-Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm
-0
-2
-2
-Diode_THT
-D_DO-27_P12.70mm_Horizontal
-Diode, DO-27 series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=9.52*5.33mm^2, http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg
-Diode DO-27 series Axial Horizontal pin pitch 12.7mm length 9.52mm diameter 5.33mm
-0
-2
-2
-Diode_THT
-D_DO-27_P15.24mm_Horizontal
-Diode, DO-27 series, Axial, Horizontal, pin pitch=15.24mm, length*diameter=9.52*5.33mm^2, http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg
-Diode DO-27 series Axial Horizontal pin pitch 15.24mm length 9.52mm diameter 5.33mm
-0
-2
-2
-Diode_THT
-D_DO-34_SOD68_P2.54mm_Vertical_AnodeUp
-Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=3.04*1.6mm^2, https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf
-Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm
-0
-2
-2
-Diode_THT
-D_DO-34_SOD68_P2.54mm_Vertical_KathodeUp
-Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=3.04*1.6mm^2, https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf
-Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm
-0
-2
-2
-Diode_THT
-D_DO-34_SOD68_P5.08mm_Vertical_AnodeUp
-Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=3.04*1.6mm^2, https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf
-Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm
-0
-2
-2
-Diode_THT
-D_DO-34_SOD68_P5.08mm_Vertical_KathodeUp
-Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=3.04*1.6mm^2, https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf
-Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm
-0
-2
-2
-Diode_THT
-D_DO-34_SOD68_P7.62mm_Horizontal
-Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=7.62mm, length*diameter=3.04*1.6mm^2, https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf
-Diode DO-34_SOD68 series Axial Horizontal pin pitch 7.62mm length 3.04mm diameter 1.6mm
-0
-2
-2
-Diode_THT
-D_DO-34_SOD68_P10.16mm_Horizontal
-Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=10.16mm, length*diameter=3.04*1.6mm^2, https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf
-Diode DO-34_SOD68 series Axial Horizontal pin pitch 10.16mm length 3.04mm diameter 1.6mm
-0
-2
-2
-Diode_THT
-D_DO-34_SOD68_P12.70mm_Horizontal
-Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=3.04*1.6mm^2, https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf
-Diode DO-34_SOD68 series Axial Horizontal pin pitch 12.7mm length 3.04mm diameter 1.6mm
-0
-2
-2
-Diode_THT
-D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp
-Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=4*2mm^2, http://www.diodes.com/_files/packages/DO-35.pdf
-Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm
-0
-2
-2
-Diode_THT
-D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp
-Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=4*2mm^2, http://www.diodes.com/_files/packages/DO-35.pdf
-Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm
-0
-2
-2
-Diode_THT
-D_DO-35_SOD27_P3.81mm_Vertical_AnodeUp
-Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, length*diameter=4*2mm^2, http://www.diodes.com/_files/packages/DO-35.pdf
-Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm
-0
-2
-2
-Diode_THT
-D_DO-35_SOD27_P3.81mm_Vertical_KathodeUp
-Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, length*diameter=4*2mm^2, http://www.diodes.com/_files/packages/DO-35.pdf
-Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm
-0
-2
-2
-Diode_THT
-D_DO-35_SOD27_P5.08mm_Vertical_AnodeUp
-Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=4*2mm^2, http://www.diodes.com/_files/packages/DO-35.pdf
-Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm
-0
-2
-2
-Diode_THT
-D_DO-35_SOD27_P5.08mm_Vertical_KathodeUp
-Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=4*2mm^2, http://www.diodes.com/_files/packages/DO-35.pdf
-Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm
-0
-2
-2
-Diode_THT
-D_DO-35_SOD27_P7.62mm_Horizontal
-Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, length*diameter=4*2mm^2, http://www.diodes.com/_files/packages/DO-35.pdf
-Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm
-0
-2
-2
-Diode_THT
-D_DO-35_SOD27_P10.16mm_Horizontal
-Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=10.16mm, length*diameter=4*2mm^2, http://www.diodes.com/_files/packages/DO-35.pdf
-Diode DO-35_SOD27 series Axial Horizontal pin pitch 10.16mm length 4mm diameter 2mm
-0
-2
-2
-Diode_THT
-D_DO-35_SOD27_P12.70mm_Horizontal
-Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=4*2mm^2, http://www.diodes.com/_files/packages/DO-35.pdf
-Diode DO-35_SOD27 series Axial Horizontal pin pitch 12.7mm length 4mm diameter 2mm
-0
-2
-2
-Diode_THT
-D_DO-41_SOD81_P2.54mm_Vertical_AnodeUp
-Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=5.2*2.7mm^2, https://www.diodes.com/assets/Package-Files/DO-41-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, https://www.diodes.com/assets/Package-Files/DO-41-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, https://www.diodes.com/assets/Package-Files/DO-41-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, https://www.diodes.com/assets/Package-Files/DO-41-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, https://www.diodes.com/assets/Package-Files/DO-41-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, https://www.diodes.com/assets/Package-Files/DO-41-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, https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf
-Diode DO-41_SOD81 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm
-0
-2
-2
-Diode_THT
-D_DO-201AD_P3.81mm_Vertical_AnodeUp
-Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, length*diameter=9.5*5.2mm^2, http://www.diodes.com/_files/packages/DO-201AD.pdf
-Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm
-0
-2
-2
-Diode_THT
-D_DO-201AD_P3.81mm_Vertical_KathodeUp
-Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, length*diameter=9.5*5.2mm^2, http://www.diodes.com/_files/packages/DO-201AD.pdf
-Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm
-0
-2
-2
-Diode_THT
-D_DO-201AD_P5.08mm_Vertical_AnodeUp
-Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, length*diameter=9.5*5.2mm^2, http://www.diodes.com/_files/packages/DO-201AD.pdf
-Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm
-0
-2
-2
-Diode_THT
-D_DO-201AD_P5.08mm_Vertical_KathodeUp
-Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, length*diameter=9.5*5.2mm^2, http://www.diodes.com/_files/packages/DO-201AD.pdf
-Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm
-0
-2
-2
-Diode_THT
-D_DO-201AD_P12.70mm_Horizontal
-Diode, DO-201AD series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=9.5*5.2mm^2, http://www.diodes.com/_files/packages/DO-201AD.pdf
-Diode DO-201AD series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 5.2mm
-0
-2
-2
-Diode_THT
-D_DO-201AD_P15.24mm_Horizontal
-Diode, DO-201AD series, Axial, Horizontal, pin pitch=15.24mm, length*diameter=9.5*5.2mm^2, http://www.diodes.com/_files/packages/DO-201AD.pdf
-Diode DO-201AD series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 5.2mm
-0
-2
-2
-Diode_THT
-D_DO-201AE_P3.81mm_Vertical_AnodeUp
-Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, length*diameter=9*5.3mm^2, http://www.farnell.com/datasheets/529758.pdf
-Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm
-0
-2
-2
-Diode_THT
-D_DO-201AE_P3.81mm_Vertical_KathodeUp
-Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, length*diameter=9*5.3mm^2, http://www.farnell.com/datasheets/529758.pdf
-Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm
-0
-2
-2
-Diode_THT
-D_DO-201AE_P5.08mm_Vertical_AnodeUp
-Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, length*diameter=9*5.3mm^2, http://www.farnell.com/datasheets/529758.pdf
-Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm
-0
-2
-2
-Diode_THT
-D_DO-201AE_P5.08mm_Vertical_KathodeUp
-Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, length*diameter=9*5.3mm^2, http://www.farnell.com/datasheets/529758.pdf
-Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm
-0
-2
-2
-Diode_THT
-D_DO-201AE_P12.70mm_Horizontal
-Diode, DO-201AE series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=9*5.3mm^2, http://www.farnell.com/datasheets/529758.pdf
-Diode DO-201AE series Axial Horizontal pin pitch 12.7mm length 9mm diameter 5.3mm
-0
-2
-2
-Diode_THT
-D_DO-201AE_P15.24mm_Horizontal
-Diode, DO-201AE series, Axial, Horizontal, pin pitch=15.24mm, length*diameter=9*5.3mm^2, http://www.farnell.com/datasheets/529758.pdf
-Diode DO-201AE series Axial Horizontal pin pitch 15.24mm length 9mm diameter 5.3mm
-0
-2
-2
-Diode_THT
-D_DO-201_P3.81mm_Vertical_AnodeUp
-Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, length*diameter=9.53*5.21mm^2, http://www.diodes.com/_files/packages/DO-201.pdf
-Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm
-0
-2
-2
-Diode_THT
-D_DO-201_P3.81mm_Vertical_KathodeUp
-Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, length*diameter=9.53*5.21mm^2, http://www.diodes.com/_files/packages/DO-201.pdf
-Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm
-0
-2
-2
-Diode_THT
-D_DO-201_P5.08mm_Vertical_AnodeUp
-Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=9.53*5.21mm^2, http://www.diodes.com/_files/packages/DO-201.pdf
-Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm
-0
-2
-2
-Diode_THT
-D_DO-201_P5.08mm_Vertical_KathodeUp
-Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, length*diameter=9.53*5.21mm^2, http://www.diodes.com/_files/packages/DO-201.pdf
-Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm
-0
-2
-2
-Diode_THT
-D_DO-201_P12.70mm_Horizontal
-Diode, DO-201 series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=9.53*5.21mm^2, http://www.diodes.com/_files/packages/DO-201.pdf
-Diode DO-201 series Axial Horizontal pin pitch 12.7mm length 9.53mm diameter 5.21mm
-0
-2
-2
-Diode_THT
-D_DO-201_P15.24mm_Horizontal
-Diode, DO-201 series, Axial, Horizontal, pin pitch=15.24mm, length*diameter=9.53*5.21mm^2, http://www.diodes.com/_files/packages/DO-201.pdf
-Diode DO-201 series Axial Horizontal pin pitch 15.24mm length 9.53mm diameter 5.21mm
-0
-2
-2
-Diode_THT
-D_DO-247_Horizontal_TabDown
-Diode, DO-247 series, Horizontal, TabDown, P 10.9mm
-diode rectifier
-0
-2
-2
-Diode_THT
-D_DO-247_Horizontal_TabUp
-Diode, DO-247 series, Horizontal, TabUp, P 10.9mm
-diode rectifier
-0
-2
-2
-Diode_THT
-D_DO-247_Vertical
-Diode, DO-247 series, Vertical, P 10.9mm
-diode rectifier
-0
-2
-2
-Diode_THT
-D_P600_R-6_P7.62mm_Vertical_AnodeUp
-Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, length*diameter=9.1*9.1mm^2, http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf
-Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm
-0
-2
-2
-Diode_THT
-D_P600_R-6_P7.62mm_Vertical_KathodeUp
-Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, length*diameter=9.1*9.1mm^2, http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf
-Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm
-0
-2
-2
-Diode_THT
-D_P600_R-6_P12.70mm_Horizontal
-Diode, P600_R-6 series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=9.1*9.1mm^2, http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf
-Diode P600_R-6 series Axial Horizontal pin pitch 12.7mm length 9.1mm diameter 9.1mm
-0
-2
-2
-Diode_THT
-D_P600_R-6_P20.00mm_Horizontal
-Diode, P600_R-6 series, Axial, Horizontal, pin pitch=20mm, length*diameter=9.1*9.1mm^2, http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf
-Diode P600_R-6 series Axial Horizontal pin pitch 20mm length 9.1mm diameter 9.1mm
-0
-2
-2
-Diode_THT
-D_T-1_P2.54mm_Vertical_AnodeUp
-Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=3.2*2.6mm^2, http://www.diodes.com/_files/packages/T-1.pdf
-Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm
-0
-2
-2
-Diode_THT
-D_T-1_P2.54mm_Vertical_KathodeUp
-Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, length*diameter=3.2*2.6mm^2, http://www.diodes.com/_files/packages/T-1.pdf
-Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm
-0
-2
-2
-Diode_THT
-D_T-1_P5.08mm_Horizontal
-Diode, T-1 series, Axial, Horizontal, pin pitch=5.08mm, length*diameter=3.2*2.6mm^2, http://www.diodes.com/_files/packages/T-1.pdf
-Diode T-1 series Axial Horizontal pin pitch 5.08mm length 3.2mm diameter 2.6mm
-0
-2
-2
-Diode_THT
-D_T-1_P10.16mm_Horizontal
-Diode, T-1 series, Axial, Horizontal, pin pitch=10.16mm, length*diameter=3.2*2.6mm^2, http://www.diodes.com/_files/packages/T-1.pdf
-Diode T-1 series Axial Horizontal pin pitch 10.16mm length 3.2mm diameter 2.6mm
-0
-2
-2
-Diode_THT
-D_T-1_P12.70mm_Horizontal
-Diode, T-1 series, Axial, Horizontal, pin pitch=12.7mm, length*diameter=3.2*2.6mm^2, http://www.diodes.com/_files/packages/T-1.pdf
-Diode T-1 series Axial Horizontal pin pitch 12.7mm length 3.2mm diameter 2.6mm
-0
-2
-2
-Diode_THT
-Diode_Bridge_15.1x15.1x6.3mm_P10.9mm
-Single phase bridge rectifier case 15.1x15.1mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf
-Diode Bridge PB10xxS
-0
-4
-4
-Diode_THT
-Diode_Bridge_15.2x15.2x6.3mm_P10.9mm
-Single phase bridge rectifier case 15.2x15.2mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc600.pdf
-Diode Bridge KBPC6xx
-0
-4
-4
-Diode_THT
-Diode_Bridge_15.7x15.7x6.3mm_P10.8mm
-Single phase bridge rectifier case 15.7x15.7
-Diode Bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_16.7x16.7x6.3mm_P10.8mm
-Single phase bridge rectifier case 16.7x16.7
-Diode Bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_19.0x3.5x10.0mm_P5.0mm
-Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf
-Vishay GBU rectifier diode bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_19.0x19.0x6.8mm_P12.7mm
-Single phase bridge rectifier case 19x19mm, pitch 12.7mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf
-Diode Bridge PB10xx
-0
-4
-4
-Diode_THT
-Diode_Bridge_28.6x28.6x7.3mm_P18.0mm_P11.6mm
-Single phase bridge rectifier case 28.6x28.6mm, pitch 18.0mm & 11.6mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc1500fw.pdf
-Diode Bridge KBPCxxxxWP
-0
-4
-4
-Diode_THT
-Diode_Bridge_32.0x5.6x17.0mm_P10.0mm_P7.5mm
-Diotec 32x5.6x17mm rectifier package, 7.5mm/10mm pitch, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40c3700.pdf
-Diotec rectifier diode bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_Comchip_SCVB-L
-Three phase, Bridge, Rectifier, https://www.comchiptech.com/admin/files/product/SC35VB80S-G%20Thru506369.%20SC35VB160S-G%20RevB.pdf
-diode module
-0
-5
-5
-Diode_THT
-Diode_Bridge_DIGITRON_KBPC_T
-Single phase, Bridge rectifier, 28.614x28.614mm, case KBPC_T(FP), https://www.digitroncorp.com/Digitron/media/Files/Datasheets/KBPC15005-SERIES.pdf
-diode module
-0
-4
-4
-Diode_THT
-Diode_Bridge_DIP-4_W5.08mm_P2.54mm
-4-lead dip package for diode bridges, row spacing 5.08mm, pin-spacing 2.54mm, see http://www.vishay.com/docs/88898/b2m.pdf
-DIL DIP PDIP 5.08mm 2.54
-0
-4
-4
-Diode_THT
-Diode_Bridge_DIP-4_W7.62mm_P5.08mm
-4-lead dip package for diode bridges, row spacing 7.62 mm (300 mils), see http://cdn-reichelt.de/documents/datenblatt/A400/HDBL101G_20SERIES-TSC.pdf
-DIL DIP PDIP 5.08mm 7.62mm 300mil
-0
-4
-4
-Diode_THT
-Diode_Bridge_GeneSiC_KBPC_T
-Single phase, Bridge rectifier, 28.55x28.55mm, case KBPC_T(FP), https://www.diodemodule.com/bridge-rectifier/kbpc/kbpc1501t.pdf
-diode module
-0
-4
-4
-Diode_THT
-Diode_Bridge_GeneSiC_KBPC_W
-Single phase, Bridge Rectifier, 28.55x28.55mm, case KBPC_W(WP), https://www.diodemodule.com/bridge-rectifier/kbpc/kbpc15005w.pdf
-diode module
-0
-4
-4
-Diode_THT
-Diode_Bridge_IXYS_GUFP
-Three phase, Bridge, Rectifier
-diode module
-0
-5
-5
-Diode_THT
-Diode_Bridge_Round_D8.9mm
-4-lead round diode bridge package, diameter 8.9mm, pin pitch 5.08mm, see http://cdn-reichelt.de/documents/datenblatt/A400/W005M-W10M_SEP.PDF
-diode bridge 8.9mm 8.85mm WOB pitch 5.08mm
-0
-4
-4
-Diode_THT
-Diode_Bridge_Round_D9.0mm
-4-lead round diode bridge package, diameter 9.0mm, pin pitch 5.0mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40r.pdf
-diode bridge 9.0mm 8.85mm WOB pitch 5.0mm
-0
-4
-4
-Diode_THT
-Diode_Bridge_Round_D9.8mm
-4-lead round diode bridge package, diameter 9.8mm, pin pitch 5.08mm, see http://www.vishay.com/docs/88769/woo5g.pdf
-diode bridge 9.8mm WOG pitch 5.08mm
-0
-4
-4
-Diode_THT
-Diode_Bridge_Vishay_GBL
-Vishay GBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88609/gbl005.pdf
-Vishay GBL rectifier diode bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_Vishay_GBU
-Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf
-Vishay GBU rectifier diode bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_Vishay_KBL
-Vishay KBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88655/kbl005.pdf
-Vishay KBL rectifier diode bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_Vishay_KBPC1
-Single phase bridge rectifier case KBPC1, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf
-Diode Bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_Vishay_KBPC6
-Single phase bridge rectifier case KBPC6, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf
-Diode Bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_Vishay_KBPM
-Vishay KBM rectifier package, 3.95mm pitch (http://www.farnell.com/datasheets/2238158.pdf, http://www.cdil.com/s/kbp2005_.pdf)
-Vishay KBM rectifier diode bridge
-0
-4
-4
-Diode_THT
-Diode_Bridge_Vishay_KBU
-Vishay KBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88656/kbu4.pdf
-Vishay KBU rectifier diode bridge
-0
-4
-4
-Display
-AG12864E
-STN/FSTN LCD 128x64 dot https://www.digchip.com/datasheets/parts/datasheet/1121/AG-12864E-pdf.php
-AG12864E Graphics Display 128x64 Ampire
-0
-24
-20
-Display
-Adafruit_SSD1306
-Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads
-Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI
-0
-8
-8
-Display
-Adafruit_SSD1306_No_Mounting_Holes
-Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads
-Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI
-0
-8
-8
-Display
-CR2013-MI2120
-CR2013-MI2120 ILI9341 LCD Breakout http://pan.baidu.com/s/11Y990
-CR2013-MI2120 ILI9341 LCD Breakout
-0
-18
-14
-Display
-DL1416
-.160", 4-Digit 16-Segment plus decimal alphanumeric intelligent display with Memory/Decoder/Driver https://partstack.com/resources/pdf/images/VipMasterIC/IC/INFN/INFNS19899/INFNS19899-1.pdf
-display 16-segment alphanumeric
-0
-20
-20
-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
-ER-OLED0.42-1W_Folded
-72x40 white graphic OLED display 0.42 inch, SSD1306B controller, I2C and SPI, folded back https://www.buydisplay.com/download/manual/ER-OLED0.42-1_Datasheet.pdf
-SSD1306 OLED display 0.42 inch
-0
-16
-16
-Display
-ERM19264
-STN/FSTN LCD 192x64 dot https://www.buydisplay.com/download/manual/ERM19264-1_Series_Datasheet.pdf
-ERM19264 Graphics Display 192x64
-0
-20
-20
-Display
-HDSM-441B_HDSM-443B
-2 Digit 7 segemnt blue LED, right hand decimal, https://docs.broadcom.com/docs/AV02-1589EN
-2 Digit 7 segment blue LED
-0
-10
-10
-Display
-HDSM-541B_HDSM-543B
-2 digit 7 segement blue LED with right hand decimal, https://docs.broadcom.com/docs/AV02-1588EN
-2 digit 7 segement blue LED with right hand decimal
-0
-10
-10
-Display
-HDSP-48xx
-10-Element Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN
-10-Element Bar Graph Array
-0
-20
-20
-Display
-HDSP-4830
-10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN
-10-Element Red Bar Graph Array
-0
-20
-20
-Display
-HDSP-4832
-10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN
-10-Element Red Yellow Green Bar Graph Array
-0
-20
-20
-Display
-HDSP-4836
-10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN
-10-Element Red Yellow Green Bar Graph Array
-0
-20
-20
-Display
-HDSP-4840
-10-Element Yellow Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN
-10-Element Yellow Bar Graph Array
-0
-20
-20
-Display
-HDSP-4850
-10-Element Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN
-10-Element Green Bar Graph Array
-0
-20
-20
-Display
-HLCP-J100
-10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN
-10-Element Red Bar Graph Array
-0
-20
-20
-Display
-HY1602E
-http://www.icbank.com/data/ICBShop/board/HY1602E.pdf
-LCD 16x2 Alphanumeric 16pin
-0
-20
-16
-Display
-LCD-016N002L
-16 x 2 Character LCD, http://www.vishay.com/product?docid=37299
-LCD-016N002L 16 x 2 Character LCD
-0
-24
-20
-Display
-LM16255
-LCD LM16255 16x2 character http://www.datasheetlib.com/datasheet/259542/lm16255_sharp-electronics.html
-LCD 12x2
-0
-14
-14
-Display
-NHD-0420H1Z
-NHD-0420H1Z LCD http://www.newhavendisplay.com/specs/NHD-0420H1Z-FSW-GBW-33V3.pdf
-NHD-0420H1Z LCD
-0
-16
-16
-Display
-NHD-C0220BiZ
-NHD-C0220BiZ LCD http://www.newhavendisplay.com/specs/NHD-C0220BiZ-FSW-FBW-3V3M.pdf
-NHD-C0220BiZ LCD
-0
-10
-10
-Display
-NHD-C0220BiZ-FSRGB
-NHD-C0220BiZ-FSRGB LCD https://newhavendisplay.com/content/specs/NHD-C0220BiZ-FSRGB-FBW-3VM.pdf
-NHD-C0220BiZ-FSRGB 2 x 20 character LCD RGB backlight
-0
-12
-12
-Display
-NHD-C12832A1Z-FSRGB
-128x32 LCD with RGB backlight https://www.newhavendisplay.com/specs/NHD-C12832A1Z-FSRGB-FBW-3V.pdf
-lcd rgb st7565
-0
-21
-21
-Display
-OLED-128O064D
-128x64 OLED display
-display oled
-0
-30
-30
-Display
-RC1602A
-http://www.raystar-optronics.com/down.php?ProID=18
-LCD 16x2 Alphanumeric 16pin
-0
-22
-18
-Display
-WC1602A
-LCD 16x2 http://www.wincomlcd.com/pdf/WC1602A-SFYLYHTC06.pdf
-LCD 16x2 Alphanumeric 16pin
-0
-20
-16
-Display_7Segment
-7SEGMENT-LED__HDSM531_HDSM533_SMD
-7-Segment Display, HDSM53x, https://docs.broadcom.com/docs/AV02-0713EN
-7segment LED HDSM531 HDSM533
-0
-10
-10
-Display_7Segment
-7SegmentLED_LTS6760_LTS6780
-7-Segment Display, LTS67x0, http://optoelectronics.liteon.com/upload/download/DS30-2001-355/S6760jd.pdf
-7Segment LED LTS6760 LTS6780
-0
-10
-10
-Display_7Segment
-AD-121F2
-Single Digit 7-segment RGB LED Display, 1-inch digit height, common anode, http://usasyck.com/products/AD-121F2_cat_e.pdf
-RGB LED digit
-0
-22
-22
-Display_7Segment
-AFF_2x7SEG-DIGIT_10mm
-Afficheur 7 segments 10mm DIGIT
-AFFICHEUR
-0
-16
-16
-Display_7Segment
-CA56-12CGKWA
-4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12CGKWA(Ver.9A).pdf
-4 digit 7 segment green LED
-0
-12
-12
-Display_7Segment
-CA56-12EWA
-4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12EWA.pdf
-4 digit 7 segment green LED
-0
-12
-12
-Display_7Segment
-CA56-12SEKWA
-4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SEKWA(Ver.7A).pdf
-4 digit 7 segment green LED
-0
-12
-12
-Display_7Segment
-CA56-12SRWA
-4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12SRWA.pdf
-4 digit 7 segment green LED
-0
-12
-12
-Display_7Segment
-CA56-12SURKWA
-4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SURKWA(Ver.8A).pdf
-4 digit 7 segment green LED
-0
-12
-12
-Display_7Segment
-CA56-12SYKWA
-4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SYKWA(Ver.6A).pdf
-4 digit 7 segment green LED
-0
-12
-12
-Display_7Segment
-CC56-12GWA
-4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-11GWA.pdf
-4 digit 7 segment green LED
-0
-12
-12
-Display_7Segment
-CC56-12YWA
-4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CC56-12YWA.pdf
-4 digit 7 segment green LED
-0
-12
-12
-Display_7Segment
-D1X8K
-https://ia800903.us.archive.org/24/items/CTKD1x8K/Cromatek%20D168K.pdf
-Single digit 7 segment ultra bright red
-0
-10
-10
-Display_7Segment
-DA04-11CGKWA
-http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11CGKWA(Ver.6A).pdf
-Dubble digit green 7 segment LED display
-0
-16
-16
-Display_7Segment
-DA04-11SEKWA
-http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SEKWA(Ver.9A).pdf
-Dubble digit super bright orange 7 segment LED display
-0
-16
-16
-Display_7Segment
-DA04-11SURKWA
-http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SURKWA(Ver.10A).pdf
-Dubble digit hyper red 7 segment LED display
-0
-16
-16
-Display_7Segment
-DA04-11SYKWA
-http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SYKWA(Ver.6A).pdf
-Dubble digit super bright yellow 7 segment LED display
-0
-16
-16
-Display_7Segment
-DA56-11CGKWA
-http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11CGKWA(Ver.16A).pdf
-Double digit seven segment green LED display
-0
-18
-18
-Display_7Segment
-DA56-11SEKWA
-http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SEKWA(Ver.9A).pdf
-Double digit seven segment super bright orange LED display
-0
-18
-18
-Display_7Segment
-DA56-11SURKWA
-http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SURKWA(Ver.11A).pdf
-Double digit seven segment hyper red LED display
-0
-18
-18
-Display_7Segment
-DA56-11SYKWA
-http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SYKWA(Ver.11A).pdf
-Double digit seven segment super bright yellow LED display
-0
-18
-18
-Display_7Segment
-DE113-XX-XX
-http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf
-3 1/5 digit LOW BAT + 7-Segment LCD
-0
-40
-40
-Display_7Segment
-DE114-RS-20
-http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf
-3 1/5 digit reflective LCD LOW-BAT + 7-Segment
-0
-40
-40
-Display_7Segment
-DE119-XX-XX
-https://www.display-elektronik.de/filter/DE119-RS-20_635.pdf
-4 digit 7 segment LCD
-0
-40
-40
-Display_7Segment
-DE122-XX-XX
-http://www.display-elektronik.de/filter/DE122-RS-20_635.pdf
-6 digit 7 segment LCD
-0
-50
-50
-Display_7Segment
-DE152-XX-XX
-https://tft-module.de/filter/DE152-RS-20_75.pdf
-4 digit 7 segment LCD
-0
-40
-40
-Display_7Segment
-DE170-XX-XX
-http://www.display-elektronik.de/filter/DE170-RS-20_75.pdf
-3 1/5 digit reflective arrow bat + 7 segment LCD
-0
-40
-40
-Display_7Segment
-ELD_426XXXX
-http://www.everlight.com/file/ProductFile/D426SYGWA-S530-E2.pdf
-Double digit 7 segment brilliant yellow green LED
-0
-10
-10
-Display_7Segment
-HDSP-7401
-One digit 7 segment yellow, https://docs.broadcom.com/docs/AV02-2553EN
-One digit 7 segment yellow
-0
-10
-10
-Display_7Segment
-HDSP-7507
-+-1 overflow 7 segment high efficiency red, https://docs.broadcom.com/docs/AV02-2553EN
-+-1 overflow 7 segment high efficiency red
-0
-10
-10
-Display_7Segment
-HDSP-7801
-One digit 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN
-One digit 7 segment green
-0
-10
-10
-Display_7Segment
-HDSP-7807
-+-1 overflow 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN
-+-1 overflow 7 segment green
-0
-10
-10
-Display_7Segment
-HDSP-A151
-One digit 7 segment red, https://docs.broadcom.com/docs/AV02-2553EN
-One digit 7 segment high efficiency red
-0
-10
-10
-Display_7Segment
-HDSP-A401
-One digit 7 segment orange, common anode, https://docs.broadcom.com/docs/AV02-2553EN
-One digit 7 segment orange common anode
-0
-10
-10
-Display_7Segment
-KCSC02-105
-http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-105(Ver.9A).pdf
-Single digit 7 segement hyper red LED
-0
-10
-10
-Display_7Segment
-KCSC02-106
-http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-106(Ver.10A).pdf
-Single digit 7 segement super bright orange LED
-0
-10
-10
-Display_7Segment
-KCSC02-107
-http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-107(Ver.9A).pdf
-Single digit 7 segement super bright yellow LED
-0
-10
-10
-Display_7Segment
-KCSC02-123
-http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-123(Ver.10A).pdf
-Single digit 7 segement super bright yellow LED
-0
-10
-10
-Display_7Segment
-KCSC02-136
-http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-136(Ver.6B).pdf
-Single digit 7 segement super bright yellow LED
-0
-10
-10
-Display_7Segment
-LTC-4627Jx
-http://optoelectronics.liteon.com/upload/download/DS30-2001-393/C4627JG.pdf
-4 digit 7 segment LED
-0
-14
-14
-Display_7Segment
-MAN71A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-One digit 7 segment red LED with right dot
-0
-14
-14
-Display_7Segment
-MAN72A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-One digit 7 segment red LED with left dot
-0
-14
-14
-Display_7Segment
-MAN73A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-Overflow +- 1 red LED
-0
-14
-14
-Display_7Segment
-MAN3410A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-One digit 7 segment green LED with dot
-0
-14
-14
-Display_7Segment
-MAN3420A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-One digit 7 segment green LED with left dot
-0
-14
-14
-Display_7Segment
-MAN3610A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-One digit 7 segment orange LED with right dot
-0
-14
-14
-Display_7Segment
-MAN3620A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-One digit 7 segment orange LED with left dot
-0
-14
-14
-Display_7Segment
-MAN3630A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-Overflow +- 1 orange LED
-0
-14
-14
-Display_7Segment
-MAN3810A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-One digit 7 segment yellow LED with right dot
-0
-14
-14
-Display_7Segment
-MAN3820A
-https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php
-One digit 7 segment yellow LED with left dot
-0
-14
-14
-Display_7Segment
-SA15-11xxx
-http://www.kingbrightusa.com/images/catalog/SPEC/SA15-11SRWA.pdf
-SA15-11xxx single digit 7 segment display 38.1mm 1.5inch
-0
-10
-10
-Display_7Segment
-SBC18-11SURKCGKWA
-http://www.kingbright.com/attachments/file/psearch/000/00/00/SBC18-11SURKCGKWA(Ver.6A).pdf
-single digit 7 segemnt red/green LED
-0
-10
-10
-Display_7Segment
-Sx39-1xxxxx
-Single digit 7 segment LED display in red, yellow or green colour http://www.kingbrightusa.com/images/catalog/SPEC/sa39-11ewa.pdf
-One digit LED 7 segment SA39-11 SC39-11 SA39-12 SC39-12
-0
-10
-10
-Ferrite_THT
-LairdTech_28C0236-0JW-10
-Ferrite, vertical, LairdTech 28C0236-0JW-10, https://assets.lairdtech.com/home/brandworld/files/28C0236-0JW-10.pdf, JW Miller core https://www.bourns.com/products/magnetic-products/j.w.-miller-through-hole-ferrite-beads-emi-filters
-Ferrite vertical LairdTech 28C0236-0JW-10
-0
-2
-2
-Fiducial
-Fiducial_0.5mm_Mask1.5mm
-Fiducial, circular marking, 0.5mm bare copper, 1.5mm soldermask opening
-fiducial
-0
-1
-0
-Fiducial
-Fiducial_0.5mm_Mask1mm
-Fiducial, circular marking, 0.5mm bare copper, 1mm soldermask opening (Level C)
-fiducial
-0
-1
-0
-Fiducial
-Fiducial_0.5mm_Mask2mm
-Fiducial, circular marking, 0.5mm bare copper, 2mm soldermask opening
-fiducial
-0
-1
-0
-Fiducial
-Fiducial_0.75mm_Mask1.5mm
-Fiducial, circular marking, 0.75mm bare copper, 1.5mm soldermask opening (Level B)
-fiducial
-0
-1
-0
-Fiducial
-Fiducial_0.75mm_Mask2.25mm
-Fiducial, circular marking, 0.75mm bare copper, 2.25mm soldermask opening
-fiducial
-0
-1
-0
-Fiducial
-Fiducial_1.5mm_Mask3mm
-Fiducial, circular marking, 1.5mm bare copper, 3mm soldermask opening
-fiducial
-0
-1
-0
-Fiducial
-Fiducial_1.5mm_Mask4.5mm
-Fiducial, circular marking, 1.5mm bare copper, 4.5mm soldermask opening
-fiducial
-0
-1
-0
-Fiducial
-Fiducial_1mm_Mask2mm
-Fiducial, circular marking, 1mm bare copper, 2mm soldermask opening (Level A)
-fiducial
-0
-1
-0
-Fiducial
-Fiducial_1mm_Mask3mm
-Fiducial, circular marking, 1mm bare copper, 3mm soldermask opening (recommended)
-fiducial
-0
-1
-0
-Fiducial
-Fiducial_Cross_1.5mm_Mask2mm
-Fiducial, cross variant, 1.5mm bare copper, 2mm soldermask opening
-fiducial
-0
-2
-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_KEMET_PZB300_24.0x12.5mm_P10.0mm
-EMI suppression capacitor PZB300 series, length 24.0 mm, width 12.5 mm, drill hole 1.00mm ( https://content.kemet.com/datasheets/KEM_F3019_PZB300X2_2XY2_275.pdf )
-suppressor filter cap
-0
-3
-3
-Filter
-Filter_Mini-Circuits_FV1206
-Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206.pdf
-Mini-Circuits Filter SMD 1206
-0
-6
-4
-Filter
-Filter_Mini-Circuits_FV1206-1
-Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-1.pdf
-Mini-Circuits Filter SMD 1206
-0
-6
-6
-Filter
-Filter_Mini-Circuits_FV1206-4
-Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-4.pdf
-Mini-Circuits Filter SMD 1206
-0
-8
-4
-Filter
-Filter_Mini-Circuits_FV1206-5
-Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-5.pdf
-Mini-Circuits Filter SMD 1206
-0
-8
-4
-Filter
-Filter_Mini-Circuits_FV1206-6
-Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-6.pdf
-Mini-Circuits Filter SMD 1206
-0
-14
-8
-Filter
-Filter_Mini-Circuits_FV1206-7
-Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-7.pdf
-Mini-Circuits Filter SMD 1206
-0
-5
-3
-Filter
-Filter_Murata_BNX025
-https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000
-EMI Filter
-0
-6
-4
-Filter
-Filter_Murata_BNX025_ThermalVias
-https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000
-EMI Filter
-0
-19
-4
-Filter
-Filter_Murata_SFECF-6
-SMD Type 10.7MHz Ceramic Filter https://www.murata.com/en-us/products/filter/cerafil/sfecf
-10.7MHz smd ceramic
-0
-6
-6
-Filter
-Filter_Murata_SFECF-6_HandSoldering
-SMD Type 10.7MHz Ceramic Filter https://www.murata.com/en-us/products/filter/cerafil/sfecf
-10.7MHz smd ceramic
-0
-6
-6
-Filter
-Filter_SAW-6_3.8x3.8mm
-6-pin 3.8 x 3.8mm SAW filter package, https://www.golledge.com/media/3785/mp08167.pdf
-SAW filter 6-pin
-0
-6
-6
-Filter
-Filter_SAW-8_3.8x3.8mm
-8-pin 3.8x3.8mm SAW filter, https://www.golledge.com/media/1831/ma05497.pdf
-SAW filter 8-pin
-0
-8
-8
-Filter
-Filter_SAW_Epcos_DCC6C_3x3mm
-EPCOS/TDK Electronics/Qualcomm DCC6c SAW filter package based on EPCOS app note 93 (https://www.catagle.com/45-2/PDF_AN93.htm)
-SAW filter 6-pin
-0
-6
-6
-Filter
-Filter_Schaffner_FN405
-Compact PCB mounting EMI filter (https://www.schaffner.com/product/FN405/Schaffner_datasheet_FN405.pdf)
-EMI filter
-0
-5
-5
-Filter
-Filter_Schaffner_FN406
-Ultra Compact EMC Filter (https://www.schaffner.com/product/FN406/Schaffner_datasheet_FN406.pdf)
-emi filter
-0
-5
-5
-Fuse
-FuseHolder_Blade_ATO_Littelfuse_FLR_178.6165
-Littelfuse fuse holder for ATO/FKS blade fuses, 80V, vertical, 20 x 6mm, PCB thickness up to 1.5mm, http://www.littelfuse.com/~/media/commercial-vehicle/datasheets/automotive-fuse-holders/ato/littelfuse-fuse-holder-ato-flr-pcb-datasheet.pdf
-ATO FKS blade fuse holder
-0
-8
-2
-Fuse
-Fuse_0402_1005Metric
-Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse
-0
-2
-2
-Fuse
-Fuse_0402_1005Metric_Pad0.77x0.64mm_HandSolder
-Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse handsolder
-0
-2
-2
-Fuse
-Fuse_0603_1608Metric
-Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse
-0
-2
-2
-Fuse
-Fuse_0603_1608Metric_Pad1.05x0.95mm_HandSolder
-Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse handsolder
-0
-2
-2
-Fuse
-Fuse_0805_2012Metric
-Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator
-fuse
-0
-2
-2
-Fuse
-Fuse_0805_2012Metric_Pad1.15x1.40mm_HandSolder
-Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator
-fuse handsolder
-0
-2
-2
-Fuse
-Fuse_1206_3216Metric
-Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse
-0
-2
-2
-Fuse
-Fuse_1206_3216Metric_Pad1.42x1.75mm_HandSolder
-Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse handsolder
-0
-2
-2
-Fuse
-Fuse_1210_3225Metric
-Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse
-0
-2
-2
-Fuse
-Fuse_1210_3225Metric_Pad1.42x2.65mm_HandSolder
-Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse handsolder
-0
-2
-2
-Fuse
-Fuse_1812_4532Metric
-Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
-fuse
-0
-2
-2
-Fuse
-Fuse_1812_4532Metric_Pad1.30x3.40mm_HandSolder
-Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
-fuse handsolder
-0
-2
-2
-Fuse
-Fuse_2010_5025Metric
-Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse
-0
-2
-2
-Fuse
-Fuse_2010_5025Metric_Pad1.52x2.65mm_HandSolder
-Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse handsolder
-0
-2
-2
-Fuse
-Fuse_2512_6332Metric
-Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse
-0
-2
-2
-Fuse
-Fuse_2512_6332Metric_Pad1.52x3.35mm_HandSolder
-Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-fuse handsolder
-0
-2
-2
-Fuse
-Fuse_2920_7451Metric
-Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator
-fuse
-0
-2
-2
-Fuse
-Fuse_2920_7451Metric_Pad2.10x5.45mm_HandSolder
-Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator
-fuse handsolder
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0005FF_L8.3mm_W3.8mm
-Fuse 0ZRE0005FF, BelFuse, Radial Leaded PTC, https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0008FF_L8.3mm_W3.8mm
-Fuse 0ZRE0008FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0012FF_L8.3mm_W3.8mm
-Fuse 0ZRE0012FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0016FF_L9.9mm_W3.8mm
-Fuse 0ZRE0016FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0025FF_L9.6mm_W3.8mm
-Fuse 0ZRE0025FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0033FF_L11.4mm_W3.8mm
-Fuse 0ZRE0033FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0040FF_L11.5mm_W3.8mm
-Fuse 0ZRE0040FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0055FF_L14.0mm_W4.1mm
-Fuse 0ZRE0055FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0075FF_L11.5mm_W4.8mm
-Fuse 0ZRE0075FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0100FF_L18.7mm_W5.1mm
-Fuse 0ZRE0100FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0125FF_L21.2mm_W5.3mm
-Fuse 0ZRE0125FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0150FF_L23.4mm_W5.3mm
-Fuse 0ZRE0150FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_BelFuse_0ZRE0200FF_L24.9mm_W6.1mm
-Fuse 0ZRE0200FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf
-0ZRE BelFuse radial PTC
-0
-2
-2
-Fuse
-Fuse_Blade_ATO_directSolder
-car blade fuse direct solder
-car blade fuse
-0
-2
-2
-Fuse
-Fuse_Blade_Mini_directSolder
-car blade fuse mini, direct solder
-car blade fuse mini
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG300
-PTC Resettable Fuse, Ihold = 3.0A, Itrip=5.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG400
-PTC Resettable Fuse, Ihold = 4.0A, Itrip=6.8A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG500
-PTC Resettable Fuse, Ihold = 5.0A, Itrip=8.5A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG600
-PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.2A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG650
-PTC Resettable Fuse, Ihold = 6.5A, Itrip=11.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG700
-PTC Resettable Fuse, Ihold = 7.0A, Itrip=11.9A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG800
-PTC Resettable Fuse, Ihold = 8.0A, Itrip=13.6A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG900
-PTC Resettable Fuse, Ihold = 9.0A, Itrip=15.3A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG1000
-PTC Resettable Fuse, Ihold = 10.0A, Itrip=17.0A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RG1100
-PTC Resettable Fuse, Ihold = 11.0A, Itrip=18.7A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT050
-PTC Resettable Fuse, Ihold = 0.5A, Itrip=0.92A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT070
-PTC Resettable Fuse, Ihold = 0.7A, Itrip=1.4A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT100
-PTC Resettable Fuse, Ihold = 1.0A, Itrip=1.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT200
-PTC Resettable Fuse, Ihold = 2.0A, Itrip=3.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT300
-PTC Resettable Fuse, Ihold = 3.0A, Itrip=6.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT400
-PTC Resettable Fuse, Ihold = 4.0A, Itrip=7.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT500
-PTC Resettable Fuse, Ihold = 5.0A, Itrip=9.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT550
-PTC Resettable Fuse, Ihold = 5.5A, Itrip=10.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT600
-PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT650
-PTC Resettable Fuse, Ihold = 6.5A, Itrip=12.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT700
-PTC Resettable Fuse, Ihold = 7.0A, Itrip=13.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT750
-PTC Resettable Fuse, Ihold = 7.5A, Itrip=13.1A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT800
-PTC Resettable Fuse, Ihold = 8.0A, Itrip=15.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT900
-PTC Resettable Fuse, Ihold = 9.0A, Itrip=16.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT1000
-PTC Resettable Fuse, Ihold = 10.0A, Itrip=18.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT1100
-PTC Resettable Fuse, Ihold = 11.0A, Itrip=20.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-RHT1300
-PTC Resettable Fuse, Ihold = 13.0A, Itrip=24.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf
-ptc resettable fuse polyfuse THT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-SM_7.98x5.44mm
-https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf
-bourns ptc resettable fuse polyfuse MF-SM MF-SMHT
-0
-2
-2
-Fuse
-Fuse_Bourns_MF-SM_9.5x6.71mm
-https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf
-bourns ptc resettable fuse polyfuse MF-SM MF-SMHT
-0
-2
-2
-Fuse
-Fuse_Bourns_TBU-CA
-Bourns TBU-CA Fuse, 2 Pin (https://www.bourns.com/data/global/pdfs/TBU-CA.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Bourns Fuse NoLead
-0
-3
-3
-Fuse
-Fuse_Littelfuse-LVR100
-Littelfuse, resettable fuse, PTC, polyswitch LVR100, Ih 1A http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf
-LVR100 PTC resettable polyswitch
-0
-2
-2
-Fuse
-Fuse_Littelfuse-LVR125
-Littelfuse, resettable fuse, PTC, polyswitch LVR125, Ih 1.25A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf
-LVR125 PTC resettable polyswitch
-0
-2
-2
-Fuse
-Fuse_Littelfuse-LVR200
-Littelfuse, resettable fuse, PTC, polyswitch LVR200, Ih 2A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf
-LVR200 PTC resettable polyswitch
-0
-2
-2
-Fuse
-Fuse_Littelfuse-NANO2-451_453
-Littelfuse NANO2 https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_451_453_datasheet.pdf.pdf
-Fuse Nano2
-0
-2
-2
-Fuse
-Fuse_Littelfuse-NANO2-462
-Littelfuse NANO2, 250VAC/VDC, 350VAC/VDC, 10.5 x 4.5 x 4.5mm, https://www.littelfuse.com/media?resourcetype=datasheets&itemid=6201db33-6e55-43f2-b41f-15e38bdd2c99&filename=littelfuse-fuse-462-datasheet
-Fuse Nano2 462
-0
-2
-2
-Fuse
-Fuse_Littelfuse-NANO2-885
-Littelfuse NANO2, 350VAC, 450/500VDC, 10.86 x 4.78 x 4.78mm, https://www.littelfuse.com/media?resourcetype=datasheets&itemid=888f12ed-ed3b-4b45-b910-06af8854ad76&filename=littelfuse-fuse-885-datasheet
-Fuse Nano2 885
-0
-2
-2
-Fuse
-Fuse_Littelfuse_372_D8.50mm
-Fuse, Littelfuse, 372, 8.5x8mm, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_372_datasheet.pdf.pdf
-fuse tht radial
-0
-2
-2
-Fuse
-Fuse_Littelfuse_395Series
-Fuse, TE5, Littelfuse/Wickmann, No. 460, No560,
-Fuse TE5 Littelfuse/Wickmann No. 460 No560
-0
-2
-2
-Fuse
-Fuse_Schurter_UMT250
-Surface Mount Fuse, 3 x 10.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMT_250.pdf)
-Schurter fuse smd
-0
-2
-2
-Fuse
-Fuse_Schurter_UMZ250
-Surface Mount Fuse with Clip, 4.2 x 11.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMZ_250.pdf)
-fuse smd mount holder
-0
-2
-2
-Fuse
-Fuse_SunFuse-6HP
-SunFuse Ceramic Slow Blow Fuse 6H_6HP.PDF
-UL/CSA 6x32mm Ceramic Slow Blow Fuse
-0
-2
-2
-Fuse
-Fuseholder_Blade_ATO_Littelfuse_Pudenz_2_Pin
-Fuseholder ATO Blade littelfuse Pudenz 2 Pin
-Fuseholder ATO Blade littelfuse Pudenz 2 Pin
-0
-2
-2
-Fuse
-Fuseholder_Blade_Mini_Keystone_3568
-fuse holder, car blade fuse mini, http://www.keyelco.com/product-pdf.cfm?p=306
-car blade fuse mini
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Bel_FC-203-22_Lateral_P17.80x5.00mm_D1.17mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Lateral, Horizontal, Bel FC-203-22, https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0672-fuse-clips-series.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Eaton_1A5601-01_Inline_P20.80x6.76mm_D1.70mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Eaton 1A5601-01, https://www.eaton.com/content/dam/eaton/products/electronic-components/resources/data-sheet/eaton-1axxxx-pcb-fuse-clips-atc-atm-blade-data-sheet.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Keystone_3512P_Inline_P23.62x7.27mm_D1.02x2.41x1.02x1.57mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3512P, http://www.keyelco.com/product-pdf.cfm?p=1386
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Keystone_3512_Inline_P23.62x7.27mm_D1.02x1.57mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3512, http://www.keyelco.com/product-pdf.cfm?p=356
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Keystone_3517_Inline_P23.11x6.76mm_D1.70mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3517, http://www.keyelco.com/product-pdf.cfm?p=354
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Keystone_3518P_Inline_P23.11x6.76mm_D2.44x1.70mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3518P, http://www.keyelco.com/product-pdf.cfm?p=1387
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Littelfuse_100_Inline_P20.50x4.60mm_D1.30mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 100, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Littelfuse_111_Inline_P20.00x5.00mm_D1.05mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 111, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_111_519_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Littelfuse_111_Lateral_P18.80x5.00mm_D1.17mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 111 (501 and 506), https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_111_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Littelfuse_445-030_Inline_P20.50x5.20mm_D1.30mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 445/030, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Littelfuse_519_Inline_P20.60x5.00mm_D1.00mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 519, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_111_519_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Littelfuse_520_Inline_P20.50x5.80mm_D1.30mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 520, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Littelfuse_521_Lateral_P17.00x5.00mm_D1.30mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 521, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_520_521_102071_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Schurter_CQM_Inline_P20.60x5.00mm_D1.00mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Schurter CQM (0752), https://www.schurter.com/en/datasheet/typ_CQM.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-5x20mm_Schurter_OG_Lateral_P15.00x5.00mm_D1.3mm_Horizontal
-Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Schurter OG, https://ch.schurter.com/en/datasheet/typ_OG__Clip__5x20.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-6.3x32mm_Littelfuse_102_122_Inline_P34.21x7.62mm_D1.98mm_Horizontal
-Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 102/122 Straight Leads, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_102_122_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-6.3x32mm_Littelfuse_102_Inline_P34.21x7.62mm_D2.54mm_Horizontal
-Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 102 Bowed Leads, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_102_122_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-6.3x32mm_Littelfuse_122_Inline_P34.21x7.62mm_D2.54mm_Horizontal
-Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 122 Bowed Leads, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_102_122_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Clip-6.3x32mm_Littelfuse_102071_Inline_P34.70x7.60mm_D2.00mm_Horizontal
-Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 102071, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_520_521_102071_datasheet.pdf.pdf
-fuse clip open
-0
-4
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_Bulgin_FX0456_Vertical_Closed
-Fuseholder, 5x20, closed, vertical, Bulgin, FX0456, https://www.bulgin.com/products/pub/media/bulgin/data/Fuseholders.pdf
-Fuseholder 5x20 closed vertical Bulgin FX0456 Sicherungshalter
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_Bulgin_FX0457_Horizontal_Closed
-Fuseholder, 5x20, closed, horizontal, Bulgin, FX0457, Sicherungshalter,
-Fuseholder 5x20 closed horizontal Bulgin FX0457 Sicherungshalter
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_EATON_H15-V-1_Vertical_Closed
-PCB fuse holders for 5 mm x 20 mm fuses; 250V; 10A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/bus-elx-ds-4426-h15.pdf)
-fuse holder vertical 5x20mm
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_EATON_HBV_Vertical_Closed
-5 mm x 20 mm fuse holders; Vertical w/ Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf)
-fuse holder vertical 5x20mm
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_EATON_HBW_Vertical_Closed
-5 mm x 20 mm fuse holders; Vertical w/o Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf)
-fuse holder vertical 5x20mm
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_Schurter_0031_8201_Horizontal_Open
-Fuseholder horizontal open, 5x20mm, 500V, 16A, Schurter 0031.8201, https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN.pdf
-Fuseholder horizontal open 5x20 Schurter 0031.8201
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_Schurter_FAB_0031-355x_Horizontal_Closed
-Fuseholder 5x20mm horizontal Shurter model FAB, Suitable for order numbers 0031.3551 and 0031.3558 (https://www.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FAB.pdf)
-Fuseholder 5x20mm closed horizontal
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_Schurter_FPG4_Vertical_Closed
-Shock-Safe Fuseholder, 5 x 20 mm, Slotted Cap/Fingergrip, vertical, IEC 60335-1; 250VAC/10A VDE; 500V/16A UL/CSA (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FPG4.pdf)
-fuse holder vertical 5x20mm
-0
-4
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_Schurter_FUP_0031.2510_Horizontal_Closed
-Shock-Safe closed Fuseholder, Schurter FUP Series, 5.0 x 20mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2510 (0031.2500 + 0031.2323), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf
-Fuseholder 5x20mm horizontal closed
-0
-3
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_Schurter_OGN-SMD_Horizontal_Open
-Fuseholder horizontal open, 5x20mm, 500V, 16A (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN-SMD.pdf)
-Fuseholder horizontal open 5x20 Schurter 0031.8221
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_Stelvio-Kontek_PTF78_Horizontal_Open
-https://www.tme.eu/en/Document/3b48dbe2b9714a62652c97b08fcd464b/PTF78.pdf
-Fuseholder horizontal open 5x20 Stelvio-Kontek PTF/78
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-5x20mm_Wuerth_696103101002-SMD_Horizontal_Open
-Fuseholder horizontal open 5x20mm 250V 10A Würth 696103101002
-Fuseholder horizontal open 5x20mm 250V 10A
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-6.3x32mm_Schurter_0031-8002_Horizontal_Open
-Fuseholder, horizontal, open, 6.3x32, Schurter, 0031.8002, https://www.schurter.com/en/datasheet/typ_OG__Holder__6.3x32.pdf
-Fuseholder horizontal open 6.3x32 Schurter 0031.8002
-0
-2
-2
-Fuse
-Fuseholder_Cylinder-6.3x32mm_Schurter_FUP_0031.2520_Horizontal_Closed
-Shock-Safe closed Fuseholder, Schurter FUP Series, 6.3 x 32 mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2520 (0031.2500 + 0031.2321), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf
-Fuseholder 6.3x32mm horizontal closed
-0
-3
-2
-Fuse
-Fuseholder_Keystone_3555-2
-Maxi APX ATX Automotive Blade Fuse Clip Holder https://www.keyelco.com/userAssets/file/M65p40.pdf
-Maxi APX ATX Automotive Blade Fuse Clip Holder
-0
-4
-2
-Fuse
-Fuseholder_Littelfuse_100_series_5x20mm
-Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf
-Fuseholder clips
-0
-4
-2
-Fuse
-Fuseholder_Littelfuse_100_series_5x25mm
-Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf
-Fuseholder clips
-0
-4
-2
-Fuse
-Fuseholder_Littelfuse_100_series_5x30mm
-Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf
-Fuseholder clips
-0
-4
-2
-Fuse
-Fuseholder_Littelfuse_445_030_series_5x20mm
-Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf
-Fuseholder clips
-0
-4
-2
-Fuse
-Fuseholder_Littelfuse_445_030_series_5x25mm
-Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf
-Fuseholder clips
-0
-4
-2
-Fuse
-Fuseholder_Littelfuse_445_030_series_5x30mm
-Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf
-Fuseholder clips
-0
-4
-2
-Fuse
-Fuseholder_Littelfuse_Nano2_154x
-Littelfuse NANO2 holder, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_154_154t_154l_154tl_datasheet.pdf.pdf
-SMD Nano2 holder
-0
-2
-2
-Fuse
-Fuseholder_Littelfuse_Nano2_157x
-Littelfuse NANO2 holder, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_157_datasheet.pdf.pdf
-SMD Nano2 holder
-0
-2
-2
-Fuse
-Fuseholder_TR5_Littelfuse_No560_No460
-Fuse, Fuseholder, TR5, Littelfuse/Wickmann, No. 460, No560, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_holders/littelfuse_fuse_holder_559_560_datasheet.pdf.pdf
-Fuse Fuseholder TR5 Littelfuse/Wickmann No. 460 No560
-0
-2
-2
-Fuse
-GDT_Bourns_2038
-Gas Discharge Tube, 3-electrode GDT, SMD, 2038 series, https://www.bourns.com/data/global/pdfs/2038-xx-sm.pdf
-GDT gas discharge tube
-0
-3
-3
-Fuse
-GDT_Yageo_3RxxxxL-6
-Gas discharge tube, 3-electrode, THT, 8.5x6.0mm, https://www.yageo.com/upload/media/product/app/datasheet/cpc/gdt/3r-6.pdf
-GDT
-0
-3
-3
-Fuse
-GDT_Yageo_3RxxxxM-6
-Gas discharge tube, 3-electrode, SMD, 8.5x6.0mm, https://www.yageo.com/upload/media/product/app/datasheet/cpc/gdt/3r-6.pdf
-GDT 3R-6
-0
-3
-3
-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_Extruded_531002B00000G_34.9x12.7mm_H25.4mm
-Extruded 5310, dual radial board level heatsink, TO‐202, TO‐220, 25.4mm height, no pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-0
-0
-Heatsink
-Heatsink_AAVID_Extruded_531002B02100G_34.9x12.7mm_H25.4mm
-Extruded 5310, dual radial board level heatsink, TO‐202, TO‐220, 25.4mm height, 2.46mm dia. pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_AAVID_Extruded_531002B02500G_34.9x12.7mm_H25.4mm
-Extruded 5310, dual radial board level heatsink, TO‐220, 25.4mm height, 2.37mm dia. pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_AAVID_Extruded_531102B00000G_34.9x12.7mm_H38.1mm
-Extruded 5310, dual radial board level heatsink, TO‐202, TO‐220, 38.1mm height, no pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-0
-0
-Heatsink
-Heatsink_AAVID_Extruded_531102B02100G_34.9x12.7mm_H38.1mm
-Extruded 5310, dual radial board level heatsink, TO‐220, 38.1mm height, 2.46mm dia. pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_AAVID_Extruded_531102B02500G_34.9x12.7mm_H38.1mm
-Extruded 5310, dual radial board level heatsink, TO‐220, 38.1mm height, 2.37mm dia. pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_AAVID_Extruded_531102V02500G_34.9x12.7mm_H38.1mm
-Extruded 5310, dual radial board level heatsink, TO‐220, 38.1mm height, 2.37mm dia. pins, AavSHIELD3 finish, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_AAVID_Extruded_531202B00000G_34.9x12.7mm_H50.8mm
-Extruded 5310, dual radial board level heatsink, TO‐202, TO‐220, 50.8mm height, no pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-0
-0
-Heatsink
-Heatsink_AAVID_Extruded_531202B02100G_34.9x12.7mm_H50.8mm
-Extruded 5310, dual radial board level heatsink, TO‐202, TO‐220, 50.8mm height, 2.46mm dia. pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_AAVID_Extruded_531202B02500G_34.9x12.7mm_H50.8mm
-Extruded 5310, dual radial board level heatsink, TO‐202, TO‐220, 50.8mm height, 2.37mm dia. pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_AAVID_Extruded_531302B02500G_34.9x12.7mm_H63.5mm
-Extruded 5310, dual radial board level heatsink, TO‐202, TO‐220, 63.5mm height, 2.37mm dia. pins, https://info.boydcorp.com/hubfs/Thermal/Air-Cooling/Boyd-Board-Level-Cooling-Extruded-5310.pdf
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_AAVID_TV5G_TO220_Horizontal
-Heatsink TV5G TO-220 Horizontal, https://www.shopaavid.com/Product/TV-5G
-Heatsink TV5G TO-220 Horizontal
-0
-0
-0
-Heatsink
-Heatsink_Fischer_FK224xx2201_25x8.3mm
-25x8.3mm Heatsink, 18K/W, TO-220, https://www.fischerelektronik.de/web_fischer/en_GB/$catalogue/fischerData/PR/FK224_220_1_/datasheet.xhtml?branch=heatsinks
-heatsink TO-220
-0
-2
-1
-Heatsink
-Heatsink_Fischer_FK24413D2PAK_26x13mm
-26x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d2_pak.pdf
-heatsink TO-252 TO-263 TO-268
-0
-2
-1
-Heatsink
-Heatsink_Fischer_FK24413DPAK_23x13mm
-23x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d_pak.pdf
-heatsink TO-252 TO-263 TO-268
-0
-2
-1
-Heatsink
-Heatsink_Fischer_SK104-STC-STIC_35x13mm_2xDrill2.5mm
-Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC,
-Heatsink fischer TO-220
-0
-2
-1
-Heatsink
-Heatsink_Fischer_SK104-STCB_35x13mm__2xDrill3.5mm_ScrewM3
-Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC,
-Heatsink fischer TO-220
-0
-2
-1
-Heatsink
-Heatsink_Fischer_SK129-STS_42x25mm_2xDrill2.5mm
-Heatsink, Fischer SK129
-heatsink fischer
-0
-2
-1
-Heatsink
-Heatsink_SheetType_50x7mm_2Fixations
-Heatsink, Sheet type, 50x7mm, 2 fixations (solder),
-Heatsink sheet
-0
-2
-1
-Heatsink
-Heatsink_Stonecold_HS-130_30x12mm_2xFixation2.5mm
-Heatsink, StoneCold HS, https://www.tme.eu/Document/da20d9b42617e16f6777c881dc9e3434/hs-130.pdf
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_Stonecold_HS-132_32x14mm_2xFixation1.5mm
-Heatsink, StoneCold HS
-heatsink
-0
-2
-1
-Heatsink
-Heatsink_Stonecold_HS-S01_13.21x6.35mm
-Heatsink, Stonecold, HS, https://www.tme.eu/Document/f7f93f538b934e0b08e09747396fb95f/hs-s.pdf
-heatsink
-0
-0
-0
-Heatsink
-Heatsink_Stonecold_HS-S02_13.21x9.53mm
-Heatsink, Stonecold, HS, https://www.tme.eu/Document/f7f93f538b934e0b08e09747396fb95f/hs-s.pdf
-heatsink
-0
-0
-0
-Heatsink
-Heatsink_Stonecold_HS-S03_13.21x12.7mm
-Heatsink, Stonecold, HS, https://www.tme.eu/Document/f7f93f538b934e0b08e09747396fb95f/hs-s.pdf
-heatsink
-0
-0
-0
-Inductor_SMD
-L_6.3x6.3_H3
-Choke, SMD, 6.3x6.3mm 3mm height
-Choke SMD
-0
-2
-2
-Inductor_SMD
-L_7.3x7.3_H3.5
-Choke, SMD, 7.3x7.3mm 3.5mm height
-Choke SMD
-0
-2
-2
-Inductor_SMD
-L_7.3x7.3_H4.5
-Choke, SMD, 7.3x7.3mm 4.5mm height
-Choke SMD
-0
-2
-2
-Inductor_SMD
-L_10.4x10.4_H4.8
-Choke, SMD, 10.4x10.4mm 4.8mm height
-Choke SMD
-0
-2
-2
-Inductor_SMD
-L_12x12mm_H4.5mm
-Choke, SMD, 12x12mm 4.5mm height
-Choke SMD
-0
-2
-2
-Inductor_SMD
-L_12x12mm_H6mm
-Choke, SMD, 12x12mm 6mm height
-Choke SMD
-0
-2
-2
-Inductor_SMD
-L_12x12mm_H8mm
-Choke, SMD, 12x12mm 8mm height
-Choke SMD
-0
-2
-2
-Inductor_SMD
-L_0201_0603Metric
-Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator
-inductor
-0
-4
-2
-Inductor_SMD
-L_0201_0603Metric_Pad0.64x0.40mm_HandSolder
-Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-4
-2
-Inductor_SMD
-L_0402_1005Metric
-Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_0402_1005Metric_Pad0.77x0.64mm_HandSolder
-Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_0603_1608Metric
-Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_0603_1608Metric_Pad1.05x0.95mm_HandSolder
-Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_0805_2012Metric
-Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_0805_2012Metric_Pad1.05x1.20mm_HandSolder
-Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_0805_2012Metric_Pad1.15x1.40mm_HandSolder
-Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_01005_0402Metric
-Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator
-inductor
-0
-4
-2
-Inductor_SMD
-L_01005_0402Metric_Pad0.57x0.30mm_HandSolder
-Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-4
-2
-Inductor_SMD
-L_1008_2520Metric
-Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_1008_2520Metric_Pad1.43x2.20mm_HandSolder
-Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_1206_3216Metric
-Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_1206_3216Metric_Pad1.22x1.90mm_HandSolder
-Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_1206_3216Metric_Pad1.42x1.75mm_HandSolder
-Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_1210_3225Metric
-Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_1210_3225Metric_Pad1.42x2.65mm_HandSolder
-Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_1806_4516Metric
-Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_1806_4516Metric_Pad1.45x1.90mm_HandSolder
-Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_1812_4532Metric
-Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_1812_4532Metric_Pad1.30x3.40mm_HandSolder
-Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_2010_5025Metric
-Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_2010_5025Metric_Pad1.52x2.65mm_HandSolder
-Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_2512_6332Metric
-Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor
-0
-2
-2
-Inductor_SMD
-L_2512_6332Metric_Pad1.52x3.35mm_HandSolder
-Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-inductor handsolder
-0
-2
-2
-Inductor_SMD
-L_APV_ANR3010
-Inductor, APV, ANR3010, 3.0x3.0x1.0mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR3012
-Inductor, APV, ANR3012, 3.0x3.0x1.2mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR3015
-Inductor, APV, ANR3015, 3.0x3.0x1.5mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR4010
-Inductor, APV, ANR4010, 4.0x4.0x1.0mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR4012
-Inductor, APV, ANR4012, 4.0x4.0x1.2mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR4018
-Inductor, APV, ANR4018, 4.0x4.0x1.8mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR4020
-Inductor, APV, ANR4020, 4.0x4.0x2.0mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR4026
-Inductor, APV, ANR4026, 4.0x4.0x2.6mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR4030
-Inductor, APV, ANR4030, 4.0x4.0x3.0mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR5012
-Inductor, APV, ANR5012, 5.0x5.0x1.2mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR5020
-Inductor, APV, ANR5020, 5.0x5.0x2.0mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR5040
-Inductor, APV, ANR5040, 5.0x5.0x4.0mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR5045
-Inductor, APV, ANR5045, 5.0x5.0x4.5mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR6020
-Inductor, APV, ANR6020, 6.0x6.0x2.0mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR6028
-Inductor, APV, ANR6028, 6.0x6.0x2.8mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR6045
-Inductor, APV, ANR6045, 6.0x6.0x4.5mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR8040
-Inductor, APV, ANR8040, 8.0x8.0x4.2mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR8065
-Inductor, APV, ANR8065, 8.0x8.0x6.5mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR252010
-Inductor, APV, ANR252010, 2.5x2.0x1.0mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_ANR252012
-Inductor, APV, ANR252012, 2.5x2.0x1.2mm, (http://en.apvind.com/public/upload/20240407/3375c395e460caa8519b4d637d9113ce.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0412
-Inductor, APV, APH0412, 4.2x4.2x1.0mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0420
-Inductor, APV, APH0420, 4.2x4.2x1.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0518
-Inductor, APV, APH0518, 5.2x5.2x1.6mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0530
-Inductor, APV, APH0530, 5.2x5.2x2.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0615
-Inductor, APV, APH0615, 6.8x6.6x1.3mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0618
-Inductor, APV, APH0618, 6.8x6.6x1.6mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0620
-Inductor, APV, APH0620, 6.8x6.6x1.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0624
-Inductor, APV, APH0624, 6.8x6.6x2.2mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0630
-Inductor, APV, APH0630, 6.8x6.6x2.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0640
-Inductor, APV, APH0640, 6.8x6.6x3.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0650
-Inductor, APV, APH0650, 6.8x6.6x4.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0840
-Inductor, APV, APH0840, 8.6x8.0x3.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH0850
-Inductor, APV, APH0850, 8.6x8.0x4.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH1030
-Inductor, APV, APH1030, 10.8x10.0x2.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH1040
-Inductor, APV, APH1040, 10.8x10.0x3.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH1050
-Inductor, APV, APH1050, 10.8x10.0x4.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH1240
-Inductor, APV, APH1240, 13.25x12.8x3.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH1250
-Inductor, APV, APH1250, 13.25x12.8x4.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH1260
-Inductor, APV, APH1260, 13.25x12.8x5.8mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH1265
-Inductor, APV, APH1265, 13.25x12.8x6.5mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH1770
-Inductor, APV, APH1770, 17.45x17.15x6.7mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_APV_APH2213
-Inductor, APV, APH2213, 23.3x22.0x12.6mm, (http://en.apvind.com/public/upload/20240408/996aafa961154ed753e4983e7eb80fa7.pdf), generated with kicad-footprint-generator gen_inductor.py
-molded power shielded
-0
-2
-2
-Inductor_SMD
-L_AVX_LMLP07A7
-Inductor, AVX, LMLP07A7, LMLP series, Style D, 7.3x6.6x3.0mm, (https://datasheets.avx.com/LMLPD.pdf), generated with kicad-footprint-generator gen_inductor.py
-AVX-Kyocera power shielded low-profile
-0
-2
-2
-Inductor_SMD
-L_Abracon_ASPI-0425
-Inductor, Abracon, ASPI-0425, 4.0x4.0x2.5mm, (https://abracon.com/Magnetics/new/ASPI-0425.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded low-profile
-0
-2
-2
-Inductor_SMD
-L_Abracon_ASPI-0630LR
-smd shielded power inductor https://abracon.com/Magnetics/power/ASPI-0630LR.pdf
-inductor abracon smd shielded
-0
-2
-2
-Inductor_SMD
-L_Abracon_ASPI-3012S
-smd shielded power inductor http://www.abracon.com/Magnetics/power/ASPI-3012S.pdf
-inductor abracon smd shielded
-0
-2
-2
-Inductor_SMD
-L_Abracon_ASPI-4030S
-smd shielded power inductor 4x4x3mm, Abracon ASPI-4030S, https://abracon.com/Magnetics/power/ASPI-4030S.pdf
-inductor abracon smd shielded
-0
-2
-2
-Inductor_SMD
-L_Abracon_ASPIAIG-F4020
-Inductor, Abracon, ASPIAIG-F4020, 4.4x4.4x1.9mm, (https://abracon.com/Magnetics/power/ASPIAIG-F4020.pdf), generated with kicad-footprint-generator gen_inductor.py
-power 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_SDR0604
-SMD Power Inductor, https://www.bourns.com/pdfs/SDR0604.pdf
-SMD Power Inductor SDR0604
-0
-2
-2
-Inductor_SMD
-L_Bourns_SDR1806
-https://www.bourns.com/docs/Product-Datasheets/SDR1806.pdf
-Bourns SDR1806
-0
-2
-2
-Inductor_SMD
-L_Bourns_SRF1260
-Inductor, Bourns, SRF1260, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://www.bourns.com/docs/Product-Datasheets/SRF1260.pdf)
-Inductor Bourns_SRF1260
-0
-4
-4
-Inductor_SMD
-L_Bourns_SRN6045TA
-http://www.bourns.com/docs/product-datasheets/srn6045ta.pdf
-Semi-shielded Power Inductor
-0
-2
-2
-Inductor_SMD
-L_Bourns_SRN8040TA
-https://www.bourns.com/docs/product-datasheets/srn8040ta.pdf
-Inductor
-0
-2
-2
-Inductor_SMD
-L_Bourns_SRP1038C_10.0x10.0mm
-Bourns SRP1038C series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRP1038C.pdf
-Bourns SRP1038C SMD inductor
-0
-2
-2
-Inductor_SMD
-L_Bourns_SRP1050WA
-Inductor, Bourns, SRP1050WA, 11.0x10.0x5.1mm, (https://www.bourns.com/docs/product-datasheets/SRP1050WA.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded
-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.7x5.2x2.8mm, (https://www.bourns.com/data/global/pdfs/SRP5030T.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded
-0
-2
-2
-Inductor_SMD
-L_Bourns_SRP6060FA
-Inductor, Bourns, SRP6060FA, 6.4x6.6x5.8mm, (https://www.bourns.com/docs/Product-Datasheets/SRP6060FA.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded
-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_Bourns_SRU5016_5.2x5.2mm
-Bourns SRU5016 series shielded SMD power inductor, 1.6mm height https://www.bourns.com/docs/product-datasheets/sru5016.pdf
-Bourns SRU5016 SMD inductor
-0
-4
-3
-Inductor_SMD
-L_Cenker_CKCS3012
-Inductor, Cenker, CKCS3012, 3.0x3.0x1.3mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS3015
-Inductor, Cenker, CKCS3015, 3.0x3.0x1.7mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS4018
-Inductor, Cenker, CKCS4018, 4.0x4.0x1.8mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS4020
-Inductor, Cenker, CKCS4020, 4.0x4.0x2.0mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS4030
-Inductor, Cenker, CKCS4030, 4.0x4.0x3.0mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS5020
-Inductor, Cenker, CKCS5020, 5.0x5.0x2.1mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS5040
-Inductor, Cenker, CKCS5040, 5.0x5.0x4.0mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS6020
-Inductor, Cenker, CKCS6020, 6.0x6.0x2.1mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS6028
-Inductor, Cenker, CKCS6028, 6.0x6.0x3.0mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS6045
-Inductor, Cenker, CKCS6045, 6.0x6.0x4.7mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS8040
-Inductor, Cenker, CKCS8040, 8.0x8.0x4.2mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS8060
-Inductor, Cenker, CKCS8060, 8.0x8.0x6.2mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS8080
-Inductor, Cenker, CKCS8080, 8.0x8.0x8.0mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS201610
-Inductor, Cenker, CKCS201610, 2.0x1.6x1.05mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS252010
-Inductor, Cenker, CKCS252010, 2.5x2.0x1.05mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Cenker_CKCS252012
-Inductor, Cenker, CKCS252012, 2.5x2.0x1.25mm, (https://www.ckcoil.com/file/upload/spae532/2023-07/11/202307110955366446.pdf), generated with kicad-footprint-generator gen_inductor.py
-ckcs
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR3010S
-Inductor, Changjiang, FNR3010S, 3.0x3.0x1.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR3012S
-Inductor, Changjiang, FNR3012S, 3.0x3.0x1.2mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR3015S
-Inductor, Changjiang, FNR3015S, 3.0x3.0x1.5mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR3021S
-Inductor, Changjiang, FNR3021S, 3.0x3.0x2.35mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR4010S
-Inductor, Changjiang, FNR4010S, 4.0x4.0x1.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR4012S
-Inductor, Changjiang, FNR4012S, 4.0x4.0x1.2mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR4015S
-Inductor, Changjiang, FNR4015S, 4.0x4.0x1.65mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR4018S
-Inductor, Changjiang, FNR4018S, 4.0x4.0x1.8mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR4020S
-Inductor, Changjiang, FNR4020S, 4.0x4.0x2.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR4026S
-Inductor, Changjiang, FNR4026S, 4.0x4.0x2.6mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR4030S
-Inductor, Changjiang, FNR4030S, 4.0x4.0x3.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR5012S
-Inductor, Changjiang, FNR5012S, 5.0x5.0x1.2mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR5015S
-Inductor, Changjiang, FNR5015S, 5.0x5.0x1.5mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR5020S
-Inductor, Changjiang, FNR5020S, 5.0x5.0x2.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR5030S
-Inductor, Changjiang, FNR5030S, 5.0x5.0x3.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR5040S
-Inductor, Changjiang, FNR5040S, 5.0x5.0x4.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR5045S
-Inductor, Changjiang, FNR5045S, 5.0x5.0x4.5mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR6020S
-Inductor, Changjiang, FNR6020S, 6.0x6.0x2.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR6028S
-Inductor, Changjiang, FNR6028S, 6.0x6.0x2.8mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR6040S
-Inductor, Changjiang, FNR6040S, 6.0x6.0x4.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR6045S
-Inductor, Changjiang, FNR6045S, 6.0x6.0x4.5mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR8040S
-Inductor, Changjiang, FNR8040S, 8.0x8.0x4.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR8050S
-Inductor, Changjiang, FNR8050S, 8.0x8.0x5.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR8065S
-Inductor, Changjiang, FNR8065S, 8.0x8.0x6.5mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR252010S
-Inductor, Changjiang, FNR252010S, 2.5x2.0x1.0mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FNR252012S
-Inductor, Changjiang, FNR252012S, 2.5x2.0x1.2mm, (https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC100765D
-Inductor, Changjiang, FTC100765D, 1.0x0.7x0.65mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC121065S
-Inductor, Changjiang, FTC121065S, 1.2x1.0x0.65mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC141207S
-Inductor, Changjiang, FTC141207S, 1.4x1.2x0.7mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC141208S
-Inductor, Changjiang, FTC141208S, 1.4x1.2x0.8mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC141265S
-Inductor, Changjiang, FTC141265S, 1.4x1.2x0.65mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC160808S
-Inductor, Changjiang, FTC160808S, 1.6x0.8x0.8mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC160865S
-Inductor, Changjiang, FTC160865S, 1.6x0.8x0.65mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201208S
-Inductor, Changjiang, FTC201208S, 2.0x1.2x0.8mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201210S
-Inductor, Changjiang, FTC201210S, 2.0x1.2x1.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201212S
-Inductor, Changjiang, FTC201212S, 2.0x1.2x1.2mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201265S
-Inductor, Changjiang, FTC201265S, 2.0x1.2x0.65mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201607S
-Inductor, Changjiang, FTC201607S, 2.0x1.6x0.7mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201608S
-Inductor, Changjiang, FTC201608S, 2.0x1.6x0.8mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201610D
-Inductor, Changjiang, FTC201610D, 2.0x1.6x1.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201610S
-Inductor, Changjiang, FTC201610S, 2.0x1.6x1.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201612S
-Inductor, Changjiang, FTC201612S, 2.0x1.6x1.2mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201655S
-Inductor, Changjiang, FTC201655S, 2.0x1.6x0.55mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC201665S
-Inductor, Changjiang, FTC201665S, 2.0x1.6x0.65mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC252008S
-Inductor, Changjiang, FTC252008S, 2.5x2.0x0.8mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC252010S
-Inductor, Changjiang, FTC252010S, 2.5x2.0x1.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC252012S
-Inductor, Changjiang, FTC252012S, 2.5x2.0x1.2mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC252075S
-Inductor, Changjiang, FTC252075S, 2.5x2.0x0.75mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC303010D
-Inductor, Changjiang, FTC303010D, 3.0x3.0x1.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC303012D
-Inductor, Changjiang, FTC303012D, 3.0x3.0x1.2mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC303015D
-Inductor, Changjiang, FTC303015D, 3.0x3.0x1.5mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC303018D
-Inductor, Changjiang, FTC303018D, 3.0x3.0x1.8mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC303020D
-Inductor, Changjiang, FTC303020D, 3.0x3.0x2.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC322510S
-Inductor, Changjiang, FTC322510S, 3.2x2.5x1.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC322512S
-Inductor, Changjiang, FTC322512S, 3.2x2.5x1.2mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC322520S
-Inductor, Changjiang, FTC322520S, 3.2x2.5x2.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC404010S
-Inductor, Changjiang, FTC404010S, 4.1x4.1x1.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC404012S
-Inductor, Changjiang, FTC404012S, 4.1x4.1x1.2mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC404020S
-Inductor, Changjiang, FTC404020S, 4.1x4.1x2.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FTC404030S
-Inductor, Changjiang, FTC404030S, 4.1x4.1x3.0mm, (http://www.cjiang.com.cn/Pr_download_id_1117.html), generated with kicad-footprint-generator gen_inductor.py
-cjiang ftc molded power shielded
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0412
-Inductor, Changjiang, FXL0412, 3.85x4.2x1.0mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0420
-Inductor, Changjiang, FXL0420, 3.85x4.2x1.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0518
-Inductor, Changjiang, FXL0518, 4.85x5.2x1.6mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0530
-Inductor, Changjiang, FXL0530, 4.85x5.2x2.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0615
-Inductor, Changjiang, FXL0615, 6.45x6.6x1.3mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0618
-Inductor, Changjiang, FXL0618, 6.45x6.6x1.6mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0624
-Inductor, Changjiang, FXL0624, 6.45x6.6x2.2mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0630
-Inductor, Changjiang, FXL0630, 6.45x6.6x2.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0640
-Inductor, Changjiang, FXL0640, 6.45x6.6x3.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0650
-Inductor, Changjiang, FXL0650, 6.45x6.6x4.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL0840
-Inductor, Changjiang, FXL0840, 8.25x8.2x3.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL1030
-Inductor, Changjiang, FXL1030, 10.95x10.0x2.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL1040
-Inductor, Changjiang, FXL1040, 10.95x10.0x3.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL1050
-Inductor, Changjiang, FXL1050, 10.95x10.0x4.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL1340
-Inductor, Changjiang, FXL1340, 12.9x12.8x4.0mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL1350
-Inductor, Changjiang, FXL1350, 12.9x12.6x4.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL1360
-Inductor, Changjiang, FXL1360, 12.9x12.6x5.8mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL1365
-Inductor, Changjiang, FXL1365, 12.9x12.6x6.5mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL1770
-Inductor, Changjiang, FXL1770, 16.6x17.15x7.0mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Changjiang_FXL2213
-Inductor, Changjiang, FXL2213, 22.95x22.0x12.6mm, (https://www.lcsc.com/datasheet/lcsc_datasheet_2404260921_cjiang--Changjiang-Microelectronics-Tech-FXL0420-2R2-M_C167206.pdf), generated with kicad-footprint-generator gen_inductor.py
-power shielded cjiang fxl
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRA00040415
-Inductor, Chilisin, BMRA00040415, 4.6x4.1x1.5mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRA00040420
-Inductor, Chilisin, BMRA00040420, 4.6x4.1x2.0mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRA00050520
-Inductor, Chilisin, BMRA00050520, 5.7x5.4x1.8mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRA00050530
-Inductor, Chilisin, BMRA00050530, 5.7x5.4x3.0mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRB00050512
-Inductor, Chilisin, BMRB00050512, 5.7x5.4x1.2mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRB00050518
-Inductor, Chilisin, BMRB00050518, 5.7x5.4x1.8mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRB00050518-B
-Inductor, Chilisin, BMRB00050518-B, 5.4x5.2x1.6mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRB00060612
-Inductor, Chilisin, BMRB00060612, 7.3x6.6x1.2mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRB00060618
-Inductor, Chilisin, BMRB00060618, 7.3x6.6x1.6mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRB00060624
-Inductor, Chilisin, BMRB00060624, 7.3x6.6x2.4mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRB00060650
-Inductor, Chilisin, BMRB00060650, 7.3x6.6x5.0mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRF00101040
-Inductor, Chilisin, BMRF00101040, 11.6x10.1x4.0mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRF00131350
-Inductor, Chilisin, BMRF00131350, 13.8x12.6x5.0mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRF00131360
-Inductor, Chilisin, BMRF00131360, 13.8x12.6x5.8mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRF00171770
-Inductor, Chilisin, BMRF00171770, 17.15x17.15x6.8mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRG00101030
-Inductor, Chilisin, BMRG00101030, 11.6x10.1x3.0mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRG00131360
-Inductor, Chilisin, BMRG00131360, 13.8x12.6x6.0mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRx00040412
-Inductor, Chilisin, BMRx00040412, 4.6x4.1x1.2mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRx00050512-B
-Inductor, Chilisin, BMRx00050512-B, 5.4x5.2x1.2mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRx00050515
-Inductor, Chilisin, BMRx00050515, 5.7x5.4x1.5mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRx00060615
-Inductor, Chilisin, BMRx00060615, 7.3x6.6x1.3mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Chilisin_BMRx00060630
-Inductor, Chilisin, BMRx00060630, 7.3x6.6x3.0mm, (https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf), generated with kicad-footprint-generator gen_inductor.py
-bmrx mchi
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_0403HQ_1008Metric
-Inductor, Coilcraft, 0403HQ_1008Metric, 1.19x0.86x0.71mm, (https://www.coilcraft.com/getmedia/69c5aa91-3ca0-4922-874d-581cd4e27e62/0403hq.pdf), generated with kicad-footprint-generator gen_inductor.py
-hq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_0604HQ_1610Metric
-Inductor, Coilcraft, 0604HQ_1610Metric, 1.85x1.37x1.19mm, (https://www.coilcraft.com/getmedia/0719743d-cfb7-4d4d-9e58-bb01a615ada6/0604hq.pdf), generated with kicad-footprint-generator gen_inductor.py
-hq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_0805HQ_2012Metric
-Inductor, Coilcraft, 0805HQ_2012Metric, 2.29x1.73x1.52mm, (https://www.coilcraft.com/getmedia/d1c77d59-e9b0-44a7-81e0-f46e468b0410/0805hq.pdf), generated with kicad-footprint-generator gen_inductor.py
-hq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_1008HQ_2520Metric
-Inductor, Coilcraft, 1008HQ_2520Metric, 2.92x2.79x2.03mm, (https://www.coilcraft.com/getmedia/d309e334-bba7-474c-baad-e9acd748f87a/1008hq.pdf), generated with kicad-footprint-generator gen_inductor.py
-hq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_1008HQ_2520Metric_LowProfile
-Inductor, Coilcraft, 1008HQ_2520Metric_LowProfile, 2.92x2.79x1.27mm, (https://www.coilcraft.com/getmedia/d309e334-bba7-474c-baad-e9acd748f87a/1008hq.pdf), generated with kicad-footprint-generator gen_inductor.py
-hq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_1515SQ-47N
-Inductor, Coilcraft, 1515SQ-47N, 4.06x3.56x3.73mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_1515SQ-68N
-Inductor, Coilcraft, 1515SQ-68N, 5.33x3.56x3.73mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_1515SQ-82N
-Inductor, Coilcraft, 1515SQ-82N, 5.84x3.56x3.73mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2222SQ-90N
-Inductor, Coilcraft, 2222SQ-90N, 5.21x5.46x5.69mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2222SQ-111
-Inductor, Coilcraft, 2222SQ-111, 6.35x5.59x5.69mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2222SQ-131
-Inductor, Coilcraft, 2222SQ-131, 6.73x5.59x5.69mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2222SQ-161
-Inductor, Coilcraft, 2222SQ-161, 7.37x5.59x5.69mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2222SQ-181
-Inductor, Coilcraft, 2222SQ-181, 8.13x5.59x5.69mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2222SQ-221
-Inductor, Coilcraft, 2222SQ-221, 9.91x5.59x5.69mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2222SQ-271
-Inductor, Coilcraft, 2222SQ-271, 11.68x5.59x5.69mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2222SQ-301
-Inductor, Coilcraft, 2222SQ-301, 11.94x5.72x5.69mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2929SQ-331
-Inductor, Coilcraft, 2929SQ-331, 10.29x7.49x7.24mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2929SQ-361
-Inductor, Coilcraft, 2929SQ-361, 11.3x7.49x7.24mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2929SQ-391
-Inductor, Coilcraft, 2929SQ-391, 12.32x7.49x7.24mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2929SQ-431
-Inductor, Coilcraft, 2929SQ-431, 13.21x7.49x7.24mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_2929SQ-501
-Inductor, Coilcraft, 2929SQ-501, 14.0x7.49x7.24mm, (https://www.coilcraft.com/getmedia/a4eed406-a97e-4630-9d8e-771bb470867f/1515sq.pdf), generated with kicad-footprint-generator gen_inductor.py
-sq
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_LPS3010
-Shielded Power Inductor SMD 3x3x1mm, Coilcraft LPS3010, https://www.coilcraft.com/pdfs/lps3010.pdf
-inductor low profile
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_LPS3314
-SMD Inductor, 3.3x3.3x1.4mm, Coilcraft LPS3314, https://www.coilcraft.com/pdfs/lps3314.pdf
-L Coilcraft LPS3314
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_LPS4018
-SMD Inductor Coilcraft LPS4018 https://www.coilcraft.com/pdfs/lps4018.pdf
-L Coilcraft LPS4018
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_LPS4414
-SMD Inductor Coilcraft LPS4414, https://www.coilcraft.com/getmedia/fa8805ca-b278-4819-915a-b5cf632f0239/lps4414.pdf
-L Coilcraft LPS4414
-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_MOS6020-XXX
-Inductor, Coilcraft, MOS6020-XXX, 6.8x6.0x2.4mm, (https://www.coilcraft.com/getmedia/c3eb212d-a1a9-4db6-9f14-a01f21fd984c/mos6020.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1038-XXX
-Inductor, Coilcraft, MSS1038-XXX, 10.2x10.0x3.8mm, (https://www.coilcraft.com/getmedia/3e03a7b4-3b1d-4f31-b1f3-e7c621695ac0/mss1038.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1038T-XXX
-Inductor, Coilcraft, MSS1038T-XXX, 10.2x10.0x3.8mm, (https://www.coilcraft.com/getmedia/ea4800a7-100e-49d9-9bbc-6ba8b238dc0d/mss1038t.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1048-XXX
-Inductor, Coilcraft, MSS1048-XXX, 10.2x10.0x4.8mm, (https://www.coilcraft.com/getmedia/bd5140ec-db32-4346-a029-5182269dc08e/mss1048.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1048T-XXX
-Inductor, Coilcraft, MSS1048T-XXX, 10.2x10.0x4.8mm, (https://www.coilcraft.com/getmedia/bd5140ec-db32-4346-a029-5182269dc08e/mss1048t.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1210-XXX
-Inductor, Coilcraft, MSS1210-XXX, 12.0x12.0x10.0mm, (https://www.coilcraft.com/getmedia/f1a1bc5f-bdff-42f8-9ca8-1a0fb1d5094f/MSS1210.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1210H-XXX
-Inductor, Coilcraft, MSS1210H-XXX, 12.0x12.0x10.0mm, (https://www.coilcraft.com/getmedia/52078704-21eb-4c2b-9b72-1e07b4a2e252/mss1210h.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1246-XXX
-Inductor, Coilcraft, MSS1246-XXX, 12.0x12.0x4.6mm, (https://www.coilcraft.com/getmedia/960fadbe-0ca0-40e2-ae20-64edb15f3a07/mss1246.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1246H-XXX
-Inductor, Coilcraft, MSS1246H-XXX, 12.0x12.0x4.65mm, (https://www.coilcraft.com/getmedia/25f62276-187e-4c2c-9b9b-4568b9a9a423/mss1246h.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1246T-XXX
-Inductor, Coilcraft, MSS1246T-XXX, 12.0x12.0x4.6mm, (https://www.coilcraft.com/getmedia/dec41de3-f4b7-4c07-b144-cc21921ccfd5/mss1246t.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1260-XXX
-Inductor, Coilcraft, MSS1260-XXX, 12.0x12.0x6.0mm, (https://www.coilcraft.com/getmedia/febefb9b-60f9-4a2c-8525-9c396f34e363/mss1260.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1260H-XXX
-Inductor, Coilcraft, MSS1260H-XXX, 12.0x12.0x6.0mm, (https://www.coilcraft.com/getmedia/352767ff-7c30-4312-ab84-989443b4047e/mss1260h.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1260T-XXX
-Inductor, Coilcraft, MSS1260T-XXX, 12.0x12.0x6.0mm, (https://www.coilcraft.com/getmedia/ce88ed45-272e-474e-a25e-981003944639/mss1260t.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1278-XXX
-Inductor, Coilcraft, MSS1278-XXX, 12.0x12.0x7.8mm, (https://www.coilcraft.com/getmedia/6eb5ea38-40e4-41a6-9f92-3cdf8e907dcd/mss1278.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1278H-XXX
-Inductor, Coilcraft, MSS1278H-XXX, 12.0x12.0x7.8mm, (https://www.coilcraft.com/getmedia/72ffd561-3941-457d-b0e7-bb55b1b2d1a7/MSS1278H.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1278T-XXX
-Inductor, Coilcraft, MSS1278T-XXX, 12.0x12.0x7.8mm, (https://www.coilcraft.com/getmedia/e8d7b32a-defa-4500-bc0f-6ecc558fcde6/mss1278t.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1514V-XXX
-Inductor, Coilcraft, MSS1514V-XXX, 15.0x15.0x8.6mm, (https://www.coilcraft.com/getmedia/a1319e1c-d611-4bc0-be30-c17e52e4e667/mss1514v.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1583-XXX
-Inductor, Coilcraft, MSS1583-XXX, 15.0x15.0x8.6mm, (https://www.coilcraft.com/getmedia/fbfe8ea7-f5d8-4484-859e-2285f427326d/mss1583.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS1812T-XXX
-Inductor, Coilcraft, MSS1812T-XXX, 18.3x18.3x12.0mm, (https://www.coilcraft.com/getmedia/148807de-bc83-43dc-9fce-d4df334864cd/mss1812t.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_MSS7348-XXX
-Inductor, Coilcraft, MSS7348-XXX, 7.0x7.0x4.5mm, (https://www.coilcraft.com/getmedia/018a2bda-2036-409a-8b19-945e531c18b5/MSS7348.pdf), generated with kicad-footprint-generator gen_inductor.py
-mss
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1010-XXX
-Inductor, Coilcraft, XAL1010-XXX, 10.5x11.8x10.0mm, (https://www.coilcraft.com/getmedia/dd74e670-e705-456a-9a69-585fe02eaf3c/xal1010.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1030-XXX
-Inductor, Coilcraft, XAL1030-XXX, 10.5x11.8x3.1mm, (https://www.coilcraft.com/getmedia/7b108457-7731-456d-9256-ca72f2e1a551/xal1030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1060-XXX
-Inductor, Coilcraft, XAL1060-XXX, 10.5x11.8x6.0mm, (https://www.coilcraft.com/getmedia/8909f858-b441-4d60-acff-8b8ca36f9ede/xal1060.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1350-XXX
-Inductor, Coilcraft, XAL1350-XXX, 13.2x14.2x5.0mm, (https://www.coilcraft.com/getmedia/dc536f86-3a3b-454f-950e-8e153260e61c/xal1350.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1510-103
-Inductor, Coilcraft, XAL1510-103, 15.4x16.4x10.0mm, (https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1510-153
-Inductor, Coilcraft, XAL1510-153, 15.4x16.4x10.0mm, (https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1510-223
-Inductor, Coilcraft, XAL1510-223, 15.4x16.4x10.0mm, (https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1510-333
-Inductor, Coilcraft, XAL1510-333, 15.4x16.4x11.0mm, (https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1510-472
-Inductor, Coilcraft, XAL1510-472, 15.4x16.4x10.0mm, (https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1510-682
-Inductor, Coilcraft, XAL1510-682, 15.4x16.4x10.0mm, (https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1510-822
-Inductor, Coilcraft, XAL1510-822, 15.4x16.4x10.0mm, (https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1513-153
-Inductor, Coilcraft, XAL1513-153, 15.4x16.4x13.0mm, (https://www.coilcraft.com/getmedia/129ad6f3-0445-47fd-a0b3-edeb49177c17/xal1513.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-102
-Inductor, Coilcraft, XAL1580-102, 15.4x16.4x8.2mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-132
-Inductor, Coilcraft, XAL1580-132, 15.4x16.4x8.0mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-182
-Inductor, Coilcraft, XAL1580-182, 15.4x16.4x8.0mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-202
-Inductor, Coilcraft, XAL1580-202, 15.4x16.4x8.0mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-302
-Inductor, Coilcraft, XAL1580-302, 15.4x16.4x8.0mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-401
-Inductor, Coilcraft, XAL1580-401, 15.4x16.4x8.2mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-452
-Inductor, Coilcraft, XAL1580-452, 15.4x16.4x8.0mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-532
-Inductor, Coilcraft, XAL1580-532, 15.4x16.4x8.0mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-612
-Inductor, Coilcraft, XAL1580-612, 15.4x16.4x8.0mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL1580-741
-Inductor, Coilcraft, XAL1580-741, 15.4x16.4x8.2mm, (https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL4020-XXX
-Inductor, Coilcraft, XAL4020-XXX, 4.3x4.3x2.1mm, (https://www.coilcraft.com/getmedia/6adcb47d-8b55-416c-976e-1e22e0d2848c/xal4000.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL4030-XXX
-Inductor, Coilcraft, XAL4030-XXX, 4.3x4.3x3.1mm, (https://www.coilcraft.com/getmedia/6adcb47d-8b55-416c-976e-1e22e0d2848c/xal4000.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL4040-XXX
-Inductor, Coilcraft, XAL4040-XXX, 4.3x4.3x4.1mm, (https://www.coilcraft.com/getmedia/6adcb47d-8b55-416c-976e-1e22e0d2848c/xal4000.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL5020-XXX
-Inductor, Coilcraft, XAL5020-XXX, 5.48x5.68x2.0mm, (https://www.coilcraft.com/getmedia/1941eff1-c018-493c-8cd6-d88d2edf5029/xal5020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL5030-XXX
-Inductor, Coilcraft, XAL5030-XXX, 5.48x5.68x3.1mm, (https://www.coilcraft.com/getmedia/49bc46c8-4b2c-45b9-9b6c-2eaa235ea698/xal50xx.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL5050-XXX
-Inductor, Coilcraft, XAL5050-XXX, 5.48x5.68x5.1mm, (https://www.coilcraft.com/getmedia/49bc46c8-4b2c-45b9-9b6c-2eaa235ea698/xal50xx.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL6020-XXX
-Inductor, Coilcraft, XAL6020-XXX, 6.56x6.76x2.1mm, (https://www.coilcraft.com/getmedia/467ff589-8942-4e57-92d0-5bef6e04ce09/xal6020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL6030-XXX
-Inductor, Coilcraft, XAL6030-XXX, 6.56x6.76x3.1mm, (https://www.coilcraft.com/getmedia/ea51f14b-7f32-4dc6-8dfe-d4b70549040f/xal60xx.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL6060-XXX
-Inductor, Coilcraft, XAL6060-XXX, 6.56x6.76x6.1mm, (https://www.coilcraft.com/getmedia/ea51f14b-7f32-4dc6-8dfe-d4b70549040f/xal60xx.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7020-102
-Inductor, Coilcraft, XAL7020-102, 8.0x8.0x2.0mm, (https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7020-122
-Inductor, Coilcraft, XAL7020-122, 8.0x8.0x2.0mm, (https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7020-151
-Inductor, Coilcraft, XAL7020-151, 8.0x8.0x2.05mm, (https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7020-152
-Inductor, Coilcraft, XAL7020-152, 8.0x8.0x2.0mm, (https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7020-222
-Inductor, Coilcraft, XAL7020-222, 8.0x8.0x2.0mm, (https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7020-271
-Inductor, Coilcraft, XAL7020-271, 8.0x8.0x2.05mm, (https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7020-331
-Inductor, Coilcraft, XAL7020-331, 8.0x8.0x2.0mm, (https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7020-471
-Inductor, Coilcraft, XAL7020-471, 8.0x8.0x2.0mm, (https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7020-681
-Inductor, Coilcraft, XAL7020-681, 8.0x8.0x2.0mm, (https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-102
-Inductor, Coilcraft, XAL7030-102, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-103
-Inductor, Coilcraft, XAL7030-103, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-152
-Inductor, Coilcraft, XAL7030-152, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-161
-Inductor, Coilcraft, XAL7030-161, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-222
-Inductor, Coilcraft, XAL7030-222, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-272
-Inductor, Coilcraft, XAL7030-272, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-301
-Inductor, Coilcraft, XAL7030-301, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-332
-Inductor, Coilcraft, XAL7030-332, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-472
-Inductor, Coilcraft, XAL7030-472, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-562
-Inductor, Coilcraft, XAL7030-562, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-601
-Inductor, Coilcraft, XAL7030-601, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-682
-Inductor, Coilcraft, XAL7030-682, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7030-822
-Inductor, Coilcraft, XAL7030-822, 8.0x8.0x3.1mm, (https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7050-XXX
-Inductor, Coilcraft, XAL7050-XXX, 7.7x8.0x5.0mm, (https://www.coilcraft.com/getmedia/13a991b3-4273-4be3-81ba-f3cf372b4691/xal7050.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL7070-XXX
-Inductor, Coilcraft, XAL7070-XXX, 7.7x8.0x7.0mm, (https://www.coilcraft.com/getmedia/1ba55433-bcc8-4838-9b21-382f497e12e0/xal7070.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL8050-223
-Inductor, Coilcraft, XAL8050-223, 8.3x8.8x5.0mm, (https://www.coilcraft.com/getmedia/5885ede8-ea4f-464a-9dcb-18dbf143a845/xal8050.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XAL8080-XXX
-Inductor, Coilcraft, XAL8080-XXX, 8.3x8.8x8.0mm, (https://www.coilcraft.com/getmedia/345e50d6-a804-4ecb-9a92-5185221faf3e/xal8080.pdf), generated with kicad-footprint-generator gen_inductor.py
-xal
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XFL2010
-Coilcraft XFL2010, Shielded power inductor, 0808, 1.9x2.0mm, https://www.coilcraft.com/getmedia/50382b97-998f-4b75-b5ee-4a93b0ac4411/xfl2010.pdf
-miniature
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XxL4020
-L_Coilcraft_XxL4020 https://www.coilcraft.com/pdfs/xfl4020.pdf
-L Coilcraft XxL4020
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XxL4030
-L_Coilcraft_XxL4030 https://www.coilcraft.com/pdfs/xfl4030.pdf
-L Coilcraft XxL4030
-0
-2
-2
-Inductor_SMD
-L_Coilcraft_XxL4040
-L_Coilcraft_XxL4040 https://www.coilcraft.com/pdfs/xal4000.pdf
-L Coilcraft XxL4040
-0
-2
-2
-Inductor_SMD
-L_CommonModeChoke_Coilcraft_0603USB
-Coilcraft 0603USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0603usb.pdf
-surface mount common mode bead
-0
-4
-4
-Inductor_SMD
-L_CommonModeChoke_Coilcraft_0805USB
-Coilcraft 0805USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0805usb.pdf
-surface mount common mode bead
-0
-4
-4
-Inductor_SMD
-L_CommonModeChoke_Coilcraft_1812CAN
-Coilcraft 1812CAN Series Common Mode Choke, https://www.coilcraft.com/pdfs/1812can.pdf
-surface mount common mode bead
-0
-4
-4
-Inductor_SMD
-L_CommonModeChoke_Murata_DLW5BTMxxxSQ2x_5x5mm
-Wire Wound Chip Common Mode Choke Coil SMD, Murata DLW5BTxxxSQ2x, https://www.murata.com/products/productdata/8796762701854/EFLC0020.pdf, manual footprint
-inductor common mode choke
-0
-4
-4
-Inductor_SMD
-L_CommonModeChoke_TDK_ACM2520-2P
-TDK ACM2520 common-mode filter, SMD, 2x2.5mm, height 1.2mm https://product.tdk.com/system/files/dam/doc/product/emc/emc/cmf_cmc/catalog/cmf_commercial_signal_acm2520_en.pdf
-ACM2520 common-mode filter 4 pin
-0
-4
-4
-Inductor_SMD
-L_CommonModeChoke_TDK_ACM2520-3P
-TDK ACM2520 common-mode filter, SMD, 2x2.5mm, height 1.2mm https://product.tdk.com/system/files/dam/doc/product/emc/emc/cmf_cmc/catalog/cmf_commercial_signal_acm2520_en.pdf
-ACM2520 common-mode filter 6 pin
-0
-6
-6
-Inductor_SMD
-L_CommonModeChoke_TDK_ACM7060
-ACM7060 SMT Common Mode Filter, https://product.tdk.com/system/files/dam/doc/product/emc/emc/cmf_cmc/catalog/cmf_commercial_power_acm7060_en.pdf
-SMT Common Mode Line Filter
-0
-4
-4
-Inductor_SMD
-L_CommonModeChoke_Wuerth_WE-SL5
-WE-SL5 SMT Common Mode Line Filter, 9.5x8.3mm, height 5mm, https://www.we-online.com/components/products/datasheet/744273222.pdf
-SMT Common Mode Line Filter
-0
-4
-4
-Inductor_SMD
-L_CommonMode_Bourns_DR331
-Bourns DR331 SO, 4 Pin (https://bourns.com/docs/product-datasheets/dr331.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Bourns SO Inductor_SMD
-0
-4
-4
-Inductor_SMD
-L_CommonMode_Delevan_4222
-API Delevan, Surface Mount Common Mode Bead, 4222 4222R, http://www.delevan.com/seriesPDFs/4222.pdf
-surface mount common mode bead
-0
-4
-4
-Inductor_SMD
-L_CommonMode_Wuerth_WE-SL2
-http://katalog.we-online.de/en/pbs/WE-SL2?sid=5fbec16187#vs_t1:c1_ct:1
-Wuerth WE-SL2
-0
-4
-4
-Inductor_SMD
-L_CommonMode_Wurth_WE-CNSW-1206
-WE-CNSW SMT Common Mode Line Filter, https://www.we-online.com/components/products/datasheet/744232090.pdf
-common mode choke 1206 cnsw
-0
-4
-4
-Inductor_SMD
-L_Eaton_MCL2012V1
-Inductor, Eaton, MCL2012V1, 2.0x1.2x0.9mm, (https://eu.mouser.com/datasheet/2/87/eaton-mcl2012v1-multilayer-chip-inductor-data-shee-1622891.pdf), generated with kicad-footprint-generator gen_inductor.py
-ferrite multilayer power
-0
-2
-2
-Inductor_SMD
-L_Fastron_PISN
-Choke, Drossel, PISN, SMD, Fastron,
-Choke Drossel PISN SMD Fastron
-0
-2
-2
-Inductor_SMD
-L_Fastron_PISN_Handsoldering
-Choke, Drossel, PISN, SMD, Fastron,
-Choke Drossel PISN SMD Fastron
-0
-2
-2
-Inductor_SMD
-L_Fastron_PISR
-Choke, Drossel, PISR, Fastron, SMD,
-Choke Drossel PISR Fastron SMD
-0
-2
-2
-Inductor_SMD
-L_Fastron_PISR_Handsoldering
-Choke, Drossel, PISR, Fastron, SMD,
-Choke Drossel PISR Fastron SMD
-0
-2
-2
-Inductor_SMD
-L_Ferrocore_DLG-0302
-Ferrocore DLG-0302 unshielded SMD power inductor, 3.0x2.8x2.5mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf
-smd inductor dlg-0302
-0
-2
-2
-Inductor_SMD
-L_Ferrocore_DLG-0403
- Ferrocore DLG-0403 unshielded SMD power inductor, 4.5x4.0x3.2mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf
-smd inductor dlg-0403
-0
-2
-2
-Inductor_SMD
-L_Ferrocore_DLG-0504
-Ferrocore DLG-0504 unshielded SMD power inductor, 5.8x5.2x4.5mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf
-smd inductor dlg-0504
-0
-2
-2
-Inductor_SMD
-L_Ferrocore_DLG-0703
-Ferrocore DLG-0703 unshielded SMD power inductor, 7.8x7.0x3.5mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf
-smd inductor dlg-0703
-0
-2
-2
-Inductor_SMD
-L_Ferrocore_DLG-0705
-Ferrocore DLG-0705 unshielded SMD power inductor, 7.8x7.0x5.0mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf
-smd inductor dlg-0705
-0
-2
-2
-Inductor_SMD
-L_Ferrocore_DLG-1004
-Ferrocore DLG-1004 unshielded SMD power inductor, 10.0x9.0x4.0mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf
-smd inductor dlg-1004
-0
-2
-2
-Inductor_SMD
-L_Ferrocore_DLG-1005
-Ferrocore DLG-1005 unshielded SMD power inductor, 10.0x9.0x5.4mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf
-smd inductor dlg-1005
-0
-2
-2
-Inductor_SMD
-L_KOHERelec_MDA5030
-Inductor, KOHERelec, MDA5030, 5.2x5.2x2.8mm, (http://www.kohergroup.com/template/default/pdf/MDA5030.pdf), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_KOHERelec_MDA7030
-Inductor, KOHERelec, MDA7030, 7.1x6.6x2.8mm, (http://www.kohergroup.com/template/default/pdf/MDA7030.pdf), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_Murata_DEM3512C
-Inductor, Murata, DEM3512C, 3.9x3.7x1.2mm, (https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundferritetypeforpl/m_dem3512c.ashx), generated with kicad-footprint-generator gen_inductor.py
-power shielded
-0
-2
-2
-Inductor_SMD
-L_Murata_DEM3518C
-Inductor, Murata, DEM3518C, 3.9x3.7x1.8mm, (https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundferritetypeforpl/m_dem3518c.ashx), generated with kicad-footprint-generator gen_inductor.py
-power shielded
-0
-2
-2
-Inductor_SMD
-L_Murata_DFE201610P
-Inductor, Murata, DFE201610P, 2.0x1.6x1.0mm, (https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundmetalalloychiptype/m_dfe201610p.ashx), generated with kicad-footprint-generator gen_inductor.py
-power chip flatwire
-0
-2
-2
-Inductor_SMD
-L_Murata_LQH2MCNxxxx02_2.0x1.6mm
-Inductor, Murata, LQH2MCN_02 series, 1.6x2.0x0.9mm (https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0053.pdf)
-chip coil inductor Murata LQH2MC
-0
-2
-2
-Inductor_SMD
-L_Murata_LQH55DN_5.7x5.0mm
-Inductor, SMD, 5.7x5.0x4.7mm, https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0045.pdf
-inductor smd
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_1turn_HDM0131A
-Neosid, Air-Coil, SML, 1turn, HDM0131A,
-Neosid Air-Coil SML 1turn HDM0131A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_2turn_HAM0231A
-Neosid, Air-Coil, SML, 2turn, HAM0231A,
-Neosid Air-Coil SML 2turn HAM0231A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_2turn_HDM0231A
-Neosid, Air-Coil, SML, 2turn, HDM0231A,
-Neosid Air-Coil SML 2turn HDM0231A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_3turn_HAM0331A
-Neosid, Air-Coil, SML, 2turn, HAM0331A,
-Neosid Air-Coil SML 3turn HAM0331A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_3turn_HDM0331A
-Neosid, Air-Coil, SML, 3turn, HDM0331A,
-Neosid Air-Coil SML 3turn HDM0331A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_4turn_HAM0431A
-Neosid, Air-Coil, SML, 4turn, HAM0431A,
-Neosid Air-Coil SML 4turn HAM0431A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_4turn_HDM0431A
-Neosid, Air-Coil, SML, 4turn, HDM0431A,
-Neosid Air-Coil SML 4turn HDM0431A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_5turn_HAM0531A
-Neosid, Air-Coil, SML, 5turn, HAM0531A,
-Neosid Air-Coil SML 5turn HAM0531A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_5turn_HDM0531A
-Neosid, Air-Coil, SML, 5turn, HDM0531A,
-Neosid Air-Coil SML 5turn HDM0531A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_6-10turn_HAM0631A-HAM1031A
-Neosid, Air-Coil, SML, 6-10turn, HAM0631A-HAM1031A,
-Neosid Air-Coil SML 6-10turn HAM0631A-HAM1031A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_6-10turn_HDM0431A-HDM1031A
-Neosid, Air-Coil, SML, 6-10turn, HDM0431A-HDM1031A,
-Neosid Air-Coil SML 6-10turn HDM0431A-HDM1031A
-0
-2
-2
-Inductor_SMD
-L_Neosid_Air-Coil_SML_6turn_HAM0631A
-Neosid, Air-Coil, SML, 6turn, HAM0631A,
-Neosid Air-Coil SML 6turn HAM0631A
-0
-2
-2
-Inductor_SMD
-L_Neosid_MicroCoil_Ms36-L
-Neosid, Micro Coil, Inductor, Ms36-L, SMD, Fixed inductor, anti clockwise, https://neosid.de/en/products/inductors/rod-core-chokes/smd-rod-core-chokes/52026/ms-36/7-h?c=94
-Neosid Micro Coil Inductor Ms36-L SMD Fixed inductor anti clockwise
-0
-2
-2
-Inductor_SMD
-L_Neosid_Ms42
-Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_Ms42.pdf
-Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded
-0
-2
-2
-Inductor_SMD
-L_Neosid_Ms50
-Neosid, Power Inductor, Ms50, SMD, Fixed inductor, https://neosid.de/import-data/product-pdf/neoFestind_Ms50.pdf
-Neosid Power Inductor Ms50 SMD Fixed inductor
-0
-2
-2
-Inductor_SMD
-L_Neosid_Ms50T
-Neosid, Power Inductor, Ms50T, SMD, Fixed inductor, high temperature, https://neosid.de/import-data/product-pdf/neoFestind_Ms50T.pdf
-Neosid Power Inductor Ms50T SMD Fixed inductor high temperature
-0
-2
-2
-Inductor_SMD
-L_Neosid_Ms85
-Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85.pdf
-Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_Ms85T
-Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85T.pdf
-Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_Ms95
-Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95.pdf
-NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_Ms95T
-Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95T.pdf
-NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_Ms95a
-Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95a.pdf
-NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_SM-NE95H
-Neosid, Inductor,SM-NE95H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE95H.pdf
-Neosid Inductor SM-NE95H Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_SM-NE127
-Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf
-Neosid Inductor SM-NE127 Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_SM-NE127_HandSoldering
-Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf
-Neosid Inductor SM-NE127 Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_SM-NE150
-Neosid, Inductor, SM-NE150, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE150.pdf
-Neosid Inductor SM-NE150 Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_SM-PIC0512H
-Neosid, Inductor, PIC0512H, Power Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0512H.pdf
-Neosid Inductor PIC0512H Power Inductor Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_SM-PIC0602H
-Neosid, Power Inductor, SM-PIC0602H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0602H.pdf
-Neosid Power Inductor SM-PIC0602H Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_SM-PIC0612H
-Neosid, Power Inductor, SM-PIC0612H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0612H.pdf
-Neosid Power Inductor SM-PIC0612H Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_SM-PIC1004H
-Neosid, Inductor, SM-PIC1004H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC1004H.pdf
-Neosid Inductor SM-PIC1004H Fixed inductor SMD
-0
-2
-2
-Inductor_SMD
-L_Neosid_SMS-ME3010
-Neosid, Inductor, SMS-ME3010, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3010.pdf
-Neosid Inductor SMS-ME3010 Fixed inductor SMD magnetically shielded
-0
-2
-2
-Inductor_SMD
-L_Neosid_SMS-ME3015
-Neosid, Power Inductor, SMS-ME3015, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3015.pdf
-Neosid Power Inductor SMS-ME3015 Fixed inductor SMD magnetically shielded
-0
-2
-2
-Inductor_SMD
-L_Neosid_SMs42
-Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs42.pdf
-Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded
-0
-2
-2
-Inductor_SMD
-L_Neosid_SMs50
-Neosid, Inductor, SMs50, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs50.pdf
-Neosid Inductor SMs50 Fixed inductor SMD magneticaly shielded
-0
-2
-2
-Inductor_SMD
-L_Neosid_SMs85
-Neosid, Inductor, SMs85, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs85.pdf
-Neosid Inductor SMs85 Fixed inductor SMD magnetically shielded
-0
-2
-2
-Inductor_SMD
-L_Neosid_SMs95_SMs95p
-Neosid, Inductor, SMs95, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMs95SMs95p.pdf
-Neosid Inductor SMs95 Fixed inductor SMD magnetically shielded
-0
-2
-2
-Inductor_SMD
-L_Pulse_P059x
-1:1, Power Inductor, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/p0599nl
-inductor coil choke
-0
-4
-4
-Inductor_SMD
-L_Pulse_PA4320
-Inductor SMD Pulse PA4320 http://productfinder.pulseeng.com/products/datasheets/P787.pdf
-Inductor SMD Pulse PA4320
-0
-2
-2
-Inductor_SMD
-L_Pulse_PA4332
-Inductor, Pulse, PA4332, 4.2x4.2x2.0mm, (https://productfinder.pulseelectronics.com/api/open/part-attachments/datasheet/pa4332.222nlt), generated with kicad-footprint-generator gen_inductor.py
-Pulse SMT PA4332
-0
-2
-2
-Inductor_SMD
-L_Pulse_PA4340
-Inductor, Pulse, PA4340, 6.0x5.4x3.0mm, (https://productfinder.pulseelectronics.com/api/open/part-attachments/datasheet/PA4340.183NLT), generated with kicad-footprint-generator gen_inductor.py
-Pulse SMT PA4340
-0
-2
-2
-Inductor_SMD
-L_Pulse_PA4341
-Inductor, Pulse, PA4341, 6.4x6.6x2.8mm, (https://productfinder.pulseelectronics.com/api/open/part-attachments/datasheet/pa4341.102anlt), generated with kicad-footprint-generator gen_inductor.py
-Pulse SMT PA4341
-0
-2
-2
-Inductor_SMD
-L_Pulse_PA4344
-Pulse PA4344 / PM4344 Series SMD Inductors https://productfinder.pulseelectronics.com/api/public/uploads/product-attachments/datasheet_p771_1608107700.pdf
-Pulse PA4344 PM4344 Series SMD Inductors
-0
-2
-2
-Inductor_SMD
-L_Pulse_PA4349
-Shielded Molded High Current Power Inductors 23.5x22mm, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/pa4349.104anlt
-Shielded Molded High Current Power Inductor
-0
-2
-2
-Inductor_SMD
-L_Pulse_PA5402
-Inductor, Pulse, PA5402, 4.45x4.06x1.8mm, (https://productfinder.pulseelectronics.com/api/open/part-attachments/datasheet/PM5402.222NLT), generated with kicad-footprint-generator gen_inductor.py
-Pulse SMT PA5402
-0
-2
-2
-Inductor_SMD
-L_SOREDE_SNR.1050_10x10x5mm
-Sorede 10x10x5mm Power Inductor, https://datasheet.lcsc.com/lcsc/2201141530_SOREDE-SNR-1050-TYD4R7MT00_C2942304.pdf
-Inductor Sorede SNR
-0
-2
-2
-Inductor_SMD
-L_SXN_SMDRI62
-Inductor, SXN, SMDRI62, 6.5x6.8x3.0mm, (https://www.sxndz.com/upload/202108/16/202108161607454319.pdf), generated with kicad-footprint-generator gen_inductor.py
-sxn smdri
-0
-2
-2
-Inductor_SMD
-L_SXN_SMDRI64
-Inductor, SXN, SMDRI64, 6.5x6.8x5.0mm, (https://www.sxndz.com/upload/202108/16/202108161607454319.pdf), generated with kicad-footprint-generator gen_inductor.py
-sxn smdri
-0
-2
-2
-Inductor_SMD
-L_SXN_SMDRI73
-Inductor, SXN, SMDRI73, 7.5x7.5x3.4mm, (https://www.sxndz.com/upload/202108/16/202108161607454319.pdf), generated with kicad-footprint-generator gen_inductor.py
-sxn smdri
-0
-2
-2
-Inductor_SMD
-L_SXN_SMDRI74
-Inductor, SXN, SMDRI74, 7.5x7.5x4.5mm, (https://www.sxndz.com/upload/202108/16/202108161607454319.pdf), generated with kicad-footprint-generator gen_inductor.py
-sxn smdri
-0
-2
-2
-Inductor_SMD
-L_SXN_SMDRI124
-Inductor, SXN, SMDRI124, 12.3x12.3x4.5mm, (https://www.sxndz.com/upload/202108/16/202108161607454319.pdf), generated with kicad-footprint-generator gen_inductor.py
-sxn smdri
-0
-2
-2
-Inductor_SMD
-L_SXN_SMDRI125
-Inductor, SXN, SMDRI125, 12.3x12.3x6.0mm, (https://www.sxndz.com/upload/202108/16/202108161607454319.pdf), generated with kicad-footprint-generator gen_inductor.py
-sxn smdri
-0
-2
-2
-Inductor_SMD
-L_SXN_SMDRI127
-Inductor, SXN, SMDRI127, 12.3x12.3x8.0mm, (https://www.sxndz.com/upload/202108/16/202108161607454319.pdf), generated with kicad-footprint-generator gen_inductor.py
-sxn smdri
-0
-2
-2
-Inductor_SMD
-L_SXN_SMMS1770
-Inductor, SXN, SMMS1770, 17.5x17.15x7.0mm, (https://www.sxndz.com/upload/202406/07/202406071030485268.pdf), generated with kicad-footprint-generator gen_inductor.py
-sxn smms
-0
-2
-2
-Inductor_SMD
-L_Sagami_CER1242B
-Inductor, Sagami, h=4.5mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf
-inductor sagami cer12xxb smd
-0
-2
-2
-Inductor_SMD
-L_Sagami_CER1257B
-Inductor, Sagami, h=6.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf
-inductor sagami cer12xxb smd
-0
-2
-2
-Inductor_SMD
-L_Sagami_CER1277B
-Inductor, Sagami, h=8.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf
-inductor sagami cer12xxb smd
-0
-2
-2
-Inductor_SMD
-L_Sagami_CWR1242C
-Sagami power inductor, CWR1242C, H=4.5mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf)
-inductor sagami cwr12xx smd
-0
-4
-2
-Inductor_SMD
-L_Sagami_CWR1257C
-Sagami power inductor, CWR1242C, H=6.0mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf)
-inductor sagami cwr12xx smd
-0
-4
-2
-Inductor_SMD
-L_Sagami_CWR1277C
-Sagami power inductor, CWR1242C, H=7.7mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf)
-inductor sagami cwr12xx smd
-0
-4
-2
-Inductor_SMD
-L_SigTra_SC3316F
-http://www.signaltransformer.com/sites/all/pdf/smd/P080_SC3316F.pdf
-Choke
-0
-2
-2
-Inductor_SMD
-L_Sumida_CDMC6D28_7.25x6.5mm
-SMD Power Inductor (http://products.sumida.com/products/pdf/CDMC6D28.pdf)
-Inductor Sumida SMD CDMC6D28
-0
-2
-2
-Inductor_SMD
-L_Sumida_CR75
-Inductor, Sumida, 8.1mm × 7.3mm × 5.5 mm, Unshielded, http://products.sumida.com/products/pdf/CR75.pdf
-Inductor SMD CR75 Unshielded
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0402S
-Inductor, Sunlord, MWSA0402S, 4.4x4.2x1.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0412S
-Inductor, Sunlord, MWSA0412S, 4.4x4.2x1.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0503S
-Inductor, Sunlord, MWSA0503S, 5.4x5.2x2.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0518S
-Inductor, Sunlord, MWSA0518S, 5.4x5.2x1.6mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0602S
-Inductor, Sunlord, MWSA0602S, 7.0x6.6x1.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0603S
-Inductor, Sunlord, MWSA0603S, 7.0x6.6x2.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0604S
-Inductor, Sunlord, MWSA0604S, 7.0x6.6x3.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0605S
-Inductor, Sunlord, MWSA0605S, 7.0x6.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0615S
-Inductor, Sunlord, MWSA0615S, 7.0x6.6x1.3mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0618S
-Inductor, Sunlord, MWSA0618S, 7.0x6.6x1.6mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0624S
-Inductor, Sunlord, MWSA0624S, 7.0x6.6x2.2mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA0804S
-Inductor, Sunlord, MWSA0804S, 8.2x8.8x3.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1003S
-Inductor, Sunlord, MWSA1003S, 11.5x10.0x2.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1004S
-Inductor, Sunlord, MWSA1004S, 11.0x10.0x3.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1005S
-Inductor, Sunlord, MWSA1005S, 11.5x10.0x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-1R0
-Inductor, Sunlord, MWSA1204S-1R0, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-1R5
-Inductor, Sunlord, MWSA1204S-1R5, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-2R2
-Inductor, Sunlord, MWSA1204S-2R2, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-3R3
-Inductor, Sunlord, MWSA1204S-3R3, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-4R7
-Inductor, Sunlord, MWSA1204S-4R7, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-6R8
-Inductor, Sunlord, MWSA1204S-6R8, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-100
-Inductor, Sunlord, MWSA1204S-100, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-150
-Inductor, Sunlord, MWSA1204S-150, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-220
-Inductor, Sunlord, MWSA1204S-220, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-R22
-Inductor, Sunlord, MWSA1204S-R22, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-R47
-Inductor, Sunlord, MWSA1204S-R47, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-R68
-Inductor, Sunlord, MWSA1204S-R68, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1204S-R82
-Inductor, Sunlord, MWSA1204S-R82, 13.45x12.8x4.0mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-1R0
-Inductor, Sunlord, MWSA1205S-1R0, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-1R5
-Inductor, Sunlord, MWSA1205S-1R5, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-2R2
-Inductor, Sunlord, MWSA1205S-2R2, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-3R3
-Inductor, Sunlord, MWSA1205S-3R3, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-4R7
-Inductor, Sunlord, MWSA1205S-4R7, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-6R8
-Inductor, Sunlord, MWSA1205S-6R8, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-100
-Inductor, Sunlord, MWSA1205S-100, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-150
-Inductor, Sunlord, MWSA1205S-150, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-220
-Inductor, Sunlord, MWSA1205S-220, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-330
-Inductor, Sunlord, MWSA1205S-330, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-470
-Inductor, Sunlord, MWSA1205S-470, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-R22
-Inductor, Sunlord, MWSA1205S-R22, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-R36
-Inductor, Sunlord, MWSA1205S-R36, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-R50
-Inductor, Sunlord, MWSA1205S-R50, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-R68
-Inductor, Sunlord, MWSA1205S-R68, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1205S-R82
-Inductor, Sunlord, MWSA1205S-R82, 13.45x12.6x4.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-1R5
-Inductor, Sunlord, MWSA1206S-1R5, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-2R2
-Inductor, Sunlord, MWSA1206S-2R2, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-3R3
-Inductor, Sunlord, MWSA1206S-3R3, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-4R7
-Inductor, Sunlord, MWSA1206S-4R7, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-5R6
-Inductor, Sunlord, MWSA1206S-5R6, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-6R8
-Inductor, Sunlord, MWSA1206S-6R8, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-8R2
-Inductor, Sunlord, MWSA1206S-8R2, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-100
-Inductor, Sunlord, MWSA1206S-100, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-101
-Inductor, Sunlord, MWSA1206S-101, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-120
-Inductor, Sunlord, MWSA1206S-120, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-121
-Inductor, Sunlord, MWSA1206S-121, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-150
-Inductor, Sunlord, MWSA1206S-150, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-151
-Inductor, Sunlord, MWSA1206S-151, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-180
-Inductor, Sunlord, MWSA1206S-180, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-220
-Inductor, Sunlord, MWSA1206S-220, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-270
-Inductor, Sunlord, MWSA1206S-270, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-330
-Inductor, Sunlord, MWSA1206S-330, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-470
-Inductor, Sunlord, MWSA1206S-470, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-680
-Inductor, Sunlord, MWSA1206S-680, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1206S-R68
-Inductor, Sunlord, MWSA1206S-R68, 13.45x12.6x5.8mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1265S
-Inductor, Sunlord, MWSA1265S, 13.45x12.6x6.5mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA1707S
-Inductor, Sunlord, MWSA1707S, 17.15x17.15x6.7mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_MWSA2213S
-Inductor, Sunlord, MWSA2213S, 23.5x22.0x12.6mm, (https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-mwsa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA3010S
-Inductor, Sunlord, SWPA3010S, 3.0x3.0x1.0mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA3012S
-Inductor, Sunlord, SWPA3012S, 3.0x3.0x1.2mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA3015S
-Inductor, Sunlord, SWPA3015S, 3.0x3.0x1.5mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA4010S
-Inductor, Sunlord, SWPA4010S, 4.0x4.0x1.0mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA4012S
-Inductor, Sunlord, SWPA4012S, 4.0x4.0x1.2mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA4018S
-Inductor, Sunlord, SWPA4018S, 4.0x4.0x1.8mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA4020S
-Inductor, Sunlord, SWPA4020S, 4.0x4.0x2.0mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA4026S
-Inductor, Sunlord, SWPA4026S, 4.0x4.0x2.6mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA4030S
-Inductor, Sunlord, SWPA4030S, 4.0x4.0x3.0mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA5012S
-Inductor, Sunlord, SWPA5012S, 5.0x5.0x1.2mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA5020S
-Inductor, Sunlord, SWPA5020S, 5.0x5.0x2.0mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA5040S
-Inductor, Sunlord, SWPA5040S, 5.0x5.0x4.0mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA6020S
-Inductor, Sunlord, SWPA6020S, 6.0x6.0x2.0mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA6028S
-Inductor, Sunlord, SWPA6028S, 6.0x6.0x2.8mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA6040S
-Inductor, Sunlord, SWPA6040S, 6.0x6.0x4.0mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA6045S
-Inductor, Sunlord, SWPA6045S, 6.0x6.0x4.5mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA8040S
-Inductor, Sunlord, SWPA8040S, 8.0x8.0x4.2mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA252010S
-Inductor, Sunlord, SWPA252010S, 2.5x2.0x1.0mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWPA252012S
-Inductor, Sunlord, SWPA252012S, 2.5x2.0x1.2mm, (https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf), generated with kicad-footprint-generator gen_inductor.py
-swpa
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWRB1204S
-Inductor, Sunlord, SWRB1204S, 12.5x12.5x5.0mm, (https://www.sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMTA2MTAxMTMyMzc4MTEucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-swrb
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWRB1205S
-Inductor, Sunlord, SWRB1205S, 12.5x12.5x6.0mm, (https://www.sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMTA2MTAxMTMyMzc4MTEucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-swrb
-0
-2
-2
-Inductor_SMD
-L_Sunlord_SWRB1207S
-Inductor, Sunlord, SWRB1207S, 12.5x12.5x8.0mm, (https://www.sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMTA2MTAxMTMyMzc4MTEucGRm&lan=en), generated with kicad-footprint-generator gen_inductor.py
-swrb
-0
-2
-2
-Inductor_SMD
-L_TDK_MLZ1608
-Inductor, TDK, MLZ1608, 1.6x0.8x0.8mm, ( "https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_decoupling_mlz1608_en.pdf"), generated with kicad-footprint-generator gen_inductor.py
-MLZ
-0
-2
-2
-Inductor_SMD
-L_TDK_MLZ2012_h0.85mm
-Inductor, TDK, MLZ2012_h0.85mm, 2.0x1.25x0.85mm, ( "https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_decoupling_mlz2012_en.pdf"), generated with kicad-footprint-generator gen_inductor.py
-MLZ
-0
-2
-2
-Inductor_SMD
-L_TDK_MLZ2012_h1.25mm
-Inductor, TDK, MLZ2012_h1.25mm, 2.0x1.25x1.25mm, ( "https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_decoupling_mlz2012_en.pdf"), generated with kicad-footprint-generator gen_inductor.py
-MLZ
-0
-2
-2
-Inductor_SMD
-L_TDK_NLV25_2.5x2.0mm
-TDK NLV25, 2.5x2.0x1.8mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv25-ef_en.pdf
-tdk nlv25 nlcv25 nlfv25
-0
-2
-2
-Inductor_SMD
-L_TDK_NLV32_3.2x2.5mm
-TDK NLV32, 3.2x2.5x2.2mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv32-ef_en.pdf
-tdk nlv32 nlcv32 nlfv32
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF6025
-Inductor, TDK, SLF6025, 6.0mmx6.0mm, https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6025_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor TDK_SLF6025
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF6028
-Inductor, TDK, SLF6028, 6.0mmx6.0mm, https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6028_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor TDK_SLF6028
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF6045
-Inductor, TDK, SLF6045, 6.0mmx6.0mm, https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6045_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor TDK_SLF6045
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF7032
-Inductor, TDK, SLF7032, 7.0mmx7.0mm, https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7032_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor TDK_SLF7032
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF7045
-Inductor, TDK, SLF7045, 7.0mmx7.0mm, https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7045_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor TDK_SLF7045
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF7055
-Inductor, TDK, SLF7055, 7.0mmx7.0mm, https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7055_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor TDK_SLF7055
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF10145
-Inductor, TDK, SLF10145, 10.1mmx10.1mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf10145-h_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor TDK_SLF10145
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF10165
-Inductor, TDK, SLF10165, 10.1mmx10.1mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf10165_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor TDK_SLF10165
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF12555
-Inductor, TDK, SLF12555, 12.5mmx12.5mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf12555_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor SLF12555
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF12565
-Inductor, TDK, SLF12565, 12.5mmx12.5mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12565-h_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor SLF12565
-0
-2
-2
-Inductor_SMD
-L_TDK_SLF12575
-Inductor, TDK, SLF12575, 12.5mmx12.5mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12575-h_en.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor SLF12575
-0
-2
-2
-Inductor_SMD
-L_TDK_VLF10040
-Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm
-inductor TDK VLP smd VLF10040
-0
-2
-2
-Inductor_SMD
-L_TDK_VLP8040
-Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm
-inductor TDK VLP smd VLP8040
-0
-2
-2
-Inductor_SMD
-L_TDK_VLS6045EX_VLS6045AF
-Inductor,TDK, VLS-6045, 6x6x4.5mm, https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_power_vls6045ex_en.pdf
-inductor TDK VLS SMD VLS6045EF VLS6045AF
-0
-2
-2
-Inductor_SMD
-L_TaiTech_TMPC1265_13.5x12.5mm
-Tai Tech TMPC1265 series SMD inductor https://datasheet.lcsc.com/lcsc/2009171439_TAI-TECH-TMPC1265HP-100MG-D_C305223.pdf, 13.5x12.5x6.2mm
-Tai Tech TMPC1265 SMD inductor
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_BK_Array_1206_3216Metric
-Ferrite Bead Array 4x0603, Taiyo Yuden BK Series (see https://www.yuden.co.jp/productdata/catalog/mlci09_e.pdf)
-ferrite bead array
-0
-8
-8
-Inductor_SMD
-L_Taiyo-Yuden_MD-1616
-Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-1616, 1.6mmx1.6mm
-inductor taiyo-yuden md smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_MD-2020
-Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-2020, 2.0mmx2.0mm
-inductor taiyo-yuden md smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_MD-3030
-Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-3030, 3.0mmx3.0mm
-inductor taiyo-yuden md smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_MD-4040
-Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-4040, 4.0mmx4.0mm
-inductor taiyo-yuden md smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_MD-5050
-Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-5050, 5.0mmx5.0mm
-inductor taiyo-yuden md smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-20xx
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-20xx_HandSoldering
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-24xx
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-24xx_HandSoldering
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-30xx
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-30xx_HandSoldering
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-40xx
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-40xx_HandSoldering
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-50xx
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-50xx_HandSoldering
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-60xx
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-60xx_HandSoldering
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-80xx
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-80xx_HandSoldering
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-10050_9.8x10.0mm
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_Taiyo-Yuden_NR-10050_9.8x10.0mm_HandSoldering
-Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N
-inductor taiyo-yuden nr smd
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL0420
-Inductor, TechFuse, SL0420, 4.5x4.1x2.0mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL0520
-Inductor, TechFuse, SL0520, 5.7x5.2x2.0mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL0530
-Inductor, TechFuse, SL0530, 5.7x5.2x3.0mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL0620
-Inductor, TechFuse, SL0620, 7.1x6.6x2.0mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL0624
-Inductor, TechFuse, SL0624, 7.1x6.6x2.4mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL0630
-Inductor, TechFuse, SL0630, 7.1x6.6x3.0mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL0650
-Inductor, TechFuse, SL0650, 7.1x6.6x5.0mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL1040
-Inductor, TechFuse, SL1040, 11.0x10.5x4.0mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL1050
-Inductor, TechFuse, SL1050, 11.0x10.5x5.0mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL1250
-Inductor, TechFuse, SL1250, 13.5x12.8x5.0mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-0
-2
-2
-Inductor_SMD
-L_TechFuse_SL1265
-Inductor, TechFuse, SL1265, 13.5x12.8x6.5mm, ( http://www.sealand-pptc.com/product_view.php?r=77), generated with kicad-footprint-generator gen_inductor.py
-high-current power shielded
-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, IHSM-3825, 11.18x6.35x5.72mm, (http://www.vishay.com/docs/34018/ihsm3825.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound ferrite power
-0
-2
-2
-Inductor_SMD
-L_Vishay_IHSM-4825
-Inductor, Vishay, IHSM-4825, 13.72x6.35x5.72mm, (http://www.vishay.com/docs/34019/ihsm4825.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound ferrite power
-0
-2
-2
-Inductor_SMD
-L_Vishay_IHSM-5832
-Inductor, Vishay, IHSM-5832, 16.26x8.13x7.24mm, (https://www.vishay.com/docs/34020/ihsm-5832.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound ferrite power
-0
-2
-2
-Inductor_SMD
-L_Vishay_IHSM-7832
-Inductor, Vishay, IHSM-7832, 21.34x8.13x7.24mm, (https://www.vishay.com/docs/34021/ihsm7832.pdf), generated with kicad-footprint-generator gen_inductor.py
-wirewound ferrite power
-0
-2
-2
-Inductor_SMD
-L_Walsin_WLFM201209x
-Inductor, Walsin, WLFM201209x, 2.0x1.25x0.9mm, (http://www.passivecomponent.com/wp-content/uploads/inductor/WLFM_C_series.pdf), generated with kicad-footprint-generator gen_inductor.py
-ferrite multilayer power
-0
-2
-2
-Inductor_SMD
-L_Walsin_WLFM201609x
-Inductor, Walsin, WLFM201609x, 2.0x1.6x0.9mm, (http://www.passivecomponent.com/wp-content/uploads/inductor/WLFM_C_series.pdf), generated with kicad-footprint-generator gen_inductor.py
-ferrite multilayer power
-0
-2
-2
-Inductor_SMD
-L_Walsin_WLFM252009x
-Inductor, Walsin, WLFM252009x, 2.5x2.0x0.9mm, (http://www.passivecomponent.com/wp-content/uploads/inductor/WLFM_C_series.pdf), generated with kicad-footprint-generator gen_inductor.py
-ferrite multilayer power
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCF-2013
-7443630070, http://katalog.we-online.de/pbs/datasheet/7443630070.pdf
-inductor shielded wuerth hcf
-0
-3
-2
-Inductor_SMD
-L_Wuerth_HCF-2815
-74436410150, http://katalog.we-online.de/pbs/datasheet/74436410150.pdf
-inductor shielded wuerth hcf
-0
-3
-2
-Inductor_SMD
-L_Wuerth_HCF-2818
-7443640330, http://katalog.we-online.de/pbs/datasheet/7443640330.pdf
-inductor shielded wuerth hcf
-0
-3
-2
-Inductor_SMD
-L_Wuerth_HCI-1030
-Inductor, Wuerth, HCI-1030, 10.6x10.6x2.8mm, (https://www.we-online.com/components/products/datasheet/744323020.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1040
-Inductor, Wuerth, HCI-1040, 10.2x10.2x4.0mm, (https://www.we-online.com/components/products/datasheet/744355215.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1050
-Inductor, Wuerth, HCI-1050, 10.1x10.1x4.7mm, (https://www.we-online.com/components/products/datasheet/744325016.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1335
-Inductor, Wuerth, HCI-1335, 12.8x12.8x3.3mm, (https://www.we-online.com/components/products/datasheet/744313025.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1350
-Inductor, Wuerth, HCI-1350, 12.8x12.8x4.7mm, (https://www.we-online.com/components/products/datasheet/744355019.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1365
-Inductor, Wuerth, HCI-1365, 12.8x12.8x6.2mm, (https://www.we-online.com/components/products/datasheet/744355122.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1890
-Inductor, Wuerth, HCI-1890, 18.2x18.2x8.9mm, (https://www.we-online.com/components/products/datasheet/7443556082.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-2212
-Inductor, Wuerth, HCI-2212, 22.5x22.0x12.0mm, (https://www.we-online.com/components/products/datasheet/74435580330.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-5040
-Inductor, Wuerth, HCI-5040, 5.5x5.3x4.0mm, (https://www.we-online.com/components/products/datasheet/744316022.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-7030
-Inductor, Wuerth, HCI-7030, 6.9x6.9x3.0mm, (https://www.we-online.com/components/products/datasheet/744310013.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-7040
-Inductor, Wuerth, HCI-7040, 6.9x6.9x3.8mm, (https://www.we-online.com/components/products/datasheet/744311022.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-7050
-Inductor, Wuerth, HCI-7050, 6.9x6.9x4.8mm, (https://www.we-online.com/components/products/datasheet/744314024.pdf), generated with kicad-footprint-generator gen_inductor.py
-flat-wire shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1050
-Inductor, Wuerth, HCM-1050, 10.0x7.0x5.0mm, (https://www.we-online.com/components/products/datasheet/744303012.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1052
-Inductor, Wuerth, HCM-1052, 10.3x10.3x5.0mm, (https://www.we-online.com/components/products/datasheet/744306020.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1070
-Inductor, Wuerth, HCM-1070, 10.0x7.0x6.8mm, (https://www.we-online.com/components/products/datasheet/744308015.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1078
-Inductor, Wuerth, HCM-1078, 9.4x6.2x7.8mm, (https://www.we-online.com/components/products/datasheet/7443081010.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1190
-Inductor, Wuerth, HCM-1190, 10.5x11.0x8.9mm, (https://www.we-online.com/components/products/datasheet/744301025.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1240
-Inductor, Wuerth, HCM-1240, 10.0x11.8x3.8mm, (https://www.we-online.com/components/products/datasheet/744304010.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1350
-Inductor, Wuerth, HCM-1350, 13.3x13.3x5.0mm, (https://www.we-online.com/components/products/datasheet/744305022.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1390
-Inductor, Wuerth, HCM-1390, 12.5x13.0x9.0mm, (https://www.we-online.com/components/products/datasheet/744309012.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-7050
-Inductor, Wuerth, HCM-7050, 7.0x7.0x5.0mm, (https://www.we-online.com/components/products/datasheet/744302007.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-7070
-Inductor, Wuerth, HCM-7070, 7.0x7.0x7.0mm, (https://www.we-online.com/components/products/datasheet/744307012.pdf), generated with kicad-footprint-generator gen_inductor.py
-shielded Würth SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-1610
-Inductor, Wuerth, MAPI-1610, 1.6x1.6x1.0mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2010
-Inductor, Wuerth, MAPI-2010, 2.0x1.6x1.0mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2506
-Inductor, Wuerth, MAPI-2506, 2.5x2.0x0.6mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2508
-Inductor, Wuerth, MAPI-2508, 2.5x2.0x0.8mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2510
-Inductor, Wuerth, MAPI-2510, 2.5x2.0x1.0mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2512
-Inductor, Wuerth, MAPI-2512, 2.5x2.0x1.2mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-3010
-Inductor, Wuerth, MAPI-3010, 3.0x3.0x1.0mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-3012
-Inductor, Wuerth, MAPI-3012, 3.0x3.0x1.2mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-3015
-Inductor, Wuerth, MAPI-3015, 3.0x3.0x1.5mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-3020
-Inductor, Wuerth, MAPI-3020, 3.0x3.0x2.0mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-4020
-Inductor, Wuerth, MAPI-4020, 4.1x4.1x2.1mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-4030
-Inductor, Wuerth, MAPI-4030, 4.1x4.1x3.1mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-5020
-Inductor, Wuerth, MAPI-5020, 5.4x5.4x2.1mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-5030
-Inductor, Wuerth, MAPI-5030, 5.4x5.4x3.1mm, (https://www.we-online.com/en/components/products/WE-MAPI?kicad), generated with kicad-footprint-generator gen_inductor.py
-Würth -SMT
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-DD-Typ-L-Typ-XL-Typ-XXL
-Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ L, Typ XL, Typ XXL, https://katalog.we-online.com/pbs/datasheet/744874001.pdf
-Choke Coupled Double Inductor SMD Wuerth WE-DD TypL TypXL TypXXL
-0
-4
-4
-Inductor_SMD
-L_Wuerth_WE-DD-Typ-M-Typ-S
-Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744878001.pdf, https://katalog.we-online.de/pbs/datasheet/744877001.pdf
-Choke Coupled Double Inductor SMD Wuerth WE-DD TypM TypS
-0
-4
-4
-Inductor_SMD
-L_Wuerth_WE-GF-1210
-Unshielded Inductor, Wuerth Elektronik, WE-GF, SMD, 1210, https://www.we-online.de/katalog/datasheet/74476401.pdf
-Unshielded Inductor WE-GF 1210 Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-7345
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, 7345, https://katalog.we-online.com/pbs/datasheet/744777001.pdf
-Choke Shielded Power Inductor WE-PD 7345 Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-LS
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf
-Choke Shielded Power Inductor WE-PD TypLS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-LS_Handsoldering
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, Handsoldering, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf
-Choke Shielded Power Inductor WE-PD TypLS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-M-Typ-S
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744778005.pdf
-Choke Shielded Power Inductor WE-PD TypM TypS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-M-Typ-S_Handsoldering
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, Handsoldering, https://katalog.we-online.com/pbs/datasheet/744778005.pdf
-Choke Shielded Power Inductor WE-PD TypM TypS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD2-Typ-L
-Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ L, , https://katalog.we-online.com/pbs/datasheet/74477510.pdf
-Choke Power Inductor WE-PD2 TypL Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD2-Typ-MS
-Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ MS, https://katalog.we-online.com/pbs/datasheet/744774022.pdf
-Choke Power Inductor WE-PD2 TypMS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD2-Typ-XL
-Power Inductor, Wuerth Elektronik, WE-PD2, SMT, Typ XL, https://katalog.we-online.com/pbs/datasheet/744776012.pdf
-Choke Power Inductor WE-PD2 TypXL Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD4-Typ-X
-Power Inductor, Wuerth Elektronik, WE-PD4, SMT, Typ X, https://katalog.we-online.de/pbs/datasheet/74458001.pdf
-Choke Power Inductor WE-PD4 TypX Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PDF
-Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf
-Choke Shielded Power Inductor WE-PDF Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PDF_Handsoldering
-Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, Handsoldering, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf
-Choke Shielded Power Inductor WE-PDF Wuerth Handsoldering
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-TPC-3816
-L_Wuerth_WE-TPC-3816 StepUp generated footprint, http://katalog.we-online.de/pbs/datasheet/7440310047.pdf
-wurth wuerth smd inductor
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-XHMI-8080
-Inductor, Wuerth, WE-XHMI 8080, 8.3mmx8.8mm, https://katalog.we-online.de/pbs/datasheet/74439358068.pdf, generated with kicad-footprint-generator StandardBox_generator.py
-Inductor Wuerth WE-XHMI 8080
-0
-2
-2
-Inductor_SMD
-L_Wurth_WE-CAIR-5910
-WE-CAIR Air coil, https://www.we-online.com/components/products/datasheet/744918254.pdf
-air coil inductor wurth we cair
-0
-2
-2
-Inductor_SMD_Wurth
-L_Wurth_WE-LQSH-2010
-Semi-Shielded High Saturation Power Inductor, body 2x1.6mm, https://www.we-online.com/catalog/en/WE-LQSH#/articles/WE-LQSH-2010
-SMT
-0
-2
-2
-Inductor_SMD_Wurth
-L_Wurth_WE-LQSH-2512
-Semi-Shielded High Saturation Power Inductor, body 2.5x2mm, https://www.we-online.com/catalog/en/WE-LQSH#/articles/WE-LQSH-2512
-SMT
-0
-2
-2
-Inductor_SMD_Wurth
-L_Wurth_WE-LQSH-3012
-Semi-Shielded High Saturation Power Inductor, body 3x3mm, https://www.we-online.com/catalog/en/WE-LQSH#/articles/WE-LQSH-3012
-SMT
-0
-2
-2
-Inductor_SMD_Wurth
-L_Wurth_WE-LQSH-4020
-Semi-Shielded High Saturation Power Inductor, body 4x4mm, https://www.we-online.com/catalog/en/WE-LQSH#/articles/WE-LQSH-4020
-SMT
-0
-2
-2
-Inductor_THT
-Choke_EPCOS_B82722A
-Current-Compensated Ring Core Double Chokes, EPCOS, B82722A, 22.3mmx22.7mm, https://en.tdk.eu/inf/30/db/ind_2008/b82722a_j.pdf
-chokes epcos tht
-0
-4
-4
-Inductor_THT
-Choke_Schaffner_RN102-04-14.0x14.0mm
-Current-compensated Chokes, Schaffner, RN102-04, 14.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/
-chokes schaffner tht
-0
-4
-4
-Inductor_THT
-Choke_Schaffner_RN112-04-17.7x17.1mm
-Current-compensated Chokes, Schaffner, RN112-04, 17.7mmx17.1mm https://www.schaffner.com/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_PulseElectronics_PH9455x105NL_1
-common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl
-cmode choke dual
-0
-4
-4
-Inductor_THT
-L_CommonMode_PulseElectronics_PH9455x155NL_1
-common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl
-cmode choke dual
-0
-4
-4
-Inductor_THT
-L_CommonMode_PulseElectronics_PH9455x205NL_1
-common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl
-cmode choke dual
-0
-4
-4
-Inductor_THT
-L_CommonMode_PulseElectronics_PH9455x405NL_1
-common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl
-cmode choke dual
-0
-4
-4
-Inductor_THT
-L_CommonMode_PulseElectronics_PH9455x705NL_1
-common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl
-cmode choke dual
-0
-4
-4
-Inductor_THT
-L_CommonMode_PulseElectronics_PH9455xxx6NL_2
-common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl
-cmode choke dual
-0
-4
-4
-Inductor_THT
-L_CommonMode_TDK_B82746S4143A040
-13A, 3Phase, Triple Coil, CM Choke, https://www.tdk-electronics.tdk.com/inf/30/ds/b82746s.pdf
-common mode filter triple choke
-0
-6
-6
-Inductor_THT
-L_CommonMode_TDK_B82746S6702A040
-8A, 3Phase, Triple Coil, CM Choke, https://www.tdk-electronics.tdk.com/inf/30/ds/b82746s.pdf
-common mode filter triple choke
-0
-6
-6
-Inductor_THT
-L_CommonMode_TDK_B82747E6163A040
-16A, 3Phase, Triple Coil, CM Choke, drill hole 2mm ( https://product.tdk.com/system/files/dam/doc/product/emc/emc/line-filter/data_sheet/30/ds/b82747e6.pdf )
-three phase common mode triple choke
-0
-6
-6
-Inductor_THT
-L_CommonMode_TDK_B82747E6203A040
-20A, 3Phase, Triple Coil, CM Choke, drill hole 2.2mm ( https://product.tdk.com/system/files/dam/doc/product/emc/emc/line-filter/data_sheet/30/ds/b82747e6.pdf )
-three phase common mode triple choke
-0
-6
-6
-Inductor_THT
-L_CommonMode_TDK_B82747E6253A040
-25A, 3Phase, Triple Coil, CM Choke, drill hole 2.44mm ( https://product.tdk.com/system/files/dam/doc/product/emc/emc/line-filter/data_sheet/30/ds/b82747e6.pdf )
-three phase common mode triple choke
-0
-6
-6
-Inductor_THT
-L_CommonMode_TDK_B82747E6353A040
-35A, 3Phase, Triple Coil, CM Choke, drill hole 3mm ( https://product.tdk.com/system/files/dam/doc/product/emc/emc/line-filter/data_sheet/30/ds/b82747e6.pdf )
-three phase common mode triple choke
-0
-6
-6
-Inductor_THT
-L_CommonMode_TDK_B82767S4123N030
-12A, 3Phase N, Quadruple Coil, https://www.tdk-electronics.tdk.com/inf/30/ds/b82767s4.pdf
-common mode filter quadruple choke
-0
-8
-8
-Inductor_THT
-L_CommonMode_TDK_B82767S4193N030
-19A, 3Phase N, Quadruple Coil, https://www.tdk-electronics.tdk.com/inf/30/ds/b82767s4.pdf
-common mode filter quadruple choke
-0
-8
-8
-Inductor_THT
-L_CommonMode_TDK_B82767S4263N030
-26A , 3Phase N, Quadruple Coil, https://www.tdk-electronics.tdk.com/inf/30/ds/b82767s4.pdf
-common mode filter quadruple choke
-0
-8
-8
-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
-40A, 3Phase, Triple Coil, 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
-40A, 3Phase, Triple Coil, CM Choke, https://vacuumschmelze.com/03_Documents/Datasheets%20-%20Drawings/Commom-Mode-Chokes/6123-X240.pdf
-common mode filter triple choke
-0
-6
-6
-Inductor_THT
-L_CommonMode_VAC_T60405-S6123-X402
-30A, 3Phase N, Quadruple Coil, CM Choke, https://vacuumschmelze.com/03_Documents/Datasheets%20-%20Drawings/Commom-Mode-Chokes/6123-X402.pdf
-common mode filter quadruple choke
-0
-8
-8
-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, https://www.lodestonepacific.com/wp-content/uploads/2020/07/VTM-Series-Full-Page.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, https://www.lodestonepacific.com/wp-content/uploads/2020/07/VTM-Series-Full-Page.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, https://www.lodestonepacific.com/wp-content/uploads/2020/07/VTM-Series-Full-Page.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, https://www.lodestonepacific.com/wp-content/uploads/2020/07/VTM-Series-Full-Page.pdf
-vertical inductor toroid mount
-0
-4
-4
-Inductor_THT
-L_Mount_Lodestone_VTM950-6
-Lodestone Pacific, vertical toroid mount, 11x19mm, 6 pins, https://www.lodestonepacific.com/wp-content/uploads/2021/05/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, height=4.6mm, http://www.abracon.com/Magnetics/radial/AIUR-07.pdf
-Inductor Radial series Radial pin pitch 4.00mm diameter 6.0mm height 4.6mm
-0
-2
-2
-Inductor_THT
-L_Radial_D7.0mm_P3.00mm
-Inductor, Radial series, Radial, pin pitch=3.00mm, diameter=7mm, height=9.5mm, http://www.abracon.com/Magnetics/radial/AIUR-16.pdf
-Inductor Radial series Radial pin pitch 3.00mm diameter 7mm height 9.5mm
-0
-2
-2
-Inductor_THT
-L_Radial_D7.2mm_P3.00mm_Murata_1700
-Inductor, Radial series, Radial, pin pitch=3.00mm, diameter=7.2mm, height=8.5mm, Murata, 1700, http://www.murata-ps.com/data/magnetics/kmp_1700.pdf
-Inductor Radial series Radial pin pitch 3.00mm diameter 7.2mm height 8.5mm 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, height=12.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 height 12.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, height=12.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 height 12.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, height=7.5mm, Fastron, 07HCP, http://www.abracon.com/Magnetics/radial/AISR875.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 7.8mm height 7.5mm 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, height=10mm, Fastron, 07HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_07HCP.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 8.7mm height 10mm 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, height=10mm, 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 height 10mm 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, height=12.7mm, 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 height 12.7mm 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, height=12.5mm, 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 height 12.5mm 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, height=19.5mm, Neosid, SD12, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm height 19.5mm 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, height=12.5mm, Neosid, SD12k, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm height 12.5mm 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, height=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 height 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, height=16mm, Fastron, 11P, http://cdn-reichelt.de/documents/datenblatt/B400/DS_11P.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm height 16mm 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, height=20mm, Neosid, SD12, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm height 20mm 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, height=13mm, Neosid, SD12k, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm height 13mm 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, height=21mm, Murata, 1900R, http://www.murata-ps.com/data/magnetics/kmp_1900r.pdf
-Inductor Radial series Radial pin pitch 6.00mm diameter 12.0mm height 21mm 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, height=20mm, Neosid, SD12, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf
-Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm height 20mm 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, height=13mm, Neosid, SD12k, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf
-Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm height 13mm 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, height=10.8mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf
-Inductor Radial series Radial pin pitch 7.00mm diameter 12.5mm height 10.8mm 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, height=10.8mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf
-Inductor Radial series Radial pin pitch 9.00mm diameter 12.5mm height 10.8mm 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, height=10.8mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf
-Inductor Radial series Radial pin pitch 7.00mm diameter 13.5mm height 10.8mm 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, height=24.5mm, Neosid, SD14, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd14.pdf
-Inductor Radial series Radial pin pitch 10.00mm diameter 14.2mm height 24.5mm Neosid SD14
-0
-2
-2
-Inductor_THT
-L_Radial_D16.0mm_P10.00mm_Panasonic_15E-L
-Panasonic ELC Type 15E-L inductor, radial, shielded, pin pitch=10.00mm, diameter=16.0mm, https://mediap.industry.panasonic.eu/assets/imported/industrial.panasonic.com/cdbs/www-data/pdf/AGB0000/AGB0000CE10.pdf
-ELC15ExxxL
-0
-3
-3
-Inductor_THT
-L_Radial_D16.8mm_P11.43mm_Vishay_IHB-1
-Inductor, Radial series, Radial, pin pitch=11.43mm, diameter=16.8mm, height=21.34mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 11.43mm diameter 16.8mm height 21.34mm 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, height=21.34mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 12.07mm diameter 16.8mm height 21.34mm 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, height=21.34mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 12.70mm diameter 16.8mm height 21.34mm Vishay IHB-1
-0
-2
-2
-Inductor_THT
-L_Radial_D18.0mm_P10.00mm
-Inductor, Radial series, Radial, pin pitch=10.00mm, diameter=18mm, height=27.0mm, http://www.abracon.com/Magnetics/radial/AIUR-15.pdf
-Inductor Radial series Radial pin pitch 10.00mm diameter 18mm height 27.0mm
-0
-2
-2
-Inductor_THT
-L_Radial_D21.0mm_P14.61mm_Vishay_IHB-2
-Inductor, Radial series, Radial, pin pitch=14.61mm, diameter=21mm, height=21.34mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 14.61mm diameter 21mm height 21.34mm 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, height=21.34mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 15.00mm diameter 21mm height 21.34mm 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, height=21.34mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 15.24mm diameter 21mm height 21.34mm 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, height=21.34mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 15.75mm diameter 21mm height 21.34mm Vishay IHB-2
-0
-2
-2
-Inductor_THT
-L_Radial_D21.0mm_P19.00mm
-Inductor, Radial series, Radial, pin pitch=19.00mm, diameter=21mm, height=21mm, http://www.abracon.com/Magnetics/radial/AIRD02.pdf
-Inductor Radial series Radial pin pitch 19.00mm diameter 21mm height 21mm
-0
-2
-2
-Inductor_THT
-L_Radial_D24.0mm_P24.00mm
-Inductor, Radial series, Radial, pin pitch=24.00mm, diameter=24mm, height=24mm
-Inductor Radial series Radial pin pitch 24.00mm diameter 24mm height 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 22.90mm diameter 24.4mm height 10.5mm 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 23.10mm diameter 24.4mm height 10.5mm 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 23.40mm diameter 24.4mm height 10.5mm 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 23.70mm diameter 24.4mm height 10.5mm 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 23.90mm diameter 24.4mm height 10.5mm 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, height=21.34mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 18.29mm diameter 27.9mm height 21.34mm 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, height=21.34mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 19.05mm diameter 27.9mm height 21.34mm 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, height=21.34mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 20.07mm diameter 27.9mm height 21.34mm Vishay IHB-3
-0
-2
-2
-Inductor_THT
-L_Radial_D28.0mm_P29.20mm
-Inductor, Radial series, Radial, pin pitch=29.20mm, diameter=28mm, height=28mm
-Inductor Radial series Radial pin pitch 29.20mm diameter 28mm height 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 28.30mm diameter 29.8mm height 10.5mm 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 28.50mm diameter 29.8mm height 10.5mm 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 28.80mm diameter 29.8mm height 10.5mm 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 29.00mm diameter 29.8mm height 10.5mm 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, height=10.5mm, Murata, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 29.30mm diameter 29.8mm height 10.5mm 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, height=36.83mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 26.16mm diameter 40.64mm height 36.83mm 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, height=26.16mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 27.18mm diameter 40.64mm height 26.16mm 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, height=26.16mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm height 26.16mm 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, height=36.83mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm height 36.83mm 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, height=36.83mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 28.70mm diameter 40.64mm height 36.83mm 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, height=38.1mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 33.27mm diameter 50.8mm height 38.1mm 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, height=38.1mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 34.29mm diameter 50.8mm height 38.1mm 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, height=38.1mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 35.81mm diameter 50.8mm height 38.1mm 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, height=38.1mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 36.32mm diameter 50.8mm height 38.1mm 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, height=38.1mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 38.86mm diameter 50.8mm height 38.1mm 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, height=4mm, Diameter3-5mm, Amidon-T12
-L_Toroid Horizontal series Radial pin pitch 6.40mm diameter 3.175mm height 4mm 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, height=4mm, Diameter4-5mm, Amidon-T16
-L_Toroid Horizontal series Radial pin pitch 8.00mm diameter 4.064mm height 4mm 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, height=4.5mm, Diameter6-5mm, Amidon-T20
-L_Toroid Horizontal series Radial pin pitch 9.00mm diameter 5.08mm height 4.5mm 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, height=5mm, Diameter7-5mm, Amidon-T25
-L_Toroid Horizontal series Radial pin pitch 10.00mm diameter 6.476999999999999mm height 5mm 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, height=5.5mm, Diameter9-5mm, Amidon-T30
-L_Toroid Horizontal series Radial pin pitch 13.00mm diameter 7.7978mm height 5.5mm 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, height=6mm, Diameter10-5mm, Amidon-T37
-L_Toroid Horizontal series Radial pin pitch 15.00mm diameter 9.524999999999999mm height 6mm 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, height=6.5mm, Diameter12-5mm, Amidon-T44
-L_Toroid Horizontal series Radial pin pitch 17.00mm diameter 11.176mm height 6.5mm 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, height=7mm, Diameter14-5mm, Amidon-T50
-L_Toroid Horizontal series Radial pin pitch 20.00mm diameter 12.7mm height 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, height=8.2mm, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm height 8.2mm 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, height=8.2mm, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm height 8.2mm Vishay TJ3
-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, height=10.4mm, 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 height 10.4mm 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, height=11.4mm, 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 height 11.4mm 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, height=10.4mm, 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 height 10.4mm 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, height=10.2mm, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 19.80mm diameter 22.4mm height 10.2mm 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, height=14mm, 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 height 14mm 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, height=14mm, 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 height 14mm 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, height=11.4mm, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm height 11.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, height=11.4mm, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm height 11.4mm Vishay TJ5
-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, height=14mm, 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 height 14mm 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, height=14mm, 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 height 14mm 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, height=16.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 height 16.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, height=16.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 height 16.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, height=21.1mm, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 31.00mm diameter 35.1mm height 21.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, height=4mm
-L_Toroid Horizontal series Radial pin pitch 48.26mm diameter 40mm height 4mm
-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, height=19.1mm, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 37.60mm diameter 41.9mm height 19.1mm 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, height=25.4mm, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 44.60mm diameter 49.3mm height 25.4mm 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, height=36.1mm, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 63.20mm diameter 69.1mm height 36.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, 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_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, 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_L26.7mm_W14.0mm_P10.16mm_Pulse_D
-L_Toroid, Vertical series, Radial, pin pitch=10.16mm, length*width=26.67*13.97mm^2, Pulse, D, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 10.16mm length 26.67mm width 13.97mm Pulse D
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L28.6mm_W14.3mm_P11.43mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=11.43mm, length*width=28.6*14.3mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 11.43mm length 28.6mm width 14.3mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L31.8mm_W15.9mm_P13.50mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=13.50mm, length*width=31.8*15.9mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 13.50mm length 31.8mm width 15.9mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L33.0mm_W17.8mm_P12.70mm_Pulse_KM-5
-L_Toroid, Vertical series, Radial, pin pitch=12.70mm, length*width=33.02*17.78mm^2, Pulse, KM-5, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 12.70mm length 33.02mm width 17.78mm Pulse KM-5
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L35.1mm_W21.1mm_P18.50mm_Vishay_TJ6
-L_Toroid, Vertical series, Radial, pin pitch=18.50mm, length*width=35.1*21.1mm^2, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 18.50mm length 35.1mm width 21.1mm Vishay TJ6
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L35.6mm_W17.8mm_P12.70mm_Pulse_E
-L_Toroid, Vertical series, Radial, pin pitch=12.70mm, length*width=35.56*17.78mm^2, Pulse, E, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 12.70mm length 35.56mm width 17.78mm Pulse E
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L41.9mm_W17.8mm_P12.70mm_Pulse_F
-L_Toroid, Vertical series, Radial, pin pitch=12.70mm, length*width=41.91*17.78mm^2, Pulse, F, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 12.70mm length 41.91mm width 17.78mm Pulse F
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L41.9mm_W19.1mm_P15.80mm_Vishay_TJ7
-L_Toroid, Vertical series, Radial, pin pitch=15.80mm, length*width=41.9*19.1mm^2, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 15.80mm length 41.9mm width 19.1mm Vishay TJ7
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L46.0mm_W19.1mm_P21.80mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=21.80mm, length*width=46*19.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 21.80mm length 46mm width 19.1mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L48.8mm_W25.4mm_P20.80mm_Vishay_TJ8
-L_Toroid, Vertical series, Radial, pin pitch=20.80mm, length*width=48.8*25.4mm^2, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 20.80mm length 48.8mm width 25.4mm Vishay TJ8
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L54.0mm_W23.8mm_P20.10mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=20.10mm, length*width=54*23.8mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 20.10mm length 54mm width 23.8mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L67.6mm_W36.1mm_P31.80mm_Vishay_TJ9
-L_Toroid, Vertical series, Radial, pin pitch=31.80mm, length*width=67.6*36.1mm^2, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 31.80mm length 67.6mm width 36.1mm Vishay TJ9
-0
-2
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-2012_LeadDiameter1.2mm
-Shielded High Current Inductor, body 17x22mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-2012-ROUND
-THT
-0
-2
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-2012_LeadDiameter1.5mm
-Shielded High Current Inductor, body 17x22mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-2012-ROUND
-THT
-0
-2
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-2504
-Shielded High Current Inductor, body 22x25.7mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT_SIZE_2504
-THT
-0
-2
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-3521
-Shielded High Current Inductor, body 21.5x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3521
-THT
-0
-4
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-3533_LeadDiameter1.8mm
-Shielded High Current Inductor, body 34.5x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3533-ROUND
-THT
-0
-4
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-3533_LeadDiameter2.0mm
-Shielded High Current Inductor, body 34.5x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3533-ROUND
-THT
-0
-4
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-3540_LeadDiameter0.8mm
-Shielded High Current Inductor, body 41x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3540
-THT
-0
-4
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-3540_LeadDiameter1.3mm
-Shielded High Current Inductor, body 41x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3540
-THT
-0
-4
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-3540_LeadDiameter1.5mm
-Shielded High Current Inductor, body 41x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3540
-THT
-0
-4
-2
-Inductor_THT_Wurth
-L_Wurth_WE-HCFT-3540_LeadDiameter2.0mm
-Shielded High Current Inductor, body 41x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3540
-THT
-0
-4
-2
-Jumper
-Jumper_Harwin_S1621_P10.9mm
-Harwin SMD jumper link, 12.3x2.3mm, 1.8mm height, 10.9mm pad pitch, https://cdn.harwin.com/pdfs/S1621R.pdf
-SMD jumper link
-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 bridged 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 bridged 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 bridged 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 bridged with 2 copper strip, labeled with numbers
-net tie solder jumper bridged
-0
-3
-3
-Jumper
-SolderJumper-3_P1.3mm_Bridged2Bar123_Pad1.0x1.5mm
-SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2-3 bridged with 2 copper strip
-net tie solder jumper bridged
-0
-3
-3
-Jumper
-SolderJumper-3_P1.3mm_Bridged2Bar123_Pad1.0x1.5mm_NumberLabels
-SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2-3 bridged with 2 copper strip, labeled with numbers
-net tie solder jumper bridged
-0
-3
-3
-Jumper
-SolderJumper-3_P1.3mm_Bridged2Bar123_RoundedPad1.0x1.5mm
-SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2-3 bridged with 2 copper strip
-net tie solder jumper bridged
-0
-3
-3
-Jumper
-SolderJumper-3_P1.3mm_Bridged2Bar123_RoundedPad1.0x1.5mm_NumberLabels
-SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2-3 bridged 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_Bridged123_Pad1.0x1.5mm
-SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2-3 bridged with 1 copper strip
-net tie solder jumper bridged
-0
-3
-3
-Jumper
-SolderJumper-3_P1.3mm_Bridged123_Pad1.0x1.5mm_NumberLabels
-SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2-3 bridged with 1 copper strip, labeled with numbers
-net tie solder jumper bridged
-0
-3
-3
-Jumper
-SolderJumper-3_P1.3mm_Bridged123_RoundedPad1.0x1.5mm
-SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2-3 bridged with 1 copper strip
-net tie solder jumper bridged
-0
-3
-3
-Jumper
-SolderJumper-3_P1.3mm_Bridged123_RoundedPad1.0x1.5mm_NumberLabels
-SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2-3 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
-3
-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
-3
-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_01005_0402Metric
-LED 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
-LED
-0
-4
-2
-LED_SMD
-LED_01005_0402Metric_Pad0.57x0.30mm_HandSolder
-LED 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
-LED handsolder
-0
-4
-2
-LED_SMD
-LED_1206_3216Metric
-LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-LED
-0
-2
-2
-LED_SMD
-LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder
-LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-LED handsolder
-0
-2
-2
-LED_SMD
-LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm
-LED SMD 1206 (3216 Metric), reverse mount, square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-diode reverse
-0
-2
-2
-LED_SMD
-LED_1210_3225Metric
-LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-LED
-0
-2
-2
-LED_SMD
-LED_1210_3225Metric_Pad1.42x2.65mm_HandSolder
-LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-LED handsolder
-0
-2
-2
-LED_SMD
-LED_1812_4532Metric
-LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
-LED
-0
-2
-2
-LED_SMD
-LED_1812_4532Metric_Pad1.30x3.40mm_HandSolder
-LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator
-LED handsolder
-0
-2
-2
-LED_SMD
-LED_2010_5025Metric
-LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-LED
-0
-2
-2
-LED_SMD
-LED_2010_5025Metric_Pad1.52x2.65mm_HandSolder
-LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-LED handsolder
-0
-2
-2
-LED_SMD
-LED_2512_6332Metric
-LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-LED
-0
-2
-2
-LED_SMD
-LED_2512_6332Metric_Pad1.52x3.35mm_HandSolder
-LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator
-LED handsolder
-0
-2
-2
-LED_SMD
-LED_ASMB-KTF0-0A306
-2220 Tricolor PLCC-4 LED, https://docs.broadcom.com/docs/ASMB-KTF0-0A306-DS100
-Tricolor LED
-0
-4
-4
-LED_SMD
-LED_Avago_PLCC4_3.2x2.8mm_CW
-3.2mm x 2.8mm PLCC4 RGB LED, https://docs.broadcom.com/docs/AV02-4186EN
-LED Avago PLCC-4 3528 ASMB-MTB0-0A3A2
-0
-4
-4
-LED_SMD
-LED_Avago_PLCC6_3x2.8mm
-https://docs.broadcom.com/docs/AV02-3793EN
-LED Avago PLCC-6 ASMT-YTB7-0AA02
-0
-6
-6
-LED_SMD
-LED_CSP_Samsung_LH181B_2.36x2.36mm
-High Power CSP LED, 2.36mm x 2.36mm, 1.4A max, https://cdn.samsung.com/led/file/resource/2021/01/Data_Sheet_LH181B_Rev.4.0.pdf
-LED Samsung LH181B
-0
-2
-2
-LED_SMD
-LED_Cree-PLCC4_2x2mm_CW
-2.0mm x 2.0mm PLCC4 RGB LED, https://assets.cree-led.com/a/ds/h/HB-CLMVC-FKA.pdf
-LED Cree PLCC-4 2020 CLMVB-FKA CLMVC-FKA
-0
-4
-4
-LED_SMD
-LED_Cree-PLCC4_3.2x2.8mm_CCW
-3.2mm x 2.8mm PLCC4 RGB LED, https://assets.cree-led.com/a/ds/h/HB-CLV1A-FKB.pdf
-LED Cree PLCC-4 3528 CLV1A-FKB
-0
-4
-4
-LED_SMD
-LED_Cree-PLCC4_5x5mm_CW
-5.0mm x 5.0mm PLCC4 LED
-LED Cree PLCC-4 5050
-0
-4
-4
-LED_SMD
-LED_Cree-PLCC6_4.7x1.5mm
-4.7mm x 1.5mm PLCC6 LED, http://www.cree.com/led-components/media/documents/1381-QLS6AFKW.pdf
-LED Cree PLCC-6
-0
-6
-6
-LED_SMD
-LED_Cree-XB
-http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXBD.pdf
-LED Cree XB
-0
-5
-3
-LED_SMD
-LED_Cree-XH
-http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XHB.pdf
-LED Cree XH
-0
-8
-2
-LED_SMD
-LED_Cree-XHP35
-http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds--XHP35.pdf
-LED Cree XHP35
-0
-6
-3
-LED_SMD
-LED_Cree-XHP50_3V_HighDensity
-Cree XHP50, 3V, high density, https://downloads.cree-led.com/files/ds/x/XLamp-XHP50.3.pdf
-LED Cree XHP50
-0
-15
-3
-LED_SMD
-LED_Cree-XHP50_3V_HighIntensity
-Cree XHP50, 3V, high intensity, https://downloads.cree-led.com/files/ds/x/XLamp-XHP50.3.pdf
-LED Cree XHP50
-0
-15
-3
-LED_SMD
-LED_Cree-XHP50_6V_HighDensity
-Cree XHP50, 6V, high density, https://downloads.cree-led.com/files/ds/x/XLamp-XHP50.3.pdf
-LED Cree XHP50
-0
-15
-3
-LED_SMD
-LED_Cree-XHP50_6V_HighIntensity
-Cree XHP50, 6V, high intensity, https://downloads.cree-led.com/files/ds/x/XLamp-XHP50.3.pdf
-LED Cree XHP50
-0
-15
-3
-LED_SMD
-LED_Cree-XHP50_12V_HighDensity
-Cree XHP50, 12V, high density, https://downloads.cree-led.com/files/ds/x/XLamp-XHP50.3.pdf
-LED XHP50 Cree
-0
-15
-3
-LED_SMD
-LED_Cree-XHP50_12V_HighIntensity
-Cree XHP50, 12V, high intensity, https://downloads.cree-led.com/files/ds/x/XLamp-XHP50.3.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_Everlight-SMD3528_3.5x2.8mm_67-21ST
-3.5mm x 2.8mm mid-power LED, https://www.everlight.com/wp-content/plugins/ItemRelationship/product_files/pdf/DSE-0020730-67-21ST-KK6C-HXXXX96Z6-2T_V3.pdf
-LED 3528
-0
-2
-2
-LED_SMD
-LED_Foshan-NTD3528_3.5x2.8mm
-3.5mm x 2.8mm mid-power LED, https://www.lcsc.com/datasheet/lcsc_datasheet_2307180955_Foshan-NationStar-Optoelectronics-NTD3528U1_C7464740.pdf
-Nationstar
-0
-2
-2
-LED_SMD
-LED_Inolux_IN-P55TATRGB_PLCC6_5.0x5.5mm_P1.8mm
-5.0x5.0mm PLCC-6 RGB LED, Inolux, https://www.inolux-corp.com/datasheet/SMDLED/RGB%20Top%20View/IN-P55TATRGB.pdf
-LED RGB
-0
-6
-6
-LED_SMD
-LED_Inolux_IN-PI554FCH_PLCC4_5.0x5.0mm_P3.2mm
-5.0mm x 5.0mm PLCC4 Addressable RGB LED, http://www.inolux-corp.com/datasheet/SMDLED/Addressable%20LED/IN-PI554FCH.pdf
-LED RGB NeoPixel addressable PLCC-4 5050
-0
-4
-4
-LED_SMD
-LED_Kingbright_AAA3528ESGCT
-Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf)
-dual led smd
-0
-4
-4
-LED_SMD
-LED_Kingbright_APA1606_1.6x0.6mm_Horizontal
-Right angled LED, 1.6x1.2 mm, H0.6 mm
-LED chip right angled vertical
-0
-2
-2
-LED_SMD
-LED_Kingbright_APDA3020VBCD
-LED, SMD, APDA3020VBC/D, https://www.kingbrightusa.com/images/catalog/SPEC/APDA3020VBC-D.pdf
-LED APDA3020VBC/D Kingbright
-0
-2
-2
-LED_SMD
-LED_Kingbright_APFA3010_3x1.5mm_Horizontal
-LED RGB, APFA3010, http://www.kingbrightusa.com/images/catalog/SPEC/APFA3010LSEEZGKQBKC.pdf
-LED RGB APFA3010 KINGBRIGHT 3x1.5mm
-0
-4
-4
-LED_SMD
-LED_Kingbright_APHBM2012_2x1.25mm
-Dual LED SMD https://www.kingbrightusa.com/KCpack.asp?txtPack=APHBM2012
-LED Kingbright APHM2012
-0
-4
-4
-LED_SMD
-LED_Kingbright_KPA-3010_3x2x1mm
-Kingbright surface mount LED, right angle, 3.0 x 2.0 x 1.0 mm, https://www.kingbright.com/attachments/file/psearch/000/00/00/KPA-3010SURCK(Ver.26A).pdf
-Kingbright LED right-angle
-0
-3
-3
-LED_SMD
-LED_Kingbright_KPBD-3224
-Kingbright, dual LED, red-green, dome lens, 3.2 x 2.4 mm Surface Mount LED Lamp (https://docs.rs-online.com/b881/0900766b81396b45.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-C235KGKRKT
-downfacing reverse mount led, https://optoelectronics.liteon.com/upload/download/DS22-2009-0219/LTST-C235KGKRKT.pdf
-LED reverse down facing
-0
-4
-4
-LED_SMD
-LED_LiteOn_LTST-C295K_1.6x0.8mm
-Topview dual http://optoelectronics.liteon.com/upload/download/DS22-2009-0072/LTST-C295KGKRKT.PDF
-SMD Top view Dual colour
-0
-4
-4
-LED_SMD
-LED_LiteOn_LTST-E563C_PLCC4_5.0x5.0mm_P3.2mm
-RGB addressable LED, 5x5mm body, 1.57mm height, https://optoelectronics.liteon.com/upload/download/DS35-2018-0092/LTST-E563CHEGBW-AW.PDF
-LED RGB 5050 PLCC-4
-0
-4
-4
-LED_SMD
-LED_LiteOn_LTST-E563C_PLCC4_5.0x5.0mm_P3.2mm_HandSoldering
-RGB addressable LED, 5x5mm body, 1.57mm height, https://optoelectronics.liteon.com/upload/download/DS35-2018-0092/LTST-E563CHEGBW-AW.PDF
-LED RGB 5050 PLCC-4
-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_OPSCO_SK6812_PLCC4_5.0x5.0mm_P3.1mm
-5.0mm x 5.0mm Addressable RGB LED, https://www.lcsc.com/datasheet/lcsc_datasheet_2303300930_OPSCO-Optoelectronics-SK6812-B_C5380881.pdf#page=5
-LED RGB NeoPixel Serial PLCC-4 5050
-0
-4
-4
-LED_SMD
-LED_Osram_Lx_P47F_D2mm_ReverseMount
-OSRAM, reverse-mount LED, SMD, 2mm diameter, http://www.farnell.com/datasheets/2711587.pdf
-LED ReverseMount Reverse
-0
-4
-2
-LED_SMD
-LED_PLCC-2_3.4x3.0mm_AK
-LED PLCC-2 SMD package, orientation marker at anode, https://look.ams-osram.com/m/6070706f97923d92/original/SFH-4257.pdf
-LED PLCC-2 SMD TOPLED
-0
-2
-2
-LED_SMD
-LED_PLCC-2_3.4x3.0mm_KA
-LED PLCC-2 SMD package, orientation marker at cathode, https://look.ams-osram.com/m/112b2fbfa9e71b58/original/SFH-4253.pdf
-LED PLCC-2 SMD TOPLED
-0
-2
-2
-LED_SMD
-LED_PLCC-2_3x2mm_AK
-LED, SMD, PLCC-2, 3.0 x 2.0mm, orientation marker at anode, https://media.digikey.com/pdf/Data%20Sheets/CREE%20Power/CLM3A-BKW,GKW.pdf
-LED PLCC-2 SMD
-0
-2
-2
-LED_SMD
-LED_PLCC-2_3x2mm_KA
-LED, SMD, PLCC-2, 3.0 x 2.0mm, orientation marker at cathode, https://optoelectronics.liteon.com/upload/download/DS22-2009-0099/LTW-M670ZVS-M5_0906.pdf
-LED PLCC-2 SMD
-0
-2
-2
-LED_SMD
-LED_PLCC_2835
-https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf
-LED
-0
-2
-2
-LED_SMD
-LED_PLCC_2835_Handsoldering
-https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf
-LED
-0
-2
-2
-LED_SMD
-LED_RGB_1210
-RGB LED 3.2x2.7mm http://www.avagotech.com/docs/AV02-0610EN
-LED 3227
-0
-4
-4
-LED_SMD
-LED_RGB_5050-6
-http://cdn.sparkfun.com/datasheets/Components/LED/5060BRG4.pdf
-RGB LED 5050-6
-0
-6
-6
-LED_SMD
-LED_RGB_Cree-PLCC-6_6x5mm_P2.1mm
-http://www.farnell.com/datasheets/2003905.pdf
-LED RGB PLCC-6 CLP6C-FBK
-0
-6
-6
-LED_SMD
-LED_RGB_Everlight_EASV3015RGBA0_Horizontal
-LED, RGB, right-angle, clear, https://everlightamericas.com/index.php?controller=attachment&id_attachment=3220
-LED RGB right-angle
-0
-4
-4
-LED_SMD
-LED_RGB_Getian_GT-P6PRGB4303
-https://www.gme.sk/img/cache/doc/518/177/vykonova-led-getian-gt-p6prgb4303-datasheet-1.pdf
-LED RGB
-0
-7
-7
-LED_SMD
-LED_RGB_Lumex_SML-LXT0805SIUGUBW
-RGB LED 0805 2.0mm x 1.3mm, orientation marker at common anode https://www.mouser.de/datasheet/2/244/SML-LXT0805SIUGUBW-1776540.pdf
-RGB LED 0805
-0
-4
-4
-LED_SMD
-LED_RGB_PLCC-6
-RGB LED PLCC-6
-RGB LED PLCC-6
-0
-6
-6
-LED_SMD
-LED_RGB_Wuerth-PLCC4_3.2x2.8mm_150141M173100
-3.2mm x 2.8mm PLCC4 LED, https://www.we-online.de/katalog/datasheet/150141M173100.pdf
-LED RGB Wurth PLCC-4 3528
-0
-4
-4
-LED_SMD
-LED_RGB_Wuerth_150080M153000
-RGB LED 0805 2.0mm x 1.3mm, orientation marker at common anode https://www.we-online.com/components/products/datasheet/150080M153000.pdf
-RGB LED 0805
-0
-4
-4
-LED_SMD
-LED_ROHM_SMLVN6
-RGB LED, 3.1x2.8mm, https://fscdn.rohm.com/en/products/databook/datasheet/opto/led/chip_multi/smlvn6rgb1u1-e.pdf
-LED ROHM SMLVN6
-0
-6
-6
-LED_SMD
-LED_SK6805_PLCC4_2.4x2.7mm_P1.3mm
-https://cdn-shop.adafruit.com/product-files/3484/3484_Datasheet.pdf
-LED RGB NeoPixel Nano PLCC-4
-0
-4
-4
-LED_SMD
-LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm
-3.5mm x 3.5mm PLCC4 Addressable RGB LED NeoPixel, https://cdn-shop.adafruit.com/product-files/2686/SK6812MINI_REV.01-1-2.pdf
-LED RGB NeoPixel Mini PLCC-4 3535
-0
-4
-4
-LED_SMD
-LED_SK6812_EC15_1.5x1.5mm
-RGB addressable LED, 0.1W, 1.5mm x 1.5mm, 0.65m height, orientation mark at GND, http://ledstrip-china.com/productshow.asp?id=322
-LED RGB NeoPixel
-0
-4
-4
-LED_SMD
-LED_SK6812_PLCC4_5.0x5.0mm_P3.2mm
-5.0mm x 5.0mm Addressable RGB LED NeoPixel, https://cdn-shop.adafruit.com/product-files/1138/SK6812+LED+datasheet+.pdf
-LED RGB NeoPixel PLCC-4 5050
-0
-4
-4
-LED_SMD
-LED_WS2812B-2020_PLCC4_2.0x2.0mm
-2.0mm x 2.0mm Addressable RGB LED NeoPixel Nano, 12 mA, https://cdn-shop.adafruit.com/product-files/4684/4684_WS2812B-2020_V1.3_EN.pdf
-LED RGB NeoPixel Nano PLCC-4 2020
-0
-4
-4
-LED_SMD
-LED_WS2812B-Mini_PLCC4_3.5x3.5mm
-Addressable RGB LED NeoPixel Mini, 12 mA, https://web.archive.org/web/20200131233647/http://www.world-semi.com/DownLoadFile/112
-LED RGB NeoPixel Mini
-0
-4
-4
-LED_SMD
-LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm
-5.0mm x 5.0mm Addressable RGB LED NeoPixel, https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf
-LED RGB NeoPixel PLCC-4 5050
-0
-4
-4
-LED_SMD
-LED_WS2812_PLCC6_5.0x5.0mm_P1.6mm
-https://cdn-shop.adafruit.com/datasheets/WS2812.pdf
-LED RGB NeoPixel
-0
-6
-6
-LED_SMD
-LED_Wurth_150044M155260
-Wurth Common anode RGB LED, SMD, 0404, 1x1x1.65mm, https://www.we-online.com/catalog/datasheet/150044M155260.pdf
-LED RGB ARGB
-0
-4
-4
-LED_SMD
-LED_Yuji_5730
-LED,Yuji,5730,https://cdn.shopify.com/s/files/1/0344/6401/files/YJWJ014-1.1_YJ-BC-5730L-G02.pdf
-LED Yuji 5730
-0
-3
-2
-LED_SMD
-LED_miniPLCC_2315
-https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true
-LED
-0
-2
-2
-LED_SMD
-LED_miniPLCC_2315_Handsoldering
-https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true
-LED
-0
-2
-2
-LED_THT
-LED_BL-FL7680RGB
-'Piranha' RGB LED, through hole, common anode, 7.62x7.62mm, BGRA pin order, https://cdn-shop.adafruit.com/datasheets/BL-FL7680RGB.pdf
-RGB LED Piranha Super-Flux BetLux
-0
-4
-4
-LED_THT
-LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z1.6mm
-LED, diameter 1.8mm, size 1.8x2.4mm, horizontal offset 1.27mm, z-position of LED center 1.6mm, 2 pins, generated by kicad-footprint-generator
-LED
-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, horizontal offset 1.27mm, z-position of LED center 4.9mm, 2 pins, generated by kicad-footprint-generator
-LED
-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, horizontal offset 1.27mm, z-position of LED center 8.2mm, 2 pins, generated by kicad-footprint-generator
-LED
-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, horizontal offset 3.81mm, z-position of LED center 1.6mm, 2 pins, generated by kicad-footprint-generator
-LED
-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, horizontal offset 3.81mm, z-position of LED center 4.9mm, 2 pins, generated by kicad-footprint-generator
-LED
-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, horizontal offset 3.81mm, z-position of LED center 8.2mm, 2 pins, generated by kicad-footprint-generator
-LED
-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, horizontal offset 6.35mm, z-position of LED center 1.6mm, 2 pins, generated by kicad-footprint-generator
-LED
-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, horizontal offset 6.35mm, z-position of LED center 4.9mm, 2 pins, generated by kicad-footprint-generator
-LED
-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, horizontal offset 6.35mm, z-position of LED center 8.2mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D1.8mm_W3.3mm_H2.4mm
-LED, Round, Rectangular, size 3.3x2.4mm, diameter 1.8mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D2.0mm_W4.0mm_H2.8mm_FlatTop
-LED, Round, Flat Top, Rectangular, size 4.0x2.8mm, diameter 2.0mm, 2 pins, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-1034IDT(Ver.14A).pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D2.0mm_W4.8mm_H2.5mm_FlatTop
-LED, Round, Flat Top, Rectangular, size 4.8x2.5mm, diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/20160808bak/L-13GD(Ver.9B).pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm
-LED, diameter 3.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm-3
-LED, diameter 3.0mm, 3 pins, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-3VSURKCGKC(Ver.12A).pdf, generated by kicad-footprint-generator
-LED
-0
-3
-3
-LED_THT
-LED_D3.0mm_Clear
-LED, diameter 3.0mm, 2 pins, clear, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_FlatTop
-LED, Round, Flat Top, diameter 3.0mm, 2 pins, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-47XEC(Ver.14A).pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm
-LED, diameter 3.0mm, horizontal offset 1.27mm, z-position of LED center 2.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_Clear
-LED, diameter 3.0mm, horizontal offset 1.27mm, z-position of LED center 2.0mm, 2 pins, clear, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRBlack
-LED, diameter 3.0mm, horizontal offset 1.27mm, z-position of LED center 2.0mm, 2 pins, infrared, black, generated by kicad-footprint-generator
-LED IR
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRGrey
-LED, diameter 3.0mm, horizontal offset 1.27mm, z-position of LED center 2.0mm, 2 pins, infrared, grey, generated by kicad-footprint-generator
-LED IR
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O1.27mm_Z6.0mm
-LED, diameter 3.0mm, horizontal offset 1.27mm, z-position of LED center 6.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O1.27mm_Z10.0mm
-LED, diameter 3.0mm, horizontal offset 1.27mm, z-position of LED center 10.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O3.81mm_Z2.0mm
-LED, diameter 3.0mm, horizontal offset 3.81mm, z-position of LED center 2.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O3.81mm_Z6.0mm
-LED, diameter 3.0mm, horizontal offset 3.81mm, z-position of LED center 6.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O3.81mm_Z10.0mm
-LED, diameter 3.0mm, horizontal offset 3.81mm, z-position of LED center 10.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O6.35mm_Z2.0mm
-LED, diameter 3.0mm, horizontal offset 6.35mm, z-position of LED center 2.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O6.35mm_Z6.0mm
-LED, diameter 3.0mm, horizontal offset 6.35mm, z-position of LED center 6.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_Horizontal_O6.35mm_Z10.0mm
-LED, diameter 3.0mm, horizontal offset 6.35mm, z-position of LED center 10.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D3.0mm_IRBlack
-LED, diameter 3.0mm, 2 pins, infrared, black, generated by kicad-footprint-generator
-LED IR
-0
-2
-2
-LED_THT
-LED_D3.0mm_IRGrey
-LED, diameter 3.0mm, 2 pins, infrared, grey, generated by kicad-footprint-generator
-LED IR
-0
-2
-2
-LED_THT
-LED_D4.0mm
-LED, diameter 4.0mm, 2 pins, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-43GD(Ver.17B).pdf, generated by kicad-footprint-generator
-LED
-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, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm-3
-LED, diameter 5.0mm, 3 pins, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-59EGC(Ver.20A).pdf, generated by kicad-footprint-generator
-LED
-0
-3
-3
-LED_THT
-LED_D5.0mm-3_Horizontal_O3.81mm_Z3.0mm
-LED, diameter 5.0mm, horizontal offset 3.81mm, z-position of LED center 3.0mm, 3 pins, generated by kicad-footprint-generator
-LED
-0
-3
-3
-LED_THT
-LED_D5.0mm-4_RGB
-LED, RGB, diameter 5.0mm, 4 pins, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.13A).pdf, generated by kicad-footprint-generator
-LED
-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, clear, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_FlatTop
-LED, Round, Flat Top, diameter 5.0mm, 2 pins, https://www.kingbright.com/attachments/file/psearch/000/00/watermark00/L-483GDT(Ver.12B).pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm
-LED, diameter 5.0mm, horizontal offset 1.27mm, z-position of LED center 3.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_Clear
-LED, diameter 5.0mm, horizontal offset 1.27mm, z-position of LED center 3.0mm, 2 pins, clear, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRBlack
-LED, diameter 5.0mm, horizontal offset 1.27mm, z-position of LED center 3.0mm, 2 pins, infrared, black, generated by kicad-footprint-generator
-LED IR
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRGrey
-LED, diameter 5.0mm, horizontal offset 1.27mm, z-position of LED center 3.0mm, 2 pins, infrared, grey, generated by kicad-footprint-generator
-LED IR
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O1.27mm_Z9.0mm
-LED, diameter 5.0mm, horizontal offset 1.27mm, z-position of LED center 9.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O1.27mm_Z15.0mm
-LED, diameter 5.0mm, horizontal offset 1.27mm, z-position of LED center 15.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O3.81mm_Z3.0mm
-LED, diameter 5.0mm, horizontal offset 3.81mm, z-position of LED center 3.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O3.81mm_Z9.0mm
-LED, diameter 5.0mm, horizontal offset 3.81mm, z-position of LED center 9.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O3.81mm_Z15.0mm
-LED, diameter 5.0mm, horizontal offset 3.81mm, z-position of LED center 15.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O6.35mm_Z3.0mm
-LED, diameter 5.0mm, horizontal offset 6.35mm, z-position of LED center 3.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O6.35mm_Z9.0mm
-LED, diameter 5.0mm, horizontal offset 6.35mm, z-position of LED center 9.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_Horizontal_O6.35mm_Z15.0mm
-LED, diameter 5.0mm, horizontal offset 6.35mm, z-position of LED center 15.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D5.0mm_IRBlack
-LED, diameter 5.0mm, 2 pins, infrared, black, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf, generated by kicad-footprint-generator
-LED IR
-0
-2
-2
-LED_THT
-LED_D5.0mm_IRGrey
-LED, diameter 5.0mm, 2 pins, infrared, grey, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf, generated by kicad-footprint-generator
-LED IR
-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, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D8.0mm-3
-LED, diameter 8.0mm, 3 pins, generated by kicad-footprint-generator
-LED
-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, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_D10.0mm-3
-LED, diameter 10.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/20131112/L-819EGW(Ver.13A).pdf, generated by kicad-footprint-generator
-LED
-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, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Oval_W5.2mm_H3.8mm
-LED, Oval, size 5.2x3.8mm, 2 pins, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-5603QBC-D(Ver.17B).pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W3.0mm_H2.0mm
-LED, Rectangular, size 3.0x2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/20160808bak/L-169XCGDK(Ver.8B).pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W3.9mm_H1.8mm
-LED, Rectangular, size 3.9x1.8mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/20160808bak/L-2774GD(Ver.7B).pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W3.9mm_H1.9mm
-LED, Rectangular, size 3.9x1.9mm, 2 pins, https://www.kingbright.com/attachments/file/psearch/000/00/watermark00/L-144GDT(Ver.11B).pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm
-LED, Rectangular, size 5.0x2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm-3Pins
-LED, Rectangular, size 5.0x2.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/20160808bak/L-169XCGDK(Ver.8B).pdf, generated by kicad-footprint-generator
-LED
-0
-3
-3
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z1.0mm
-LED, Rectangular, size 5.0x2.0mm, horizontal offset 1.27mm, z-position of LED center 1.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z3.0mm
-LED, Rectangular, size 5.0x2.0mm, horizontal offset 1.27mm, z-position of LED center 3.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z5.0mm
-LED, Rectangular, size 5.0x2.0mm, horizontal offset 1.27mm, z-position of LED center 5.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z1.0mm
-LED, Rectangular, size 5.0x2.0mm, horizontal offset 3.81mm, z-position of LED center 1.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z3.0mm
-LED, Rectangular, size 5.0x2.0mm, horizontal offset 3.81mm, z-position of LED center 3.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z5.0mm
-LED, Rectangular, size 5.0x2.0mm, horizontal offset 3.81mm, z-position of LED center 5.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z1.0mm
-LED, Rectangular, size 5.0x2.0mm, horizontal offset 6.35mm, z-position of LED center 1.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z3.0mm
-LED, Rectangular, size 5.0x2.0mm, horizontal offset 6.35mm, z-position of LED center 3.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z5.0mm
-LED, Rectangular, size 5.0x2.0mm, horizontal offset 6.35mm, z-position of LED center 5.0mm, 2 pins, generated by kicad-footprint-generator
-LED
-0
-2
-2
-LED_THT
-LED_Rectangular_W5.0mm_H5.0mm
-LED, Rectangular, size 5.0x5.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/20160808bak/L-169XCGDK(Ver.8B).pdf, generated by kicad-footprint-generator
-LED
-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, Side Emitter, Rectangular, size 4.5x1.6mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED15MMGE_LED15MMGN%23KIN.pdf, generated by kicad-footprint-generator
-LED
-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
-Library
-ESP32-WROOM-SAVED
-2.4 GHz Wi-Fi and Bluetooth module https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c3/esp32-c3-devkitm-1/index.html
-esp32 esp32-c3 riscv risc-v wifi bluetooth ble
-0
-30
-30
-Module
-A20_OLINUXINO_LIME2
-A20 Olinuxino LIME2, 1.2GHz, 512-1024MB RAM, Micro-SD, NAND or eMMC, 1000Mbit Ethernet
-A20 Olimex Olinuxino LIME2 development board
-0
-180
-180
-Module
-Adafruit_Feather
-Common footprint for the Adafruit Feather series of boards, https://learn.adafruit.com/adafruit-feather/feather-specification
-Adafruit Feather
-0
-28
-28
-Module
-Adafruit_Feather_32u4_FONA
-Footprint for the Adafruit Feather 32u4 FONA board, https://learn.adafruit.com/adafruit-feather-32u4-fona
-Adafruit Feather 32u4 FONA
-0
-28
-28
-Module
-Adafruit_Feather_32u4_FONA_WithMountingHoles
-Footprint for the Adafruit Feather 32u4 FONA board, https://learn.adafruit.com/adafruit-feather-32u4-fona
-Adafruit Feather 32u4 FONA
-0
-28
-28
-Module
-Adafruit_Feather_32u4_RFM
-Footprint for the Adafruit Feather 32u4 RFM series of boards, https://learn.adafruit.com/adafruit-feather-32u4-radio-with-rfm69hcw-module
-Adafruit Feather 32u4 RFM
-0
-31
-31
-Module
-Adafruit_Feather_32u4_RFM_WithMountingHoles
-Footprint for the Adafruit Feather 32u4 RFM series of boards, https://learn.adafruit.com/adafruit-feather-32u4-radio-with-rfm69hcw-module
-Adafruit Feather 32u4 RFM
-0
-31
-31
-Module
-Adafruit_Feather_M0_RFM
-Footprint for the Adafruit Feather M0 RFM series of boards, e.g. https://learn.adafruit.com/adafruit-feather-m0-radio-with-rfm69-packet-radio
-Adafruit Feather M0 RFM
-0
-32
-32
-Module
-Adafruit_Feather_M0_RFM_WithMountingHoles
-Footprint for the Adafruit Feather M0 RFM series of boards, e.g. https://learn.adafruit.com/adafruit-feather-m0-radio-with-rfm69-packet-radio
- Adafruit Feather M0 RFM
-0
-32
-32
-Module
-Adafruit_Feather_M0_Wifi
-Footprint for the Adafruit Feather M0 Wifi board, https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/
-Adafruit Feather M0 Wifi
-0
-28
-28
-Module
-Adafruit_Feather_M0_Wifi_WithMountingHoles
-Footprint for the Adafruit Feather M0 Wifi board, https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/
-Adafruit Feather M0 Wifi
-0
-28
-28
-Module
-Adafruit_Feather_WICED
-Footprint for the Adafruit Feather WICED Wifi board, https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi
-Adafruit Feather WICED Wifi
-0
-29
-29
-Module
-Adafruit_Feather_WICED_WithMountingHoles
-Footprint for the Adafruit Feather WICED Wifi board, https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi
-Adafruit Feather WICED Wifi
-0
-29
-29
-Module
-Adafruit_Feather_WithMountingHoles
-Common footprint for the Adafruit Feather series of boards, https://learn.adafruit.com/adafruit-feather/feather-specification
-Adafruit Feather
-0
-28
-28
-Module
-Adafruit_HUZZAH_ESP8266_breakout
-32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471
-ESP8266 WiFi microcontroller
-0
-20
-20
-Module
-Adafruit_HUZZAH_ESP8266_breakout_WithMountingHoles
-32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471
-ESP8266 WiFi microcontroller
-0
-20
-20
-Module
-Arduino_Nano
-Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf
-Arduino Nano
-0
-30
-30
-Module
-Arduino_Nano_WithMountingHoles
-Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf
-Arduino Nano
-0
-30
-30
-Module
-Arduino_UNO_R2
-Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf
-Arduino UNO R2
-0
-30
-30
-Module
-Arduino_UNO_R2_WithMountingHoles
-Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf
-Arduino UNO R2
-0
-30
-30
-Module
-Arduino_UNO_R3
-Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf
-Arduino UNO R3
-0
-32
-32
-Module
-Arduino_UNO_R3_WithMountingHoles
-Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf
-Arduino UNO R3
-0
-32
-32
-Module
-BeagleBoard_PocketBeagle
-PocketBeagle, https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#71_Expansion_Header_Connectors
-PocketBeagle
-0
-72
-72
-Module
-Carambola2
-8devices Carambola2, OpenWRT, industrial SoM computer, https://www.8devices.com/media/products/carambola2/downloads/carambola2-datasheet.pdf
-carambola2 8devices
-0
-104
-52
-Module
-Electrosmith_Daisy_Seed
-Embedded platform for audio applications. 96kHz / 24-bit audio hardware. 64MB of SDRAM for up to 10 minute long audio. ARM Cortex-M7 MCU, running at 480MHz. 31 total GPIO pins with configurable functionality. 12-bit Digital to Analog Converters (x2). SD card interfaces. PWM outputs. Serial Protocols for connecting external sensors and devices (SPI, UART, I2S, I2C). Dedicated VIN pin for power. Micro USB port, and additional USB pins for full OTG-support as host and device. https://static1.squarespace.com/static/58d03fdc1b10e3bf442567b8/t/6227e6236f02fb68d1577146/1646781988478/Daisy_Seed_datasheet_v1.0.3.pdf
-Electrosmith Daisy Seed Microcontroller Module ARM Cortex-M7 Audio Codec
-0
-40
-40
-Module
-Flipper_Zero_Angled
-Connector for Flipper Zero Straight https://docs.flipper.net/development/hardware/modules-blueprints
-Flipper Zero
-0
-18
-18
-Module
-Flipper_Zero_Straight
-Connector for Flipper Zero Straight https://docs.flipper.net/development/hardware/modules-blueprints
-Flipper Zero
-0
-18
-18
-Module
-Google_Coral_SMT_TPU_Module
-Google_Coral_SMT_TPU_Module (https://coral.ai/static/files/Coral-Accelerator-Module-datasheet.pdf)
-Google_Coral TPU Module
-0
-120
-120
-Module
-Maple_Mini
-Maple Mini, http://docs.leaflabs.com/static.leaflabs.com/pub/leaflabs/maple-docs/0.0.12/hardware/maple-mini.html
-Maple Mini
-0
-40
-40
-Module
-Olimex_MOD-WIFI-ESP8266-DEV
-ESP8266 development board https://www.olimex.com/Products/IoT/ESP8266/MOD-WIFI-ESP8266-DEV/resources/dimensions-WIFI-ESP8266-DEV.png
-ESP8266
-0
-22
-22
-Module
-Onion_Omega2+
-https://onion.io/omega2/
-Omega Onion module
-0
-32
-32
-Module
-Onion_Omega2S
-https://github.com/OnionIoT/Omega2/raw/master/Documents/Omega2S%20Datasheet.pdf
-onion omega module
-0
-89
-64
-Module
-Pololu_Breakout-16_15.2x20.3mm
-Pololu Breakout 16-pin 15.2x20.3mm 0.6x0.8
-Pololu Breakout
-0
-16
-16
-Module
-RaspberryPi_Pico_Common_SMD
-Raspberry Pi Pico common (Pico & Pico W) surface-mount footprint for reflow or hand soldering, supports Raspberry Pi Pico 2, https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf
-module usb pcb antenna
-0
-80
-40
-Module
-RaspberryPi_Pico_Common_THT
-Raspberry Pi Pico common (Pico & Pico W) through-hole footprint, supports Raspberry Pi Pico 2, default socketed model has height of 8.51mm, https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf
-module usb pcb antenna
-0
-40
-40
-Module
-RaspberryPi_Pico_Common_Unspecified
-Raspberry Pi Pico versatile common (Pico & Pico W) footprint for surface-mount or through-hole hand soldering, supports Raspberry Pi Pico 2, default socketed model has height of 8.51mm, https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf
-module usb pcb antenna
-0
-80
-40
-Module
-RaspberryPi_Pico_SMD
-Raspberry Pi Pico (non-W) surface-mount footprint for reflow soldering with test points and debug pads, supports Raspberry Pi Pico 2 (non-W), https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf
-module usb pcb swd
-0
-96
-49
-Module
-RaspberryPi_Pico_SMD_HandSolder
-Raspberry Pi Pico (non-W) surface-mount footprint with debug pads for hand soldering, supports Raspberry Pi Pico 2 (non-W), https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf
-module usb pcb swd
-0
-86
-43
-Module
-RaspberryPi_Pico_W_SMD
-Raspberry Pi Pico W surface-mount footprint for reflow soldering with test points and debug pads (not compatible with non-wireless Pico), supports Raspberry Pi Pico 2 W, https://datasheets.raspberrypi.com/picow/pico-w-datasheet.pdf
-module usb pcb swd antenna
-0
-93
-49
-Module
-RaspberryPi_Pico_W_SMD_HandSolder
-Raspberry Pi Pico W surface-mount footprint with debug pads for hand soldering (not compatible with non-wireless Pico), supports Raspberry Pi Pico 2 W, https://datasheets.raspberrypi.com/picow/pico-w-datasheet.pdf
-module usb pcb swd antenna
-0
-83
-43
-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
-MAIX Dual Core RISC-V MCU, https://dl.sipeed.com/MAIX/HDK/Sipeed-M1&M1W/Specifications
-AI Kendryte K210 RISC-V
-0
-85
-72
-Module
-Sipeed-M1W
-MAIX RISC-V Dual Core MCU with wifi, https://dl.sipeed.com/MAIX/HDK/Sipeed-M1&M1W/Specifications
-AI Kendryte K210 RISC-V
-0
-85
-72
-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
-Motors
-Vybronics_VZ30C1T8219732L
-Vibration motor, 2.3-3.2V, 14000rpm, 0.7G, https://www.vybronics.com/wp-content/uploads/datasheet-files/Vybronics-VZ30C1T8219732L-datasheet.pdf
-vibration motor Vybronics
-0
-12
-3
-MountingEquipment
-DINRailAdapter_3xM3_PhoenixContact_1201578
-https://www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=1201578&library=usen&tab=1
-DIN rail adapter universal three M3 clearance holes
-0
-0
-0
-MountingHole
-MountingHole_2.1mm
-Mounting Hole 2.1mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_2.2mm_M2
-Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2
-0
-0
-0
-MountingHole
-MountingHole_2.2mm_M2_DIN965
-Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 DIN965
-0
-0
-0
-MountingHole
-MountingHole_2.2mm_M2_DIN965_Pad
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 DIN965
-0
-1
-1
-MountingHole
-MountingHole_2.2mm_M2_DIN965_Pad_TopBottom
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 DIN965
-0
-3
-1
-MountingHole
-MountingHole_2.2mm_M2_DIN965_Pad_TopOnly
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 DIN965
-0
-2
-1
-MountingHole
-MountingHole_2.2mm_M2_ISO7380
-Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 ISO7380
-0
-0
-0
-MountingHole
-MountingHole_2.2mm_M2_ISO7380_Pad
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 ISO7380
-0
-1
-1
-MountingHole
-MountingHole_2.2mm_M2_ISO7380_Pad_TopBottom
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 ISO7380
-0
-3
-1
-MountingHole
-MountingHole_2.2mm_M2_ISO7380_Pad_TopOnly
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 ISO7380
-0
-2
-1
-MountingHole
-MountingHole_2.2mm_M2_ISO14580
-Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 ISO14580
-0
-0
-0
-MountingHole
-MountingHole_2.2mm_M2_ISO14580_Pad
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 ISO14580
-0
-1
-1
-MountingHole
-MountingHole_2.2mm_M2_ISO14580_Pad_TopBottom
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 ISO14580
-0
-3
-1
-MountingHole
-MountingHole_2.2mm_M2_ISO14580_Pad_TopOnly
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2 ISO14580
-0
-2
-1
-MountingHole
-MountingHole_2.2mm_M2_Pad
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2
-0
-1
-1
-MountingHole
-MountingHole_2.2mm_M2_Pad_TopBottom
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2
-0
-3
-1
-MountingHole
-MountingHole_2.2mm_M2_Pad_TopOnly
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2
-0
-2
-1
-MountingHole
-MountingHole_2.2mm_M2_Pad_Via
-Mounting Hole 2.2mm, M2, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2
-0
-9
-1
-MountingHole
-MountingHole_2.5mm
-Mounting Hole 2.5mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_2.5mm_Pad
-Mounting Hole 2.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_2.5mm_Pad_TopBottom
-Mounting Hole 2.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_2.5mm_Pad_TopOnly
-Mounting Hole 2.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_2.5mm_Pad_Via
-Mounting Hole 2.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_2.7mm
-Mounting Hole 2.7mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_2.7mm_M2.5
-Mounting Hole 2.7mm, M2.5, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5
-0
-0
-0
-MountingHole
-MountingHole_2.7mm_M2.5_DIN965
-Mounting Hole 2.7mm, M2.5, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 DIN965
-0
-0
-0
-MountingHole
-MountingHole_2.7mm_M2.5_DIN965_Pad
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 DIN965
-0
-1
-1
-MountingHole
-MountingHole_2.7mm_M2.5_DIN965_Pad_TopBottom
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 DIN965
-0
-3
-1
-MountingHole
-MountingHole_2.7mm_M2.5_DIN965_Pad_TopOnly
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 DIN965
-0
-2
-1
-MountingHole
-MountingHole_2.7mm_M2.5_ISO7380
-Mounting Hole 2.7mm, M2.5, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 ISO7380
-0
-0
-0
-MountingHole
-MountingHole_2.7mm_M2.5_ISO7380_Pad
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 ISO7380
-0
-1
-1
-MountingHole
-MountingHole_2.7mm_M2.5_ISO7380_Pad_TopBottom
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 ISO7380
-0
-3
-1
-MountingHole
-MountingHole_2.7mm_M2.5_ISO7380_Pad_TopOnly
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 ISO7380
-0
-2
-1
-MountingHole
-MountingHole_2.7mm_M2.5_ISO14580
-Mounting Hole 2.7mm, M2.5, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 ISO14580
-0
-0
-0
-MountingHole
-MountingHole_2.7mm_M2.5_ISO14580_Pad
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 ISO14580
-0
-1
-1
-MountingHole
-MountingHole_2.7mm_M2.5_ISO14580_Pad_TopBottom
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 ISO14580
-0
-3
-1
-MountingHole
-MountingHole_2.7mm_M2.5_ISO14580_Pad_TopOnly
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5 ISO14580
-0
-2
-1
-MountingHole
-MountingHole_2.7mm_M2.5_Pad
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5
-0
-1
-1
-MountingHole
-MountingHole_2.7mm_M2.5_Pad_TopBottom
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5
-0
-3
-1
-MountingHole
-MountingHole_2.7mm_M2.5_Pad_TopOnly
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5
-0
-2
-1
-MountingHole
-MountingHole_2.7mm_M2.5_Pad_Via
-Mounting Hole 2.7mm, M2.5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M2.5
-0
-9
-1
-MountingHole
-MountingHole_2.7mm_Pad
-Mounting Hole 2.7mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_2.7mm_Pad_TopBottom
-Mounting Hole 2.7mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_2.7mm_Pad_TopOnly
-Mounting Hole 2.7mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_2.7mm_Pad_Via
-Mounting Hole 2.7mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_2mm
-Mounting Hole 2mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_3.2mm_M3
-Mounting Hole 3.2mm, M3, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3
-0
-0
-0
-MountingHole
-MountingHole_3.2mm_M3_DIN965
-Mounting Hole 3.2mm, M3, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 DIN965
-0
-0
-0
-MountingHole
-MountingHole_3.2mm_M3_DIN965_Pad
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 DIN965
-0
-1
-1
-MountingHole
-MountingHole_3.2mm_M3_DIN965_Pad_TopBottom
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 DIN965
-0
-3
-1
-MountingHole
-MountingHole_3.2mm_M3_DIN965_Pad_TopOnly
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 DIN965
-0
-2
-1
-MountingHole
-MountingHole_3.2mm_M3_ISO7380
-Mounting Hole 3.2mm, M3, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 ISO7380
-0
-0
-0
-MountingHole
-MountingHole_3.2mm_M3_ISO7380_Pad
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 ISO7380
-0
-1
-1
-MountingHole
-MountingHole_3.2mm_M3_ISO7380_Pad_TopBottom
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 ISO7380
-0
-3
-1
-MountingHole
-MountingHole_3.2mm_M3_ISO7380_Pad_TopOnly
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 ISO7380
-0
-2
-1
-MountingHole
-MountingHole_3.2mm_M3_ISO14580
-Mounting Hole 3.2mm, M3, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 ISO14580
-0
-0
-0
-MountingHole
-MountingHole_3.2mm_M3_ISO14580_Pad
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 ISO14580
-0
-1
-1
-MountingHole
-MountingHole_3.2mm_M3_ISO14580_Pad_TopBottom
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 ISO14580
-0
-3
-1
-MountingHole
-MountingHole_3.2mm_M3_ISO14580_Pad_TopOnly
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3 ISO14580
-0
-2
-1
-MountingHole
-MountingHole_3.2mm_M3_Pad
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3
-0
-1
-1
-MountingHole
-MountingHole_3.2mm_M3_Pad_TopBottom
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3
-0
-3
-1
-MountingHole
-MountingHole_3.2mm_M3_Pad_TopOnly
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3
-0
-2
-1
-MountingHole
-MountingHole_3.2mm_M3_Pad_Via
-Mounting Hole 3.2mm, M3, generated by kicad-footprint-generator mountinghole.py
-mountinghole M3
-0
-9
-1
-MountingHole
-MountingHole_3.5mm
-Mounting Hole 3.5mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_3.5mm_Pad
-Mounting Hole 3.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_3.5mm_Pad_TopBottom
-Mounting Hole 3.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_3.5mm_Pad_TopOnly
-Mounting Hole 3.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_3.5mm_Pad_Via
-Mounting Hole 3.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_3.7mm
-Mounting Hole 3.7mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_3.7mm_Pad
-Mounting Hole 3.7mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_3.7mm_Pad_TopBottom
-Mounting Hole 3.7mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_3.7mm_Pad_TopOnly
-Mounting Hole 3.7mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_3.7mm_Pad_Via
-Mounting Hole 3.7mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_3mm
-Mounting Hole 3mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_3mm_Pad
-Mounting Hole 3mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_3mm_Pad_TopBottom
-Mounting Hole 3mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_3mm_Pad_TopOnly
-Mounting Hole 3mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_3mm_Pad_Via
-Mounting Hole 3mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_4.3mm_M4
-Mounting Hole 4.3mm, M4, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4
-0
-0
-0
-MountingHole
-MountingHole_4.3mm_M4_DIN965
-Mounting Hole 4.3mm, M4, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 DIN965
-0
-0
-0
-MountingHole
-MountingHole_4.3mm_M4_DIN965_Pad
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 DIN965
-0
-1
-1
-MountingHole
-MountingHole_4.3mm_M4_DIN965_Pad_TopBottom
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 DIN965
-0
-3
-1
-MountingHole
-MountingHole_4.3mm_M4_DIN965_Pad_TopOnly
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 DIN965
-0
-2
-1
-MountingHole
-MountingHole_4.3mm_M4_ISO7380
-Mounting Hole 4.3mm, M4, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 ISO7380
-0
-0
-0
-MountingHole
-MountingHole_4.3mm_M4_ISO7380_Pad
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 ISO7380
-0
-1
-1
-MountingHole
-MountingHole_4.3mm_M4_ISO7380_Pad_TopBottom
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 ISO7380
-0
-3
-1
-MountingHole
-MountingHole_4.3mm_M4_ISO7380_Pad_TopOnly
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 ISO7380
-0
-2
-1
-MountingHole
-MountingHole_4.3mm_M4_ISO14580
-Mounting Hole 4.3mm, M4, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 ISO14580
-0
-0
-0
-MountingHole
-MountingHole_4.3mm_M4_ISO14580_Pad
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 ISO14580
-0
-1
-1
-MountingHole
-MountingHole_4.3mm_M4_ISO14580_Pad_TopBottom
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 ISO14580
-0
-3
-1
-MountingHole
-MountingHole_4.3mm_M4_ISO14580_Pad_TopOnly
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4 ISO14580
-0
-2
-1
-MountingHole
-MountingHole_4.3mm_M4_Pad
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4
-0
-1
-1
-MountingHole
-MountingHole_4.3mm_M4_Pad_TopBottom
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4
-0
-3
-1
-MountingHole
-MountingHole_4.3mm_M4_Pad_TopOnly
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole M4
-0
-2
-1
-MountingHole
-MountingHole_4.3mm_M4_Pad_Via
-Mounting Hole 4.3mm, M4, generated by kicad-footprint-generator mountinghole.py
-mountinghole 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, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_4.5mm_Pad
-Mounting Hole 4.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_4.5mm_Pad_TopBottom
-Mounting Hole 4.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_4.5mm_Pad_TopOnly
-Mounting Hole 4.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_4.5mm_Pad_Via
-Mounting Hole 4.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_4mm
-Mounting Hole 4mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_4mm_Pad
-Mounting Hole 4mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_4mm_Pad_TopBottom
-Mounting Hole 4mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_4mm_Pad_TopOnly
-Mounting Hole 4mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_4mm_Pad_Via
-Mounting Hole 4mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_5.3mm_M5
-Mounting Hole 5.3mm, M5, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5
-0
-0
-0
-MountingHole
-MountingHole_5.3mm_M5_DIN965
-Mounting Hole 5.3mm, M5, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 DIN965
-0
-0
-0
-MountingHole
-MountingHole_5.3mm_M5_DIN965_Pad
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 DIN965
-0
-1
-1
-MountingHole
-MountingHole_5.3mm_M5_DIN965_Pad_TopBottom
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 DIN965
-0
-3
-1
-MountingHole
-MountingHole_5.3mm_M5_DIN965_Pad_TopOnly
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 DIN965
-0
-2
-1
-MountingHole
-MountingHole_5.3mm_M5_ISO7380
-Mounting Hole 5.3mm, M5, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 ISO7380
-0
-0
-0
-MountingHole
-MountingHole_5.3mm_M5_ISO7380_Pad
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 ISO7380
-0
-1
-1
-MountingHole
-MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 ISO7380
-0
-3
-1
-MountingHole
-MountingHole_5.3mm_M5_ISO7380_Pad_TopOnly
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 ISO7380
-0
-2
-1
-MountingHole
-MountingHole_5.3mm_M5_ISO14580
-Mounting Hole 5.3mm, M5, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 ISO14580
-0
-0
-0
-MountingHole
-MountingHole_5.3mm_M5_ISO14580_Pad
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 ISO14580
-0
-1
-1
-MountingHole
-MountingHole_5.3mm_M5_ISO14580_Pad_TopBottom
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 ISO14580
-0
-3
-1
-MountingHole
-MountingHole_5.3mm_M5_ISO14580_Pad_TopOnly
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5 ISO14580
-0
-2
-1
-MountingHole
-MountingHole_5.3mm_M5_Pad
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5
-0
-1
-1
-MountingHole
-MountingHole_5.3mm_M5_Pad_TopBottom
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5
-0
-3
-1
-MountingHole
-MountingHole_5.3mm_M5_Pad_TopOnly
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5
-0
-2
-1
-MountingHole
-MountingHole_5.3mm_M5_Pad_Via
-Mounting Hole 5.3mm, M5, generated by kicad-footprint-generator mountinghole.py
-mountinghole M5
-0
-9
-1
-MountingHole
-MountingHole_5.5mm
-Mounting Hole 5.5mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_5.5mm_Pad
-Mounting Hole 5.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_5.5mm_Pad_TopBottom
-Mounting Hole 5.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_5.5mm_Pad_TopOnly
-Mounting Hole 5.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_5.5mm_Pad_Via
-Mounting Hole 5.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_5mm
-Mounting Hole 5mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_5mm_Pad
-Mounting Hole 5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_5mm_Pad_TopBottom
-Mounting Hole 5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_5mm_Pad_TopOnly
-Mounting Hole 5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_5mm_Pad_Via
-Mounting Hole 5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_6.4mm_M6
-Mounting Hole 6.4mm, M6, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6
-0
-0
-0
-MountingHole
-MountingHole_6.4mm_M6_DIN965
-Mounting Hole 6.4mm, M6, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 DIN965
-0
-0
-0
-MountingHole
-MountingHole_6.4mm_M6_DIN965_Pad
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 DIN965
-0
-1
-1
-MountingHole
-MountingHole_6.4mm_M6_DIN965_Pad_TopBottom
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 DIN965
-0
-3
-1
-MountingHole
-MountingHole_6.4mm_M6_DIN965_Pad_TopOnly
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 DIN965
-0
-2
-1
-MountingHole
-MountingHole_6.4mm_M6_ISO7380
-Mounting Hole 6.4mm, M6, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 ISO7380
-0
-0
-0
-MountingHole
-MountingHole_6.4mm_M6_ISO7380_Pad
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 ISO7380
-0
-1
-1
-MountingHole
-MountingHole_6.4mm_M6_ISO7380_Pad_TopBottom
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 ISO7380
-0
-3
-1
-MountingHole
-MountingHole_6.4mm_M6_ISO7380_Pad_TopOnly
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 ISO7380
-0
-2
-1
-MountingHole
-MountingHole_6.4mm_M6_ISO14580
-Mounting Hole 6.4mm, M6, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 ISO14580
-0
-0
-0
-MountingHole
-MountingHole_6.4mm_M6_ISO14580_Pad
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 ISO14580
-0
-1
-1
-MountingHole
-MountingHole_6.4mm_M6_ISO14580_Pad_TopBottom
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 ISO14580
-0
-3
-1
-MountingHole
-MountingHole_6.4mm_M6_ISO14580_Pad_TopOnly
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6 ISO14580
-0
-2
-1
-MountingHole
-MountingHole_6.4mm_M6_Pad
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6
-0
-1
-1
-MountingHole
-MountingHole_6.4mm_M6_Pad_TopBottom
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6
-0
-3
-1
-MountingHole
-MountingHole_6.4mm_M6_Pad_TopOnly
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6
-0
-2
-1
-MountingHole
-MountingHole_6.4mm_M6_Pad_Via
-Mounting Hole 6.4mm, M6, generated by kicad-footprint-generator mountinghole.py
-mountinghole M6
-0
-9
-1
-MountingHole
-MountingHole_6.5mm
-Mounting Hole 6.5mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_6.5mm_Pad
-Mounting Hole 6.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_6.5mm_Pad_TopBottom
-Mounting Hole 6.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_6.5mm_Pad_TopOnly
-Mounting Hole 6.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_6.5mm_Pad_Via
-Mounting Hole 6.5mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_6mm
-Mounting Hole 6mm, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-0
-0
-MountingHole
-MountingHole_6mm_Pad
-Mounting Hole 6mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-1
-1
-MountingHole
-MountingHole_6mm_Pad_TopBottom
-Mounting Hole 6mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-3
-1
-MountingHole
-MountingHole_6mm_Pad_TopOnly
-Mounting Hole 6mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-2
-1
-MountingHole
-MountingHole_6mm_Pad_Via
-Mounting Hole 6mm, generated by kicad-footprint-generator mountinghole.py
-mountinghole
-0
-9
-1
-MountingHole
-MountingHole_8.4mm_M8
-Mounting Hole 8.4mm, M8, no annular, generated by kicad-footprint-generator mountinghole.py
-mountinghole M8
-0
-0
-0
-MountingHole
-MountingHole_8.4mm_M8_Pad
-Mounting Hole 8.4mm, M8, generated by kicad-footprint-generator mountinghole.py
-mountinghole M8
-0
-1
-1
-MountingHole
-MountingHole_8.4mm_M8_Pad_TopBottom
-Mounting Hole 8.4mm, M8, generated by kicad-footprint-generator mountinghole.py
-mountinghole M8
-0
-3
-1
-MountingHole
-MountingHole_8.4mm_M8_Pad_TopOnly
-Mounting Hole 8.4mm, M8, generated by kicad-footprint-generator mountinghole.py
-mountinghole M8
-0
-2
-1
-MountingHole
-MountingHole_8.4mm_M8_Pad_Via
-Mounting Hole 8.4mm, M8, generated by kicad-footprint-generator mountinghole.py
-mountinghole M8
-0
-9
-1
-MountingHole
-ToolingHole_1.152mm
-Tooling Hole 1.152mm, 1.3mm solder mask, JLCPCB specification, https://jlcpcb.com/help/article/How-to-add-tooling-holes-for-PCB-assembly-order
-mounting
-0
-0
-0
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSE-ExternalM3_H5mm_9771050360
-Mounting Hardware, external M3, height 5, Wuerth electronics 9771050360 (https://www.we-online.com/components/products/datasheet/9771050360R.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://www.we-online.com/components/products/datasheet/9771060360R.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://www.we-online.com/components/products/datasheet/9771070360R.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://www.we-online.com/components/products/datasheet/9771080360R.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://www.we-online.com/components/products/datasheet/9771090360R.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://www.we-online.com/components/products/datasheet/9771100360R.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://www.we-online.com/components/products/datasheet/9771110360R.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://www.we-online.com/components/products/datasheet/9771120360R.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://www.we-online.com/components/products/datasheet/9771130360R.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://www.we-online.com/components/products/datasheet/9771140360R.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://www.we-online.com/components/products/datasheet/9771150360R.pdf), generated with kicad-footprint-generator
-Mounting M3 9771150360
-0
-6
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M1.6_H0.5mm_9774005633
-Mounting Hardware, inside through hole M1.6, height 0.5, Wuerth electronics 9774005633 (https://www.we-online.com/components/products/datasheet/9774005633R.pdf), generated with kicad-footprint-generator
-Mounting M1.6 9774005633
-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://www.we-online.com/components/products/datasheet/9774015633R.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://www.we-online.com/components/products/datasheet/9774010633R.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://www.we-online.com/components/products/datasheet/9774025633R.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://www.we-online.com/components/products/datasheet/97730256332R.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://www.we-online.com/components/products/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://www.we-online.com/components/products/datasheet/9774020633R.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://www.we-online.com/components/products/datasheet/97730356332R.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://www.we-online.com/components/products/datasheet/97730356334R.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://www.we-online.com/components/products/datasheet/97730356330R.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://www.we-online.com/components/products/datasheet/9774030633R.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://www.we-online.com/components/products/datasheet/97730306332R.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://www.we-online.com/components/products/datasheet/97730306330R.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://www.we-online.com/components/products/datasheet/97730456332R.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://www.we-online.com/components/products/datasheet/97730456334R.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://www.we-online.com/components/products/datasheet/97730456330R.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://www.we-online.com/components/products/datasheet/97730406332R.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://www.we-online.com/components/products/datasheet/97730406334R.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://www.we-online.com/components/products/datasheet/97730406330R.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://www.we-online.com/components/products/datasheet/97730506332R.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://www.we-online.com/components/products/datasheet/97730506334R.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://www.we-online.com/components/products/datasheet/97730506330R.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://www.we-online.com/components/products/datasheet/97730606332R.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://www.we-online.com/components/products/datasheet/97730606334R.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://www.we-online.com/components/products/datasheet/97730606330R.pdf), generated with kicad-footprint-generator
-Mounting M1.6 97730606330
-0
-5
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H0.5mm_9774005151
-Mounting Hardware, inside through hole M2.5, height 0.5, Wuerth electronics 9774005151 (https://www.we-online.com/components/products/datasheet/9774005151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774005151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H1.5mm_9774015151
-Mounting Hardware, inside through hole M2.5, height 1.5, Wuerth electronics 9774015151 (https://www.we-online.com/components/products/datasheet/9774015151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774015151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H1mm_9774010151
-Mounting Hardware, inside through hole M2.5, height 1, Wuerth electronics 9774010151 (https://www.we-online.com/components/products/datasheet/9774010151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774010151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H2.5mm_9774025151
-Mounting Hardware, inside through hole M2.5, height 2.5, Wuerth electronics 9774025151 (https://www.we-online.com/components/products/datasheet/9774025151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774025151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H2.7mm_9774027151
-Mounting Hardware, inside through hole M2.5, height 2.7, Wuerth electronics 9774027151 (https://www.we-online.com/components/products/datasheet/9774027151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774027151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H2mm_9774020151
-Mounting Hardware, inside through hole M2.5, height 2, Wuerth electronics 9774020151 (https://www.we-online.com/components/products/datasheet/9774020151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774020151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H3.5mm_9774035151
-Mounting Hardware, inside through hole M2.5, height 3.5, Wuerth electronics 9774035151 (https://www.we-online.com/components/products/datasheet/9774035151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774035151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H3mm_9774030151
-Mounting Hardware, inside through hole M2.5, height 3, Wuerth electronics 9774030151 (https://www.we-online.com/components/products/datasheet/9774030151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774030151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H4.5mm_9774045151
-Mounting Hardware, inside through hole M2.5, height 4.5, Wuerth electronics 9774045151 (https://www.we-online.com/components/products/datasheet/9774045151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774045151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H4mm_9774040151
-Mounting Hardware, inside through hole M2.5, height 4, Wuerth electronics 9774040151 (https://www.we-online.com/components/products/datasheet/9774040151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774040151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H5.5mm_9774055151
-Mounting Hardware, inside through hole M2.5, height 5.5, Wuerth electronics 9774055151 (https://www.we-online.com/components/products/datasheet/9774055151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774055151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H5mm_9774050151
-Mounting Hardware, inside through hole M2.5, height 5, Wuerth electronics 9774050151 (https://www.we-online.com/components/products/datasheet/9774050151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774050151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H6.5mm_9774065151
-Mounting Hardware, inside through hole M2.5, height 6.5, Wuerth electronics 9774065151 (https://www.we-online.com/components/products/datasheet/9774065151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774065151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H6mm_9774060151
-Mounting Hardware, inside through hole M2.5, height 6, Wuerth electronics 9774060151 (https://www.we-online.com/components/products/datasheet/9774060151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774060151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H7.5mm_9774075151
-Mounting Hardware, inside through hole M2.5, height 7.5, Wuerth electronics 9774075151 (https://www.we-online.com/components/products/datasheet/9774075151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774075151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H7mm_9774070151
-Mounting Hardware, inside through hole M2.5, height 7, Wuerth electronics 9774070151 (https://www.we-online.com/components/products/datasheet/9774070151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774070151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H8.5mm_9774085151
-Mounting Hardware, inside through hole M2.5, height 8.5, Wuerth electronics 9774085151 (https://www.we-online.com/components/products/datasheet/9774085151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774085151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H8mm_9774080151
-Mounting Hardware, inside through hole M2.5, height 8, Wuerth electronics 9774080151 (https://www.we-online.com/components/products/datasheet/9774080151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774080151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H9.5mm_9774095151
-Mounting Hardware, inside through hole M2.5, height 9.5, Wuerth electronics 9774095151 (https://www.we-online.com/components/products/datasheet/9774095151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774095151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H9mm_9774090151
-Mounting Hardware, inside through hole M2.5, height 9, Wuerth electronics 9774090151 (https://www.we-online.com/components/products/datasheet/9774090151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774090151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2.5_H10mm_9774100151
-Mounting Hardware, inside through hole M2.5, height 10, Wuerth electronics 9774100151 (https://www.we-online.com/components/products/datasheet/9774100151R.pdf), generated with kicad-footprint-generator
-Mounting M2.5 9774100151
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2_H0.5mm_9774005243
-Mounting Hardware, inside through hole M2, height 0.5, Wuerth electronics 9774005243 (https://www.we-online.com/components/products/datasheet/9774005243R.pdf), generated with kicad-footprint-generator
-Mounting M2 9774005243
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M2_H1.5mm_9774015243
-Mounting Hardware, inside through hole M2, height 1.5, Wuerth electronics 9774015243 (https://www.we-online.com/components/products/datasheet/9774015243R.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://www.we-online.com/components/products/datasheet/9774010243R.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://www.we-online.com/components/products/datasheet/9774025243R.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://www.we-online.com/components/products/datasheet/9774020243R.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://www.we-online.com/components/products/datasheet/9774035243R.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://www.we-online.com/components/products/datasheet/9774030243R.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://www.we-online.com/components/products/datasheet/9774045243R.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://www.we-online.com/components/products/datasheet/9774040243R.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://www.we-online.com/components/products/datasheet/9774050243R.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://www.we-online.com/components/products/datasheet/9774060243R.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://www.we-online.com/components/products/datasheet/9774070243R.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://www.we-online.com/components/products/datasheet/9774080243R.pdf), generated with kicad-footprint-generator
-Mounting M2 9774080243
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M3_H0.5mm_9774005360
-Mounting Hardware, inside through hole M3, height 0.5, Wuerth electronics 9774005360 (https://www.we-online.com/components/products/datasheet/9774005360R.pdf), generated with kicad-footprint-generator
-Mounting M3 9774005360
-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://www.we-online.com/components/products/datasheet/9774015360R.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://www.we-online.com/components/products/datasheet/9774010360R.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://www.we-online.com/components/products/datasheet/9774025360R.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://www.we-online.com/components/products/datasheet/9774020360R.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://www.we-online.com/components/products/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://www.we-online.com/components/products/datasheet/9774040360R.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://www.we-online.com/components/products/datasheet/9774050360R.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://www.we-online.com/components/products/datasheet/9774060360R.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://www.we-online.com/components/products/datasheet/9774070360R.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://www.we-online.com/components/products/datasheet/9774080360R.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://www.we-online.com/components/products/datasheet/9774090360R.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://www.we-online.com/components/products/datasheet/9774100360R.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://www.we-online.com/components/products/datasheet/9774110360R.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://www.we-online.com/components/products/datasheet/9774120360R.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://www.we-online.com/components/products/datasheet/9774130360R.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://www.we-online.com/components/products/datasheet/9774140360R.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://www.we-online.com/components/products/datasheet/9774150360R.pdf), generated with kicad-footprint-generator
-Mounting M3 9774150360
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M3_H16mm_9774160360
-Mounting Hardware, inside through hole M3, height 16, Wuerth electronics 9774160360 (https://www.we-online.com/components/products/datasheet/9774160360R.pdf), generated with kicad-footprint-generator
-Mounting M3 9774160360
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H1mm_9774010482
-Mounting Hardware, inside through hole M4, height 1, Wuerth electronics 9774010482 (https://www.we-online.com/components/products/datasheet/9774010482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774010482
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H2mm_9774020482
-Mounting Hardware, inside through hole M4, height 2, Wuerth electronics 9774020482 (https://www.we-online.com/components/products/datasheet/9774020482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774020482
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H3mm_9774030482
-Mounting Hardware, inside through hole M4, height 3, Wuerth electronics 9774030482 (https://www.we-online.com/components/products/datasheet/9774030482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774030482
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H4mm_9774040482
-Mounting Hardware, inside through hole M4, height 4, Wuerth electronics 9774040482 (https://www.we-online.com/components/products/datasheet/9774040482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774040482
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H5mm_9774050482
-Mounting Hardware, inside through hole M4, height 5, Wuerth electronics 9774050482 (https://www.we-online.com/components/products/datasheet/9774050482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774050482
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H6mm_9774060482
-Mounting Hardware, inside through hole M4, height 6, Wuerth electronics 9774060482 (https://www.we-online.com/components/products/datasheet/9774060482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774060482
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H7mm_9774070482
-Mounting Hardware, inside through hole M4, height 7, Wuerth electronics 9774070482 (https://www.we-online.com/components/products/datasheet/9774070482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774070482
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H8mm_9774080482
-Mounting Hardware, inside through hole M4, height 8, Wuerth electronics 9774080482 (https://www.we-online.com/components/products/datasheet/9774080482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774080482
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H9mm_9774090482
-Mounting Hardware, inside through hole M4, height 9, Wuerth electronics 9774090482 (https://www.we-online.com/components/products/datasheet/9774090482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774090482
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMSI-M4_H10mm_9774100482
-Mounting Hardware, inside through hole M4, height 10, Wuerth electronics 9774100482 (https://www.we-online.com/components/products/datasheet/9774100482R.pdf), generated with kicad-footprint-generator
-Mounting M4 9774100482
-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://www.we-online.com/components/products/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://www.we-online.com/components/products/datasheet/9775031960R.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://www.we-online.com/components/products/datasheet/9775036960R.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://www.we-online.com/components/products/datasheet/9775041960R.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://www.we-online.com/components/products/datasheet/9775046960R.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://www.we-online.com/components/products/datasheet/9775051960R.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://www.we-online.com/components/products/datasheet/9775056960R.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://www.we-online.com/components/products/datasheet/9775066960R.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://www.we-online.com/components/products/datasheet/9775076960R.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://www.we-online.com/components/products/datasheet/9775086960R.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://www.we-online.com/components/products/datasheet/9775096960R.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://www.we-online.com/components/products/datasheet/9775106960R.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://www.we-online.com/components/products/datasheet/9775116960R.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://www.we-online.com/components/products/datasheet/9775026360R.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://www.we-online.com/components/products/datasheet/9775031360R.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://www.we-online.com/components/products/datasheet/9775036360R.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://www.we-online.com/components/products/datasheet/9775041360R.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://www.we-online.com/components/products/datasheet/9775046360R.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://www.we-online.com/components/products/datasheet/9775051360R.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://www.we-online.com/components/products/datasheet/9775056360R.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://www.we-online.com/components/products/datasheet/9775066360R.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://www.we-online.com/components/products/datasheet/9775076360R.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://www.we-online.com/components/products/datasheet/9775086360R.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://www.we-online.com/components/products/datasheet/9775096360R.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://www.we-online.com/components/products/datasheet/9775106360R.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://www.we-online.com/components/products/datasheet/9775116360R.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://www.we-online.com/components/products/datasheet/9776025960R.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://www.we-online.com/components/products/datasheet/9776020960R.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://www.we-online.com/components/products/datasheet/9776030960R.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://www.we-online.com/components/products/datasheet/9776040960R.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://www.we-online.com/components/products/datasheet/9776050960R.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://www.we-online.com/components/products/datasheet/9776060960R.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://www.we-online.com/components/products/datasheet/9776070960R.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://www.we-online.com/components/products/datasheet/9776080960R.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://www.we-online.com/components/products/datasheet/9776090960R.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://www.we-online.com/components/products/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://www.we-online.com/components/products/datasheet/9774015951R.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://www.we-online.com/components/products/datasheet/9774010951R.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://www.we-online.com/components/products/datasheet/9774025951R.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://www.we-online.com/components/products/datasheet/9774020951R.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://www.we-online.com/components/products/datasheet/9774030951R.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://www.we-online.com/components/products/datasheet/9774040951R.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://www.we-online.com/components/products/datasheet/9774055951R.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://www.we-online.com/components/products/datasheet/9774050951R.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://www.we-online.com/components/products/datasheet/9774065951R.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://www.we-online.com/components/products/datasheet/9774060951R.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://www.we-online.com/components/products/datasheet/9774070951R.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://www.we-online.com/components/products/datasheet/9774080951R.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://www.we-online.com/components/products/datasheet/9774090951R.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://www.we-online.com/components/products/datasheet/9774100951R.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://www.we-online.com/components/products/datasheet/9774015943R.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://www.we-online.com/components/products/datasheet/9774010943R.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://www.we-online.com/components/products/datasheet/9774025943R.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://www.we-online.com/components/products/datasheet/9774020943R.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://www.we-online.com/components/products/datasheet/9774035943R.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://www.we-online.com/components/products/datasheet/9774030943R.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://www.we-online.com/components/products/datasheet/9774045943R.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://www.we-online.com/components/products/datasheet/9774040943R.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://www.we-online.com/components/products/datasheet/9774050943R.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://www.we-online.com/components/products/datasheet/9774060943R.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://www.we-online.com/components/products/datasheet/9774070943R.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://www.we-online.com/components/products/datasheet/9774080943R.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://www.we-online.com/components/products/datasheet/9774015960R.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://www.we-online.com/components/products/datasheet/9774010960R.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://www.we-online.com/components/products/datasheet/9774025960R.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://www.we-online.com/components/products/datasheet/9774020960R.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://www.we-online.com/components/products/datasheet/9774030960R.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://www.we-online.com/components/products/datasheet/9774040960R.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://www.we-online.com/components/products/datasheet/9774050960R.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://www.we-online.com/components/products/datasheet/9774060960R.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://www.we-online.com/components/products/datasheet/9774070960R.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://www.we-online.com/components/products/datasheet/9774080960R.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://www.we-online.com/components/products/datasheet/9774090960R.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://www.we-online.com/components/products/datasheet/9774100960R.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://www.we-online.com/components/products/datasheet/9774110960R.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://www.we-online.com/components/products/datasheet/9774120960R.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://www.we-online.com/components/products/datasheet/9774130960R.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://www.we-online.com/components/products/datasheet/9774140960R.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://www.we-online.com/components/products/datasheet/9774150960R.pdf), generated with kicad-footprint-generator
-Mounting 3.3mm 9774150960
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WA-SMST-3.3mm_H16mm_9774160960
-Mounting Hardware, inside through hole 3.3mm, height 16, Wuerth electronics 9774160960 (https://www.we-online.com/components/products/datasheet/9774160960R.pdf), generated with kicad-footprint-generator
-Mounting 3.3mm 9774160960
-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://www.we-online.com/components/products/datasheet/9774010982R.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://www.we-online.com/components/products/datasheet/9774020982R.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://www.we-online.com/components/products/datasheet/9774030982R.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://www.we-online.com/components/products/datasheet/9774040982R.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://www.we-online.com/components/products/datasheet/9774050982R.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://www.we-online.com/components/products/datasheet/9774060982R.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://www.we-online.com/components/products/datasheet/9774070982R.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://www.we-online.com/components/products/datasheet/9774080982R.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://www.we-online.com/components/products/datasheet/9774090982R.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://www.we-online.com/components/products/datasheet/9774100982R.pdf), generated with kicad-footprint-generator
-Mounting 4.5mm 9774100982
-0
-8
-1
-Mounting_Wuerth
-Mounting_Wuerth_WP-SMRA-D3.3mm_L7mm_7466300_Horizontal
-Right-angle SMD mounting hardware, inside through hole 3.3mm, lenght 7mm, total height 5mm, Würth electronics 7466300 (https://www.we-online.com/components/products/datasheet/7466300.pdf)
-screw
-0
-4
-1
-Mounting_Wuerth
-Mounting_Wuerth_WP-SMRA-M3_L7mm_7466303_Horizontal
-Right-angle SMD mounting Hardware, inside threaded M3, length 7m, total height 5mm, Würth electronics 7466303 (https://www.we-online.com/components/products/datasheet/7466303.pdf)
-threaded screw
-0
-4
-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
-AMS_TSL25911FN
-DFN, 6 Pin (https://ams.com/documents/20143/9331680/TSL2591_DS000338_7-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-6
-6
-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-9160-003
-Broadcom DFN, 8 Pin (https://docs.broadcom.com/docs/APDS-9160-003-DS)
-proximity sensor avago
-0
-8
-8
-OptoDevice
-Broadcom_APDS-9301
-ambient light sensor, i2c interface, 6-pin chipled package, https://docs.broadcom.com/docs/AV02-2315EN
-ambient light sensor chipled
-0
-6
-6
-OptoDevice
-Broadcom_DFN-6_2x2mm_P0.65mm
-Broadcom DFN, 6 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py
-Broadcom DFN NoLead
-0
-6
-6
-OptoDevice
-Broadcom_LGA-8_2x2mm_P0.5mm
-Broadcom LGA, 8 Pin (https://docs.broadcom.com/doc/APDS-9251-001-DS#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py
-Broadcom LGA NoLead
-0
-8
-8
-OptoDevice
-Broadcom_LGA-8_2x2mm_P0.53mm
-Broadcom LGA, 8 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py
-Broadcom LGA NoLead
-0
-8
-8
-OptoDevice
-Everlight_IRM-H6xxT
-Everlight IRM-H6xxT infrared remote control receiver module, https://en.everlight.com/wp-content/plugins/ItemRelationship/product_files/pdf/DMO-0000004-IRM-H6XX-TR2_Series_Datasheet_V4.pdf
-everlight ir remote receiver
-0
-4
-4
-OptoDevice
-Everlight_ITR1201SR10AR
-package for Everlight ITR1201SR10AR, light-direction upwards, see https://www.everlight.com/file/ProductFile/ITR1201SR10AR-TR.pdf
-reflective opto couple photo coupler
-0
-4
-4
-OptoDevice
-Everlight_ITR8307
-package for Everlight ITR8307 with PCB cutout, light-direction upwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf
-refective opto couple photo coupler
-0
-4
-4
-OptoDevice
-Everlight_ITR8307F43
-package for Everlight ITR8307/F43, see https://everlighteurope.com/index.php?controller=attachment&id_attachment=5385
-refective opto couple photo coupler
-0
-4
-4
-OptoDevice
-Everlight_ITR8307_Reverse
-package for Everlight ITR8307 with PCB cutout, light-direction downwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf
-refective opto couple photo coupler
-0
-4
-4
-OptoDevice
-Everlight_ITR9608-F
-Fork-type photointerrupter (https://everlighteurope.com/index.php?controller=attachment&id_attachment=5389)
-Photointerrupter infrared LED
-0
-4
-4
-OptoDevice
-Finder_34.81
-Relay SPST, Finder Type 34.81 (opto relays/coupler), vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf
-Relay SPST Finder
-0
-4
-4
-OptoDevice
-Hamamatsu_C12880
-Hamamatsu spectrometer, see http://www.hamamatsu.com/resources/pdf/ssd/c12880ma_kacc1226e.pdf
-opto spectrometer Hamamatsu
-0
-10
-10
-OptoDevice
-Hamamatsu_S13360-30CS
-SiPM, 2pin
-Hamamatsu SiPM
-0
-2
-2
-OptoDevice
-Hamamatsu_S14160-6050HS
-Hamamatsu single MPPC, 6x6mm, 50um pixel pitch, 14331 pixels, 57% geometric fill factor, https://www.hamamatsu.com/content/dam/hamamatsu-photonics/sites/documents/99_SALES_LIBRARY/ssd/s14160_s14161_series_kapd1064e.pdf
-Hamamatsu MPPC photon counter SMD SiPM
-0
-8
-2
-OptoDevice
-Kingbright_KPS-3227
-3.2mmx2.7mm, light sensor, https://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-3227SP1C(Ver.16).pdf
-KPS-3227 Ambient Light Photo Sensor
-0
-4
-4
-OptoDevice
-Kingbright_KPS-5130
-http://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-5130PD7C(Ver.14).pdf
-KPS-5130 photodiode RGB sensor
-0
-4
-4
-OptoDevice
-Kingbright_KRC011_Horizontal
-Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf
-Subminiature Reflective Optical Sensor
-0
-4
-4
-OptoDevice
-Kingbright_KRC011_Vertical
-Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf
-Subminiature Reflective Optical Sensor
-0
-4
-4
-OptoDevice
-Kodenshi_LG206D
-http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG206D.pdf
-Photointerrupter infrared LED with photo IC
-0
-5
-5
-OptoDevice
-Kodenshi_LG206L
-http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG205L.pdf
-Photointerrupter infrared LED with photo IC
-0
-5
-5
-OptoDevice
-Kodenshi_SG105
-package for Kodenshi SG-105 with PCB cutout, light-direction upwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf
-refective opto couple photo coupler
-0
-4
-4
-OptoDevice
-Kodenshi_SG105F
-package for Kodenshi SG-105F, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105F.pdf
-refective opto couple photo coupler
-0
-4
-4
-OptoDevice
-Kodenshi_SG105_Reverse
-package for Kodenshi SG-105 with PCB cutout, light-direction downwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf
-refective opto couple photo coupler
-0
-4
-4
-OptoDevice
-LaserDiode_TO3.3-D3.3-3
-Laser Diode, TO-3.3mm, 3pin
-Laser Diode TO3.3
-0
-3
-3
-OptoDevice
-LaserDiode_TO5-D9-3
-Laser Diode, TO5-like (D=9mm), 3pin
-Laser Diode TO5-like
-0
-3
-3
-OptoDevice
-LaserDiode_TO18-D5.6-3
-Laser Diode, TO18-like (D=5.6mm), 3pin
-Laser Diode TO18-like
-0
-3
-3
-OptoDevice
-LaserDiode_TO38ICut-3
-Laser Diode, TO-38-ICut, 3pin
-Laser Diode TO38-ICut
-0
-3
-3
-OptoDevice
-LaserDiode_TO56-3
-Laser Diode, TO-56, 3pin
-Laser Diode TO56
-0
-3
-3
-OptoDevice
-Lightpipe_Bivar_RLP1-400-650
-1-way, 2.8mm lightpipe, 10mm lens output height, 17mm protrusion, https://www.bivar.com/parts_content/Datasheets/RLP1-XXX-XXX.pdf
-planar light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-100-F
-1-way, 3mm lightpipe, flat face, 3.8mm lens output height, 2.54mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-100-R
-1-way, 3mm lightpipe, round face, 3.8mm lens output height, 2.54mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-150-F
-1-way, 3mm lightpipe, flat face, 3.8mm lens output height, 3.81mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-150-R
-1-way, 3mm lightpipe, round face, 3.8mm lens output height, 3.81mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-200-R
-1-way, 3mm lightpipe, round face, 3.8mm lens output height, 5.08mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-250-F
-1-way, 3mm lightpipe, flat face, 3.8mm lens output height, 6.35mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-250-R
-1-way, 3mm lightpipe, round face, 3.8mm lens output height, 6.35mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-300-F
-1-way, 3mm lightpipe, flat face, 3.8mm lens output height, 7.62mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-300-R
-1-way, 3mm lightpipe, round face, 3.8mm lens output height, 7.62mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Bivar_SLP3-150-450-R
-1-way, 3mm lightpipe, round face, 3.8mm lens output height, 11.43mm protrusion, https://www.bivar.com/parts_content/Datasheets/SLP3-150-XXX-X.pdf
-light pipe 1 way 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Dialight_515-1064F
-https://www.dialightsignalsandcomponents.com/515-optopipe-light-pipe-trilevel-2-5mm-rnd-flat-diff-lens-press-fit/#tab-resources
-lightpipe triple tower right angle 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_LPF-C012303S
-https://www.lumex.com/spec/LPF-C012303S.pdf
-lightpipe dual tower right angle 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_LPF-C013301S
-https://www.lumex.com/spec/LPF-C013301S.pdf
-lightpipe triple tower right angle 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Mentor_1275.x00x
-https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf
-spherical light pipe 4 way 3mm PLCC-2 PLCC-4
-0
-0
-0
-OptoDevice
-Lightpipe_Mentor_1276.1004
-https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf
-spherical light pipe 4 way 3mm PLCC-2 PLCC-4
-0
-0
-0
-OptoDevice
-Lightpipe_Mentor_1276.2004
-https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf
-planar light pipe 4 way 3mm PLCC-2 PLCC-4
-0
-0
-0
-OptoDevice
-Lite-On_LTR-303ALS-01
-ambient light sensor, i2c interface, 6-pin chipled package, http://optoelectronics.liteon.com/upload/download/DS86-2013-0004/LTR-303ALS-01_DS_V1.pdf
-ambient light sensor chipled
-0
-6
-6
-OptoDevice
-Luna_NSL-32
-Optoisolator with LED and photoresistor
-optoisolator
-0
-4
-4
-OptoDevice
-Maxim_OLGA-14_3.3x5.6mm_P0.8mm
-https://pdfserv.maximintegrated.com/land_patterns/90-0602.PDF
-OLGA-14 OESIP-14
-0
-14
-14
-OptoDevice
-ONSemi_QSE15x
-3 Lead Plastic Package
-ONSemi QSE158 QSE159
-0
-3
-3
-OptoDevice
-OnSemi_CASE100AQ
-OnSemi CASE 100AQ for QRE1113, see https://www.onsemi.com/pub/Collateral/QRE1113-D.PDF
-reflective opto couple photo coupler
-0
-4
-4
-OptoDevice
-OnSemi_CASE100CY
-OnSemi CASE 100CY, light-direction upwards, see http://www.onsemi.com/pub/Collateral/QRE1113-D.PDF
-refective opto couple photo coupler
-0
-4
-4
-OptoDevice
-Osram_BP104-SMD
-PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.2x2.2mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5989350/BP%20104%20FAS_EN.pdf
-PhotoDiode plastic SMD DIL
-0
-6
-2
-OptoDevice
-Osram_BPW34S-SMD
-PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.65x2.65mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5488319/BPW%2034%20S_EN.pdf
-PhotoDiode plastic SMD DIL
-0
-6
-2
-OptoDevice
-Osram_BPW82
-PhotoDiode, BPW82, RM2.54
-PhotoDiode BPW82 RM2.54
-0
-2
-2
-OptoDevice
-Osram_DIL2_4.3x4.65mm_P5.08mm
-PhotoDiode, plastic DIL, 4.3x4.65mm², RM5.08
-PhotoDiode plastic DIL RM5.08
-0
-2
-2
-OptoDevice
-Osram_LPT80A
-PhotoTransistor, sidelooker package, RM2.54
-PhotoTransistor sidelooker package RM2.54
-0
-2
-2
-OptoDevice
-Osram_SFH9x0x
-package for Osram SFH9x0x series of reflective photo interrupters/couplers, see http://www.osram-os.com/Graphics/XPic6/00200860_0.pdf
-reflective photo interrupter SMD
-0
-6
-6
-OptoDevice
-Osram_SFH205
-PhotoDiode, SFH205, RM2.54
-PhotoDiode SFH205 RM2.54
-0
-2
-2
-OptoDevice
-Osram_SFH225
-PhotoDiode, SFH225, RM2.54
-PhotoDiode SFH225 RM2.54
-0
-2
-2
-OptoDevice
-Osram_SFH2201
-PhotoDiode, Clear Silicone, Osram TOPLED, 4x5.09mm, area: 2.85x2.85mm, Orientation mark at cathode, https://dammedia.osram.info/media/resource/hires/osram-dam-25688470/SFH%202201%20A01_EN.pdf
-PhotoDiode silicone
-0
-6
-2
-OptoDevice
-Osram_SFH2430
-PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.65x2.65mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5467144/SFH%202430_EN.pdf
-PhotoDiode plastic SMD DIL
-0
-6
-2
-OptoDevice
-Osram_SFH2440
-PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.65x2.65mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5467146/SFH%202440_EN.pdf
-PhotoDiode plastic SMD DIL
-0
-6
-2
-OptoDevice
-Osram_SFH3710
-Osram SHF3710 NPN phototransistor, SMD Chip LED package, 2.0 x 1.25mm, height 0.85mm, https://look.ams-osram.com/m/14a91a7e00106d22/original/SFH-3710.pdf
-phototransistor npn
-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
-Renesas_DFN-6_1.5x1.6mm_P0.5mm
-DFN, 6 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-hodfn-6pin-l615x16?language=en&r=568376)
-DFN NoLead
-0
-6
-6
-OptoDevice
-Rohm_RPR-0720
-Rohm DFN, 6 Pin (https://fscdn.rohm.com/en/products/databook/datasheet/opto/optical_sensor/photosensor/rpr-0720-e.pdf)
-proximity sensor rohm
-0
-6
-6
-OptoDevice
-ST_VL53L0X
-https://www.st.com/resource/en/datasheet/vl53l1x.pdf
-laser-ranging sensor
-0
-12
-12
-OptoDevice
-Sharp_GP2S700HCP
-Sharp GP2S700HCP, light-direction upwards, see: https://www.sharpsde.com/fileadmin/products/Optoelectronics/Isolation%20Devices/Specs_Photointerrupter/GP2S700HCP_03Oct05_DS_D3-A02201FEN.pdf
-refective opto couple photo coupler
-0
-4
-4
-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, https://www.vishay.com/docs/83751/cny70.pdf
-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
-OptoDevice
-Vishay_TCRT5000
-IR Reflective Optical Sensor with Transistor Output TCRT5000 https://www.vishay.com/docs/83760/tcrt5000.pdf
-IR Reflective Optical Sensor with Transistor Output TCRT5000 Vishay Distance Sensor
-0
-4
-4
-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
-Abracon ASE, Miniature Crystal Clock Oscillator, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.abracon.com/Oscillators/ASEseries.pdf
-SMD SMT crystal oscillator
-0
-4
-4
-Oscillator
-Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm_HandSoldering
-Abracon ASE, Miniature Crystal Clock Oscillator, 3.2x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.abracon.com/Oscillators/ASEseries.pdf
-SMD SMT crystal oscillator
-0
-4
-4
-Oscillator
-Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm
-Abracon ASV, Miniature Crystal Clock Oscillator, 7.0x5.1mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.abracon.com/Oscillators/ASV.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm_HandSoldering
-Abracon ASV, Miniature Crystal Clock Oscillator, 7.0x5.1mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.abracon.com/Oscillators/ASV.pdf
-
-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_RotB
-EuroQuartz XO32, Miniature Crystal Clock Oscillator, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm_RotB_HandSoldering
-EuroQuartz XO32, Miniature Crystal Clock Oscillator, 3.2x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm
-EuroQuartz XO53, Miniature Crystal Clock Oscillator, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm_HandSoldering
-EuroQuartz XO53, Miniature Crystal Clock Oscillator, 5.0x3.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm
-EuroQuartz XO91, Miniature Crystal Clock Oscillator, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm_HandSoldering
-EuroQuartz XO91, Miniature Crystal Clock Oscillator, 7.0x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS1-6Pin_14.8x9.1mm
-Fordahl DFA S1-KHZ/LHZ, Miniature Crystal Clock Oscillator TXCO, 14.8x9.1mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-6
-6
-Oscillator
-Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm
-Fordahl DFA S2-KS/LS/US, Miniature Crystal Clock Oscillator TXCO, 7.3x5.1mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm_HandSoldering
-Fordahl DFA S2-KS/LS/US, Miniature Crystal Clock Oscillator TXCO, 7.3x5.1mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm
-Fordahl DFA S3-KS/LS/US, Miniature Crystal Clock Oscillator TXCO, 9.1x7.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm_HandSoldering
-Fordahl DFA S3-KS/LS/US, Miniature Crystal Clock Oscillator TXCO, 9.1x7.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm
-Fordahl DFA S7-K/L, Miniature Crystal Clock Oscillator TXCO, 19.9x12.9mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm_HandSoldering
-Fordahl DFA S7-K/L, Miniature Crystal Clock Oscillator TXCO, 19.9x12.9mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm
-Fordahl DFA S11-OV/UOV, Miniature Crystal Clock Oscillator TXCO, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm_HandSoldering
-Fordahl DFA S11-OV/UOV, Miniature Crystal Clock Oscillator TXCO, 7.0x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm
-Fordahl DFA S15-OV/UOV, Ultraminiature Crystal Clock Oscillator TXCO, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm_HandSoldering
-Fordahl DFA S15-OV/UOV, Ultraminiature Crystal Clock Oscillator TXCO, 5.0x3.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-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 IQXO-70, Crystal Clock Oscillator, 7.5x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm_HandSoldering
-IQD IQXO-70, Crystal Clock Oscillator, 7.5x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf
-
-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
-Seiko Epson SG-210, Crystal Oscillator, 2.5x2.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm_HandSoldering
-Seiko Epson SG-210, Crystal Oscillator, 2.5x2.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED
-
-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
-Seiko Epson SG-8002CA, Crystal Oscillator, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm_HandSoldering
-Seiko Epson SG-8002CA, Crystal Oscillator, 7.0x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm
-Seiko Epson SG-8002CE, Crystal Oscillator, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm_HandSoldering
-Seiko Epson SG-8002CE, Crystal Oscillator, 3.2x2.5mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm
-Seiko Epson SG-8002JA, Crystal Oscillator, 14.0x8.7mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm_HandSoldering
-Seiko Epson SG-8002JA, Crystal Oscillator, 14.0x8.7mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm
-Seiko Epson SG-8002JC, Crystal Oscillator, 10.5x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm_HandSoldering
-Seiko Epson SG-8002JC, Crystal Oscillator, 10.5x5.0mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm
-Seiko Epson SG-8002LB, Crystal Oscillator, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm_HandSoldering
-Seiko Epson SG-8002LB, Crystal Oscillator, 5.0x3.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SeikoEpson_TG2520SMN-xxx-xxxxxx-4Pin_2.5x2.0mm
-Miniature Crystal Clock Oscillator TG2520 series, https://support.epson.biz/td/api/doc_check.php?dl=app_TG2520SMN&lang=en
-Miniature Crystal Clock Oscillator TG2520 series SMD SMT
-0
-4
-4
-Oscillator
-Oscillator_SMD_SiT_PQFN-4Pin_2.0x1.6mm
-SiTime SiT8008B, MEMS programmable oscillator, 2.0x1.6mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.sitime.com/datasheet/SiT8008 page 10
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SiT_PQFN-4Pin_2.5x2.0mm
-SiTime SiT8008B, MEMS programmable oscillator, 2.5x2.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.sitime.com/datasheet/SiT8008 page 10
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SiT_PQFN-4Pin_3.2x2.5mm
-SiTime SiT8008B, MEMS programmable oscillator, 3.2x2.5mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.sitime.com/datasheet/SiT8008 page 11
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SiT_PQFN-4Pin_5.0x3.2mm
-SiTime SiT8008B, MEMS programmable oscillator, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.sitime.com/datasheet/SiT8008 page 11
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SiT_PQFN-4Pin_7.0x5.0mm
-SiTime SiT8008B, MEMS programmable oscillator, 7.0x5.0mm package, SMD, generated with kicad-footprint-generator make_crystal.py, https://www.sitime.com/datasheet/SiT8008 page 12
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_SiTime_PQFD-6L_3.2x2.5mm
-3.2x2.5mm, 6-pin QFN (https://www.sitime.com/datasheet/SiT9365 page 13)
-SMD SMT mems oscillator
-0
-6
-6
-Oscillator
-Oscillator_SMD_SiTime_SiT9121-6Pin_3.2x2.5mm
-3.2x2.5mm, 1-220MHz High Performance Differential Oscillator SiTime SiT9121 https://www.sitime.com/datasheet/SiT9121
-SMD SMT crystal oscillator
-0
-6
-6
-Oscillator
-Oscillator_SMD_Silicon_Labs_LGA-6_2.5x3.2mm_P1.25mm
-Silicon_Labs LGA, 6 Pin (https://www.silabs.com/documents/public/data-sheets/si512-13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Silicon_Labs LGA NoLead
-0
-6
-6
-Oscillator
-Oscillator_SMD_TCXO_G158
-TCXO
-TCXO
-0
-4
-4
-Oscillator
-Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm
-TXC 7C, Miniature Crystal Clock Oscillator, 5.0x3.2mm package, SMD, generated with kicad-footprint-generator make_crystal.py, http://www.txccorp.com/download/products/osc/7C_o.pdf
-
-0
-4
-4
-Oscillator
-Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm_HandSoldering
-TXC 7C, Miniature Crystal Clock Oscillator, 5.0x3.2mm package, SMD, hand-soldering, generated with kicad-footprint-generator make_crystal.py, http://www.txccorp.com/download/products/osc/7C_o.pdf
-
-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
-Alliance_TFBGA-36_6x8mm_Layout6x8_P0.75mm
-Alliance TFBGA-36, NSMD, 6.0x8.0mm, 36 Ball, 6x8 Layout, 0.75mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.alliancememory.com/wp-content/uploads/pdf/AS6C1008_Mar_2023V1.2.pdf#page=13
-BGA 36 0.75 36-ball FBGA
-0
-36
-36
-Package_BGA
-Alliance_TFBGA-54_8x8mm_Layout9x9_P0.8mm
-Alliance TFBGA 54 pins, 8x8mm, 54 Ball, 9x9 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.alliancememory.com/wp-content/uploads/pdf/dram/Alliance_Memory_64M-AS4C4M16SA-CI_v5.0_October_2018.pdf#page=54
-BGA 54 0.8
-0
-54
-54
-Package_BGA
-Analog_BGA-28_4x6.25mm_Layout4x7_P0.8mm
-Analog BGA-28, 0.4mm pad, 4.0x6.25mm, 28 Ball, 4x7 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.analog.com/media/en/technical-documentation/data-sheets/8063fa.pdf
-BGA 28 0.8
-0
-28
-28
-Package_BGA
-Analog_BGA-49_6.25x6.25mm_Layout7x7_P0.8mm
-Analog BGA-49, 6.25x6.25mm, 49 Ball, 7x7 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-bga/05081600_0_bga49.pdf https://www.analog.com/media/en/technical-documentation/product-information/assembly-considerations-for-umodule-bga-lga-package.pdf
-BGA 49 0.8
-0
-49
-49
-Package_BGA
-Analog_BGA-77_9x15mm_Layout7x11_P1.27mm
-Analog Devices BGA-77, 0.63mm pad, 9x15mm, 77 Ball, 7x11 Layout, 1.27mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-bga/05081964_B_bga77.pdf
-BGA 77 1.27 LTC Dwg 05-08-1964 Rev. B
-0
-77
-77
-Package_BGA
-Analog_BGA-165_11.9x16mm_Layout11x15_P1.0mm
-Analog BGA-165 (Reference LTC DWG#05-08-1605 Rev B), 11.9x16.0mm, 165 Ball, 11x15 Layout, 1.0mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-bga/05081605_b_bga165.pdf
-BGA 165 1.0
-0
-165
-165
-Package_BGA
-Analog_BGA-209_9.5x16mm_Layout11x19_P0.8mm
-Analog BGA-209 (Reference LTC DWG#05-08-1561 Rev B), 9.5x16.0mm, 209 Ball, 11x19 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-bga/05081561_bga209.pdf
-BGA 209 0.8
-0
-209
-209
-Package_BGA
-BGA-9_1.6x1.6mm_Layout3x3_P0.5mm
-BGA-9, http://www.ti.com/lit/ds/symlink/bq27421-g1.pdf
-BGA-9
-0
-9
-9
-Package_BGA
-BGA-16_1.92x1.92mm_Layout4x4_P0.5mm
-BGA-16, http://www.st.com/content/ccc/resource/technical/document/datasheet/group2/bc/cd/62/9e/8f/30/47/69/CD00151267/files/CD00151267.pdf/jcr:content/translations/en.CD00151267.pdf
-BGA-16
-0
-16
-16
-Package_BGA
-BGA-24_6x8mm_Layout5x5_P1.0mm
-BGA-24, 6x8mm, 24 Ball, 5x5 Layout, 1.0mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.issi.com/WW/pdf/66-67WVO32M8DALL-BLL.pdf#page=32
-BGA 24 1.0
-0
-24
-24
-Package_BGA
-BGA-25_6.35x6.35mm_Layout5x5_P1.27mm
-BGA-25, https://www.analog.com/media/en/technical-documentation/data-sheets/ltm4624.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-63_9x11mm_Layout10x12_P0.8mm
-BGA-63, 9.0x11.0mm, 63 Ball, 10x12 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/system/files/docs/MO-207N.pdf
-BGA 63 0.8
-0
-63
-63
-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-100_12x18mm_Layout10x17_P1mm
-BGA-100, 12x18mm, 100 Ball, 10x17 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/system/files/docs/MO-304D.pdf
-BGA 100 1
-0
-100
-100
-Package_BGA
-BGA-100_14x18mm_Layout10x17_P1mm
-BGA-100, 14x18mm, 100 Ball, 10x17 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/system/files/docs/MO-304D.pdf
-BGA 100 1
-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-132_12x18mm_Layout11x17_P1.0mm
-BGA-132 11x17 12x18mm 1.0pitch
-BGA-132
-0
-132
-132
-Package_BGA
-BGA-132_12x18mm_Layout11x17_P1mm
-BGA-132, 12x18mm, 132 Ball, 11x17 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/system/files/docs/MO-304D.pdf
-BGA 132 1
-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-152_14x18mm_Layout13x17_P1mm
-BGA-152, 14x18mm, 152 Ball, 13x17 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/system/files/docs/MO-304D.pdf
-BGA 152 1
-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-196_15x15mm_Layout14x14_P1.0mm
-BGA-196, 15.0x15.0mm, 196 Ball, 14x14 Layout, 1.0mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://ww1.microchip.com/downloads/en/DeviceDoc/VMDS-10502.pdf#page=99
-BGA 196 1.0
-0
-196
-196
-Package_BGA
-BGA-200_10x14.5mm_Layout12x22_P0.8x0.65mm
-BGA-200, 10.0x14.5mm, 200 Ball, 12x22 Layout, 0.8x0.65mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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_15x15mm_Layout18x18_P0.8mm
-BGA-324, 15x15mm, 324 Ball, 18x18 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://colognechip.com/docs/ds1001-gatemate1-datasheet-2022-05.pdf#page=92
-BGA 324 0.8 GateMate FPGA
-0
-324
-324
-Package_BGA
-BGA-324_19.0x19.0mm_Layout18x18_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD
-BGA-324, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00233-03.pdf
-BGA-324
-0
-324
-324
-Package_BGA
-BGA-352_35.0x35.0mm_Layout26x26_P1.27mm
-BGA-352, https://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/b352p05.pdf
-BGA-352
-0
-352
-352
-Package_BGA
-BGA-400_21.0x21.0mm_Layout20x20_P1.0mm
-BGA-400, https://www.xilinx.com/support/documentation/package_specs/fg400.pdf
-BGA-400
-0
-400
-400
-Package_BGA
-BGA-484_23.0x23.0mm_Layout22x22_P1.0mm
-BGA-484, https://www.xilinx.com/support/documentation/package_specs/fg484.pdf
-BGA-484
-0
-484
-484
-Package_BGA
-BGA-529_19x19mm_Layout23x23_P0.8mm
-BGA-529, NSMD, 19.0x19.0mm, 529 Ball, 23x23 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/titanium-packaging-ug-v5.2.pdf
-BGA 529 0.8 529-ball FBGA
-0
-529
-529
-Package_BGA
-BGA-624_21x21mm_Layout25x25_P0.8mm
-BGA-624, 21.0x21.0mm, 624 Ball, 25x25 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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
-EPC_BGA-4_0.9x0.9mm_Layout2x2_P0.45mm
-EPC BGA-4, 0.9x09mm, Pitch 0.4mm, https://epc-co.com/epc/Portals/0/epc/documents/datasheets/EPC2035_datasheet.pdf
-EPC BGA-4
-0
-8
-4
-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.5x10.5mm_Layout9x13_P0.8mm
-FBGA-78, 7.5x10.5mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://insignis-tech.com/download/785#page=88
-BGA 78 0.8 DDR3 DDR3L DDR4
-0
-78
-78
-Package_BGA
-FBGA-78_7.5x10.6mm_Layout9x13_P0.8mm
-FBGA-78, 7.5x10.6mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://insignis-tech.com/download/1912#page=87
-BGA 78 0.8 DDR3 DDR3L DDR4
-0
-78
-78
-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
-FBGA-78_8x10.5mm_Layout9x13_P0.8mm
-FBGA-78, 8.0x10.5mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://insignis-tech.com/download/1978#page=86
-BGA 78 0.8 DDR3 DDR3L DDR4
-0
-78
-78
-Package_BGA
-FBGA-78_9x10.5mm_Layout9x13_P0.8mm
-FBGA-78, 9.0x10.5mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.issi.com/WW/pdf/43-46TR16256A-85120AL.pdf#page=86
-BGA 78 0.8 DDR3 DDR3L DDR4
-0
-78
-78
-Package_BGA
-FBGA-78_9x10.6mm_Layout9x13_P0.8mm
-FBGA-78, 9.0x10.6mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://insignis-tech.com/download/1900#page=87
-BGA 78 0.8 DDR3 DDR3L DDR4
-0
-78
-78
-Package_BGA
-FBGA-96_7.5x13.5mm_Layout9x16_P0.8mm
-FBGA-96, 7.5x13.5mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://insignis-tech.com/download/1896#page=87
-BGA 96 0.8 DDR3 DDR3L DDR4
-0
-96
-96
-Package_BGA
-FBGA-96_7.5x13mm_Layout9x16_P0.8mm
-FBGA-96, 7.5x13mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://insignis-tech.com/download/746#page=96
-BGA 96 0.8 DDR3 DDR3L DDR4
-0
-96
-96
-Package_BGA
-FBGA-96_8x13mm_Layout9x16_P0.8mm
-FBGA-96, 8.0x13.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://insignis-tech.com/download/1594#page=98
-BGA 96 0.8 DDR3 DDR3L DDR4
-0
-96
-96
-Package_BGA
-FBGA-96_8x14mm_Layout9x16_P0.8mm
-FBGA-96, 8.0x14.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, generalized from https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=28
-BGA 96 0.8 DDR3 DDR3L DDR4
-0
-96
-96
-Package_BGA
-FBGA-96_9x13mm_Layout9x16_P0.8mm
-FBGA-96, 9.0x13.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://insignis-tech.com/download/1884#page=87
-BGA 96 0.8 DDR3 DDR3L DDR4
-0
-96
-96
-Package_BGA
-FBGA-96_9x14mm_Layout9x16_P0.8mm
-FBGA-96, 9.0x14.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, generalized from https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=26
-BGA 96 0.8 DDR3 DDR3L DDR4
-0
-96
-96
-Package_BGA
-FCPBGA-780_23x23mm_Layout28x28_P0.8mm
-FCPBGA-780, 23.0x23.0mm, 780 Ball, 28x28 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.nxp.com/docs/en/package-information/98ASA00854D.pdf
-BGA 780 0.8 NXP_SOT1653-1
-0
-780
-780
-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
-Infineon LFBGA-292, 0.35mm pad, 17.0x17.0mm, 292 Ball, 20x20 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.infineon.com/cms/en/product/packages/PG-LFBGA/PG-LFBGA-292-11/
-BGA 292 0.8
-0
-292
-292
-Package_BGA
-Infineon_TFBGA-48_6x10mm_Layout6x8_P0.75mm
-Cypress / Infineon TFBGA-48, NSMD, 6.0x10.0mm, 48 Ball, 6x8 Layout, 0.75mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.infineon.com/dgdl/Infineon-CY14U256LA_256-Kbit_(32_K_8)_nvSRAM-DataSheet-v03_00-EN.pdf?fileId=8ac78c8c7d0d8da4017d0ec0a9c33546
-BGA 48 0.75 48-ball FBGA
-0
-48
-48
-Package_BGA
-LFBGA-100_10x10mm_Layout10x10_P0.8mm
-LFBGA-100, 10.0x10.0mm, 100 Ball, 10x10 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f103tb.pdf#page=87
-BGA 100 0.8
-0
-100
-100
-Package_BGA
-LFBGA-144_10x10mm_Layout12x12_P0.8mm
-LFBGA-144, 10.0x10.0mm, 144 Ball, 12x12 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f103ze.pdf#page=114
-BGA 144 0.8
-0
-144
-144
-Package_BGA
-LFBGA-153_11.5x13mm_Layout14x14_P0.5mm
-JEDEC eMMC AN BGA-153, 11.5x13.0mm, 153 Ball, 14x14 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/sites/default/files/docs/MO-276F.pdf
-BGA 153 0.5
-0
-153
-153
-Package_BGA
-LFBGA-169_12x16mm_Layout14x28_P0.5mm
-JEDEC eMMC AA BGA-169, 12.0x16.0mm, 169 Ball, 14x28 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/sites/default/files/docs/MO-276F.pdf
-BGA 169 0.5
-0
-169
-169
-Package_BGA
-LFBGA-169_12x18mm_Layout14x28_P0.5mm
-JEDEC eMMC AB BGA-169, 12.0x18.0mm, 169 Ball, 14x28 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/sites/default/files/docs/MO-276F.pdf
-BGA 169 0.5
-0
-169
-169
-Package_BGA
-LFBGA-169_14x18mm_Layout14x28_P0.5mm
-JEDEC eMMC AC BGA-169, 14.0x18.0mm, 169 Ball, 14x28 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/sites/default/files/docs/MO-276F.pdf
-BGA 169 0.5
-0
-169
-169
-Package_BGA
-LFBGA-289_14x14mm_Layout17x17_P0.8mm
-LFBGA-289, 14.0x14.0mm, 289 Ball, 17x17 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp131c.pdf
-BGA 289 0.8
-0
-289
-289
-Package_BGA
-LFBGA-400_16x16mm_Layout20x20_P0.8mm
-LFBGA-400, NSMD, 16.0x16.0mm, 400 Ball, 20x20 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/titanium-packaging-ug-v5.2.pdf
-BGA 400 0.8 400-ball FBGA
-0
-400
-400
-Package_BGA
-LFBGA-484_18x18mm_Layout22x22_P0.8mm
-LFBGA-484, NSMD, 18.0x18.0mm, 484 Ball, 22x22 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/titanium-packaging-ug-v5.2.pdf
-BGA 484 0.8 484-ball LFBGA
-0
-484
-484
-Package_BGA
-Lattice_caBGA-381_17x17mm_Layout20x20_P0.8mm
-Lattice caBGA-381, ECP5 FPGAs, 17.0x17.0mm, 381 Ball, 20x20 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.latticesemi.com/view_document?document_id=213
-BGA 381 0.8
-0
-381
-381
-Package_BGA
-Lattice_caBGA-381_17x17mm_Layout20x20_P0.8mm_SMD
-Lattice caBGA-381, ECP5 FPGAs, 17.0x17.0mm, 381 Ball, 20x20 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.latticesemi.com/view_document?document_id=213
-BGA 381 0.8
-0
-381
-381
-Package_BGA
-Lattice_caBGA-756_27x27mm_Layout32x32_P0.8mm
-Lattice caBGA-756, ECP5 FPGAs, 27.0x27.0mm, 756 Ball, 32x32 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.latticesemi.com/view_document?document_id=213
-BGA 756 0.8
-0
-756
-756
-Package_BGA
-Lattice_iCE40_csBGA-132_8x8mm_Layout14x14_P0.5mm
-Lattice csBGA-132, Option 2, iCE40 FPGAs, 8.0x8.0mm, 132 Ball, 14x14 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.latticesemi.com/view_document?document_id=213
-BGA 132 0.5
-0
-132
-132
-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-272_9x9mm_Layout17x17_P0.5mm
-MAPBGA 9x9x1.11 PKG, 9.0x9.0mm, 272 Ball, 17x17 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.nxp.com/docs/en/package-information/98ASA00869D.pdf#page=1
-BGA 272 0.5
-0
-272
-272
-Package_BGA
-MAPBGA-289_14x14mm_Layout17x17_P0.8mm
-MAPBGA 14x14x1.18 PKG, 14.0x14.0mm, 289 Ball, 17x17 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.nxp.com/docs/en/package-information/98ASA00855D.pdf#page=1
-BGA 289 0.8
-0
-289
-289
-Package_BGA
-Maxim_WLP-9_1.595x1.415_Layout3x3_P0.4mm_Ball0.27mm_Pad0.25mm_NSMD
-Maxim_WLP-9 W91C1+1 https://pdfserv.maximintegrated.com/package_dwgs/21-0459.PDF
-Maxim_WLP-9
-0
-9
-9
-Package_BGA
-Maxim_WLP-12
-Maxim_WLP-12 W121B2+1 http://pdfserv.maximintegrated.com/package_dwgs/21-0009.PDF
-Maxim_WLP-12
-0
-12
-12
-Package_BGA
-Maxim_WLP-12_2.008x1.608mm_Layout4x3_P0.4mm
-Maxim WLP-12, W121H2+1, 2.008x1.608mm, 12 Ball, 4x3 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://pdfserv.maximintegrated.com/package_dwgs/21-100302.PDF, https://pdfserv.maximintegrated.com/package_dwgs/21-100302.PDF
-BGA 12 0.4
-0
-12
-12
-Package_BGA
-Microchip_FCG1152_BGA-1152_35x35mm_Layout34x34_P1.0mm
-FCG1152, 35.0x35.0mm, 1152 Ball, 34x34 Layout, 1.0mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://ww1.microchip.com/downloads/aemDocuments/documents/FPGA/ProductDocuments/UserGuides/microchip_polarfire_soc_fpga_packaging_and_pin_descriptions_user_guide_vb.pdf
-BGA 1152 1.0
-0
-1152
-1152
-Package_BGA
-Microchip_FCSG325_BGA-325_11x11mm_Layout21x21_P0.5mm
-FCSG325, 11.0x11.0mm, 325 Ball, 21x21 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://ww1.microchip.com/downloads/aemDocuments/documents/FPGA/ProductDocuments/UserGuides/microchip_polarfire_soc_fpga_packaging_and_pin_descriptions_user_guide_vb.pdf
-BGA 325 0.5
-0
-325
-325
-Package_BGA
-Microchip_FCSG536_BGA-536_16x16mm_Layout30x30_P0.5mm
-FCSG536, 16.0x16.0mm, 536 Ball, 30x30 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://ww1.microchip.com/downloads/aemDocuments/documents/FPGA/ProductDocuments/UserGuides/microchip_polarfire_soc_fpga_packaging_and_pin_descriptions_user_guide_vb.pdf
-BGA 536 0.5
-0
-536
-536
-Package_BGA
-Microchip_FCVG484_BGA-484_19x19mm_Layout22x22_P0.8mm
-FCVG484, 19.0x19.0mm, 484 Ball, 22x22 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://ww1.microchip.com/downloads/aemDocuments/documents/FPGA/ProductDocuments/UserGuides/microchip_polarfire_soc_fpga_packaging_and_pin_descriptions_user_guide_vb.pdf
-BGA 484 0.8
-0
-484
-484
-Package_BGA
-Microchip_FCVG784_BGA-784_23x23mm_Layout28x28_P0.8mm
-FCVG784, 23.0x23.0mm, 784 Ball, 28x28 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://ww1.microchip.com/downloads/aemDocuments/documents/FPGA/ProductDocuments/UserGuides/microchip_polarfire_soc_fpga_packaging_and_pin_descriptions_user_guide_vb.pdf
-BGA 784 0.8
-0
-784
-784
-Package_BGA
-Microchip_TFBGA-196_11x11mm_Layout14x14_P0.75mm_SMD
-TFBGA-196, 11.0x11.0mm, 196 Ball, 14x14 Layout, 0.75mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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, 7.5x10.6mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=24
-BGA 78 0.8 DDR3 DDR3L DDR4
-0
-78
-78
-Package_BGA
-Micron_FBGA-78_8x10.5mm_Layout9x13_P0.8mm
-FBGA-78, 8.0x10.5mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=25
-BGA 78 0.8 DDR3 DDR3L DDR4
-0
-78
-78
-Package_BGA
-Micron_FBGA-78_9x10.5mm_Layout9x13_P0.8mm
-FBGA-78, 9.0x10.5mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=23
-BGA 78 0.8 DDR3 DDR3L DDR4
-0
-78
-78
-Package_BGA
-Micron_FBGA-96_7.5x13.5mm_Layout9x16_P0.8mm
-FBGA-96, 7.5x13.5mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=27
-BGA 96 0.8 DDR3 DDR3L DDR4
-0
-96
-96
-Package_BGA
-Micron_FBGA-96_8x14mm_Layout9x16_P0.8mm
-FBGA-96, 8.0x14.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=28
-BGA 96 0.8 DDR3 DDR3L DDR4
-0
-96
-96
-Package_BGA
-Micron_FBGA-96_9x14mm_Layout9x16_P0.8mm
-FBGA-96, 9.0x14.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=26
-BGA 96 0.8 DDR3 DDR3L DDR4
-0
-96
-96
-Package_BGA
-NXP_SOT1982-1_VFBGA-98_7x7mm_Layout13x13_P0.5mm
-NXP VFBGA-98 (Case SOT1982-1), 0.28mm pad, 7x7mm, 98 Ball, 13x13 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.nxp.com/docs/en/package-information/SOT1982-1.pdf
-BGA 98 0.5
-0
-98
-98
-Package_BGA
-NXP_SOT2162-1_VFBGA-59_4x4mm_Layout9x9_P0.4mm
-NXP VFBGA-59 (Case SOT2162-1), 0.24mm pad, 4x4mm, 59 Ball, 9x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.nxp.com/docs/en/package-information/SOT2162-1.pdf
-BGA 59 0.4
-0
-59
-59
-Package_BGA
-NXP_TFBGA-50_5x5mm_Layout9x9_P0.5mm
-TFBGA-50, 5.0x5.0mm, 50 Ball, 9x9 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.nxp.com/docs/en/package-information/SOT1345-1.pdf
-BGA 50 0.5 SOT1345-1
-0
-50
-50
-Package_BGA
-NXP_VFBGA-42_2.6x3mm_Layout6x7_P0.4mm
-NXP VFBGA-42, 2.6x3.0mm, 42 Ball, 6x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.nxp.com/docs/en/package-information/SOT1963-1.pdf
-BGA 42 0.4
-0
-42
-42
-Package_BGA
-ST_LFBGA-354_16x16mm_Layout19x19_P0.8mm
-ST LFBGA-354, 16.0x16.0mm, 354 Ball, 19x19 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf
-BGA 354 0.8
-0
-354
-354
-Package_BGA
-ST_LFBGA-448_18x18mm_Layout22x22_P0.8mm
-ST LFBGA-448, 18.0x18.0mm, 448 Ball, 22x22 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf
-BGA 448 0.8
-0
-448
-448
-Package_BGA
-ST_TFBGA-169_7x7mm_Layout13x13_P0.5mm
-ST TFBGA-169, 7.0x7.0mm, 169 Ball, 13x13 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u595aj.pdf
-BGA 169 0.5
-0
-169
-169
-Package_BGA
-ST_TFBGA-225_13x13mm_Layout15x15_P0.8mm
-ST TFBGA-225, 13.0x13.0mm, 225 Ball, 15x15 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32h7b3ri.pdf
-BGA 225 0.8
-0
-225
-225
-Package_BGA
-ST_TFBGA-257_10x10mm_Layout19x19_P0.5mmP0.65mm
-ST TFBGA-257, 10.0x10.0mm, 257 Ball, 19x19 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf
-BGA 257 0.5
-0
-257
-257
-Package_BGA
-ST_TFBGA-320_11x11mm_Layout21x21_P0.5mm
-ST TFBGA-320, 11.0x11.0mm, 320 Ball, 21x21 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp131c.pdf
-BGA 320 0.5
-0
-320
-320
-Package_BGA
-ST_TFBGA-361_12x12mm_Layout23x23_P0.5mmP0.65mm
-ST TFBGA-361, 12.0x12.0mm, 361 Ball, 23x23 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf
-BGA 361 0.5
-0
-361
-361
-Package_BGA
-ST_TFBGA-436_18x18mm_Layout22x22_P0.8mm
-ST TFBGA-436, 18.0x18.0mm, 436 Ball, 22x22 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp255c.pdf#page=222
-BGA 436 0.8 ST-Package-B0MS
-0
-436
-436
-Package_BGA
-ST_UFBGA-59_5x5mm_Layout8x8_P0.5mm
-ST UFBGA-59, 5.0x5.0mm, 59 Ball, 8x8 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32wba55ug.pdf
-BGA 59 0.5
-0
-59
-59
-Package_BGA
-ST_UFBGA-73_5x5mm_Layout9x9_P0.5mm
-ST UFBGA-73, 5.0x5.0mm, 73 Ball, 9x9 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32wl54jc.pdf
-BGA 73 0.5
-0
-73
-73
-Package_BGA
-ST_UFBGA-81_5x5mm_Layout9x9_P0.5mm
-ST UFBGA-81, 5.0x5.0mm, 81 Ball, 9x9 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u073mb.pdf
-BGA 81 0.5
-0
-81
-81
-Package_BGA
-ST_UFBGA-121_6x6mm_Layout11x11_P0.5mm
-ST UFBGA-121, 6.0x6.0mm, 121 Ball, 11x11 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32g473pb.pdf
-BGA 121 0.5
-0
-121
-121
-Package_BGA
-ST_UFBGA-129_7x7mm_Layout13x13_P0.5mm
-ST UFBGA-129, 7.0x7.0mm, 129 Ball, 13x13 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32wb55vc.pdf
-BGA 129 0.5
-0
-129
-129
-Package_BGA
-ST_VFBGA-361_10x10mm_Layout19x19_P0.5mm
-ST VFBGA-361, 10.0x10.0mm, 361 Ball, 19x19 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp255c.pdf#page=218
-BGA 361 0.5 ST-Package-B09U
-0
-361
-361
-Package_BGA
-ST_VFBGA-424_14x14mm_Layout27x27_P0.5mmP0.5x0.5mm_Stagger
-ST VFBGA-424, 14.0x14.0mm, 424 Ball, 27x27 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp255c.pdf
-BGA 424 0.5
-0
-424
-424
-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, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stulpi01a.pdf
-BGA 36 0.5
-0
-36
-36
-Package_BGA
-TFBGA-48_6x10mm_Layout6x8_P0.75mm
-TFBGA-48, NSMD, 6.0x10.0mm, 48 Ball, 6x8 Layout, 0.75mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.jedec.org/system/files/docs/MO-207N.pdf
-BGA 48 0.75 48-ball FBGA
-0
-48
-48
-Package_BGA
-TFBGA-49_3x3mm_Layout7x7_P0.4mm
-TFBGA-49, NSMD, 3.0x3.0mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/trion-packaging-ug-v4.9.pdf
-BGA 49 0.4 49-ball FBGA
-0
-49
-49
-Package_BGA
-TFBGA-64_5x5mm_Layout8x8_P0.5mm
-TFBGA-64, 5.0x5.0mm, 64 Ball, 8x8 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f100v8.pdf#page=83
-BGA 64 0.5
-0
-64
-64
-Package_BGA
-TFBGA-81_5x5mm_Layout9x9_P0.5mm
-TFBGA-81, NSMD, 5.0x5.0mm, 81 Ball, 9x9 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/trion-packaging-ug-v4.9.pdf
-BGA 81 0.5 81-ball FBGA
-0
-81
-81
-Package_BGA
-TFBGA-100_5.5x5.5mm_Layout10x10_P0.5mm
-TFBGA-100, NSMD, 5.5x5.5mm, 100 Ball, 10x10 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/titanium-packaging-ug-v5.2.pdf
-BGA 100 0.5 100-ball FBGA
-0
-100
-100
-Package_BGA
-TFBGA-100_8x8mm_Layout10x10_P0.8mm
-TFBGA-100, 8.0x8.0mm, 100 Ball, 10x10 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f746zg.pdf#page=199
-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, 10.0x10.0mm, 121 Ball, 11x11 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#p495
-BGA 121 0.8
-0
-121
-121
-Package_BGA
-TFBGA-169_9x9mm_Layout13x13_P0.65mm
-TFBGA-169, NSMD, 9.0x9.0mm, 169 Ball, 13x13 Layout, 0.65mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/trion-packaging-ug-v4.9.pdf
-BGA 169 0.65 169-ball FBGA
-0
-169
-169
-Package_BGA
-TFBGA-216_13x13mm_Layout15x15_P0.8mm
-TFBGA-216, 13.0x13.0mm, 216 Ball, 15x15 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f746zg.pdf#page=219
-BGA 216 0.8
-0
-216
-216
-Package_BGA
-TFBGA-225_10x10mm_Layout15x15_P0.65mm
-TFBGA-225, NSMD, 10.0x10.0mm, 225 Ball, 15x15 Layout, 0.65mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/titanium-packaging-ug-v5.2.pdf
-BGA 225 0.65 225-ball FBGA
-0
-225
-225
-Package_BGA
-TFBGA-256_13x13mm_Layout16x16_P0.8mm
-TFBGA-256, NSMD, 13.0x13.0mm, 256 Ball, 16x16 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/trion-packaging-ug-v4.9.pdf
-BGA 256 0.8 256-ball FBGA
-0
-256
-256
-Package_BGA
-TFBGA-265_14x14mm_Layout17x17_P0.8mm
-TFBGA-265, 14.0x14.0mm, 265 Ball, 17x17 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00387108.pdf#page=223
-BGA 265 0.8
-0
-265
-265
-Package_BGA
-TFBGA-289_9x9mm_Layout17x17_P0.5mm
-TFBGA-289, 9.0x9.0mm, 289 Ball, 17x17 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32mp131c.pdf
-BGA 289 0.5
-0
-289
-289
-Package_BGA
-TFBGA-324_12x12mm_Layout18x18_P0.65mm
-TFBGA-324, NSMD, 12.0x12.0mm, 324 Ball, 18x18 Layout, 0.65mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/trion-packaging-ug-v4.9.pdf
-BGA 324 0.65 324-ball FBGA
-0
-324
-324
-Package_BGA
-TFBGA-361_13x13mm_Layout19x19_P0.65mm
-TFBGA-361, NSMD, 13.0x13.0mm, 361 Ball, 19x19 Layout, 0.65mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/titanium-packaging-ug-v5.2.pdf
-BGA 361 0.65 361-ball FBGA
-0
-361
-361
-Package_BGA
-TFBGA-576_16x16mm_Layout24x24_P0.65mm
-TFBGA-576, NSMD, 16.0x16.0mm, 576 Ball, 24x24 Layout, 0.65mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/trion-packaging-ug-v4.9.pdf
-BGA 576 0.65 576-ball FBGA
-0
-576
-576
-Package_BGA
-TFBGA-644_19x19mm_Layout28x28_P0.65mm
-TFBGA-636, 19.0x19.0mm, 644 Ball, 28x28 Layout, 0.65mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://opensource.rock-chips.com/images/b/b6/Rockchip_RK3568_Datasheet_V1.3-20220929P.PDF
-BGA 644 0.65 636-ball FBGA Rockchip RK3568 RK3288 Realtek RTD1296 Allwinner A80 A80T
-0
-644
-644
-Package_BGA
-Texas_BGA-289_15x15mm_Layout17x17_P0.8mm
-Texas Instruments BGA-289, 0.4mm pad, 15x15mm, 289 Ball, 17x17 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/ml/mpbg777/mpbg777.pdf
-BGA 289 0.8 ZAV S-PBGA-N289
-0
-289
-289
-Package_BGA
-Texas_DSBGA-5_0.822x1.116mm_Layout2x1x2_P0.4mm
-Texas Instruments, DSBGA, 0.822x1.116mm, 5 bump 2x1x2 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/opa330.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf)
-Texas Instruments DSBGA BGA YFF S-XBGA-N5
-0
-10
-5
-Package_BGA
-Texas_DSBGA-5_0.8875x1.3875mm_Layout2x3_P0.5mm
-Texas Instruments, DSBGA, area grid, NSMD, YZP0005 pad definition, 0.8875x1.3875mm, 5 Ball, 2x3 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/ds/symlink/sn74lvc1g17.pdf#page=42, https://www.ti.com/lit/ml/mxbg018l/mxbg018l.pdf
-BGA 5 0.5 YZP
-0
-5
-5
-Package_BGA
-Texas_DSBGA-5_1.5855x1.6365mm_Layout3x2_P0.5mm
-Texas Instruments, DSBGA, area grid, YTA0005 pad definition, 1.5855x1.6365mm, 5 Ball, 3x2 Layout, 0.5mm Pitch, https://www.ti.com/lit/ml/mxbg263/mxbg263.pdf, https://www.ti.com/lit/ds/symlink/lm74.pdf#page=24
-BGA 5 0.5 YTA
-0
-5
-5
-Package_BGA
-Texas_DSBGA-6_0.9x1.4mm_Layout2x3_P0.5mm
-Texas Instruments, DSBGA, 0.9x1.4mm, 6 bump 2x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf)
-Texas Instruments DSBGA BGA YZP R-XBGA-N6
-0
-12
-6
-Package_BGA
-Texas_DSBGA-6_0.76x1.16mm_Layout2x3_P0.4mm
-Texas Instruments YFP0006, DSBGA-6, 0.76x1.16mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/ds/symlink/ts5a12301e.pdf#page=23
-BGA 6 0.4
-0
-6
-6
-Package_BGA
-Texas_DSBGA-6_0.95x1.488mm_Layout2x3_P0.4mm
-Texas Instruments, DSBGA, area grid, YBG pad definition, 0.95x1.488mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/ml/mxbg419/mxbg419.pdf, https://www.ti.com/lit/ds/symlink/tmp117.pdf
-BGA 6 0.4
-0
-6
-6
-Package_BGA
-Texas_DSBGA-6_0.704x1.054mm_Layout2x3_P0.35mm
-Texas Instruments, DSBGA-6, 0.704x1.054mm, NSMD, YKA0006-C01 pad definition, 0.704x1.054mm, 6 Ball, 2x3 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/ds/symlink/tps62800.pdf
-BGA 6 0.35
-0
-6
-6
-Package_BGA
-Texas_DSBGA-6_0.757x1.01mm_Layout2x3_P0.35mm
-Texas Instruments, DSBGA-6, 0.757x1.01mm, SMD, YKA0006 pad definition, 0.757x1.01mm, 6 Ball, 2x3 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/ds/symlink/tps62843.pdf
-BGA 6 0.35 TI 0.787x1.04mm (max)
-0
-12
-6
-Package_BGA
-Texas_DSBGA-6_0.855x1.255mm_Layout2x3_P0.4mm_LevelB
-Texas Instruments, DSBGA, area grid, YBG pad definition, 0.95x1.488mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, YFF0006, NSMD pad definition, https://www.ti.com/lit/ds/symlink/lmg1020.pdf, https://www.ti.com/lit/ml/mxbg078z/mxbg078z.pdf
-BGA 6 0.4 YFF0006
-0
-6
-6
-Package_BGA
-Texas_DSBGA-6_0.855x1.255mm_Layout2x3_P0.4mm_LevelC
-Texas Instruments, DSBGA, area grid, YBG pad definition, 0.95x1.488mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, YFF0006, NSMD pad definition, https://www.ti.com/lit/ds/symlink/lmg1020.pdf, https://www.ti.com/lit/ml/mxbg078z/mxbg078z.pdf
-BGA 6 0.4 YFF0006
-0
-6
-6
-Package_BGA
-Texas_DSBGA-8_0.9x1.9mm_Layout2x4_P0.5mm
-Texas Instruments, DSBGA, 0.9x1.9mm, 8 bump 2x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0102.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf)
-Texas Instruments DSBGA BGA YZP R-XBGA-N8
-0
-16
-8
-Package_BGA
-Texas_DSBGA-8_0.705x1.468mm_Layout2x4_P0.4mm
-Texas Instruments, DSBGA, area grid, NSMD, YBJ0008 pad definition, 0.705x1.468mm, 8 Ball, 2x4 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/gpn/ina234
-BGA 8 0.4
-0
-8
-8
-Package_BGA
-Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm
-Texas Instruments, DSBGA, 1.43x1.41mm, 8 bump 3x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lmc555.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf)
-Texas Instruments DSBGA BGA YZP R-XBGA-N8
-0
-16
-8
-Package_BGA
-Texas_DSBGA-8_1.5195x1.5195mm_Layout3x3_P0.5mm
-Texas Instruments, DSBGA, area grid, YZR pad definition, 1.5195x1.5195mm, 8 Ball, 3x3 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.ti.com/lit/ml/mxbg270/mxbg270.pdf
-BGA 8 0.5
-0
-8
-8
-Package_BGA
-Texas_DSBGA-9_1.62x1.58mm_Layout3x3_P0.5mm
-Texas Instruments, DSBGA, 1.62mmx1.58mm, area grid, NSMD, YZF0009 pad definition, 1.62x1.58mm, 9 Ball, 3x3 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/ml/mxbg027n/mxbg027n.pdf
-BGA 9 0.5
-0
-9
-9
-Package_BGA
-Texas_DSBGA-9_1.4715x1.4715mm_Layout3x3_P0.5mm
-Texas Instruments, DSBGA, 1.4715x1.4715mm, 9 bump 3x3 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lm4990.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf)
-Texas Instruments DSBGA BGA YZR0009
-0
-18
-9
-Package_BGA
-Texas_DSBGA-10_1.36x1.86mm_Layout3x4_P0.5mm
-Texas Instruments, DSBGA, area grid, YZP, YZP0010, 1.86x1.36mm, 10 Ball, 3x4 Layout, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/ts3a24159.pdf
-BGA 10 0.5
-0
-20
-10
-Package_BGA
-Texas_DSBGA-12_1.36x1.86mm_Layout3x4_P0.5mm
-Texas Instruments, DSBGA, area grid, YZT, 1.86x1.36mm, 12 Ball, 3x4 Layout, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/txb0104.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf
-BGA 12 0.5 R-XBGA-N12
-0
-24
-12
-Package_BGA
-Texas_DSBGA-16_2.39x2.39mm_Layout4x4_P0.5mm
-Texas Instruments, DSBGA, area grid, YZF, YZF0016, 2.39x2.39mm, 16 Ball, 4x4 Layout, 0.5mm Pitch, https://www.ti.com/lit/ds/symlink/dac80508.pdf
-BGA 16 0.5
-0
-32
-16
-Package_BGA
-Texas_DSBGA-28_1.9x3mm_Layout4x7_P0.4mm
-Texas Instruments, DSBGA, area grid, 1.9x3.0mm, 28 Ball, 4x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.ti.com/lit/ds/symlink/bq51050b.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf
-BGA 28 0.4 TI 28-ball YFP R-XBGA-N28
-0
-28
-28
-Package_BGA
-Texas_DSBGA-49_3.33x3.488mm_Layout7x7_P0.4mm
-Texas Instruments, DSBGA, area grid, 3.33x3.488mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.ti.com/lit/ds/symlink/msp430f2234.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf
-BGA 49 0.4
-0
-49
-49
-Package_BGA
-Texas_DSBGA-64_3.415x3.535mm_Layout8x8_P0.4mm
-Texas Instruments, DSBGA, area grid, 3.415x3.535mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.ti.com/lit/ds/slas718g/slas718g.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf
-BGA 64 0.4
-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_7x7mm_Layout12x12_P0.5mm
-Texas Instruments, BGA Microstar Junior, NSMD, 7x7mm, 113 Ball, 12x12 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.ti.com/lit/ml/mpbg674/mpbg674.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf
-BGA 113 0.5
-0
-113
-113
-Package_BGA
-Texas_PicoStar_BGA-4_0.758x0.758mm_Layout2x2_P0.4mm
-Texas Instruments PicoStar - 0.15 mm max height, 0.758x0.758mm, 4 Ball, 2x2 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/ds/symlink/tmp114.pdf
-BGA 4 0.4 PicoStar
-0
-4
-4
-Package_BGA
-Texas_YFP0020_DSBGA-20_1.588x1.988mm_Layout4x5_P0.4mm
-Texas Instruments, YFP0020, DSBGA-20, area grid, 1.588x1.988mm, 20 Ball, 4x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.ti.com/lit/ds/symlink/txs0206.pdf
-BGA 20 0.4
-0
-20
-20
-Package_BGA
-UCBGA-36_2.5x2.5mm_Layout6x6_P0.4mm
-UCBGA-36, 2.5x2.5mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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, 3x3mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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, 4x4mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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, 5.0x5.0mm, 64 Ball, 8x8 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f051t8.pdf#page=91
-BGA 64 0.5
-0
-64
-64
-Package_BGA
-UFBGA-100_7x7mm_Layout12x12_P0.5mm
-UFBGA-100, 7.0x7.0mm, 100 Ball, 12x12 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f103tb.pdf#page=93
-BGA 100 0.5
-0
-100
-100
-Package_BGA
-UFBGA-132_7x7mm_Layout12x12_P0.5mm
-UFBGA-132, 7.0x7.0mm, 132 Ball, 12x12 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l152zc.pdf#page=123
-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, 7.0x7.0mm, 144 Ball, 12x12 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f446ze.pdf#page=186
-BGA 144 0.5
-0
-144
-144
-Package_BGA
-UFBGA-144_10x10mm_Layout12x12_P0.8mm
-UFBGA-144, 10.0x10.0mm, 144 Ball, 12x12 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f446ze.pdf#page=189
-BGA 144 0.8
-0
-144
-144
-Package_BGA
-UFBGA-169_7x7mm_Layout13x13_P0.5mm
-UFBGA-169, 7.0x7.0mm, 169 Ball, 13x13 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f429ng.pdf#page=218
-BGA 169 0.5
-0
-169
-169
-Package_BGA
-UFBGA-201_10x10mm_Layout15x15_P0.65mm
-UFBGA-201, 10.0x10.0mm, 201 Ball, 15x15 Layout, 0.65mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f207vg.pdf#page=166
-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
-VFBGA-86, 6.0x6.0mm, 86 Ball, 10x10 Layout, 0.55mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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.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-4_0.728x0.728mm_Layout2x2_P0.35mm
-WLP-4, 0.728x0.728mm, 4 Ball, 2x2 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://datasheets.maximintegrated.com/en/ds/MAX40200.pdf
-BGA 4 0.35
-0
-4
-4
-Package_BGA
-WLP-9_1.468x1.448mm_Layout3x3_P0.4mm
-WLP-9, 1.468x1.448mm, 9 Ball, 3x3 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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, 10.0x10.0mm, 121 Ball, 11x11 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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, NSMD pad definition Appendix A, 13x13mm, 225 Ball, 15x15 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=77
-BGA 225 0.8 CLG225
-0
-225
-225
-Package_BGA
-Xilinx_CLG400
-Zynq-7000 BGA, NSMD pad definition Appendix A, 17x17mm, 400 Ball, 20x20 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=78
-BGA 400 0.8 CLG400 CL400
-0
-400
-400
-Package_BGA
-Xilinx_CLG484_CLG485
-Zynq-7000 BGA, NSMD pad definition Appendix A, 19x19mm, 484 Ball, 22x22 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=79
-BGA 484 0.8 CLG484 CL484 CLG485 CL485
-0
-484
-484
-Package_BGA
-Xilinx_CPG236
-Artix-7 BGA, NSMD pad definition Appendix A, 10x10mm, 238 Ball, 19x19 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=266
-BGA 238 0.5 CP236 CPG236
-0
-238
-238
-Package_BGA
-Xilinx_CPG238
-Artix-7 BGA, NSMD pad definition Appendix A, 10x10mm, 238 Ball, 19x19 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=267
-BGA 238 0.5 CPG238
-0
-238
-238
-Package_BGA
-Xilinx_CPGA196
-Spartan-7 BGA, NSMD pad definition Appendix A, 8x8mm, 196 Ball, 14x14 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=260
-BGA 196 0.5 CPGA196
-0
-196
-196
-Package_BGA
-Xilinx_CSG324
-Artix-7 BGA, NSMD pad definition Appendix A, 15x15mm, 324 Ball, 18x18 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268
-BGA 324 0.8 CS324 CSG324
-0
-324
-324
-Package_BGA
-Xilinx_CSG325
-Artix-7 BGA, NSMD pad definition Appendix A, 15x15mm, 324 Ball, 18x18 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268
-BGA 324 0.8 CS325 CSG235
-0
-324
-324
-Package_BGA
-Xilinx_CSGA225
-Spartan-7 BGA, NSMD pad definition Appendix A, 13x13mm, 225 Ball, 15x15 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=262
-BGA 225 0.8 CSGA225
-0
-225
-225
-Package_BGA
-Xilinx_CSGA324
-Spartan-7 BGA, NSMD pad definition Appendix A, 15x15mm, 324 Ball, 18x18 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=263
-BGA 324 0.8 CSGA324
-0
-324
-324
-Package_BGA
-Xilinx_FBG484
-Artix-7, Kintex-7 and Zynq-7000 BGA, NSMD pad definition Appendix A, 23x23mm, 484 Ball, 22x22 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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
-BGA 484 1 FB484 FBG484 FBV484
-0
-484
-484
-Package_BGA
-Xilinx_FBG676
-Artix-7, Kintex-7 and Zynq-7000 BGA, NSMD pad definition Appendix A, 27x27mm, 676 Ball, 26x26 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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
-BGA 676 1 FB676 FBG676 FBV676
-0
-676
-676
-Package_BGA
-Xilinx_FBG900
-Kintex-7 BGA, NSMD pad definition Appendix A, 31x31mm, 900 Ball, 30x30 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=289
-BGA 900 1 FB900 FBG900 FBV900
-0
-900
-900
-Package_BGA
-Xilinx_FFG676
-Kintex-7 and Zynq-7000 BGA, NSMD pad definition Appendix A, 27x27mm, 676 Ball, 26x26 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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
-BGA 676 1 FF676 FFG676 FFV676
-0
-676
-676
-Package_BGA
-Xilinx_FFG900_FFG901
-Kintex-7 and Zynq-7000 BGA, NSMD pad definition Appendix A, 31x31mm, 900 Ball, 30x30 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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
-BGA 900 1 FF900 FFG900 FFV900 FF901 FFG901 FFV901
-0
-900
-900
-Package_BGA
-Xilinx_FFG1156
-Artix-7, Kintex-7 and Zynq-7000 BGA, NSMD pad definition Appendix A, 35x35mm, 1156 Ball, 34x34 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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
-BGA 1156 1 FF1156 FFG1156 FFV1156
-0
-1156
-1156
-Package_BGA
-Xilinx_FFG1157_FFG1158
-Virtex-7 BGA, NSMD pad definition Appendix A, 35x35mm, 1156 Ball, 34x34 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=299
-BGA 1156 1 FF1157 FFG1157 FFV1157 FF1158 FFG1158 FFV1158
-0
-1156
-1156
-Package_BGA
-Xilinx_FFG1761
-Virtex-7 BGA, NSMD pad definition Appendix A, 42.5x42.5mm, 1760 Ball, 42x42 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=300
-BGA 1760 1 FF1761 FFG1761
-0
-1760
-1760
-Package_BGA
-Xilinx_FFG1926_FFG1927_FFG1928_FFG1930
-Virtex-7 BGA, NSMD pad definition Appendix A, 45x45mm, 1924 Ball, 44x44 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=303
-BGA 1924 1 FF1926 FFG1926 FF1927 FFG1927 FFV1927 FF1928 FFG1928 FF1930 FFG1930
-0
-1924
-1924
-Package_BGA
-Xilinx_FFV1761
-Virtex-7 BGA, NSMD pad definition Appendix A, 42.5x42.5mm, 1760 Ball, 42x42 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=301
-BGA 1760 1 FFV1761
-0
-1760
-1760
-Package_BGA
-Xilinx_FGG484
-Artix-7 BGA, NSMD pad definition Appendix A, 23x23mm, 484 Ball, 22x22 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=275
-BGA 484 1 FG484 FGG484
-0
-484
-484
-Package_BGA
-Xilinx_FGG676
-Artix-7 BGA, NSMD pad definition Appendix A, 27x27mm, 676 Ball, 26x26 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=276
-BGA 676 1 FG676 FGG676
-0
-676
-676
-Package_BGA
-Xilinx_FGGA484
-Spartan-7 BGA, NSMD pad definition Appendix A, 23x23mm, 484 Ball, 22x22 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=264
-BGA 484 1 FGGA484
-0
-484
-484
-Package_BGA
-Xilinx_FGGA676
-Spartan-7 BGA, NSMD pad definition Appendix A, 27x27mm, 676 Ball, 26x26 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=265
-BGA 676 1 FGGA676
-0
-676
-676
-Package_BGA
-Xilinx_FHG1761
-Virtex-7 BGA, NSMD pad definition Appendix A, 45x45mm, 1760 Ball, 42x42 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=302
-BGA 1760 1 FH1761 FHG1761
-0
-1760
-1760
-Package_BGA
-Xilinx_FLG1925_FLG1926_FLG1928_FLG1930
-Virtex-7 BGA, NSMD pad definition Appendix A, 45x45mm, 1924 Ball, 44x44 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=304
-BGA 1924 1 FL1925 FLG1925 FL1926 FLG1926 FL1928 FLG1928 FL1930 FLG1930
-0
-1924
-1924
-Package_BGA
-Xilinx_FTG256
-Artix-7 BGA, NSMD pad definition Appendix A, 17x17mm, 256 Ball, 16x16 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=269
-BGA 256 1 FT256 FTG256
-0
-256
-256
-Package_BGA
-Xilinx_FTGB196
-Spartan-7 BGA, NSMD pad definition Appendix A, 15x15mm, 196 Ball, 14x14 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=261
-BGA 196 1 FTGB196
-0
-196
-196
-Package_BGA
-Xilinx_RB484
-Artix-7 and Zynq-7000 BGA, NSMD pad definition Appendix A, 23x23mm, 484 Ball, 22x22 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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
-BGA 484 1 RB484
-0
-484
-484
-Package_BGA
-Xilinx_RB676
-Artix-7 BGA, NSMD pad definition Appendix A, 27x27mm, 676 Ball, 26x26 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=280
-BGA 676 1 RB676
-0
-676
-676
-Package_BGA
-Xilinx_RF676
-Kintex-7 BGA, NSMD pad definition Appendix A, 27x27mm, 676 Ball, 26x26 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=297
-BGA 676 1 RF676
-0
-676
-676
-Package_BGA
-Xilinx_RF900
-Kintex-7 and Zynq-7000 BGA, NSMD pad definition Appendix A, 31x31mm, 900 Ball, 30x30 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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
-BGA 900 1 RF900
-0
-900
-900
-Package_BGA
-Xilinx_RF1156
-Zynq-7000 BGA, NSMD pad definition Appendix A, 35x35mm, 1156 Ball, 34x34 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=95
-BGA 1156 1 RF1156
-0
-1156
-1156
-Package_BGA
-Xilinx_RF1157_RF1158
-Virtex-7 BGA, NSMD pad definition Appendix A, 35x35mm, 1156 Ball, 34x34 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=305
-BGA 1156 1 RF1157 RF1158
-0
-1156
-1156
-Package_BGA
-Xilinx_RF1761
-Virtex-7 BGA, NSMD pad definition Appendix A, 42.5x42.5mm, 1760 Ball, 42x42 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=306
-BGA 1760 1 RF1761
-0
-1760
-1760
-Package_BGA
-Xilinx_RF1930
-Virtex-7 BGA, NSMD pad definition Appendix A, 45x45mm, 1924 Ball, 44x44 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=307
-BGA 1924 1 RF1930
-0
-1924
-1924
-Package_BGA
-Xilinx_RFG676
-Zynq-7000 BGA, NSMD pad definition Appendix A, 27x27mm, 676 Ball, 26x26 Layout, 1mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=93
-BGA 676 1 RF676 RFG676
-0
-676
-676
-Package_BGA
-Xilinx_RS484
-Artix-7 BGA, NSMD pad definition Appendix A, 19x19mm, 484 Ball, 22x22 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=279
-BGA 484 0.8 RS484
-0
-484
-484
-Package_BGA
-Xilinx_SBG484
-Artix-7 BGA, NSMD pad definition Appendix A, 19x19mm, 484 Ball, 22x22 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=270
-BGA 484 0.8 SB484 SBG484 SBV484
-0
-484
-484
-Package_BGA
-Xilinx_SBG485
-Zynq-7000 BGA, NSMD pad definition Appendix A, 19x19mm, 484 Ball, 22x22 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=80
-BGA 484 0.8 SBG485 SBV485
-0
-484
-484
-Package_BGA
-csBGA-64_5x5mm_Layout8x8_P0.5mm
-csBGA-64, 5x5mm, 64 Ball, 8x8 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.latticesemi.com/view_document?document_id=213
-BGA 64 0.5
-0
-64
-64
-Package_BGA
-ucBGA-64_4x4mm_Layout8x8_P0.4mm
-ucBGA-64, 4x4mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.latticesemi.com/view_document?document_id=213
-BGA 64 0.4
-0
-64
-64
-Package_CSP
-Analog_LFCSP-8-1EP_3x3mm_P0.5mm_EP1.53x1.85mm
-LFCSP, exposed pad, Analog Devices (http://www.analog.com/media/en/technical-documentation/data-sheets/ADL5542.pdf)
-LFCSP 8 0.5
-0
-12
-5
-Package_CSP
-Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm
-Analog LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_23.pdf, CP-16-23), generated with kicad-footprint-generator ipc_noLead_generator.py
-Analog LFCSP NoLead
-0
-21
-17
-Package_CSP
-Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias
-Analog LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_23.pdf, CP-16-23), generated with kicad-footprint-generator ipc_noLead_generator.py
-Analog LFCSP NoLead
-0
-31
-17
-Package_CSP
-Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.35x2.35mm
-Analog LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_20.pdf, CP-16-20), generated with kicad-footprint-generator ipc_noLead_generator.py
-Analog LFCSP NoLead
-0
-21
-17
-Package_CSP
-Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.35x2.35mm_ThermalVias
-Analog LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_20.pdf, CP-16-20), generated with kicad-footprint-generator ipc_noLead_generator.py
-Analog LFCSP NoLead
-0
-31
-17
-Package_CSP
-Analog_LFCSP-UQ-10_1.3x1.6mm_P0.4mm
-Analog LFCSP-UQ, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_10_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Analog LFCSP-UQ NoLead
-0
-10
-10
-Package_CSP
-Anpec_WLCSP-20_1.76x2.03mm_Layout4x5_P0.4mm
-WLCSP-20, 1.76x2.03mm, 20 Ball, 4x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.lcsc.com/datasheet/lcsc_datasheet_2007032014_Anpec-Elec-APW7261HAI-TRG_C691404.pdf
-CSP 20 0.4
-0
-20
-20
-Package_CSP
-Dialog_WLCSP-34_4.54x1.66mm_Layout17x4_P0.25x0.34mm
-Dialog Semiconductor (Renesas) WLCSP-34, staggered array, 4.54x1.66mm, 34 Ball, 17x4 Layout, 0.25x0.34mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.renesas.com/us/en/document/dst/da7212-datasheet
-CSP 34 0.25x0.34 34-ball
-0
-34
-34
-Package_CSP
-DiodesInc_GEA20_WLCSP-20_1.7x2.1mm_Layout4x5_P0.4mm
-Diodes Incorporated WLCSP-20, GEA20, 1.7x2.1mm, 20 Ball, 4x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.diodes.com/assets/Package-Files/GEA20.pdf
-CSP 20 0.4
-0
-20
-20
-Package_CSP
-Efinix_WLCSP-64_3.5353x3.3753mm_Layout8x8_P0.4mm
-Efinix WLCSP, NSMD pad definition Page 60, 3.5353x3.3753mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/titanium-packaging-ug-v5.2.pdf#page=9
-CSP 64 0.4 64-ball WLCSP
-0
-64
-64
-Package_CSP
-Efinix_WLCSP-80_4.4567x3.5569mm_Layout10x8_P0.4mm
-WLCSP-80, NSMD pad definition Page 54, 4.4567x3.5569mm, 80 Ball, 10x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.efinixinc.com/docs/trion-packaging-ug-v4.9.pdf
-CSP 80 0.4 80-ball WLCSP
-0
-80
-80
-Package_CSP
-LFCSP-6-1EP_2x2mm_P0.65mm_EP1x1.6mm
-LFCSP, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_6_3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-11
-7
-Package_CSP
-LFCSP-8-1EP_3x2mm_P0.5mm_EP1.6x1.65mm
-LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/57080735642908cp_8_4.pdf
-LFCSP 8pin thermal pad 3x2mm Pitch 0.5mm
-0
-9
-9
-Package_CSP
-LFCSP-8-1EP_3x3mm_P0.5mm_EP1.6x2.34mm
-LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_11.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-13
-9
-Package_CSP
-LFCSP-8-1EP_3x3mm_P0.5mm_EP1.6x2.34mm_ThermalVias
-LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_11.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-20
-9
-Package_CSP
-LFCSP-8-1EP_3x3mm_P0.5mm_EP1.45x1.74mm
-LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-8/CP_8_13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-13
-9
-Package_CSP
-LFCSP-8_2x2mm_P0.5mm
-LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_8_6.pdf
-LFCSP 8pin 2x2mm Pitch 0.5mm
-0
-8
-8
-Package_CSP
-LFCSP-10_2x2mm_P0.5mm
-LFCSP, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-10/cp_10_11.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-10
-10
-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.5x1.5mm
-LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp_16_27.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
-LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-21
-17
-Package_CSP
-LFCSP-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias
-LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-26
-17
-Package_CSP
-LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm
-LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-21
-17
-Package_CSP
-LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias
-LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-26
-17
-Package_CSP
-LFCSP-16-1EP_3x3mm_P0.5mm_EP1.854x1.854mm
-16-Lead Lead Frame Chip Scale Package, 3x3mm, 0.5mm pitch, 1.854mm thermal pad (CP-16-22, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_22.pdf)
-LFCSP 16 0.5
-0
-21
-17
-Package_CSP
-LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm
-LFCSP, 16 pin, 4x4mm, 2.1mm sq pad (http://www.analog.com/media/en/technical-documentation/data-sheets/ADG633.pdf)
-LFCSP 16 0.65
-0
-21
-17
-Package_CSP
-LFCSP-16-1EP_4x4mm_P0.65mm_EP2.4x2.4mm
-LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp-16-40.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-21
-17
-Package_CSP
-LFCSP-16-1EP_4x4mm_P0.65mm_EP2.4x2.4mm_ThermalVias
-LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp-16-40.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-31
-17
-Package_CSP
-LFCSP-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm
-LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp_16_17.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-21
-17
-Package_CSP
-LFCSP-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm_ThermalVias
-LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp_16_17.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-31
-17
-Package_CSP
-LFCSP-16_3x3mm_P0.5mm
-LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_32.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-16
-16
-Package_CSP
-LFCSP-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm
-LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead MO-220-WGGD-1
-0
-25
-21
-Package_CSP
-LFCSP-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm_ThermalVias
-LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead MO-220-WGGD-1
-0
-27
-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_noLead_generator.py
-LFCSP NoLead
-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_noLead_generator.py
-LFCSP NoLead
-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_EP0.5x0.5mm
-LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-24/CP_24_25.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-26
-25
-Package_CSP
-LFCSP-24-1EP_4x4mm_P0.5mm_EP2.3x2.3mm
-LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-29
-25
-Package_CSP
-LFCSP-24-1EP_4x4mm_P0.5mm_EP2.3x2.3mm_ThermalVias
-LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-39
-25
-Package_CSP
-LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm
-LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-29
-25
-Package_CSP
-LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias
-LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-39
-25
-Package_CSP
-LFCSP-28-1EP_5x5mm_P0.5mm_EP3.14x3.14mm
-LFCSP, 28 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-28/CP_28_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-33
-29
-Package_CSP
-LFCSP-28-1EP_5x5mm_P0.5mm_EP3.14x3.14mm_ThermalVias
-LFCSP, 28 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-28/CP_28_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-43
-29
-Package_CSP
-LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm
-LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-42
-33
-Package_CSP
-LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias
-LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-59
-33
-Package_CSP
-LFCSP-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm
-LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/3416438741201015623cp_32_4.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-37
-33
-Package_CSP
-LFCSP-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm_ThermalVias
-LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/3416438741201015623cp_32_4.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-47
-33
-Package_CSP
-LFCSP-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm
-LFCSP, 32 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ADV7280.PDF#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-37
-33
-Package_CSP
-LFCSP-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias
-LFCSP, 32 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ADV7280.PDF#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-47
-33
-Package_CSP
-LFCSP-32-1EP_5x5mm_P0.5mm_EP3.25x3.25mm
-32-Lead Frame Chip Scale Package LFCSP (5mm x 5mm); (see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-32/CP_32_27.pdf
-LFCSP 0.5
-0
-37
-33
-Package_CSP
-LFCSP-40-1EP_6x6mm_P0.5mm_EP3.9x3.9mm
-LFCSP, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_40_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-45
-41
-Package_CSP
-LFCSP-40-1EP_6x6mm_P0.5mm_EP3.9x3.9mm_ThermalVias
-LFCSP, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_40_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-55
-41
-Package_CSP
-LFCSP-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm
-LFCSP, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-40/CP_40_15.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-45
-41
-Package_CSP
-LFCSP-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias
-LFCSP, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-40/CP_40_15.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-55
-41
-Package_CSP
-LFCSP-40-1EP_6x6mm_P0.5mm_EP4.65x4.65mm
-LFCSP, 40 Pin (https://www.jedec.org/system/files/docs/MO-220K01.pdf (variation VJJD-5)), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-45
-41
-Package_CSP
-LFCSP-40-1EP_6x6mm_P0.5mm_EP4.65x4.65mm_ThermalVias
-LFCSP, 40 Pin (https://www.jedec.org/system/files/docs/MO-220K01.pdf (variation VJJD-5)), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-55
-41
-Package_CSP
-LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm
-LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-58
-49
-Package_CSP
-LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm_ThermalVias
-LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead
-0
-75
-49
-Package_CSP
-LFCSP-56-1EP_8x8mm_P0.5mm_EP6.6x6.6mm
-LFCSP, 56 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-56/CP_56_9.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead Analog-LFCSP_WQ-CP-56-9 JEDEC-MO-220-WLLD-5-Modified-EP-size
-0
-66
-57
-Package_CSP
-LFCSP-56-1EP_8x8mm_P0.5mm_EP6.6x6.6mm_ThermalVias
-LFCSP, 56 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-56/CP_56_9.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LFCSP NoLead Analog-LFCSP_WQ-CP-56-9 JEDEC-MO-220-WLLD-5-Modified-EP-size
-0
-76
-57
-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
-65
-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
-Macronix_WLCSP-12_2.02x2.09mm_Layout4x4_P0.5mm
-WLCSP-12, 2.02x2.09mm, 12 Ball, 4x4 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.macronix.com/Lists/Datasheet/Attachments/8909/MX25U3232F,%201.8V,%2032Mb,%20v1.2.pdf#page=93
-CSP 12 0.5
-0
-12
-12
-Package_CSP
-Maxim_WLCSP-35_2.998x2.168mm_Layout7x5_P0.4mm
-WLCSP-35, 2.998x2.168mm, 35 Ball, 7x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://pdfserv.maximintegrated.com/package_dwgs/21-100489.PDF
-CSP 35 0.4
-0
-35
-35
-Package_CSP
-NXP_SOT1444-5_WLCSP-49_3.44x3.44mm_Layout7x7_P0.4mm
-NXP WLCSP49 (Case SOT1444-5), 0.24mm pad, 3.44x3.44mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.nxp.com/docs/en/package-information/SOT1444-5.pdf
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-NXP_SOT1450-2_WLCSP-100_5.07x5.07mm_Layout10x10_P0.5mm
-NXP WLCSP100 (Case SOT1450-2), 0.28mm pad, 5.07x5.07mm, 100 Ball, 10x10 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.nxp.com/docs/en/package-information/SOT1450-2.pdf
-CSP 100 0.5
-0
-100
-100
-Package_CSP
-Nexperia_WLCSP-15_2.37x1.17mm_Layout6x3_P0.4mmP0.8mm
-Nexperia wafer level chip-size package; 15 bumps (6-3-6), 2.37x1.17mm, 15 Ball, 6x3 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://assets.nexperia.com/documents/data-sheet/PCMFXUSB3S_SER.pdf
-CSP 15 0.4
-0
-15
-15
-Package_CSP
-OnSemi_ODCSP8_BGA-8_3.16x3.16mm_Layout3x3_P1.26mm
-OnSemi ODCSP8 (Case 570CS), 0.27mm pad, 3.16x3.16mm, 8 Ball, 3x3 Layout, 1.26mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.onsemi.com/pub/Collateral/570CS.PDF
-CSP 8 1.26
-0
-8
-8
-Package_CSP
-OnSemi_ODCSP8_BGA-8_3.16x3.16mm_Layout3x3_P1.26mm_ManualAssembly
-OnSemi ODCSP8 (Case 570CS), 0.46mm pad, manual assembly variant (larger pads), 3.16x3.16mm, 8 Ball, 3x3 Layout, 1.26mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.onsemi.com/pub/Collateral/570CS.PDF
-CSP 8 1.26
-0
-8
-8
-Package_CSP
-OnSemi_ODCSP36_BGA-36_6.13x6.13mm_Layout6x6_P1.0mm
-OnSemi ODCSP36 (Case 570CP), 0.27mm pad, 6.13x6.13mm, 36 Ball, 6x6 Layout, 1.0mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.onsemi.com/pub/Collateral/570CP.PDF
-CSP 36 1.0
-0
-36
-36
-Package_CSP
-OnSemi_ODCSP36_BGA-36_6.13x6.13mm_Layout6x6_P1.0mm_ManualAssembly
-OnSemi ODCSP36 (Case 570CP), 0.47mm pad, manual assembly variant (larger pads), 6.13x6.13mm, 36 Ball, 6x6 Layout, 1.0mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.onsemi.com/pub/Collateral/570CP.PDF
-CSP 36 1.0
-0
-36
-36
-Package_CSP
-ST_WLCSP-12_1.7x1.42mm_Layout4x6_P0.35mm_Stagger
-ST WLCSP-12, ST Die ID 443, 1.7x1.42mm, 12 Ball, Y-staggered 4x6 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32c011d6.pdf
-CSP 12 0.35
-0
-12
-12
-Package_CSP
-ST_WLCSP-18_1.86x2.14mm_Layout7x5_P0.4mm_Stagger
-ST WLCSP-18, ST Die ID 466, 1.86x2.14mm, 18 Ball, X-staggered 7x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32g031y8.pdf
-CSP 18 0.4
-0
-18
-18
-Package_CSP
-ST_WLCSP-19_1.643x2.492mm_Layout4x11_P0.35mm_Stagger
-ST WLCSP-19, ST Die ID 493, 1.643x2.492mm, 19 Ball, Y-staggered 4x11 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32c071kb.pdf#page=100
-CSP 19 0.35 ST-Die-493 ST-Package-B0MQ
-0
-19
-19
-Package_CSP
-ST_WLCSP-20_1.94x2.4mm_Layout4x5_P0.4mm
-ST WLCSP-20, ST die ID 456, 1.94x2.4mm, 20 Ball, 4x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32g051f8.pdf#page=102
-CSP 20 0.4
-0
-20
-20
-Package_CSP
-ST_WLCSP-25_2.3x2.48mm_Layout5x5_P0.4mm
-ST WLCSP-25, ST die ID 460, 2.3x2.48mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32g071eb.pdf
-CSP 25 0.4
-0
-25
-25
-Package_CSP
-ST_WLCSP-25_2.33x2.24mm_Layout5x5_P0.4mm
-ST WLCSP-25, ST Die ID 474, 2.33x2.24mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32h503eb.pdf
-CSP 25 0.4
-0
-25
-25
-Package_CSP
-ST_WLCSP-25_Die425
-WLCSP-25, 2.097x2.493mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l031f6.pdf#page=112
-CSP 25 0.4
-0
-25
-25
-Package_CSP
-ST_WLCSP-25_Die444
-WLCSP-25, 2.423x2.325mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f031k6.pdf#page=93
-CSP 25 0.4
-0
-25
-25
-Package_CSP
-ST_WLCSP-25_Die457
-WLCSP-25, 2.133x2.07mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l011k3.pdf#page=100
-CSP 25 0.4
-0
-25
-25
-Package_CSP
-ST_WLCSP-27_2.34x2.55mm_Layout9x6_P0.4mm_Stagger
-ST WLCSP-27, ST Die ID 459, 2.34x2.55mm, 27 Ball, X-staggered 9x6 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u031g6.pdf
-CSP 27 0.4
-0
-27
-27
-Package_CSP
-ST_WLCSP-36_2.58x3.07mm_Layout6x6_P0.4mm
-ST WLCSP-36, ST die ID 464, 2.58x3.07mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32l412t8.pdf
-CSP 36 0.4
-0
-36
-36
-Package_CSP
-ST_WLCSP-36_2.83x2.99mm_Layout7x13_P0.4mm_Stagger_Offcenter
-ST WLCSP-36, ST Die ID 032, 2.83x2.99mm, 36 Ball, Y-staggered 7x13 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32wb09te.pdf#page=59
-CSP 36 0.4 ST-Die-032 ST-Package-B0LY
-0
-36
-36
-Package_CSP
-ST_WLCSP-36_2.652x2.592mm_Layout7x12_P0.4mm_Stagger_Offcenter
-ST WLCSP-36, ST Die ID 028, 2.652x2.592mm, 36 Ball, Y-staggered 7x12 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32wb05tz.pdf#page=55
-CSP 36 0.4 ST-Die-028 ST-Package-01C1
-0
-36
-36
-Package_CSP
-ST_WLCSP-36_Die417
-WLCSP-36, 2.61x2.88mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l052t8.pdf#page=123
-CSP 36 0.4
-0
-36
-36
-Package_CSP
-ST_WLCSP-36_Die440
-WLCSP-36, 2.605x2.703mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f051t8.pdf#page=103
-CSP 36 0.4
-0
-36
-36
-Package_CSP
-ST_WLCSP-36_Die445
-WLCSP-36, 2.605x2.703mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=96
-CSP 36 0.4
-0
-36
-36
-Package_CSP
-ST_WLCSP-36_Die458
-WLCSP-36, 2.553x2.579mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f410t8.pdf#page=119
-CSP 36 0.4
-0
-36
-36
-Package_CSP
-ST_WLCSP-39_2.76x2.78mm_Layout11x7_P0.4mm_Stagger
-ST WLCSP-39, ST Die ID 478, 2.76x2.78mm, 39 Ball, X-staggered 11x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32h523he.pdf#page=197
-CSP 39 0.4 ST-Package-B0MM
-0
-39
-39
-Package_CSP
-ST_WLCSP-41_2.98x2.76mm_Layout13x7_P0.4mm_Stagger
-ST WLCSP-41, 2.98x2.76mm, 41 Ball, X-staggered 13x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32wba55hg.pdf#page=140
-CSP 41 0.4
-0
-41
-41
-Package_CSP
-ST_WLCSP-42_2.93x2.82mm_Layout12x7_P0.4mm_Stagger
-ST WLCSP-42, ST Die ID 489, 2.93x2.82mm, 42 Ball, X-staggered 12x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u073rc.pdf
-CSP 42 0.4
-0
-42
-42
-Package_CSP
-ST_WLCSP-49_3.3x3.38mm_Layout7x7_P0.4mm_Offcenter
-ST WLCSP-49, off-center ball grid, ST die ID 494, 3.3x3.38mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32wb15cc.pdf#page=119
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_3.14x3.14mm_Layout7x7_P0.4mm_Offcenter
-ST WLCSP-49, ST Die ID 01E, 3.14x3.14mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32wb07cc.pdf#page=62
-CSP 49 0.4 ST-Die-01E ST-Package-01C1
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_3.15x3.13mm_Layout7x7_P0.4mm
-ST WLCSP-49, ST die ID 468, 3.15x3.13mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32g431c6.pdf
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_Die423
-WLCSP-49, 2.965x2.965mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f401vc.pdf#page=115
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_Die431
-WLCSP-49, 2.999x3.185mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f411vc.pdf#page=124
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_Die433
-WLCSP-49, 3.029x3.029mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f401ce.pdf#page=116
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_Die435
-WLCSP-49, 3.141x3.127mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00257211.pdf#page=191
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_Die438
-WLCSP-49, 3.89x3.74mm, 49 Ball, 7x7 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f303r8.pdf#page=112
-CSP 49 0.5
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_Die439
-WLCSP-49, 3.417x3.151mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f301r8.pdf#page=117
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_Die447
-WLCSP-49, 3.294x3.258mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l072kz.pdf#page=134
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-ST_WLCSP-49_Die448
-WLCSP-49, 3.277x3.109mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f071v8.pdf#page=106
-CSP 49 0.4
-0
-49
-49
-Package_CSP
-ST_WLCSP-52_3.09x3.15mm_Layout13x8_P0.4mm_Stagger
-ST WLCSP-52, ST die ID 467, 3.09x3.15mm, 52 Ball, X-staggered 13x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32g0b1ne.pdf#page=136
-CSP 52 0.4
-0
-52
-52
-Package_CSP
-ST_WLCSP-56_3.38x3.38mm_Layout14x8_P0.4mm_Stagger
-ST WLCSP-56, ST die ID 455, 3.38x3.38mm, 56 Ball, X-staggered 14x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u535je.pdf
-CSP 56 0.4
-0
-56
-56
-Package_CSP
-ST_WLCSP-63_Die427
-WLCSP-63, 3.228x4.164mm, 63 Ball, 7x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l151cc.pdf#page=125
-CSP 63 0.4
-0
-63
-63
-Package_CSP
-ST_WLCSP-64_3.56x3.52mm_Layout8x8_P0.4mm
-ST WLCSP-64, ST die ID 479, 3.56x3.52mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32g491re.pdf
-CSP 64 0.4
-0
-64
-64
-Package_CSP
-ST_WLCSP-64_Die414
-WLCSP-64, 4.466x4.395mm, 64 Ball, 8x8 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f103ze.pdf#page=120
-CSP 64 0.5
-0
-64
-64
-Package_CSP
-ST_WLCSP-64_Die427
-WLCSP-64, 4.539x4.911mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l152zc.pdf#page=126
-CSP 64 0.4
-0
-64
-64
-Package_CSP
-ST_WLCSP-64_Die435
-WLCSP-64, 3.141x3.127mm, 64 Ball, 8x8 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00257211.pdf#page=188
-CSP 64 0.35
-0
-64
-64
-Package_CSP
-ST_WLCSP-64_Die436
-WLCSP-64, 4.539x4.911mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l152zd.pdf#page=143
-CSP 64 0.4
-0
-64
-64
-Package_CSP
-ST_WLCSP-64_Die441
-WLCSP-64, 3.623x3.651mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00213872.pdf#page=167
-CSP 64 0.4
-0
-64
-64
-Package_CSP
-ST_WLCSP-64_Die442
-WLCSP-64, 3.347x3.585mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f091vb.pdf#page=109
-CSP 64 0.4
-0
-64
-64
-Package_CSP
-ST_WLCSP-64_Die462
-WLCSP-64, 3.357x3.657mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00340475.pdf#page=189
-CSP 64 0.4
-0
-64
-64
-Package_CSP
-ST_WLCSP-66_Die411
-WLCSP-66, 3.639x3.971mm, 66 Ball, 9x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f207vg.pdf#page=154
-CSP 66 0.4
-0
-66
-66
-Package_CSP
-ST_WLCSP-66_Die432
-WLCSP-66, 3.767x4.229mm, 66 Ball, 8x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f378vc.pdf#page=114
-CSP 66 0.4
-0
-66
-66
-Package_CSP
-ST_WLCSP-72_3.38x3.38mm_Layout16x9_P0.35mm_Stagger
-ST WLCSP-72, ST die ID 455, 3.38x3.38mm, 72 Ball, X-staggered 16x9 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u535je.pdf
-CSP 72 0.35
-0
-72
-72
-Package_CSP
-ST_WLCSP-72_Die415
-WLCSP-72, 4.4084x3.7594mm, 72 Ball, 9x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l476me.pdf#page=255
-CSP 72 0.4
-0
-72
-72
-Package_CSP
-ST_WLCSP-80_3.5x3.27mm_Layout10x16_P0.35mm_Stagger_Offcenter
-ST WLCSP-80, ST die ID 484, 3.5x3.27mm, 80 Ball, Y-staggered 10x16 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32h563mi.pdf
-CSP 80 0.35
-0
-80
-80
-Package_CSP
-ST_WLCSP-81_4.02x4.27mm_Layout9x9_P0.4mm
-ST WLCSP-81, ST die ID 469, 4.02x4.27mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32g483me.pdf
-CSP 81 0.4
-0
-81
-81
-Package_CSP
-ST_WLCSP-81_4.36x4.07mm_Layout9x9_P0.4mm
-ST WLCSP-81, ST die ID 472, 4.36x4.07mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32l562ce.pdf
-CSP 81 0.4
-0
-81
-81
-Package_CSP
-ST_WLCSP-81_Die415
-WLCSP-81, 4.4084x3.7594mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l476me.pdf#page=252
-CSP 81 0.4
-0
-81
-81
-Package_CSP
-ST_WLCSP-81_Die421
-WLCSP-81, 3.693x3.815mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f446ze.pdf#page=192
-CSP 81 0.4
-0
-81
-81
-Package_CSP
-ST_WLCSP-81_Die463
-WLCSP-81, 4.039x3.951mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00282249.pdf#page=175
-CSP 81 0.4
-0
-81
-81
-Package_CSP
-ST_WLCSP-90_4.2x3.95mm_Layout18x10_P0.4mm_Stagger
-ST WLCSP-90, ST die ID 482, 4.2x3.95mm, 90 Ball, X-staggered 18x10 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u575og.pdf#page=306
-CSP 90 0.4
-0
-90
-90
-Package_CSP
-ST_WLCSP-90_Die413
-WLCSP-90, 4.223x3.969mm, 90 Ball, 10x9 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f405og.pdf#page=164
-CSP 90 0.4
-0
-90
-90
-Package_CSP
-ST_WLCSP-99_4.42x3.77mm_Layout11x9_P0.35mm
-ST WLCSP-99, ST die ID 415, 4.42x3.77mm, 99 Ball, 11x9 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32l476vg.pdf
-CSP 99 0.35
-0
-99
-99
-Package_CSP
-ST_WLCSP-100_4.4x4.38mm_Layout10x10_P0.4mm_Offcenter
-ST WLCSP-100, off-center ball grid, ST die ID 495, 4.4x4.38mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32wb55vc.pdf
-CSP 100 0.4
-0
-100
-100
-Package_CSP
-ST_WLCSP-100_4.437x4.456mm_Layout10x10_P0.4mm
-ST WLCSP-100, ST die ID 471, 4.437x4.456mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32l4p5ve.pdf
-CSP 100 0.4
-0
-100
-100
-Package_CSP
-ST_WLCSP-100_Die422
-WLCSP-100, 4.201x4.663mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f302vc.pdf#page=133
-CSP 100 0.4
-0
-100
-100
-Package_CSP
-ST_WLCSP-100_Die446
-WLCSP-100, 4.775x5.041mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f303zd.pdf#page=162
-CSP 100 0.4
-0
-100
-100
-Package_CSP
-ST_WLCSP-100_Die452
-WLCSP-100, 4.201x4.663mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00330506.pdf#page=218
-CSP 100 0.4
-0
-100
-100
-Package_CSP
-ST_WLCSP-100_Die461
-WLCSP-100, 4.618x4.142mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00284211.pdf#page=259
-CSP 100 0.4
-0
-100
-100
-Package_CSP
-ST_WLCSP-101_3.86x3.79mm_Layout11x19_P0.35mm_Stagger
-ST WLCSP-101, ST Die ID 485, 3.86x3.79mm, 101 Ball, Y-staggered 11x19 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32h7r3v8.pdf
-CSP 101 0.35
-0
-101
-101
-Package_CSP
-ST_WLCSP-104_Die437
-WLCSP-104, 4.095x5.094mm, 104 Ball, 9x12 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32l152ze.pdf#page=127
-CSP 104 0.4
-0
-104
-104
-Package_CSP
-ST_WLCSP-115_3.73x4.15mm_Layout11x21_P0.35mm_Stagger
-ST WLCSP-115, ST die ID 483, 3.73x4.15mm, 115 Ball, Y-staggered 11x21 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32h725vg.pdf
-CSP 115 0.35
-0
-115
-115
-Package_CSP
-ST_WLCSP-115_4.63x4.15mm_Layout21x11_P0.4mm_Stagger
-ST WLCSP-115, ST die ID 461, 4.63x4.15mm, 115 Ball, X-staggered 21x11 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32l496wg.pdf
-CSP 115 0.4
-0
-115
-115
-Package_CSP
-ST_WLCSP-132_4.57x4.37mm_Layout12x11_P0.35mm
-ST WLCSP-132, ST die ID 480, 4.57x4.37mm, 132 Ball, 12x11 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32h7a3ai.pdf
-CSP 132 0.35
-0
-132
-132
-Package_CSP
-ST_WLCSP-143_Die419
-WLCSP-143, 4.521x5.547mm, 143 Ball, 11x13 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f429ng.pdf#page=203
-CSP 143 0.4
-0
-143
-143
-Package_CSP
-ST_WLCSP-143_Die449
-WLCSP-143, 4.539x5.849mm, 143 Ball, 11x13 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f746zg.pdf#page=202
-CSP 143 0.4
-0
-143
-143
-Package_CSP
-ST_WLCSP-144_Die470
-WLCSP-144, 5.24x5.24mm, 144 Ball, 12x12 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00366448.pdf#page=295
-CSP 144 0.4
-0
-144
-144
-Package_CSP
-ST_WLCSP-150_5.38x5.47mm_Layout13x23_P0.4mm_Stagger
-ST WLCSP-150, ST die ID 481, 5.38x5.47mm, 150 Ball, Y-staggered 13x23 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u595zj.pdf
-CSP 150 0.4
-0
-150
-150
-Package_CSP
-ST_WLCSP-156_4.96x4.64mm_Layout13x12_P0.35mm
-ST WLCSP-156, ST die ID 450, 4.96x4.64mm, 156 Ball, 13x12 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32h747xi.pdf
-CSP 156 0.35
-0
-156
-156
-Package_CSP
-ST_WLCSP-168_Die434
-WLCSP-168, 4.891x5.692mm, 168 Ball, 12x14 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/stm32f469ni.pdf#page=198
-CSP 168 0.4
-0
-168
-168
-Package_CSP
-ST_WLCSP-180_Die451
-WLCSP-180, 5.537x6.095mm, 180 Ball, 13x14 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.st.com/resource/en/datasheet/DM00273119.pdf#page=240
-CSP 180 0.4
-0
-180
-180
-Package_CSP
-ST_WLCSP-208_5.8x5.6mm_Layout26x16_P0.35mm_Stagger
-ST WLCSP-208, ST die ID 476, 5.8x5.6mm, 208 Ball, X-staggered 26x16 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u5f9bj.pdf
-CSP 208 0.35
-0
-208
-208
-Package_CSP
-ST_WLCSP-208_5.38x5.47mm_Layout26x16_P0.35mm_Stagger
-ST WLCSP-208, ST die ID 481, 5.38x5.47mm, 208 Ball, X-staggered 26x16 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.st.com/resource/en/datasheet/stm32u5a5aj.pdf
-CSP 208 0.35
-0
-208
-208
-Package_CSP
-WLCSP-4_0.64x0.64mm_Layout2x2_P0.35mm
-WLCSP-4, 0.64x0.64mm, 4 Ball, 2x2 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.onsemi.com/pdf/datasheet/ncp163-d.pdf#page=23
-CSP 4 0.35
-0
-4
-4
-Package_CSP
-WLCSP-4_0.89x0.89mm_Layout2x2_P0.5mm
-X1-WLB0909-4, 0.89x0.89mm, 4 Ball, 2x2 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.diodes.com/assets/Datasheets/AP22913.pdf
-CSP 4 0.5
-0
-4
-4
-Package_CSP
-WLCSP-6_1.4x1.0mm_P0.4mm
-6pin Pitch 0.4mm
-6pin Pitch 0.4mm WLCSP
-0
-6
-6
-Package_CSP
-WLCSP-8_1.58x1.63x0.35mm_Layout3x5_P0.35x0.4mm_Ball0.25mm_Pad0.25mm_NSMD
-WLCSP/XFBGA 8-pin package, staggered pins, http://www.adestotech.com/wp-content/uploads/DS-AT25DF041B_040.pdf
-WLCSP WLCSP-8 XFBGA XFBGA-8 CSP BGA Chip-Scale Glass-Top
-0
-8
-8
-Package_CSP
-WLCSP-8_1.551x2.284mm_Layout2x4_P0.5mm
-WLCSP-8, 1.551x2.284mm, 8 Ball, 2x4 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.adestotech.com/wp-content/uploads/AT25SL321_112.pdf#page=75
-CSP 8 0.5
-0
-8
-8
-Package_CSP
-WLCSP-9_1.21x1.22mm_Layout3x3_P0.4mm
-WLCSP-9, 1.21x1.22mm, 9 Ball, 3x3 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/wlcspcb/cb_9_3.pdf
-CSP 9 0.4
-0
-9
-9
-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_Layout6x4_P0.4mm_Stagger
-WLCSP-12, staggered array, 1.403x1.555mm, 12 Ball, X-staggered 6x4 Layout, 0.4mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://ww1.microchip.com/downloads/en/devicedoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=208
-CSP 12 0.4
-0
-12
-12
-Package_CSP
-WLCSP-16_1.409x1.409mm_Layout4x4_P0.35mm
-WLCSP-16, 1.409x1.409mm, 16 Ball, 4x4 Layout, 0.35mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, http://www.latticesemi.com/view_document?document_id=213
-CSP 16 0.35
-0
-16
-16
-Package_CSP
-WLCSP-16_2.225x2.17mm_Layout4x4_P0.5mm
-WLCSP-16 2.225x2.17mm, 2.225x2.17mm, 16 Ball, 4x4 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, 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
-Xilinx_CSG48_7.0x7.0mm_Layout7x7_P0.8mm
-XC9572XL CS BGA, 7x7mm, 48 Ball, 7x7 Layout, 0.8mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://www.xilinx.com/content/dam/xilinx/support/documents/package_specs/cs48.pdf
-CSP 48 0.8 CS48 CSG48
-0
-48
-48
-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_AOZ666xDI_DFN-8-1EP_3x3mm_P0.65mm_EP1.25x2.7mm
-AO AOZ666xDI DFN, 8 Pin (https://aosmd.com/res/data_sheets/AOZ6663DI-01.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py
-AO DFN NoLead
-0
-13
-9
-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
-Analog_QFN-28-36-2EP_5x6mm_P0.5mm
-QFN, 28 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/qfn_28_05-08-1836.pdf)
-QFN NoLead
-0
-38
-30
-Package_DFN_QFN
-ArtInChip_QFN-68-1EP_7x7mm_P0.35mm_EP5.49x5.49mm
-ArtInChip QFN, 68 Pin (https://artinchip.com/upload/files/product/20240112/17050529177725663.pdf/#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py
-ArtInChip QFN NoLead
-0
-78
-69
-Package_DFN_QFN
-ArtInChip_QFN-68-1EP_7x7mm_P0.35mm_EP5.49x5.49mm_ThermalVias
-ArtInChip QFN, 68 Pin (https://artinchip.com/upload/files/product/20240112/17050529177725663.pdf/#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py
-ArtInChip QFN NoLead
-0
-95
-69
-Package_DFN_QFN
-ArtInChip_QFN-88-1EP_10x10mm_P0.4mm_EP6.74x6.74mm
-ArtInChip QFN, 88 Pin (https://artinchip.com/upload/files/product/20240112/17050529177725663.pdf/#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py
-ArtInChip QFN NoLead
-0
-98
-89
-Package_DFN_QFN
-ArtInChip_QFN-88-1EP_10x10mm_P0.4mm_EP6.74x6.74mm_ThermalVias
-ArtInChip QFN, 88 Pin (https://artinchip.com/upload/files/product/20240112/17050529177725663.pdf/#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py
-ArtInChip QFN NoLead
-0
-115
-89
-Package_DFN_QFN
-ArtInChip_QFN-100-1EP_12x12mm_P0.4mm_EP7.4x7.4mm
-ArtInChip QFN, 100 Pin (https://artinchip.com/upload/files/product/20240112/17050529177725663.pdf/#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-ArtInChip QFN NoLead
-0
-110
-101
-Package_DFN_QFN
-ArtInChip_QFN-100-1EP_12x12mm_P0.4mm_EP7.4x7.4mm_ThermalVias
-ArtInChip QFN, 100 Pin (https://artinchip.com/upload/files/product/20240112/17050529177725663.pdf/#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-ArtInChip QFN NoLead
-0
-127
-101
-Package_DFN_QFN
-CDFN-4_2.5x3.2mm_P2.1mm
-CDFN, 4 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/TCG/ProductDocuments/DataSheets/DSC1001-3-4-1.8V-3.3V-Low-Power-Precision-CMOS-Oscillators-DS20005529.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py
-CDFN NoLead Microchip-DFN3225-4LD-PL-1
-0
-4
-4
-Package_DFN_QFN
-CDFN-4_2x2.5mm_P1.65mm
-CDFN, 4 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/TCG/ProductDocuments/DataSheets/DSC1001-3-4-1.8V-3.3V-Low-Power-Precision-CMOS-Oscillators-DS20005529.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py
-CDFN NoLead Microchip-DFN2520-4LD-PL-1
-0
-4
-4
-Package_DFN_QFN
-CDFN-4_3.2x5mm_P2.54mm
-CDFN, 4 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/TCG/ProductDocuments/DataSheets/DSC1001-3-4-1.8V-3.3V-Low-Power-Precision-CMOS-Oscillators-DS20005529.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py
-CDFN NoLead Microchip-DFN5032-4LD-PL-1
-0
-4
-4
-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-4_5x7mm_P5.08mm
-DFN, 4 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/TCG/ProductDocuments/DataSheets/DSC1001-3-4-1.8V-3.3V-Low-Power-Precision-CMOS-Oscillators-DS20005529.pdf#page=14), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead Microchip-DFN75-4LD-PL-1
-0
-4
-4
-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.7x1.6mm
-DFN, 6 Pin (http://www.junmintech.com/UploadFiles/Product/20211129145204_37021.pdf#page=10), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-9
-7
-Package_DFN_QFN
-DFN-6-1EP_2x2mm_P0.5mm_EP0.61x1.42mm
-DC6 Package; 6-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_6_05-08-1703.pdf)
-DFN 0.5
-0
-9
-7
-Package_DFN_QFN
-DFN-6-1EP_2x2mm_P0.65mm_EP1.01x1.7mm
-DFN, 6 Pin (https://www.diodes.com/assets/Package-Files/U-DFN2020-6%20(Type%20C).pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-9
-7
-Package_DFN_QFN
-DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm
-6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)
-DFN 0.65
-0
-9
-7
-Package_DFN_QFN
-DFN-6-1EP_3x2mm_P0.5mm_EP1.65x1.35mm
-DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/(DCB6)%20DFN%2005-08-1715%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-11
-7
-Package_DFN_QFN
-DFN-6-1EP_3x3mm_P0.95mm_EP1.7x2.6mm
-DFN6 3*3 MM, 0.95 PITCH; CASE 506AH-01 (see ON Semiconductor 506AH.PDF)
-DFN 0.95
-0
-13
-7
-Package_DFN_QFN
-DFN-6-1EP_3x3mm_P1mm_EP1.5x2.4mm
-DFN, 6 Pin (https://www.silabs.com/documents/public/data-sheets/Si7020-A20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-11
-7
-Package_DFN_QFN
-DFN-6_1.3x1.2mm_P0.4mm
-6-Lead Plastic DFN (1.3mm x 1.2mm)
-DFN 0.4
-0
-6
-6
-Package_DFN_QFN
-DFN-6_1.6x1.3mm_P0.4mm
-DFN, 6 Pin (https://www.st.com/resource/en/datasheet/tsv991.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-6
-6
-Package_DFN_QFN
-DFN-8-1EP_1.5x1.5mm_P0.4mm_EP0.7x1.2mm
-DFN, 8 Pin (https://www.kinet-ic.com/uploads/KTD2026-7-04h.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.6x1.2mm
-DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/506AQ.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead 506AQ
-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_EP0.9x1.7mm
-DFN, 8 Pin (https://www.diodes.com/assets/Package-Files/U-DFN2020-8-Type-E.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-11
-9
-Package_DFN_QFN
-DFN-8-1EP_2x2mm_P0.5mm_EP0.86x1.55mm
-DFN, 8 Pin (https://www.diodes.com/assets/Datasheets/PAM2841.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-13
-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.37mm
-DFN, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/dfn_8_05-08-1719.pdf), 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
-DFN, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081702_c_ddb8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead Linear-DDB
-0
-11
-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.7x1.6mm
-DFN, 8 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP8904DD/document_id/1244/), 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.7x2.4mm
-DFN, 8 Pin (https://stcmicro.com/datasheet/STC8G-en.pdf#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead STC8G1K08A-36I-DFN8
-0
-10
-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#page=10), 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#page=10), 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.5x2.25mm
-DFN, 8 Pin (https://www.diodes.com/assets/Package-Files/U-DFN3030-8-Type-E.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.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.58x2.35mm
-DFN, 10 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/22005b.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-15
-11
-Package_DFN_QFN
-DFN-10-1EP_3x3mm_P0.5mm_EP1.58x2.35mm_ThermalVias
-DFN, 10 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/22005b.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-20
-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-1EP_3x3mm_P0.5mm_EP1.646x3.1mm
-DFN, 10 Pin (https://www.st.com/resource/en/datasheet/str485.pdf#page=18), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead VSON-10-1EP_3x3mm_P0.5mm_EP1.646x3.1mm
-0
-13
-11
-Package_DFN_QFN
-DFN-10-1EP_3x3mm_P0.5mm_EP1.646x3.1mm_ThermalVias
-DFN, 10 Pin (https://www.st.com/resource/en/datasheet/str485.pdf#page=18), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead VSON-10-1EP_3x3mm_P0.5mm_EP1.646x3.1mm
-0
-20
-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.65x2.38mm
-DFN, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/DFN_12_05-08-1725.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-17
-13
-Package_DFN_QFN
-DFN-12-1EP_3x3mm_P0.45mm_EP1.65x2.38mm_ThermalVias
-DFN, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/DFN_12_05-08-1725.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-24
-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_1.35x3.5mm_P0.5mm
-DFN, 14 Pin (https://m.littelfuse.com/media?resourcetype=datasheets&itemid=9fbe09c9-efee-4022-a889-ca0005cd9b07&filename=littelfuse-tvs-diode-array-sp3012-datasheet#page=5), 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-01 (https://www.onsemi.com/download/package-drawing/pdf/506af.pdf)
-DFN 0.5
-0
-35
-23
-Package_DFN_QFN
-DFN-24-1EP_4x7mm_P0.5mm_EP2.64x6.44mm
-DKD Package; 24-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_24_05-08-1864.pdf)
-DFN 0.5
-0
-35
-25
-Package_DFN_QFN
-DFN-32-1EP_4x7mm_P0.4mm_EP2.64x6.44mm
-DKD Package; 32-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_32_05-08-1734.pdf)
-DFN 0.4
-0
-43
-33
-Package_DFN_QFN
-DFN-44-1EP_5x8.9mm_P0.4mm_EP3.7x8.4mm
-DFN44 8.9x5, 0.4P; CASE 506BU-01 (see ON Semiconductor 506BU.PDF)
-DFN 0.4
-0
-63
-45
-Package_DFN_QFN
-DFN-S-8-1EP_6x5mm_P1.27mm
-8-Lead Plastic Dual Flat, No Lead Package (MF) - 6x5 mm Body [DFN-S] (see Microchip Packaging Specification 00000049BS.pdf)
-DFN 1.27
-0
-16
-9
-Package_DFN_QFN
-DHVQFN-14-1EP_2.5x3mm_P0.5mm_EP1x1.5mm
-DHVQFN, 14 Pin (JEDEC MO-241/VAA, https://assets.nexperia.com/documents/package-information/SOT762-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DHVQFN NoLead
-0
-16
-15
-Package_DFN_QFN
-DHVQFN-16-1EP_2.5x3.5mm_P0.5mm_EP1x2mm
-DHVQFN, 16 Pin (JEDEC MO-241/VAB, https://assets.nexperia.com/documents/package-information/SOT763-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DHVQFN NoLead Nexperia_SOT763-1 Texas_BQB0016A
-0
-19
-17
-Package_DFN_QFN
-DHVQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x3mm
-DHVQFN, 20 Pin (JEDEC MO-241/VAC, https://assets.nexperia.com/documents/package-information/SOT764-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DHVQFN NoLead
-0
-23
-21
-Package_DFN_QFN
-Diodes_DFN1006-3
-DFN package size 1006 3 pins
-DFN package size 1006 3 pins
-0
-3
-3
-Package_DFN_QFN
-Diodes_UDFN-10_1.0x2.5mm_P0.5mm
-U-DFN2510-10 package used by Diodes Incorporated (https://www.diodes.com/assets/Package-Files/U-DFN2510-10-Type-CJ.pdf)
-UDFN-10 U-DFN2510-10 Diodes
-0
-10
-10
-Package_DFN_QFN
-Diodes_UDFN2020-6_Type-F
-U-DFN2020-6 (Type F) (https://www.diodes.com/assets/Package-Files/U-DFN2020-6-Type-F.pdf)
-U-DFN2020-6 (Type F)
-0
-8
-8
-Package_DFN_QFN
-Diodes_UDFN3810-9_TYPE_B
-9-pin UDFN package, 1.0x3.8mm, (Ref: https://www.diodes.com/assets/Datasheets/D3V3X8U9LP3810.pdf)
-UDFN SMD
-0
-9
-9
-Package_DFN_QFN
-Diodes_ZL32_TQFN-32-1EP_3x6mm_P0.4mm_EP1.25x3.5mm
-Diodes ZL32 TQFN, 32 Pin (https://www.diodes.com/assets/Package-Files/ZL32.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Diodes TQFN NoLead
-0
-41
-33
-Package_DFN_QFN
-EPC_QFN-13-3EP_3.5x5mm_P0.5mm
-EPC QFN-13, 5.0x3.5mm, Pitch 0.5mm, https://epc-co.com/epc/Portals/0/epc/documents/datasheets/EPC23102_datasheet.pdf
-ePower-Stage-IC EPC23102 EPC23103 EPC23104
-0
-62
-13
-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
-44
-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
-HXQFN-16-1EP_3x3mm_P0.5mm_EP1.85x1.85mm
-HXQFN, 16 Pin (https://www.nxp.com/docs/en/data-sheet/NX3L4051.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py
-HXQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-HXQFN-16-1EP_3x3mm_P0.5mm_EP1.85x1.85mm_ThermalVias
-HXQFN, 16 Pin (https://www.nxp.com/docs/en/data-sheet/NX3L4051.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py
-HXQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-IDT_QFN-12-1EP_2x2mm_P0.5mm_EP1.1x1.1mm
-IDT QFN, 12 Pin (https://www.renesas.com/en/document/psc/neg12-package-outline-20-x-20-mm-body-epad-11-x-11-mm-050-mm-pitch-qfn), generated with kicad-footprint-generator ipc_noLead_generator.py
-IDT QFN NoLead IDT_NEG-12
-0
-14
-13
-Package_DFN_QFN
-IDT_QFN-12-1EP_2x2mm_P0.5mm_EP1.1x1.1mm_ThermalVias
-IDT QFN, 12 Pin (https://www.renesas.com/en/document/psc/neg12-package-outline-20-x-20-mm-body-epad-11-x-11-mm-050-mm-pitch-qfn), generated with kicad-footprint-generator ipc_noLead_generator.py
-IDT QFN NoLead IDT_NEG-12
-0
-19
-13
-Package_DFN_QFN
-Infineon_MLPQ-16-14-1EP_4x4mm_P0.5mm
-MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134)
-mlpq 32 7x7mm
-0
-19
-15
-Package_DFN_QFN
-Infineon_MLPQ-40-32-1EP_7x7mm_P0.5mm
-MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134)
-mlpq 32 7x7mm
-0
-76
-33
-Package_DFN_QFN
-Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm
-MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2052mpbf.pdf?fileId=5546d462533600a401535675d3b32788)
-mlpq 32 7x7mm
-0
-115
-49
-Package_DFN_QFN
-Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.55x5.55mm
-MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793)
-mlpq 32 7x7mm
-0
-113
-49
-Package_DFN_QFN
-Infineon_PQFN-22-15-4EP_6x5mm_P0.65mm
-PQFN 22 leads, 5x6mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4301.pdf?fileId=5546d462533600a4015355d5fc691819, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134)
-pqfn 22 5x6mm
-0
-56
-15
-Package_DFN_QFN
-Infineon_PQFN-44-31-5EP_7x7mm_P0.5mm
-PQFN 44 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4302.pdf?fileId=5546d462533600a4015355d602a9181d, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134)
-pqfn 44 7x7mm
-0
-125
-27
-Package_DFN_QFN
-LQFN-10-1EP_2x2mm_P0.5mm_EP0.7x0.7mm
-LQFN, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfn/05081644_0_LQFN10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LQFN NoLead
-0
-12
-11
-Package_DFN_QFN
-LQFN-12-1EP_2x2mm_P0.5mm_EP0.7x0.7mm
-LQFN, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfn/05081530_B_LQFN12.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LQFN NoLead
-0
-14
-13
-Package_DFN_QFN
-LQFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm
-LQFN, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfn/05081595_0_lqfn16.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LQFN NoLead
-0
-18
-17
-Package_DFN_QFN
-Linear_DE14MA
-14-Lead Plastic DFN, 4mm x 3mm (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081731_C_DE14MA.pdf)
-DFN 0.5
-0
-14
-14
-Package_DFN_QFN
-Linear_UGK52_QFN-46-52
-Linear UKG52(46) package, QFN-52-1EP variant (see http://cds.linear.com/docs/en/datasheet/3886fe.pdf)
-QFN 0.5
-0
-62
-47
-Package_DFN_QFN
-MLF-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm
-MLF, 6 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5353.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-MLF NoLead
-0
-9
-7
-Package_DFN_QFN
-MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm
-8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf)
-DFN MLF 0.65
-0
-12
-9
-Package_DFN_QFN
-MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm_ThermalVias
-8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf)
-DFN MLF 0.65
-0
-15
-9
-Package_DFN_QFN
-MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm
-MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py
-MLF NoLead
-0
-25
-21
-Package_DFN_QFN
-MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias
-MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py
-MLF NoLead
-0
-30
-21
-Package_DFN_QFN
-MLPQ-16-1EP_4x4mm_P0.65mm_EP2.8x2.8mm
-Micro Leadframe Package, 16 pin with exposed pad
-MLPQ- 0.65
-0
-21
-17
-Package_DFN_QFN
-MPS_QFN-12_2x2mm_P0.4mm
-MPS QFN, 12 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP5087A#page24), generated with kicad-footprint-generator ipc_noLead_generator.py
-MPS QFN NoLead
-0
-12
-12
-Package_DFN_QFN
-MPS_QFN-16_3x3mm_P0.5mm
-MPS QFN, 16 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP8859/document_id/4033/), generated with kicad-footprint-generator ipc_noLead_generator.py
-MPS QFN NoLead
-0
-16
-16
-Package_DFN_QFN
-Maxim_FC2QFN-14_2.5x2.5mm_P0.5mm
-14-FC2QFN, 14/12 Pin, https://pdfserv.maximintegrated.com/land_patterns/90-100127.PDF
-FC2QFN NoLead
-0
-12
-12
-Package_DFN_QFN
-Maxim_TDFN-6-1EP_3x3mm_P0.95mm_EP1.5x2.3mm
-Maxim TDFN, 6 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/MAX4460-MAX4462.pdf#page=19, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tdfn-ep/21-0137.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Maxim TDFN NoLead
-0
-11
-7
-Package_DFN_QFN
-Maxim_TDFN-12-1EP_3x3mm_P0.5mm_EP1.7x2.5mm
-Maxim TDFN, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/land-pattern/tdfn/90-0397.pdf)
-DFN NoLead
-0
-17
-13
-Package_DFN_QFN
-Maxim_TDFN-12-1EP_3x3mm_P0.5mm_EP1.7x2.5mm_ThermalVias
-Maxim TDFN, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/land-pattern/tdfn/90-0397.pdf)
-DFN NoLead
-0
-23
-13
-Package_DFN_QFN
-Maxim_WSON-8-1EP_3x2mm_P0.5mm_EP1.75x1.63mm
-Maxim WSON, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tdfn-ep/21-0174.pdf, https://www.analog.com/media/en/package-pcb-resources/land-pattern/tdfn-ep/90-0091.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Maxim WSON NoLead WDFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.63mm Maxim_TDFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.63mm Maxim_T823+1 JEDEC_WCED-2 JEDEC_W2030D-2
-0
-10
-9
-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
-NXP_VQFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm
-NXP VQFN, 16 Pin (https://www.nxp.com/docs/en/package-information/SOT629-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-NXP VQFN NoLead NXP_SOT629-1 NXP_HVQFN16 JEDEC_MO-220-VGGC
-0
-21
-17
-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
-Nordic_AQFN-94-1EP_7x7mm_P0.4mm
-aQFN, Nordic, nRF5340, https://infocenter.nordicsemi.com/pdf/nRF5340_PS_v1.2.pdf
-aqfn qfn nordic nrf nrf5340 aqfn94
-0
-103
-95
-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_DFN-14-1EP_4x4mm_P0.5mm_EP2.7x3.4mm
-OnSemi DFN, 14 Pin (https://www.onsemi.com/pub/Collateral/506CM.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-OnSemi DFN NoLead
-0
-24
-15
-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_UDFN-16-1EP_1.35x3.3mm_P0.4mm_EP0.4x2.8mm
-OnSemi UDFN, 16 Pin (https://www.onsemi.com/pdf/datasheet/cm1624-d.pdf#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py
-OnSemi UDFN NoLead
-0
-20
-17
-Package_DFN_QFN
-OnSemi_VCT-28_3.5x3.5mm_P0.4mm
-OnSemi VCT, 28 Pin (http://www.onsemi.com/pub/Collateral/601AE.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-OnSemi VCT NoLead
-0
-28
-28
-Package_DFN_QFN
-OnSemi_XDFN-10_1.35x2.2mm_P0.4mm
-10-Lead Plastic XDFN (1.35mm x 2.2mm) (see https://www.onsemi.com/pdf/datasheet/emi8132-d.pdf)
-OnSemi XDFN-10 0.4
-0
-10
-10
-Package_DFN_QFN
-OnSemi_XDFN4-1EP_1.0x1.0mm_EP0.52x0.52mm
-XDFN4 footprint (as found on the https://www.onsemi.com/pub/Collateral/NCP115-D.PDF)
-OnSemi XDFN4
-0
-5
-5
-Package_DFN_QFN
-PQFN-8-EP_6x5mm_P1.27mm_Generic
-Universal Footprint for Thermally-enhanced SO-8 packages; compatible with Vishay PowerPAK SO−8, International Rectifier PQFN, Texas Instrument SON 5 × 6 mm (Q5A), Alpha and Omega DFN 5 × 6, ST Microelectronics PowerFLAT™ 5 × 6, Toshiba SOP Advance, Infineon Super SO8, NXP LFPAK (SOT669), Renesas WPAK(3F) / LFPAK, Fairchild Power 56, APEC PMPAK 5 × 6, MagnaChip PowerDFN56, ROHM HSOP8, UBIQ PRPAK56, NIKO−SEM PDFN 5 × 6, NEC 8-pin HVSON. Datasheets: https://www.onsemi.com/pub/Collateral/AND9137-D.PDF, https://assets.nexperia.com/documents/leaflet/75016838.pdf
-Thermally-enhanced SO-8 PowerPAK PQFN Q5A PowerFLAT LFPAK SOT669 WPAK(3F) LFPAK Power56 PMPAK PowerDFN56 HSOP8 PRPAK56 PDFN HVSON
-0
-21
-5
-Package_DFN_QFN
-Panasonic_HQFN-16-1EP_4x4mm_P0.65mm_EP2.9x2.9mm
-Panasonic HQFN-16, 4x4x0.85mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HQFN016-A-0404XZL_EN.pdf)
-panasonic hqfn
-0
-37
-17
-Package_DFN_QFN
-Panasonic_HSON-8_8x8mm_P2.00mm
-Panasonic HSON-8, 8x8x1.25mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HSON008-A-0808XXI_EN.pdf)
-panasonic hson
-0
-27
-9
-Package_DFN_QFN
-QFN-8-1EP_6x5mm_P1.27mm_EP3.4x4.2mm
-QFN, 8 Pin (https://help.1nce.com/dev-hub/docs/sim-chips-iot-industrial), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-13
-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.45x1.45mm
-QFN, 12 Pin (https://www.st.com/resource/en/datasheet/tcpp01-m12.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead QFN12L
-0
-15
-13
-Package_DFN_QFN
-QFN-12-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias
-QFN, 12 Pin (https://www.st.com/resource/en/datasheet/tcpp01-m12.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead QFN12L
-0
-18
-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_1.8x2.6mm_P0.4mm_EP0.7x1.5mm
-QFN, 16 Pin (https://www.st.com/resource/en/datasheet/stg3692.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead QFN16L
-0
-18
-17
-Package_DFN_QFN
-QFN-16-1EP_1.8x2.6mm_P0.4mm_EP0.7x1.5mm_ThermalVias
-QFN, 16 Pin (https://www.st.com/resource/en/datasheet/stg3692.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead QFN16L
-0
-22
-17
-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 (https://www.st.com/resource/en/datasheet/tsv521.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.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_3x3mm_P0.5mm_EP1.675x1.675mm
-QFN, 16 Pin (https://media.melexis.com/-/media/files/documents/datasheets/mlx90395-datasheet-melexis.pdf#page=55), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-18
-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.5x2.5mm
-QFN, 24 Pin (https://www.lcsc.com/datasheet/lcsc_datasheet_2006041834_Everanalog-IC-design-EA3058QDR_C575412.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.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_4x4mm_P0.5mm_EP2.75x2.75mm
-QFN, 24 Pin (https://www.infineon.com/dgdl/Infineon-EZ-PD_BCR_Datasheet_USB_Type-C_Port_Controller_for_Power_Sinks-DataSheet-v03_00-EN.pdf?fileId=8ac78c8c7d0d8da4017d0ee7ce9d70ad), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-29
-25
-Package_DFN_QFN
-QFN-24-1EP_4x4mm_P0.5mm_EP2.75x2.75mm_ThermalVias
-QFN, 24 Pin (https://www.infineon.com/dgdl/Infineon-EZ-PD_BCR_Datasheet_USB_Type-C_Port_Controller_for_Power_Sinks-DataSheet-v03_00-EN.pdf?fileId=8ac78c8c7d0d8da4017d0ee7ce9d70ad), 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
-39
-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
-51
-25
-Package_DFN_QFN
-QFN-24-1EP_5x5mm_P0.65mm_EP3.25x3.25mm
-QFN, 24 Pin (https://semtech.my.salesforce.com/sfc/p/#E0000000JelG/a/44000000MDkO/lWPNMeJClEs8Zvyu7AlDlKSyZqhYdVpQzFLVfUp.EXs), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-29
-25
-Package_DFN_QFN
-QFN-24-1EP_5x5mm_P0.65mm_EP3.25x3.25mm_ThermalVias
-QFN, 24 Pin (https://semtech.my.salesforce.com/sfc/p/#E0000000JelG/a/44000000MDkO/lWPNMeJClEs8Zvyu7AlDlKSyZqhYdVpQzFLVfUp.EXs), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-39
-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
-46
-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.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_4x4mm_P0.45mm_EP2.6x2.6mm
-QFN, 28 Pin (http://www.everest-semi.com/pdf/ES8388%20DS.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-33
-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_EP2.7x2.7mm
-QFN, 28 Pin (JEDEC MO-220-K.01, variation VHHD-1, https://www.jedec.org/system/files/docs/MO-220K01.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-38
-29
-Package_DFN_QFN
-QFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm_ThermalVias
-QFN, 28 Pin (JEDEC MO-220-K.01, variation VHHD-1, https://www.jedec.org/system/files/docs/MO-220K01.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-43
-29
-Package_DFN_QFN
-QFN-28-1EP_5x5mm_P0.5mm_EP3.1x3.1mm
-QFN, 28 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/TMC2202_TMC2208_TMC2224_datasheet_rev1.14.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-38
-29
-Package_DFN_QFN
-QFN-28-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias
-QFN, 28 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/TMC2202_TMC2208_TMC2224_datasheet_rev1.14.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-55
-29
-Package_DFN_QFN
-QFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm
-QFN, 28 Pin (https://www.silabs.com/documents/public/data-sheets/C8051F32x.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-38
-29
-Package_DFN_QFN
-QFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm_ThermalVias
-QFN, 28 Pin (https://www.silabs.com/documents/public/data-sheets/C8051F32x.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-43
-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
-48
-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
-64
-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
-54
-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
-55
-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
-55
-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
-47
-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
-52
-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
-52
-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
-52
-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
-47
-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
-52
-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
-52
-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
-66
-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
-66
-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
-66
-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
-59
-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
-62
-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
-56
-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
-56
-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-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=47), 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=47), 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
-75
-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.4x4.4mm
-QFN, 48 Pin (https://www.st.com/resource/en/datasheet/stm32wb06cc.pdf#page=60), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead ST-Package-A0BE VFQFPN-48
-0
-58
-49
-Package_DFN_QFN
-QFN-48-1EP_6x6mm_P0.4mm_EP4.4x4.4mm_ThermalVias
-QFN, 48 Pin (https://www.st.com/resource/en/datasheet/stm32wb06cc.pdf#page=60), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead ST-Package-A0BE VFQFPN-48
-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
-75
-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
-75
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm
-QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=69), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-58
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_ThermalVias
-QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=69), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-75
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm
-QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-65
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm_ThermalVias
-QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm
-QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-65
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm_ThermalVias
-QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm
-QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead ST_UFQFPN48 Analog_CP-48-13 JEDEC_MO-220-WKKD-4
-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 ST_UFQFPN48 Analog_CP-48-13 JEDEC_MO-220-WKKD-4
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.7x5.7mm
-QFN, 48 Pin (https://www.renesas.com/us/en/document/dst/upd720201upd720202-datasheet), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-65
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.7x5.7mm_ThermalVias
-QFN, 48 Pin (https://www.renesas.com/us/en/document/dst/upd720201upd720202-datasheet), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm
-QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-65
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias
-QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm
-QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-65
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm_ThermalVias
-QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm
-QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-74
-49
-Package_DFN_QFN
-QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm_ThermalVias
-QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-111
-49
-Package_DFN_QFN
-QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm
-QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-73
-53
-Package_DFN_QFN
-QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm_ThermalVias
-QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-104
-53
-Package_DFN_QFN
-QFN-56-1EP_7x7mm_P0.4mm_EP3.2x3.2mm
-QFN, 56 Pin (https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf#page=634), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-61
-57
-Package_DFN_QFN
-QFN-56-1EP_7x7mm_P0.4mm_EP3.2x3.2mm_ThermalVias
-QFN, 56 Pin (https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf#page=634), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-66
-57
-Package_DFN_QFN
-QFN-56-1EP_7x7mm_P0.4mm_EP4x4mm
-QFN, 56 Pin (https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf#page=41), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-66
-57
-Package_DFN_QFN
-QFN-56-1EP_7x7mm_P0.4mm_EP4x4mm_ThermalVias
-QFN, 56 Pin (https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf#page=41), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-76
-57
-Package_DFN_QFN
-QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm
-QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-73
-57
-Package_DFN_QFN
-QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm_ThermalVias
-QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-99
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm
-QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-73
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm_ThermalVias
-QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-99
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm
-QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-73
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias
-QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-99
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias_TopTented
-QFN, 56 Pin top tented version (manually modified). For information see: http://www.cypress.com/file/138911/download
-QFN DFN_QFN
-0
-115
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm
-QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-73
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm_ThermalVias
-QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-99
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm
-QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-73
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm_ThermalVias
-QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-99
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP6.1x6.1mm
-QFN, 56 Pin (http://intantech.com/files/Intan_RHD2000_series_datasheet.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-73
-57
-Package_DFN_QFN
-QFN-56-1EP_8x8mm_P0.5mm_EP6.1x6.1mm_ThermalVias
-QFN, 56 Pin (http://intantech.com/files/Intan_RHD2000_series_datasheet.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-99
-57
-Package_DFN_QFN
-QFN-60-1EP_7x7mm_P0.4mm_EP3.4x3.4mm
-QFN, 60 Pin (https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-70
-61
-Package_DFN_QFN
-QFN-60-1EP_7x7mm_P0.4mm_EP3.4x3.4mm_ThermalVias
-QFN, 60 Pin (https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-75
-61
-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
-84
-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
-84
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP4.1x4.1mm
-QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/cp2108-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-74
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP4.1x4.1mm_ThermalVias
-QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/cp2108-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-84
-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.7x5.7mm
-QFN, 64 Pin (https://static.klayers.net/kl_pdf/MS2130-MacroSilicon_KL-014-0010911.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-74
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP5.7x5.7mm_ThermalVias
-QFN, 64 Pin (https://static.klayers.net/kl_pdf/MS2130-MacroSilicon_KL-014-0010911.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-84
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm
-QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-81
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm_ThermalVias
-QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-107
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm
-QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-81
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm_ThermalVias
-QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-107
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm
-QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-90
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm_ThermalVias
-QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-127
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm
-QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-101
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm_ThermalVias
-QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-151
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm
-QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-90
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias
-QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-127
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.25x7.25mm
-64-Lead Plastic Quad Flat No-Lead Package, 9x9mm Body (see Atmel Appnote 8826)
-QFN 0.5
-0
-90
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.35x7.35mm
-64-Lead Plastic Quad Flat, No Lead Package (MR) - 9x9x0.9 mm Body [QFN]; (see Microchip Packaging Specification 00000049BS.pdf)
-QFN 0.5
-0
-90
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm
-QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-101
-65
-Package_DFN_QFN
-QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm_ThermalVias
-QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-151
-65
-Package_DFN_QFN
-QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm
-QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-85
-69
-Package_DFN_QFN
-QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm_ThermalVias
-QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-111
-69
-Package_DFN_QFN
-QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm
-QFN, 68 Pin (https://www.st.com/resource/en/datasheet/stm32h725ze.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-85
-69
-Package_DFN_QFN
-QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm_ThermalVias
-QFN, 68 Pin (https://www.st.com/resource/en/datasheet/stm32h725ze.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-111
-69
-Package_DFN_QFN
-QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm
-QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-82
-73
-Package_DFN_QFN
-QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm_ThermalVias
-QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-135
-73
-Package_DFN_QFN
-QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm
-QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-86
-77
-Package_DFN_QFN
-QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm_ThermalVias
-QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-96
-77
-Package_DFN_QFN
-QFN-76-1EP_9x9mm_P0.4mm_EP5.81x6.31mm
-QFN, 76 Pin (https://ftdichip.com/wp-content/uploads/2020/07/DS_FT600Q-FT601Q-IC-Datasheet.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-86
-77
-Package_DFN_QFN
-QFN-76-1EP_9x9mm_P0.4mm_EP5.81x6.31mm_ThermalVias
-QFN, 76 Pin (https://ftdichip.com/wp-content/uploads/2020/07/DS_FT600Q-FT601Q-IC-Datasheet.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-96
-77
-Package_DFN_QFN
-QFN-80-1EP_10x10mm_P0.4mm_EP3.4x3.4mm
-QFN, 80 Pin (https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-90
-81
-Package_DFN_QFN
-QFN-80-1EP_10x10mm_P0.4mm_EP3.4x3.4mm_ThermalVias
-QFN, 80 Pin (https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-116
-81
-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
-Qorvo_TQFN66-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm
-Qorvo TQFN66, 48 Pin (https://www.qorvo.com/products/d/da006847), generated with kicad-footprint-generator ipc_noLead_generator.py
-Qorvo TQFN66 NoLead
-0
-58
-49
-Package_DFN_QFN
-Qorvo_TQFN66-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm_ThermalVias
-Qorvo TQFN66, 48 Pin (https://www.qorvo.com/products/d/da006847), generated with kicad-footprint-generator ipc_noLead_generator.py
-Qorvo TQFN66 NoLead
-0
-75
-49
-Package_DFN_QFN
-ROHM_DFN0604-3
-DFN package size 0604 3 pins
-DFN package size 0604 3 pins
-0
-3
-3
-Package_DFN_QFN
-Renesas_UQFN-16_2x2mm_P0.4mm
-Renesas UQFN, 16 Pin (Renesas STQFN-16L, https://www.renesas.com/en/document/dst/slg47011-datasheet#page=228), generated with kicad-footprint-generator ipc_noLead_generator.py
-Renesas UQFN NoLead
-0
-16
-16
-Package_DFN_QFN
-Renesas_UQFN-20_2x3mm_P0.4mm_LayoutBorder4x6y
-Renesas UQFN, 20 Pin (Renesas STQFN-20L, https://www.renesas.com/en/document/dst/slg465808283-datasheet#page=200), generated with kicad-footprint-generator ipc_noLead_generator.py
-Renesas UQFN NoLead
-0
-20
-20
-Package_DFN_QFN
-ST_UFDFPN-12-1EP_3x3mm_P0.5mm_EP1.4x2.55mm
-ST UFDFPN, 12 Pin (https://www.st.com/resource/en/datasheet/st25dv04k.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py
-ST UFDFPN NoLead
-0
-14
-13
-Package_DFN_QFN
-ST_UFQFPN-20_3x3mm_P0.5mm
-UFQFPN 20-lead, 3 x 3 mm, 0.5 mm pitch, ultra thin fine pitch quad flat package (http://www.st.com/resource/en/datasheet/stm8s003f3.pdf)
-UFQFPN 0.5
-0
-20
-20
-Package_DFN_QFN
-ST_UQFN-6L_1.5x1.7mm_P0.5mm
-ST UQFN, 6 Pin (https://www.st.com/resource/en/datasheet/ecmf02-2amx6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-ST UQFN NoLead
-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_1.2x1.2mm_P0.4mm_EP0.3x0.94mm
-TDFN, 6 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/MIC5528.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-8
-7
-Package_DFN_QFN
-TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm
-TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-11
-7
-Package_DFN_QFN
-TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm_ThermalVias
-TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-18
-7
-Package_DFN_QFN
-TDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.2mm
-TDFN, 8 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0168.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-13
-9
-Package_DFN_QFN
-TDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm
-TDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/MCP6V66-Family-Data-Sheet-DS20006266A.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-13
-9
-Package_DFN_QFN
-TDFN-8-1EP_3x2mm_P0.5mm_EP1.4x1.4mm
-TDFN, 8 Pin (http://ww1.microchip.com/downloads/en/devicedoc/20005514a.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-13
-9
-Package_DFN_QFN
-TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm
-8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf)
-TDFN DFN 0.5mm
-0
-12
-9
-Package_DFN_QFN
-TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm_ThermalVias
-8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf)
-TDFN DFN 0.5mm
-0
-17
-9
-Package_DFN_QFN
-TDFN-8_1.4x1.6mm_P0.4mm
-TDFN, 8 Pin (https://www.silabs.com/documents/public/data-sheets/si7210-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-8
-8
-Package_DFN_QFN
-TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm
-TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-13
-11
-Package_DFN_QFN
-TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm_ThermalVias
-TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-16
-11
-Package_DFN_QFN
-TDFN-12-1EP_3x3mm_P0.4mm_EP1.7x2.45mm
-TDFN, 12 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-tdfn-12pin-l123x3c), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-25
-13
-Package_DFN_QFN
-TDFN-12-1EP_3x3mm_P0.4mm_EP1.7x2.45mm_ThermalVias
-TDFN, 12 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-tdfn-12pin-l123x3c), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-32
-13
-Package_DFN_QFN
-TDFN-12_2x3mm_P0.5mm
-TDFN, 12 Pads, No exposed, http://www.st.com/resource/en/datasheet/stm6600.pdf
-DFN
-0
-12
-12
-Package_DFN_QFN
-TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm
-TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-19
-15
-Package_DFN_QFN
-TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm_ThermalVias
-TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-26
-15
-Package_DFN_QFN
-TQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm
-TQFN, 16 Pin (https://www.diodes.com/assets/Datasheets/PI6C5946002.pdf#page=12), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead Pericom-TQFN-16-ZH Analog-CP-16-22
-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_4x4mm_P0.65mm_EP2.1x2.1mm
-TQFN, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0139.pdf (T1644+4)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-TQFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias
-TQFN, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0139.pdf (T1644+4)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm
-TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm_ThermalVias
-TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm
-TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm_ThermalVias
-TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-31
-17
-Package_DFN_QFN
-TQFN-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-2)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-TQFN-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm_ThermalVias
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-2)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-30
-21
-Package_DFN_QFN
-TQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-5C)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-TQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-5C)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-35
-21
-Package_DFN_QFN
-TQFN-20-1EP_4x4mm_P0.5mm_EP2.9x2.9mm
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-100172.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-TQFN-20-1EP_4x4mm_P0.5mm_EP2.9x2.9mm_ThermalVias
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-100172.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-35
-21
-Package_DFN_QFN
-TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm_ThermalVias
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-35
-21
-Package_DFN_QFN
-TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm_ThermalVias
-TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-35
-21
-Package_DFN_QFN
-TQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm
-TQFN, 24 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-29
-25
-Package_DFN_QFN
-TQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm_ThermalVias
-TQFN, 24 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-39
-25
-Package_DFN_QFN
-TQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm
-TQFN, 24 Pin (http://pdfserv.maxim-ic.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-29
-25
-Package_DFN_QFN
-TQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias
-TQFN, 24 Pin (http://pdfserv.maxim-ic.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-39
-25
-Package_DFN_QFN
-TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack
-TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-29
-25
-Package_DFN_QFN
-TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack_ThermalVias
-TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-39
-25
-Package_DFN_QFN
-TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm
-TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-33
-29
-Package_DFN_QFN
-TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm_ThermalVias
-TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-38
-29
-Package_DFN_QFN
-TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm
-TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-33
-29
-Package_DFN_QFN
-TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm_ThermalVias
-TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-43
-29
-Package_DFN_QFN
-TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm
-TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-37
-33
-Package_DFN_QFN
-TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm_ThermalVias
-TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-42
-33
-Package_DFN_QFN
-TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm
-TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-37
-33
-Package_DFN_QFN
-TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias
-TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-47
-33
-Package_DFN_QFN
-TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm
-TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-37
-33
-Package_DFN_QFN
-TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm_ThermalVias
-TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-47
-33
-Package_DFN_QFN
-TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm
-TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-45
-41
-Package_DFN_QFN
-TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm_ThermalVias
-TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead
-0
-55
-41
-Package_DFN_QFN
-TQFN-44-1EP_7x7mm_P0.5mm_EP4.7x4.7mm
-TQFN, 44 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0144.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead T4477+2 T4477+2C T4477+3
-0
-54
-45
-Package_DFN_QFN
-TQFN-44-1EP_7x7mm_P0.5mm_EP4.7x4.7mm_ThermalVias
-TQFN, 44 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0144.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead T4477+2 T4477+2C T4477+3
-0
-71
-45
-Package_DFN_QFN
-TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm
-TQFN, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0144.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead T4877+3 T4877+3C
-0
-58
-49
-Package_DFN_QFN
-TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm_ThermalVias
-TQFN, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0144.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TQFN NoLead T4877+3 T4877+3C
-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_DLH0010A_WSON-10-1EP_2.2x2mm_P0.4mm_EP0.9x1.5mm
-Texas DLH0010A WSON, 10 Pin (https://www.ti.com/lit/gpn/BQ25185), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WSON NoLead
-0
-12
-11
-Package_DFN_QFN
-Texas_DLH0010A_WSON-10-1EP_2.2x2mm_P0.4mm_EP0.9x1.5mm_ThermalVias
-Texas DLH0010A WSON, 10 Pin (https://www.ti.com/lit/gpn/BQ25185), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WSON NoLead
-0
-15
-11
-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_DSQ0010A_WSON-10-1EP_2x2mm_P0.4mm_EP0.9x1.5mm
-Texas DSQ0010A WSON, 10 Pin (https://www.ti.com/lit/pdf/mpds335b), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WSON NoLead
-0
-12
-11
-Package_DFN_QFN
-Texas_DSQ0010A_WSON-10-1EP_2x2mm_P0.4mm_EP0.9x1.5mm_ThermalVias
-Texas DSQ0010A WSON, 10 Pin (https://www.ti.com/lit/pdf/mpds335b), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WSON NoLead
-0
-15
-11
-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_PicoStar_DFN-3_0.69x0.60mm
-Texas Picostar DFN-3, 0.73x0.64mm max, 0.69x0.60mm nom, https://www.ti.com/lit/ds/symlink/csd13380f3.pdf
-TI YJM0003A
-0
-5
-3
-Package_DFN_QFN
-Texas_QFN-41_10x16mm
-QFN, 41 Pin (http://www.ti.com/lit/ml/mpqf506/mpqf506.pdf)
-QFN DFN_QFN
-0
-65
-41
-Package_DFN_QFN
-Texas_R-PUQFN-N10
-http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=MPQF186&fileType=pdf
-Texas_R-PUQFN-N10
-0
-10
-10
-Package_DFN_QFN
-Texas_R-PUQFN-N12
-Texas_R-PUQFN-N12 http://www.ti.com/lit/ds/symlink/txb0104.pdf
-Texas_R-PUQFN-N12
-0
-13
-12
-Package_DFN_QFN
-Texas_RDX0007A_QFN-FCMOD-7-3.3x4mm-P0.5mm_4EP
-surface-mount, Texas Instruments, power, DC/DC, https://www.ti.com/lit/ml/mpqf721/mpqf721.pdf
-RDX0007A QFN FCMOD DC/DC
-0
-7
-7
-Package_DFN_QFN
-Texas_REF0038A_WQFN-38-2EP_6x4mm_P0.4
-Texas REF0038A WQFN, 38 Pin, 2EP (https://www.ti.com/lit/ds/symlink/tps25730.pdf#page=68)
-Texas Instruments WQFN NoLead
-0
-50
-34
-Package_DFN_QFN
-Texas_RGC0064B_VQFN-64-1EP_9x9mm_P0.5mm_EP4.25x4.25mm
-Texas RGC0064B VQFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=122), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-69
-65
-Package_DFN_QFN
-Texas_RGC0064B_VQFN-64-1EP_9x9mm_P0.5mm_EP4.25x4.25mm_ThermalVias
-Texas RGC0064B VQFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=122), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-95
-65
-Package_DFN_QFN
-Texas_RGE0024C_VQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm
-Texas RGE0024C VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-29
-25
-Package_DFN_QFN
-Texas_RGE0024C_VQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm_ThermalVias
-Texas RGE0024C VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-39
-25
-Package_DFN_QFN
-Texas_RGE0024H_VQFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm
-Texas RGE0024H VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-29
-25
-Package_DFN_QFN
-Texas_RGE0024H_VQFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias
-Texas RGE0024H VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-39
-25
-Package_DFN_QFN
-Texas_RGP0020D_VQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm
-Texas RGP0020D VQFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=25), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-Texas_RGP0020D_VQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias
-Texas RGP0020D VQFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=25), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-35
-21
-Package_DFN_QFN
-Texas_RGP0020H_VQFN-20-1EP_4x4mm_P0.5mm_EP2.4x2.4mm
-Texas RGP0020H VQFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-Texas_RGP0020H_VQFN-20-1EP_4x4mm_P0.5mm_EP2.4x2.4mm_ThermalVias
-Texas RGP0020H VQFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-35
-21
-Package_DFN_QFN
-Texas_RGV0016A_VQFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm
-Texas RGV0016A VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-Texas_RGV0016A_VQFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias
-Texas RGV0016A VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-31
-17
-Package_DFN_QFN
-Texas_RGW0020A_VQFN-20-1EP_5x5mm_P0.65mm_EP3.15x3.15mm
-Texas RGW0020A VQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/tps7a47.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-Texas_RGW0020A_VQFN-20-1EP_5x5mm_P0.65mm_EP3.15x3.15mm_ThermalVias
-Texas RGW0020A VQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/tps7a47.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-35
-21
-Package_DFN_QFN
-Texas_RGY_R-PVQFN-N16_EP2.05x2.55mm
-QFN, 16 Pin (https://www.ti.com/lit/ds/symlink/ts5v330.pdf#page=28)
-QFN NoLead
-0
-21
-17
-Package_DFN_QFN
-Texas_RGY_R-PVQFN-N16_EP2.05x2.55mm_ThermalVias
-QFN, 16 Pin (https://www.ti.com/lit/ds/symlink/ts5v330.pdf#page=28)
-QFN NoLead
-0
-27
-18
-Package_DFN_QFN
-Texas_RGY_R-PVQFN-N20_EP2.05x3.05mm
-QFN, 20 Pin, RGY0020A (https://www.ti.com/lit/ds/symlink/txb0108.pdf#page=33)
-QFN NoLead
-0
-25
-21
-Package_DFN_QFN
-Texas_RGY_R-PVQFN-N20_EP2.05x3.05mm_ThermalVias
-QFN, 20 Pin, RGY0020A (https://www.ti.com/lit/ds/symlink/txb0108.pdf#page=33)
-QFN NoLead
-0
-29
-21
-Package_DFN_QFN
-Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm
-QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40)
-QFN NoLead
-0
-29
-25
-Package_DFN_QFN
-Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm_ThermalVias
-QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40)
-QFN NoLead
-0
-36
-25
-Package_DFN_QFN
-Texas_RGZ0048A_VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm
-Texas RGZ0048A VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=113), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-65
-49
-Package_DFN_QFN
-Texas_RGZ0048A_VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias
-Texas RGZ0048A VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=113), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-91
-49
-Package_DFN_QFN
-Texas_RHA0040B_VQFN-40-1EP_6x6mm_P0.5mm_EP4.15x4.15mm
-Texas RHA0040B VQFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=72 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-50
-41
-Package_DFN_QFN
-Texas_RHA0040B_VQFN-40-1EP_6x6mm_P0.5mm_EP4.15x4.15mm_ThermalVias
-Texas RHA0040B VQFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=72 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-67
-41
-Package_DFN_QFN
-Texas_RHA0040D_VQFN-40-1EP_6x6mm_P0.5mm_EP2.9x2.9mm
-Texas RHA0040D VQFN, 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
-Texas VQFN NoLead
-0
-45
-41
-Package_DFN_QFN
-Texas_RHA0040D_VQFN-40-1EP_6x6mm_P0.5mm_EP2.9x2.9mm_ThermalVias
-Texas RHA0040D VQFN, 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
-Texas VQFN NoLead
-0
-55
-41
-Package_DFN_QFN
-Texas_RHA0040E_VQFN-40-1EP_6x6mm_P0.5mm_EP3.52x2.62mm
-Texas RHA0040E VQFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=57 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-47
-41
-Package_DFN_QFN
-Texas_RHA0040E_VQFN-40-1EP_6x6mm_P0.5mm_EP3.52x2.62mm_ThermalVias
-Texas RHA0040E VQFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=57 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-60
-41
-Package_DFN_QFN
-Texas_RHA_VQFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm
-Texas RHA VQFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-50
-41
-Package_DFN_QFN
-Texas_RHA_VQFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias
-Texas RHA VQFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-67
-41
-Package_DFN_QFN
-Texas_RHB0032E_VQFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm
-Texas RHB0032E VQFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-42
-33
-Package_DFN_QFN
-Texas_RHB0032E_VQFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias
-Texas RHB0032E VQFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-52
-33
-Package_DFN_QFN
-Texas_RHB0032M_VQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm
-Texas RHB0032M VQFN, 32 Pin (https://www.ti.com/lit/ds/symlink/dp83td510e.pdf#page=91), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-37
-33
-Package_DFN_QFN
-Texas_RHB0032M_VQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm_ThermalVias
-Texas RHB0032M VQFN, 32 Pin (https://www.ti.com/lit/ds/symlink/dp83td510e.pdf#page=91), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-47
-33
-Package_DFN_QFN
-Texas_RHF0024A_VQFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm
-Texas RHF0024A VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tps2660.pdf#page=51), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-31
-25
-Package_DFN_QFN
-Texas_RHF0024A_VQFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias
-Texas RHF0024A VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tps2660.pdf#page=51), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-44
-25
-Package_DFN_QFN
-Texas_RHH0036C_VQFN-36-1EP_6x6mm_P0.5mm_EP4.4x4.4mm
-Texas RHH0036C VQFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-46
-37
-Package_DFN_QFN
-Texas_RHH0036C_VQFN-36-1EP_6x6mm_P0.5mm_EP4.4x4.4mm_ThermalVias
-Texas RHH0036C VQFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-63
-37
-Package_DFN_QFN
-Texas_RJE0020A_VQFN-20-1EP_3x3mm_P0.45mm_EP0.675x0.76mm
-Texas RJE0020A VQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/tps51396a.pdf#page=31), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-22
-21
-Package_DFN_QFN
-Texas_RJE0020A_VQFN-20-1EP_3x3mm_P0.45mm_EP0.675x0.76mm_ThermalVias
-Texas RJE0020A VQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/tps51396a.pdf#page=31), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-24
-21
-Package_DFN_QFN
-Texas_RMG0012A_WQFN-12_1.8x1.8mm_P0.4mm
-Texas RMG0012A WQFN, 12 Pin (https://www.ti.com/lit/ds/symlink/tmux131.pdf#page=18), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-12
-12
-Package_DFN_QFN
-Texas_RMQ0024A_WQFN-24-1EP_3x3mm_P0.4mm_EP1.9x1.9mm
-Texas RMQ0024A WQFN, 24 Pin (https://www.ti.com/jp/lit/ml/mpqf398a/mpqf398a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-26
-25
-Package_DFN_QFN
-Texas_RMQ0024A_WQFN-24-1EP_3x3mm_P0.4mm_EP1.9x1.9mm_ThermalVias
-Texas RMQ0024A WQFN, 24 Pin (https://www.ti.com/jp/lit/ml/mpqf398a/mpqf398a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-31
-25
-Package_DFN_QFN
-Texas_RNH0030A_WQFN-30-1EP_2.5x4.5mm_P0.4mm_EP1.2x3.2mm
-Texas RNH0030A WQFN, 30 Pin (https://www.ti.com/lit/ds/symlink/hd3ss3220.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-33
-31
-Package_DFN_QFN
-Texas_RNH0030A_WQFN-30-1EP_2.5x4.5mm_P0.4mm_EP1.2x3.2mm_ThermalVias
-Texas RNH0030A WQFN, 30 Pin (https://www.ti.com/lit/ds/symlink/hd3ss3220.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-40
-31
-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_RNP0030B_WQFN-30-1EP_4x6mm_P0.5mm_EP1.8x4.5mm
-Texas RNP0030B WQFN, 30 Pin (https://www.ti.com/lit/ds/symlink/lm76003-q1.pdf#page=53), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead Texas_RNP0030E
-0
-39
-31
-Package_DFN_QFN
-Texas_RNP0030B_WQFN-30-1EP_4x6mm_P0.5mm_EP1.8x4.5mm_ThermalVias
-Texas RNP0030B WQFN, 30 Pin (https://www.ti.com/lit/ds/symlink/lm76003-q1.pdf#page=53), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead Texas_RNP0030E
-0
-55
-31
-Package_DFN_QFN
-Texas_RNQ0040A_WQFN-40-1EP_6x4mm_P0.4mm_EP4.7x2.7mm
-Texas RNQ0040A WQFN, 40 Pin (https://www.ti.com/lit/ds/symlink/tusb1046-dci.pdf#page=45), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-47
-41
-Package_DFN_QFN
-Texas_RNQ0040A_WQFN-40-1EP_6x4mm_P0.4mm_EP4.7x2.7mm_ThermalVias
-Texas RNQ0040A WQFN, 40 Pin (https://www.ti.com/lit/ds/symlink/tusb1046-dci.pdf#page=45), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-60
-41
-Package_DFN_QFN
-Texas_RPU0010A_VQFN-HR-10_2x2mm_P0.5mm
-VQFN-HR, 10 Pin (https://www.ti.com/lit/ds/symlink/tps62912.pdf#page=39)
-VQFN-HR NO LEAD
-0
-10
-10
-Package_DFN_QFN
-Texas_RSA_VQFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm
-Texas RSA VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-Texas_RSA_VQFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_ThermalVias
-Texas RSA VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-36
-17
-Package_DFN_QFN
-Texas_RSN_WQFN-32-1EP_4x4mm_P0.4mm_EP2.8x2.8mm
-Texas RSN WQFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-37
-33
-Package_DFN_QFN
-Texas_RSN_WQFN-32-1EP_4x4mm_P0.4mm_EP2.8x2.8mm_ThermalVias
-Texas RSN WQFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-47
-33
-Package_DFN_QFN
-Texas_RSW0010A_UQFN-10_1.4x1.8mm_P0.4mm
-Texas RSW0010A UQFN, 10 Pin (https://www.ti.com/lit/ds/symlink/ts3a5223.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas UQFN NoLead
-0
-10
-10
-Package_DFN_QFN
-Texas_RTE0016D_WQFN-16-1EP_3x3mm_P0.5mm_EP0.8x0.8mm
-Texas RTE0016D WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/dac80504.pdf#page=47), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-Texas_RTE0016D_WQFN-16-1EP_3x3mm_P0.5mm_EP0.8x0.8mm_ThermalVias
-Texas RTE0016D WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/dac80504.pdf#page=47), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-20
-17
-Package_DFN_QFN
-Texas_RTE_WQFN-16-1EP_3x3mm_P0.5mm_EP1.2x0.8mm
-Texas RTE WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tps43060.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-Texas_RTE_WQFN-16-1EP_3x3mm_P0.5mm_EP1.2x0.8mm_ThermalVias
-Texas RTE WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tps43060.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-23
-17
-Package_DFN_QFN
-Texas_RTW_WQFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm
-Texas RTW WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-29
-25
-Package_DFN_QFN
-Texas_RTW_WQFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias
-Texas RTW WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-39
-25
-Package_DFN_QFN
-Texas_RTY_WQFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm
-Texas RTY WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=36 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-Texas_RTY_WQFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias
-Texas RTY WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=36 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-31
-17
-Package_DFN_QFN
-Texas_RUK0020B_WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm
-Texas RUK0020B WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/mspm0c1104.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-Texas_RUK0020B_WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias
-Texas RUK0020B WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/mspm0c1104.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-31
-21
-Package_DFN_QFN
-Texas_RUM0016A_WQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm
-Texas RUM0016A WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-Texas_RUM0016A_WQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm_ThermalVias
-Texas RUM0016A WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-31
-17
-Package_DFN_QFN
-Texas_RUM0016E_WQFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm
-Texas RUM0016E WQFN, 16 Pin (https://www.ti.com/lit/ml/qfnd679/qfnd679.pdf?ts=1756465079919), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-Texas_RUM0016E_WQFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm_ThermalVias
-Texas RUM0016E WQFN, 16 Pin (https://www.ti.com/lit/ml/qfnd679/qfnd679.pdf?ts=1756465079919), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-31
-17
-Package_DFN_QFN
-Texas_RUN0010A_WQFN-10_2x2mm_P0.5mm
-Texas RUN0010A WQFN, 10 Pin (https://www.ti.com/lit/ds/symlink/tmp461.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WQFN NoLead
-0
-10
-10
-Package_DFN_QFN
-Texas_RVA_VQFN-16-1EP_3.5x3.5mm_P0.5mm_EP2.14x2.14mm
-Texas RVA VQFN, 16 Pin (https://www.ti.com/lit/pdf/MPQF232), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-Texas_RVA_VQFN-16-1EP_3.5x3.5mm_P0.5mm_EP2.14x2.14mm_ThermalVias
-Texas RVA VQFN, 16 Pin (https://www.ti.com/lit/pdf/MPQF232), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-Texas_RVE0028A_VQFN-28-1EP_3.5x4.5mm_P0.4mm_EP2.1x3.1mm
-Texas RVE0028A VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-33
-29
-Package_DFN_QFN
-Texas_RVE0028A_VQFN-28-1EP_3.5x4.5mm_P0.4mm_EP2.1x3.1mm_ThermalVias
-Texas RVE0028A VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas VQFN NoLead
-0
-43
-29
-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_RWU0007A_VQFN-7_2x2mm_P0.5mm
-Texas RWU0007A VQFN, 2x2mm, 7 Pin (https://www.ti.com/lit/ds/symlink/tps61022.pdf)
-Texas VQFN NoLead
-0
-13
-7
-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-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-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 RUC0014A X2QFN, 14 Pin (https://www.ti.com/lit/ml/qfnd283a/qfnd283a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas X2QFN NoLead Texas_X2QFN-14_2x2mm_P0.4mm
-0
-14
-14
-Package_DFN_QFN
-Texas_UQFN-8_1.5x1.5mm_P0.5mm
-Texas UQFN, 8 Pin (https://www.ti.com/lit/ml/mpqf207e/mpqf207e.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas UQFN NoLead
-0
-8
-8
-Package_DFN_QFN
-Texas_UQFN-10_1.5x2mm_P0.5mm
-Texas RSE0010A UQFN, 10 Pin (https://www.ti.com/lit/ml/mpqf186d/mpqf186d.pdf)
-Texas RSE0010 UQFN NoLead
-0
-10
-10
-Package_DFN_QFN
-Texas_VQFN-HR-12_2x2.5mm_P0.5mm
-Texas VQFN-HR, 12 Pin, http://www.ti.com/lit/ml/mpqf508/mpqf508.pdf
-RUX0012A Texas VQFN-HR NoLead
-0
-12
-12
-Package_DFN_QFN
-Texas_VQFN-HR-12_2x2.5mm_P0.5mm_ThermalVias
-Texas VQFN-HR, 12 Pin, http://www.ti.com/lit/ml/mpqf508/mpqf508.pdf
-RUX0012A Texas VQFN-HR NoLead
-0
-16
-12
-Package_DFN_QFN
-Texas_VQFN-HR-20_3x2.5mm_P0.5mm_RQQ0011A
-Texas VQFN-HR, 11 Pin, https://www.ti.com/lit/ml/mpqf579/mpqf579.pdf
-RQQ0011A
-0
-15
-11
-Package_DFN_QFN
-Texas_VQFN-RHL-20
-http://www.ti.com/lit/ds/symlink/bq51050b.pdf
-RHL0020A
-0
-33
-21
-Package_DFN_QFN
-Texas_VQFN-RHL-20_ThermalVias
-http://www.ti.com/lit/ds/symlink/bq51050b.pdf
-RHL0020A
-0
-41
-21
-Package_DFN_QFN
-Texas_VQFN-RNR0011A-11
-RNR0011A, VQFN-11 (https://www.ti.com/lit/ds/symlink/tps61089.pdf#Page=27)
-TI RNR0011A
-0
-20
-11
-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
-Texas_X2QFN-RUE-12_1.4x2mm_P0.4mm
-Texas X2QFN-RUE, 12 Pin (https://www.ti.com/lit/ml/mpqf214b/mpqf214b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas X2QFN-RUE NoLead
-0
-12
-12
-Package_DFN_QFN
-UDC-QFN-20-4EP_3x4mm_P0.5mm_EP0.41x0.25mm
-UDC QFN, 20 Pin, Exposed Pad Variation AB (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081536_B_UDC20(AB).pdf), modifed from generated QFN-20-1EP_3x4mm_P0.5
-QFN NoLead
-0
-24
-24
-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, 10 Pin (https://www.onsemi.com/pub/Collateral/488AT.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-UQFN NoLead ONSemi-UQFN10-488AT-01
-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-12-1EP_2x2mm_P0.4mm_EP1.1x1.1mm
-UQFN, 12 Pin (https://www.wch-ic.com/download/file?id=396, https://www.wch-ic.com/downloads/CH32V006DS0_PDF.html, https://www.wch-ic.com/downloads/PACKAGE_PDF.html), generated with kicad-footprint-generator ipc_noLead_generator.py
-UQFN NoLead WCH_QFN12
-0
-14
-13
-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-16_1.8x2.6mm_P0.4mm
-UQFN, 16 Pin (https://www.ti.com/lit/ml/qfnd836/qfnd836.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-UQFN NoLead Texas_RSV0016A
-0
-16
-16
-Package_DFN_QFN
-UQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm
-UQFN, 20 Pin (https://www.kinet-ic.com/uploads/web/KTD2058,%20KTD2059,%20KTD2060,%20KTD2061/KTD2061-58-59-60-04e.pdf#page=25), generated with kicad-footprint-generator ipc_noLead_generator.py
-UQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-UQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias
-UQFN, 20 Pin (https://www.kinet-ic.com/uploads/web/KTD2058,%20KTD2059,%20KTD2060,%20KTD2061/KTD2061-58-59-60-04e.pdf#page=25), generated with kicad-footprint-generator ipc_noLead_generator.py
-UQFN NoLead
-0
-30
-21
-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-32_5x5mm_P0.5mm
-UQFN, 32 Pin (JEDEC MO-248 variation UHHD, 0.65mm maximum overall height, https://www.jedec.org/document_search?search_api_views_fulltext=MO-248), generated with kicad-footprint-generator ipc_noLead_generator.py
-UQFN NoLead STMicroelectronics-UFQFPN32-A09E
-0
-32
-32
-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
-60
-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
-68
-49
-Package_DFN_QFN
-UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm
-UQFN, 48 Pin (https://gitlab.com/kicad/libraries/kicad-symbols/-/merge_requests/1189#note_423250741), 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://gitlab.com/kicad/libraries/kicad-symbols/-/merge_requests/1189#note_423250741), 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-12-1EP_4x4mm_P0.8mm_EP2.1x2.1mm
-VQFN, 12 Pin (https://www.mouser.ch/datasheet/2/268/EMC2301_2_3_5_Data_Sheet_DS20006532A-3443118.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-17
-13
-Package_DFN_QFN
-VQFN-12-1EP_4x4mm_P0.8mm_EP2.1x2.1mm_ThermalVias
-VQFN, 12 Pin (https://www.mouser.ch/datasheet/2/268/EMC2301_2_3_5_Data_Sheet_DS20006532A-3443118.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-22
-13
-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
-20
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm
-VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias
-VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm
-VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias
-VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm
-VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias
-VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm
-VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias
-VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm
-VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias
-VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-30
-21
-Package_DFN_QFN
-VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm
-VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm_ThermalVias
-VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-30
-21
-Package_DFN_QFN
-VQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm
-VQFN, 24 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/product-documents/package-drawings/24L-VQFN%E2%80%934x4x0.9mm-MJ-C04-00143b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-29
-25
-Package_DFN_QFN
-VQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias
-VQFN, 24 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/product-documents/package-drawings/24L-VQFN%E2%80%934x4x0.9mm-MJ-C04-00143b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-39
-25
-Package_DFN_QFN
-VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm
-VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-34
-25
-Package_DFN_QFN
-VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias
-VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-44
-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-28-1EP_5x5mm_P0.5mm_EP3.7x3.7mm
-VQFN, 28 Pin (Based on JEDEC MO-220-K.01 variation VHHD-3 and exposed pad nominal size from ADI Trinamic / Analog Devices, https://www.jedec.org/system/files/docs/MO-220K01.pdf, https://www.analog.com/media/en/technical-documentation/data-sheets/TMC2209_datasheet_rev1.09.pdf#page=83), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-33
-29
-Package_DFN_QFN
-VQFN-28-1EP_5x5mm_P0.5mm_EP3.7x3.7mm_ThermalVias
-VQFN, 28 Pin (Based on JEDEC MO-220-K.01 variation VHHD-3 and exposed pad nominal size from ADI Trinamic / Analog Devices, https://www.jedec.org/system/files/docs/MO-220K01.pdf, https://www.analog.com/media/en/technical-documentation/data-sheets/TMC2209_datasheet_rev1.09.pdf#page=83), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-50
-29
-Package_DFN_QFN
-VQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm
-VQFN, 28 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP251863-External-CAN-FD-Controller-with-Integrated-Transceiver-DS20006624.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-33
-29
-Package_DFN_QFN
-VQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm_ThermalVias
-VQFN, 28 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP251863-External-CAN-FD-Controller-with-Integrated-Transceiver-DS20006624.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-43
-29
-Package_DFN_QFN
-VQFN-32-1EP_4x4mm_P0.4mm_EP2.8x2.8mm
-VQFN, 32 Pin (https://www.ti.com/lit/ds/symlink/tps25750.pdf#page=78), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-37
-33
-Package_DFN_QFN
-VQFN-32-1EP_4x4mm_P0.4mm_EP2.8x2.8mm_ThermalVias
-VQFN, 32 Pin (https://www.ti.com/lit/ds/symlink/tps25750.pdf#page=78), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-47
-33
-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-40-1EP_5x5mm_P0.4mm_EP3.3x3.3mm
-VQFN, 40 Pin (Based on JEDEC MO-220-K.01, variation VHHE-1, https://tridentiot.com/wp-content/uploads/2024/11/DS-ZW-0001-01-T32CZ20-Datasheet.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-45
-41
-Package_DFN_QFN
-VQFN-40-1EP_5x5mm_P0.4mm_EP3.3x3.3mm_ThermalVias
-VQFN, 40 Pin (Based on JEDEC MO-220-K.01, variation VHHE-1, https://tridentiot.com/wp-content/uploads/2024/11/DS-ZW-0001-01-T32CZ20-Datasheet.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-62
-41
-Package_DFN_QFN
-VQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm
-VQFN, 40 Pin (Based on JEDEC MO-220-K.01, variation VHHE-1, https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP6536/document_id/3761/), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-45
-41
-Package_DFN_QFN
-VQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm_ThermalVias
-VQFN, 40 Pin (Based on JEDEC MO-220-K.01, variation VHHE-1, https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP6536/document_id/3761/), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-62
-41
-Package_DFN_QFN
-VQFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm
-VQFN, 40 Pin (JEDEC MO-220-K.01, variation VHHE-1, https://www.jedec.org/system/files/docs/MO-220K01.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-45
-41
-Package_DFN_QFN
-VQFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm_ThermalVias
-VQFN, 40 Pin (JEDEC MO-220-K.01, variation VHHE-1, https://www.jedec.org/system/files/docs/MO-220K01.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-62
-41
-Package_DFN_QFN
-VQFN-40-1EP_6x6mm_P0.5mm_EP3.5x3.5mm
-VQFN, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-40/cp-40-29.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead Analog_CP-40-29
-0
-50
-41
-Package_DFN_QFN
-VQFN-40-1EP_6x6mm_P0.5mm_EP3.5x3.5mm_ThermalVias
-VQFN, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-40/cp-40-29.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead Analog_CP-40-29
-0
-67
-41
-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_EP2.6x2.6mm
-VQFN, 48 Pin (Based on JEDEC MO-220 variation VKKD-2 (using Figure 1), custom Exposed Pad from STMicroeletronics, https://www.jedec.org/document_search?search_api_views_fulltext=MO-220, https://www.st.com/resource/en/datasheet/stspin32f0a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-53
-49
-Package_DFN_QFN
-VQFN-48-1EP_7x7mm_P0.5mm_EP2.6x2.6mm_ThermalVias
-VQFN, 48 Pin (Based on JEDEC MO-220 variation VKKD-2 (using Figure 1), custom Exposed Pad from STMicroeletronics, https://www.jedec.org/document_search?search_api_views_fulltext=MO-220, https://www.st.com/resource/en/datasheet/stspin32f0a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-63
-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-56-1EP_8x8mm_P0.5mm_EP5.1x4.96mm
-VQFN, 56 Pin (https://www.nxp.com/docs/en/package-information/SOT684-21.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead NXP_SOT684-21 NXP_HVQFN-56-1EP_8x8mm_P0.5mm_EP5.1x4.96mm NXP_98ASA01332D
-0
-66
-57
-Package_DFN_QFN
-VQFN-56-1EP_8x8mm_P0.5mm_EP5.1x4.96mm_ThermalVias
-VQFN, 56 Pin (https://www.nxp.com/docs/en/package-information/SOT684-21.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead NXP_SOT684-21 NXP_HVQFN-56-1EP_8x8mm_P0.5mm_EP5.1x4.96mm NXP_98ASA01332D
-0
-92
-57
-Package_DFN_QFN
-VQFN-56-1EP_8x8mm_P0.5mm_EP5.5x5.06mm
-VQFN, 56 Pin (https://www.nxp.com/docs/en/package-information/SOT684-21_DD_SC.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead NXP_SOT684-21(DD/SC) NXP_HVQFN-56-1EP_8x8mm_P0.5mm_EP5.5x5.06mm NXP_98ASA01086D
-0
-66
-57
-Package_DFN_QFN
-VQFN-56-1EP_8x8mm_P0.5mm_EP5.5x5.06mm_ThermalVias
-VQFN, 56 Pin (https://www.nxp.com/docs/en/package-information/SOT684-21_DD_SC.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead NXP_SOT684-21(DD/SC) NXP_HVQFN-56-1EP_8x8mm_P0.5mm_EP5.5x5.06mm NXP_98ASA01086D
-0
-92
-57
-Package_DFN_QFN
-VQFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm
-VQFN, 64 Pin (https://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 (https://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
-VQFN-100-1EP_12x12mm_P0.4mm_EP8x8mm
-VQFN, 100 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/UNG/ProductDocuments/DataSheets/USB7206C-Data-Sheet-DS00003850.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-117
-101
-Package_DFN_QFN
-VQFN-100-1EP_12x12mm_P0.4mm_EP8x8mm_ThermalVias
-VQFN, 100 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/UNG/ProductDocuments/DataSheets/USB7206C-Data-Sheet-DS00003850.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-143
-101
-Package_DFN_QFN
-Vishay_PowerPAK_MLP44-24L
-PowerPAK PowerPAK MLP44-24L (https://www.vishay.com/docs/78231/mlp44-24l.pdf)
-powerpak mlp44-24l
-0
-28
-28
-Package_DFN_QFN
-Vishay_PowerPAK_MLP44-24L_ThermalVias
-PowerPAK PowerPAK MLP44-24L (https://www.vishay.com/docs/78231/mlp44-24l.pdf)
-powerpak mlp44-24l
-0
-35
-28
-Package_DFN_QFN
-Vishay_PowerPAK_MLP55-27L
-MLP55-27L (https://www.vishay.com/docs/75269/ppak_mlp55-27l.pdf)
-powerpak mlp55-27l
-0
-38
-22
-Package_DFN_QFN
-Vishay_PowerPAK_MLP55-27L_R
-MLP55-27L_R (https://www.vishay.com/docs/75269/ppak_mlp55-27l.pdf)
-powerpak mlp55-27l
-0
-38
-22
-Package_DFN_QFN
-Vishay_PowerPAK_MLP55-27L_R_ThermalVias
-MLP55-27L_R (https://www.vishay.com/docs/75269/ppak_mlp55-27l.pdf)
-powerpak mlp55-27l
-0
-58
-23
-Package_DFN_QFN
-Vishay_PowerPAK_MLP55-27L_ThermalVias
-MLP55-27L (https://www.vishay.com/docs/75269/ppak_mlp55-27l.pdf)
-powerpak mlp55-27l
-0
-58
-23
-Package_DFN_QFN
-W-PDFN-8-1EP_6x5mm_P1.27mm_EP3x3mm
-W-PDFN, 8 Pin (https://media-www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/mt25q/die-rev-a/mt25q_qljs_u_256_aba_0.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py
-W-PDFN NoLead
-0
-13
-9
-Package_DFN_QFN
-WCH_QFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm
-WCH QFN, 16 Pin (https://www.wch.cn/downloads/PACKAGE_PDF.html), generated with kicad-footprint-generator ipc_noLead_generator.py
-WCH QFN NoLead
-0
-21
-17
-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-1EP_8x6mm_P1.27mm_EP6x4.8mm
-WDFN, 8 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/8L_WDFN_6x8mm_MN_C04172A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WDFN NoLead Microchip-8L-WDFN-6x8mm-MN-C04172A
-0
-21
-9
-Package_DFN_QFN
-WDFN-8-1EP_8x6mm_P1.27mm_EP6x4.8mm_ThermalVias
-WDFN, 8 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/8L_WDFN_6x8mm_MN_C04172A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WDFN NoLead Microchip-8L-WDFN-6x8mm-MN-C04172A
-0
-42
-9
-Package_DFN_QFN
-WDFN-8_2x2mm_P0.5mm
-DFN8 2x2, 0.5P; No exposed pad (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF)
-DFN 0.5
-0
-8
-8
-Package_DFN_QFN
-WDFN-10-1EP_3x3mm_P0.5mm_EP1.8x2.5mm
-WDFN, 10 Pin (https://www.onsemi.com/pdf/datasheet/nis5420-d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WDFN NoLead
-0
-15
-11
-Package_DFN_QFN
-WDFN-10-1EP_3x3mm_P0.5mm_EP1.8x2.5mm_ThermalVias
-WDFN, 10 Pin (https://www.onsemi.com/pdf/datasheet/nis5420-d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WDFN NoLead
-0
-22
-11
-Package_DFN_QFN
-WDFN-12-1EP_3x3mm_P0.45mm_EP1.7x2.5mm
-WDFN, 12 Pin (https://www.diodes.com/assets/Datasheets/PAM2306.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WDFN NoLead
-0
-17
-13
-Package_DFN_QFN
-WFDFPN-8-1EP_3x2mm_P0.5mm_EP1.25x1.35mm
-WFDFPN, 8 Pin (https://www.st.com/resource/en/datasheet/m95512-r.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py
-WFDFPN NoLead
-0
-10
-9
-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 Texas_RUK0020B
-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 Texas_RUK0020B
-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-28-1EP_4x4mm_P0.4mm_EP2.7x2.7mm
-WQFN, 28 Pin (Based on JEDEC MO-220-K.01 variation WGGE and exposed pad from Maxim / Analog Devices, https://www.jedec.org/system/files/docs/MO-220K01.pdf, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0139.pdf, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0139.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead T2844-1 T2844-1C T2844Y-1C
-0
-33
-29
-Package_DFN_QFN
-WQFN-28-1EP_4x4mm_P0.4mm_EP2.7x2.7mm_ThermalVias
-WQFN, 28 Pin (Based on JEDEC MO-220-K.01 variation WGGE and exposed pad from Maxim / Analog Devices, https://www.jedec.org/system/files/docs/MO-220K01.pdf, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0139.pdf, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfn/21-0139.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead T2844-1 T2844-1C T2844Y-1C
-0
-43
-29
-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-38-1EP_5x7mm_P0.5mm_EP2.7x4.7mm
-WQFN, 38 Pin (JEDEC MO-220 variation WHKD, https://www.jedec.org/document_search?search_api_views_fulltext=MO-220), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-45
-39
-Package_DFN_QFN
-WQFN-38-1EP_5x7mm_P0.5mm_EP2.7x4.7mm_ThermalVias
-WQFN, 38 Pin (JEDEC MO-220 variation WHKD, https://www.jedec.org/document_search?search_api_views_fulltext=MO-220), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-61
-39
-Package_DFN_QFN
-WQFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm
-WQFN, 38 Pin (JEDEC MO-220 variation WHKD (with exposed pad size from Linear Technology / Analog Devices), https://www.jedec.org/document_search?search_api_views_fulltext=MO-220, 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
-WQFN NoLead UHF
-0
-45
-39
-Package_DFN_QFN
-WQFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm_ThermalVias
-WQFN, 38 Pin (JEDEC MO-220 variation WHKD (with exposed pad size from Linear Technology / Analog Devices), https://www.jedec.org/document_search?search_api_views_fulltext=MO-220, 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
-WQFN NoLead UHF
-0
-61
-39
-Package_DFN_QFN
-WQFN-38-1EP_5x7mm_P0.5mm_EP3.65x5.65mm
-WQFN, 38 Pin (JEDEC MO-220 variation WHKD-1, https://www.jedec.org/document_search?search_api_views_fulltext=MO-220), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead TQFN T3857-1C T3857M-1
-0
-45
-39
-Package_DFN_QFN
-WQFN-38-1EP_5x7mm_P0.5mm_EP3.65x5.65mm_ThermalVias
-WQFN, 38 Pin (JEDEC MO-220 variation WHKD-1, https://www.jedec.org/document_search?search_api_views_fulltext=MO-220), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead TQFN T3857-1C T3857M-1
-0
-70
-39
-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
-CERDIP-8_W7.62mm_SideBrazed
-8-lead through-hole mounted CERDIP, JEDEC MS-015-AA package, row spacing 7.62mm (300 mils), SideBrazed, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed
-0
-8
-8
-Package_DIP
-CERDIP-8_W7.62mm_SideBrazed_LongPads
-8-lead through-hole mounted CERDIP, JEDEC MS-015-AA package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads
-0
-8
-8
-Package_DIP
-CERDIP-8_W7.62mm_SideBrazed_LongPads_Socket
-8-lead through-hole mounted CERDIP, JEDEC MS-015-AA package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads Socket
-0
-8
-8
-Package_DIP
-CERDIP-8_W7.62mm_SideBrazed_Socket
-8-lead through-hole mounted CERDIP, JEDEC MS-015-AA package, row spacing 7.62mm (300 mils), SideBrazed, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed Socket
-0
-8
-8
-Package_DIP
-CERDIP-14_W7.62mm_SideBrazed
-14-lead through-hole mounted CERDIP, JEDEC MS-015-AB package, row spacing 7.62mm (300 mils), SideBrazed, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed
-0
-14
-14
-Package_DIP
-CERDIP-14_W7.62mm_SideBrazed_LongPads
-14-lead through-hole mounted CERDIP, JEDEC MS-015-AB package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads
-0
-14
-14
-Package_DIP
-CERDIP-14_W7.62mm_SideBrazed_LongPads_Socket
-14-lead through-hole mounted CERDIP, JEDEC MS-015-AB package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads Socket
-0
-14
-14
-Package_DIP
-CERDIP-14_W7.62mm_SideBrazed_Socket
-14-lead through-hole mounted CERDIP, JEDEC MS-015-AB package, row spacing 7.62mm (300 mils), SideBrazed, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed Socket
-0
-14
-14
-Package_DIP
-CERDIP-16_W7.62mm_SideBrazed
-16-lead through-hole mounted CERDIP, JEDEC MS-015-AC package, row spacing 7.62mm (300 mils), SideBrazed, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed
-0
-16
-16
-Package_DIP
-CERDIP-16_W7.62mm_SideBrazed_LongPads
-16-lead through-hole mounted CERDIP, JEDEC MS-015-AC package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads
-0
-16
-16
-Package_DIP
-CERDIP-16_W7.62mm_SideBrazed_LongPads_Socket
-16-lead through-hole mounted CERDIP, JEDEC MS-015-AC package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads Socket
-0
-16
-16
-Package_DIP
-CERDIP-16_W7.62mm_SideBrazed_Socket
-16-lead through-hole mounted CERDIP, JEDEC MS-015-AC package, row spacing 7.62mm (300 mils), SideBrazed, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed Socket
-0
-16
-16
-Package_DIP
-CERDIP-18_W7.62mm_SideBrazed
-18-lead through-hole mounted CERDIP, JEDEC MS-015-AD package, row spacing 7.62mm (300 mils), SideBrazed, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed
-0
-18
-18
-Package_DIP
-CERDIP-18_W7.62mm_SideBrazed_LongPads
-18-lead through-hole mounted CERDIP, JEDEC MS-015-AD package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads
-0
-18
-18
-Package_DIP
-CERDIP-18_W7.62mm_SideBrazed_LongPads_Socket
-18-lead through-hole mounted CERDIP, JEDEC MS-015-AD package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads Socket
-0
-18
-18
-Package_DIP
-CERDIP-18_W7.62mm_SideBrazed_Socket
-18-lead through-hole mounted CERDIP, JEDEC MS-015-AD package, row spacing 7.62mm (300 mils), SideBrazed, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed Socket
-0
-18
-18
-Package_DIP
-CERDIP-20_W7.62mm_SideBrazed
-20-lead through-hole mounted CERDIP, JEDEC MS-015-AE package, row spacing 7.62mm (300 mils), SideBrazed, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed
-0
-20
-20
-Package_DIP
-CERDIP-20_W7.62mm_SideBrazed_LongPads
-20-lead through-hole mounted CERDIP, JEDEC MS-015-AE package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads
-0
-20
-20
-Package_DIP
-CERDIP-20_W7.62mm_SideBrazed_LongPads_Socket
-20-lead through-hole mounted CERDIP, JEDEC MS-015-AE package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads Socket
-0
-20
-20
-Package_DIP
-CERDIP-20_W7.62mm_SideBrazed_Socket
-20-lead through-hole mounted CERDIP, JEDEC MS-015-AE package, row spacing 7.62mm (300 mils), SideBrazed, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed Socket
-0
-20
-20
-Package_DIP
-CERDIP-22_W7.62mm_SideBrazed
-22-lead through-hole mounted CERDIP, JEDEC MS-015-AF package, row spacing 7.62mm (300 mils), SideBrazed, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed
-0
-22
-22
-Package_DIP
-CERDIP-22_W7.62mm_SideBrazed_LongPads
-22-lead through-hole mounted CERDIP, JEDEC MS-015-AF package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads
-0
-22
-22
-Package_DIP
-CERDIP-22_W7.62mm_SideBrazed_LongPads_Socket
-22-lead through-hole mounted CERDIP, JEDEC MS-015-AF package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads Socket
-0
-22
-22
-Package_DIP
-CERDIP-22_W7.62mm_SideBrazed_Socket
-22-lead through-hole mounted CERDIP, JEDEC MS-015-AF package, row spacing 7.62mm (300 mils), SideBrazed, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed Socket
-0
-22
-22
-Package_DIP
-CERDIP-24_W7.62mm_SideBrazed
-24-lead through-hole mounted CERDIP, JEDEC MS-015-AG package, row spacing 7.62mm (300 mils), SideBrazed, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed
-0
-24
-24
-Package_DIP
-CERDIP-24_W7.62mm_SideBrazed_LongPads
-24-lead through-hole mounted CERDIP, JEDEC MS-015-AG package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads
-0
-24
-24
-Package_DIP
-CERDIP-24_W7.62mm_SideBrazed_LongPads_Socket
-24-lead through-hole mounted CERDIP, JEDEC MS-015-AG package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads Socket
-0
-24
-24
-Package_DIP
-CERDIP-24_W7.62mm_SideBrazed_Socket
-24-lead through-hole mounted CERDIP, JEDEC MS-015-AG package, row spacing 7.62mm (300 mils), SideBrazed, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed Socket
-0
-24
-24
-Package_DIP
-CERDIP-28_W7.62mm_SideBrazed
-28-lead through-hole mounted CERDIP, JEDEC MS-015-AH package, row spacing 7.62mm (300 mils), SideBrazed, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed
-0
-28
-28
-Package_DIP
-CERDIP-28_W7.62mm_SideBrazed_LongPads
-28-lead through-hole mounted CERDIP, JEDEC MS-015-AH package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads
-0
-28
-28
-Package_DIP
-CERDIP-28_W7.62mm_SideBrazed_LongPads_Socket
-28-lead through-hole mounted CERDIP, JEDEC MS-015-AH package, row spacing 7.62mm (300 mils), SideBrazed, LongPads, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed LongPads Socket
-0
-28
-28
-Package_DIP
-CERDIP-28_W7.62mm_SideBrazed_Socket
-28-lead through-hole mounted CERDIP, JEDEC MS-015-AH package, row spacing 7.62mm (300 mils), SideBrazed, Socket, https://www.jedec.org/system/files/docs/Ms-015a.pdf
-THT DIP DIL CERDIP ceramic 2.54mm 7.62mm 300mil SideBrazed Socket
-0
-28
-28
-Package_DIP
-DIP-4_W7.62mm
-4-lead though-hole mounted DIP package, row spacing 7.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.16mm (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.16mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.16mm (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.16mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.16mm (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.16mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.16mm (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.16mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.16mm (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.16mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.16mm (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.16mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.16mm (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.16mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.16mm (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.16mm (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.16mm (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.16mm (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.16mm (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.43mm (450 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads
-0
-22
-22
-Package_DIP
-DIP-24_18.0mmx34.29mm_W15.24mm
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) https://www.mouser.at/datasheet/2/389/m48t02-1849963.pdf
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil PCDIP24 CAPHAT M48T02 M48T12 M48Z02 M48Z12
-0
-24
-24
-Package_DIP
-DIP-24_18.0mmx34.29mm_W15.24mm_LongPads
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) https://www.mouser.at/datasheet/2/389/m48t02-1849963.pdf
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil PCDIP24 CAPHAT M48T02 M48T12 M48Z02 M48Z12
-0
-24
-24
-Package_DIP
-DIP-24_18.0mmx34.29mm_W15.24mm_SMDSocket_SmallPads
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) https://www.mouser.at/datasheet/2/389/m48t02-1849963.pdf
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil PCDIP24 CAPHAT M48T02 M48T12 M48Z02 M48Z12
-0
-24
-24
-Package_DIP
-DIP-24_18.0mmx34.29mm_W15.24mm_Socket
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) https://www.mouser.at/datasheet/2/389/m48t02-1849963.pdf
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil PCDIP24 CAPHAT M48T02 M48T12 M48Z02 M48Z12
-0
-24
-24
-Package_DIP
-DIP-24_18.0mmx34.29mm_W15.24mm_Socket_LongPads
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) https://www.mouser.at/datasheet/2/389/m48t02-1849963.pdf
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil PCDIP24 CAPHAT M48T02 M48T12 M48Z02 M48Z12
-0
-24
-24
-Package_DIP
-DIP-24_W7.62mm
-24-lead though-hole mounted DIP package, row spacing 7.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.16mm (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.16mm (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.16mm (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.16mm (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.16mm (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.43mm (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.24mm (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.24mm (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.24mm (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.24mm (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.24mm (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.51mm (650 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads
-0
-24
-24
-Package_DIP
-DIP-26_W15.24mm
-26-lead though-hole mounted DIP package, row spacing 15.24mm (600 mils)
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil
-0
-26
-26
-Package_DIP
-DIP-26_W15.24mm_LongPads
-26-lead though-hole mounted DIP package, row spacing 15.24mm (600 mils), LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads
-0
-26
-26
-Package_DIP
-DIP-26_W15.24mm_SMDSocket_SmallPads
-26-lead though-hole mounted DIP package, row spacing 15.24mm (600 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads
-0
-26
-26
-Package_DIP
-DIP-26_W15.24mm_Socket
-26-lead though-hole mounted DIP package, row spacing 15.24mm (600 mils), Socket
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket
-0
-26
-26
-Package_DIP
-DIP-26_W15.24mm_Socket_LongPads
-26-lead though-hole mounted DIP package, row spacing 15.24mm (600 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads
-0
-26
-26
-Package_DIP
-DIP-26_W16.51mm_SMDSocket_LongPads
-26-lead though-hole mounted DIP package, row spacing 16.51mm (650 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads
-0
-26
-26
-Package_DIP
-DIP-28_W7.62mm
-28-lead though-hole mounted DIP package, row spacing 7.62mm (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.62mm (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.62mm (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.62mm (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.62mm (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.89mm (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.24mm (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.24mm (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.24mm (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.24mm (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.24mm (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.51mm (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.24mm (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.24mm (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.24mm (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.24mm (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.24mm (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.51mm (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.24mm (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.24mm (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.24mm (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.24mm (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.24mm (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.51mm (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.4mm (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.4mm (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.4mm (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.4mm (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.4mm (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.67mm (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.24mm (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.24mm (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.24mm (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.24mm (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.24mm (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.51mm (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.24mm (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.24mm (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.24mm (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.24mm (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.24mm (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.51mm (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.24mm (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.24mm (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.24mm (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.24mm (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.24mm (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.51mm (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.86mm (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.86mm (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.86mm (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.86mm (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.86mm (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.13mm (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.4mm (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.4mm (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.4mm (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.4mm (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.4mm (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.67mm (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 mils wide, surface mount package (https://www.fairchildsemi.com/package-drawings/ML/MLSOP08A.pdf)
-LSOP 2.54mm 300mil
-0
-8
-8
-Package_DIP
-IXYS_Flatpak-8_6.3x9.7mm_P2.54mm
-IXYS Flatpak, 8 Pin (https://www.littelfuse.com/media?resourcetype=datasheets&itemid=996c6e8f-cc1b-44f6-811e-251c6e004c56&filename=littelfuse-integrated-circuits-loc112-datasheet), generated with kicad-footprint-generator ipc_gullwing_generator.py
-IXYS Flatpak DIP
-0
-8
-8
-Package_DIP
-IXYS_SMD-8_6.3x9.7mm_P2.54mm
-IXYS Flatpak, 8 Pin (https://www.littelfuse.com/media?resourcetype=datasheets&itemid=996c6e8f-cc1b-44f6-811e-251c6e004c56&filename=littelfuse-integrated-circuits-loc112-datasheet), generated with kicad-footprint-generator ipc_gullwing_generator.py
-IXYS Flatpak DIP
-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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.53mm (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.48mm (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.62mm (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.53mm (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.48mm (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.24mm (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.24mm (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.62mm (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.53mm (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.48mm (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.24mm (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.24mm (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.24mm (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.24mm (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.24mm (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.24mm (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
-Analog_LCC-8_5x5mm_P1.27mm
-LCC, ceramic leaded chip carrier, 8 pins, surface mount, Analog Devices LS8, 5x5mm, height 1.45mm, https://www.analog.com/media/en/technical-documentation/data-sheets/ltc6655-6655ln.pdf
-lcc smt
-0
-8
-8
-Package_LCC
-MO047AD_PLCC-52_19.1x19.1mm_P1.27mm
-MO047AD PLCC, 52 Pin (JEDEC MO-047 variation AD, https://www.jedec.org/document_search?search_api_views_fulltext=MO-047, https://archive.org/details/bitsavers_signeticsdcsMicroprocessor_53987793/page/n775/mode/1up?view=theater), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py
-PLCC LCC
-0
-52
-52
-Package_LCC
-PLCC-20
-PLCC, 20 pins, surface mount
-plcc smt
-0
-20
-20
-Package_LCC
-PLCC-20_SMD-Socket
-PLCC, 20 pins, surface mount
-plcc smt
-0
-20
-20
-Package_LCC
-PLCC-20_THT-Socket
-PLCC, 20 pins, through hole
-plcc leaded
-0
-20
-20
-Package_LCC
-PLCC-28
-PLCC, 28 pins, surface mount
-plcc smt
-0
-28
-28
-Package_LCC
-PLCC-28_SMD-Socket
-PLCC, 28 pins, surface mount
-plcc smt
-0
-28
-28
-Package_LCC
-PLCC-28_THT-Socket
-PLCC, 28 pins, through hole
-plcc leaded
-0
-28
-28
-Package_LCC
-PLCC-32_11.4x14.0mm_P1.27mm
-PLCC, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc0015.pdf), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py
-PLCC LCC
-0
-32
-32
-Package_LCC
-PLCC-32_THT-Socket
-PLCC, 32 pins, through hole, http://www.assmann-wsw.com/fileadmin/datasheets/ASS_0981_CO.pdf
-plcc leaded
-0
-32
-32
-Package_LCC
-PLCC-44
-PLCC, 44 pins, surface mount
-plcc smt
-0
-44
-44
-Package_LCC
-PLCC-44_16.6x16.6mm_P1.27mm
-PLCC, 44 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py
-PLCC LCC
-0
-44
-44
-Package_LCC
-PLCC-44_SMD-Socket
-PLCC, 44 pins, surface mount
-plcc smt
-0
-44
-44
-Package_LCC
-PLCC-44_THT-Socket
-PLCC, 44 pins, through hole
-plcc leaded
-0
-44
-44
-Package_LCC
-PLCC-52
-PLCC, 52 pins, surface mount
-plcc smt
-0
-52
-52
-Package_LCC
-PLCC-52_SMD-Socket
-PLCC, 52 pins, surface mount
-plcc smt
-0
-52
-52
-Package_LCC
-PLCC-52_THT-Socket
-PLCC, 52 pins, through hole
-plcc leaded
-0
-52
-52
-Package_LCC
-PLCC-68
-PLCC, 68 pins, surface mount
-plcc smt
-0
-68
-68
-Package_LCC
-PLCC-68_24.2x24.2mm_P1.27mm
-PLCC, 68 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py
-PLCC LCC
-0
-68
-68
-Package_LCC
-PLCC-68_SMD-Socket
-PLCC, 68 pins, surface mount
-plcc smt
-0
-68
-68
-Package_LCC
-PLCC-68_THT-Socket
-PLCC, 68 pins, through hole
-plcc leaded
-0
-68
-68
-Package_LCC
-PLCC-84
-PLCC, 84 pins, surface mount
-plcc smt
-0
-84
-84
-Package_LCC
-PLCC-84_29.3x29.3mm_P1.27mm
-PLCC, 84 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py
-PLCC LCC
-0
-84
-84
-Package_LCC
-PLCC-84_SMD-Socket
-PLCC, 84 pins, surface mount
-plcc smt
-0
-84
-84
-Package_LCC
-PLCC-84_THT-Socket
-PLCC, 84 pins, through hole
-plcc leaded
-0
-84
-84
-Package_LGA
-AMS_LGA-10-1EP_2.7x4mm_P0.6mm
-LGA-10, http://ams.com/eng/content/download/951091/2269479/471718
-lga land grid array
-0
-13
-11
-Package_LGA
-AMS_LGA-20_4.7x4.5mm_P0.65mm
-http://ams.com/eng/content/download/1008631/2361759/498838
-AMS LGA
-0
-20
-20
-Package_LGA
-AMS_OLGA-8_2x3.1mm_P0.8mm
-AMS OLGA, 8 Pin (https://ams.com/documents/20143/36005/AS7341_DS000504_3-00.pdf/#page=63)
-AMS OLGA NoLead
-0
-8
-8
-Package_LGA
-Bosch_LGA-8_2.5x2.5mm_P0.65mm_ClockwisePinNumbering
-LGA-8
-lga land grid array
-0
-8
-8
-Package_LGA
-Bosch_LGA-8_2x2.5mm_P0.65mm_ClockwisePinNumbering
-LGA-8, https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-18.pdf
-lga land grid array
-0
-8
-8
-Package_LGA
-Bosch_LGA-8_3x3mm_P0.8mm_ClockwisePinNumbering
-Bosch LGA, 8 Pin (https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-Bosch LGA NoLead
-0
-8
-8
-Package_LGA
-Bosch_LGA-14_3x2.5mm_P0.5mm
-LGA-14 Bosch https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMI160-DS000-07.pdf
-lga land grid array
-0
-14
-14
-Package_LGA
-Bosch_LGA-16_4.5x3mm_P0.5mm_LayoutBorder7x1y_ClockwisePinNumbering
-Bosch LGA, 16 Pin (https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi088-ds001.pdf#page=55), generated with kicad-footprint-generator ipc_noLead_generator.py
-Bosch LGA NoLead
-0
-16
-16
-Package_LGA
-Infineon_PG-TSNP-6-10_0.7x1.1mm_0.7x1.1mm_P0.4mm
-6 lead, 1.1x0.7mm body, 0.37mm height, TSNP (https://www.infineon.com/cms/en/product/packages/PG-TSNP/PG-TSNP-6-10/)
-PG-TSNP-6-10 TSNP
-0
-12
-6
-Package_LGA
-Kionix_LGA-12_2x2mm_P0.5mm_LayoutBorder2x4y
-Kionix LGA, 12 Pin (https://www.digikey.com/Site/Global/Layouts/DownloadPdf.ashx?pdfUrl=3557DE8B1578472CBA17FB72BE0052DC#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py
-Kionix LGA NoLead
-0
-12
-12
-Package_LGA
-LGA-8_3x5mm_P1.25mm
-LGA-8
-lga land grid array
-0
-8
-8
-Package_LGA
-LGA-8_8x6.2mm_P1.27mm
-LGA, 8 Pin (https://datasheet.lcsc.com/lcsc/2303241700_Zetta-ZDSD64GLGEAG-R_C5277948.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py
-LGA NoLead
-0
-8
-8
-Package_LGA
-LGA-8_8x6mm_P1.27mm
-LGA, 8 Pin (https://datasheet.lcsc.com/lcsc/2005251034_XTX-XTSD01GLGEAG_C558837.pdf#page=6), generated with kicad-footprint-generator ipc_noLead_generator.py
-LGA NoLead
-0
-8
-8
-Package_LGA
-LGA-12_2x2mm_P0.5mm
-LGA12
-lga land grid array
-0
-12
-12
-Package_LGA
-LGA-14_2x2mm_P0.35mm_LayoutBorder3x4y
-LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lis2dh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LGA NoLead
-0
-14
-14
-Package_LGA
-LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y
-LGA, 14 Pin (https://www.st.com/resource/en/datasheet/lsm6ds3tr-c.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LGA NoLead
-0
-14
-14
-Package_LGA
-LGA-14_3x5mm_P0.8mm_LayoutBorder1x6y
-LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lsm303dlhc.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LGA NoLead
-0
-14
-14
-Package_LGA
-LGA-16_3x3mm_P0.5mm
-http://www.memsic.com/userfiles/files/DataSheets/Magnetic-Sensors-Datasheets/MMC5883MA-RevC.pdf
-lga land grid array
-0
-16
-16
-Package_LGA
-LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y
-LGA, 16 Pin (http://www.st.com/resource/en/datasheet/lis331hh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LGA NoLead
-0
-16
-16
-Package_LGA
-LGA-16_4x4mm_P0.65mm_LayoutBorder4x4y
-LGA, 16 Pin (http://www.st.com/resource/en/datasheet/l3gd20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-LGA NoLead
-0
-16
-16
-Package_LGA
-LGA-24L_3x3.5mm_P0.43mm
-LGA 24L 3x3.5mm Pitch 0.43mm
-LGA 24L 3x3.5mm Pitch 0.43mm
-0
-24
-24
-Package_LGA
-LGA-28_5.2x3.8mm_P0.5mm
-LGA 28 5.2x3.8mm Pitch 0.5mm
-LGA 28 5.2x3.8mm Pitch 0.5mm
-0
-28
-28
-Package_LGA
-Linear_LGA-133_15.0x15.0mm_Layout12x12_P1.27mm
-Analog Devices (Linear Tech), 133-pin LGA uModule, 15.0x15.0x4.32mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf
-133 pin lga
-0
-133
-133
-Package_LGA
-MPS_LGA-18-10EP_12x12mm_P3.3mm
-MPS LGA-18 12x12x3.82mm (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MPM3550EGLE/document_id/5102/)
-MPS LGA
-0
-18
-18
-Package_LGA
-NXP_LGA-8_3x5mm_P1.25mm_H1.1mm
-NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL3115A2.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py
-NXP LGA NoLead
-0
-8
-8
-Package_LGA
-NXP_LGA-8_3x5mm_P1.25mm_H1.2mm
-NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL115A1.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py
-NXP LGA NoLead
-0
-8
-8
-Package_LGA
-Nordic_nRF9160-SIxx_LGA-102-59EP_16.0x10.5mm_P0.5mm
-nRF9160 (https://docs.nordicsemi.com/bundle/ps_nrf9160/page/mec_spec.html)
-Nordic LGA
-0
-161
-127
-Package_LGA
-Rohm_MLGA010V020A_LGA-10_2x2mm_P0.45mm_LayoutBorder2x3y
-Rohm LGA, 10 Pin (https://fscdn.rohm.com/en/techdata_basic/ic/package/Jisso_MLGA010V020A-1-2_Rev005s_E2(MSL3).pdf)
-Rohm LGA NoLead
-0
-10
-10
-Package_LGA
-ST_CCLGA-7L_2.8x2.8mm_P1.15mm_H1.95mm
-ST CCLGA, 7 Pin (https://www.st.com/resource/en/datasheet/ilps28qsw.pdf#page=44)
-water resistant package
-0
-7
-7
-Package_LGA
-ST_HLGA-10_2.5x2.5mm_P0.6mm_LayoutBorder3x2y
-ST HLGA, 10 Pin (https://www.st.com/resource/en/datasheet/lps25hb.pdf#page=46), generated with kicad-footprint-generator ipc_noLead_generator.py
-ST HLGA NoLead
-0
-10
-10
-Package_LGA
-ST_HLGA-10_2x2mm_P0.5mm_LayoutBorder3x2y
-ST HLGA, 10 Pin (https://www.st.com/resource/en/datasheet/lps22hh.pdf#page=55), generated with kicad-footprint-generator ipc_noLead_generator.py
-ST HLGA NoLead
-0
-10
-10
-Package_LGA
-Texas_SIL0008C_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm
-Texas SIL0008C MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82085.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas MicroSiP NoLead
-0
-11
-9
-Package_LGA
-Texas_SIL0008C_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm_ThermalVias
-Texas SIL0008C MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82085.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas MicroSiP NoLead
-0
-15
-9
-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#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py
-VLGA NoLead
-0
-4
-4
-Package_LGA
-ublox_LGA-53_4.5x4.5mm_Layout9x9_P0.5mm
-ublox MIA SoC Module, 4.5x4.5mm, 53 Ball, 9x9 Layout, 0.5mm Pitch, generated with kicad-footprint-generator ipc_bga_generator.py, https://content.u-blox.com/sites/default/files/documents/MIA-M10Q_IntegrationManual_UBX-21028173.pdf#page=82
-LGA 53 0.5 ublox_MIA-M-LGA53
-0
-53
-53
-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
-164
-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
-178
-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
-186
-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
-206
-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
-244
-145
-Package_QFP
-Hitachi_FP80B_PQFP-80_14x20mm_P0.8mm
-Hitachi FP80B PQFP, 80 Pin (Hitachi FP-80B, 2.70mm body thickness, https://www.icbase.com/pdf/HTH/HTH14270106.pdf#page=9, https://bitsavers.trailing-edge.com/components/hitachi/_dataBooks/1994_M24T026_Hitachi_LCD_Controller_Driver_LSI_Data_Book.pdf#page=28), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Hitachi PQFP QFP Hitachi_FP-80B
-0
-80
-80
-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
-68
-49
-Package_QFP
-LQFP-48_7x7mm_P0.5mm
-LQFP, 48 Pin (JEDEC MS-026 variation BBC, 1.40mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfp/05081760_a_lx48.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-LQFP QFP CASE-932AA CASE-932-03 C48-1 C48-2 C48-3 C48-5 C48-6 C48-6C PT0048A
-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
-79
-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
-116
-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-1EP_14x14mm_P0.5mm_EP6.9x6.9mm
-LQFP, 100 Pin (JEDEC MS-026 variation BED with exposed pad, 1.60mm max body thickness, https://www.jedec.org/system/files/docs/MS-026D.pdf, https://www.nxp.com/docs/en/package-information/SOT2229-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-LQFP QFP 98ASA02131D SOT2229-1
-0
-110
-101
-Package_QFP
-LQFP-100-1EP_14x14mm_P0.5mm_EP6.9x6.9mm_ThermalVias
-LQFP, 100 Pin (JEDEC MS-026 variation BED with exposed pad, 1.60mm max body thickness, https://www.jedec.org/system/files/docs/MS-026D.pdf, https://www.nxp.com/docs/en/package-information/SOT2229-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-LQFP QFP 98ASA02131D SOT2229-1
-0
-127
-101
-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-1EP_20x20mm_P0.5mm_EP6.5x6.5mm
-LQFP, 144 Pin (https://www.infineon.com/dgdl/Infineon-XMC4500-DS-v01_05-EN.pdf?fileId=5546d46254e133b40154e1b56cbe0123), generated with kicad-footprint-generator ipc_gullwing_generator.py
-LQFP QFP Infineon-PG-LQFP-144-24 Infineon-PG-LQFP-144-26
-0
-154
-145
-Package_QFP
-LQFP-144-1EP_20x20mm_P0.5mm_EP6.5x6.5mm_ThermalVias
-LQFP, 144 Pin (https://www.infineon.com/dgdl/Infineon-XMC4500-DS-v01_05-EN.pdf?fileId=5546d46254e133b40154e1b56cbe0123), generated with kicad-footprint-generator ipc_gullwing_generator.py
-LQFP QFP Infineon-PG-LQFP-144-24 Infineon-PG-LQFP-144-26
-0
-171
-145
-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-1EP_24x24mm_P0.5mm_EP6.6x6.6mm
-LQFP, 176 Pin (https://www.infineon.com/cms/en/product/packages/PG-TQFP/PG-TQFP-176-801/), generated with kicad-footprint-generator ipc_gullwing_generator.py
-LQFP QFP Infineon-PG-TQFP-176-801
-0
-202
-177
-Package_QFP
-LQFP-176-1EP_24x24mm_P0.5mm_EP6.6x6.6mm_ThermalVias
-LQFP, 176 Pin (https://www.infineon.com/cms/en/product/packages/PG-TQFP/PG-TQFP-176-801/), generated with kicad-footprint-generator ipc_gullwing_generator.py
-LQFP QFP Infineon-PG-TQFP-176-801
-0
-239
-177
-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
-MO112AC1_PQFP-52_10x10mm_P0.65mm
-MO112AC1 PQFP, 52 Pin (JEDEC MO-112 variation AC-1, https://www.jedec.org/document_search?search_api_views_fulltext=MO-112, https://www.analog.com/media/en/package-pcb-resources/package/32717196300961s_52_2.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-PQFP QFP MQFP S-52-2 high-standoff
-0
-52
-52
-Package_QFP
-Microchip_PQFP-44_10x10mm_P0.8mm
-Microchip PQFP, 44 Pin (JEDEC MO-112 variation AA-2, Microchip and Analog Devices, https://www.jedec.org/document_search?search_api_views_fulltext=MO-112, https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/20005418B.pdf#page=10, https://www.analog.com/media/en/technical-documentation/data-sheets/ad7722.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Microchip PQFP QFP P-QFP 44-Lead-MQFP S-44-2
-0
-44
-44
-Package_QFP
-PQFP-44_10x10mm_P0.8mm
-PQFP, 44 Pin (JEDEC MS-022 variation AB, https://www.jedec.org/document_search?search_api_views_fulltext=MS-022, https://ww1.microchip.com/downloads/aemDocuments/documents/package-outline-drawings/c04-21291a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-PQFP QFP P-QFP QQZ M44-2 44L-MQFP-10x10x2mm
-0
-44
-44
-Package_QFP
-PQFP-64_14x14mm_P0.8mm
-PQFP, 64 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-qfp-64pin-prqp0064gb), generated with kicad-footprint-generator ipc_gullwing_generator.py
-PQFP QFP
-0
-64
-64
-Package_QFP
-PQFP-80_14x14mm_P0.65mm
-PQFP, 80 Pin (JEDEC MS-022 variation BC, 2.00mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MS-022), generated with kicad-footprint-generator ipc_gullwing_generator.py
-PQFP QFP MQFP-80 Infineon_P-MQFP-80-7
-0
-80
-80
-Package_QFP
-PQFP-80_14x20mm_P0.8mm
-PQFP, 80 Pin (JEITA/EIAJ ED-7311A (variation 80-001-PB) / JEDEC MS-022 (variation GB-2), 2.70mm body thickness, https://www.jeita.or.jp/japanese/standard/book/ED-7311A/#target/page_no=91, https://www.jedec.org/document_search?search_api_views_fulltext=MS-022), generated with kicad-footprint-generator ipc_gullwing_generator.py
-PQFP QFP P-QFP080-14.00x20.00-0.80 P-QFP080-1420-0.80 MQFP-80 Onsemi_PQFP80-14x20-/-QIP80E Onsemi_CASE-122BS
-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-128_28x28mm_P0.8mm
-PQFP, 128 Pin (JEITA/EIAJ ED-7311A (variation 128-001-KD) / JEDEC MS-022 (variation DB-2), 3.40mm body thickness, https://www.jeita.or.jp/japanese/standard/book/ED-7311A/#target/page_no=78, https://www.jedec.org/document_search?search_api_views_fulltext=MS-022), generated with kicad-footprint-generator ipc_gullwing_generator.py
-PQFP QFP P-QFP128-28.00x28.00-0.80 P-QFP128-2828-0.80 MQFP-128
-0
-128
-128
-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-168_28x28mm_P0.65mm
-PQFP, 168 Pin (https://www.renesas.cn/cn/zh/document/psc/package-drawing-qfp-168pin-prqp0168jb), generated with kicad-footprint-generator ipc_gullwing_generator.py
-PQFP QFP
-0
-168
-168
-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_5x5mm_P0.5mm
-TQFP, 32 Pin (JEDEC MS-026 variation AAA, 1.00mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP
-0
-32
-32
-Package_QFP
-TQFP-32_7x7mm_P0.8mm
-TQFP, 32 Pin (JEDEC MS-026 variation ABA, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BZ.pdf#page=656), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP
-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
-TQFP, 44 Pin (JEDEC MS-026 variation ACB, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BZ.pdf#page=658), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP
-0
-44
-44
-Package_QFP
-TQFP-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm
-TQFP, 48 Pin (JEDEC MS-026 variation ABC, 1.00mm body thickness, custom Exposed Pad from Microchip and Analog Devices, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BZ.pdf#page=664, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_48_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP SV-48-4
-0
-53
-49
-Package_QFP
-TQFP-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_ThermalVias
-TQFP, 48 Pin (JEDEC MS-026 variation ABC, 1.00mm body thickness, custom Exposed Pad from Microchip and Analog Devices, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BZ.pdf#page=664, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_48_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP SV-48-4
-0
-63
-49
-Package_QFP
-TQFP-48-1EP_7x7mm_P0.5mm_EP4.11x4.11mm
-TQFP, 48 Pin (https://www.lumissil.com/assets/pdf/core/IS31FL3236_DS.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP
-0
-65
-49
-Package_QFP
-TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm
-TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP
-0
-65
-49
-Package_QFP
-TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm_ThermalVias
-TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP
-0
-91
-49
-Package_QFP
-TQFP-48_7x7mm_P0.5mm
-TQFP, 48 Pin (JEDEC MS-026 variation ABC, 1.00mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BZ.pdf#page=666), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP P48GA-50-HAA-2 pkg_3304 PTQP0048KC-A C48-11 PFB0048A
-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_gullwing_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_gullwing_generator.py
-TQFP QFP
-0
-95
-53
-Package_QFP
-TQFP-64-1EP_10x10mm_P0.5mm_EP5.305x5.305mm
-TQFP, 64 Pin (https://www.esstech.com/wp-content/uploads/2022/09/ES9028PRO-Datasheet-v3.7.pdf#page=54), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP ESS-eTQFP-64
-0
-81
-65
-Package_QFP
-TQFP-64-1EP_10x10mm_P0.5mm_EP5.305x5.305mm_ThermalVias
-TQFP, 64 Pin (https://www.esstech.com/wp-content/uploads/2022/09/ES9028PRO-Datasheet-v3.7.pdf#page=54), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP ESS-eTQFP-64
-0
-107
-65
-Package_QFP
-TQFP-64_7x7mm_P0.4mm
-TQFP, 64 Pin (JEDEC MS-026 variation ABD, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfpsu/su_64_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP SU-64-1 CASE-932BH
-0
-64
-64
-Package_QFP
-TQFP-64_10x10mm_P0.5mm
-TQFP, 64 Pin (JEITA/EIAJ ED-7311A (variation 64-001-TCA) / JEDEC MS-026 (variation ACD), 1.00mm body thickness, https://www.jeita.or.jp/japanese/standard/book/ED-7311A/#target/page_no=30, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP P-TQFP064-10.00x10.00-0.50 P-TQFP064-1010-0.50
-0
-64
-64
-Package_QFP
-TQFP-64_14x14mm_P0.8mm
-TQFP, 64 Pin (JEDEC MS-026 variation AEB, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BZ.pdf#page=672), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP
-0
-64
-64
-Package_QFP
-TQFP-80-1EP_14x14mm_P0.65mm_EP9.5x9.5mm
-TQFP, 80 Pin (Based on JEDEC MS-026 variation AEC, 1.00mm body thickness, lead width / tolerances / custom Exposed Pad from Analog Devices, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_80_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP Analog-Devices_SV-80-4
-0
-117
-81
-Package_QFP
-TQFP-80-1EP_14x14mm_P0.65mm_EP9.5x9.5mm_ThermalVias
-TQFP, 80 Pin (Based on JEDEC MS-026 variation AEC, 1.00mm body thickness, lead width / tolerances / custom Exposed Pad from Analog Devices, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_80_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP Analog-Devices_SV-80-4
-0
-199
-81
-Package_QFP
-TQFP-80_12x12mm_P0.5mm
-TQFP, 80 Pin (JEDEC MS-026 variation ADD, 1.00mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/aemDocuments/documents/package-outline-drawings/c04-00092c.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP Microchip_X2X
-0
-80
-80
-Package_QFP
-TQFP-80_14x14mm_P0.65mm
-TQFP, 80 Pin (JEDEC MS-026 variation AEC, 1.00mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BZ.pdf#page=679), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP Microsemi_VQ80 NXP_TQFP80 NXP_SOT1093-1
-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
-TQFP, 100 Pin (JEDEC MS-026 variation ADE, 1.00mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BZ.pdf#page=685), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP S100GK-40-9EV-1 pkg_8212 PTQP0100LD-A
-0
-100
-100
-Package_QFP
-TQFP-100_14x14mm_P0.5mm
-TQFP, 100 Pin (JEDEC MS-026 variation AED, 1.00mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MS-026, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BZ.pdf#page=683), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TQFP QFP VQ100 CASE-932AN 983B-01 SOT386-1 C100-1
-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
-Texas_PHP0048E_HTQFP-48-1EP_7x7mm_P0.5mm_EP6.5x6.5mm_Mask3.62x3.62mm
-Texas PHP0048E HTQFP, 48 Pin (https://www.ti.com/lit/ds/symlink/tusb4020bi.pdf#page=42), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas HTQFP QFP
-0
-51
-49
-Package_QFP
-Texas_PHP0048E_HTQFP-48-1EP_7x7mm_P0.5mm_EP6.5x6.5mm_Mask3.62x3.62mm_ThermalVias
-Texas PHP0048E HTQFP, 48 Pin (https://www.ti.com/lit/ds/symlink/tusb4020bi.pdf#page=42), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas HTQFP QFP
-0
-88
-49
-Package_QFP
-Texas_TQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask4.44x4.44mm
-Texas TQFP, 64 Pin (Texas PAP0064M, based on JEDEC MS-026 variation ACD, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd078j/pptd078j.pdf, https://www.ti.com/lit/ds/symlink/tusb4041i.pdf#page=40), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas TQFP QFP Texas_PAP0064M Texas_PowerPAD-64-pin-HTQFP
-0
-70
-65
-Package_QFP
-Texas_TQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask4.44x4.44mm_ThermalVias
-Texas TQFP, 64 Pin (Texas PAP0064M, based on JEDEC MS-026 variation ACD, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd078j/pptd078j.pdf, https://www.ti.com/lit/ds/symlink/tusb4041i.pdf#page=40), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas TQFP QFP Texas_PAP0064M Texas_PowerPAD-64-pin-HTQFP
-0
-135
-65
-Package_QFP
-Texas_TQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask5x5mm
-Texas TQFP, 64 Pin (Texas PAP (S-PQFP-G64), based on JEDEC MS-026 variation ACD, 1.00mm body thickness, https://www.ti.com/lit/ds/symlink/tfp410.pdf#page=41), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas TQFP QFP Texas_PAP-(S-PQFP-G64) Texas_PowerPAD-64-pin-HTQFP
-0
-75
-65
-Package_QFP
-Texas_TQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask5x5mm_ThermalVias
-Texas TQFP, 64 Pin (Texas PAP (S-PQFP-G64), based on JEDEC MS-026 variation ACD, 1.00mm body thickness, https://www.ti.com/lit/ds/symlink/tfp410.pdf#page=41), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas TQFP QFP Texas_PAP-(S-PQFP-G64) Texas_PowerPAD-64-pin-HTQFP
-0
-112
-65
-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
-Analog_MSOP-12-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm
-Analog MSOP, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081871_d_mse16(12).pdf 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
-Analog MSOP SO MSE16-(12) Linear-Technology
-0
-17
-13
-Package_SO
-Analog_MSOP-12-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm_ThermalVias
-Analog MSOP, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081871_d_mse16(12).pdf 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
-Analog MSOP SO MSE16-(12) Linear-Technology
-0
-24
-13
-Package_SO
-Analog_MSOP-12-16_3x4.039mm_P0.5mm
-Analog MSOP, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081847_b_ms16(12).pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Analog MSOP SO MS16-(12) Linear-Technology
-0
-12
-12
-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-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 (Texas Instruments PWP0016C, based on JEDEC MO-153 variation ABT, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd023ac/pptd023ac.pdf, https://www.ti.com/lit/ds/symlink/drv8833.pdf#page=27, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_PWP0016C Texas_PowerPAD-TSSOP
-0
-20
-17
-Package_SO
-HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm_ThermalVias
-HTSSOP, 16 Pin (Texas Instruments PWP0016C, based on JEDEC MO-153 variation ABT, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd023ac/pptd023ac.pdf, https://www.ti.com/lit/ds/symlink/drv8833.pdf#page=27, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_PWP0016C Texas_PowerPAD-TSSOP
-0
-33
-17
-Package_SO
-HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.66x2.46mm
-HTSSOP, 16 Pin (http://www.ti.com/lit/ds/symlink/tps2660.pdf#page=48), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_PWP0016H
-0
-20
-17
-Package_SO
-HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.66x2.46mm_ThermalVias
-HTSSOP, 16 Pin (http://www.ti.com/lit/ds/symlink/tps2660.pdf#page=48), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_PWP0016H
-0
-33
-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 Analog-FE-CB
-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), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Maxim-U20E-1
-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 Texas_PWP/R-PDSO-G20
-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 Texas_PWP0020U
-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 Texas_PWP0020U
-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 Texas_PWP0020T
-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 Texas_PWP0020T
-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 (JEDEC MO-153 variation ADT, 1.00mm body thickness, custom Exposed Pad size from STMicroelectronics, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153, https://www.st.com/resource/en/datasheet/stp16cp05.pdf#page=25, https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=37), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-31
-25
-Package_SO
-HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x2.98mm
-HTSSOP, 24 Pin (Texas Instruments PWP0024P, based on JEDEC MO-153 variation ADT, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd064i/pptd064i.pdf, https://web.archive.org/web/20170223145154/http://www.ti.com/lit/ds/symlink/tlc5949.pdf#page=49, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_PWP0024P Texas_PowerPAD
-0
-30
-25
-Package_SO
-HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x2.98mm_ThermalVias
-HTSSOP, 24 Pin (Texas Instruments PWP0024P, based on JEDEC MO-153 variation ADT, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd064i/pptd064i.pdf, https://web.archive.org/web/20170223145154/http://www.ti.com/lit/ds/symlink/tlc5949.pdf#page=49, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_PWP0024P Texas_PowerPAD
-0
-52
-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 Texas_PWP/R-PDSO-G24
-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 Texas_PWP/R-PDSO-G24
-0
-47
-25
-Package_SO
-HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.44x3.42mm
-HTSSOP, 24 Pin (Texas Instruments PWP0024U, based on JEDEC MO-153 variation ADT, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd402/pptd402.pdf, https://www.ti.com/lit/ds/symlink/tlc5949.pdf#page=50, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_PWP0024U Texas_PowerPAD
-0
-30
-25
-Package_SO
-HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.44x3.42mm_ThermalVias
-HTSSOP, 24 Pin (Texas Instruments PWP0024U, based on JEDEC MO-153 variation ADT, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd402/pptd402.pdf, https://www.ti.com/lit/ds/symlink/tlc5949.pdf#page=50, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_PWP0024U Texas_PowerPAD
-0
-52
-25
-Package_SO
-HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.75x6.2mm
-HTSSOP, 28 Pin (https://www.trinamic.com/fileadmin/assets/Support/AppNotes/AN005x-IC_Package_PCB_Footprint_Guidelines_HTSSOP28_rev1.00.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.75x6.2mm_ThermalVias
-HTSSOP, 28 Pin (https://www.trinamic.com/fileadmin/assets/Support/AppNotes/AN005x-IC_Package_PCB_Footprint_Guidelines_HTSSOP28_rev1.00.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_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_4.4x9.7mm_P0.5mm_EP1.5x3.3mm
-HTSSOP, 38 Pin (JEDEC MO-153 Var BDT-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-41
-39
-Package_SO
-HTSSOP-38-1EP_4.4x9.7mm_P0.5mm_EP1.5x3.3mm_ThermalVias
-HTSSOP, 38 Pin (JEDEC MO-153 Var BDT-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-51
-39
-Package_SO
-HTSSOP-38-1EP_4.4x9.7mm_P0.5mm_EP2.74x4.75mm
-HTSSOP, 38 Pin (JEDEC MO-153 Var BDT-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153 https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-tssop/tssop_38_05-08-1865.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-45
-39
-Package_SO
-HTSSOP-38-1EP_4.4x9.7mm_P0.5mm_EP2.74x4.75mm_ThermalVias
-HTSSOP, 38 Pin (JEDEC MO-153 Var BDT-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153 https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-tssop/tssop_38_05-08-1865.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-61
-39
-Package_SO
-HTSSOP-38-1EP_4.4x9.7mm_P0.5mm_EP3.05x6.65mm
-HTSSOP, 38 Pin (JEDEC MO-153 variation BDT-1 (with exposed pad size from Maxim / Analog Devices), https://www.jedec.org/document_search?search_api_views_fulltext=MO-153, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tssop-exp/21-0714.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO U38E-3C
-0
-47
-39
-Package_SO
-HTSSOP-38-1EP_4.4x9.7mm_P0.5mm_EP3.05x6.65mm_ThermalVias
-HTSSOP, 38 Pin (JEDEC MO-153 variation BDT-1 (with exposed pad size from Maxim / Analog Devices), https://www.jedec.org/document_search?search_api_views_fulltext=MO-153, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tssop-exp/21-0714.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO U38E-3C
-0
-69
-39
-Package_SO
-HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm
-HTSSOP, 38 Pin (https://www.ti.com/jp/lit/ml/pptd158c/pptd158c.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_DAP Texas_R-PDSO-G38
-0
-46
-39
-Package_SO
-HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm_ThermalVias
-HTSSOP, 38 Pin (https://www.ti.com/jp/lit/ml/pptd158c/pptd158c.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_DAP Texas_R-PDSO-G38
-0
-87
-39
-Package_SO
-HTSSOP-44-1EP_6.1x14mm_P0.635mm_EP5.2x14mm_Mask4.31x8.26mm
-HTSSOP, 44 Pin (http://www.ti.com/lit/pdf/pptd165), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_DDW0044B
-0
-61
-45
-Package_SO
-HTSSOP-44-1EP_6.1x14mm_P0.635mm_EP5.2x14mm_Mask4.31x8.26mm_ThermalVias
-HTSSOP, 44 Pin (http://www.ti.com/lit/pdf/pptd165), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO Texas_DDW0044B
-0
-118
-45
-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 Texas_DDV0044D
-0
-44
-44
-Package_SO
-HTSSOP-56-1EP_6.1x14mm_P0.5mm_EP3.61x6.35mm
-HTSSOP56: plastic thin shrink small outline package http://www.ti.com/lit/ds/symlink/drv8301.pdf
-HTSSOP 0.5
-0
-72
-57
-Package_SO
-HVSSOP-8-1EP_3x3mm_P0.65mm_EP1.57x1.89mm
-HVSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa6110a2.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HVSSOP SO
-0
-13
-9
-Package_SO
-HVSSOP-8-1EP_3x3mm_P0.65mm_EP1.57x1.89mm_ThermalVias
-HVSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa6110a2.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HVSSOP SO
-0
-18
-9
-Package_SO
-HVSSOP-10-1EP_3x3mm_P0.5mm_EP1.83x1.89mm
-HVSSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/bq24090.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HVSSOP SO JEDEC-MO-187_BA-T Texas_DGQ0010D
-0
-15
-11
-Package_SO
-HVSSOP-10-1EP_3x3mm_P0.5mm_EP1.83x1.89mm_ThermalVias
-HVSSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/bq24090.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HVSSOP SO JEDEC-MO-187_BA-T Texas_DGQ0010D
-0
-20
-11
-Package_SO
-Infineon_PG-DSO-8-24_4x5mm
-Infineon PG-DSO, 8 Pin (https://www.infineon.com/dgdl/Infineon-BSP752R-DS-v01_02-EN.pdf?fileId=db3a304316f112290116f233cbd271e9#page=17), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Infineon PG-DSO SO
-0
-8
-8
-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-8-59_7.5x6.3mm
-Infineon PG-DSO, 8 Pin (https://www.infineon.com/dgdl/Infineon-1EDCxxI12AH-DS-v02_00-EN.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Infineon PG-DSO SO
-0
-8
-8
-Package_SO
-Infineon_PG-DSO-12-9
-Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/)
-PG-DSO
-0
-23
-13
-Package_SO
-Infineon_PG-DSO-12-9_ThermalVias
-Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/)
-PG-DSO
-0
-42
-13
-Package_SO
-Infineon_PG-DSO-12-11
-Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/)
-PG-DSO
-0
-23
-13
-Package_SO
-Infineon_PG-DSO-12-11_ThermalVias
-Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/)
-PG-DSO
-0
-42
-13
-Package_SO
-Infineon_PG-DSO-20-30
-Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/)
-DSO-20
-0
-31
-21
-Package_SO
-Infineon_PG-DSO-20-30_ThermalVias
-Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/)
-DSO-20
-0
-45
-21
-Package_SO
-Infineon_PG-DSO-20-32
-Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-32/)
-DSO-20
-0
-20
-20
-Package_SO
-Infineon_PG-DSO-20-85
-Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/)
-DSO-20
-0
-31
-21
-Package_SO
-Infineon_PG-DSO-20-85_ThermalVias
-Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/)
-DSO-20
-0
-113
-21
-Package_SO
-Infineon_PG-DSO-20-87
-Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-87/)
-DSO-20
-0
-20
-20
-Package_SO
-Infineon_PG-DSO-20-U03_7.5x12.8mm
-Infineon PG-DSO, 20 Pin (https://www.infineon.com/dgdl/Infineon-2ED1323S12P_2ED1324S12P-DataSheet-v01_01-EN.pdf?fileId=8ac78c8c869190210186e92f0f506d0c), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Infineon PG-DSO SO
-0
-20
-20
-Package_SO
-Infineon_PG-TSDSO-14-22
-Infineon_PG-TSDSO-14-22
-Infineon TSDSO 14-22
-0
-17
-15
-Package_SO
-Infineon_SOIC-20W_7.6x12.8mm_P1.27mm
-Infineon SOIC, 20 Pin (https://www.infineon.com/dgdl/Infineon-PG-DSO-20-77_SPO_PDF-Package-v15_00-EN.pdf?fileId=5546d4625c54d85b015c627e1a0c23b3, https://www.infineon.com/dgdl/Infineon-PG-DSO-20-77_FPD_PDF-Footprint-v15_00-EN.pdf?fileId=5546d4625c54d85b015c5f0f49614324), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Infineon SOIC SO PG-DSO-20 PG-DSO-20-6 PG-DSO-20-9 PG-DSO-20-31 PG-DSO-20-32 PG-DSO-20-36 PG-DSO-20-43 PG-DSO-20-45 PG-DSO-20-55 PG-DSO-20-66 PG-DSO-20-77
-0
-20
-20
-Package_SO
-JEITA_SOIC-8_3.9x4.9mm_P1.27mm
-JEITA SOIC, 8 Pin (JEITA/EIAJ ED-7311-19, variation 08-001-ADB, https://www.jeita.or.jp/japanese/standard/book/ED-7311-19/#target/page_no=20), generated with kicad-footprint-generator ipc_gullwing_generator.py
-JEITA SOIC SO P-SOP-8 P-SOP08-03.90x04.90-1.27 P-SOP08-0225-1.27 narrow
-0
-8
-8
-Package_SO
-JEITA_SOIC-16_3.9x9.9mm_P1.27mm
-JEITA SOIC, 16 Pin (JEITA/EIAJ ED-7311-19, variation 16-001-ABA, https://www.jeita.or.jp/japanese/standard/book/ED-7311-19/#target/page_no=30), generated with kicad-footprint-generator ipc_gullwing_generator.py
-JEITA SOIC SO P-SOP-16 P-SOP16-03.90x09.90-1.27 P-SOP16-0225-1.27 SOIC_N narrow
-0
-16
-16
-Package_SO
-Linear_HTSSOP-31-38-1EP_4.4x9.7mm_P0.5mm_EP2.74x4.75mm
-Linear HTSSOP, 31 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-tssop/tssop_38_05-08-1865.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Linear HTSSOP SO FE38-(31)
-0
-38
-32
-Package_SO
-Linear_HTSSOP-31-38-1EP_4.4x9.7mm_P0.5mm_EP2.74x4.75mm_ThermalVias
-Linear HTSSOP, 31 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-tssop/tssop_38_05-08-1865.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Linear HTSSOP SO FE38-(31)
-0
-54
-32
-Package_SO
-MSOP-8-1EP_3x3mm_P0.65mm_EP1.5x1.8mm
-MSOP, 8 Pin (https://www.diodes.com/assets/Package-Files/MSOP-8EP.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-MSOP SO
-0
-13
-9
-Package_SO
-MSOP-8-1EP_3x3mm_P0.65mm_EP1.5x1.8mm_ThermalVias
-MSOP, 8 Pin (https://www.diodes.com/assets/Package-Files/MSOP-8EP.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-MSOP SO
-0
-18
-9
-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
-MSOP, 10 Pin (https://www.jedec.org/system/files/docs/mo-187F.pdf variant BA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-MSOP SO Texas_DGS0010A
-0
-10
-10
-Package_SO
-MSOP-12-1EP_3x4.039mm_P0.65mm_EP1.651x2.845mm
-MSOP, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081666_g_mse12.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-MSOP SO
-0
-17
-13
-Package_SO
-MSOP-12-1EP_3x4.039mm_P0.65mm_EP1.651x2.845mm_ThermalVias
-MSOP, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081666_g_mse12.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-MSOP SO
-0
-24
-13
-Package_SO
-MSOP-12_3x4.039mm_P0.65mm
-MSOP, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081668_a_ms12.pdf), 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_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
-NXP_HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.2x3.4mm
-HTSSOP, 28 Pin (https://www.nxp.com/docs/en/package-information/SOT1172-3.pdf)
-HTSSOP SO
-0
-41
-29
-Package_SO
-NXP_HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.2x3.4mm_ThermalVias
-HTSSOP, 28 Pin (https://www.nxp.com/docs/en/package-information/SOT1172-3.pdf)
-HTSSOP SO
-0
-50
-29
-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_751EP_SOIC-4_3.9x4.725mm_P2.54mm
-OnSemi 751EP SOIC, 4 Pin (https://www.onsemi.com/pdf/datasheet/mb8s-d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-OnSemi SOIC SO OnSemi_MB8S OnSemi_SOIC4W
-0
-4
-4
-Package_SO
-OnSemi_Micro8
-ON Semiconductor Micro8 (Case846A-02): https://www.onsemi.com/pub/Collateral/846A-02.PDF
-micro8
-0
-8
-8
-Package_SO
-PSOP-44_16.9x27.17mm_P1.27mm
-PSOP44: plastic thin shrink small outline package; 44 leads; body width 16.90 mm
-PSOP 1.27
-0
-44
-44
-Package_SO
-PowerIntegrations_SO-8
-Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://ac-dc.power.com/sites/default/files/product-docs/senzero_family_datasheet.pdf
-SOIC 1.27
-0
-8
-8
-Package_SO
-PowerIntegrations_SO-8B
-Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf
-SOIC 1.27
-0
-7
-7
-Package_SO
-PowerIntegrations_SO-8C
-Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf
-SOIC 1.27
-0
-7
-7
-Package_SO
-PowerIntegrations_eSOP-12B
-eSOP-12B SMT Flat Package with Heatsink Tab, see https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf
-Power Integrations K Package
-0
-12
-12
-Package_SO
-PowerPAK_SO-8L_Single
-PowerPAK SO-8L Single (https://www.vishay.com/docs/64721/an913.pdf)
-PowerPAK SO-8L_Single
-0
-13
-5
-Package_SO
-PowerPAK_SO-8_Dual
-PowerPAK SO-8 Dual (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72600/72600.pdf)
-PowerPAK SO-8 Dual
-0
-10
-6
-Package_SO
-PowerPAK_SO-8_Single
-PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf)
-PowerPAK SO-8 Single
-0
-9
-5
-Package_SO
-PowerSSO-16-1EP_3.9x4.9mm_P0.5mm_EP2.5x3.61mm
-PowerSSO, 16 Pin (https://www.st.com/resource/en/datasheet/vnd7020aj.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-PowerSSO SO
-0
-18
-17
-Package_SO
-PowerSSO-16-1EP_3.9x4.9mm_P0.5mm_EP2.5x3.61mm_ThermalVias
-PowerSSO, 16 Pin (https://www.st.com/resource/en/datasheet/vnd7020aj.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-PowerSSO SO
-0
-27
-17
-Package_SO
-QSOP-16_3.9x4.9mm_P0.635mm
-QSOP, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0055.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py
-QSOP SO
-0
-16
-16
-Package_SO
-QSOP-20_3.9x8.7mm_P0.635mm
-QSOP, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0055.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py
-QSOP SO
-0
-20
-20
-Package_SO
-QSOP-24_3.9x8.7mm_P0.635mm
-QSOP, 24 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0055.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py
-QSOP SO
-0
-24
-24
-Package_SO
-QSOP-28_3.9x9.9mm_P0.635mm
-QSOP, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0055.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py
-QSOP SO
-0
-28
-28
-Package_SO
-Renesas_SOP-32_11.4x20.75mm_P1.27mm
-Renesas SOP, 32 Pin (https://www.renesas.com/en/document/psc/package-drawing-sop-32pin-prsp0032df), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Renesas SOP SO
-0
-32
-32
-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
-SO, 4 Pin (https://everlightamericas.com/index.php?controller=attachment&id_attachment=3535), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SO SO Everlight_EL101X-G
-0
-4
-4
-Package_SO
-SO-5-6_4.55x3.7mm_P1.27mm
-SO, 5 Pin (https://toshiba.semicon-storage.com/us/semiconductor/design-development/package/detail.5pin%20SO6.html), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SO SO TLP2310 Toshiba
-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-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 SOT109-1
-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, 4 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-5-6_4.4x3.6mm_P1.27mm
-SOIC, 5 Pin (JEDEC MO-155, variation AA, 2.50mm nominal body thickness, https://www.jedec.org/system/files/docs/Mo-155a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO
-0
-5
-5
-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-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_3.81x9.347mm_P2.54mm
-SOIC, 8 Pin (https://www.littelfuse.com/assetdocs/littelfuse-integrated-circuits-cpc2014n-datasheet?assetguid=6e3baf84-de75-4ea7-97ce-3a5e05a007c9), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO
-0
-8
-8
-Package_SO
-SOIC-8_5.3x5.3mm_P1.27mm
-SOIC, 8 Pin (JEITA/EIAJ ED-7311-19 variation 08-001-BBA and Atmel/Microchip, 208 mils width, https://www.jeita.or.jp/japanese/standard/book/ED-7311-19/#target/page_no=21, https://ww1.microchip.com/downloads/en/DeviceDoc/20005045C.pdf#page=23, https://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=162), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO P-SOP SOP SOP-8 SO SO-8 8S2 S2AE/F K04-056 CASE-751BE SO8W 8-Pin-SOIC PSA W8-2 W8-4 W8MS-1 FPT-8P-M08
-0
-8
-8
-Package_SO
-SOIC-8_5.3x6.2mm_P1.27mm
-SOIC, 8 Pin (Texas Instruments (based on JEITA/EIAJ 08-001-BBA), 208 mils width, https://www.ti.com/lit/ml/msop001a/msop001a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO P-SOP SOP SOP-8 SO SO-8 PS
-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-10_3.9x4.9mm_P1mm
-SOIC, 10 Pin (https://www.onsemi.com/pub/Collateral/751BQ.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO SOIC-10 NB
-0
-10
-10
-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
-SOIC, 16 Pin (http://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO Texas_NS Texas_NS0016A
-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-012, variation AC, https://www.jedec.org/document_search?search_api_views_fulltext=MS-012, 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 16-pin-NSOP R-16 R-16-S D0016A M2B SO16 SOT109-1 751B SOIC_N narrow
-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
-SOIC-32_7.518x20.777mm_P1.27mm
-SOIC, 32 Pin (JEDEC MO-119-B, 300 mils width, variation AC, https://www.jedec.org/system/files/docs/Mo-119b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO
-0
-32
-32
-Package_SO
-SOJ-24_7.62x15.875mm_P1.27mm
-SOJ, 24 Pin (JEDEC MS-023-A, 300 mils width, variation AA, https://www.jedec.org/system/files/docs/Ms-023a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOJ SO
-0
-24
-24
-Package_SO
-SOJ-28_7.62x18.415mm_P1.27mm
-SOJ, 28 Pin (JEDEC MS-023-A, 300 mils width, variation AD, https://www.jedec.org/system/files/docs/Ms-023a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOJ SO
-0
-28
-28
-Package_SO
-SOJ-28_10.16x18.415mm_P1.27mm
-SOJ, 28 Pin (JEDEC MS-027-A, 400 mils width, variation AA, https://www.jedec.org/system/files/docs/Ms-027a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOJ SO
-0
-28
-28
-Package_SO
-SOJ-32_7.62x20.955mm_P1.27mm
-SOJ, 32 Pin (JEDEC MS-023-A, 300 mils width, variation AE, https://www.jedec.org/system/files/docs/Ms-023a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOJ SO
-0
-32
-32
-Package_SO
-SOJ-32_10.16x20.955mm_P1.27mm
-SOJ, 32 Pin (JEDEC MS-027-A, 400 mils width, variation AC, https://www.jedec.org/system/files/docs/Ms-027a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOJ SO
-0
-32
-32
-Package_SO
-SOJ-36_10.16x23.495mm_P1.27mm
-SOJ, 36 Pin (JEDEC MS-027-A, 400 mils width, variation AE, https://www.jedec.org/system/files/docs/Ms-027a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOJ SO
-0
-36
-36
-Package_SO
-SOJ-44_10.16x28.575mm_P1.27mm
-SOJ, 44 Pin (JEDEC MS-027-A, 400 mils width, variation AH, https://www.jedec.org/system/files/docs/Ms-027a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOJ SO
-0
-44
-44
-Package_SO
-SOP-4_3.8x4.1mm_P2.54mm
-SOP, 4 Pin (https://www.littelfuse.com/assetdocs/littelfuse-integrated-circuits-cpc1017n-datasheet?assetguid=b4f177f1-629f-4104-97a5-8b8d709e83de), 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-4_7.5x4.1mm_P2.54mm
-SOP, 4 Pin (https://www.vishay.com/docs/83515/tclt1000.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO Vishay_TCLT100x
-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.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_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-8_6.605x9.655mm_P2.54mm
-SOP, 8 Pin (https://www.onsemi.com/pdf/datasheet/hcpl2631m-d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-8
-8
-Package_SO
-SOP-16_4.4x10.4mm_P1.27mm
-SOP, 16 Pin (https://www.vishay.com/docs/83513/tcmd1000.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-16
-16
-Package_SO
-SOP-16_4.55x10.3mm_P1.27mm
-SOP, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12855&prodName=TLP290-4), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-16
-16
-Package_SO
-SOP-18_7.495x11.515mm_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-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
-SOP-28_8.4x18.16mm_P1.27mm
-SOP, 28 Pin (https://www.issi.com/WW/pdf/62-65C256AL.pdf#page=12), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-28
-28
-Package_SO
-SOP-32_11.305x20.495mm_P1.27mm
-SOP, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-32
-32
-Package_SO
-SOP-44_12.6x28.5mm_P1.27mm
-SOP, 44 Pin (https://www.mxic.com.tw/Lists/Datasheet/Attachments/8177/MX23C6410,%205V,%2064Mb,%20v3.1.pdf#page=5), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-44
-44
-Package_SO
-SOP-44_13.3x28.2mm_P1.27mm
-SOP, 44 Pin (https://www.mouser.com/datasheet/2/380/AM29F400B_EOL_21505e8-9219.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-44
-44
-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-7_6.4x9.7mm_P2.54mm
-SSO, 7 Pin (https://wmsc.lcsc.com/wmsc/upload/file/pdf/v2/lcsc/2312161855_BC-BC2213A_C596512.pdf), 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-4_4.4x2.6mm_P1.27mm
-SSOP, 4 Pin (https://www.vishay.com/docs/83465/vos618a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO
-0
-4
-4
-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 (https://www.fujitsu.com/uk/Images/MB85RS16.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.3x3mm_P0.65mm
-SSOP, 8 Pin (JEDEC MO-150 variation AA, 1.75mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MO-150), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO
-0
-8
-8
-Package_SO
-SSOP-10-1EP_3.9x4.9mm_P1mm_EP2.1x3.3mm
-SSOP, 10 Pin (http://download.py32.org/%E6%95%B0%E6%8D%AE%E6%89%8B%E5%86%8C/zh-CN/PY32F002A%20%E7%B3%BB%E5%88%97%E6%95%B0%E6%8D%AE%E6%89%8B%E5%86%8C_Rev1.0.pdf#page=44), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO ESSOP-10
-0
-12
-11
-Package_SO
-SSOP-10-1EP_3.9x4.9mm_P1mm_EP2.1x3.3mm_ThermalVias
-SSOP, 10 Pin (http://download.py32.org/%E6%95%B0%E6%8D%AE%E6%89%8B%E5%86%8C/zh-CN/PY32F002A%20%E7%B3%BB%E5%88%97%E6%95%B0%E6%8D%AE%E6%89%8B%E5%86%8C_Rev1.0.pdf#page=44), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO ESSOP-10
-0
-15
-11
-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
-SSOP, 14 Pin (JEDEC MO-150 variation AB, 1.75mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MO-150), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO
-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
-SSOP, 20 Pin (https://www.jedec.org/system/files/docs/Mo-152c.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO JEDEC-MO-152-AC SOT266-1 Nisshinbo-PI-SSOP20-E-A Rohm-SSOP-B20
-0
-20
-20
-Package_SO
-SSOP-20_5.3x7.2mm_P0.65mm
-SSOP, 20 Pin (JEDEC MO-150 variation AE, 1.75mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MO-150, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=396), 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
-SSOP, 24 Pin (JEDEC MO-150 variation AG, 1.75mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MO-150, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=398, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-ssop/ssop_24_05-08-1640.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO
-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
-SSOP, 28 Pin (JEDEC MO-150 variation AH, 1.75mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MO-150, https://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=400), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO
-0
-28
-28
-Package_SO
-SSOP-40_8.8x17.5mm_P0.8mm
-SSOP, 40 Pin (JEITA/EIAJ ED-7311-20 variation 40-001-GABB, 2.40mm body thickness, https://www.jeita.or.jp/japanese/standard/book/ED-7311-20/#target/page_no=114), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO P-SSOP40-08.80x17.50-0.80 P-SSOP40-0450-0.80 Toshiba_SSOP40-P-450
-0
-40
-40
-Package_SO
-SSOP-44_5.3x12.8mm_P0.5mm
-44-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (http://cds.linear.com/docs/en/datasheet/680313fa.pdf)
-SSOP 0.5
-0
-44
-44
-Package_SO
-SSOP-48_5.3x12.8mm_P0.5mm
-SSOP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-ssop/05081887_A_G48.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SSOP SO
-0
-48
-48
-Package_SO
-SSOP-48_7.5x15.9mm_P0.635mm
-SSOP48: plastic shrink small outline package; 48 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot370-1_po.pdf)
-SSOP 0.635
-0
-48
-48
-Package_SO
-SSOP-56_7.5x18.5mm_P0.635mm
-SSOP56: plastic shrink small outline package; 56 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot371-1_po.pdf)
-SSOP 0.635
-0
-56
-56
-Package_SO
-STC_SOP-16_3.9x9.9mm_P1.27mm
-STC SOP, 16 Pin (https://www.stcmicro.com/datasheet/STC15F2K60S2-en.pdf#page=156), generated with kicad-footprint-generator ipc_gullwing_generator.py
-STC SOP SO
-0
-16
-16
-Package_SO
-ST_MultiPowerSO-30
-MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm (http://www.st.com/resource/en/datasheet/vnh2sp30-e.pdf)
-MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm
-0
-33
-33
-Package_SO
-ST_PowerSSO-24_SlugDown
-ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf)
-ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm
-0
-25
-25
-Package_SO
-ST_PowerSSO-24_SlugDown_ThermalVias
-ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf)
-ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm
-0
-38
-25
-Package_SO
-ST_PowerSSO-24_SlugUp
-ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf)
-ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm
-0
-24
-24
-Package_SO
-ST_PowerSSO-36_SlugDown
-ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf)
-ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm
-0
-37
-37
-Package_SO
-ST_PowerSSO-36_SlugDown_ThermalVias
-ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf)
-ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm
-0
-50
-37
-Package_SO
-ST_PowerSSO-36_SlugUp
-ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf)
-ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm
-0
-36
-36
-Package_SO
-TI_SO-PowerPAD-8
-8-Lead Plastic PSOP, Exposed Die Pad (TI DDA0008B, see http://www.ti.com/lit/ds/symlink/lm3404.pdf)
-SSOP 0.50 exposed pad
-0
-12
-9
-Package_SO
-TI_SO-PowerPAD-8_ThermalVias
-8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm² body, exposed pad, thermal vias with large copper area, as proposed in http://www.ti.com/lit/ds/symlink/tps5430.pdf
-HTSOP 1.27
-0
-19
-9
-Package_SO
-TSOP-5_1.65x3.05mm_P0.95mm
-TSOP-5 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf
-Jedec MO-193C TSOP-5L
-0
-5
-5
-Package_SO
-TSOP-6_1.65x3.05mm_P0.95mm
-TSOP-6 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf
-Jedec MO-193C TSOP-6L
-0
-6
-6
-Package_SO
-TSOP-I-24_12.4x6mm_P0.5mm
-TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-24
-24
-Package_SO
-TSOP-I-24_14.4x6mm_P0.5mm
-TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-24
-24
-Package_SO
-TSOP-I-24_16.4x6mm_P0.5mm
-TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AC), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-24
-24
-Package_SO
-TSOP-I-24_18.4x6mm_P0.5mm
-TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AD), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-24
-24
-Package_SO
-TSOP-I-28_11.8x8mm_P0.55mm
-TSOP I, 28 pins, 18.8x8mm body, 0.55mm pitch, IPC-calculated pads (http://ww1.microchip.com/downloads/en/devicedoc/doc0807.pdf)
-TSOP I 28 pins
-0
-28
-28
-Package_SO
-TSOP-I-32_11.8x8mm_P0.5mm
-TSOP-I, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-32
-32
-Package_SO
-TSOP-I-32_12.4x8mm_P0.5mm
-TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-32
-32
-Package_SO
-TSOP-I-32_14.4x8mm_P0.5mm
-TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-32
-32
-Package_SO
-TSOP-I-32_16.4x8mm_P0.5mm
-TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BC), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-32
-32
-Package_SO
-TSOP-I-32_18.4x8mm_P0.5mm
-TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BD), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-32
-32
-Package_SO
-TSOP-I-32_18.4x8mm_P0.5mm_Reverse
-TSOP I, 32 pins, 18.4x8mm body (http://www.futurlec.com/Datasheet/Memory/628128.pdf), reverse mount
-TSOP I 32 reverse
-0
-32
-32
-Package_SO
-TSOP-I-40_12.4x10mm_P0.5mm
-TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-40
-40
-Package_SO
-TSOP-I-40_14.4x10mm_P0.5mm
-TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-40
-40
-Package_SO
-TSOP-I-40_16.4x10mm_P0.5mm
-TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CC), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-40
-40
-Package_SO
-TSOP-I-40_18.4x10mm_P0.5mm
-TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CD), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-40
-40
-Package_SO
-TSOP-I-48_12.4x12mm_P0.5mm
-TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-48
-48
-Package_SO
-TSOP-I-48_14.4x12mm_P0.5mm
-TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-48
-48
-Package_SO
-TSOP-I-48_16.4x12mm_P0.5mm
-TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DC), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-48
-48
-Package_SO
-TSOP-I-48_18.4x12mm_P0.5mm
-TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DD), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-48
-48
-Package_SO
-TSOP-I-56_14.4x14mm_P0.5mm
-TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-56
-56
-Package_SO
-TSOP-I-56_16.4x14mm_P0.5mm
-TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-56
-56
-Package_SO
-TSOP-I-56_18.4x14mm_P0.5mm
-TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EC), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-56
-56
-Package_SO
-TSOP-II-32_21.0x10.2mm_P1.27mm
-32-lead plastic TSOP; Type II
-TSOP-II 32
-0
-32
-32
-Package_SO
-TSOP-II-40-44_10.16x18.37mm_P0.8mm
-TSOP-II, 40 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-tsop2-44pin-ptsb0044ge-e), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-II SO
-0
-40
-40
-Package_SO
-TSOP-II-44_10.16x18.41mm_P0.8mm
-TSOP-II, 44 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-II SO
-0
-44
-44
-Package_SO
-TSOP-II-54_22.2x10.16mm_P0.8mm
-54-lead TSOP typ II package
-TSOPII TSOP2
-0
-54
-54
-Package_SO
-TSSOP-4_4.4x5mm_P4mm
-TSSOP, 4 Pin (https://www.onsemi.com/pub/Collateral/MDB8S-D.PDF#page=4), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-4
-4
-Package_SO
-TSSOP-8_3x3mm_P0.65mm
-TSSOP8: plastic thin shrink small outline package; 8 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot505-1_po.pdf)
-SSOP 0.65
-0
-8
-8
-Package_SO
-TSSOP-8_4.4x3mm_P0.65mm
-TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-8
-8
-Package_SO
-TSSOP-10_3x3mm_P0.5mm
-TSSOP10: plastic thin shrink small outline package; 10 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot552-1_po.pdf)
-SSOP 0.5
-0
-10
-10
-Package_SO
-TSSOP-14-1EP_4.4x5mm_P0.65mm
-14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] with exposed pad (http://cds.linear.com/docs/en/datasheet/34301fa.pdf)
-SSOP 0.65 exposed pad
-0
-18
-15
-Package_SO
-TSSOP-14_4.4x3.6mm_P0.4mm
-TSSOP, 14 Pin (JEDEC MO-194 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-14
-14
-Package_SO
-TSSOP-14_4.4x5mm_P0.65mm
-TSSOP, 14 Pin (JEDEC MO-153 variation AB-1, 1.00mm body thickness, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-14
-14
-Package_SO
-TSSOP-16-1EP_4.4x5mm_P0.65mm
-FE Package; 16-Lead Plastic TSSOP (4.4mm); Exposed Pad Variation BB; (see Linear Technology 1956f.pdf)
-SSOP 0.65
-0
-24
-17
-Package_SO
-TSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm
-TSSOP, 16 Pin (Allegro A4954 https://www.allegromicro.com/-/media/Files/Datasheets/A4954-Datasheet.ashx), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-21
-17
-Package_SO
-TSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm_ThermalVias
-TSSOP, 16 Pin (Allegro A4954 https://www.allegromicro.com/-/media/Files/Datasheets/A4954-Datasheet.ashx), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-26
-17
-Package_SO
-TSSOP-16_4.4x3.6mm_P0.4mm
-TSSOP, 16 Pin (JEDEC MO-194 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-16
-16
-Package_SO
-TSSOP-16_4.4x5mm_P0.65mm
-TSSOP, 16 Pin (https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO JEDEC-MO-153-AB Texas_PW0016A Microchip-ST Toshiba-TSSOP16-P-0044-0.65A NXP-SOT403-1 Infineon-P-TSSOP-16-800
-0
-16
-16
-Package_SO
-TSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.15x3.35mm
-TSSOP, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-100132.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-25
-21
-Package_SO
-TSSOP-20_4.4x5mm_P0.4mm
-TSSOP, 20 Pin (JEDEC MO-194 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-20
-20
-Package_SO
-TSSOP-20_4.4x5mm_P0.5mm
-TSSOP, 20 Pin (JEDEC MO-153 Var BA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-20
-20
-Package_SO
-TSSOP-20_4.4x6.5mm_P0.65mm
-TSSOP, 20 Pin (JEDEC MO-153 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-20
-20
-Package_SO
-TSSOP-24_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 variation AD, 1.00mm body thickness, 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_EP2.74x4.75mm
-TSSOP, 28 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/lt3762.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-35
-29
-Package_SO
-TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.74x4.75mm_ThermalVias
-TSSOP, 28 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/lt3762.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-48
-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-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.7mm_Mask3.1x4.05mm
-TSSOP, 28 Pin (Texas Instruments TAS5805M https://www.ti.com/lit/gpn/tas5805m), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-34
-29
-Package_SO
-TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.7mm_Mask3.1x4.05mm_ThermalVias
-TSSOP, 28 Pin (Texas Instruments TAS5805M https://www.ti.com/lit/gpn/tas5805m), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-59
-29
-Package_SO
-TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.05x7.56mm
-TSSOP, 28 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/38921fc.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-37
-29
-Package_SO
-TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.05x7.56mm_ThermalVias
-TSSOP, 28 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/38921fc.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-53
-29
-Package_SO
-TSSOP-28_4.4x7.8mm_P0.5mm
-TSSOP, 28 Pin (JEDEC MO-153 Var BC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-28
-28
-Package_SO
-TSSOP-28_4.4x9.7mm_P0.65mm
-TSSOP, 28 Pin (JEDEC MO-153 Var AE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-28
-28
-Package_SO
-TSSOP-28_6.1x7.8mm_P0.5mm
-TSSOP, 28 Pin (JEDEC MO-153 Var EA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-28
-28
-Package_SO
-TSSOP-28_6.1x9.7mm_P0.65mm
-TSSOP, 28 Pin (JEDEC MO-153 Var DB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-28
-28
-Package_SO
-TSSOP-28_8x9.7mm_P0.65mm
-TSSOP, 28 Pin (JEDEC MO-153 Var GA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-28
-28
-Package_SO
-TSSOP-30_4.4x7.8mm_P0.5mm
-TSSOP, 30 Pin (JEDEC MO-153 Var BC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-30
-30
-Package_SO
-TSSOP-30_6.1x9.7mm_P0.65mm
-TSSOP, 30 Pin (JEDEC MO-153 Var DB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-30
-30
-Package_SO
-TSSOP-32_4.4x6.5mm_P0.4mm
-TSSOP, 32 Pin (JEDEC MO-153 Var CB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-32
-32
-Package_SO
-TSSOP-32_6.1x11mm_P0.65mm
-TSSOP, 32 Pin (JEDEC MO-153 Var DC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-32
-32
-Package_SO
-TSSOP-32_8x11mm_P0.65mm
-TSSOP, 32 Pin (JEDEC MO-153 Var GB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-32
-32
-Package_SO
-TSSOP-36_4.4x7.8mm_P0.4mm
-TSSOP, 36 Pin (JEDEC MO-153 Var CC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-36
-36
-Package_SO
-TSSOP-36_4.4x9.7mm_P0.5mm
-TSSOP, 36 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-36
-36
-Package_SO
-TSSOP-36_6.1x7.8mm_P0.4mm
-TSSOP, 36 Pin (JEDEC MO-153 Var FA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-36
-36
-Package_SO
-TSSOP-36_6.1x9.7mm_P0.5mm
-TSSOP, 36 Pin (JEDEC MO-153 Var EB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-36
-36
-Package_SO
-TSSOP-36_6.1x12.5mm_P0.65mm
-TSSOP, 36 Pin (JEDEC MO-153 Var DD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-36
-36
-Package_SO
-TSSOP-36_8x9.7mm_P0.5mm
-TSSOP, 36 Pin (JEDEC MO-153 Var HA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-36
-36
-Package_SO
-TSSOP-36_8x12.5mm_P0.65mm
-TSSOP, 36 Pin (JEDEC MO-153 Var GC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-36
-36
-Package_SO
-TSSOP-38_4.4x9.7mm_P0.5mm
-TSSOP, 38 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-38
-38
-Package_SO
-TSSOP-38_6.1x12.5mm_P0.65mm
-TSSOP, 38 Pin (JEDEC MO-153 Var DD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-38
-38
-Package_SO
-TSSOP-40_6.1x11mm_P0.5mm
-TSSOP, 40 Pin (JEDEC MO-153 Var EC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-40
-40
-Package_SO
-TSSOP-40_6.1x14mm_P0.65mm
-TSSOP, 40 Pin (JEDEC MO-153 Var DE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-40
-40
-Package_SO
-TSSOP-40_8x11mm_P0.5mm
-TSSOP, 40 Pin (JEDEC MO-153 Var HB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-40
-40
-Package_SO
-TSSOP-40_8x14mm_P0.65mm
-TSSOP, 40 Pin (JEDEC MO-153 Var GD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-40
-40
-Package_SO
-TSSOP-44_4.4x11.2mm_P0.5mm
-TSSOP44: plastic thin shrink small outline package; 44 leads; body width 4.4 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot510-1_po.pdf)
-SSOP 0.5
-0
-44
-44
-Package_SO
-TSSOP-44_4.4x11mm_P0.5mm
-TSSOP, 44 Pin (JEDEC MO-153 Var BE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-44
-44
-Package_SO
-TSSOP-44_6.1x11mm_P0.5mm
-TSSOP, 44 Pin (JEDEC MO-153 Var EC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-44
-44
-Package_SO
-TSSOP-48_4.4x9.7mm_P0.4mm
-TSSOP, 48 Pin (JEDEC MO-153 Var CD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-48
-48
-Package_SO
-TSSOP-48_6.1x9.7mm_P0.4mm
-TSSOP, 48 Pin (JEDEC MO-153 Var FB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-48
-48
-Package_SO
-TSSOP-48_6.1x12.5mm_P0.5mm
-TSSOP, 48 Pin (JEDEC MO-153 Var ED https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-48
-48
-Package_SO
-TSSOP-48_8x9.7mm_P0.4mm
-TSSOP, 48 Pin (JEDEC MO-153 Var JA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-48
-48
-Package_SO
-TSSOP-48_8x12.5mm_P0.5mm
-TSSOP, 48 Pin (JEDEC MO-153 Var HC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-48
-48
-Package_SO
-TSSOP-50_4.4x12.5mm_P0.5mm
-TSSOP, 50 Pin (JEDEC MO-153 Var BF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-50
-50
-Package_SO
-TSSOP-52_6.1x11mm_P0.4mm
-TSSOP, 52 Pin (JEDEC MO-153 Var FC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-52
-52
-Package_SO
-TSSOP-52_8x11mm_P0.4mm
-TSSOP, 52 Pin (JEDEC MO-153 Var JB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-52
-52
-Package_SO
-TSSOP-56_4.4x11.3mm_P0.4mm
-TSSOP, 56 Pin (JEDEC MO-194 Var AF https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-56
-56
-Package_SO
-TSSOP-56_6.1x12.5mm_P0.4mm
-TSSOP, 56 Pin (JEDEC MO-153 Var FD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-56
-56
-Package_SO
-TSSOP-56_6.1x14mm_P0.5mm
-TSSOP, 56 Pin (JEDEC MO-153 Var EE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-56
-56
-Package_SO
-TSSOP-56_8x12.5mm_P0.4mm
-TSSOP, 56 Pin (JEDEC MO-153 Var JC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-56
-56
-Package_SO
-TSSOP-56_8x14mm_P0.5mm
-TSSOP, 56 Pin (JEDEC MO-153 Var HD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-56
-56
-Package_SO
-TSSOP-60_8x12.5mm_P0.4mm
-TSSOP, 60 Pin (JEDEC MO-153 Var JC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-60
-60
-Package_SO
-TSSOP-64_6.1x14mm_P0.4mm
-TSSOP, 64 Pin (JEDEC MO-153 Var FE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-64
-64
-Package_SO
-TSSOP-64_6.1x17mm_P0.5mm
-TSSOP, 64 Pin (JEDEC MO-153 Var EF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-64
-64
-Package_SO
-TSSOP-64_8x14mm_P0.4mm
-TSSOP, 64 Pin (JEDEC MO-153 Var JD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-64
-64
-Package_SO
-TSSOP-68_8x14mm_P0.4mm
-TSSOP, 68 Pin (JEDEC MO-153 Var JD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-68
-68
-Package_SO
-TSSOP-80_6.1x17mm_P0.4mm
-TSSOP, 80 Pin (JEDEC MO-153 Var FF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-80
-80
-Package_SO
-TSSOP-100_6.1x20.8mm_P0.4mm
-TSSOP, 100 Pin (JEDEC MO-194 Var BB https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSSOP SO
-0
-100
-100
-Package_SO
-Texas_DAD0032A_HTSSOP-32_6.1x11mm_P0.65mm_TopEP3.71x3.81mm
-Texas DAD0032A HTSSOP, 32 Pin (https://www.ti.com/lit/ds/symlink/tpa3116d2.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas HTSSOP SO PowerPAD
-0
-32
-32
-Package_SO
-Texas_DGN0008B_VSSOP-8-1EP_3x3mm_P0.65mm_EP2x3mm_Mask1.88x1.98mm
-Texas DGN0008B VSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tps7a4101.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas VSSOP SO
-0
-11
-9
-Package_SO
-Texas_DGN0008B_VSSOP-8-1EP_3x3mm_P0.65mm_EP2x3mm_Mask1.88x1.98mm_ThermalVias
-Texas DGN0008B VSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tps7a4101.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas VSSOP SO
-0
-21
-9
-Package_SO
-Texas_DGN0008D_VSSOP-8-1EP_3x3mm_P0.65mm_EP2x2.94mm_Mask1.57x1.89mm
-Texas DGN0008D VSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa711.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas VSSOP SO
-0
-11
-9
-Package_SO
-Texas_DGN0008D_VSSOP-8-1EP_3x3mm_P0.65mm_EP2x2.94mm_Mask1.57x1.89mm_ThermalVias
-Texas DGN0008D VSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa711.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas VSSOP SO
-0
-19
-9
-Package_SO
-Texas_DGN0008G_VSSOP-8-1EP_3x3mm_P0.65mm_EP2x2.94mm_Mask1.846x2.15mm
-Texas DGN0008G VSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa711.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas VSSOP SO
-0
-11
-9
-Package_SO
-Texas_DGN0008G_VSSOP-8-1EP_3x3mm_P0.65mm_EP2x2.94mm_Mask1.846x2.15mm_ThermalVias
-Texas DGN0008G VSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa711.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas VSSOP SO
-0
-21
-9
-Package_SO
-Texas_DGS0020A_TSSOP-20_3x5.1mm_P0.5mm
-Texas DGS0020A TSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/mspm0c1104.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas TSSOP SO
-0
-20
-20
-Package_SO
-Texas_DKD0036A_HSSOP-36_11x15.9mm_P0.65mm_TopEP5.85x12.65mm
-Texas DKD0036A HSSOP, 36 Pin (https://www.ti.com/lit/ml/pptd185d/pptd185d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas HSSOP SO PowerPAD
-0
-36
-36
-Package_SO
-Texas_DYY0016A_TSOT-23-16_2x4.2mm_P0.5mm
-Texas DYY0016A TSSOP, 16 Pin (https://www.ti.com/lit/ds/symlink/tmux1574.pdf#page=42), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas TSSOP SO SOT-23-THIN
-0
-16
-16
-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_HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3.155x3.255mm
-Texas HTSSOP, 14 Pin (Texas Instruments PWP0014A, based on JEDEC MO-153 variation ABT-1, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd287a/pptd287a.pdf, https://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas HTSSOP SO Texas_PowerPAD-TSSOP
-0
-20
-15
-Package_SO
-Texas_HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3.155x3.255mm_ThermalVias
-Texas HTSSOP, 14 Pin (Texas Instruments PWP0014A, based on JEDEC MO-153 variation ABT-1, 1.00mm body thickness, https://www.ti.com/lit/ml/pptd287a/pptd287a.pdf, https://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34, https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas HTSSOP SO Texas_PowerPAD-TSSOP
-0
-36
-15
-Package_SO
-Texas_PW0020A_TSSOP-20_4.4x6.5mm_P0.65mm
-Texas PW0020A TSSOP, 20 Pin (https://www.ti.com/lit/ml/mpds362a/mpds362a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas TSSOP SO
-0
-20
-20
-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_PWP0028V_TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.7mm_Mask2.94x5.62mm
-Texas PWP0028V TSSOP, 28 Pin (https://www.ti.com/lit/ds/symlink/lm5176.pdf?ts=1728516913971&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FLM5176), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas TSSOP SO
-0
-40
-29
-Package_SO
-Texas_PWP0028V_TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.7mm_Mask2.94x5.62mm_ThermalVias
-Texas PWP0028V TSSOP, 28 Pin (https://www.ti.com/lit/ds/symlink/lm5176.pdf?ts=1728516913971&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FLM5176), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas TSSOP SO
-0
-65
-29
-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_S-PDSO-G8_3x3mm_P0.65mm
-plastic small outline, https://www.ti.com/lit/ml/mpds028d/mpds028d.pdf, https://www.ti.com/lit/ds/symlink/dac8552.pdf#page=23
-DGK VSSOP SO
-0
-8
-8
-Package_SO
-Toshiba_SOIC-4-6_4.4x3.6mm_P1.27mm
-Toshiba SOIC, 4 Pin (https://toshiba.semicon-storage.com/eu/semiconductor/design-development/package/detail.4pin%20MFSOP6.html), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Toshiba SOIC SO Toshiba_11-4C1 Toshiba_MFSOP-4-6
-0
-4
-4
-Package_SO
-Toshiba_SOIC-5-6_4.4x3.6mm_P1.27mm
-Toshiba SOIC, 5 Pin (https://toshiba.semicon-storage.com/eu/semiconductor/design-development/package/detail.5pin%20MFSOP6.html), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Toshiba SOIC SO Toshiba_11-4C2 Toshiba_MFSOP-5-6
-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 Pin (https://www.jedec.org/standards-documents/docs/mo-187-f), generated with kicad-footprint-generator ipc_gullwing_generator.py
-VSSOP SO JEDEC-MO-187-CA Texas_DCU0008A
-0
-8
-8
-Package_SO
-VSSOP-8_3x3mm_P0.65mm
-VSSOP, 8 Pin (https://www.jedec.org/standards-documents/docs/mo-187-f), generated with kicad-footprint-generator ipc_gullwing_generator.py
-VSSOP SO JEDEC-MO-187-AA Texas_DGK0008A
-0
-8
-8
-Package_SO
-VSSOP-10_3x3mm_P0.5mm
-VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-VSSOP SO
-0
-10
-10
-Package_SO
-Vishay_PowerPAK_1212-8_Dual
-PowerPAK 1212-8 Dual (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72598/72598.pdf)
-Vishay_PowerPAK_1212-8_Dual
-0
-6
-6
-Package_SO
-Vishay_PowerPAK_1212-8_Single
-PowerPAK 1212-8 Single (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72597/72597.pdf)
-Vishay PowerPAK 1212-8 Single
-0
-5
-5
-Package_SO
-Zetex_SM8
-Zetex, SMD, 8 pin package (http://datasheet.octopart.com/ZDT6758TA-Zetex-datasheet-68057.pdf)
-Zetex SM8
-0
-8
-8
-Package_SON
-Diodes_PowerDI3333-8
-Diodes Incorporated PowerDI3333-8, Plastic Dual Flat No Lead Package, 3.3x3.3x0.8mm Body, https://www.diodes.com/assets/Package-Files/PowerDI3333-8.pdf
-PowerDI 0.65
-0
-13
-5
-Package_SON
-Diodes_PowerDI3333-8_UXC_3.3x3.3mm_P0.65mm
-Diodes Incorporated PowerDI3333-8 UXC, 3.05x3.05x0.8mm Body, https://www.diodes.com/assets/Package-Files/PowerDI3333-8%20(Type%20UXC).pdf
-PowerDI 0.65
-0
-14
-6
-Package_SON
-EPSON_CE-USON-10_USON-10_3.2x2.5mm_P0.7mm
-EPSON 2.5x3.7mm, https://www.microcrystal.com/fileadmin/Media/Products/RTC/Datasheet/RV-1805-C3.pdf
-RTC
-0
-10
-10
-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
-6
-3
-Package_SON
-HVSON-8-1EP_3x3mm_P0.65mm_EP1.6x2.4mm
-HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/TJA1051.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py
-HVSON NoLead
-0
-13
-9
-Package_SON
-HVSON-8-1EP_4x4mm_P0.8mm_EP2.2x3.1mm
-HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf (page 57)), generated with kicad-footprint-generator ipc_noLead_generator.py
-HVSON NoLead
-0
-13
-9
-Package_SON
-Infineon_PG-LSON-8-1
-https://www.infineon.com/cms/en/product/packages/PG-LSON/PG-LSON-8-1/
-PG-LSON-8-1
-0
-17
-9
-Package_SON
-Infineon_PG-TDSON-8_6.15x5.15mm
-Infineon, PG-TDSON-8, 6.15x5.15x1mm, https://www.infineon.com/dgdl/Infineon-BSC520N15NS3_-DS-v02_02-en.pdf?fileId=db3a30432239cccd0122eee57d9b21a4
-Infineon OptiMOS
-0
-21
-5
-Package_SON
-Infineon_PG-TISON-8-2
-Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/
-tison
-0
-23
-7
-Package_SON
-Infineon_PG-TISON-8-3
-Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/
-tison
-0
-23
-7
-Package_SON
-Infineon_PG-TISON-8-4
-Infineon, PG-TISON-8-4, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-4/
-tison
-0
-26
-8
-Package_SON
-Infineon_PG-TISON-8-5
-Infineon, PG-TISON-8-5, 8x8x1.1mm, 1mm Pitch, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-5/
-tison
-0
-34
-8
-Package_SON
-MPS_USON-6_1.2x1.6mm_P0.5mm
-MPS USON, 6 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP2151/document_id/4678/#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py
-MPS USON NoLead
-0
-6
-6
-Package_SON
-MPS_VSON-6_1x1.5mm_P0.5mm
-MPS VSON, 6 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP21148/document_id/1006/#page=14), generated with kicad-footprint-generator ipc_noLead_generator.py
-MPS VSON NoLead
-0
-6
-6
-Package_SON
-MicroCrystal_C7_SON-8_1.5x3.2mm_P0.9mm
-MicroCrystal C7 SON, 8 Pin (https://www.microcrystal.com/fileadmin/Media/Products/RTC/App.Manual/RV-3028-C7_App-Manual.pdf#page=107), generated with kicad-footprint-generator ipc_noLead_generator.py
-MicroCrystal SON NoLead MicroCrystal-RV3028-C7
-0
-8
-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
-Nexperia_HUSON-8_USON-8-1EP_1.35x1.7mm_P0.4mm_EP0.4x1.2mm
-Nexperia HUSON-8 USON, 8 Pin (https://assets.nexperia.com/documents/data-sheet/IP4251_52_53_54-TTL.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Nexperia USON NoLead
-0
-10
-9
-Package_SON
-Nexperia_HUSON-12_USON-12-1EP_1.35x2.5mm_P0.4mm_EP0.4x2mm
-Nexperia HUSON-12 USON, 12 Pin (https://assets.nexperia.com/documents/data-sheet/IP4251_52_53_54-TTL.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Nexperia USON NoLead
-0
-14
-13
-Package_SON
-Nexperia_HUSON-16_USON-16-1EP_1.35x3.3mm_P0.4mm_EP0.4x2.8mm
-Nexperia HUSON-16 USON, 16 Pin (https://assets.nexperia.com/documents/data-sheet/IP4251_52_53_54-TTL.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Nexperia USON NoLead
-0
-18
-17
-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
-ST_PowerFLAT-6L_5x6mm_P1.27mm
-Thermally-enhanced 5x6mm 6-pin package, https://www.st.com/resource/en/datasheet/stl40dn3llh5.pdf
-PowerFLAT5x6
-0
-10
-6
-Package_SON
-ST_PowerFLAT_HV-5_8x8mm
-High-Voltage 5-pin package, https://www.st.com/resource/en/datasheet/sctl35n65g2v.pdf
-PowerFLAT8x8
-0
-5
-5
-Package_SON
-ST_PowerFLAT_HV-8_5x6mm
-High-Voltage 8-pin package, https://www.st.com/resource/en/datasheet/sgt65r65al.pdf
-PowerFLAT5x6
-0
-17
-8
-Package_SON
-Texas_DPY0002A_0.6x1mm_P0.65mm
-X1SON 2 pin 0.6x1mm 0.375mm height package, https://www.ti.com/lit/ml/mpss034c/mpss034c.pdf, https://www.ti.com/lit/ds/symlink/tpd6e05u06.pdf
-X1SON
-0
-2
-2
-Package_SON
-Texas_DQK
-Texas WSON-6 DQK, http://www.ti.com/lit/ds/symlink/csd16301q2.pdf
-Texas WSON6 2x2mm
-0
-10
-8
-Package_SON
-Texas_DQX002A
-Texas DQX - 2pin WSON, 2.5x1.7mm body, 0.8mm height. https://www.ti.com/lit/ds/symlink/lmt01.pdf
-WSON-2 DQX
-0
-2
-2
-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_DRX_WSON-10_2.5x2.5mm_P0.5mm
-Texas DRX WSON, 10 Pin (https://www.ti.com/lit/ml/mpss105a/mpss105a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WSON NoLead
-0
-10
-10
-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_DSG0008A_WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm
-Texas DSG0008A WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/mspm0c1104.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WSON NoLead
-0
-11
-9
-Package_SON
-Texas_DSG0008A_WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm_ThermalVias
-Texas DSG0008A WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/mspm0c1104.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas WSON NoLead
-0
-14
-9
-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
-11
-7
-Package_SON
-Texas_R-PUSON-N8_USON-8-1EP_1.6x2.1mm_P0.5mm_EP0.4x1.7mm
-USON, 8 Pin (https://www.ti.com/lit/gpn/tpd3f303#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py
-USON NoLead
-0
-10
-9
-Package_SON
-Texas_R-PUSON-N14
-USON, 14 Pin (https://www.ti.com/lit/ds/symlink/tpd6e05u06.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-USON NoLead
-0
-14
-14
-Package_SON
-Texas_R-PWSON-N12_EP0.4x2mm
-http://www.ti.com/lit/ds/symlink/tpd6f003.pdf
-WSON SMD
-0
-16
-13
-Package_SON
-Texas_S-PDSO-N12
-http://www.ti.com/lit/ds/symlink/bq27441-g1.pdf
-SON thermal pads
-0
-28
-13
-Package_SON
-Texas_S-PVSON-N8
-8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf
-DFN 0.65 S-PVSON-N8
-0
-21
-9
-Package_SON
-Texas_S-PVSON-N8_ThermalVias
-8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf
-DFN 0.65 S-PVSON-N8
-0
-27
-9
-Package_SON
-Texas_S-PVSON-N10
-3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf
-0.5 S-PVSON-N10 DRC
-0
-33
-11
-Package_SON
-Texas_S-PVSON-N10_ThermalVias
-3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf
-0.5 S-PVSON-N10 DRC
-0
-39
-11
-Package_SON
-Texas_S-PWSON-N8_EP1.2x2mm
-WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-11
-9
-Package_SON
-Texas_S-PWSON-N8_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
-Texas_S-PWSON-N10
-3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf
-0.5 S-PWSON-N10 DSC
-0
-41
-11
-Package_SON
-Texas_S-PWSON-N10_ThermalVias
-3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf
-0.5 S-PWSON-N10 DSC
-0
-47
-11
-Package_SON
-Texas_USON-6_1x1.45mm_P0.5mm_SMD
-USON, 6 Pin (https://www.ti.com/lit/ds/symlink/sn74auc1g04.pdf#page=24), Solder Mask Defined
-USON NoLead DRY0006A
-0
-6
-6
-Package_SON
-Texas_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_SON
-Texas_X2SON-4-1EP_1.1x1.4mm_P0.5mm_EP0.8x0.6mm
-Texas X2SON, 4 Pin (http://www.ti.com/lit/ds/symlink/drv5032.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas X2SON NoLead
-0
-6
-5
-Package_SON
-Texas_X2SON-4-1EP_1.1x1.4mm_P0.5mm_EP0.8x0.6mm_ThermalVias
-Texas X2SON, 4 Pin (http://www.ti.com/lit/ds/symlink/drv5032.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-Texas X2SON NoLead
-0
-8
-5
-Package_SON
-Texas_X2SON-4_1x1mm_P0.65mm
-X2SON 5 pin 1x1mm package, DQN0004A (Reference Datasheet: http://www.ti.com/lit/ds/sbvs193d/sbvs193d.pdf Reference part: TPS383x) [StepUp generated footprint]
-X2SON
-0
-13
-5
-Package_SON
-Texas_X2SON-5_0.8x0.8mm_P0.48mm
-X2SON 5 pin 0.8x0.8mm package (Reference Datasheet: https://www.ti.com/lit/ds/symlink/sn74lvc1g17.pdf#page=39 Reference part: SN74LVC1G17) [StepUp generated footprint]
-X2SON DPW0005A
-0
-9
-5
-Package_SON
-Texas_X2SON-5_0.8x0.8mm_P0.48mm_RoutingVia
-X2SON 5 pin 0.8x0.8mm package (Reference Datasheet: https://www.ti.com/lit/ds/symlink/sn74lvc1g17.pdf#page=39 Reference part: SN74LVC1G17) [StepUp generated footprint]
-X2SON DPW0005A
-0
-10
-5
-Package_SON
-USON-10_2.5x1.0mm_P0.5mm
-USON-10 2.5x1.0mm_ Pitch 0.5mm http://www.ti.com/lit/ds/symlink/tpd4e02b04.pdf
-USON-10 2.5x1.0mm Pitch 0.5mm
-0
-10
-10
-Package_SON
-USON-20_2x4mm_P0.4mm
-USON-20 2x4mm Pitch 0.4mm http://www.ti.com/lit/ds/symlink/txb0108.pdf
-USON-20 2x4mm Pitch 0.4mm
-0
-20
-20
-Package_SON
-VSON-8-1EP_3x3mm_P0.65mm_EP1.6x2.4mm
-VSON, 8 Pin (https://www.ti.com/lit/ds/symlink/thvd1450.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-11
-9
-Package_SON
-VSON-8-1EP_3x3mm_P0.65mm_EP1.65x2.4mm
-VSON, 8 Pin (https://www.ti.com/lit/ds/symlink/tlv767-q1.pdf#page=31), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-11
-9
-Package_SON
-VSON-8-1EP_3x3mm_P0.65mm_EP1.65x2.4mm_ThermalVias
-VSON, 8 Pin (https://www.ti.com/lit/ds/symlink/tlv767-q1.pdf#page=31), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-18
-9
-Package_SON
-VSON-8_1.5x2mm_P0.5mm
-VSON, 8 Pin (http://www.ti.com/lit/ds/symlink/tps62840.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-8
-8
-Package_SON
-VSON-8_3.3x3.3mm_P0.65mm_NexFET
-8-Lead Plastic Dual Flat, No Lead Package (MF) - 3.3x3.3x1 mm Body [VSON] http://www.ti.com/lit/ds/symlink/csd87334q3d.pdf
-VSON 0.65
-0
-13
-5
-Package_SON
-VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm
-VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-15
-11
-Package_SON
-VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias
-VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-18
-11
-Package_SON
-VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm
-VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument
-VSON 10 Thermal on 11 3x3mm Pitch 0.5mm
-0
-21
-11
-Package_SON
-VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm_ThermalVias
-VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument
-VSON 10 Thermal on 11 3x3mm Pitch 0.5mm
-0
-27
-11
-Package_SON
-VSON-14-1EP_3x4.45mm_P0.65mm_EP1.6x4.2mm
-VSON, 14 Pin (https://www.ti.com/lit/ds/symlink/lp8868x-q1.pdf#page=45), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-17
-15
-Package_SON
-VSON-14-1EP_3x4.45mm_P0.65mm_EP1.6x4.2mm_ThermalVias
-VSON, 14 Pin (https://www.ti.com/lit/ds/symlink/lp8868x-q1.pdf#page=45), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-24
-15
-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#page=43), 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#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-17
-9
-Package_SON
-WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4.3mm
-WSON, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf (page 68)), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-9
-Package_SON
-WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4mm
-WSON, 8 Pin (http://ww1.microchip.com/downloads/en/AppNotes/S72030.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-9
-Package_SON
-WSON-8-1EP_8x6mm_P1.27mm_EP3.4x4.3mm
-WSON, 8 Pin (https://datasheet.lcsc.com/lcsc/2204011730_GigaDevice-Semicon-Beijing-GD5F1GQ4UFYIGR_C2986324.pdf (page 44)), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-9
-Package_SON
-WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm
-WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-15
-11
-Package_SON
-WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm_ThermalVias
-WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-22
-11
-Package_SON
-WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm
-WSON, 10 Pin (https://www.ti.com/lit/ds/symlink/tps62177.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-11
-Package_SON
-WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm_ThermalVias
-WSON, 10 Pin (https://www.ti.com/lit/ds/symlink/tps62177.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-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-10-1EP_4x4mm_P0.8mm_EP2.6x3mm
-WSON, 10 Pin (https://www.ti.com/lit/ml/mpss046b/mpss046b.pdf?ts=1728800628041&ref_url=https%253A%252F%252Fwww.ti.com%252Fpackaging%252Fdocs%252Fsearchtipackages.tsp%253FpackageName%253DSON), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead Texas_DPR0010A
-0
-15
-11
-Package_SON
-WSON-10-1EP_4x4mm_P0.8mm_EP2.6x3mm_ThermalVias
-WSON, 10 Pin (https://www.ti.com/lit/ml/mpss046b/mpss046b.pdf?ts=1728800628041&ref_url=https%253A%252F%252Fwww.ti.com%252Fpackaging%252Fdocs%252Fsearchtipackages.tsp%253FpackageName%253DSON), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead Texas_DPR0010A
-0
-25
-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_3x3mm_P0.5mm_EP1.5x2.5mm
-WSON, 12 Pin (https://www.ti.com/lit/ds/symlink/tps63710.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-17
-13
-Package_SON
-WSON-12-1EP_3x3mm_P0.5mm_EP1.5x2.5mm_ThermalVias
-WSON, 12 Pin (https://www.ti.com/lit/ds/symlink/tps63710.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-24
-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
-Winbond_USON-8-1EP_3x2mm_P0.5mm_EP0.2x1.6mm
-Winbond USON, 8 Pin (https://www.lcsc.com/datasheet/lcsc_datasheet_2205122030_Winbond-Elec-W25Q16JVUXIQ_C2843335.pdf#page=66f), generated with kicad-footprint-generator ipc_noLead_generator.py
-Winbond USON NoLead
-0
-10
-9
-Package_SON
-Winbond_USON-8-2EP_3x4mm_P0.8mm_EP0.2x0.8mm
-Winbond USON, 8 Pin (https://www.winbond.com/hq/support/documentation/levelOne.jsp?__locale=en&DocNo=DA00-W25Q16JV.1#page=69), generated with kicad-footprint-generator ipc_noLead_generator.py
-Winbond USON NoLead
-0
-10
-9
-Package_SON
-X2SON-8_1.4x1mm_P0.35mm
-X2SON-8 1.4x1mm Pitch0.35mm http://www.ti.com/lit/ds/symlink/pca9306.pdf
-X2SON-8 1.4x1mm Pitch0.35mm
-0
-8
-8
-Package_SO_J-Lead
-TSOC-6_3.76x3.94mm_P1.27mm
-Maxim Integrated TSOC-6 D6+1,https://datasheets.maximintegrated.com/en/ds/DS2401.pdf, https://pdfserv.maximintegrated.com/land_patterns/90-0321.PDF
-TSOC-6
-0
-6
-6
-Package_TO_SOT_SMD
-ATPAK-2
-ATPAK SMD package, http://www.onsemi.com/pub/Collateral/ENA2192-D.PDF
-ATPAK
-0
-7
-3
-Package_TO_SOT_SMD
-Analog_KS-4
-Analog Devices KS-4, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sc70ks/ks_4.pdf
-Analog Devices KS-4 (like EIAJ SC-82)
-0
-4
-4
-Package_TO_SOT_SMD
-Diodes_SOT-553
-Diodes SOT-553, https://www.diodes.com/assets/Package-Files/SOT553.pdf
-SOT-553
-0
-5
-5
-Package_TO_SOT_SMD
-HVSOF5
-HVSOF5, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof5_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/hall/bu52001gul-e.pdf
-HVSOF5
-0
-5
-5
-Package_TO_SOT_SMD
-HVSOF6
-HVSOF6, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof6_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/audio_video/video_amplifier/bh76106hfv-e.pdf
-HVSOF6
-0
-7
-7
-Package_TO_SOT_SMD
-Infineon_PG-HDSOP-10-1
-Infineon PG-HDSOP-10-1 (DDPAK), 20.96x6.5x2.3mm, slug up (https://www.infineon.com/cms/en/product/packages/PG-HDSOP/PG-HDSOP-10-1/)
-hdsop 10 ddpak
-0
-10
-10
-Package_TO_SOT_SMD
-Infineon_PG-HSOF-8-1
-HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/)
-mosfet hsof toll
-0
-53
-3
-Package_TO_SOT_SMD
-Infineon_PG-HSOF-8-1_ThermalVias
-HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/)
-mosfet hsof toll thermal vias
-0
-96
-3
-Package_TO_SOT_SMD
-Infineon_PG-HSOF-8-2
-HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/)
-mosfet hsof toll
-0
-12
-4
-Package_TO_SOT_SMD
-Infineon_PG-HSOF-8-2_ThermalVias
-HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/)
-mosfet hsof toll thermal vias
-0
-97
-4
-Package_TO_SOT_SMD
-Infineon_PG-HSOF-8-2_ThermalVias2
-HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/, https://www.infineon.com/dgdl/Infineon-ApplicationNote_600V_CoolMOS_C7_Gold_TOLL-AN-v01_00-EN.pdf?fileId=5546d4625b10283a015b144a1af70df6)
-mosfet hsof toll thermal vias
-0
-159
-4
-Package_TO_SOT_SMD
-Infineon_PG-HSOF-8-3
-HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/)
-mosfet hsof
-0
-25
-4
-Package_TO_SOT_SMD
-Infineon_PG-HSOF-8-3_ThermalVias
-HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/)
-mosfet hsof
-0
-64
-4
-Package_TO_SOT_SMD
-Infineon_PG-TO-220-7Lead_TabPin8
-Infineon PG-TO-220-7, Tab as Pin 8, see e.g. https://www.infineon.com/dgdl/Infineon-BTS50055-1TMC-DS-v01_00-EN.pdf?fileId=5546d4625a888733015aa9b0007235e9
-Infineon PG-TO-220-7
-0
-12
-8
-Package_TO_SOT_SMD
-Infineon_PG-TSFP-3-1
-Infineon_PG-TSFP-3-1, https://www.infineon.com/dgdl/TSFP-3-1,-2-Package_Overview.pdf?fileId=db3a30431936bc4b0119539929863d46
-TSFP-3
-0
-3
-3
-Package_TO_SOT_SMD
-LFPAK33
-LFPAK33 SOT-1210 https://assets.nexperia.com/documents/outline-drawing/SOT1210.pdf
-LFPAK33 SOT-1210
-0
-17
-5
-Package_TO_SOT_SMD
-LFPAK56
-LFPAK56 https://assets.nexperia.com/documents/outline-drawing/SOT669.pdf
-LFPAK56 SOT-669 Power-SO8
-0
-18
-5
-Package_TO_SOT_SMD
-LFPAK88
-LFPAK88 PowerPAK 8 x 8L BWL Single SOT-1235 (https://assets.nexperia.com/documents/package-information/SOT1235.pdf)
-PowerPAK 8x8L Nexperia Vishay
-0
-19
-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_SOT-457_ClockwisePinNumbering
-ROHM SOT-457 SC-74, 6 Pin (https://fscdn.rohm.com/en/products/databook/datasheet/discrete/transistor/digital/imh3at110-e.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-ROHM SC-74 TO_SOT_SMD
-0
-6
-6
-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-74-6_1.55x2.9mm_P0.95mm
-SC-74, 6 Pin (https://www.jeita.or.jp/japanese/standard/book/ED-7500B/#target/page_no=39), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SC-74 TO_SOT_SMD
-0
-6
-6
-Package_TO_SOT_SMD
-SC-74A-5_1.55x2.9mm_P0.95mm
-SC-74A, 5 Pin (https://www.jeita.or.jp/japanese/standard/book/ED-7500B/#target/page_no=41), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SC-74A TO_SOT_SMD
-0
-5
-5
-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 (JEDEC TO-236 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=TO-236), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOT TO_SOT_SMD
-0
-3
-3
-Package_TO_SOT_SMD
-SOT-23-3
-SOT, 3 Pin (JEDEC MO-178 inferred 3-pin variant https://www.jedec.org/document_search?search_api_views_fulltext=MO-178), 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 (JEDEC MO-178 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-178), 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 (JEDEC MO-178 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-178), 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 (JEDEC MO-178 Var BA https://www.jedec.org/document_search?search_api_views_fulltext=MO-178), 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, SC-88
-SOT-363 SC-70-6 SC-88
-0
-6
-6
-Package_TO_SOT_SMD
-SOT-363_SC-70-6_Handsoldering
-SOT-363, SC-70-6, SC-88, Handsoldering
-SOT-363 SC-70-6 SC-88 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
-SOT, 5 Pin (https://www.jedec.org/system/files/docs/MO-293B.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOT TO_SOT_SMD JEDEC-MO-293-UAAD-1 Texas-DRL-5
-0
-5
-5
-Package_TO_SOT_SMD
-SOT-563
-SOT, 6 Pin (https://www.jedec.org/system/files/docs/MO-293B.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOT TO_SOT_SMD JEDEC-MO-293-UAAD Texas-DRL-6
-0
-6
-6
-Package_TO_SOT_SMD
-SOT-583-8
-https://www.ti.com/lit/ds/symlink/tps62933.pdf
-SOT-583-8
-0
-8
-8
-Package_TO_SOT_SMD
-SOT-665
-SOT665
-SOT-665
-0
-5
-5
-Package_TO_SOT_SMD
-SOT-666
-SOT666
-SOT-666
-0
-6
-6
-Package_TO_SOT_SMD
-SOT-723
-http://toshiba.semicon-storage.com/info/docget.jsp?did=5879&prodName=RN1104MFV
-sot 723
-0
-3
-3
-Package_TO_SOT_SMD
-SOT-883
-SOT-883, https://assets.nexperia.com/documents/outline-drawing/SOT883.pdf
-SOT-883
-0
-3
-3
-Package_TO_SOT_SMD
-SOT-886
-SOT-886
-SOT-886
-0
-6
-6
-Package_TO_SOT_SMD
-SOT-963
-SOT 963 6 pins package 1x0.8mm pitch 0.35mm
-SOT 963 6 pins package 1x0.8mm pitch 0.35mm
-0
-6
-6
-Package_TO_SOT_SMD
-SOT-1123
-SOT-1123 small outline transistor (see http://www.onsemi.com/pub/Collateral/NST3906F3-D.PDF)
-SOT-1123 transistor
-0
-3
-3
-Package_TO_SOT_SMD
-SOT-1333-1
-SOT-1333-1
-SOT-1333-1
-0
-9
-9
-Package_TO_SOT_SMD
-SOT-1334-1
-SOT-1334-1
-SOT-1334-1
-0
-14
-14
-Package_TO_SOT_SMD
-SuperSOT-3
-3-pin SuperSOT package https://www.fairchildsemi.com/package-drawings/MA/MA03B.pdf
-SuperSOT-3 SSOT-3
-0
-3
-3
-Package_TO_SOT_SMD
-SuperSOT-6
-6-pin SuperSOT package http://www.mouser.com/ds/2/149/FMB5551-889214.pdf
-SuperSOT-6 SSOT-6
-0
-6
-6
-Package_TO_SOT_SMD
-SuperSOT-8
-8-pin SuperSOT package, http://www.icbank.com/icbank_data/semi_package/ssot8_dim.pdf
-SuperSOT-8 SSOT-8
-0
-8
-8
-Package_TO_SOT_SMD
-TDSON-8-1
-Power MOSFET package, TDSON-8-1, 5.15x5.9mm (https://www.infineon.com/cms/en/product/packages/PG-TDSON/PG-TDSON-8-1/)
-tdson
-0
-14
-5
-Package_TO_SOT_SMD
-TO-50-3_LongPad-NoHole_Housing
-TO-50-3 Macro T Package Style M236
-TO-50-3 Macro T Package Style M236
-0
-3
-3
-Package_TO_SOT_SMD
-TO-50-3_LongPad-WithHole_Housing
-TO-50-3 Macro T Package Style M236
-TO-50-3 Macro T Package Style M236
-0
-3
-3
-Package_TO_SOT_SMD
-TO-50-3_ShortPad-NoHole_Housing
-TO-50-3 Macro T Package Style M236
-TO-50-3 Macro T Package Style M236
-0
-3
-3
-Package_TO_SOT_SMD
-TO-50-3_ShortPad-WithHole_Housing
-TO-50-3 Macro T Package Style M236
-TO-50-3 Macro T Package Style M236
-0
-3
-3
-Package_TO_SOT_SMD
-TO-50-4_LongPad-NoHole_Housing
-TO-50-4 Macro X Package Style M238
-TO-50-4 Macro X Package Style M238
-0
-4
-4
-Package_TO_SOT_SMD
-TO-50-4_LongPad-WithHole_Housing
-TO-50-4 Macro X Package Style M238
-TO-50-4 Macro X Package Style M238
-0
-4
-4
-Package_TO_SOT_SMD
-TO-50-4_ShortPad-NoHole_Housing
-TO-50-4 Macro X Package Style M238
-TO-50-4 Macro X Package Style M238
-0
-4
-4
-Package_TO_SOT_SMD
-TO-50-4_ShortPad-WithHole_Housing
-TO-50-4 Macro X Package Style M238
-TO-50-4 Macro X Package Style M238
-0
-4
-4
-Package_TO_SOT_SMD
-TO-252-2
-TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/
-DPAK TO-252 DPAK-3 TO-252-3 SOT-428
-0
-7
-3
-Package_TO_SOT_SMD
-TO-252-2_TabPin1
-TO-252-2, tab to pin 1 https://www.wolfspeed.com/media/downloads/87/CSD01060.pdf
-TO-252-2 diode
-0
-7
-2
-Package_TO_SOT_SMD
-TO-252-3_TabPin2
-TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/
-DPAK TO-252 DPAK-3 TO-252-3 SOT-428
-0
-8
-3
-Package_TO_SOT_SMD
-TO-252-3_TabPin4
-TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/
-DPAK TO-252 DPAK-3 TO-252-3 SOT-428
-0
-8
-4
-Package_TO_SOT_SMD
-TO-252-4
-TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/
-DPAK TO-252 DPAK-5 TO-252-5
-0
-9
-5
-Package_TO_SOT_SMD
-TO-252-5_TabPin3
-TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/
-DPAK TO-252 DPAK-5 TO-252-5
-0
-10
-5
-Package_TO_SOT_SMD
-TO-252-5_TabPin6
-TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/
-DPAK TO-252 DPAK-5 TO-252-5
-0
-10
-6
-Package_TO_SOT_SMD
-TO-263-2
-TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/
-D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404
-0
-7
-3
-Package_TO_SOT_SMD
-TO-263-2_TabPin1
-TO-263 / D2PAK / DDPAK SMD package, tab to pin 1, https://www.wolfspeed.com/media/downloads/137/C3D06060G.pdf
-D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 diode
-0
-7
-2
-Package_TO_SOT_SMD
-TO-263-3_TabPin2
-TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/
-D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404
-0
-8
-3
-Package_TO_SOT_SMD
-TO-263-3_TabPin4
-TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/
-D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404
-0
-8
-4
-Package_TO_SOT_SMD
-TO-263-4
-TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/
-D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426
-0
-9
-5
-Package_TO_SOT_SMD
-TO-263-5_TabPin3
-TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/
-D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426
-0
-10
-5
-Package_TO_SOT_SMD
-TO-263-5_TabPin6
-TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/
-D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426
-0
-10
-6
-Package_TO_SOT_SMD
-TO-263-6
-TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/
-D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427
-0
-11
-7
-Package_TO_SOT_SMD
-TO-263-7_TabPin4
-TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/
-D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427
-0
-12
-7
-Package_TO_SOT_SMD
-TO-263-7_TabPin8
-TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/
-D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427
-0
-12
-8
-Package_TO_SOT_SMD
-TO-263-9_TabPin5
-TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf
-D2PAK DDPAK TO-263 D2PAK-9 TO-263-9
-0
-14
-9
-Package_TO_SOT_SMD
-TO-263-9_TabPin10
-TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf
-D2PAK DDPAK TO-263 D2PAK-9 TO-263-9
-0
-14
-10
-Package_TO_SOT_SMD
-TO-268-2
-TO-268/D3PAK SMD package, http://www.icbank.com/icbank_data/semi_package/to268aa_dim.pdf
-D3PAK TO-268 D3PAK-3 TO-268-3
-0
-7
-3
-Package_TO_SOT_SMD
-TO-269AA
-SMD package TO-269AA (e.g. diode bridge), see http://www.vishay.com/docs/88854/padlayouts.pdf
-TO-269AA MBS diode bridge
-0
-4
-4
-Package_TO_SOT_SMD
-TO-277A
-Thermal enhanced ultra thin SMD package; 3 leads; body: 4.3x6.1x0.43mm, https://www.vishay.com/docs/95570/to-277asmpc.pdf
-TO-277A SMPC
-0
-12
-3
-Package_TO_SOT_SMD
-TO-277B
-TO-277B 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_DDF0008A_SOT-8_1.6x2.9mm_P0.65mm
-Texas DDF0008A SOT, 8 Pin (https://www.ti.com/lit/ds/symlink/mspm0c1104.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Texas SOT TO_SOT_SMD
-0
-8
-8
-Package_TO_SOT_SMD
-Texas_DRT-3
-Texas Instrument DRT-3 1x0.8mm Pitch 0.7mm http://www.ti.com/lit/ds/symlink/tpd2eusb30.pdf
-DRT-3 1x0.8mm Pitch 0.7mm
-0
-3
-3
-Package_TO_SOT_SMD
-Texas_NDQ
-Texas Instruments, NDQ, 5 pin (https://www.ti.com/lit/ml/mmsf022/mmsf022.pdf)
-ti pfm dap
-0
-6
-6
-Package_TO_SOT_SMD
-Texas_NDW-7_TabPin4
-NDW0007A SMD package, http://www.ti.com/lit/ml/mmsf024/mmsf024.pdf
-NDW NDW
-0
-12
-7
-Package_TO_SOT_SMD
-Texas_NDW-7_TabPin8
-NDW0007A SMD package, http://www.ti.com/lit/ml/mmsf024/mmsf024.pdf
-NDW NDW
-0
-12
-8
-Package_TO_SOT_SMD
-Texas_NDY0011A
-TO-PMOD-11 11-pin switching regulator package, http://www.ti.com/lit/ml/mmsf025/mmsf025.pdf
-Texas TO-PMOD NDY00011A
-0
-12
-12
-Package_TO_SOT_SMD
-Texas_R-PDSO-G5_DCK-5
-DCK R-PDSO-G5, JEDEC MO-203C Var AA, https://www.ti.com/lit/ds/symlink/tmp20.pdf#page=23
-DCK R-PDSO-G5 MO-203C
-0
-5
-5
-Package_TO_SOT_SMD
-Texas_R-PDSO-G6
-R-PDSO-G6, http://www.ti.com/lit/ds/slis144b/slis144b.pdf
-R-PDSO-G6 SC-70-6
-0
-6
-6
-Package_TO_SOT_SMD
-Texas_R-PDSO-N5_DRL-5
-R-PDSO-N5, DRL, JEDEC MO-293B Var UAAD-1, https://www.ti.com/lit/ml/mpds158d/mpds158d.pdf
-SOT R-PDSO-N5 DRL
-0
-5
-5
-Package_TO_SOT_SMD
-Texas_R-PDSO-N6_DRL-6
-R-PDSO-N6, DRL, similar to JEDEC MO-293B Var UAAD (but not the same) , https://www.ti.com/lit/pdf/mpds159f
-SOT R-PDSO-N6 DRL
-0
-6
-6
-Package_TO_SOT_SMD
-VSOF5
-VSOF5
-VSOF5
-0
-5
-5
-Package_TO_SOT_SMD
-Vishay_PowerPAK_SC70-6L_Dual
-Vishay PowerPAK SC70 dual transistor package http://www.vishay.com/docs/70487/70487.pdf
-powerpak sc70 sc-70 dual
-0
-8
-6
-Package_TO_SOT_SMD
-Vishay_PowerPAK_SC70-6L_Single
-Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf
-powerpak sc70 sc-70
-0
-6
-3
-Package_TO_SOT_THT
-Analog_TO-46-4_ThermalShield
-TO-46-4 with Valox case, based on https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf
-TO-46-4 LM399
-0
-4
-4
-Package_TO_SOT_THT
-Fairchild_TO-220F-6L
-Fairchild TO-220F-6L, http://www.mouser.com/ds/2/149/FSL136MRT-113334.pdf
-Fairchild TO-220F-6L
-0
-6
-6
-Package_TO_SOT_THT
-Heraeus_TO-92-2
-TO-92 2-pin variant by Heraeus, drill 0.75mm (http://www.produktinfo.conrad.com/datenblaetter/175000-199999/181293-da-01-de-TO92_Temperatursensor_PT1000_32209225.pdf)
-to-92
-0
-2
-2
-Package_TO_SOT_THT
-NEC_Molded_7x4x9mm
-Molded Japan Transistor Package 7x4x9mm^3, http://rtellason.com/transdata/2sb734.pdf
-Japan transistor
-0
-3
-3
-Package_TO_SOT_THT
-PowerIntegrations_TO-220-7C
-Non Isolated Modified TO-220 7pin Package, see http://www.farnell.com/datasheets/5793.pdf
-Power Integration Y Package
-0
-6
-6
-Package_TO_SOT_THT
-SIPAK-1EP_Horizontal_TabDown
-SIPAK, Horizontal, RM 2.286mm, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-SIPAK Horizontal RM 2.286mm
-0
-4
-4
-Package_TO_SOT_THT
-SIPAK_Vertical
-SIPAK, Vertical, RM 2.286mm, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-3PB-3 Vertical RM 5.45mm
-0
-3
-3
-Package_TO_SOT_THT
-TO-5-2
-TO-5-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-2
-0
-2
-2
-Package_TO_SOT_THT
-TO-5-2_Window
-TO-5-2, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-2 Window
-0
-2
-2
-Package_TO_SOT_THT
-TO-5-3
-TO-5-3, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-3
-0
-3
-3
-Package_TO_SOT_THT
-TO-5-3_Window
-TO-5-3, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-3 Window
-0
-3
-3
-Package_TO_SOT_THT
-TO-5-4
-TO-5-4, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-4
-0
-4
-4
-Package_TO_SOT_THT
-TO-5-4_Window
-TO-5-4, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-4 Window
-0
-4
-4
-Package_TO_SOT_THT
-TO-5-6
-TO-5-6, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-6
-0
-6
-6
-Package_TO_SOT_THT
-TO-5-6_Window
-TO-5-6, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-6 Window
-0
-6
-6
-Package_TO_SOT_THT
-TO-5-8
-TO-5-8, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-8
-0
-8
-8
-Package_TO_SOT_THT
-TO-5-8_PD5.08
-TO-5-8_PD5.08, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-8_PD5.08
-0
-8
-8
-Package_TO_SOT_THT
-TO-5-8_PD5.08_Window
-TO-5-8_PD5.08, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-8_PD5.08 Window
-0
-8
-8
-Package_TO_SOT_THT
-TO-5-8_Window
-TO-5-8, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-8 Window
-0
-8
-8
-Package_TO_SOT_THT
-TO-5-10
-TO-5-10, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-10
-0
-10
-10
-Package_TO_SOT_THT
-TO-5-10_Window
-TO-5-10, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-5-10 Window
-0
-10
-10
-Package_TO_SOT_THT
-TO-8-2
-TO-8-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-8-2
-0
-2
-2
-Package_TO_SOT_THT
-TO-8-2_Window
-TO-8-2, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-8-2 Window
-0
-2
-2
-Package_TO_SOT_THT
-TO-8-3
-TO-8-3, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-8-3
-0
-3
-3
-Package_TO_SOT_THT
-TO-8-3_Window
-TO-8-3, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-8-3 Window
-0
-3
-3
-Package_TO_SOT_THT
-TO-11-2
-TO-11-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-11-2
-0
-2
-2
-Package_TO_SOT_THT
-TO-11-2_Window
-TO-11-2, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-11-2 Window
-0
-2
-2
-Package_TO_SOT_THT
-TO-11-3
-TO-11-3, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-11-3
-0
-3
-3
-Package_TO_SOT_THT
-TO-11-3_Window
-TO-11-3, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-11-3 Window
-0
-3
-3
-Package_TO_SOT_THT
-TO-12-4
-TO-12-4, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-12-4
-0
-4
-4
-Package_TO_SOT_THT
-TO-12-4_Window
-TO-12-4, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-12-4 Window
-0
-4
-4
-Package_TO_SOT_THT
-TO-17-4
-TO-17-4, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-17-4
-0
-4
-4
-Package_TO_SOT_THT
-TO-17-4_Window
-TO-17-4, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-17-4 Window
-0
-4
-4
-Package_TO_SOT_THT
-TO-18-2
-TO-18-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-18-2
-0
-2
-2
-Package_TO_SOT_THT
-TO-18-2_Lens
-TO-18-2, Lens, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-18-2 Lens
-0
-2
-2
-Package_TO_SOT_THT
-TO-18-2_Window
-TO-18-2, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-18-2 Window
-0
-2
-2
-Package_TO_SOT_THT
-TO-18-3
-TO-18-3, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-18-3
-0
-3
-3
-Package_TO_SOT_THT
-TO-18-3_Lens
-TO-18-3, Lens, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-18-3 Lens
-0
-3
-3
-Package_TO_SOT_THT
-TO-18-3_Window
-TO-18-3, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-18-3 Window
-0
-3
-3
-Package_TO_SOT_THT
-TO-18-4
-TO-18-4, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-18-4
-0
-4
-4
-Package_TO_SOT_THT
-TO-18-4_Lens
-TO-18-4, Lens, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-18-4 Lens
-0
-4
-4
-Package_TO_SOT_THT
-TO-18-4_Window
-TO-18-4, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-18-4 Window
-0
-4
-4
-Package_TO_SOT_THT
-TO-33-4
-TO-33-4, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-33-4
-0
-4
-4
-Package_TO_SOT_THT
-TO-33-4_Window
-TO-33-4, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-33-4 Window
-0
-4
-4
-Package_TO_SOT_THT
-TO-38-2
-TO-38-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-38-2
-0
-2
-2
-Package_TO_SOT_THT
-TO-38-2_Window
-TO-38-2, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-38-2 Window
-0
-2
-2
-Package_TO_SOT_THT
-TO-38-3
-TO-38-3, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-38-3
-0
-3
-3
-Package_TO_SOT_THT
-TO-38-3_Window
-TO-38-3, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-38-3 Window
-0
-3
-3
-Package_TO_SOT_THT
-TO-39-2
-TO-39-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-2
-0
-2
-2
-Package_TO_SOT_THT
-TO-39-2_Window
-TO-39-2, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-2 Window
-0
-2
-2
-Package_TO_SOT_THT
-TO-39-3
-TO-39-3, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-3
-0
-3
-3
-Package_TO_SOT_THT
-TO-39-3_Window
-TO-39-3, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-3 Window
-0
-3
-3
-Package_TO_SOT_THT
-TO-39-4
-TO-39-4, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-4
-0
-4
-4
-Package_TO_SOT_THT
-TO-39-4_Window
-TO-39-4, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-4 Window
-0
-4
-4
-Package_TO_SOT_THT
-TO-39-6
-TO-39-6, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-6
-0
-6
-6
-Package_TO_SOT_THT
-TO-39-6_Window
-TO-39-6, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-6 Window
-0
-6
-6
-Package_TO_SOT_THT
-TO-39-8
-TO-39-8, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-8
-0
-8
-8
-Package_TO_SOT_THT
-TO-39-8_Window
-TO-39-8, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-8 Window
-0
-8
-8
-Package_TO_SOT_THT
-TO-39-10
-TO-39-10, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-10
-0
-10
-10
-Package_TO_SOT_THT
-TO-39-10_Window
-TO-39-10, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-39-10 Window
-0
-10
-10
-Package_TO_SOT_THT
-TO-46-2
-TO-46-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-46-2 Window
-0
-2
-2
-Package_TO_SOT_THT
-TO-46-3
-TO-46-3, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-46-3 Window
-0
-3
-3
-Package_TO_SOT_THT
-TO-46-4
-TO-46-4, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-46-4
-0
-4
-4
-Package_TO_SOT_THT
-TO-46-4_Window
-TO-46-4, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-46-4 Window
-0
-4
-4
-Package_TO_SOT_THT
-TO-52-2
-TO-52-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-52-2
-0
-2
-2
-Package_TO_SOT_THT
-TO-52-2_Window
-TO-52-2, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-52-2 Window
-0
-2
-2
-Package_TO_SOT_THT
-TO-52-3
-TO-52-3, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-52-3
-0
-3
-3
-Package_TO_SOT_THT
-TO-52-3_Window
-TO-52-3, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-52-3 Window
-0
-3
-3
-Package_TO_SOT_THT
-TO-72-4
-TO-72-4, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-72-4
-0
-4
-4
-Package_TO_SOT_THT
-TO-72-4_Window
-TO-72-4, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-72-4 Window
-0
-4
-4
-Package_TO_SOT_THT
-TO-75-6
-TO-75-6, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-75-6
-0
-6
-6
-Package_TO_SOT_THT
-TO-75-6_Window
-TO-75-6, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-75-6 Window
-0
-6
-6
-Package_TO_SOT_THT
-TO-78-6
-TO-78-6, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-78-6
-0
-6
-6
-Package_TO_SOT_THT
-TO-78-6_Window
-TO-78-6, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-78-6 Window
-0
-6
-6
-Package_TO_SOT_THT
-TO-78-8
-TO-78-8, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-78-8
-0
-8
-8
-Package_TO_SOT_THT
-TO-78-8_Window
-TO-78-8, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-78-8 Window
-0
-8
-8
-Package_TO_SOT_THT
-TO-78-10
-TO-78-10, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-78-10
-0
-10
-10
-Package_TO_SOT_THT
-TO-78-10_Window
-TO-78-10, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-78-10 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, https://www.mouser.com/datasheet/2/196/Infineon_TLV4961_1TAB_DataSheet_v01_20_EN-3363873.pdf#page=16, hole and pad size from TI land pattern in https://www.ti.com/lit/ds/symlink/lmt85.pdf#page=22)
-transistor TO-92S-Type-B Allegro-3-pin-SIP LPG0003A
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-99-6
-0
-6
-6
-Package_TO_SOT_THT
-TO-99-6_Window
-TO-99-6, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-99-6 Window
-0
-6
-6
-Package_TO_SOT_THT
-TO-99-8
-TO-99-8, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-99-8
-0
-8
-8
-Package_TO_SOT_THT
-TO-99-8_Window
-TO-99-8, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-99-8 Window
-0
-8
-8
-Package_TO_SOT_THT
-TO-100-10
-TO-100-10, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-100-10
-0
-10
-10
-Package_TO_SOT_THT
-TO-100-10_Window
-TO-100-10, Window, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-100-10 Window
-0
-10
-10
-Package_TO_SOT_THT
-TO-126-2_Horizontal_TabDown
-TO-126-2, Horizontal, RM 5.08mm, see https://www.caddock.com/online_catalog/mrktg_lit/MP9000_Series.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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.caddock.com/online_catalog/mrktg_lit/MP9000_Series.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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.caddock.com/online_catalog/mrktg_lit/MP9000_Series.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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.28mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-126-3 Horizontal RM 2.28mm
-0
-3
-3
-Package_TO_SOT_THT
-TO-126-3_Horizontal_TabUp
-TO-126-3, Horizontal, RM 2.28mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-126-3 Horizontal RM 2.28mm
-0
-3
-3
-Package_TO_SOT_THT
-TO-126-3_Vertical
-TO-126-3, Vertical, RM 2.28mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-126-3 Vertical RM 2.28mm
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-4 Horizontal RM 2.54mm
-0
-4
-4
-Package_TO_SOT_THT
-TO-220-4_P5.08x3.7mm_StaggerEven_Lead3.8mm_Vertical
-TO-220-4, Vertical, RM 2.54mm, staggered type-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-4 Vertical RM 2.54mm staggered type-2
-0
-4
-4
-Package_TO_SOT_THT
-TO-220-4_P5.08x3.7mm_StaggerOdd_Lead3.8mm_Vertical
-TO-220-4, Vertical, RM 2.54mm, staggered type-1, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-4 Vertical RM 2.54mm staggered type-1
-0
-4
-4
-Package_TO_SOT_THT
-TO-220-4_P5.08x3.8mm_StaggerEven_Lead5.85mm_TabDown
-TO-220-4, Horizontal, RM 2.54mm, staggered type-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-4 Horizontal RM 2.54mm staggered type-2
-0
-4
-4
-Package_TO_SOT_THT
-TO-220-4_P5.08x3.8mm_StaggerOdd_Lead5.85mm_TabDown
-TO-220-4, Horizontal, RM 2.54mm, staggered type-1, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, 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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-5 Horizontal RM 1.7mm Pentawatt
-0
-5
-5
-Package_TO_SOT_THT
-TO-220-5_Horizontal_TabUp
-TO-220-5, Horizontal, RM 1.7mm, Pentawatt, 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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-5 Horizontal RM 1.7mm Pentawatt
-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, 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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-5 Vertical RM 1.7mm Pentawatt 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, 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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-5 Vertical RM 1.7mm Pentawatt 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, 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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-5 Horizontal RM 1.7mm Pentawatt 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, 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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-5 Horizontal RM 1.7mm Pentawatt staggered type-1
-0
-5
-5
-Package_TO_SOT_THT
-TO-220-5_Vertical
-TO-220-5, Vertical, RM 1.7mm, Pentawatt, 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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-5 Vertical RM 1.7mm Pentawatt
-0
-5
-5
-Package_TO_SOT_THT
-TO-220-7_P2.54x3.7mm_StaggerEven_Lead3.8mm_Vertical
-TO-220-7, Vertical, RM 1.27mm, staggered type-2
-TO-220-7 Vertical RM 1.27mm 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, staggered type-1
-TO-220-7 Vertical RM 1.27mm 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, staggered type-2
-TO-220-7 Horizontal RM 1.27mm 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, staggered type-1
-TO-220-7 Horizontal RM 1.27mm staggered type-1
-0
-7
-7
-Package_TO_SOT_THT
-TO-220-7_P2.54x5.1mm_StaggerOdd_Lead8.025mm_TabDown
-TO-220-7, Horizontal, RM 1.27mm, Heptawatt-H, staggered type-1, see https://www.mouser.com/datasheet/2/389/cd00000076-1795191.pdf#page=14, https://www.jedec.org/system/files/docs/TO-220L-01.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-7 Horizontal RM 1.27mm Heptawatt-H staggered type-1
-0
-7
-7
-Package_TO_SOT_THT
-TO-220-7_P2.54x5.08mm_StaggerOdd_Lead3.08mm_Vertical
-TO-220-7, Vertical, RM 1.27mm, Heptawatt-V, NDZ0007B, staggered type-1, see https://www.mouser.com/datasheet/2/389/cd00000076-1795191.pdf#page=14, https://www.jedec.org/system/files/docs/TO-220L-01.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-7 Vertical RM 1.27mm Heptawatt-V NDZ0007B 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.93x5.08mm_StaggerOdd_Lead3.378mm_Vertical
-TO-220-9, Vertical, RM 0.965mm, Texas_NEC0009A, Texas_TA09A-(Rev-C), staggered type-1, see Texas Instruments NEC0009A, https://www.ti.com/lit/ml/mpsf023/mpsf023.pdf?ts=1736330780857, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-9 Vertical RM 0.965mm Texas_NEC0009A Texas_TA09A-(Rev-C) staggered type-1
-0
-9
-9
-Package_TO_SOT_THT
-TO-220-9_P1.94x3.7mm_StaggerEven_Lead3.8mm_Vertical
-TO-220-9, Vertical, RM 0.97mm, staggered type-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-9 Vertical RM 0.97mm 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, staggered type-1, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-9 Vertical RM 0.97mm 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, staggered type-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-9 Horizontal RM 0.97mm 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, staggered type-1, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-9 Horizontal RM 0.97mm 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, Multiwatt-11, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-11 Horizontal RM 1.7mm Multiwatt-11 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, Multiwatt-11, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-11 Horizontal RM 1.7mm Multiwatt-11 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, Multiwatt-11, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-11 Vertical RM 1.7mm Multiwatt-11 staggered type-2
-0
-11
-11
-Package_TO_SOT_THT
-TO-220-11_P3.4x5.08mm_StaggerOdd_Lead4.58mm_Vertical
-TO-220-11, Vertical, RM 1.7mm, Multiwatt-11, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-11 Vertical RM 1.7mm Multiwatt-11 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, Multiwatt11, staggered type-1, see http://www.ti.com/lit/ds/symlink/lmd18200.pdf
-TO-220-11 Horizontal RM 1.7mm staggered type-1 Multiwatt-11
-0
-11
-11
-Package_TO_SOT_THT
-TO-220-15_P2.54x2.54mm_StaggerEven_Lead5.84mm_TabDown
-TO-220-15, Horizontal, RM 1.27mm, Multiwatt-15, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-15 Horizontal RM 1.27mm Multiwatt-15 staggered type-2
-0
-15
-15
-Package_TO_SOT_THT
-TO-220-15_P2.54x2.54mm_StaggerOdd_Lead5.84mm_TabDown
-TO-220-15, Horizontal, RM 1.27mm, Multiwatt-15, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-15 Horizontal RM 1.27mm Multiwatt-15 staggered type-1
-0
-15
-15
-Package_TO_SOT_THT
-TO-220-15_P2.54x5.08mm_StaggerEven_Lead4.58mm_Vertical
-TO-220-15, Vertical, RM 1.27mm, Multiwatt-15, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-15 Vertical RM 1.27mm Multiwatt-15 staggered type-2
-0
-15
-15
-Package_TO_SOT_THT
-TO-220-15_P2.54x5.08mm_StaggerOdd_Lead4.58mm_Vertical
-TO-220-15, Vertical, RM 1.27mm, Multiwatt-15, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220-15 Vertical RM 1.27mm Multiwatt-15 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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220F-5 Horizontal RM 1.7mm PentawattF
-0
-5
-5
-Package_TO_SOT_THT
-TO-220F-5_Horizontal_TabUp
-TO-220F-5, Horizontal, RM 1.7mm, PentawattF, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220F-5 Horizontal RM 1.7mm PentawattF
-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, staggered type-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220F-5 Vertical RM 1.7mm PentawattF 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, staggered type-1, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220F-5 Vertical RM 1.7mm PentawattF 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, staggered type-2, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220F-5 Vertical RM 1.7mm PentawattF 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, staggered type-1, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220F-5 Vertical RM 1.7mm PentawattF staggered type-1
-0
-5
-5
-Package_TO_SOT_THT
-TO-220F-5_Vertical
-TO-220F-5, Vertical, RM 1.7mm, PentawattF, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-220F-5 Vertical RM 1.7mm PentawattF
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-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, generated with kicad-footprint-generator TO_SOT_THT_generate.py
-TO-264-5 Vertical RM 3.81mm
-0
-5
-5
-Panelization
-BreakLine_1h_D0.5mm_P0.85mm
-Break line, 1 hole/ 0.85mm
-mousebite break line edge stamp
-0
-0
-0
-Panelization
-BreakLine_2h_D0.5mm_P0.85mm
-Break line, 2 holes/ 1.7mm
-mousebite break line edge stamp
-0
-0
-0
-Panelization
-BreakLine_2h_D0.5mm_P1.7mm
-Break line, 3 holes/ 2.5mm, room for traces
-mousebite break line edge stamp
-0
-0
-0
-Panelization
-BreakLine_3h_D0.5mm_P0.85mm
-Break line, 3 holes/ 2.5mm
-mousebite break line edge stamp
-0
-0
-0
-Panelization
-BreakLine_3h_D0.5mm_P1.7mm
-Break line, 3 holes/ 4.2mm, room for traces
-mousebite break line edge stamp
-0
-0
-0
-Panelization
-BreakLine_5h_D0.5mm_P0.85mm
-Break line, 5 holes/ 4.2mm
-mousebite break line edge stamp
-0
-0
-0
-Panelization
-BreakLine_7h_D0.5mm_P0.85mm
-Break line, 7 holes/ 6mm
-mousebite break line edge stamp
-0
-0
-0
-Panelization
-BreakLine_9h_D0.5mm_P0.85mm
-Break line, 9 holes/ 7.6mm
-mousebite break line edge stamp
-0
-0
-0
-Panelization
-BreakLine_11h_D0.5mm_P0.85mm
-Break line, 11 holes/ 9.3mm
-mousebite break line edge stamp
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x2.0mm_0h
-Break slot 2mm part, small: L=2mm, no holes: outer tab
-mousebite stamp slot break tab 2mm edge
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x2.0mm_inset_D0.5mm_P0.85mm_4h_Trace
-Break slot 2mm part, small: L=2mm, holes inset: recommended (no post-process), room for traces
-mousebite stamp slot break tab 2mm edge inset
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x2.0mm_inset_D0.5mm_P0.85mm_5h
-Break slot 2mm part, small: L=2mm, holes inset: recommended (no post-process)
-mousebite stamp slot break tab 2mm edge inset
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x2.0mm_outset_D0.5mm_P0.85mm_2h_Trace
-Break slot 2mm part, small: L=2mm, holes outset (sand flat with edge), room for traces
-mousebite stamp slot break tab 2mm edge outset
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x2.0mm_outset_D0.5mm_P0.85mm_3h
-Break slot 2mm part, small: L=2mm, holes outset (sand flat with edge)
-mousebite stamp slot break tab 2mm edge outset
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x4.5mm_0h
-Break slot 2mm part, standard: L=4.5mm, no holes: outer tab
-mousebite stamp slot break tab 2mm edge
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x4.5mm_inset_D0.5mm_P0.85mm_5h_Trace
-Break slot 2mm part, standard: L=4.5mm, holes inset: recommended (no post-process), room for traces
-mousebite stamp slot break tab 2mm edge inset
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x4.5mm_inset_D0.5mm_P0.85mm_7h
-Break slot 2mm part, standard: L=4.5mm, holes inset: recommended (no post-process)
-mousebite stamp slot break tab 2mm edge inset
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x4.5mm_outset_D0.5mm_P0.85mm_5h_Trace
-Break slot 2mm part, standard: L=4.5mm, holes outset (sand flat with edge), room for traces
-mousebite stamp slot break tab 2mm edge outset
-0
-0
-0
-Panelization
-MouseBite-Part_2.0x4.5mm_outset_D0.5mm_P0.85mm_7h
-Break slot 2mm part, standard: L=4.5mm, holes outset (sand flat with edge)
-mousebite stamp slot break tab 2mm edge outset
-0
-0
-0
-Panelization
-MouseBite-Slot-Jumper_0201
-Jumper for Mouse slot. SMD 0201 (0603 Metric)
-mousebite resistor jumper
-0
-2
-2
-Panelization
-MouseBite-Slot-Jumper_01005
-Jumper for Mouse slot. SMD 01005 (0402 Metric)
-mousebite resistor jumper
-0
-2
-2
-Panelization
-MouseBite-Slot_2.0x2.0mm_inset_D0.5mm_P0.85mm_4h_Trace
-Break slot 2mm, small: L=2mm, holes inset: recommended (no post-process), room for traces
-mousebite stamp slot break tab 2mm edge inset
-0
-0
-0
-Panelization
-MouseBite-Slot_2.0x2.0mm_inset_D0.5mm_P0.85mm_5h
-Break slot 2mm, small: L=2mm, holes inset: recommended (no post-process)
-mousebite stamp slot break tab 2mm edge inset
-0
-0
-0
-Panelization
-MouseBite-Slot_2.0x2.0mm_outset_D0.5mm_P0.85mm_2h_Trace
-Break slot 2mm, small: L=2mm, holes outset (sand flat with edge), room for traces
-mousebite stamp slot break tab 2mm edge outset
-0
-0
-0
-Panelization
-MouseBite-Slot_2.0x2.0mm_outset_D0.5mm_P0.85mm_3h
-Break slot 2mm, small: L=2mm, holes outset (sand flat with edge)
-mousebite stamp slot break tab 2mm edge outset
-0
-0
-0
-Panelization
-MouseBite-Slot_2.0x4.5mm_inset_D0.5mm_P0.85mm_5h_Trace
-Break slot 2mm, standard: L=4.5mm, holes inset: recommended (no post-process), room for traces
-mousebite stamp slot break tab 2mm edge inset
-0
-0
-0
-Panelization
-MouseBite-Slot_2.0x4.5mm_inset_D0.5mm_P0.85mm_7h
-Break slot 2mm, standard: L=4.5mm, holes inset: recommended (no post-process)
-mousebite stamp slot break tab 2mm edge inset
-0
-0
-0
-Panelization
-MouseBite-Slot_2.0x4.5mm_outset_D0.5mm_P0.85mm_5h_Trace
-Break slot 2mm, standard: L=4.5mm, holes outset (sand flat with edge), room for traces
-mousebite stamp slot break tab 2mm edge outset
-0
-0
-0
-Panelization
-MouseBite-Slot_2.0x4.5mm_outset_D0.5mm_P0.85mm_7h
-Break slot 2mm, standard: L=4.5mm, holes outset (sand flat with edge)
-mousebite stamp slot break tab 2mm edge outset
-0
-0
-0
-Panelization
-MouseBite-Slot_2.54x2.54mm_on-edge_D0.5mm_P0.85mm_4h_Trace
-Break slot 2.54mm, small: L=2.54mm, holes on-edge: acceptable, room for traces
-mousebite stamp slot break tab 2mm edge on-edge
-0
-0
-0
-Panelization
-MouseBite-Slot_2.54x5.08mm_on-edge_D0.5mm_P0.85mm_5h_Trace
-Break slot 2.54mm, standard: L=5.08mm, holes on-edge: acceptable, room for traces
-mousebite stamp slot break tab 2mm edge on-edge
-0
-0
-0
-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_Hole
-Potentiometer, vertical, shaft hole, extended leadframe, Bourns 3314R-GM5, http://www.bourns.com/docs/Product-Datasheets/3314.pdf
-Potentiometer vertical hole extended leadframe 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_20P_Horizontal
-Potentiometer, horizontal, Bourns 20P, https://www.mouser.at/datasheet/2/54/20-1159178.pdf
-Potentiometer horizontal Bourns 20P
-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_3386H_Horizontal
-Potentiometer, horizontal, Bourns 3386H, https://www.bourns.com/pdfs/3386.pdf
-Potentiometer horizontal Bourns 3386H
-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_3386W_Horizontal
-Potentiometer, horizontal, Bourns 3386W, 9.53 x 4.83 x 9.53mm, https://www.bourns.com/docs/Product-Datasheets/3386.pdf
-Potentiometer
-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
-5
-4
-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
-4
-Potentiometer_THT
-Potentiometer_Bourns_PTV112-4_Dual_Vertical
-2 Gang dual Through Hole, Snap In potentiometer, https://www.bourns.com/docs/Product-Datasheets/PTVPTT.pdf
-PTV112-4 Dual gang
-0
-8
-7
-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
-7
-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
-4
-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
-Potentiometer_THT
-Potentiometer_Vishay_T93XA_Horizontal
-Potentiometer, horizontal, Vishay, https://www.vishay.com/docs/51026/t93.pdf, 3/8" x 3/8" x 3/16" (9.7 x 9.8 x 5mm max.)
-Potentiometer horizontal vishay
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_T93YA_Vertical
-Potentiometer, vertical, Vishay, https://www.vishay.com/docs/51026/t93.pdf
-Potentiometer vertical vishay
-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
-AVX_M620720
-868Mhz, 915Mhz ISM antenna, 6 x 2 x 1.08mm, http://datasheets.avx.com/ethertronics/AVX-E_M620720.pdf
-868 915 Mhz ISM antenna
-0
-6
-3
-RF_Antenna
-Abracon_APAES868R8060C16-T
-Abracon RHCP ceramic patch antenna 854-882Mhz, 5dBi
-APAES patch antenna
-0
-1
-1
-RF_Antenna
-Abracon_PRO-OB-440
-Abracon OnBoard SMD antenna 2400-2500Mhz, https://abracon.com/datasheets/PRO-OB-440.pdf
-2400 PRO-OB-440 Antenna
-0
-4
-4
-RF_Antenna
-Abracon_PRO-OB-471
-OnBoard 868/915/868+2400 MHz Antenna, https://abracon.com/datasheets/PRO-OB-471.pdf
-Antenna ProAnt OnBoard 868Mhz 915Mhz 2400Mhz
-0
-6
-6
-RF_Antenna
-Antenova_SR4G013_GPS
-GPS/GLONASS/Galileo/BeiDou antenna, 1559-1609Mhz, SMD, https://www.application-datasheet.com/pdf/antenova/sr4g013.pdf
-antenna GPS Antenova Beltii
-0
-5
-2
-RF_Antenna
-Astrocast_AST50127-00
-L-band patch antenna, https://docs.astrocast.com/dl/0534-DOC-M2M-ASTRO-Patch_Antenna-Datasheet.pdf
-L-band antenna astrocast Patch Antenna
-0
-1
-1
-RF_Antenna
-Coilcraft_MA5532-AE_RFID
-RFID Transponder Coil
-antenna rfid coilcraft
-0
-2
-2
-RF_Antenna
-Johanson_2450AT18x100
-Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, -0.5dBi, https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf
-antenna
-0
-2
-2
-RF_Antenna
-Johanson_2450AT18x100_2400-2500Mhz
-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
-Johanson_2450AT43F0100_2400-2500Mhz
-Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, 1dBi, https://www.johansontechnology.com/datasheets/2450AT43F0100/2450AT43F0100.pdf
-antenna
-0
-2
-2
-RF_Antenna
-Molex_47948-0001_2.4Ghz
-SMD antenna 2400-2500Mhz, 3.7dBi, https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/productspecificationpdf/479/47948/PS-47948-001-001.pdf?inline
-rf antenna
-0
-4
-2
-RF_Antenna
-NiceRF_SW868-TH13_868Mhz
-868Mhz copper string antenna, right angle, approx. 15mm coil length, 5.5mm OD, 0.8 wire diameter, https://www.nicerf.com/item/868mhz-spring-antenna-sw868-th13
-antenna rf
-0
-1
-1
-RF_Antenna
-Pulse_W3000
-Pulse Electronics W3000 tri-band antenna for GPS (1.575Ghz), 868Mhz and 2.4Ghz ISM bands, https://productfinder.pulseeng.com/products/datasheets/W3000.pdf
-Antenna GPS 868Mhz ISM 1.575Ghz
-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_0900FM15K0039
-Johanson 0900FM15K0039 DFN, 10 Pin (https://www.johansontechnology.com/datasheets/0900FM15K0039/0900FM15K0039.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Johanson DFN NoLead
-0
-10
-10
-RF_Converter
-Balun_Johanson_0900PC15J0013
-Johanson 0900PC15J0013 DFN, 10 Pin (https://www.johansontechnology.com/datasheets/0900PC15J0013/0900PC15J0013.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Johanson DFN NoLead
-0
-10
-10
-RF_Converter
-Balun_Johanson_5400BL15B050E
-https://www.johansontechnology.com/datasheets/5400BL15B050/5400BL15B050.pdf
-balun RF
-0
-6
-6
-RF_Converter
-RF_Attenuator_Susumu_PAT1220
-http://www.susumu-usa.com/pdf/Foot_Print_38.pdf, https://www.susumu.co.jp/common/pdf/n_catalog_partition16_en.pdf
-2mm 1.2mm
-0
-3
-3
-RF_GPS
-Linx_RXM-GPS
-GPS Module, Linx (https://linxtechnologies.com/wp/wp-content/uploads/rxm-gps-rm.pdf)
-gps linx
-0
-22
-22
-RF_GPS
-OriginGPS_ORG1510
-GPS / GNSS Module with integrated antenna, (https://origingps.com/wp-content/uploads/2019/09/HORNET-Modules-Layout-recommendations-and-Integration-Application-Note-Rev-2.0.pdf)
-GPS GNSS OriginGPS Hornet
-0
-23
-11
-RF_GPS
-Quectel_L70-R
-Quectel L70-R, (https://www.quectel.com/product/gps-only-l70-r)
-GPS Quectel L70-R
-0
-18
-18
-RF_GPS
-Quectel_L76
-GPS module, https://www.quectel.com/wp-content/uploads/2021/03/Quectel_L76L76-L_Hardware_Design_V3.2-1.pdf
-Quectel GPS L76 L76-L
-0
-18
-18
-RF_GPS
-Quectel_L80-R
-Quectel L80-R GPS Module, Patch on Top, https://www.quectel.com/UploadImage/Downlad/Quectel_L80-R_Hardware_Design_V1.2.pdf
-quectel GPS GNSS
-0
-12
-12
-RF_GPS
-Quectel_L96
-Quectel L96 GPS GLONASS Galileo BeiDou Module, internal chip antenna, https://static6.arrow.com/aropdfconversion/50213b4bc5cb920911b62909a5ca765b1c5ab3d1/quectel_l96_hardware_design_v1.2.pdf
-Quectel GPS GNSS
-0
-31
-31
-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_GPS
-ublox_ZOE_M8
-GPS Ublox ZOE, https://content.u-blox.com/sites/default/files/ZOE-M8_DataSheet_UBX-16008094.pdf
-Ublox GPS GNSS
-0
-51
-51
-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_BG95
-Quectel BG95 Cellular GSM NB-IoT Module https://images.quectel.com/python/sites/2/2023/05/Quectel_BG95_Series_QuecOpen_Hardware_Design_V1.3.pdf
-Quectel BG95 Cellular GSM NB-IoT Module
-0
-102
-102
-RF_GSM
-Quectel_BG96
-Quectel BG96 Cellular GSM 2G Module https://www.quectel.com/download/quectel_bg96_hardware_design_v1-4
-Quectel BG96 Cellular GSM 2G Module
-0
-204
-102
-RF_GSM
-Quectel_M95
-Quad-Band GSM/GPRS module, 19.9x23.6x2.65mm, https://www.quectel.com/UploadImage/Downlad/M95_Hardware_Design_V1.3.pdf
-GSM Module M95
-0
-84
-42
-RF_GSM
-SIMCom_SIM800C
-Quad-Band GSM/GPRS module, 17.6x15.7x2.3mm, http://simcom.ee/documents/SIM800C/SIM800C_Hardware_Design_V1.05.pdf
-GSM Module SIM800C
-0
-84
-42
-RF_GSM
-SIMCom_SIM900
-Quad-Band GSM/GPRS module, 24x24x3mm, http://simcom.ee/documents/SIM900/SIM900_Hardware%20Design_V2.05.pdf
-GSM Module SIM900
-0
-68
-68
-RF_GSM
-Telit_SE150A4
-Telit SE150A4 smart module, https://atoma.spb.ru/sites/default/files/documents/telit_se150a4_smart_module_hardware_user_guide_r1.pdf
-Smart module Telit SE150
-0
-466
-210
-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_LENA-R8_LGA-100
-Multi-mode LTE Cat1 modules, https://content.u-blox.com/sites/default/files/documents/LENA-R8_SysIntegrManual_UBX-22015376.pdf#page=94 and https://content.u-blox.com/sites/default/files/documents/LENA-R8_DataSheet_UBX-22003110.pdf#page=35
-ublox GSM LTE
-0
-200
-100
-RF_GSM
-ublox_SARA_LGA-96
-ublox SARA cellular/GNSS module, https://www.u-blox.com/sites/default/files/SARA-G3-U2_SysIntegrManual_%28UBX-13000995%29.pdf, pag.162
-ublox u-blox SARA-R41 SARA-R42 SARA-R5 SARA-N2 SARA-N3 SARA-G3 SARA-G4 SARA-U2 cellular LTE IoT GSM HSPA GNSS GPS
-0
-192
-96
-RF_Mini-Circuits
-Mini-Circuits_BK377
-Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf)
-Mini-circuits BK377
-0
-14
-14
-RF_Mini-Circuits
-Mini-Circuits_BK377_LandPatternPL-005
-Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) according to land-pattern PL-005, including GND vias (https://ww2.minicircuits.com/pcb/98-pl005.pdf)
-Mini-circuits VCXO JTOS PL-005
-0
-50
-14
-RF_Mini-Circuits
-Mini-Circuits_CD541_H2.08mm
-https://ww2.minicircuits.com/case_style/CD541.pdf
-RF Transformer
-0
-6
-6
-RF_Mini-Circuits
-Mini-Circuits_CD542_H2.84mm
-https://ww2.minicircuits.com/case_style/CD542.pdf
-RF Transformer
-0
-6
-6
-RF_Mini-Circuits
-Mini-Circuits_CD542_LandPatternPL-052
-Footprint for Mini-Circuits case CD542 (https://ww2.minicircuits.com/case_style/CD542.pdf) using land-pattern PL-052, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl052.pdf)
-MiniCircuits PL-052 CD542
-0
-17
-6
-RF_Mini-Circuits
-Mini-Circuits_CD542_LandPatternPL-094
-Footprint for mini circuit case CD542, Land pattern PL-094, pads 5 and 2 connected via insulated copper area below body, vias included (case drawing: https://ww2.minicircuits.com/case_style/CD542.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl094.pdf)
-mini-circuits CD542 pl-094
-0
-18
-6
-RF_Mini-Circuits
-Mini-Circuits_CD636_H4.11mm
-https://ww2.minicircuits.com/case_style/CD636.pdf
-RF Transformer
-0
-6
-6
-RF_Mini-Circuits
-Mini-Circuits_CD636_LandPatternPL-035
-Footprint for Mini-Circuits case CD636 (https://ww2.minicircuits.com/case_style/CD636.pdf) following land pattern PL-035, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl035.pdf)
-mini-circuits pl-035 CD636
-0
-13
-6
-RF_Mini-Circuits
-Mini-Circuits_CD637_H5.23mm
-https://ww2.minicircuits.com/case_style/CD637.pdf
-RF Transformer
-0
-6
-6
-RF_Mini-Circuits
-Mini-Circuits_CK605
-Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf)
-Mini-Circuits CK605
-0
-16
-16
-RF_Mini-Circuits
-Mini-Circuits_CK605_LandPatternPL-012
-Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf) following land pattern PL-012, including GND vias (https://ww2.minicircuits.com/pcb/98-pl012.pdf)
-Mini-Circuits PL-012
-0
-53
-16
-RF_Mini-Circuits
-Mini-Circuits_DB1627
-Mini-Circuits top-hat case DB1627 (https://ww2.minicircuits.com/case_style/DB1627.pdf)
-Mini-Circuits DB1627
-0
-6
-6
-RF_Mini-Circuits
-Mini-Circuits_GP731
-Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf)
-Mini-Circuits GP731
-0
-8
-8
-RF_Mini-Circuits
-Mini-Circuits_GP731_LandPatternPL-176
-Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf)
-mini-circuits PL-176
-0
-21
-8
-RF_Mini-Circuits
-Mini-Circuits_GP1212
-Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf)
-mini-circuits GP1212
-0
-8
-8
-RF_Mini-Circuits
-Mini-Circuits_GP1212_LandPatternPL-176
-Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf)
-mini-circuits PL-176
-0
-21
-8
-RF_Mini-Circuits
-Mini-Circuits_HF1139
-Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf)
-Mini-Circuits HF1139
-0
-8
-8
-RF_Mini-Circuits
-Mini-Circuits_HF1139_LandPatternPL-230
-Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf) following land pattern PL-230, including GND vias (https://ww2.minicircuits.com/pcb/98-pl230.pdf)
-Mini-Circuits PL-230
-0
-37
-8
-RF_Mini-Circuits
-Mini-Circuits_HQ1157
-Footprint for Mini-Circuits case HQ1157 (https://www.minicircuits.com/case_style/HQ1157.pdf)
-Mini-Circuits HQ1157
-0
-14
-14
-RF_Mini-Circuits
-Mini-Circuits_HZ1198
-Footprint for Mini-Circuits case HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf)
-Mini-Circuits HZ1198
-0
-6
-6
-RF_Mini-Circuits
-Mini-Circuits_HZ1198_LandPatternPL-247
-Footprint for Mini-Circuits cas HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf) following land pattern PL-247, including GND-vias (https://www.minicircuits.com/pcb/98-pl247.pdf)
-Mini-Circuits PL-247 HZ1198
-0
-40
-6
-RF_Mini-Circuits
-Mini-Circuits_MMM168
-Footprint for Mini-Circuits case MMM168 (https://ww2.minicircuits.com/case_style/MMM168.pdf)
-Mini-Circuits MMM168
-0
-4
-4
-RF_Mini-Circuits
-Mini-Circuits_MMM168_LandPatternPL-225
-Footprint for Mini-Circuits case MMM168, Land pattern PL-225, vias included, (case drawing: https://ww2.minicircuits.com/case_style/MMM168.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl225.pdf)
-pl-225
-0
-10
-4
-RF_Mini-Circuits
-Mini-Circuits_QQQ130_ClockwisePinNumbering
-Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf)
-Mini-Circuits QQQ130
-0
-6
-6
-RF_Mini-Circuits
-Mini-Circuits_QQQ130_LandPattern_PL-236_ClockwisePinNumbering
-Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf) following land pattern PL-236, including GND vias (https://ww2.minicircuits.com/pcb/98-pl236.pdf)
-Mini-Circuits PL-236
-0
-14
-6
-RF_Mini-Circuits
-Mini-Circuits_TT1224_ClockwisePinNumbering
-Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf)
-Mini-Circuits TT1224
-0
-6
-6
-RF_Mini-Circuits
-Mini-Circuits_TT1224_LandPatternPL-258_ClockwisePinNumbering
-Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf)
-PL-258 Mini-Circuits
-0
-26
-6
-RF_Mini-Circuits
-Mini-Circuits_TTT167
-Footprint for Mini-Circuits case TTT167 (https://ww2.minicircuits.com/case_style/TTT167.pdf)
-Mini-Circuits TTT167
-0
-6
-6
-RF_Mini-Circuits
-Mini-Circuits_TTT167_LandPatternPL-079
-Footprint for Mini-Circuits case TTT167 (Mini-Circuits_TTT167_LandPatternPL-079) following land pattern PL-079, including GND vias (https://ww2.minicircuits.com/pcb/98-pl079.pdf)
-Mini-Circuits PL-079
-0
-36
-6
-RF_Mini-Circuits
-Mini-Circuits_YY161
-Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf)
-Mini-Circuits YY161
-0
-8
-8
-RF_Mini-Circuits
-Mini-Circuits_YY161_LandPatternPL-049
-Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf) using land-pattern PL-049, including GND-connections and vias (https://ww2.minicircuits.com/pcb/98-pl049.pdf)
-mini-circuits pl-049
-0
-36
-8
-RF_Module
-Ai-Thinker-Ra-01-LoRa
-Ai Thinker Ra-01 LoRa
-LoRa Ra-01
-0
-16
-16
-RF_Module
-Astrocast_AST50147-00
-L-band satellite communication module, https://docs.astrocast.com/dl/0532-DOC-M2M-ASTRO-Astronode_S-Datasheet.pdf
-RF module Astrocast radio Astronode
-0
-38
-38
-RF_Module
-Atmel_ATSAMR21G18-MR210UA_NoRFPads
-http://ww1.microchip.com/downloads/en/devicedoc/atmel-42475-atsamr21g18-mr210ua_datasheet.pdf
-module wireless zigbee 802.15.4 flash crypto ATSAMR21G18 AT45DB041E TECC508A U.Fi
-0
-42
-42
-RF_Module
-BLE112-A
-Class 4 Bluetooth Module with on-board antenna
-Bluetooth Module
-0
-30
-30
-RF_Module
-BM78SPPS5xC2
-Bluetooth Dual-mode module with integral chip antenna (http://ww1.microchip.com/downloads/en/DeviceDoc/60001380C.pdf)
-Bluetooth BR/EDR BLE
-0
-33
-33
-RF_Module
-CMWX1ZZABZ
-https://wireless.murata.com/RFM/data/type_abz.pdf
-iot lora sigfox
-0
-57
-57
-RF_Module
-CYBLE-21Pin-10x10mm
-Cypress EZ-BLE PRoC Module (Bluetooth Smart) 21 Pin Module
-Cypress BT Bluetooth
-0
-21
-21
-RF_Module
-DWM1000
-IEEE802.15.4-2011 UWB
-UWB Module
-0
-24
-24
-RF_Module
-DecaWave_DWM1001
-https://www.decawave.com/sites/default/files/dwm1001_datasheet.pdf
-UWB module
-0
-34
-34
-RF_Module
-Digi_XBee_SMT
-http://www.digi.com/resources/documentation/digidocs/pdfs/90002126.pdf http://ftp1.digi.com/support/documentation/90001020_F.pdf
-Digi XBee SMT RF
-0
-37
-37
-RF_Module
-E18-MS1-PCB
-http://www.cdebyte.com/en/downpdf.aspx?id=122
-Zigbee
-0
-24
-24
-RF_Module
-E73-2G4M04S
-http://www.cdebyte.com/en/downpdf.aspx?id=243
-BLE BLE5 nRF52832
-0
-44
-44
-RF_Module
-ESP-01
-Wi-Fi Module, https://docs.ai-thinker.com/_media/esp8266/esp8266_series_modules_user_manual_en.pdf
-Wi-Fi Module
-0
-8
-8
-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-C3-DevKitM-1
-2.4 GHz Wi-Fi and Bluetooth module https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c3/esp32-c3-devkitm-1/index.html
-esp32 esp32-c3 riscv risc-v wifi bluetooth ble
-0
-30
-30
-RF_Module
-ESP32-C3-WROOM-02
-RF Module, ESP32-C3 WROOM-02, Wi-Fi and Bluetooth, BLE, onboard antenna, https://www.espressif.com/sites/default/files/documentation/esp32-c3-wroom-02_datasheet_en.pdf
-ESP32-C3 WROOM-02 espressif
-0
-40
-19
-RF_Module
-ESP32-C3-WROOM-02U
-RF Module, ESP32-C3 WROOM-02 , Wi-Fi and Bluetooth, BLE, external antenna, https://www.espressif.com/sites/default/files/documentation/esp32-c3-wroom-02_datasheet_en.pdf
-ESP32-C3 WROOM-02 espressif
-0
-40
-19
-RF_Module
-ESP32-C6-MINI-1
-2.4 GHz Wi-Fi, Bluetooth, Zigbee and Thread combo chip, external antenna, https://www.espressif.com/sites/default/files/documentation/esp32-c6-mini-1_mini-1u_datasheet_en.pdf
-2.4 GHz Wi-Fi Bluetooth Zigbee Thread external antenna espressif 16.6*13.2mm
-0
-61
-53
-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
-52
-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-S3-WROOM-2
-2.4 GHz Wi-Fi and Bluetooth 5 (LE) module: https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-2_datasheet_en.pdf
-Bluetooth WiFi Wi-Fi ESP WROOM
-0
-61
-41
-RF_Module
-ESP32-WROOM-32
-Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf
-Single 2.4 GHz Wi-Fi and Bluetooth combo chip
-0
-60
-39
-RF_Module
-ESP32-WROOM-32D
-2.4 GHz Wi-Fi and Bluetooth module, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf
-2.4 GHz Wi-Fi and Bluetooth module ESP32-D0WD Espressif ESP32-WROOM-32E
-0
-60
-39
-RF_Module
-ESP32-WROOM-32E
-2.4 GHz Wi-Fi and Bluetooth 5 (LE) module: https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf
-Bluetooth WiFi Wi-Fi ESP32 WROOM Xtensa LX6
-0
-59
-39
-RF_Module
-ESP32-WROOM-32U
-Single 2.4 GHz Wi-Fi and Bluetooth combo chip with U.FL connector, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf
-Single 2.4 GHz Wi-Fi and Bluetooth combo chip
-0
-60
-39
-RF_Module
-ESP32-WROOM-32UE
-2.4 GHz Wi-Fi and Bluetooth module, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf
-2.4 GHz Wi-Fi and Bluetooth module
-0
-60
-39
-RF_Module
-Garmin_M8-35_9.8x14.0mm_Layout6x6_P1.5mm
-D52M ANT SoC Module https://www.thisisant.com/assets/resources/D00001687_D52_Module_Datasheet.v.2.3_(Garmin).pdf
-RF SoC Radio ANT Bluetooth BLE D52 nRF52 Garmin Canada Dynastream Nordic
-0
-35
-35
-RF_Module
-HOPERF_RFM9XW_SMD
-Low Power Long Range Transceiver Module SMD-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf)
-LoRa Low Power Long Range Transceiver Module
-0
-16
-16
-RF_Module
-HOPERF_RFM9XW_THT
-Low Power Long Range Transceiver Module THT-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf)
-Low Power Long Range Transceiver Module LoRa
-0
-16
-16
-RF_Module
-HOPERF_RFM69HW
-Radio, RF, Module, http://www.hoperf.com/upload/rf/RFM69HW-V1.3.pdf
-Radio RF Module
-0
-16
-16
-RF_Module
-Heltec_HT-CT62
-HT-CT62 LoRa Module
-LoRa WiFi Heltec HT-CT62 ESP32C3
-0
-22
-22
-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
-Jadak_Thingmagic_M6e-Nano
-UHF RFID reader with one 27dBm antenna port, https://www.jadaktech.com/product/thingmagic-m6e-nano-uhf-rain-rfid/
-Jadak Thingmagic M6e
-0
-96
-41
-RF_Module
-Laird_BL652
-Bluetooth v4.2 + NFC module
-Bluetooth BLE NFC
-0
-39
-39
-RF_Module
-Laird_BL653
-BL653 Bluetooth 5.1 module, https://www.lairdconnect.com/wireless-modules/bluetooth-modules/bluetooth-5-modules/bl653-series-bluetooth-51-802154-nfc-module
-Wi-Fi Module
-0
-73
-73
-RF_Module
-MCU_Seeed_ESP32C3
-ESP32C3 Seeed Xiao RF Wifi Shield (https://www.seeedstudio.com/blog/wp-content/uploads/2022/08/Seeed-Studio-XIAO-Series-Package-and-PCB-Design.pdf)
-wifi bluetooth microcontroller
-0
-27
-23
-RF_Module
-MOD-nRF8001
-BLE module, https://www.olimex.com/Products/Modules/RF/MOD-nRF8001/
-BLE module
-0
-11
-11
-RF_Module
-Microchip_BM83
-Microchip BM83, Bluetooth 5.0 Stereo Audio Module with on-Board antenna, https://ww1.microchip.com/downloads/aemDocuments/documents/WSG/ProductDocuments/DataSheets/70005402E.pdf
-bluetooth module
-0
-52
-52
-RF_Module
-Microchip_RN4871
-Microchip RN4871 footprint
-RN4871 BLE
-0
-16
-16
-RF_Module
-Modtronix_inAir9
-Modtronix Wireless SX1276 LoRa Module (http://modtronix.com/img/prod/imod/inair9/inair_dimensions.gif)
-Modtronix LoRa inAir inAir9 SX1276 RF 915MHz 868MHz Wireless
-0
-14
-14
-RF_Module
-MonoWireless_TWE-L-WX
-https://www.mono-wireless.com/jp/products/TWE-LITE/MW-PDS-TWELITE-JP.pdf
-TWE-L-WX
-0
-32
-32
-RF_Module
-NINA-B111
-NINA-B111 LGA module 42 Pin https://content.u-blox.com/sites/default/files/NINA-B1_DataSheet_UBX-15019243.pdf#page=30
-NINA ublox u-blox b111 bluetooth nrf52840 module
-0
-42
-42
-RF_Module
-Particle_P1
-https://docs.particle.io/datasheets/p1-datasheet/
-Particle P1
-0
-75
-75
-RF_Module
-RAK811
-RAK811 LPWAN Module https://downloads.rakwireless.com/LoRa/RAK811/Hardware_Specification/RAK811_LoRa_Module_Datasheet_V1.4.pdf
-LoRa LoRaWAN RAK811
-0
-34
-34
-RF_Module
-RAK3172
-RAK3172 WisDuo LPWAN Module https://docs.rakwireless.com/product-categories/wisduo/rak3172-module/datasheet/
-LoRa LoRaWAN RAK3172
-0
-32
-32
-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
-RMC20452T
-2.4 GHz Wi-Fi and Bluetooth 5 (LE) module 14.5x16.5x2.55mm https://datasheets.raspberrypi.com/rm2/rm2-datasheet.pdf
-WiFi BLE RM2
-0
-21
-21
-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_MDBT42Q
-Multiprotocol radio SoC module https://www.raytac.com/download/index.php?index_id=27
-wireless 2.4 GHz Bluetooth ble zigbee 802.15.4 thread nordic raytac nrf52832
-0
-41
-41
-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-SiP-LGA-86-11x7.3mm
-STM32WB5MMG Module, LGA86L 11x7.3
-bluetooth bluetooth5 bluetooth5.0 802.15.4 zigbee thread module stm32 rf
-0
-86
-86
-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
-WEMOS_C3_mini
-16-pin module, column spacing 22.86 mm (900 mils), https://www.wemos.cc/en/latest/_static/files/dim_c3_mini_v1.0.0.pdf
-ESP32-C3 WiFi microcontroller
-0
-16
-16
-RF_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
-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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, http://cdn.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, https://media.digikey.com/pdf/Data%20Sheets/Laird%20Technologies/BMI-S-230-F_Dwg.pdf
-Shielding Cabinet
-0
-36
-1
-RF_Shielding
-Wuerth_36103205_20x20mm
-WE-SHC Shielding Cabinet SMD 20x20mm, http://katalog.we-online.com/pbs/datasheet/36103205.pdf
-Shielding Cabinet
-0
-20
-1
-RF_Shielding
-Wuerth_36103255_25x25mm
-WE-SHC Shielding Cabinet SMD 25x25mm, http://katalog.we-online.com/pbs/datasheet/36103255.pdf
-Shielding Cabinet
-0
-24
-1
-RF_Shielding
-Wuerth_36103305_30x30mm
-WE-SHC Shielding Cabinet SMD 30x30mm, http://katalog.we-online.com/pbs/datasheet/36103305.pdf
-Shielding Cabinet
-0
-28
-1
-RF_Shielding
-Wuerth_36103505_50x50mm
-WE-SHC Shielding Cabinet SMD 50x50mm, http://katalog.we-online.com/pbs/datasheet/36103505.pdf
-Shielding Cabinet
-0
-44
-1
-RF_Shielding
-Wuerth_36103605_60x60mm
-WE-SHC Shielding Cabinet SMD 60x60mm, http://katalog.we-online.com/pbs/datasheet/36103605.pdf
-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_3PST_COTO_3650
-Low thermal EMF 3PST-NO reed relay, 150V 0.25A, similar to 3660 but with independent shield, https://cotorelay.com/wp-content/uploads/2014/09/3600_series_reed_relay_datasheet.pdf
-reed relay low thermal emf
-0
-9
-9
-Relay_THT
-Relay_3PST_COTO_3660
-Low thermal EMF 3PST-NO reed relay, 150V 0.25A, similar to 3650 but with shared shield/contact, https://cotorelay.com/wp-content/uploads/2014/09/3600_series_reed_relay_datasheet.pdf
-reed relay low thermal emf
-0
-8
-8
-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
-DPDT relay, Finder 40.52, 8A, 250V, body size 29x12.4mm, height 25mm, pitch 5x7.5mm, https://cdn.findernet.com/app/uploads/S40EN.pdf
-2-Form-C
-0
-8
-8
-Relay_THT
-Relay_DPDT_Finder_40.62
-DPDT relay, Finder 40.62, 10A, 250V, body size 29x12.4mm, height 25mm, pitch 5x7.5mm, https://cdn.findernet.com/app/uploads/S40EN.pdf
-2-Form-C
-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_Hongfa_HF115F-2Z-x4
-Hongfa DPDT power relay, 8A, 250VAC, body size 29x127.x15.7mm, https://source.hongfa.com//pdf/web/viewer.html?file=/Uploads/Product/PDF/HF115F_I_en.pdf
-2-Form-C
-0
-8
-8
-Relay_THT
-Relay_DPDT_Kemet_EC2_NJ
-Kemet signal relay, DPDT, non-latching, single coil latching, 2.8mm pin height, 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_NJ_DoubleCoil
-Kemet signal relay, DPDT, double coil latching, 2.8mm pin height, 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_Kemet_EC2_NU
-Kemet signal relay, DPDT, non-latching, single coil latching, 3.2mm pin height, 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_NU_DoubleCoil
-Kemet signal relay, DPDT, double coil latching, 3.2mm pin height, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf
-Kemet EC2 signal relay DPDT double dual coil latching through hole THT
-0
-10
-10
-Relay_THT
-Relay_DPDT_Omron_G2RL-2
-Omron Relay, DPDT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf
-Omron Relay DPDT
-0
-8
-8
-Relay_THT
-Relay_DPDT_Omron_G5V-2
-http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v2.pdf
-Omron G5V-2 Relay DPDT
-0
-8
-8
-Relay_THT
-Relay_DPDT_Omron_G6A
-DPDT signal relay, Omron G6A/G6AU, 20x9.9x8.2mm https://omronfs.omron.com/en_US/ecb/products/pdf/en-g6a.pdf
-Omron G6A Relay DPDT
-0
-8
-8
-Relay_THT
-Relay_DPDT_Omron_G6AK
-DPDT signal relay, double-winding latching, Omron G6AK, 20x9.9x8.2mm https://omronfs.omron.com/en_US/ecb/products/pdf/en-g6a.pdf
-Omron G6AK Relay DPDT
-0
-10
-10
-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_COTO_3602
-Low thermal EMF DPST-NO reed relay, 150V 0.25A, https://cotorelay.com/wp-content/uploads/2014/09/3600_series_reed_relay_datasheet.pdf
-reed relay low thermal emf
-0
-7
-7
-Relay_THT
-Relay_DPST_Fujitsu_FTR-F1A
-https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf
-relay dpst fujitsu tht
-0
-6
-6
-Relay_THT
-Relay_DPST_Omron_G2RL-2A
-Omron Relay, DPST, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf
-Omron Relay DPST
-0
-6
-6
-Relay_THT
-Relay_DPST_Schrack-RT2-FormA_RM5mm
-Relay DPST Schrack-RT2 RM5mm 16A 250V AC Form A http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN
-Relay DPST Schrack-RT2 RM5mm 16A 250V AC Relay
-0
-6
-6
-Relay_THT
-Relay_NCR_HHG1D-1
-NCR solid state relay 1A, 2A, 3A, 4A, https://ncr.hk/uploads/Relays/Solid_State_Relays/HHG1D-1.pdf
-ssr
-0
-4
-4
-Relay_THT
-Relay_SPDT_CUI_SR5
-CUI Relay, SPDT, https://www.cuidevices.com/product/resource/sr5.pdf
-CUI Relay SPDT
-0
-6
-5
-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://cdn.findernet.com/app/uploads/S36EN.pdf
-spdt relay
-0
-5
-5
-Relay_THT
-Relay_SPDT_Finder_40.11
-Relay SPDT Finder 40.11, 10/16A, 250V, body size 28.5x26.3mm, height 12.7mm, https://web.archive.org/web/20170816081018if_/https://www.finder-relais.net/de/finder-relais-serie-40.pdf
-1-Form-C
-0
-5
-5
-Relay_THT
-Relay_SPDT_Finder_40.31
-DPDT relay, Finder 40.52, 10/12A, 250V, body size 29x12.4mm, height 25mm, pitch 3.5x7.5mm, https://cdn.findernet.com/app/uploads/S40EN.pdf
-1-Form-C
-0
-5
-5
-Relay_THT
-Relay_SPDT_Finder_40.41
-Relay SPDT Finder 40.11, 10A, 250V, body size 28.5x12.3mm, height 26.3mm, https://web.archive.org/web/20170816081018if_/https://www.finder-relais.net/de/finder-relais-serie-40.pdf
-1-Form-C
-0
-5
-5
-Relay_THT
-Relay_SPDT_Finder_40.51
-SPDT relay, Finder 40.52, 10/12A, 250V, body size 29x12.4mm, height 25mm, pitch 5x7.5mm, https://cdn.findernet.com/app/uploads/S40EN.pdf
-1-Form-C
-0
-5
-5
-Relay_THT
-Relay_SPDT_Finder_40.61
-SPDT relay, Finder 40.61, 16A, 250V, body size 29x12.4mm, height 25mm, pitch 5x7.5mm, https://cdn.findernet.com/app/uploads/S40EN.pdf
-2-Form-C
-0
-8
-8
-Relay_THT
-Relay_SPDT_Fujitsu_FTR-LYCA005x_FormC_Vertical
-Relay, SPDT Form C, vertical mount, 6A, 5-60V, https://www.fujitsu.com/sg/imagesgig5/ftr-ly.pdf
-relay SPDT form c vertical
-0
-5
-5
-Relay_THT
-Relay_SPDT_HJR-4102
-IM Signal Relay SPDT HJR-4102
-Relay SPDT IM-relay HJR-4102
-0
-6
-6
-Relay_THT
-Relay_SPDT_Hongfa_HF3F-L-xx-1ZL1T
-Hongfa subminature high power latching relay 5, 6, 9, 12, 24, 48VDC. 10A switching current, Form-C https://source.hongfa.com//Api/DownloadPdf/362
-relays Hongfa form-c 1-coil
-0
-5
-5
-Relay_THT
-Relay_SPDT_Hongfa_HF3F-L-xx-1ZL2T
-Hongfa subminature high power latching relay 5, 6, 9, 12, 24, 48VDC. 10A switching current, Form-C https://source.hongfa.com//Api/DownloadPdf/362
-relays Hongfa form-c 2-coil
-0
-6
-6
-Relay_THT
-Relay_SPDT_Hongfa_HF3F-L-xx-1ZL2T-R
-Hongfa subminature high power latching relay 5, 6, 9, 12, 24, 48VDC. 10A switching current, reverse polarity, Form-C https://source.hongfa.com//Api/DownloadPdf/362
-relays Hongfa form-c 2-coil reverse-polarity
-0
-6
-6
-Relay_THT
-Relay_SPDT_Hongfa_JQC-3FF_0XX-1Z
-Hongfa subminature high power latching SPDT relay 5, 6, 9, 12, 18, 24, 48VDC. 10A switching current, Form-B https://www.generationrobots.com/media/JQC-3FF-v1.pdf
-relays Hongmei 1-coil
-0
-5
-5
-Relay_THT
-Relay_SPDT_HsinDa_Y14
-http://www.hsinda.com.tw/upload/file/Y14-20200430135145.pdf
-Relay Y14
-0
-6
-6
-Relay_THT
-Relay_SPDT_Omron-G5LE-1
-Omron Relay SPDT, http://www.omron.com/ecb/products/pdf/en-g5le.pdf
-Omron Relay SPDT
-0
-5
-5
-Relay_THT
-Relay_SPDT_Omron-G5Q-1
-Relay SPDT Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf
-Relay SPDT Omron Serie G5Q
-0
-5
-5
-Relay_THT
-Relay_SPDT_Omron_G2RL-1
-Omron Relay, SPDT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf
-Omron Relay SPDT
-0
-5
-5
-Relay_THT
-Relay_SPDT_Omron_G2RL-1-E
-Omron Relay, SPDT, High Capacity, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf
-Omron Relay SPDT High Capacity
-0
-8
-5
-Relay_THT
-Relay_SPDT_Omron_G5V-1
-Relay Omron G5V-1, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v_1.pdf
-Relay Omron G5V-1
-0
-6
-6
-Relay_THT
-Relay_SPDT_Omron_G6E
-Relay SPDT Omron Serie G6E
-Relay SPDT Omron Serie G6E 1x um
-0
-5
-5
-Relay_THT
-Relay_SPDT_Omron_G6EK
-Relay SPDT Omron Serie G6EK, see http://www.logosfoundation.org/instrum_gwr/pi/Omron_G6E_134P.pdf
-Relay SPDT Omron Serie G6EK
-0
-6
-6
-Relay_THT
-Relay_SPDT_Panasonic_DR
-1 side stable, https://mediap.industry.panasonic.eu/assets/download-files/import/ds_dr_en_discon.pdf
-nais single side
-0
-6
-6
-Relay_THT
-Relay_SPDT_Panasonic_DR-L
-1 latching coil, https://mediap.industry.panasonic.eu/assets/download-files/import/ds_dr_en_discon.pdf
-nais single latch
-0
-6
-6
-Relay_THT
-Relay_SPDT_Panasonic_DR-L2
-2 separated latching coils, S and R, https://mediap.industry.panasonic.eu/assets/download-files/import/ds_dr_en_discon.pdf
-nais dual latch set reset
-0
-8
-8
-Relay_THT
-Relay_SPDT_Panasonic_JW1_FormC
-Panasonic Relay SPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok
-Panasonic Relay SPDT
-0
-5
-5
-Relay_THT
-Relay_SPDT_PotterBrumfield_T9AP5D52_12V30A
-Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUn Connector Fast ON Only Dummy for Space NO Pads
-Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUm Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads
-0
-0
-0
-Relay_THT
-Relay_SPDT_RAYEX-L90
-https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf
-Relay RAYEX L90 SPDT
-0
-6
-6
-Relay_THT
-Relay_SPDT_RAYEX-L90S
-https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf
-Relay RAYEX L90S SPDT
-0
-5
-5
-Relay_THT
-Relay_SPDT_SANYOU_SRD_Series_Form_C
-relay Sanyou SRD series Form C http://www.sanyourelay.ca/public/products/pdf/SRD.pdf
-relay Sanyu SRD form C
-0
-5
-5
-Relay_THT
-Relay_SPDT_Schrack-RP-II-1-16A-FormC_RM5mm
-Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf
-Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay
-0
-8
-5
-Relay_THT
-Relay_SPDT_Schrack-RP-II-1-FormC_RM3.5mm
-Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf
-Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay
-0
-5
-5
-Relay_THT
-Relay_SPDT_Schrack-RP-II-1-FormC_RM5mm
-Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf
-Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay
-0
-5
-5
-Relay_THT
-Relay_SPDT_Schrack-RT1-16A-FormC_RM5mm
-Relay SPST Schrack-RT1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf
-Relay SPST Schrack-RT1 RM5mm 16A 250V AC Relay
-0
-8
-5
-Relay_THT
-Relay_SPDT_Schrack-RT1-FormC_RM3.5mm
-Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf
-Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay
-0
-5
-5
-Relay_THT
-Relay_SPDT_Schrack-RT1-FormC_RM5mm
-Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf
-Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay
-0
-5
-5
-Relay_THT
-Relay_SPDT_StandexMeder_SIL_Form1C
-Standex-Meder SIL-relais, Form 1C, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf
-Standex Meder SIL reed relais
-0
-5
-5
-Relay_THT
-Relay_SPST-NO_Fujitsu_FTR-LYAA005x_FormA_Vertical
-Relay, SPST-NO Form A, vertical mount, 6A, 5-60V, https://www.fujitsu.com/sg/imagesgig5/ftr-ly.pdf
-relay SPST-NO form A vertical
-0
-4
-4
-Relay_THT
-Relay_SPST_Finder_32.21-x300
-Finder 32.21-x300 Relay, SPST, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf
-Finder 32.21-x300 Relay SPST
-0
-4
-4
-Relay_THT
-Relay_SPST_Hongfa_HF3F-L-xx-1HL1T
-Hongfa subminature high power latching relay 5, 6, 9, 12, 24, 48VDC. 15A switching current, Form-A https://source.hongfa.com//Api/DownloadPdf/362
-relays Hongfa form-a 1-coil
-0
-4
-4
-Relay_THT
-Relay_SPST_Hongfa_HF3F-L-xx-1HL2T
-Hongfa subminature high power latching relay 5, 6, 9, 12, 24, 48VDC. 15A switching current, Form-A https://source.hongfa.com//Api/DownloadPdf/362
-relays Hongfa form-a 2-coil
-0
-5
-5
-Relay_THT
-Relay_SPST_Hongfa_HF3F-L-xx-1HL2T-R
-Hongfa subminature high power latching relay 5, 6, 9, 12, 24, 48VDC. 15A switching current, Form-A, reverse polarity, https://source.hongfa.com//Api/DownloadPdf/362
-relays Hongfa form-a 2-coil reverse-polarity
-0
-5
-5
-Relay_THT
-Relay_SPST_Hongfa_JQC-3FF_0XX-1H
-Hongfa subminature high power latching SPST-NO relay 5, 6, 9, 12, 18, 24, 48VDC. 15A switching current, Form-A https://www.generationrobots.com/media/JQC-3FF-v1.pdf
-relays Hongmei 1-coil
-0
-4
-4
-Relay_THT
-Relay_SPST_Omron-G5Q-1A
-Relay SPST-NO Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf
-Relay SPST-NO Omron Serie G5Q
-0
-4
-4
-Relay_THT
-Relay_SPST_Omron_G2RL-1A
-Omron Relay, SPST, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf
-Omron Relay SPST
-0
-4
-4
-Relay_THT
-Relay_SPST_Omron_G2RL-1A-E
-Omron Relay, SPST, High Capacity, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf
-Omron Relay SPST High Capacity
-0
-6
-4
-Relay_THT
-Relay_SPST_Omron_G5NB
-PCB Power Relay, SPST-NO, 7A (250 VAC), 5A (30 VDC), 20.5x7.2x15.3mm max
-Omron G5NB Relay SPST-NO
-0
-4
-4
-Relay_THT
-Relay_SPST_Omron_G5PZ
-Relay Omron G5PZ, see https://components.omron.com/us-en/sites/components.omron.com.us/files/datasheet_pdf/K320-E1.pdf
-Relay Omron G5PZ
-0
-4
-4
-Relay_THT
-Relay_SPST_Panasonic_ADW11
-Panasonic power relay, SPST, latching, 10x24mm, 18.8mm height, https://api.pim.na.industrial.panasonic.com/file_stream/main/fileversion/270
-Panasonic Relay SPST
-0
-4
-4
-Relay_THT
-Relay_SPST_Panasonic_ALFG_FormA
-Panasonic Relay SPST, https://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_lfg.pdf
-Panasonic Relay SPST
-0
-4
-4
-Relay_THT
-Relay_SPST_Panasonic_ALFG_FormA_CircularHoles
-Panasonic Relay SPST, https://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_lfg.pdf
-Panasonic Relay SPST
-0
-4
-4
-Relay_THT
-Relay_SPST_Panasonic_JW1_FormA
-Panasonic Relay SPST, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok
-Panasonic Relay SPST
-0
-4
-4
-Relay_THT
-Relay_SPST_PotterBrumfield_T9AP1D52_12V30A
-Relay SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Only Dummy for Space NO Pads
-Relau SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads
-0
-0
-0
-Relay_THT
-Relay_SPST_RAYEX-L90A
-https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf
-Relay RAYEX L90A SPST NO
-0
-5
-5
-Relay_THT
-Relay_SPST_RAYEX-L90AS
-https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf
-Relay RAYEX L90AS SPST NO
-0
-4
-4
-Relay_THT
-Relay_SPST_RAYEX-L90B
-https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf
-Relay RAYEX L90B SPST NC
-0
-5
-5
-Relay_THT
-Relay_SPST_RAYEX-L90BS
-https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf
-Relay RAYEX L90BS SPST NC
-0
-4
-4
-Relay_THT
-Relay_SPST_SANYOU_SRD_Series_Form_A
-relay Sanyou SRD series Form A http://www.sanyourelay.ca/public/products/pdf/SRD.pdf
-relay Sanyu SRD form A
-0
-4
-4
-Relay_THT
-Relay_SPST_SANYOU_SRD_Series_Form_B
-relay Sanyou SRD series Form B opener http://www.sanyourelay.ca/public/products/pdf/SRD.pdf
-relay Sanyu SRD form B opener
-0
-4
-4
-Relay_THT
-Relay_SPST_Schrack-RP-II-1-16A-FormA_RM5mm
-Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf
-Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay
-0
-6
-4
-Relay_THT
-Relay_SPST_Schrack-RP-II-1-FormA_RM3.5mm
-Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form A
-Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay
-0
-4
-4
-Relay_THT
-Relay_SPST_Schrack-RP-II-1-FormA_RM5mm
-Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf
-Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay
-0
-4
-4
-Relay_THT
-Relay_SPST_Schrack-RP3SL-1coil_RM5mm
-Relay SPST Schrack-RP3SL, 1-coil-version, RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf
-Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay
-0
-6
-4
-Relay_THT
-Relay_SPST_Schrack-RP3SL_RM5mm
-Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf
-Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay
-0
-7
-5
-Relay_THT
-Relay_SPST_Schrack-RT1-16A-FormA_RM5mm
-Relay SPST Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN
-Relay SPST Schrack-RT2 RM5mm 16A 250V AC Relay
-0
-6
-4
-Relay_THT
-Relay_SPST_Schrack-RT1-FormA_RM3.5mm
-Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form A
-Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay
-0
-4
-4
-Relay_THT
-Relay_SPST_Schrack-RT1-FormA_RM5mm
-Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf
-Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay
-0
-4
-4
-Relay_THT
-Relay_SPST_StandexMeder_MS_Form1AB
-Standex-Meder MS SIL-relais, Form 1A/1B, see https://standexelectronics.com/de/produkte/ms-reed-relais/
-Standex Meder MS SIL reed relais
-0
-4
-4
-Relay_THT
-Relay_SPST_StandexMeder_SIL_Form1A
-Standex-Meder SIL-relais, Form 1A, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf
-Standex Meder SIL reed relais
-0
-4
-4
-Relay_THT
-Relay_SPST_StandexMeder_SIL_Form1B
-Standex-Meder SIL-relais, Form 1B, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf
-Standex Meder SIL reed relais
-0
-4
-4
-Relay_THT
-Relay_SPST_TE_PCH-1xxx2M
-Miniature PCB Relay, PCH Series, 1 Form A (NO), SPST http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FPCH_series_relay_data_sheet_E%7F1215%7Fpdf%7FEnglish%7FENG_DS_PCH_series_relay_data_sheet_E_1215.pdf
-Relay SPST NO
-0
-4
-4
-Relay_THT
-Relay_SPST_TE_PCN-1xxD3MHZ
-https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1461491%7FG2%7Fpdf%7FEnglish%7FENG_CD_1461491_G2.pdf%7F3-1461491-0
-SPST relay slim
-0
-4
-4
-Relay_THT
-Relay_SPST_Zettler-AZSR131
-American Zettler RELAY EV CHRG SOLAR SPST 35A 12V, https://zettlerelectronics.com/products/AZSR131.pdf
-SPST
-0
-4
-4
-Relay_THT
-Relay_Socket_3PDT_Omron_PLE11-0
-29mm Dia, round mounting socket, 10A, 2kV AC / minute, 1e3Mohm, https://www.omron.com.tw/data_pdf/cat/common_sockets_ds_e_6_1_csm1819.pdf?#page=27
-tube type relay
-0
-11
-11
-Relay_THT
-Relay_Socket_4PDT_Omron_PY14-02
-21.4x25.8mm, 4Pole mounting socket, 3A, 1.5kV AC / minute, 1e2Mohm, https://www.omron.com.tw/data_pdf/cat/common_sockets_ds_e_6_1_csm1819.pdf?#page=19
-relay socket
-0
-14
-14
-Relay_THT
-Relay_Socket_DPDT_Finder_96.12
-DPDT relay socket, 15A max 10A per contact, 2kV AC Isolation, https://gfinder.findernet.com/public/attachments/56/DE/S56DE.pdf
-finder relay socket 96.12 56.32
-0
-8
-8
-Relay_THT
-Relay_Socket_DPDT_Omron_PLE08-0
-29mm Dia, round mounting socket, 10A, 2kV AC / minute, 1e3Mohm, https://www.omron.com.tw/data_pdf/cat/common_sockets_ds_e_6_1_csm1819.pdf?#page=27
-tube type relay
-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
-Relay_THT
-Relay_Tyco_V23072_Sealed
-Tyco Electronics Mini Relay K (Sealed Version), length 16.9mm, width 14.7mm, height 19.2mm, drill hole 1.30mm ( https://www.electrokit.com/upload/product/41019/41019252/V23072.pdf )
-SPST SPDT DC TE0598-P2
-0
-7
-7
-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_0508_1220Metric
-Resistor SMD 0508 (1220 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.koaspeer.com/pdfs/WK73S.pdf), generated with kicad-footprint-generator
-resistor
-0
-2
-2
-Resistor_SMD
-R_0508_1220Metric_Pad1.12x2.15mm_HandSolder
-Resistor SMD 0508 (1220 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: https://www.koaspeer.com/pdfs/WK73S.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_1225_3264Metric
-Resistor SMD 1225 (3264 Metric), square (rectangular) end terminal, IPC-7351 nominal, (Body size source: https://www.koaspeer.com/pdfs/WK73S.pdf), generated with kicad-footprint-generator
-resistor
-0
-2
-2
-Resistor_SMD
-R_1225_3264Metric_Pad1.47x6.45mm_HandSolder
-Resistor SMD 1225 (3264 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size source: https://www.koaspeer.com/pdfs/WK73S.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_Isabellenhuette_BVR4026
-4-Wire Shunt, SMD 4026, https://www.isabellenhuette.de/fileadmin/Daten/Praezisionswiderstaende/Datenblaetter/BVR.PDF
-kelvin-connection
-0
-4
-4
-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, https://www.vishay.com/docs/30218/cpcp-cpcf.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, https://www.vishay.com/docs/30218/cpcp-cpcf.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, https://www.vishay.com/docs/30218/cpcp-cpcf.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, https://www.vishay.com/docs/30218/cpcp-cpcf.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, EC11E... 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, EC11E... 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-Switch_Vertical_H20mm_MountingHoles
-Alps rotary encoder, EC11E... with switch, vertical shaft, https://www.lcsc.com/datasheet/lcsc_datasheet_2410010003_ALPSALPINE-EC11E09444A8_C1322538.pdf
-rotary encoder
-0
-7
-6
-Rotary_Encoder
-RotaryEncoder_Alps_EC11E_Vertical_H20mm
-Alps rotary encoder, EC11E... 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, EC11E... without switch (pins are dummy), vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html
-rotary encoder
-0
-7
-4
-Rotary_Encoder
-RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm
-Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF
-rotary encoder
-0
-7
-6
-Rotary_Encoder
-RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm_CircularMountingHoles
-Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF
-rotary encoder
-0
-7
-6
-Rotary_Encoder
-RotaryEncoder_Alps_EC12E_Vertical_H20mm
-Alps rotary encoder, EC12E..., vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html
-rotary encoder
-0
-5
-4
-Rotary_Encoder
-RotaryEncoder_Alps_EC12E_Vertical_H20mm_CircularMountingHoles
-Alps rotary encoder, EC12E..., vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html
-rotary encoder
-0
-5
-4
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEC09-2xxxF-Nxxxx
-Bourns rotary encoder, PEC09, without switch, horizontal shaft, https://www.bourns.com/products/encoders/contacting-encoders/product/PEC09
-rotary encoder
-0
-3
-3
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEC09-2xxxF-Sxxxx
-Bourns rotary encoder, PEC09, with switch, horizontal shaft, https://www.bourns.com/products/encoders/contacting-encoders/product/PEC09
-rotary encoder
-0
-5
-5
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEC12R-2x17F-Nxxxx
-Bourns rotary encoder, PEC12R, without switch, horizontal shaft, 17mm shaft length, https://www.bourns.com/docs/product-datasheets/pec12r.pdf
-rotary encoder
-0
-5
-4
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEC12R-2x17F-Sxxxx
-Bourns rotary encoder, PEC12R, with switch, horizontal shaft, 17mm shaft length, https://www.bourns.com/docs/product-datasheets/pec12r.pdf
-rotary encoder
-0
-7
-6
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEL12D-2x16F-Sxxxx
-Rotary encoder with switch and illuminated 4mm shaft, dual-led, https://www.bourns.com/docs/product-datasheets/PEL12D.pdf
-rotary encoder illuminated switch horizontal
-0
-9
-8
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEL12D-2x18F-Sxxxx
-Rotary encoder with switch and illuminated 6mm shaft, dual-led, https://www.bourns.com/docs/product-datasheets/PEL12D.pdf
-rotary encoder illuminated switch horizontal
-0
-9
-8
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEL12D-2x21F-Sxxxx
-Rotary encoder with switch and illuminated 8mm shaft, dual-led, https://www.bourns.com/docs/product-datasheets/PEL12D.pdf
-rotary encoder illuminated switch horizontal
-0
-9
-8
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEL12D-2x25S-Sxxxx
-Rotary encoder with switch and illuminated shaft, dual-led, https://www.bourns.com/docs/product-datasheets/PEL12D.pdf
-rotary encoder illuminated switch horizontal
-0
-9
-8
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEL12D-2x26F-Sxxxx
-Rotary encoder with switch and illuminated 13mm shaft, dual-led, https://www.bourns.com/docs/product-datasheets/PEL12D.pdf
-rotary encoder illuminated switch horizontal
-0
-9
-8
-Rotary_Encoder
-RotaryEncoder_Bourns_Horizontal_PEL12D-2x31F-Sxxxx
-Rotary encoder with switch and illuminated 18mm shaft, dual-led, https://www.bourns.com/docs/product-datasheets/PEL12D.pdf
-rotary encoder illuminated switch horizontal
-0
-9
-8
-Rotary_Encoder
-RotaryEncoder_Bourns_Vertical_PEC12R-3x17F-Nxxxx
-Bourns rotary encoder, PEC12R, without switch, with bushing, vertical shaft, 17.5mm shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf
-rotary encoder
-0
-5
-4
-Rotary_Encoder
-RotaryEncoder_Bourns_Vertical_PEC12R-3x17F-Sxxxx
-Bourns rotary encoder, PEC12R, with switch, with bushing, vertical shaft, 17.5mm shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf
-rotary encoder
-0
-7
-6
-Rotary_Encoder
-RotaryEncoder_Bourns_Vertical_PEL12D-4x25S-Sxxxx
-Rotary encoder with switch and illuminated 13mm shaft, dual-led, https://www.bourns.com/docs/product-datasheets/PEL12D.pdf
-rotary encoder illuminated switch vertical
-0
-9
-8
-Rotary_Encoder
-RotaryEncoder_Bourns_Vertical_PEL12D-4xxxF-Sxxxx
-Rotary encoder with switch and illuminated 4,6,8,13,18mm shaft, dual-led, https://www.bourns.com/docs/product-datasheets/PEL12D.pdf
-rotary encoder illuminated switch vertical
-0
-9
-8
-Sensor
-ASAIR_AM2302_P2.54mm_Lead2.75mm_TabDown
-Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/AM2302.pdf
-Temperature and humidity module DHT22 AM2302
-0
-4
-4
-Sensor
-ASAIR_AM2302_P2.54mm_Vertical
-Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/AM2302.pdf
-Temperature and humidity module DHT22 AM2302
-0
-4
-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_APDS-9960
-Digital Proximity, Ambient Light, RGB and Gesture Sensor (https://docs.broadcom.com/doc/AV02-4191EN)
-DFN Sensor optical IR
-0
-8
-8
-Sensor
-LuminOX_LOX-O2
-SST LuminOX Luminescence-based O2 sensor, https://sstsensing.com/wp-content/uploads/2021/08/DS0030rev15_LuminOx.pdf
-SST LuminOX O2
-0
-4
-4
-Sensor
-MQ-6
-Gas Sensor, 6 pin, https://www.winsen-sensor.com/d/files/semiconductor/mq-6.pdf
-gas sensor
-0
-6
-6
-Sensor
-Rohm_RPR-0521RS
-Digital Proximity and Ambient Light Sensor, 2.36 x 3.94 x 1.35mm, LGA-8 (https://fscdn.rohm.com/en/products/databook/datasheet/opto/optical_sensor/opto_module/rpr-0521rs-e.pdf)
-DFN Sensor optical IR
-0
-8
-8
-Sensor
-SHT1x
-SHT1x
-SHT1x
-0
-8
-8
-Sensor
-SPEC_110-xxx_SMD-10Pin_20x20mm_P4.0mm
-SPEC Sensors SMD package, 20x20mm, https://www.spec-sensors.com/wp-content/uploads/2016/10/3SP_H2S_50-C-Package-110-304.pdf
-SPEC Sensors gas sensor
-0
-10
-10
-Sensor
-Senseair_S8_Down
-Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT
-co2 gas sensor pwm modbus
-0
-9
-9
-Sensor
-Senseair_S8_Up
-Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT
-co2 gas sensor pwm modbus
-0
-9
-9
-Sensor
-Sensirion_SCD4x-1EP_10.1x10.1mm_P1.25mm_EP4.8x4.8mm
-Sensirion SCD4x QFN, 20 Pin (https://sensirion.com/media/documents/C4B87CE6/627C2DCD/CD_DS_SCD40_SCD41_Datasheet_D1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Sensirion QFN NoLead
-0
-25
-21
-Sensor
-Sensortech_MiCS_5x7mm_P1.25mm
-https://www.sgxsensortech.com/content/uploads/2014/07/1084_Datasheet-MiCS-5524-rev-8.pdf
-Sensortech MiCS MEMS sensor
-0
-10
-10
-Sensor
-TGS-5141
-Fixaro carbon monoxide electrochemical sensor, https://figarosensor.com/product/docs/tgs5141-p00_product%20infomation%28fusa%29_rev07.pdf
-Figaro CO sensor
-0
-3
-2
-Sensor
-Winson_GM-402B_5x5mm_P1.27mm
-Winson GM-402B QFN, 8 Pin (https://www.winsen-sensor.com/d/files/me2/mems--gm-402b--manual-v1_1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Winson QFN NoLead
-0
-8
-8
-Sensor_Audio
-CUI_CMC-4013-SMT
-Omnidirectional, -42dB, reflowable, electret condenser microphone https://www.cuidevices.com/product/resource/cmc-4013-smt-tr.pdf
-Microphone CUI
-0
-2
-2
-Sensor_Audio
-Infineon_PG-LLGA-5-1
-Infineon_PG-LLGA-5-1 StepUp generated footprint, https://www.infineon.com/cms/en/product/packages/PG-LLGA/PG-LLGA-5-1/
-infineon mems microphone
-0
-15
-5
-Sensor_Audio
-Infineon_PG-LLGA-5-2
-Infineon, IP57, XENSIV, LGA-5, https://www.infineon.com/dgdl/Infineon-IM73A135-DataSheet-v01_00-EN.pdf?fileId=8ac78c8c7f2a768a017fadec36b84500
-MEMS Microphone LGA Dust Water
-0
-5
-5
-Sensor_Audio
-InvenSense_ICS-43434-6_3.5x2.65mm
-TDK InvenSense MEMS I2S Microphone: https://invensense.tdk.com/products/ics-43434/
-microphone MEMS I2S ICS-43434 TDK InvenSense
-0
-6
-6
-Sensor_Audio
-Knowles_LGA-5_3.5x2.65mm
-https://www.knowles.com/docs/default-source/model-downloads/sph0641lu4h-1-revb.pdf
-MEMS Microphone LGA
-0
-5
-5
-Sensor_Audio
-Knowles_LGA-6_4.72x3.76mm
-Knowles MEMS Analog Microphone, Omnidirectional, SMD, Differential/Single-Ended Output, -40dB, Bottom Port, https://www.knowles.com/docs/default-source/default-document-library/spm0687lr5h-1_winfrey_datasheet.pdf
-SPM0687LR5H MEMS Microphone LGA
-0
-6
-6
-Sensor_Audio
-Knowles_SPH0645LM4H-6_3.5x2.65mm
-Knowles MEMS I2S Microphone: https://www.knowles.com/subdepartment/dpt-microphones/subdpt-sisonic-surface-mount-mems
-microphone MEMS I2S SPH0645LM4H Knowles
-0
-6
-6
-Sensor_Audio
-POM-2244P-C3310-2-R
-Electret Condenser microphone, Project Unlimited (PU) Audio, https://api.puiaudio.com/file/b7e03aec-9603-48da-8064-9a0e0468047c.pdf
-microphone electret
-0
-2
-2
-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-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-NP
-LEM LA 25-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/la%2025-np.pdf)
-Current sensor LEM
-0
-13
-13
-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
-AMS_OLGA12
-TMF8820/1/8 distance sensor, https://look.ams-osram.com/m/52236c476132a095/original/TMF8820-21-28-Multizone-Time-of-Flight-Sensor.pdf
-TMF8820 TMF8821 TMF8828
-0
-12
-12
-Sensor_Distance
-ST_VL53L1x
-VL53L1x distance sensor
-VL53L1CXV0FY1 VL53L1x
-0
-13
-12
-Sensor_Humidity
-Sensirion_DFN-4-1EP_2x2mm_P1mm_EP0.7x1.6mm
-DFN, 4 Pin (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Datasheets/Humidity/Sensirion_Humidity_Sensors_SHTC3_Datasheet.pdf)
-Sensirion DFN NoLead
-0
-10
-5
-Sensor_Humidity
-Sensirion_DFN-4_1.5x1.5mm_P0.8mm_SHT4x_NoCentralPad
-Sensirion, SHT40, SHT41, SHT45, DFN, 4 Pin (https://sensirion.com/media/documents/33FD6951/624C4357/Datasheet_SHT4x.pdf)
-DFN NoLead
-0
-4
-4
-Sensor_Humidity
-Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm
-Sensirion DFN-8 SHT3x-DIS (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf)
-sensirion dfn nolead
-0
-10
-9
-Sensor_Humidity
-Texas_S-PWSON-N6-HDC2080
-Relative Humidity and Temperature Sensor with I2C Interface, https://www.ti.com/lit/ds/symlink/hdc2080.pdf
-sensor humidity temperature i2c iic digital
-0
-11
-7
-Sensor_Motion
-Analog_LGA-16_3.25x3mm_P0.5mm_LayoutBorder3x5y
-LGA, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ADXL363.pdf#page=44)
-LGA NoLead CC-16-4
-0
-16
-16
-Sensor_Motion
-InvenSense_QFN-24_3x3mm_P0.4mm
-24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf)
-QFN 0.4
-0
-24
-24
-Sensor_Motion
-InvenSense_QFN-24_3x3mm_P0.4mm_NoMask
-24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf)
-QFN 0.4
-0
-25
-24
-Sensor_Motion
-InvenSense_QFN-24_4x4mm_P0.5mm
-24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf)
-QFN 0.5
-0
-24
-24
-Sensor_Motion
-InvenSense_QFN-24_4x4mm_P0.5mm_NoMask
-24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf)
-QFN 0.5
-0
-25
-24
-Sensor_Pressure
-CFSensor_XGZP6859D_7x7mm
-CFSensor XGZP6859D SO, 6 Pin (https://cfsensor.com/wp-content/uploads/2022/11/XGZP6859D-Pressure-Sensor-V2.5.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-CFSensor SO Sensor_Pressure
-0
-6
-6
-Sensor_Pressure
-CFSensor_XGZP6897x
-Port External Dia 3.13mm, Port Internal Dia 0.9mm, 8 Pin (https://cfsensor.com/wp-content/uploads/2022/11/XGZP6897D-Pressure-Sensor-V2.7.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py, hand modified
-sop sensor
-0
-8
-8
-Sensor_Pressure
-CFSensor_XGZP6899x
-Port External Dia 3mm, Port Internal Dia 1mm, 8 Pin (https://cfsensor.com/wp-content/uploads/2022/11/XGZP6899D-Pressure-Sensor-V2.8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py, hand modified
-sop sensor
-0
-8
-8
-Sensor_Pressure
-Freescale_98ARH99066A
-https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf
-sensor pressure ssop 98ARH99066A
-0
-8
-8
-Sensor_Pressure
-Freescale_98ARH99089A
-https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf
-sensor pressure ssop 98ARH99089A
-0
-8
-8
-Sensor_Pressure
-Honeywell_40PCxxxG1A
-https://www.honeywellscportal.com/index.php?ci_id=138832
-pressure sensor automotive honeywell
-0
-3
-3
-Sensor_Pressure
-TE_MS5525DSO-DBxxxyS
-Pressure Sensor, Dual-Barbed, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=MS5525DSO&DocType=DS&DocLang=English
-Pressure DualBarbed
-0
-14
-14
-Sensor_Pressure
-TE_MS5837-xxBA
-https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FMS5837-30BA%7FB1%7Fpdf%7FEnglish%7FENG_DS_MS5837-30BA_B1.pdf%7FCAT-BLPS0017
-MS5837 Ultra-small gel-filled pressure sensor with stainless steel cap
-0
-4
-4
-Sensor_Voltage
-LEM_LV25-P
-LEM LV25-P Voltage transducer, https://www.lem.com/sites/default/files/products_datasheets/lv_25-p.pdf
-LEM Hall Effect Voltage transducer
-0
-5
-5
-Socket
-3M_Textool_240-1288-00-0602J_2x20_P2.54mm
-3M 40-pin zero insertion force socket, though-hole, row spacing 25.4 mm (1000 mils)
-THT DIP DIL ZIF 25.4mm 1000mil Socket
-0
-40
-40
-Socket
-DIP_Socket-14_W4.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_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.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_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.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_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.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_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.9mm_W7.62mm_W10.16mm_W12.7mm_W13.5mm_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.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_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.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_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.9mm_W7.62mm_W10.16mm_W12.7mm_W13.5mm_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.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_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.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_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.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_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.1mm_W22.86mm_W25.4mm_W27.94mm_W28.7mm_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.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_3M_242-1281-00-0602J
-3M 42-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf
-THT DIP DIL ZIF 15.24mm 600mil Socket
-0
-42
-42
-Socket
-Wells_648-0482211SA01
-https://www.farnell.com/cad/316865.pdf?_ga=2.37208032.177107060.1530611323-249019997.1498114824
-48pin TSOP Socket
-0
-48
-48
-Symbol
-CE-Logo_8.5x6mm_SilkScreen
-CE marking
-Logo CE certification
-0
-0
-0
-Symbol
-CE-Logo_11.2x8mm_SilkScreen
-CE marking
-Logo CE certification
-0
-0
-0
-Symbol
-CE-Logo_16.8x12mm_SilkScreen
-CE marking
-Logo CE certification
-0
-0
-0
-Symbol
-CE-Logo_28x20mm_SilkScreen
-CE marking
-Logo CE certification
-0
-0
-0
-Symbol
-CE-Logo_42x30mm_SilkScreen
-CE marking
-Logo CE certification
-0
-0
-0
-Symbol
-CE-Logo_56.1x40mm_SilkScreen
-CE marking
-Logo CE certification
-0
-0
-0
-Symbol
-ESD-Logo_6.6x6mm_SilkScreen
-Electrostatic discharge Logo
-Logo ESD
-0
-0
-0
-Symbol
-ESD-Logo_8.9x8mm_SilkScreen
-Electrostatic discharge Logo
-Logo ESD
-0
-0
-0
-Symbol
-ESD-Logo_13.2x12mm_SilkScreen
-Electrostatic discharge Logo
-Logo ESD
-0
-0
-0
-Symbol
-ESD-Logo_22x20mm_SilkScreen
-Electrostatic discharge Logo
-Logo ESD
-0
-0
-0
-Symbol
-ESD-Logo_33x30mm_SilkScreen
-Electrostatic discharge Logo
-Logo ESD
-0
-0
-0
-Symbol
-ESD-Logo_44.1x40mm_SilkScreen
-Electrostatic discharge Logo
-Logo ESD
-0
-0
-0
-Symbol
-EasterEgg_EWG1308-2013_ClassA
-Egg with 42x60mm Body-Size, ClassA, according to EWG1308/2013
-egg easter
-0
-0
-0
-Symbol
-FCC-Logo_7.3x6mm_SilkScreen
-FCC marking
-Logo FCC certification
-0
-0
-0
-Symbol
-FCC-Logo_9.6x8mm_SilkScreen
-FCC marking
-Logo FCC certification
-0
-0
-0
-Symbol
-FCC-Logo_14.6x12mm_SilkScreen
-FCC marking
-Logo FCC certification
-0
-0
-0
-Symbol
-FCC-Logo_24.2x20mm_SilkScreen
-FCC marking
-Logo FCC certification
-0
-0
-0
-Symbol
-FCC-Logo_36.3x30mm_SilkScreen
-FCC marking
-Logo FCC certification
-0
-0
-0
-Symbol
-FCC-Logo_48.3x40mm_SilkScreen
-FCC marking
-Logo FCC certification
-0
-0
-0
-Symbol
-KiCad-Logo2_5mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_5mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_6mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_6mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_8mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_8mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_12mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_12mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_20mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_20mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_30mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_30mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_40mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo2_40mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_5mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_5mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_6mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_6mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_8mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_8mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_12mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_12mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_20mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_20mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_30mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_30mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_40mm_Copper
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-KiCad-Logo_40mm_SilkScreen
-KiCad Logo
-Logo KiCad
-0
-0
-0
-Symbol
-LayerMarker_2_3.81x2.54mm_TextH1mm_P1.27mm
-Layer marker, 2 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_2_3.81x2.54mm_TextH1mm_P1.27mm_BottomMirrored
-Layer marker, 2 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_2_3.81x2.54mm_TextH1mm_P1.27mm_Named
-Layer marker, 2 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_2_3.81x2.54mm_TextH1mm_P1.27mm_Named_BottomMirrored
-Layer marker, 2 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_4_6.35x2.54mm_TextH1mm_P1.27mm
-Layer marker, 4 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_4_6.35x2.54mm_TextH1mm_P1.27mm_BottomMirrored
-Layer marker, 4 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_4_6.35x2.54mm_TextH1mm_P1.27mm_LowerMirrored
-Layer marker, 4 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_4_6.35x2.54mm_TextH1mm_P1.27mm_Named
-Layer marker, 4 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_4_6.35x2.54mm_TextH1mm_P1.27mm_Named_BottomMirrored
-Layer marker, 4 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_4_6.35x2.54mm_TextH1mm_P1.27mm_Named_LowerMirrored
-Layer marker, 4 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_6_8.89x2.54mm_TextH1mm_P1.27mm
-Layer marker, 6 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_6_8.89x2.54mm_TextH1mm_P1.27mm_BottomMirrored
-Layer marker, 6 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_6_8.89x2.54mm_TextH1mm_P1.27mm_LowerMirrored
-Layer marker, 6 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_6_8.89x2.54mm_TextH1mm_P1.27mm_Named
-Layer marker, 6 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_6_8.89x2.54mm_TextH1mm_P1.27mm_Named_BottomMirrored
-Layer marker, 6 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_6_8.89x2.54mm_TextH1mm_P1.27mm_Named_LowerMirrored
-Layer marker, 6 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_8_11.4x2.54mm_TextH1mm_P1.27mm
-Layer marker, 8 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_8_11.4x2.54mm_TextH1mm_P1.27mm_BottomMirrored
-Layer marker, 8 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_8_11.4x2.54mm_TextH1mm_P1.27mm_LowerMirrored
-Layer marker, 8 layers, simple ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_8_11.4x2.54mm_TextH1mm_P1.27mm_Named
-Layer marker, 8 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_8_11.4x2.54mm_TextH1mm_P1.27mm_Named_BottomMirrored
-Layer marker, 8 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_8_11.4x2.54mm_TextH1mm_P1.27mm_Named_LowerMirrored
-Layer marker, 8 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_10_14x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 10 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_10_14x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 10 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_10_14x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 10 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_10_14x2.54mm_TextH1mm_P1.27mm_Named
-Layer marker, 10 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_10_14x2.54mm_TextH1mm_P1.27mm_Named_BottomMirrored
-Layer marker, 10 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_10_14x2.54mm_TextH1mm_P1.27mm_Named_LowerMirrored
-Layer marker, 10 layers, layer names, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_12_16.5x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 12 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_12_16.5x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 12 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_12_16.5x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 12 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_14_19.1x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 14 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_14_19.1x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 14 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_14_19.1x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 14 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_16_21.6x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 16 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_16_21.6x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 16 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_16_21.6x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 16 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_18_24.1x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 18 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_18_24.1x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 18 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_18_24.1x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 18 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_20_26.7x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 20 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_20_26.7x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 20 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_20_26.7x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 20 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_22_29.2x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 22 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_22_29.2x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 22 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_22_29.2x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 22 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_24_31.8x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 24 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_24_31.8x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 24 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_24_31.8x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 24 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_26_34.3x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 26 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_26_34.3x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 26 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_26_34.3x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 26 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_28_36.8x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 28 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_28_36.8x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 28 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_28_36.8x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 28 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_30_39.4x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 30 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_30_39.4x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 30 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_30_39.4x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 30 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_32_41.9x2.54mm_TextH1mm_P1.27mm_AlNum
-Layer marker, 32 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_32_41.9x2.54mm_TextH1mm_P1.27mm_AlNum_BottomMirrored
-Layer marker, 32 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-0
-0
-0
-Symbol
-LayerMarker_32_41.9x2.54mm_TextH1mm_P1.27mm_AlNum_LowerMirrored
-Layer marker, 32 layers, alphanumeric ordinals, text size 1mm, pitch 1.27mm, margin 1.27mm
-layer order identification numbering
-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
-Smolhaj_Scale_0.1
-BLÅHAJ , smol 50cm nominal, 1:10 scale (56mm Snoot-Flosse), MPN 205.406.63 (https://www.ikea.com/gb/en/p/blahaj-soft-toy-baby-shark-20540663/)
-Ikea Smol Haj
-0
-0
-0
-Symbol
-Symbol_Attention_Triangle_8x7mm_Copper
-Symbol, Attention, 8x7mm, copper layer
-warning graphic
-0
-0
-0
-Symbol
-Symbol_Attention_Triangle_17x15mm_Copper
-Symbol, attention, 17x15mm, copper layer
-warning graphic
-0
-0
-0
-Symbol
-Symbol_Barrel_Polarity
-Barrel connector polarity indicator
-barrel polarity
-0
-0
-0
-Symbol
-Symbol_CC-Attribution_CopperTop_Big
-Creative Commons symbol, CC-BY, copper layer, 10mm
-attribution license graphic
-0
-0
-0
-Symbol
-Symbol_CC-Attribution_CopperTop_Small
-Creative Commons symbol, CC-BY, copper layer, 5mm
-
-0
-0
-0
-Symbol
-Symbol_CC-Noncommercial_CopperTop_Big
-Creative Commons symbol, CC-NC, copper layer, 10mm
-noncommercial non-commercial license graphic
-0
-0
-0
-Symbol
-Symbol_CC-Noncommercial_CopperTop_Small
-Creative Commons symbol, CC-NC, copper layer, 5mm
-noncommercial non-commercial license graphic
-0
-0
-0
-Symbol
-Symbol_CC-PublicDomain_CopperTop_Big
-Creative Commons symbol, CC0, copper layer, 10mm
-public domain license graphic
-0
-0
-0
-Symbol
-Symbol_CC-PublicDomain_CopperTop_Small
-Creative Commons symbol, CC0, copper layer, 10mm
-public domain license graphic
-0
-0
-0
-Symbol
-Symbol_CC-PublicDomain_SilkScreenTop_Big
-Creative Commons symbol, CC0, silkscreen layer, 10mm
-public domain license graphic
-0
-0
-0
-Symbol
-Symbol_CC-ShareAlike_CopperTop_Big
-Creative Commons symbol, CC-SA, copper layer, 10mm
-share-alike license graphic
-0
-0
-0
-Symbol
-Symbol_CC-ShareAlike_CopperTop_Small
-Creative Commons symbol, CC-SA, copper layer, 5mm
-share-alike license graphic
-0
-0
-0
-Symbol
-Symbol_CreativeCommonsPublicDomain_CopperTop_Small
-Creative Commons symbol, CC0, with words, copper layer, 10mm
-public domain license graphic
-0
-0
-0
-Symbol
-Symbol_CreativeCommonsPublicDomain_SilkScreenTop_Small
-Creative Commons symbol, CC0, with words, silkscreen layer, 10mm
-public domain license graphic
-0
-0
-0
-Symbol
-Symbol_CreativeCommons_CopperTop_Type1_Big
-Creative Commons symbol, CC, with words, copper layer, 10mm
-license graphic
-0
-0
-0
-Symbol
-Symbol_CreativeCommons_CopperTop_Type2_Big
-Creative Commons symbol, CC, copper layer, 10mm
-license graphic
-0
-0
-0
-Symbol
-Symbol_CreativeCommons_CopperTop_Type2_Small
-Creative Commons symbol, CC, copper layer, 5mm
-license graphic
-0
-0
-0
-Symbol
-Symbol_CreativeCommons_SilkScreenTop_Type2_Big
-Creative Commons symbol, CC0, silkscreen layer, 10mm
-license graphic
-0
-0
-0
-Symbol
-Symbol_Danger_8x8mm_Copper
-Danger symbol, 8x8mm, copper layer
-warning graphic
-0
-0
-0
-Symbol
-Symbol_Danger_18x16mm_Copper
-Danger symbol, 18x16mm, copper layer
-warning graphic
-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_NoTriangle_2x5mm_Copper
-High voltage symbol, no triangle, 2x5mm, copper layer
-warning graphic
-0
-0
-0
-Symbol
-Symbol_HighVoltage_NoTriangle_6x15mm_Copper
-High voltage symbol, no triangle, 6x15mm, copper layer
-warning graphic
-0
-0
-0
-Symbol
-Symbol_HighVoltage_Triangle_6x6mm_Copper
-High voltage symbol, in triangle, 6x6mm, copper layer
-warning graphic
-0
-0
-0
-Symbol
-Symbol_HighVoltage_Triangle_8x7mm_Copper
-High voltage symbol, in triangle, 8x7mm, copper layer
-warning graphic
-0
-0
-0
-Symbol
-Symbol_HighVoltage_Triangle_17x15mm_Copper
-High voltage symbol, in triangle, 17x15mm, copper layer
-warning graphic
-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 https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32012L0019#page=29
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_5.6x8mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32012L0019#page=29
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_8.4x12mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32012L0019#page=29
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_14x20mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32012L0019#page=29
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_21x30mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32012L0019#page=29
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_28.1x40mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32012L0019#page=29
-Logo WEEE
-0
-0
-0
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-02P_1x02_P5.00mm
-terminal block MaiXu MX126-5.0-02P, 2 pins, pitch 5mm, size 10.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-02P pitch 5mm size 10.5x7.8mm drill 1.3mm pad 2.8mm
-0
-2
-2
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-03P_1x03_P5.00mm
-terminal block MaiXu MX126-5.0-03P, 3 pins, pitch 5mm, size 15.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-03P pitch 5mm size 15.5x7.8mm drill 1.3mm pad 2.8mm
-0
-3
-3
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-04P_1x04_P5.00mm
-terminal block MaiXu MX126-5.0-04P, 4 pins, pitch 5mm, size 20.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-04P pitch 5mm size 20.5x7.8mm drill 1.3mm pad 2.8mm
-0
-4
-4
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-05P_1x05_P5.00mm
-terminal block MaiXu MX126-5.0-05P, 5 pins, pitch 5mm, size 25.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-05P pitch 5mm size 25.5x7.8mm drill 1.3mm pad 2.8mm
-0
-5
-5
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-06P_1x06_P5.00mm
-terminal block MaiXu MX126-5.0-06P, 6 pins, pitch 5mm, size 30.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-06P pitch 5mm size 30.5x7.8mm drill 1.3mm pad 2.8mm
-0
-6
-6
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-07P_1x07_P5.00mm
-terminal block MaiXu MX126-5.0-07P, 7 pins, pitch 5mm, size 35.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-07P pitch 5mm size 35.5x7.8mm drill 1.3mm pad 2.8mm
-0
-7
-7
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-08P_1x08_P5.00mm
-terminal block MaiXu MX126-5.0-08P, 8 pins, pitch 5mm, size 40.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-08P pitch 5mm size 40.5x7.8mm drill 1.3mm pad 2.8mm
-0
-8
-8
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-09P_1x09_P5.00mm
-terminal block MaiXu MX126-5.0-09P, 9 pins, pitch 5mm, size 45.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-09P pitch 5mm size 45.5x7.8mm drill 1.3mm pad 2.8mm
-0
-9
-9
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-10P_1x10_P5.00mm
-terminal block MaiXu MX126-5.0-10P, 10 pins, pitch 5mm, size 50.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-10P pitch 5mm size 50.5x7.8mm drill 1.3mm pad 2.8mm
-0
-10
-10
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-11P_1x11_P5.00mm
-terminal block MaiXu MX126-5.0-11P, 11 pins, pitch 5mm, size 55.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-11P pitch 5mm size 55.5x7.8mm drill 1.3mm pad 2.8mm
-0
-11
-11
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-12P_1x12_P5.00mm
-terminal block MaiXu MX126-5.0-12P, 12 pins, pitch 5mm, size 60.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-12P pitch 5mm size 60.5x7.8mm drill 1.3mm pad 2.8mm
-0
-12
-12
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-13P_1x13_P5.00mm
-terminal block MaiXu MX126-5.0-13P, 13 pins, pitch 5mm, size 65.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-13P pitch 5mm size 65.5x7.8mm drill 1.3mm pad 2.8mm
-0
-13
-13
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-14P_1x14_P5.00mm
-terminal block MaiXu MX126-5.0-14P, 14 pins, pitch 5mm, size 70.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-14P pitch 5mm size 70.5x7.8mm drill 1.3mm pad 2.8mm
-0
-14
-14
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-15P_1x15_P5.00mm
-terminal block MaiXu MX126-5.0-15P, 15 pins, pitch 5mm, size 75.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-15P pitch 5mm size 75.5x7.8mm drill 1.3mm pad 2.8mm
-0
-15
-15
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-16P_1x16_P5.00mm
-terminal block MaiXu MX126-5.0-16P, 16 pins, pitch 5mm, size 80.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-16P pitch 5mm size 80.5x7.8mm drill 1.3mm pad 2.8mm
-0
-16
-16
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-17P_1x17_P5.00mm
-terminal block MaiXu MX126-5.0-17P, 17 pins, pitch 5mm, size 85.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-17P pitch 5mm size 85.5x7.8mm drill 1.3mm pad 2.8mm
-0
-17
-17
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-18P_1x18_P5.00mm
-terminal block MaiXu MX126-5.0-18P, 18 pins, pitch 5mm, size 90.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-18P pitch 5mm size 90.5x7.8mm drill 1.3mm pad 2.8mm
-0
-18
-18
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-19P_1x19_P5.00mm
-terminal block MaiXu MX126-5.0-19P, 19 pins, pitch 5mm, size 95.5x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-19P pitch 5mm size 95.5x7.8mm drill 1.3mm pad 2.8mm
-0
-19
-19
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-20P_1x20_P5.00mm
-terminal block MaiXu MX126-5.0-20P, 20 pins, pitch 5mm, size 100x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-20P pitch 5mm size 100x7.8mm drill 1.3mm pad 2.8mm
-0
-20
-20
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-21P_1x21_P5.00mm
-terminal block MaiXu MX126-5.0-21P, 21 pins, pitch 5mm, size 106x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-21P pitch 5mm size 106x7.8mm drill 1.3mm pad 2.8mm
-0
-21
-21
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-22P_1x22_P5.00mm
-terminal block MaiXu MX126-5.0-22P, 22 pins, pitch 5mm, size 110x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-22P pitch 5mm size 110x7.8mm drill 1.3mm pad 2.8mm
-0
-22
-22
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-23P_1x23_P5.00mm
-terminal block MaiXu MX126-5.0-23P, 23 pins, pitch 5mm, size 116x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-23P pitch 5mm size 116x7.8mm drill 1.3mm pad 2.8mm
-0
-23
-23
-TerminalBlock
-TerminalBlock_MaiXu_MX126-5.0-24P_1x24_P5.00mm
-terminal block MaiXu MX126-5.0-24P, 24 pins, pitch 5mm, size 120x7.8mm, drill diameter 1.3mm, pad diameter 2.8mm, https://www.lcsc.com/datasheet/lcsc_datasheet_2309150913_MAX-MX126-5-0-03P-GN01-Cu-S-A_C5188435.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MaiXu
-THT terminal block MaiXu MX126-5.0-24P pitch 5mm size 120x7.8mm drill 1.3mm pad 2.8mm
-0
-24
-24
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-2P_1x02_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-2P, 2 pins, pitch 2.54mm, size 5.58x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-2P pitch 2.54mm size 5.58x6.5mm drill 1.2mm pad 2mm
-0
-2
-2
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-3P_1x03_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-3P, 3 pins, pitch 2.54mm, size 8.12x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-3P pitch 2.54mm size 8.12x6.5mm drill 1.2mm pad 2mm
-0
-3
-3
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-4P_1x04_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-4P, 4 pins, pitch 2.54mm, size 10.7x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-4P pitch 2.54mm size 10.7x6.5mm drill 1.2mm pad 2mm
-0
-4
-4
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-5P_1x05_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-5P, 5 pins, pitch 2.54mm, size 13.2x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-5P pitch 2.54mm size 13.2x6.5mm drill 1.2mm pad 2mm
-0
-5
-5
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-6P_1x06_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-6P, 6 pins, pitch 2.54mm, size 15.7x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-6P pitch 2.54mm size 15.7x6.5mm drill 1.2mm pad 2mm
-0
-6
-6
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-7P_1x07_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-7P, 7 pins, pitch 2.54mm, size 18.3x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-7P pitch 2.54mm size 18.3x6.5mm drill 1.2mm pad 2mm
-0
-7
-7
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-8P_1x08_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-8P, 8 pins, pitch 2.54mm, size 20.8x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-8P pitch 2.54mm size 20.8x6.5mm drill 1.2mm pad 2mm
-0
-8
-8
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-9P_1x09_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-9P, 9 pins, pitch 2.54mm, size 23.4x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-9P pitch 2.54mm size 23.4x6.5mm drill 1.2mm pad 2mm
-0
-9
-9
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-10P_1x10_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-10P, 10 pins, pitch 2.54mm, size 25.9x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-10P pitch 2.54mm size 25.9x6.5mm drill 1.2mm pad 2mm
-0
-10
-10
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-11P_1x11_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-11P, 11 pins, pitch 2.54mm, size 28.4x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-11P pitch 2.54mm size 28.4x6.5mm drill 1.2mm pad 2mm
-0
-11
-11
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-12P_1x12_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-12P, 12 pins, pitch 2.54mm, size 31x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-12P pitch 2.54mm size 31x6.5mm drill 1.2mm pad 2mm
-0
-12
-12
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-13P_1x13_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-13P, 13 pins, pitch 2.54mm, size 33.5x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-13P pitch 2.54mm size 33.5x6.5mm drill 1.2mm pad 2mm
-0
-13
-13
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-14P_1x14_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-14P, 14 pins, pitch 2.54mm, size 36.1x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-14P pitch 2.54mm size 36.1x6.5mm drill 1.2mm pad 2mm
-0
-14
-14
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-15P_1x15_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-15P, 15 pins, pitch 2.54mm, size 38.6x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-15P pitch 2.54mm size 38.6x6.5mm drill 1.2mm pad 2mm
-0
-15
-15
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-16P_1x16_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-16P, 16 pins, pitch 2.54mm, size 41.1x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-16P pitch 2.54mm size 41.1x6.5mm drill 1.2mm pad 2mm
-0
-16
-16
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-17P_1x17_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-17P, 17 pins, pitch 2.54mm, size 43.7x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-17P pitch 2.54mm size 43.7x6.5mm drill 1.2mm pad 2mm
-0
-17
-17
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-18P_1x18_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-18P, 18 pins, pitch 2.54mm, size 46.2x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-18P pitch 2.54mm size 46.2x6.5mm drill 1.2mm pad 2mm
-0
-18
-18
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-19P_1x19_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-19P, 19 pins, pitch 2.54mm, size 48.8x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-19P pitch 2.54mm size 48.8x6.5mm drill 1.2mm pad 2mm
-0
-19
-19
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-20P_1x20_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-20P, 20 pins, pitch 2.54mm, size 51.3x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-20P pitch 2.54mm size 51.3x6.5mm drill 1.2mm pad 2mm
-0
-20
-20
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-21P_1x21_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-21P, 21 pins, pitch 2.54mm, size 53.8x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-21P pitch 2.54mm size 53.8x6.5mm drill 1.2mm pad 2mm
-0
-21
-21
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-22P_1x22_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-22P, 22 pins, pitch 2.54mm, size 56.4x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-22P pitch 2.54mm size 56.4x6.5mm drill 1.2mm pad 2mm
-0
-22
-22
-TerminalBlock
-TerminalBlock_Xinya_XY308-2.54-23P_1x23_P2.54mm_Horizontal
-Terminal Block Xinya XY308-2.54-23P, 23 pins, pitch 2.54mm, size 58.9x6.5mm, drill diameter 1.2mm, pad diameter 2mm, http://www.xinyaelectronic.com/product/xy308-254, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Xinya
-THT Terminal Block Xinya XY308-2.54-23P pitch 2.54mm size 58.9x6.5mm drill 1.2mm pad 2mm
-0
-23
-23
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x02_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 19963, 2 pins, pitch 3.5mm, size 7.7x7mm, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/19963.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 19963 pitch 3.5mm size 7.7x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10693.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10693 vertical pitch 3.5mm size 8x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/20193.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 20193 pitch 3.5mm size 11.2x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10694.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10694 vertical pitch 3.5mm size 11.5x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/20001.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 20001 pitch 3.5mm size 14.7x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10695.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10695 vertical pitch 3.5mm size 15x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/20223.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 20223 pitch 3.5mm size 18.2x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10696.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10696 vertical pitch 3.5mm size 18.5x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/19964.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 19964 pitch 3.5mm size 21.7x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10697.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10697 vertical pitch 3.5mm size 22x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/10684.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10684 pitch 3.5mm size 25.2x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10698.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10698 vertical pitch 3.5mm size 25.5x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/19965.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 19965 pitch 3.5mm size 28.7x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10699.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10699 vertical pitch 3.5mm size 29x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/10686.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10686 pitch 3.5mm size 32.2x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10700.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10700 vertical pitch 3.5mm size 32.5x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/10687.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10687 pitch 3.5mm size 35.7x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10701.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10701 vertical pitch 3.5mm size 36x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/10688.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10688 pitch 3.5mm size 39.2x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10702.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10702 vertical pitch 3.5mm size 39.5x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/10689.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10689 pitch 3.5mm size 42.7x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10703.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10703 vertical pitch 3.5mm size 43x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/10690.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10690 pitch 3.5mm size 46.2x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10704.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10704 vertical pitch 3.5mm size 46.5x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/10691.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10691 pitch 3.5mm size 49.7x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10705.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10705 vertical pitch 3.5mm size 50x8.3mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.4uconnector.com/online/object/4udrawing/10692.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10692 pitch 3.5mm size 53.2x7mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.4uconnector.com/online/object/4udrawing/10706.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10706 vertical pitch 3.5mm size 53.5x8.3mm drill 1.3mm pad 2.6mm
-0
-15
-15
-TerminalBlock_Altech
-Altech_AK100_1x02_P5.00mm
-Terminal block Altech AK100, 2 pins, pitch 5mm, size 10x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 10x9mm drill 1.3mm pad 3mm
-0
-2
-2
-TerminalBlock_Altech
-Altech_AK100_1x03_P5.00mm
-Terminal block Altech AK100, 3 pins, pitch 5mm, size 15x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 15x9mm drill 1.3mm pad 3mm
-0
-3
-3
-TerminalBlock_Altech
-Altech_AK100_1x04_P5.00mm
-Terminal block Altech AK100, 4 pins, pitch 5mm, size 20x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 20x9mm drill 1.3mm pad 3mm
-0
-4
-4
-TerminalBlock_Altech
-Altech_AK100_1x05_P5.00mm
-Terminal block Altech AK100, 5 pins, pitch 5mm, size 25x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 25x9mm drill 1.3mm pad 3mm
-0
-5
-5
-TerminalBlock_Altech
-Altech_AK100_1x06_P5.00mm
-Terminal block Altech AK100, 6 pins, pitch 5mm, size 30x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 30x9mm drill 1.3mm pad 3mm
-0
-6
-6
-TerminalBlock_Altech
-Altech_AK100_1x07_P5.00mm
-Terminal block Altech AK100, 7 pins, pitch 5mm, size 35x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 35x9mm drill 1.3mm pad 3mm
-0
-7
-7
-TerminalBlock_Altech
-Altech_AK100_1x08_P5.00mm
-Terminal block Altech AK100, 8 pins, pitch 5mm, size 40x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 40x9mm drill 1.3mm pad 3mm
-0
-8
-8
-TerminalBlock_Altech
-Altech_AK100_1x09_P5.00mm
-Terminal block Altech AK100, 9 pins, pitch 5mm, size 45x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 45x9mm drill 1.3mm pad 3mm
-0
-9
-9
-TerminalBlock_Altech
-Altech_AK100_1x10_P5.00mm
-Terminal block Altech AK100, 10 pins, pitch 5mm, size 50x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 50x9mm drill 1.3mm pad 3mm
-0
-10
-10
-TerminalBlock_Altech
-Altech_AK100_1x11_P5.00mm
-Terminal block Altech AK100, 11 pins, pitch 5mm, size 55x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 55x9mm drill 1.3mm pad 3mm
-0
-11
-11
-TerminalBlock_Altech
-Altech_AK100_1x12_P5.00mm
-Terminal block Altech AK100, 12 pins, pitch 5mm, size 60x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 60x9mm drill 1.3mm pad 3mm
-0
-12
-12
-TerminalBlock_Altech
-Altech_AK100_1x13_P5.00mm
-Terminal block Altech AK100, 13 pins, pitch 5mm, size 65x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 65x9mm drill 1.3mm pad 3mm
-0
-13
-13
-TerminalBlock_Altech
-Altech_AK100_1x14_P5.00mm
-Terminal block Altech AK100, 14 pins, pitch 5mm, size 70x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 70x9mm drill 1.3mm pad 3mm
-0
-14
-14
-TerminalBlock_Altech
-Altech_AK100_1x15_P5.00mm
-Terminal block Altech AK100, 15 pins, pitch 5mm, size 75x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 75x9mm drill 1.3mm pad 3mm
-0
-15
-15
-TerminalBlock_Altech
-Altech_AK100_1x16_P5.00mm
-Terminal block Altech AK100, 16 pins, pitch 5mm, size 80x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 80x9mm drill 1.3mm pad 3mm
-0
-16
-16
-TerminalBlock_Altech
-Altech_AK100_1x17_P5.00mm
-Terminal block Altech AK100, 17 pins, pitch 5mm, size 85x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 85x9mm drill 1.3mm pad 3mm
-0
-17
-17
-TerminalBlock_Altech
-Altech_AK100_1x18_P5.00mm
-Terminal block Altech AK100, 18 pins, pitch 5mm, size 90x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 90x9mm drill 1.3mm pad 3mm
-0
-18
-18
-TerminalBlock_Altech
-Altech_AK100_1x19_P5.00mm
-Terminal block Altech AK100, 19 pins, pitch 5mm, size 95x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 95x9mm drill 1.3mm pad 3mm
-0
-19
-19
-TerminalBlock_Altech
-Altech_AK100_1x20_P5.00mm
-Terminal block Altech AK100, 20 pins, pitch 5mm, size 100x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 100x9mm drill 1.3mm pad 3mm
-0
-20
-20
-TerminalBlock_Altech
-Altech_AK100_1x21_P5.00mm
-Terminal block Altech AK100, 21 pins, pitch 5mm, size 105x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 105x9mm drill 1.3mm pad 3mm
-0
-21
-21
-TerminalBlock_Altech
-Altech_AK100_1x22_P5.00mm
-Terminal block Altech AK100, 22 pins, pitch 5mm, size 110x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 110x9mm drill 1.3mm pad 3mm
-0
-22
-22
-TerminalBlock_Altech
-Altech_AK100_1x23_P5.00mm
-Terminal block Altech AK100, 23 pins, pitch 5mm, size 115x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 115x9mm drill 1.3mm pad 3mm
-0
-23
-23
-TerminalBlock_Altech
-Altech_AK100_1x24_P5.00mm
-Terminal block Altech AK100, 24 pins, pitch 5mm, size 120x9mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=3, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK100 pitch 5mm size 120x9mm drill 1.3mm pad 3mm
-0
-24
-24
-TerminalBlock_Altech
-Altech_AK300_1x02_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 10x12.5mm drill 1.3mm pad 3mm
-0
-2
-2
-TerminalBlock_Altech
-Altech_AK300_1x03_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 15x12.5mm drill 1.3mm pad 3mm
-0
-3
-3
-TerminalBlock_Altech
-Altech_AK300_1x04_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 20x12.5mm drill 1.3mm pad 3mm
-0
-4
-4
-TerminalBlock_Altech
-Altech_AK300_1x05_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 25x12.5mm drill 1.3mm pad 3mm
-0
-5
-5
-TerminalBlock_Altech
-Altech_AK300_1x06_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 30x12.5mm drill 1.3mm pad 3mm
-0
-6
-6
-TerminalBlock_Altech
-Altech_AK300_1x07_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 35x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 35x12.5mm drill 1.3mm pad 3mm
-0
-7
-7
-TerminalBlock_Altech
-Altech_AK300_1x08_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 40x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 40x12.5mm drill 1.3mm pad 3mm
-0
-8
-8
-TerminalBlock_Altech
-Altech_AK300_1x09_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 45x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 45x12.5mm drill 1.3mm pad 3mm
-0
-9
-9
-TerminalBlock_Altech
-Altech_AK300_1x10_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 50x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 50x12.5mm drill 1.3mm pad 3mm
-0
-10
-10
-TerminalBlock_Altech
-Altech_AK300_1x11_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 55x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 55x12.5mm drill 1.3mm pad 3mm
-0
-11
-11
-TerminalBlock_Altech
-Altech_AK300_1x12_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 60x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 60x12.5mm drill 1.3mm pad 3mm
-0
-12
-12
-TerminalBlock_Altech
-Altech_AK300_1x13_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 13 pins, pitch 5mm, size 65x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 65x12.5mm drill 1.3mm pad 3mm
-0
-13
-13
-TerminalBlock_Altech
-Altech_AK300_1x14_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 70x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 70x12.5mm drill 1.3mm pad 3mm
-0
-14
-14
-TerminalBlock_Altech
-Altech_AK300_1x15_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 15 pins, pitch 5mm, size 75x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 75x12.5mm drill 1.3mm pad 3mm
-0
-15
-15
-TerminalBlock_Altech
-Altech_AK300_1x16_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 80x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 80x12.5mm drill 1.3mm pad 3mm
-0
-16
-16
-TerminalBlock_Altech
-Altech_AK300_1x17_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 17 pins, pitch 5mm, size 85x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 85x12.5mm drill 1.3mm pad 3mm
-0
-17
-17
-TerminalBlock_Altech
-Altech_AK300_1x18_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 18 pins, pitch 5mm, size 90x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 90x12.5mm drill 1.3mm pad 3mm
-0
-18
-18
-TerminalBlock_Altech
-Altech_AK300_1x19_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 19 pins, pitch 5mm, size 95x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 95x12.5mm drill 1.3mm pad 3mm
-0
-19
-19
-TerminalBlock_Altech
-Altech_AK300_1x20_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 20 pins, pitch 5mm, size 100x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 100x12.5mm drill 1.3mm pad 3mm
-0
-20
-20
-TerminalBlock_Altech
-Altech_AK300_1x21_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 21 pins, pitch 5mm, size 105x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 105x12.5mm drill 1.3mm pad 3mm
-0
-21
-21
-TerminalBlock_Altech
-Altech_AK300_1x22_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 22 pins, pitch 5mm, size 110x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 110x12.5mm drill 1.3mm pad 3mm
-0
-22
-22
-TerminalBlock_Altech
-Altech_AK300_1x23_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 23 pins, pitch 5mm, size 115x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 115x12.5mm drill 1.3mm pad 3mm
-0
-23
-23
-TerminalBlock_Altech
-Altech_AK300_1x24_P5.00mm_45-Degree
-Terminal block Altech AK300, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 120x12.5mm, drill diameter 1.3mm, pad diameter 3mm, https://www.altechcorp.com/PDFS/PCBMETRC.PDF#page=5, generated with kicad-footprint-generator TerminalBlock_Altech
-THT Terminal block Altech AK300 45Degree pitch 5mm size 120x12.5mm drill 1.3mm pad 3mm
-0
-24
-24
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-02_1x02_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-02, 2 pins, pitch 5.08mm, size 10.8x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-02 pitch 5.08mm size 10.8x10.2mm drill 1.6mm pad 2.4mm
-0
-2
-2
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-03_1x03_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-03, 3 pins, pitch 5.08mm, size 15.8x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-03 pitch 5.08mm size 15.8x10.2mm drill 1.6mm pad 2.4mm
-0
-3
-3
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-04_1x04_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-04, 4 pins, pitch 5.08mm, size 20.9x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-04 pitch 5.08mm size 20.9x10.2mm drill 1.6mm pad 2.4mm
-0
-4
-4
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-05_1x05_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-05, 5 pins, pitch 5.08mm, size 26x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-05 pitch 5.08mm size 26x10.2mm drill 1.6mm pad 2.4mm
-0
-5
-5
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-06_1x06_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-06, 6 pins, pitch 5.08mm, size 31.1x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-06 pitch 5.08mm size 31.1x10.2mm drill 1.6mm pad 2.4mm
-0
-6
-6
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-07_1x07_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-07, 7 pins, pitch 5.08mm, size 36.2x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-07 pitch 5.08mm size 36.2x10.2mm drill 1.6mm pad 2.4mm
-0
-7
-7
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-08_1x08_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-08, 8 pins, pitch 5.08mm, size 41.2x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-08 pitch 5.08mm size 41.2x10.2mm drill 1.6mm pad 2.4mm
-0
-8
-8
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-09_1x09_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-09, 9 pins, pitch 5.08mm, size 46.3x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-09 pitch 5.08mm size 46.3x10.2mm drill 1.6mm pad 2.4mm
-0
-9
-9
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-10_1x10_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-10, 10 pins, pitch 5.08mm, size 51.4x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-10 pitch 5.08mm size 51.4x10.2mm drill 1.6mm pad 2.4mm
-0
-10
-10
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-11_1x11_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-11, 11 pins, pitch 5.08mm, size 56.5x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-11 pitch 5.08mm size 56.5x10.2mm drill 1.6mm pad 2.4mm
-0
-11
-11
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-12_1x12_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-12, 12 pins, pitch 5.08mm, size 61.6x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-12 pitch 5.08mm size 61.6x10.2mm drill 1.6mm pad 2.4mm
-0
-12
-12
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-13_1x13_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-13, 13 pins, pitch 5.08mm, size 66.6x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-13 pitch 5.08mm size 66.6x10.2mm drill 1.6mm pad 2.4mm
-0
-13
-13
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-14_1x14_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-14, 14 pins, pitch 5.08mm, size 71.7x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-14 pitch 5.08mm size 71.7x10.2mm drill 1.6mm pad 2.4mm
-0
-14
-14
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-15_1x15_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-15, 15 pins, pitch 5.08mm, size 76.8x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-15 pitch 5.08mm size 76.8x10.2mm drill 1.6mm pad 2.4mm
-0
-15
-15
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-16_1x16_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-16, 16 pins, pitch 5.08mm, size 81.9x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-16 pitch 5.08mm size 81.9x10.2mm drill 1.6mm pad 2.4mm
-0
-16
-16
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-17_1x17_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-17, 17 pins, pitch 5.08mm, size 87x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-17 pitch 5.08mm size 87x10.2mm drill 1.6mm pad 2.4mm
-0
-17
-17
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-18_1x18_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-18, 18 pins, pitch 5.08mm, size 92x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-18 pitch 5.08mm size 92x10.2mm drill 1.6mm pad 2.4mm
-0
-18
-18
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-19_1x19_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-19, 19 pins, pitch 5.08mm, size 97.1x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-19 pitch 5.08mm size 97.1x10.2mm drill 1.6mm pad 2.4mm
-0
-19
-19
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-20_1x20_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-20, 20 pins, pitch 5.08mm, size 102x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-20 pitch 5.08mm size 102x10.2mm drill 1.6mm pad 2.4mm
-0
-20
-20
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-21_1x21_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-21, 21 pins, pitch 5.08mm, size 107x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-21 pitch 5.08mm size 107x10.2mm drill 1.6mm pad 2.4mm
-0
-21
-21
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-22_1x22_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-22, 22 pins, pitch 5.08mm, size 112x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-22 pitch 5.08mm size 112x10.2mm drill 1.6mm pad 2.4mm
-0
-22
-22
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-23_1x23_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-23, 23 pins, pitch 5.08mm, size 117x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-23 pitch 5.08mm size 117x10.2mm drill 1.6mm pad 2.4mm
-0
-23
-23
-TerminalBlock_CUI
-TerminalBlock_CUI_TB007-508-24_1x24_P5.08mm_Horizontal
-Terminal Block CUI TB007-508-24, 24 pins, pitch 5.08mm, size 123x10.2mm, drill diameter 1.6mm, pad diameter 2.4mm, https://www.cuidevices.com/product/resource/tb007-508.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_CUI
-THT Terminal Block CUI TB007-508-24 pitch 5.08mm size 123x10.2mm drill 1.6mm pad 2.4mm
-0
-24
-24
-TerminalBlock_Degson
-Degson_DG246-3.81-03P
-DEGSON ELECTRONICS DG246 terminal block 2x3, https://www.degson.com/index.php?a=downloadFile&id=1090277
-connector terminal block
-0
-6
-3
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-01P_1x01_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-01P, 45Degree (cable under 45degree), 1 pins, pitch 3.5mm, size 5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-01P 45Degree pitch 3.5mm size 5x12mm drill 1.2mm pad 3mm
-0
-1
-1
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-02P_1x02_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-02P, 45Degree (cable under 45degree), 2 pins, pitch 3.5mm, size 8.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-02P 45Degree pitch 3.5mm size 8.5x12mm drill 1.2mm pad 3mm
-0
-2
-2
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-03P_1x03_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-03P, 45Degree (cable under 45degree), 3 pins, pitch 3.5mm, size 12x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-03P 45Degree pitch 3.5mm size 12x12mm drill 1.2mm pad 3mm
-0
-3
-3
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-04P_1x04_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-04P, 45Degree (cable under 45degree), 4 pins, pitch 3.5mm, size 15.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-04P 45Degree pitch 3.5mm size 15.5x12mm drill 1.2mm pad 3mm
-0
-4
-4
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-05P_1x05_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-05P, 45Degree (cable under 45degree), 5 pins, pitch 3.5mm, size 19x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-05P 45Degree pitch 3.5mm size 19x12mm drill 1.2mm pad 3mm
-0
-5
-5
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-06P_1x06_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-06P, 45Degree (cable under 45degree), 6 pins, pitch 3.5mm, size 22.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-06P 45Degree pitch 3.5mm size 22.5x12mm drill 1.2mm pad 3mm
-0
-6
-6
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-07P_1x07_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-07P, 45Degree (cable under 45degree), 7 pins, pitch 3.5mm, size 26x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-07P 45Degree pitch 3.5mm size 26x12mm drill 1.2mm pad 3mm
-0
-7
-7
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-08P_1x08_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-08P, 45Degree (cable under 45degree), 8 pins, pitch 3.5mm, size 29.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-08P 45Degree pitch 3.5mm size 29.5x12mm drill 1.2mm pad 3mm
-0
-8
-8
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-09P_1x09_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-09P, 45Degree (cable under 45degree), 9 pins, pitch 3.5mm, size 33x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-09P 45Degree pitch 3.5mm size 33x12mm drill 1.2mm pad 3mm
-0
-9
-9
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-10P_1x10_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-10P, 45Degree (cable under 45degree), 10 pins, pitch 3.5mm, size 36.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-10P 45Degree pitch 3.5mm size 36.5x12mm drill 1.2mm pad 3mm
-0
-10
-10
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-11P_1x11_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-11P, 45Degree (cable under 45degree), 11 pins, pitch 3.5mm, size 40x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-11P 45Degree pitch 3.5mm size 40x12mm drill 1.2mm pad 3mm
-0
-11
-11
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-12P_1x12_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-12P, 45Degree (cable under 45degree), 12 pins, pitch 3.5mm, size 43.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-12P 45Degree pitch 3.5mm size 43.5x12mm drill 1.2mm pad 3mm
-0
-12
-12
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-14P_1x14_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-14P, 45Degree (cable under 45degree), 14 pins, pitch 3.5mm, size 50.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-14P 45Degree pitch 3.5mm size 50.5x12mm drill 1.2mm pad 3mm
-0
-14
-14
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-15P_1x15_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-15P, 45Degree (cable under 45degree), 15 pins, pitch 3.5mm, size 54x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-15P 45Degree pitch 3.5mm size 54x12mm drill 1.2mm pad 3mm
-0
-15
-15
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-16P_1x16_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-16P, 45Degree (cable under 45degree), 16 pins, pitch 3.5mm, size 57.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-16P 45Degree pitch 3.5mm size 57.5x12mm drill 1.2mm pad 3mm
-0
-16
-16
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-18P_1x18_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-18P, 45Degree (cable under 45degree), 18 pins, pitch 3.5mm, size 64.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-18P 45Degree pitch 3.5mm size 64.5x12mm drill 1.2mm pad 3mm
-0
-18
-18
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-19P_1x19_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-19P, 45Degree (cable under 45degree), 19 pins, pitch 3.5mm, size 68x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-19P 45Degree pitch 3.5mm size 68x12mm drill 1.2mm pad 3mm
-0
-19
-19
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-20P_1x20_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-20P, 45Degree (cable under 45degree), 20 pins, pitch 3.5mm, size 71.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-20P 45Degree pitch 3.5mm size 71.5x12mm drill 1.2mm pad 3mm
-0
-20
-20
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-24P_1x24_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-24P, 45Degree (cable under 45degree), 24 pins, pitch 3.5mm, size 85.5x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-24P 45Degree pitch 3.5mm size 85.5x12mm drill 1.2mm pad 3mm
-0
-24
-24
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-44P_1x44_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-44P, 45Degree (cable under 45degree), 44 pins, pitch 3.5mm, size 156x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-44P 45Degree pitch 3.5mm size 156x12mm drill 1.2mm pad 3mm
-0
-44
-44
-TerminalBlock_Degson
-TerminalBlock_Degson_DG250-3.5-45P_1x45_P3.50mm_45Degree
-Terminal Block Degson DG250-3.5-45P, 45Degree (cable under 45degree), 45 pins, pitch 3.5mm, size 159x12mm, drill diameter 1.2mm, pad diameter 3mm, https://www.degson.com/content/details_552_879717.html?lang=en, generated with kicad-footprint-generator TerminalBlock_Degson
-THT Terminal Block Degson DG250-3.5-45P 45Degree pitch 3.5mm size 159x12mm drill 1.2mm pad 3mm
-0
-45
-45
-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, drill diameter 1.5mm, pad diameter 3mm, https://www.metz-connect.com/media/file/8a8a80ea6e17c2e6016e3b8ef7cd2d65.de.0/product_summary_u_contact_de_en_fr.pdf , script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360271 size 9x7.3mm 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, drill diameter 1.5mm, pad diameter 3mm, https://media.metz-connect.com/files/171/Data_sheet_360272.PDF , script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360272 size 4x4mm 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, drill diameter 1.5mm, pad diameter 3mm, https://media.metz-connect.com/files/171/Data_sheet_360273.PDF , script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360273 size 5x4mm 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, drill diameter 1.5mm, pad diameter 3mm, https://media.metz-connect.com/files/171/Data_sheet_360291.PDF , script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360291 size 9x7.3mm 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, drill diameter 1.5mm, pad diameter 3mm, https://media.metz-connect.com/files/171/Data_sheet_360322.PDF , script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360322 size 6x4mm 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, drill diameter 1.5mm, pad diameter 3mm, https://media.metz-connect.com/files/171/Data_sheet_360381.PDF , script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360381 size 5x5mm 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, drill diameter 1.5mm, pad diameter 3mm, https://media.metz-connect.com/files/171/Data_sheet_360410.PDF , script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360410 size 5x5mm 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, drill diameter 1.6mm, pad diameter 3.2mm, https://www.metz-connect.com/media/file/8a8a80ea6e17c2e6016e3b8ef7cd2d65.de.0/product_summary_u_contact_de_en_fr.pdf , script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360425 size 9x9mm drill 1.6mm pad 3.2mm
-0
-4
-1
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05502HBLC_1x02_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05502HBLC, 2 pins, pitch 5mm, size 10x10.5mm, drill diameter 1.4mm, pad diameter 2.8mm, https://americancableassemblies.com/content/metz/863188.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05502HBLC pitch 5mm size 10x10.5mm drill 1.4mm pad 2.8mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05503HBLC_1x03_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05503HBLC, 3 pins, pitch 5mm, size 15x10.5mm, drill diameter 1.4mm, pad diameter 2.8mm, https://americancableassemblies.com/content/metz/863188.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05503HBLC pitch 5mm size 15x10.5mm drill 1.4mm pad 2.8mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05504HBLC_1x04_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05504HBLC, 4 pins, pitch 5mm, size 20x10.5mm, drill diameter 1.4mm, pad diameter 2.8mm, https://americancableassemblies.com/content/metz/863188.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05504HBLC pitch 5mm size 20x10.5mm drill 1.4mm pad 2.8mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05505HBLC_1x05_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05505HBLC, 5 pins, pitch 5mm, size 25x10.5mm, drill diameter 1.4mm, pad diameter 2.8mm, https://americancableassemblies.com/content/metz/863188.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05505HBLC pitch 5mm size 25x10.5mm drill 1.4mm pad 2.8mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05506HBLC_1x06_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05506HBLC, 6 pins, pitch 5mm, size 30x10.5mm, drill diameter 1.4mm, pad diameter 2.8mm, https://americancableassemblies.com/content/metz/863188.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05506HBLC pitch 5mm size 30x10.5mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/310551/863212.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type055_RT01502HDWU pitch 5mm size 10x8mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/310551/863212.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type055_RT01503HDWU pitch 5mm size 15x8mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/310551/863212.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type055_RT01504HDWU pitch 5mm size 20x8mm 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, drill diameter 1.2mm, pad diameter 2.3mm, https://www.metz-connect.com/externalfiles/310591/863246.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06302HBWC pitch 3.5mm size 7x6.5mm 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, drill diameter 1.2mm, pad diameter 2.3mm, https://www.metz-connect.com/externalfiles/310591/863246.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06303HBWC pitch 3.5mm size 10.5x6.5mm 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, drill diameter 1.2mm, pad diameter 2.3mm, https://www.metz-connect.com/externalfiles/310591/863246.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06304HBWC pitch 3.5mm size 14x6.5mm 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, drill diameter 1.2mm, pad diameter 2.3mm, https://www.metz-connect.com/externalfiles/310591/863246.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06305HBWC pitch 3.5mm size 17.5x6.5mm 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, drill diameter 1.2mm, pad diameter 2.3mm, https://www.metz-connect.com/externalfiles/310591/863246.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06306HBWC pitch 3.5mm size 21x6.5mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310671/863296.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type067_RT01902HDWC pitch 10mm size 15.8x8.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310671/863296.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type067_RT01903HDWC pitch 10mm size 25.8x8.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310671/863296.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type067_RT01904HDWC pitch 10mm size 35.8x8.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310671/863296.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type067_RT01905HDWC pitch 10mm size 45.8x8.2mm 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, drill diameter 1.4mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310731/863336.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type073_RT02602HBLU pitch 5.08mm size 10.2x11mm 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, drill diameter 1.4mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310731/863336.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type073_RT02603HBLU pitch 5.08mm size 15.2x11mm 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, drill diameter 1.1mm, pad diameter 1.75mm, https://www.metz-connect.com/externalfiles/310861/863404.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03402HBLC pitch 3.81mm size 7.51x7.3mm drill 1.1mm pad 1.75mm
-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, drill diameter 1.1mm, pad diameter 1.75mm, https://www.metz-connect.com/externalfiles/310861/863404.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03403HBLC pitch 3.81mm size 11.3x7.3mm drill 1.1mm pad 1.75mm
-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, drill diameter 1.1mm, pad diameter 1.75mm, https://www.metz-connect.com/externalfiles/310861/863404.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03404HBLC pitch 3.81mm size 15.1x7.3mm drill 1.1mm pad 1.75mm
-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, drill diameter 1.1mm, pad diameter 1.75mm, https://www.metz-connect.com/externalfiles/310861/863404.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03405HBLC pitch 3.81mm size 18.9x7.3mm drill 1.1mm pad 1.75mm
-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, drill diameter 1.1mm, pad diameter 1.75mm, https://www.metz-connect.com/externalfiles/310861/863404.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03406HBLC pitch 3.81mm size 22.8x7.3mm drill 1.1mm pad 1.75mm
-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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310941/863441.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03502HBLU pitch 5mm size 10x8.3mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310941/863441.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03503HBLU pitch 5mm size 15x8.3mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310941/863441.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03504HBLU pitch 5mm size 20x8.3mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310941/863441.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03505HBLU pitch 5mm size 25x8.3mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/310941/863441.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03506HBLU pitch 5mm size 30x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311011/863468.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01602HBWC pitch 5.08mm size 10.2x8mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311011/863468.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01603HBWC pitch 5.08mm size 15.2x8mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311011/863468.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01604HBWC pitch 5.08mm size 20.3x8mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311011/863468.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01605HBWC pitch 5.08mm size 25.4x8mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311011/863468.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01606HBWC pitch 5.08mm size 30.5x8mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311711/863695.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13702HBWC pitch 7.5mm size 15x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311711/863695.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13703HBWC pitch 7.5mm size 22.5x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311711/863695.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13704HBWC pitch 7.5mm size 30x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311711/863695.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13705HBWC pitch 7.5mm size 37.5x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/311711/863695.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13706HBWC pitch 7.5mm size 45x9mm 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, drill diameter 1.4mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/311751/863710.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02702HBLC pitch 7.5mm size 15x11mm 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, drill diameter 1.4mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/311751/863710.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02703HBLC pitch 7.5mm size 22.5x11mm 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, drill diameter 1.4mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/311751/863710.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02704HBLC pitch 7.5mm size 30x11mm 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, drill diameter 1.4mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/311751/863710.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02705HBLC pitch 7.5mm size 37.5x11mm 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, drill diameter 1.4mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/311751/863710.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02706HBLC pitch 7.5mm size 45x11mm 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, drill diameter 1.4mm, pad diameter 2.7mm, https://www.metz-connect.com/externalfiles/312051/863728.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04502UBLC 45Degree pitch 5mm size 10x12.5mm 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, drill diameter 1.4mm, pad diameter 2.7mm, https://www.metz-connect.com/externalfiles/312051/863728.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04503UBLC 45Degree pitch 5mm size 15x12.5mm 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, drill diameter 1.4mm, pad diameter 2.7mm, https://www.metz-connect.com/externalfiles/312051/863728.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04504UBLC 45Degree pitch 5mm size 20x12.5mm 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, drill diameter 1.4mm, pad diameter 2.7mm, https://www.metz-connect.com/externalfiles/312051/863728.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04505UBLC 45Degree pitch 5mm size 25x12.5mm 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, drill diameter 1.4mm, pad diameter 2.7mm, https://www.metz-connect.com/externalfiles/312051/863728.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04506UBLC 45Degree pitch 5mm size 30x12.5mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/317011/863830.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type701_RT11L02HGLU pitch 6.35mm size 12.7x12.5mm 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, drill diameter 1.3mm, pad diameter 2.5mm, https://www.metz-connect.com/externalfiles/317011/863830.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type701_RT11L03HGLU pitch 6.35mm size 19x12.5mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/317031/863835.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type703_RT10N02HGLU pitch 9.52mm size 19x12.5mm 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, drill diameter 1.3mm, pad diameter 2.6mm, https://www.metz-connect.com/externalfiles/317031/863835.PDF, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type703_RT10N03HGLU pitch 9.52mm size 28.6x12.5mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Philmore
-THT Terminal Block Philmore pitch 5mm size 10x10.2mm 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, drill diameter 1.2mm, pad diameter 2.4mm, http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Philmore
-THT Terminal Block Philmore pitch 5mm size 15x10.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-2-5.08 pitch 5.08mm size 10.2x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-3-5.08 pitch 5.08mm size 15.2x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-3 pitch 5mm size 15x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-4-5.08 pitch 5.08mm size 20.3x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-5-5.08 pitch 5.08mm size 25.4x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-5 pitch 5mm size 25x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-6-5.08 pitch 5.08mm size 30.5x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-6 pitch 5mm size 30x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-7-5.08 pitch 5.08mm size 35.6x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-7 pitch 5mm size 35x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-8-5.08 pitch 5.08mm size 40.6x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-8 pitch 5mm size 40x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-9-5.08 pitch 5.08mm size 45.7x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-9 pitch 5mm size 45x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-10-5.08 pitch 5.08mm size 50.8x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-10 pitch 5mm size 50x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-11-5.08 pitch 5.08mm size 55.9x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-11 pitch 5mm size 55x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-12-5.08 pitch 5.08mm size 61x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-12 pitch 5mm size 60x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-13-5.08 pitch 5.08mm size 66x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-13 pitch 5mm size 65x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-14-5.08 pitch 5.08mm size 71.1x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-14 pitch 5mm size 70x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-15-5.08 pitch 5.08mm size 76.2x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-15 pitch 5mm size 75x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-16-5.08 pitch 5.08mm size 81.3x9.8mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/100425.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-16 pitch 5mm size 80x9.8mm drill 1.3mm pad 2.6mm
-0
-16
-16
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-2-3.81_1x02_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-2-3.81, 2 pins, pitch 3.81mm, size 7.61x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727010/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-2-3.81 pitch 3.81mm size 7.61x7.3mm drill 1.1mm pad 2mm
-0
-2
-2
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-3-3.81_1x03_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-3-3.81, 3 pins, pitch 3.81mm, size 11.4x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727023/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-3-3.81 pitch 3.81mm size 11.4x7.3mm drill 1.1mm pad 2mm
-0
-3
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-4-3.81_1x04_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-4-3.81, 4 pins, pitch 3.81mm, size 15.2x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727036/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-4-3.81 pitch 3.81mm size 15.2x7.3mm drill 1.1mm pad 2mm
-0
-4
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-5-3.81_1x05_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-5-3.81, 5 pins, pitch 3.81mm, size 19x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727049/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-5-3.81 pitch 3.81mm size 19x7.3mm drill 1.1mm pad 2mm
-0
-5
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-6-3.81_1x06_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-6-3.81, 6 pins, pitch 3.81mm, size 22.9x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727052/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-6-3.81 pitch 3.81mm size 22.9x7.3mm drill 1.1mm pad 2mm
-0
-6
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-7-3.81_1x07_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-7-3.81, 7 pins, pitch 3.81mm, size 26.7x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727065/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-7-3.81 pitch 3.81mm size 26.7x7.3mm drill 1.1mm pad 2mm
-0
-7
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-8-3.81_1x08_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-8-3.81, 8 pins, pitch 3.81mm, size 30.5x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727078/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-8-3.81 pitch 3.81mm size 30.5x7.3mm drill 1.1mm pad 2mm
-0
-8
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-9-3.81_1x09_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-9-3.81, 9 pins, pitch 3.81mm, size 34.3x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727081/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-9-3.81 pitch 3.81mm size 34.3x7.3mm drill 1.1mm pad 2mm
-0
-9
-9
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-10-3.81_1x10_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-10-3.81, 10 pins, pitch 3.81mm, size 38.1x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727094/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-10-3.81 pitch 3.81mm size 38.1x7.3mm drill 1.1mm pad 2mm
-0
-10
-10
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-11-3.81_1x11_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-11-3.81, 11 pins, pitch 3.81mm, size 41.9x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727104/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-11-3.81 pitch 3.81mm size 41.9x7.3mm drill 1.1mm pad 2mm
-0
-11
-11
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-12-3.81_1x12_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-12-3.81, 12 pins, pitch 3.81mm, size 45.7x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1727117/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-12-3.81 pitch 3.81mm size 45.7x7.3mm drill 1.1mm pad 2mm
-0
-12
-12
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1-13-3.81_1x13_P3.81mm_Horizontal
-Terminal Block Phoenix MKDS-1-13-3.81, 13 pins, pitch 3.81mm, size 49.5x7.3mm, drill diameter 1.1mm, pad diameter 2mm, http://www.phoenixcontact.com/us/products/1931754/pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1-13-3.81 pitch 3.81mm size 49.5x7.3mm drill 1.1mm pad 2mm
-0
-13
-13
-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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-2-5.08 pitch 5.08mm size 10.2x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-4-5.08 pitch 5.08mm size 20.3x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-5-5.08 pitch 5.08mm size 25.4x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-6-5.08 pitch 5.08mm size 30.5x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-7-5.08 pitch 5.08mm size 35.6x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-8-5.08 pitch 5.08mm size 40.6x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-9-5.08 pitch 5.08mm size 45.7x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-10-5.08 pitch 5.08mm size 50.8x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-11-5.08 pitch 5.08mm size 55.9x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-12-5.08 pitch 5.08mm size 61x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-13-5.08 pitch 5.08mm size 66x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-14-5.08 pitch 5.08mm size 71.1x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-15-5.08 pitch 5.08mm size 76.2x11.2mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-16-5.08 pitch 5.08mm size 81.3x11.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-2-2.54 pitch 2.54mm size 5.54x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-3-2.54 pitch 2.54mm size 8.08x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-4-2.54 pitch 2.54mm size 10.6x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-5-2.54 pitch 2.54mm size 13.2x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-6-2.54 pitch 2.54mm size 15.7x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-7-2.54 pitch 2.54mm size 18.2x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-8-2.54 pitch 2.54mm size 20.8x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-9-2.54 pitch 2.54mm size 23.3x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-10-2.54 pitch 2.54mm size 25.9x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-11-2.54 pitch 2.54mm size 28.4x6.2mm 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, drill diameter 1.1mm, pad diameter 2.2mm, http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-12-2.54 pitch 2.54mm size 30.9x6.2mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-2-5.0-H pitch 5mm size 10x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-3-3.5-H pitch 3.5mm size 10.5x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-3-5.0-H pitch 5mm size 15x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-4-3.5-H pitch 3.5mm size 14x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-4-5.0-H pitch 5mm size 20x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-5-3.5-H pitch 3.5mm size 17.5x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-5-5.0-H pitch 5mm size 25x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-6-3.5-H pitch 3.5mm size 21x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-6-5.0-H pitch 5mm size 30x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-7-3.5-H pitch 3.5mm size 24.5x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-7-5.0-H pitch 5mm size 35x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-8-3.5-H pitch 3.5mm size 28x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-8-5.0-H pitch 5mm size 40x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-9-3.5-H pitch 3.5mm size 31.5x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-9-5.0-H pitch 5mm size 45x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-10-3.5-H pitch 3.5mm size 35x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-10-5.0-H pitch 5mm size 50x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-11-3.5-H pitch 3.5mm size 38.5x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-11-5.0-H pitch 5mm size 55x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-12-3.5-H pitch 3.5mm size 42x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-12-5.0-H pitch 5mm size 60x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-13-3.5-H pitch 3.5mm size 45.5x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-13-5.0-H pitch 5mm size 65x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-14-3.5-H pitch 3.5mm size 49x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-14-5.0-H pitch 5mm size 70x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-15-3.5-H pitch 3.5mm size 52.5x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-15-5.0-H pitch 5mm size 75x9mm 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, drill diameter 1.2mm, pad diameter 2.4mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-16-3.5-H pitch 3.5mm size 56x7.6mm 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, drill diameter 1.3mm, pad diameter 2.6mm, http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-16-5.0-H pitch 5mm size 80x9mm 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, drill diameter 1.2mm, pad diameter 3mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR pitch 2.5mm size 7.2x10mm 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, drill diameter 1.2mm, pad diameter 2mm, http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR vertical pitch 2.5mm size 5.5x5mm 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, drill diameter 1.2mm, pad diameter 3mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR pitch 2.5mm size 9.7x10mm 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, drill diameter 1.2mm, pad diameter 2mm, http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR vertical pitch 2.5mm size 8x5mm 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, drill diameter 1.2mm, pad diameter 3mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR pitch 2.5mm size 12.2x10mm 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, drill diameter 1.2mm, pad diameter 2mm, http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR vertical pitch 2.5mm size 10.5x5mm 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, drill diameter 1.2mm, pad diameter 3mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR pitch 2.5mm size 14.7x10mm 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, drill diameter 1.2mm, pad diameter 2mm, http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR vertical pitch 2.5mm size 13x5mm 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, drill diameter 1.2mm, pad diameter 3mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR pitch 2.5mm size 17.2x10mm 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, drill diameter 1.2mm, pad diameter 2mm, http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR vertical pitch 2.5mm size 15.5x5mm 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, drill diameter 1.2mm, pad diameter 3mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR pitch 2.5mm size 19.7x10mm 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, drill diameter 1.2mm, pad diameter 2mm, http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR vertical pitch 2.5mm size 18x5mm 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, drill diameter 1.2mm, pad diameter 3mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR pitch 2.5mm size 22.2x10mm 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, drill diameter 1.2mm, pad diameter 2mm, http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR vertical pitch 2.5mm size 20.5x5mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00001 pitch 5mm size 10x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00002 pitch 5mm size 15x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00003 pitch 5mm size 20x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00004 pitch 5mm size 25x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00005 pitch 5mm size 30x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00006 pitch 5mm size 35x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00007 pitch 5mm size 40x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00008 pitch 5mm size 45x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00009 pitch 5mm size 50x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00010 pitch 5mm size 55x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00011 pitch 5mm size 60x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00012 pitch 5mm size 10x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00013 pitch 5mm size 15x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00014 pitch 5mm size 20x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00015 pitch 5mm size 25x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00016 pitch 5mm size 30x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00017 pitch 5mm size 35x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00018 pitch 5mm size 40x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00019 pitch 5mm size 45x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00020 pitch 5mm size 50x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00021 pitch 5mm size 55x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00022 pitch 5mm size 60x7.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00023 pitch 10mm size 15x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00024 pitch 10mm size 25x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00025 pitch 10mm size 35x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00026 pitch 10mm size 45x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00027 pitch 10mm size 55x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00028 pitch 10mm size 65x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00029 pitch 10mm size 75x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00030 pitch 10mm size 85x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00031 pitch 10mm size 95x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00032 pitch 10mm size 105x9mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00033 pitch 10mm size 115x9mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00045 pitch 5mm size 10x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00046 pitch 5mm size 15x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00047 pitch 5mm size 20x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00048 pitch 5mm size 25x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00049 pitch 5mm size 30x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00050 pitch 5mm size 35x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00051 pitch 5mm size 40x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00052 pitch 5mm size 45x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00053 pitch 5mm size 50x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00054 pitch 5mm size 55x8.1mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00055 pitch 5mm size 60x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00056 45Degree pitch 5mm size 10x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00057 45Degree pitch 5mm size 15x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00058 45Degree pitch 5mm size 20x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00059 45Degree pitch 5mm size 25x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00060 45Degree pitch 5mm size 30x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00061 45Degree pitch 5mm size 35x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00062 45Degree pitch 5mm size 40x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00063 45Degree pitch 5mm size 45x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00064 45Degree pitch 5mm size 50x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00065 45Degree pitch 5mm size 55x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00066 45Degree pitch 5mm size 60x12.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00067 pitch 7.5mm size 15x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00068 pitch 7.5mm size 22.5x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00069 pitch 7.5mm size 30x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00070 pitch 7.5mm size 37.5x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00071 pitch 7.5mm size 45x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00072 pitch 7.5mm size 52.5x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00073 pitch 7.5mm size 60x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00074 pitch 7.5mm size 67.5x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00075 pitch 7.5mm size 75x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00076 pitch 7.5mm size 82.5x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00077 pitch 7.5mm size 90x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00078 pitch 10mm size 15x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00079 pitch 10mm size 25x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00080 pitch 10mm size 35x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00081 pitch 10mm size 45x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00082 pitch 10mm size 55x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00083 pitch 10mm size 65x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00084 pitch 10mm size 75x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00085 pitch 10mm size 85x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00086 pitch 10mm size 95x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00087 pitch 10mm size 105x10.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00088 pitch 10mm size 115x10.3mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00232 pitch 5.08mm size 10.2x8.45mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00233 pitch 5.08mm size 15.2x8.45mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00234 pitch 5.08mm size 20.3x8.45mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00235 pitch 5.08mm size 25.4x8.45mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00236 pitch 5.08mm size 30.5x8.45mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00237 pitch 5.08mm size 35.6x8.45mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00238 pitch 5.08mm size 40.6x8.45mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00239 pitch 5.08mm size 45.7x8.45mm 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, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00240 pitch 5.08mm size 50.8x8.45mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00241 pitch 10.2mm size 15.2x8.3mm drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00241_1x11_P5.08mm_Horizontal
-terminal block RND 205-00241, 11 pins, pitch 5.08mm, size 55.9x8.45mm, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00241 pitch 5.08mm size 55.9x8.45mm drill 1.1mm pad 2.1mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00242_1x03_P10.16mm_Horizontal
-terminal block RND 205-00242, 3 pins, pitch 10.2mm, size 25.4x8.3mm, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00242 pitch 10.2mm size 25.4x8.3mm drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00242_1x12_P5.08mm_Horizontal
-terminal block RND 205-00242, 12 pins, pitch 5.08mm, size 61x8.45mm, drill diameter 1.1mm, pad diameter 2.1mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00242 pitch 5.08mm size 61x8.45mm drill 1.1mm pad 2.1mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00243_1x04_P10.16mm_Horizontal
-terminal block RND 205-00243, 4 pins, pitch 10.2mm, size 35.6x8.3mm, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00243 pitch 10.2mm size 35.6x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00244 pitch 10.2mm size 45.7x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00245 pitch 10.2mm size 55.9x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00246 pitch 10.2mm size 66x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00247 pitch 10.2mm size 76.2x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00248 pitch 10.2mm size 86.4x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00249 pitch 10.2mm size 96.5x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00250 pitch 10.2mm size 107x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00251 pitch 10.2mm size 117x8.3mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00078 vertical pitch 5mm size 10x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00079 vertical pitch 5mm size 15x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00080 vertical pitch 5mm size 20x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00081 vertical pitch 5mm size 25x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00082 vertical pitch 5mm size 30x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00083 vertical pitch 5mm size 35x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00084 vertical pitch 5mm size 40x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00085 vertical pitch 5mm size 45x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00086 vertical pitch 5mm size 50x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00087 vertical pitch 5mm size 55x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00088 vertical pitch 5mm size 60x10mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00287 pitch 5.08mm size 10.2x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00288 pitch 5.08mm size 15.2x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00289 pitch 5.08mm size 20.3x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00290 pitch 5.08mm size 25.4x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00291 pitch 5.08mm size 30.5x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00292 pitch 5.08mm size 35.6x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00293 pitch 5.08mm size 40.6x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00294 pitch 5.08mm size 45.7x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00295 pitch 5.08mm size 50.8x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00296 pitch 5.08mm size 55.9x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00297 pitch 5.08mm size 61x10.6mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00298 pitch 10mm size 15x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00299 pitch 10mm size 25x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00300 pitch 10mm size 35x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00301 pitch 10mm size 45x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00302 pitch 10mm size 55x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00303 pitch 10mm size 65x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00304 pitch 10mm size 75x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00305 pitch 10mm size 85x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00306 pitch 10mm size 95x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00307 pitch 10mm size 105x8.1mm 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, drill diameter 1.3mm, pad diameter 2.5mm, http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_RND
-THT terminal block RND 205-00308 pitch 10mm size 115x8.1mm 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.9x6.5mm, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 1-282834-0 pitch 2.54mm size 25.9x6.5mm 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, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 1-282834-1 pitch 2.54mm size 28.4x6.5mm 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.9x6.5mm, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 1-282834-2 pitch 2.54mm size 30.9x6.5mm 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, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-2 pitch 2.54mm size 5.54x6.5mm 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, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-3 pitch 2.54mm size 8.08x6.5mm 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.6x6.5mm, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-4 pitch 2.54mm size 10.6x6.5mm 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.2x6.5mm, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-5 pitch 2.54mm size 13.2x6.5mm 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, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-6 pitch 2.54mm size 15.7x6.5mm 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.2x6.5mm, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-7 pitch 2.54mm size 18.2x6.5mm 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.8x6.5mm, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-8 pitch 2.54mm size 20.8x6.5mm 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.3x6.5mm, drill diameter 1.1mm, pad diameter 2.1mm, 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://gitlab.com/kicad/libraries/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-9 pitch 2.54mm size 23.3x6.5mm drill 1.1mm pad 2.1mm
-0
-9
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-502_2x02_P2.54mm
-Terminal Block Wago 233-502, 2 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-502
-THT
-0
-4
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-503_2x03_P2.54mm
-Terminal Block Wago 233-503, 3 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-503
-THT
-0
-6
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-504_2x04_P2.54mm
-Terminal Block Wago 233-504, 4 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-504
-THT
-0
-8
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-505_2x05_P2.54mm
-Terminal Block Wago 233-505, 5 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-505
-THT
-0
-10
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-506_2x06_P2.54mm
-Terminal Block Wago 233-506, 6 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-506
-THT
-0
-12
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-507_2x07_P2.54mm
-Terminal Block Wago 233-507, 7 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-507
-THT
-0
-14
-7
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-508_2x08_P2.54mm
-Terminal Block Wago 233-508, 8 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-508
-THT
-0
-16
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-509_2x09_P2.54mm
-Terminal Block Wago 233-509, 9 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-509
-THT
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-510_2x10_P2.54mm
-Terminal Block Wago 233-510, 10 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-510
-THT
-0
-20
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_233-512_2x12_P2.54mm
-Terminal Block Wago 233-512, 12 pins, pitch 2.54 mm, https://www.wago.com/de/leiterplattenanschluss/klemmenleiste-fuer-leiterplatten/p/233-512
-THT
-0
-24
-12
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-101 45Degree pitch 5mm size 7.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-102 45Degree pitch 5mm size 12.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-103 45Degree pitch 5mm size 17.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-104 45Degree pitch 5mm size 22.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-105 45Degree pitch 5mm size 27.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-106 45Degree pitch 5mm size 32.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-107 45Degree pitch 5mm size 37.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-108 45Degree pitch 5mm size 42.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-109 45Degree pitch 5mm size 47.3x14mm drill 1.15mm pad 3mm
-0
-9
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-110_1x10_P5.00mm_45Degree
-Terminal Block WAGO 236-110, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 52.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-110 45Degree pitch 5mm size 52.3x14mm drill 1.15mm pad 3mm
-0
-10
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-111_1x11_P5.00mm_45Degree
-Terminal Block WAGO 236-111, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 57.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-111 45Degree pitch 5mm size 57.3x14mm drill 1.15mm pad 3mm
-0
-11
-11
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-112 45Degree pitch 5mm size 62.3x14mm drill 1.15mm pad 3mm
-0
-12
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-113_1x13_P5.00mm_45Degree
-Terminal Block WAGO 236-113, 45Degree (cable under 45degree), 13 pins, pitch 5mm, size 67.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-113 45Degree pitch 5mm size 67.3x14mm drill 1.15mm pad 3mm
-0
-13
-13
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-114 45Degree pitch 5mm size 72.3x14mm drill 1.15mm pad 3mm
-0
-14
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-115_1x15_P5.00mm_45Degree
-Terminal Block WAGO 236-115, 45Degree (cable under 45degree), 15 pins, pitch 5mm, size 77.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-115 45Degree pitch 5mm size 77.3x14mm drill 1.15mm pad 3mm
-0
-15
-15
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-116 45Degree pitch 5mm size 82.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-124 45Degree pitch 5mm size 122x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-136 45Degree pitch 5mm size 182x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-148 45Degree pitch 5mm size 242x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-201 45Degree pitch 7.5mm size 9.8x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-202 45Degree pitch 7.5mm size 17.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-203 45Degree pitch 7.5mm size 24.8x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-204 45Degree pitch 7.5mm size 32.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-205 45Degree pitch 7.5mm size 39.8x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-206 45Degree pitch 7.5mm size 47.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-207 45Degree pitch 7.5mm size 54.8x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-208 45Degree pitch 7.5mm size 62.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-209 45Degree pitch 7.5mm size 69.8x14mm drill 1.15mm pad 3mm
-0
-9
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-210_1x10_P7.50mm_45Degree
-Terminal Block WAGO 236-210, 45Degree (cable under 45degree), 10 pins, pitch 7.5mm, size 77.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-210 45Degree pitch 7.5mm size 77.3x14mm drill 1.15mm pad 3mm
-0
-10
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-211_1x11_P7.50mm_45Degree
-Terminal Block WAGO 236-211, 45Degree (cable under 45degree), 11 pins, pitch 7.5mm, size 84.8x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-211 45Degree pitch 7.5mm size 84.8x14mm drill 1.15mm pad 3mm
-0
-11
-11
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-212 45Degree pitch 7.5mm size 92.3x14mm drill 1.15mm pad 3mm
-0
-12
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-213_1x13_P7.50mm_45Degree
-Terminal Block WAGO 236-213, 45Degree (cable under 45degree), 13 pins, pitch 7.5mm, size 99.8x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-213 45Degree pitch 7.5mm size 99.8x14mm drill 1.15mm pad 3mm
-0
-13
-13
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-214_1x14_P7.50mm_45Degree
-Terminal Block WAGO 236-214, 45Degree (cable under 45degree), 14 pins, pitch 7.5mm, size 107x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-214 45Degree pitch 7.5mm size 107x14mm drill 1.15mm pad 3mm
-0
-14
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-215_1x15_P7.50mm_45Degree
-Terminal Block WAGO 236-215, 45Degree (cable under 45degree), 15 pins, pitch 7.5mm, size 115x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-215 45Degree pitch 7.5mm size 115x14mm drill 1.15mm pad 3mm
-0
-15
-15
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-216 45Degree pitch 7.5mm size 122x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-224 45Degree pitch 7.5mm size 182x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-301 45Degree pitch 10mm size 12.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-302 45Degree pitch 10mm size 22.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-303 45Degree pitch 10mm size 32.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-304 45Degree pitch 10mm size 42.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-305 45Degree pitch 10mm size 52.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-306 45Degree pitch 10mm size 62.3x14mm drill 1.15mm pad 3mm
-0
-6
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-307_1x07_P10.00mm_45Degree
-Terminal Block WAGO 236-307, 45Degree (cable under 45degree), 7 pins, pitch 10mm, size 72.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-307 45Degree pitch 10mm size 72.3x14mm drill 1.15mm pad 3mm
-0
-7
-7
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-308 45Degree pitch 10mm size 82.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-309 45Degree pitch 10mm size 92.3x14mm drill 1.15mm pad 3mm
-0
-9
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-310_1x10_P10.00mm_45Degree
-Terminal Block WAGO 236-310, 45Degree (cable under 45degree), 10 pins, pitch 10mm, size 102x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-310 45Degree pitch 10mm size 102x14mm drill 1.15mm pad 3mm
-0
-10
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-311_1x11_P10.00mm_45Degree
-Terminal Block WAGO 236-311, 45Degree (cable under 45degree), 11 pins, pitch 10mm, size 112x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-311 45Degree pitch 10mm size 112x14mm drill 1.15mm pad 3mm
-0
-11
-11
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-312 45Degree pitch 10mm size 122x14mm drill 1.15mm pad 3mm
-0
-12
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-313_1x13_P10.00mm_45Degree
-Terminal Block WAGO 236-313, 45Degree (cable under 45degree), 13 pins, pitch 10mm, size 132x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-313 45Degree pitch 10mm size 132x14mm drill 1.15mm pad 3mm
-0
-13
-13
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-314_1x14_P10.00mm_45Degree
-Terminal Block WAGO 236-314, 45Degree (cable under 45degree), 14 pins, pitch 10mm, size 142x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-314 45Degree pitch 10mm size 142x14mm drill 1.15mm pad 3mm
-0
-14
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-315_1x15_P10.00mm_45Degree
-Terminal Block WAGO 236-315, 45Degree (cable under 45degree), 15 pins, pitch 10mm, size 152x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-315 45Degree pitch 10mm size 152x14mm drill 1.15mm pad 3mm
-0
-15
-15
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-316 45Degree pitch 10mm size 162x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-324 45Degree pitch 10mm size 242x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-401 45Degree pitch 5mm size 7.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-402 45Degree pitch 5mm size 12.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-403 45Degree pitch 5mm size 17.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-404 45Degree pitch 5mm size 22.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-405 45Degree pitch 5mm size 27.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-406 45Degree pitch 5mm size 32.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-407 45Degree pitch 5mm size 37.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-408 45Degree pitch 5mm size 42.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-409 45Degree pitch 5mm size 47.3x14mm drill 1.15mm pad 3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-410_1x10_P5.00mm_45Degree
-Terminal Block WAGO 236-410, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 52.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-410 45Degree pitch 5mm size 52.3x14mm drill 1.15mm pad 3mm
-0
-20
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-411_1x11_P5.00mm_45Degree
-Terminal Block WAGO 236-411, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 57.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-411 45Degree pitch 5mm size 57.3x14mm drill 1.15mm pad 3mm
-0
-22
-11
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-412 45Degree pitch 5mm size 62.3x14mm drill 1.15mm pad 3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-413_1x13_P5.00mm_45Degree
-Terminal Block WAGO 236-413, 45Degree (cable under 45degree), 13 pins, pitch 5mm, size 67.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-413 45Degree pitch 5mm size 67.3x14mm drill 1.15mm pad 3mm
-0
-26
-13
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-414 45Degree pitch 5mm size 72.3x14mm drill 1.15mm pad 3mm
-0
-28
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-415_1x15_P5.00mm_45Degree
-Terminal Block WAGO 236-415, 45Degree (cable under 45degree), 15 pins, pitch 5mm, size 77.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-415 45Degree pitch 5mm size 77.3x14mm drill 1.15mm pad 3mm
-0
-30
-15
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-416 45Degree pitch 5mm size 82.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-424 45Degree pitch 5mm size 122x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-436 45Degree pitch 5mm size 182x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-448 45Degree pitch 5mm size 242x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-501 45Degree pitch 7.5mm size 9.8x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-502 45Degree pitch 7.5mm size 17.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-503 45Degree pitch 7.5mm size 24.8x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-504 45Degree pitch 7.5mm size 32.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-505 45Degree pitch 7.5mm size 39.8x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-506 45Degree pitch 7.5mm size 47.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-507 45Degree pitch 7.5mm size 54.8x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-508 45Degree pitch 7.5mm size 62.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-509 45Degree pitch 7.5mm size 69.8x14mm drill 1.15mm pad 3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-510_1x10_P7.50mm_45Degree
-Terminal Block WAGO 236-510, 45Degree (cable under 45degree), 10 pins, pitch 7.5mm, size 77.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-510 45Degree pitch 7.5mm size 77.3x14mm drill 1.15mm pad 3mm
-0
-20
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-511_1x11_P7.50mm_45Degree
-Terminal Block WAGO 236-511, 45Degree (cable under 45degree), 11 pins, pitch 7.5mm, size 84.8x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-511 45Degree pitch 7.5mm size 84.8x14mm drill 1.15mm pad 3mm
-0
-22
-11
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-512 45Degree pitch 7.5mm size 92.3x14mm drill 1.15mm pad 3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-513_1x13_P7.50mm_45Degree
-Terminal Block WAGO 236-513, 45Degree (cable under 45degree), 13 pins, pitch 7.5mm, size 99.8x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-513 45Degree pitch 7.5mm size 99.8x14mm drill 1.15mm pad 3mm
-0
-26
-13
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-514_1x14_P7.50mm_45Degree
-Terminal Block WAGO 236-514, 45Degree (cable under 45degree), 14 pins, pitch 7.5mm, size 107x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-514 45Degree pitch 7.5mm size 107x14mm drill 1.15mm pad 3mm
-0
-28
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-515_1x15_P7.50mm_45Degree
-Terminal Block WAGO 236-515, 45Degree (cable under 45degree), 15 pins, pitch 7.5mm, size 115x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-515 45Degree pitch 7.5mm size 115x14mm drill 1.15mm pad 3mm
-0
-30
-15
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-516 45Degree pitch 7.5mm size 122x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-524 45Degree pitch 7.5mm size 182x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-601 45Degree pitch 10mm size 12.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-602 45Degree pitch 10mm size 22.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-603 45Degree pitch 10mm size 32.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-604 45Degree pitch 10mm size 42.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-605 45Degree pitch 10mm size 52.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-606 45Degree pitch 10mm size 62.3x14mm drill 1.15mm pad 3mm
-0
-12
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-607_1x07_P10.00mm_45Degree
-Terminal Block WAGO 236-607, 45Degree (cable under 45degree), 7 pins, pitch 10mm, size 72.3x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-607 45Degree pitch 10mm size 72.3x14mm drill 1.15mm pad 3mm
-0
-14
-7
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-608 45Degree pitch 10mm size 82.3x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-609 45Degree pitch 10mm size 92.3x14mm drill 1.15mm pad 3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-610_1x10_P10.00mm_45Degree
-Terminal Block WAGO 236-610, 45Degree (cable under 45degree), 10 pins, pitch 10mm, size 102x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-610 45Degree pitch 10mm size 102x14mm drill 1.15mm pad 3mm
-0
-20
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-611_1x11_P10.00mm_45Degree
-Terminal Block WAGO 236-611, 45Degree (cable under 45degree), 11 pins, pitch 10mm, size 112x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-611 45Degree pitch 10mm size 112x14mm drill 1.15mm pad 3mm
-0
-22
-11
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-612 45Degree pitch 10mm size 122x14mm drill 1.15mm pad 3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-613_1x13_P10.00mm_45Degree
-Terminal Block WAGO 236-613, 45Degree (cable under 45degree), 13 pins, pitch 10mm, size 132x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-613 45Degree pitch 10mm size 132x14mm drill 1.15mm pad 3mm
-0
-26
-13
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-614_1x14_P10.00mm_45Degree
-Terminal Block WAGO 236-614, 45Degree (cable under 45degree), 14 pins, pitch 10mm, size 142x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-614 45Degree pitch 10mm size 142x14mm drill 1.15mm pad 3mm
-0
-28
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-615_1x15_P10.00mm_45Degree
-Terminal Block WAGO 236-615, 45Degree (cable under 45degree), 15 pins, pitch 10mm, size 152x14mm, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-615 45Degree pitch 10mm size 152x14mm drill 1.15mm pad 3mm
-0
-30
-15
-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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-616 45Degree pitch 10mm size 162x14mm 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, drill diameter 1.15mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-624 45Degree pitch 10mm size 242x14mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-101 45Degree pitch 5mm size 6.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-102 45Degree pitch 5mm size 11.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-103 45Degree pitch 5mm size 16.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-104 45Degree pitch 5mm size 21.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-105 45Degree pitch 5mm size 26.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-106 45Degree pitch 5mm size 31.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-107 45Degree pitch 5mm size 36.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-108 45Degree pitch 5mm size 41.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-109 45Degree pitch 5mm size 46.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-110 45Degree pitch 5mm size 51.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-111 45Degree pitch 5mm size 56.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-112 45Degree pitch 5mm size 61.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-113 45Degree pitch 5mm size 66.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-114 45Degree pitch 5mm size 71.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-115 45Degree pitch 5mm size 76.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-116 45Degree pitch 5mm size 81.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-124 45Degree pitch 5mm size 122x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-301 45Degree pitch 7.5mm size 6.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-302 45Degree pitch 7.5mm size 14x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-303 45Degree pitch 7.5mm size 21.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-304 45Degree pitch 7.5mm size 29x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-305 45Degree pitch 7.5mm size 36.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-306 45Degree pitch 7.5mm size 44x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-307 45Degree pitch 7.5mm size 51.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-308 45Degree pitch 7.5mm size 59x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-309 45Degree pitch 7.5mm size 66.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-310 45Degree pitch 7.5mm size 74x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-311 45Degree pitch 7.5mm size 81.5x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-312 45Degree pitch 7.5mm size 89x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-316 45Degree pitch 7.5mm size 119x15mm 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, drill diameter 1.2mm, pad diameter 3mm, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-324 45Degree pitch 7.5mm size 179x15mm drill 1.2mm pad 3mm
-0
-48
-24
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1102_1x02_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1102, 2 pins, pitch 3.5mm, size 8.5x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1102, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1102 pitch 3.5mm size 8.5x14.5mm drill 1.2mm pad 2.3mm
-0
-4
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1103_1x03_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1103, 3 pins, pitch 3.5mm, size 12x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1103, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1103 pitch 3.5mm size 12x14.5mm drill 1.2mm pad 2.3mm
-0
-6
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1104_1x04_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1104, 4 pins, pitch 3.5mm, size 15.5x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1104, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1104 pitch 3.5mm size 15.5x14.5mm drill 1.2mm pad 2.3mm
-0
-8
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1105_1x05_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1105, 5 pins, pitch 3.5mm, size 19x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1105, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1105 pitch 3.5mm size 19x14.5mm drill 1.2mm pad 2.3mm
-0
-10
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1106_1x06_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1106, 6 pins, pitch 3.5mm, size 22.5x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1106, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1106 pitch 3.5mm size 22.5x14.5mm drill 1.2mm pad 2.3mm
-0
-12
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1108_1x08_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1108, 8 pins, pitch 3.5mm, size 29.5x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1108, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1108 pitch 3.5mm size 29.5x14.5mm drill 1.2mm pad 2.3mm
-0
-16
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1109_1x09_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1109, 9 pins, pitch 3.5mm, size 33x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1109, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1109 pitch 3.5mm size 33x14.5mm drill 1.2mm pad 2.3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1110_1x10_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1110, 10 pins, pitch 3.5mm, size 36.5x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1110, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1110 pitch 3.5mm size 36.5x14.5mm drill 1.2mm pad 2.3mm
-0
-20
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1111_1x11_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1111, 11 pins, pitch 3.5mm, size 40x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1111, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1111 pitch 3.5mm size 40x14.5mm drill 1.2mm pad 2.3mm
-0
-22
-11
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-1112_1x12_P3.50mm_Horizontal
-Terminal Block WAGO 2601-1112, 12 pins, pitch 3.5mm, size 43.5x14.5mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-1112, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-1112 pitch 3.5mm size 43.5x14.5mm drill 1.2mm pad 2.3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3102_1x02_P3.50mm_Vertical
-Terminal Block WAGO 2601-3102, 2 pins, pitch 3.5mm, size 8.5x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3102, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3102 pitch 3.5mm size 8.5x12.8mm drill 1.2mm pad 2.3mm
-0
-4
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3103_1x03_P3.50mm_Vertical
-Terminal Block WAGO 2601-3103, 3 pins, pitch 3.5mm, size 12x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3103, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3103 pitch 3.5mm size 12x12.8mm drill 1.2mm pad 2.3mm
-0
-6
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3104_1x04_P3.50mm_Vertical
-Terminal Block WAGO 2601-3104, 4 pins, pitch 3.5mm, size 15.5x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3104, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3104 pitch 3.5mm size 15.5x12.8mm drill 1.2mm pad 2.3mm
-0
-8
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3105_1x05_P3.50mm_Vertical
-Terminal Block WAGO 2601-3105, 5 pins, pitch 3.5mm, size 19x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3105, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3105 pitch 3.5mm size 19x12.8mm drill 1.2mm pad 2.3mm
-0
-10
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3106_1x06_P3.50mm_Vertical
-Terminal Block WAGO 2601-3106, 6 pins, pitch 3.5mm, size 22.5x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3106, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3106 pitch 3.5mm size 22.5x12.8mm drill 1.2mm pad 2.3mm
-0
-12
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3107_1x07_P3.50mm_Vertical
-Terminal Block WAGO 2601-3107, 7 pins, pitch 3.5mm, size 26x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3107, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3107 pitch 3.5mm size 26x12.8mm drill 1.2mm pad 2.3mm
-0
-14
-7
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3108_1x08_P3.50mm_Vertical
-Terminal Block WAGO 2601-3108, 8 pins, pitch 3.5mm, size 29.5x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3108, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3108 pitch 3.5mm size 29.5x12.8mm drill 1.2mm pad 2.3mm
-0
-16
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3109_1x09_P3.50mm_Vertical
-Terminal Block WAGO 2601-3109, 9 pins, pitch 3.5mm, size 33x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3109, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3109 pitch 3.5mm size 33x12.8mm drill 1.2mm pad 2.3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3110_1x10_P3.50mm_Vertical
-Terminal Block WAGO 2601-3110, 10 pins, pitch 3.5mm, size 36.5x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3110, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3110 pitch 3.5mm size 36.5x12.8mm drill 1.2mm pad 2.3mm
-0
-20
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3111_1x11_P3.50mm_Vertical
-Terminal Block WAGO 2601-3111, 11 pins, pitch 3.5mm, size 40x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3111, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3111 pitch 3.5mm size 40x12.8mm drill 1.2mm pad 2.3mm
-0
-22
-11
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3112_1x12_P3.50mm_Vertical
-Terminal Block WAGO 2601-3112, 12 pins, pitch 3.5mm, size 43.5x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3112, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3112 pitch 3.5mm size 43.5x12.8mm drill 1.2mm pad 2.3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3114_1x14_P3.50mm_Vertical
-Terminal Block WAGO 2601-3114, 14 pins, pitch 3.5mm, size 50.5x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3114, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3114 pitch 3.5mm size 50.5x12.8mm drill 1.2mm pad 2.3mm
-0
-28
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_2601-3124_1x24_P3.50mm_Vertical
-Terminal Block WAGO 2601-3124, 24 pins, pitch 3.5mm, size 85.5x12.8mm, drill diameter 1.2mm, pad diameter 2.3mm, https://www.wago.com/global/pcb-terminal-blocks-and-pluggable-connectors/pcb-terminal-block/p/2601-3124, script-generated using https://gitlab.com/kicad/libraries/kicad-footprint-generator/-/tree/master/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 2601-3124 pitch 3.5mm size 85.5x12.8mm drill 1.2mm pad 2.3mm
-0
-48
-24
-TerminalBlock_Wuerth
-Wuerth_691311400102_P7.62mm
-1x2 Close Vertical PCB Header WR-TBL Series 3114 https://www.we-online.com/components/products/datasheet/691311400102.pdf
-Wuerth WR-TBL Series 3114 terminal block pitch 7.62mm
-0
-2
-2
-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 THM Miniature 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 THM Compact 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 THM Multipurpose 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_Mini
-Keystone SMT Micro Mini Test Point 5015, http://www.keyelco.com/product-pdf.cfm?p=1353
-Test Point
-0
-1
-1
-TestPoint
-TestPoint_Keystone_5019_Miniature
-Keystone SMT Miniature Test Point 5019, http://www.keyelco.com/product-pdf.cfm?p=1357
-Test Point
-0
-1
-1
-TestPoint
-TestPoint_Loop_D1.80mm_Drill1.0mm_Beaded
-wire loop with bead as test point, loop diameter 1.8mm, hole diameter 1.0mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.50mm_Drill1.0mm
-wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.50mm_Drill1.0mm_LowProfile
-low profile wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.50mm_Drill1.85mm
-wire loop as test point, loop diameter 2.5mm, hole diameter 1.85mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded
-wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded
-wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.60mm_Drill1.4mm_Beaded
-wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.4mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.60mm_Drill1.6mm_Beaded
-wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.6mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.50mm_Drill0.9mm_Beaded
-wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.50mm_Drill1.4mm_Beaded
-wire loop with bead as test point, loop diameter 3.5mm, hole diameter 1.4mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.80mm_Drill2.0mm
-wire loop as test point, loop diameter 3.8mm, hole diameter 2.0mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.80mm_Drill2.5mm
-wire loop as test point, loop diameter 3.8mm, hole diameter 2.5mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.80mm_Drill2.8mm
-wire loop as test point, loop diameter 3.8mm, hole diameter 2.8mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Pad_1.0x1.0mm
-SMD rectangular pad as test Point, square 1.0mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_1.5x1.5mm
-SMD rectangular pad as test Point, square 1.5mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_2.0x2.0mm
-SMD rectangular pad as test Point, square 2.0mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_2.5x2.5mm
-SMD rectangular pad as test Point, square 2.5mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_3.0x3.0mm
-SMD rectangular pad as test Point, square 3.0mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_4.0x4.0mm
-SMD rectangular pad as test Point, square 4.0mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_D1.0mm
-SMD pad as test Point, diameter 1.0mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D1.5mm
-SMD pad as test Point, diameter 1.5mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D2.0mm
-SMD pad as test Point, diameter 2.0mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D2.5mm
-SMD pad as test Point, diameter 2.5mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D3.0mm
-SMD pad as test Point, diameter 3.0mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D4.0mm
-SMD pad as test Point, diameter 4.0mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Plated_Hole_D2.0mm
-Plated Hole as test Point, diameter 2.0mm
-test point plated hole
-0
-1
-1
-TestPoint
-TestPoint_Plated_Hole_D3.0mm
-Plated Hole as test Point, diameter 3.0mm
-test point plated hole
-0
-1
-1
-TestPoint
-TestPoint_Plated_Hole_D4.0mm
-Plated Hole as test Point, diameter 4.0mm
-test point plated hole
-0
-1
-1
-TestPoint
-TestPoint_Plated_Hole_D5.0mm
-Plated Hole as test Point, diameter 5.0mm
-test point plated hole
-0
-1
-1
-TestPoint
-TestPoint_THTPad_1.0x1.0mm_Drill0.5mm
-THT rectangular pad as test Point, square 1.0mm side length, hole diameter 0.5mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_1.5x1.5mm_Drill0.7mm
-THT rectangular pad as test Point, square 1.5mm side length, hole diameter 0.7mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_2.0x2.0mm_Drill1.0mm
-THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_2.5x2.5mm_Drill1.2mm
-THT rectangular pad as test Point, square 2.5mm side length, hole diameter 1.2mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_3.0x3.0mm_Drill1.5mm
-THT rectangular pad as test Point, square 3.0mm side length, hole diameter 1.5mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_4.0x4.0mm_Drill2.0mm
-THT rectangular pad as test Point, square 4.0mm side length, hole diameter 2.0mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_D1.0mm_Drill0.5mm
-THT pad as test Point, diameter 1.0mm, hole diameter 0.5mm
-test point THT pad
-0
-1
-1
-TestPoint
-TestPoint_THTPad_D1.5mm_Drill0.7mm
-THT pad as test Point, diameter 1.5mm, hole diameter 0.7mm
-test point THT pad
-0
-1
-1
-TestPoint
-TestPoint_THTPad_D2.0mm_Drill1.0mm
-THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm
-test point THT pad
-0
-1
-1
-TestPoint
-TestPoint_THTPad_D2.5mm_Drill1.2mm
-THT pad as test Point, diameter 2.5mm, hole diameter 1.2mm
-test point THT pad
-0
-1
-1
-TestPoint
-TestPoint_THTPad_D3.0mm_Drill1.5mm
-THT pad as test Point, diameter 3.0mm, hole diameter 1.5mm
-test point THT pad
-0
-1
-1
-TestPoint
-TestPoint_THTPad_D4.0mm_Drill2.0mm
-THT pad as test Point, diameter 4.0mm, hole diameter 2.0mm
-test point THT pad
-0
-1
-1
-Transformer_SMD
-Pulse_P0926NL
-SMT Gate Drive Transformer, 1:1:1, 8.0x6.3x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf)
-pulse pa0926nl
-0
-6
-6
-Transformer_SMD
-Pulse_PA1323NL
-SMT Gate Drive Transformer, 1:1, 9.5x7.1x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf)
-pulse pa1323nl
-0
-6
-6
-Transformer_SMD
-Pulse_PA2001NL
-SMT Gate Drive Transformer, 1:1, 8.6x6.7x2.5mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf)
-pulse pa2001nl pe-68386nl
-0
-4
-4
-Transformer_SMD
-Pulse_PA2002NL-PA2008NL-PA2009NL
-SMT Gate Drive Transformer, 1:1:1 or 2:1:1 or 2.5:1:1 or 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf)
-pulse pa2002nl pa2008nl pa2009nl p0544nl pa0184nl pa0297nl pa0510nl
-0
-6
-6
-Transformer_SMD
-Pulse_PA2004NL
-SMT Gate Drive Transformer, 1:1:1, 8.6x6.7x3.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf)
-pulse pa2004nl pa0264nl
-0
-6
-6
-Transformer_SMD
-Pulse_PA2005NL
-SMT Gate Drive Transformer, 1:1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf)
-pulse pa2005nl pa0173nl
-0
-6
-6
-Transformer_SMD
-Pulse_PA2006NL
-SMT Gate Drive Transformer, 1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf)
-pulse pa2006nl pa0186nl
-0
-4
-4
-Transformer_SMD
-Pulse_PA2007NL
-SMT Gate Drive Transformer, 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf)
-pulse pa2007nl
-0
-4
-4
-Transformer_SMD
-Pulse_PA2777NL
-SMT Gate Drive Transformer, 1:1, 7.1x6.1x5.5mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf)
-pulse pa2777nl
-0
-8
-8
-Transformer_SMD
-Pulse_PA3493NL
-SMT Gate Drive Transformer, 1.25:1, 10.9x9.7x2.7mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf)
-pulse pa3493nl
-0
-4
-4
-Transformer_SMD
-Transformer_Coilcraft_CST1
-Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf)
-Transformer current sense SMD
-0
-8
-8
-Transformer_SMD
-Transformer_Coilcraft_CST2
-Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf)
-Transformer current sense SMD
-0
-8
-8
-Transformer_SMD
-Transformer_Coilcraft_CST2010
-Current sense transformer, SMD, 14.55x19.91x10.50mm (https://www.coilcraft.com/pdfs/cst2010.pdf)
-Transformer current sense SMD
-0
-12
-12
-Transformer_SMD
-Transformer_CurrentSense_8.4x7.2mm
-Transformer current sense SMD 8.4x7.2mm
-Transformer current sense SMD
-0
-8
-8
-Transformer_SMD
-Transformer_ED8_4-Lead_10.5x8mm_P5mm
-Isolated audio transformer, ED8, 4-lead, body 10.5x8mm body, pitch 5mm, height 5mm, https://gitlab.com/kicad/libraries/kicad-footprints/-/merge_requests/3626
-permalloy core
-0
-4
-4
-Transformer_SMD
-Transformer_Ethernet_Bel_S558-5999-T7-F
-Bel S558-5999-T7-F SO, 16 Pin (https://www.belfuse.com/media/drawings/products/discrete-magnetics/dr-mag-s558-5999-t7-f.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Bel SO Transformer_SMD Bel_QBS001
-0
-16
-16
-Transformer_SMD
-Transformer_Ethernet_Bourns_PT61017PEL
-Bourns PT61017PEL SO, 16 Pin (https://www.bourns.com/docs/Product-Datasheets/PT61017PEL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Bourns SO Transformer_SMD
-0
-16
-16
-Transformer_SMD
-Transformer_Ethernet_Bourns_PT61020EL
-10/100/1000 Base-T Transformer Module, PT61020EL (https://www.bourns.com/pdfs/PT61020.pdf)
-Gigabit PoE Ethernet Transformer Single
-0
-24
-24
-Transformer_SMD
-Transformer_Ethernet_Bourns_SM13126PEL
-Bourns SM13126PEL SO, 16 Pin (https://www.bourns.com/docs/Product-Datasheets/SM13126PEL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Bourns SO Transformer_SMD
-0
-16
-16
-Transformer_SMD
-Transformer_Ethernet_CNDtek_H1102N
-CNDtek H1102N SO, 16 Pin (https://www.lcsc.com/datasheet/lcsc_datasheet_2412231915_CND-tek-H1102N_C42418465.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-CNDtek SO Transformer_SMD
-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_MiniCircuits_AT224-1A
-SMD RF transformer, 50 ohm, 4.5 to 3000Mhz, https://www.minicircuits.com/pdfs/TC1-1-13M+.pdf
-RF Transformer
-0
-5
-5
-Transformer_SMD
-Transformer_Murata_78250JC
-Murata 78250JC https://www.murata-ps.com/datasheet?/data/magnetics/kmp_78250j.pdf
-Murata transformer
-0
-6
-6
-Transformer_SMD
-Transformer_NF_ETAL_P2781
-NF-Transformer, ETAL, P2781, SMD,
-NF-Transformer ETAL P2781 SMD
-0
-8
-7
-Transformer_SMD
-Transformer_NF_ETAL_P2781_HandSoldering
-NF-Transformer, ETAL, P2781, SMD, Handsoldering
-NF-Transformer ETAL P2781 SMD Handsoldering
-0
-8
-7
-Transformer_SMD
-Transformer_NF_ETAL_P3000
-NF-Reansformer, ETAL, P3000, SMD,
-NF-Reansformer ETAL P3000 SMD
-0
-15
-13
-Transformer_SMD
-Transformer_NF_ETAL_P3000_HandSoldering
-NF-Reansformer, ETAL, P3000, SMD, Handsoldering,
-NF-Reansformer ETAL P3000 SMD Handsoldering
-0
-15
-13
-Transformer_SMD
-Transformer_NF_ETAL_P3181
-NF-Transformer, ETAL, P3181, SMD,
-NF-Transformer ETAL P3181 SMD
-0
-7
-6
-Transformer_SMD
-Transformer_NF_ETAL_P3181_HandSoldering
-NF-Transformer, ETAL, P3181, SMD, Hand Soldering,
-NF-Transformer ETAL P3181 SMD Hand Soldering
-0
-7
-6
-Transformer_SMD
-Transformer_NF_ETAL_P3188
-NF-Transformer, ETAL, P3188, SMD,
-NF-Transformer ETAL P3188 SMD
-0
-8
-6
-Transformer_SMD
-Transformer_NF_ETAL_P3188_HandSoldering
-NF-Transformer, ETAL, P3188, SMD, Handsoldering,
-NF-Transformer ETAL P3188 SMD Handsoldering
-0
-8
-6
-Transformer_SMD
-Transformer_NF_ETAL_P3191
-NF-Transformer, ETAL, P3191, SMD,
-NF-Transformer ETAL P3191 SMD
-0
-8
-6
-Transformer_SMD
-Transformer_NF_ETAL_P3191_HandSoldering
-NF-Transformer, ETAL, P3191, SMD, Handsoldering,
-NF-Transformer ETAL P3191 SMD Handsoldering
-0
-8
-6
-Transformer_SMD
-Transformer_Pulse_H1100NL
-For H1100NL, H1101NL, H1102NL, H1121NL, H1183NL, H1199NL, HX1188NL, HX1198NL and H1302NL. https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/H1102NL/doc_part/H1102NL.pdf
-H1100NL H1101NL H1102NL H1121NL H1183NL H1199NL HX1188NL HX1198NL H1302N
-0
-16
-16
-Transformer_SMD
-Transformer_Wuerth_750315371
-Power Transformer, horizontal core with bobbin, 6 pin, 2.54mm pitch, 11.24mm row spacing, 12.6x8.3x4.1mm
-transformer flyback
-0
-6
-6
-Transformer_SMD
-Transformer_Wurth_WE-AGDT-EP7
-WE-AGDT Auxiliary Gate Drive Transformer EP7, https://www.we-online.com/components/products/datasheet/750319177.pdf
-auxiliary gate drive transformer
-0
-8
-8
-Transformer_THT
-Autotransformer_Toroid_1Tap_Horizontal_D9.0mm_Amidon-T30
-Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 9mm, Amidon T30,
-Autotransformer Toroid horizontal laying 1 Tap Diameter 9mm Amidon T30
-0
-3
-3
-Transformer_THT
-Autotransformer_Toroid_1Tap_Horizontal_D10.5mm_Amidon-T37
-Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 10,5mm, Amidon T37,
-Autotransformer Toroid horizontal laying 1 Tap Diameter 10 5mm Amidon T37
-0
-3
-3
-Transformer_THT
-Autotransformer_Toroid_1Tap_Horizontal_D12.5mm_Amidon-T44
-Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 12,5mm, Amidon T44,
-Autotransformer Toroid horizontal laying 1 Tap Diameter 12 5mm Amidon T44
-0
-3
-3
-Transformer_THT
-Autotransformer_Toroid_1Tap_Horizontal_D14.0mm_Amidon-T50
-Choke, Inductance, Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 14mm, Amidon T50,
-Choke Inductance Autotransformer Toroid horizontal laying 1 Tap Diameter 14mm Amidon T50
-0
-3
-3
-Transformer_THT
-Autotransformer_ZS1052-AC
-Ignition coil for xenon flash, http://www.excelitas.com/downloads/ZS1052ACH.pdf
-ignition coil autotransformer
-0
-3
-3
-Transformer_THT
-Transformer_37x44
-transformer 37x44mm²
-transformer 37x44mm²
-0
-12
-4
-Transformer_THT
-Transformer_Breve_TEZ-22x24
-http://www.breve.pl/pdf/ANG/TEZ_ang.pdf
-TEZ PCB Transformer
-0
-7
-7
-Transformer_THT
-Transformer_Breve_TEZ-28x33
-http://www.breve.pl/pdf/ANG/TEZ_ang.pdf
-TEZ PCB Transformer
-0
-9
-9
-Transformer_THT
-Transformer_Breve_TEZ-35x42
-http://www.breve.pl/pdf/ANG/TEZ_ang.pdf
-TEZ PCB Transformer
-0
-9
-9
-Transformer_THT
-Transformer_Breve_TEZ-38x45
-http://www.breve.pl/pdf/ANG/TEZ_ang.pdf
-TEZ PCB Transformer
-0
-9
-9
-Transformer_THT
-Transformer_Breve_TEZ-44x52
-http://www.breve.pl/pdf/ANG/TEZ_ang.pdf
-TEZ PCB Transformer
-0
-10
-10
-Transformer_THT
-Transformer_Breve_TEZ-47x57
-http://www.breve.pl/pdf/ANG/TEZ_ang.pdf
-TEZ PCB Transformer
-0
-13
-13
-Transformer_THT
-Transformer_CHK_EI30-2VA_1xSec
-Trafo, Printtrafo, CHK, EI30, 2VA, 1x Sec,http://www.eratransformers.com/downloads/030-7585.0.pdf
-Trafo Printtrafo CHK EI30 2VA 1x Sec
-0
-10
-10
-Transformer_THT
-Transformer_CHK_EI30-2VA_2xSec
-Trafo, Printtrafo, CHK, EI30, 2VA, 2x Sec,
-Trafo Printtrafo CHK EI30 2VA 2x Sec
-0
-10
-10
-Transformer_THT
-Transformer_CHK_EI30-2VA_Neutral
-Trafo, Printtrafo, CHK, EI30, 2VA, neutral,
-Trafo Printtrafo CHK EI30 2VA neutral
-0
-10
-10
-Transformer_THT
-Transformer_CHK_EI38-3VA_1xSec
-Trafo, Printtrafo, CHK, EI38, 3VA, 1x Sec, http://www.eratransformers.com/product-detail/20
-Trafo Printtrafo CHK EI38 3VA 1x Sec
-0
-10
-10
-Transformer_THT
-Transformer_CHK_EI38-3VA_2xSec
-Trafo, Printtrafo, CHK, EI38, 3VA, 2x Sec, http://www.eratransformers.com/product-detail/20
-Trafo Printtrafo CHK EI38 3VA 2x Sec
-0
-10
-10
-Transformer_THT
-Transformer_CHK_EI38-3VA_Neutral
-Trafo, Printtrafo, CHK, EI38, 3VA, neutral, http://www.eratransformers.com/product-detail/20
-Trafo Printtrafo CHK EI42 3VA neutral
-0
-10
-10
-Transformer_THT
-Transformer_CHK_EI42-5VA_1xSec
-Trafo, Printtrafo, CHK, EI42, 5VA, 1x Sec,
-Trafo Printtrafo CHK EI42 5VA 1x Sec
-0
-10
-10
-Transformer_THT
-Transformer_CHK_EI42-5VA_2xSec
-Trafo, Printtrafo, CHK, EI42, 5VA, 2x Sec,
-Trafo Printtrafo CHK EI42 5VA 2x Sec
-0
-10
-10
-Transformer_THT
-Transformer_CHK_EI42-5VA_Neutral
-Trafo, Printtrafo, CHK, EI42, 5VA, neutral,
-Trafo Printtrafo CHK EI42 5VA neutral
-0
-10
-10
-Transformer_THT
-Transformer_CHK_EI48-8VA_1xSec
-Trafo, Printtrafo, CHK, EI48, 8VA, 1x Sec, http://www.eratransformers.com/product-detail/18
-Trafo Printtrafo CHK EI48 8VA 1x Sec
-0
-12
-12
-Transformer_THT
-Transformer_CHK_EI48-8VA_2xSec
-Trafo, Printtrafo, CHK, EI48, 8VA, 2x Sec, http://www.eratransformers.com/product-detail/18
-Trafo Printtrafo CHK EI48 8VA 2x Sec
-0
-12
-12
-Transformer_THT
-Transformer_CHK_EI48-8VA_Neutral
-Trafo, Printtrafo, CHK, EI48, 8VA, neutral, http://www.eratransformers.com/product-detail/18
-Trafo Printtrafo CHK EI48 8VA neutral
-0
-12
-12
-Transformer_THT
-Transformer_CHK_EI48-10VA_1xSec
-Trafo, Printtrafo, CHK, EI48, 10VA, 1x Sec,
-Trafo Printtrafo CHK EI48 10VA 1x Sec
-0
-12
-12
-Transformer_THT
-Transformer_CHK_EI48-10VA_2xSec
-Trafo, Printtrafo, CHK, EI48, 10VA, 2x Sec, http://www.eratransformers.com/product-detail/18
-Trafo Printtrafo CHK EI48 10VA 2x Sec
-0
-12
-12
-Transformer_THT
-Transformer_CHK_EI48-10VA_Neutral
-Trafo, Printtrafo, CHK, EI48, 10VA, neutral, http://www.eratransformers.com/product-detail/18
-Trafo Printtrafo CHK EI48 10VA neutral
-0
-12
-12
-Transformer_THT
-Transformer_CHK_EI54-12VA_1xSec
-Trafo, Printtrafo, CHK, EI54, 12VA, 1x Sec,http://www.eratransformers.com/product-detail/19
-Trafo Printtrafo CHK EI54 12VA 1x Sec
-0
-14
-14
-Transformer_THT
-Transformer_CHK_EI54-12VA_2xSec
-Trafo, Printtrafo, CHK, EI54, 12VA, 2x Sec,http://www.eratransformers.com/product-detail/19
-Trafo Printtrafo CHK EI54 12VA 2x Sec
-0
-14
-14
-Transformer_THT
-Transformer_CHK_EI54-12VA_Neutral
-Trafo, Printtrafo, CHK, EI54, 12VA, neutral,http://www.eratransformers.com/product-detail/19
-Trafo Printtrafo CHK EI54 12VA neutral
-0
-14
-14
-Transformer_THT
-Transformer_CHK_EI54-16VA_1xSec
-Trafo, Printtrafo, CHK, EI54, 16VA, 1x Sec,http://www.eratransformers.com/product-detail/19
-Trafo Printtrafo CHK EI54 16VA 1x Sec
-0
-14
-14
-Transformer_THT
-Transformer_CHK_EI54-16VA_2xSec
-Trafo, Printtrafo, CHK, EI54, 16VA, 2x Sec,http://www.eratransformers.com/product-detail/19
-Trafo Printtrafo CHK EI54 16VA 2x Sec
-0
-14
-14
-Transformer_THT
-Transformer_CHK_EI54-16VA_Neutral
-Trafo, Printtrafo, CHK, EI54, 16VA, neutral,http://www.eratransformers.com/product-detail/19
-Trafo Printtrafo CHK EI54 16VA neutral
-0
-14
-14
-Transformer_THT
-Transformer_CHK_UI30-4VA_Flat
-Trafo, Flattrafo, CHK, UI30, 4VA,
-Trafo Flattrafo CHK UI30 4VA
-0
-16
-16
-Transformer_THT
-Transformer_CHK_UI39-10VA_Flat
-Trafo, Flattrafo, CHK, UI39, 10VA,
-Trafo Flattrafo CHK UI39 10VA
-0
-20
-20
-Transformer_THT
-Transformer_Coilcraft_Q4434-B_Rhombus-T1311
-Transformator, Transformer, Flyback, Coilcraft Q4434-B, Rgombus T1311,
-Transformator Transformer Flyback Coilcraft Q4434-B Rgombus T1311
-0
-8
-8
-Transformer_THT
-Transformer_EPCOS_B66359A1013T_Horizontal
-Transformer, Transformator, ETD29, 13 Pin, Horizontal, EPCOS-B66359A1013T,
-Transformer Transformator ETD29 13 Pin Horizontal EPCOS-B66359A1013T
-0
-13
-13
-Transformer_THT
-Transformer_EPCOS_B66359J1014T_Vertical
-Transformer, Transformator, ETD29, 14 Pin, Vertical, EPCOS-B66359J1014T,
-Transformer Transformator ETD29 14 Pin Vertical EPCOS-B66359J1014T
-0
-14
-14
-Transformer_THT
-Transformer_Microphone_Lundahl_LL1538
-AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1538_8xl.pdf
-AUDIO TRAFO LUNDAHL
-0
-7
-7
-Transformer_THT
-Transformer_Microphone_Lundahl_LL1587
-AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1587.pdf
-AUDIO TRAFO LUNDAHL
-0
-7
-7
-Transformer_THT
-Transformer_Myrra_74040_Horizontal
-Transformer, Transformator, ETD29, 13 Pin, Horizontal, Myrra-74040,
-Transformer Transformator ETD29 13 Pin Horizontal Myrra-74040
-0
-13
-13
-Transformer_THT
-Transformer_Myrra_EF20_7408x
-EF20 flyback transformer,http://myrra.com/wp-content/uploads/2017/09/Datasheet-74087-74088-74089-rev-A.pdf
-transformer flyback SMPS
-0
-9
-9
-Transformer_THT
-Transformer_Myrra_EI30-5_44000_Horizontal
-Myrra 44000 series encapsulated transformer, 50/60Hz, EI 30-5, 0.6VA, 32.6 x 27.6 x 15.3mm, https://myrra.com/wp-content/uploads/2021/03/Catalogue-Myrra-2022-Final_compressed-5.pdf
-Transformer THT Myrra
-0
-6
-6
-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_Triad_VPP16-310
-Power transformer, 2x Pri, 2x Sec, 230/115 VAC to 16/8V (0.31/0.62 A)
-power center-tap
-0
-8
-8
-Transformer_THT
-Transformer_Wuerth_750343373
-Transformer, horizontal core with bobbin, 10 pin, 3.81mm pitch, 15.24mm row spacing, 22x23x17.53mm (https://katalog.we-online.com/ctm/datasheet/750343373.pdf)
-transformer flyback
-0
-10
-10
-Transformer_THT
-Transformer_Wuerth_760871131
-Transformer, horizontal core with bobbin, 14 pin, 2.49 mm pitch, 20 mm row spacing, 25x22.2x16mm https://www.we-online.com/catalog/datasheet/760871131.pdf
-transformer flyback
-0
-14
-14
-Transformer_THT
-Transformer_Zeming_ZMCT103C
-Qingxian Zeming Langxi Electronic ZMCT103C current transformer 1000:1, https://5krorwxhmqqirik.leadongcdn.com/ZMCT103C+specification-aidirBqoKomRilSjpimnokp.pdf
-current transformer ZMCT
-0
-2
-2
-Transformer_THT
-Transformer_Zeming_ZMPT101K
-Qingxian Zeming Langxi Electronic ZMPT101K voltage transformer 1000:1000 2mA:2mA, https://5krorwxhmqqirik.leadongcdn.com/ZMPT101K+specification-aidikBqoKomRilSkopqmikp.pdf
-voltage transformer ZMPT
-0
-4
-4
-Transistor_Power
-GaN_Systems_GaNPX-3_5x6.6mm_Drain2.93x0.6mm
-GaN Systems GaNPX GS66502B Package, https://gansystems.com/wp-content/uploads/2020/04/GS66502B-DS-Rev-200402.pdf
-ganpx gs66502b
-0
-7
-3
-Transistor_Power
-GaN_Systems_GaNPX-3_5x6.6mm_Drain3.76x0.6mm
-GaN Systems GaNPX GS66504B Package, https://gansystems.com/wp-content/uploads/2020/04/GS66504B-DS-Rev-200402.pdf
-ganpx gs66504b
-0
-7
-3
-Transistor_Power
-GaN_Systems_GaNPX-4_7x8.4mm
-GaN Systems GaNPX GS66508B Package, https://gansystems.com/wp-content/uploads/2020/04/GS66508B-DS-Rev-200402.pdf
-ganpx gs66508b
-0
-15
-4
-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_AG-ECONO3
-35-lead TH, EconoPACK 3, similar(+0.5mm for Fab layer on Y) as Littelfuse_Package_W_XN2MM, https://www.infineon.com/dgdl/Infineon-FS200R12N3T7-DataSheet-v01_00-EN.pdf?fileId=8ac78c8c80027ecd018083b6ce263011
-igbt diode module
-0
-35
-35
-Transistor_Power_Module
-Infineon_AG-ECONO3B
-41-lead TH, EconoPACK 3B, https://www.infineon.com/dgdl/Infineon-FS300R12N3E7-DataSheet-v01_00-EN.pdf?fileId=8ac78c8c8900bb57018901d6e6f6124b
-igbt diode module
-0
-41
-41
-Transistor_Power_Module
-Infineon_EasyPACK-1B
-22-lead TH, EasyPACK 1B, https://www.infineon.com/dgdl/Infineon-FS30R06W1E3-DataSheet-v02_01-EN.pdf?fileId=db3a304313b8b5a60113cecd4c3102c1
-igbt diode module
-0
-22
-15
-Transistor_Power_Module
-Infineon_EasyPACK-1B_PressFIT
-22-lead TH, EasyPACK 1B, https://www.infineon.com/dgdl/Infineon-FS30R06W1E3-DataSheet-v02_01-EN.pdf?fileId=db3a304313b8b5a60113cecd4c3102c1
-igbt diode module
-0
-22
-15
-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
-Varistor
-RV_Rect_V25S440P_L26.5mm_W8.2mm_P12.7mm
-Varistor, V25S440P, https://www.littelfuse.com/media?resourcetype=datasheets&itemid=b410c42c-51d1-460e-b1d9-d105d93c9679&filename=littelfuse-varistor-ultramov25s-datasheet
-varistor
-0
-2
-2
-Varistor
-Varistor_Panasonic_VF
-Panasonic VF series varistor, 6x8mm body, 3.2mm height, https://mediap.industry.panasonic.eu/assets/imported/industrial.panasonic.com/cdbs/www-data/pdf/AWA0000/AWA0000C4.pdf
-Varistor VF
-0
-2
-2
diff --git a/fp-lib-table b/fp-lib-table
index ed01f9f..c9c1c56 100644
--- a/fp-lib-table
+++ b/fp-lib-table
@@ -1,4 +1,158 @@
(fp_lib_table
- (version 7)
- (lib (name "Library")(type "KiCad")(uri "${KIPRJMOD}/Library.pretty")(options "")(descr ""))
+ (lib (name "Audio_Module")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Audio_Module.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Battery")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Battery.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Button_Switch_Keyboard")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Button_Switch_Keyboard.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Button_Switch_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Button_Switch_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Button_Switch_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Button_Switch_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Buzzer_Beeper")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Buzzer_Beeper.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Calibration_Scale")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Calibration_Scale.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Capacitor_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Capacitor_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Capacitor_Tantalum_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Capacitor_Tantalum_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Capacitor_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Capacitor_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_AMASS")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_AMASS.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Amphenol")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Amphenol.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Audio")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Audio.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_BarrelJack")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_BarrelJack.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Card")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Card.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Coaxial")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Coaxial.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_DIN")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_DIN.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Dsub")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Dsub.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_FFC-FPC")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_FFC-FPC.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Harting")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Harting.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Harwin")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Harwin.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Hirose_DF40")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Hirose_DF40.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Hirose_FX8")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Hirose_FX8.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Hirose")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Hirose.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_IDC")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_IDC.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_JAE")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_JAE.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_JAE_WP7B")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_JAE_WP7B.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_JST")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_JST.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Molex_Milligrid")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Molex_Milligrid.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Molex")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Molex.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_PCBEdge")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_PCBEdge.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Phoenix_GMSTB")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Phoenix_GMSTB.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Phoenix_MC_HighVoltage")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Phoenix_MC_HighVoltage.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Phoenix_MC")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Phoenix_MC.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Phoenix_MSTB")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Phoenix_MSTB.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Phoenix_SPT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Phoenix_SPT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_PinHeader_1.00mm")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_PinHeader_1.00mm.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_PinHeader_1.27mm")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_PinHeader_1.27mm.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_PinHeader_2.00mm")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_PinHeader_2.00mm.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_PinHeader_2.54mm")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_PinHeader_2.54mm.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Pin")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Pin.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_PinSocket_1.00mm")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_PinSocket_1.00mm.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_PinSocket_1.27mm")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_PinSocket_1.27mm.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_PinSocket_2.00mm")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_PinSocket_2.00mm.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_PinSocket_2.54mm")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_PinSocket_2.54mm.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_RJ")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_RJ.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec_EdgeRate")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec_EdgeRate.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec_FSI")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec_FSI.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec_HLE_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec_HLE_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec_HLE_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec_HLE_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec_HPM_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec_HPM_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec_HSEC8")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec_HSEC8.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec_LTMM")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec_LTMM.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec_MicroMate")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec_MicroMate.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec_MicroPower")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec_MicroPower.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Samtec")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Samtec.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_SATA_SAS")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_SATA_SAS.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Stocko")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Stocko.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_TE-Connectivity")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_TE-Connectivity.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_USB")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_USB.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Video")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Video.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Wago")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Wago.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Wire")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Wire.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Wuerth")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Wuerth.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Zhaoxing")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Connector_Zhaoxing.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Converter_ACDC")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Converter_ACDC.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Converter_DCDC")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Converter_DCDC.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Crystal")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Crystal.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Diode_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Diode_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Diode_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Diode_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Display_7Segment")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Display_7Segment.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Display")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Display.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Ferrite_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Ferrite_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Fiducial")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Fiducial.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Filter")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Filter.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Fuse")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Fuse.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Heatsink")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Heatsink.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Inductor_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Inductor_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Inductor_SMD_Wurth")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Inductor_SMD_Wurth.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Inductor_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Inductor_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Inductor_THT_Wurth")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Inductor_THT_Wurth.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Jumper")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Jumper.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "LED_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/LED_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "LED_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/LED_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Module")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Module.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Motors")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Motors.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "MountingEquipment")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/MountingEquipment.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "MountingHole")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/MountingHole.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Mounting_Wuerth")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Mounting_Wuerth.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "NetTie")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/NetTie.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "OptoDevice")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/OptoDevice.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Oscillator")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Oscillator.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_BGA")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_BGA.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_CSP")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_CSP.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_DFN_QFN")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_DFN_QFN.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_DIP")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_DIP.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_DirectFET")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_DirectFET.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_LCC")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_LCC.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_LGA")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_LGA.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_QFP")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_QFP.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_SIP")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_SIP.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_SO_J-Lead")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_SO_J-Lead.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_SON")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_SON.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_SO")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_SO.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_TO_SOT_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_TO_SOT_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Package_TO_SOT_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Package_TO_SOT_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Panelization")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Panelization.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Potentiometer_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Potentiometer_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Potentiometer_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Potentiometer_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Relay_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Relay_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Relay_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Relay_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Resistor_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Resistor_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Resistor_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Resistor_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Antenna")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/RF_Antenna.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Converter")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/RF_Converter.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_GPS")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/RF_GPS.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_GSM")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/RF_GSM.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Mini-Circuits")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/RF_Mini-Circuits.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Module")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/RF_Module.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/RF.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Shielding")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/RF_Shielding.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_WiFi")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/RF_WiFi.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Rotary_Encoder")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Rotary_Encoder.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Audio")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Sensor_Audio.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Current")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Sensor_Current.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Distance")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Sensor_Distance.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Humidity")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Sensor_Humidity.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Motion")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Sensor_Motion.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Pressure")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Sensor_Pressure.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Sensor.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Voltage")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Sensor_Voltage.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Socket")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Socket.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Symbol")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Symbol.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_4Ucon")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_4Ucon.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_Altech")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_Altech.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_CUI")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_CUI.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_Degson")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_Degson.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_Dinkle")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_Dinkle.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_MetzConnect")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_MetzConnect.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_Ningbo-Kagnex")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_Ningbo-Kagnex.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_Philmore")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_Philmore.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_Phoenix")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_Phoenix.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_RND")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_RND.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_TE-Connectivity")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_TE-Connectivity.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_WAGO")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_WAGO.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TerminalBlock_Wuerth")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TerminalBlock_Wuerth.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "TestPoint")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/TestPoint.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transformer_SMD")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Transformer_SMD.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transformer_THT")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Transformer_THT.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transistor_Power_Module")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Transistor_Power_Module.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transistor_Power")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Transistor_Power.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Valve")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Valve.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Varistor")(type "KiCad")(uri "${KICAD10_FOOTPRINT_DIR}/Varistor.pretty")(options "")(descr "Standard KiCad library"))
+ (lib (name "Project")(type "KiCad")(uri "${KICAD_PROJECT_FOOTPRINT_DIR}/Project.pretty")(options "")(descr "Project library"))
)
diff --git a/integrate_boost.py b/integrate_boost.py
new file mode 100644
index 0000000..b562e91
--- /dev/null
+++ b/integrate_boost.py
@@ -0,0 +1,772 @@
+#!/usr/bin/env python3
+"""
+Transform firstpcb.kicad_sch:
+ 1. Remove the L7805 voltage regulator and associated components
+ 2. Insert the TPS61088 5V→12V boost converter circuit
+ 3. Keep all other components intact
+
+The +5V and +12V nets connect automatically via KiCad global power symbols.
+"""
+
+import re
+import uuid
+import sys
+
+
+def uid():
+ return str(uuid.uuid4())
+
+
+ROOT_UUID = "4ce690e5-6d5b-4693-bd2e-f4090f26df1f"
+
+
+# ── UUIDs of components to REMOVE (L7805 circuit) ──
+
+REMOVE_UUIDS = {
+ # L7805 regulator
+ "b5b8c784-5cbd-46af-b962-5f07e5e5ce66",
+ # C1 (0.33uF) - output cap
+ "be10cf51-2c79-49d9-968c-f16a919adeee",
+ # C2 (0.1uF) - input cap
+ "58617ce4-1b01-4ae9-be22-0491e474e52d",
+ # #PWR15 (+5V at L7805 output)
+ "dd887245-ee3f-48b0-ab57-caf2a8bdfdef",
+ # #PWR19 (+5V at C2)
+ "fd8b730d-5d7d-4216-98e6-0f769c039626",
+ # #PWR14 (+12V at L7805 input)
+ "ea5b2f5d-6233-46fc-93b4-4b52ebc256b5",
+ # #PWR17 (+12V at C1)
+ "ec47b49b-69a3-415f-b119-7b90e03df83a",
+ # #PWR16 (GND under L7805)
+ "940ddbc7-3e82-42b5-ad91-3df87e10ff89",
+ # #PWR18 (GND under C1)
+ "565f28b7-cc4b-427c-be9a-9e09337daabd",
+ # #PWR20 (GND under C2)
+ "e7fe0926-923d-41aa-92e6-413304613139",
+}
+
+REMOVE_WIRE_UUIDS = {
+ # Wire: C2 top to L7805 output rail
+ "dba247d2-ddb5-46ff-a6bd-5fb718c4599e",
+ # Wire: L7805 input to +12V symbol
+ "e3772378-2aa5-420d-92e3-94a8234f86b5",
+ # Wire: C1 to +12V symbol
+ "ee45c424-04dc-4913-92e9-0eec7ac6b273",
+ # Wire: L7805 output to +5V symbol
+ "48aefa74-f6f4-40ae-9135-90c2565ceadc",
+}
+
+# Also remove the L7805 lib_symbol definition
+REMOVE_LIB_SYMBOL = "Regulator_Linear:L7805"
+
+
+def find_block_end(text, start_pos):
+ """Find the end of a parenthesized block starting at start_pos.
+ start_pos should point to the opening '('."""
+ depth = 0
+ i = start_pos
+ while i < len(text):
+ if text[i] == '(':
+ depth += 1
+ elif text[i] == ')':
+ depth -= 1
+ if depth == 0:
+ return i
+ i += 1
+ return -1
+
+
+def remove_blocks_by_uuid(text, uuids):
+ """Remove top-level blocks (symbol, wire, junction) containing matching UUIDs."""
+ for u in uuids:
+ # Find the UUID in the text
+ pattern = f'(uuid "{u}")'
+ idx = text.find(pattern)
+ if idx == -1:
+ print(f" WARNING: UUID {u} not found, skipping", file=sys.stderr)
+ continue
+
+ # Walk backward from UUID to find the containing block's opening
+ # Look for a tab-indented opening paren: \n\t(symbol, \n\t(wire, etc.
+ search_start = idx
+ block_start = -1
+ while search_start > 0:
+ # Find the previous newline
+ nl = text.rfind('\n', 0, search_start)
+ if nl == -1:
+ break
+ line = text[nl+1:search_start]
+ # Check if this line starts a top-level block
+ stripped = line.lstrip()
+ if stripped.startswith('(symbol') or stripped.startswith('(wire') or \
+ stripped.startswith('(junction') or stripped.startswith('(no_connect'):
+ block_start = nl + 1
+ # Find the start of the actual paren
+ paren_pos = text.index('(', block_start)
+ block_start = paren_pos
+ break
+ search_start = nl
+
+ if block_start == -1:
+ print(f" WARNING: Could not find block start for UUID {u}", file=sys.stderr)
+ continue
+
+ block_end = find_block_end(text, block_start)
+ if block_end == -1:
+ print(f" WARNING: Could not find block end for UUID {u}", file=sys.stderr)
+ continue
+
+ # Remove the block (including trailing newline)
+ end = block_end + 1
+ if end < len(text) and text[end] == '\n':
+ end += 1
+
+ # Also remove leading whitespace/tabs on the same line
+ while block_start > 0 and text[block_start-1] in '\t ':
+ block_start -= 1
+
+ print(f" Removing block with UUID {u[:12]}... ({end - block_start} chars)")
+ text = text[:block_start] + text[end:]
+
+ return text
+
+
+def remove_lib_symbol(text, lib_id):
+ """Remove a lib_symbol definition from the lib_symbols section."""
+ pattern = f'(symbol "{lib_id}"'
+ idx = text.find(pattern)
+ if idx == -1:
+ print(f" WARNING: lib_symbol {lib_id} not found", file=sys.stderr)
+ return text
+
+ # Find the containing (symbol block - walk back to find the right indentation
+ # In lib_symbols, entries are indented with two tabs
+ search = idx
+ while search > 0 and text[search-1] != '\n':
+ search -= 1
+ block_start = search
+
+ block_paren = text.index('(', block_start)
+ block_end = find_block_end(text, block_paren)
+
+ end = block_end + 1
+ if end < len(text) and text[end] == '\n':
+ end += 1
+
+ print(f" Removing lib_symbol {lib_id}")
+ text = text[:block_start] + text[end:]
+ return text
+
+
+# ── TPS61088 boost converter circuit to INSERT ──
+
+def gen_symbol(lib_id, ref, value, x, y, rot=0, pins=None, extra_props=""):
+ """Generate a symbol placement block."""
+ u = uid()
+ if pins is None:
+ pins = {}
+ pin_str = ""
+ for pnum in sorted(pins.keys(), key=lambda k: int(k) if k.isdigit() else k):
+ pin_str += f'\t\t(pin "{pnum}"\n\t\t\t(uuid "{pins[pnum]}")\n\t\t)\n'
+
+ return f"""\t(symbol
+\t\t(lib_id "{lib_id}")
+\t\t(at {round(x, 2)} {round(y, 2)} {rot})
+\t\t(unit 1)
+\t\t(exclude_from_sim no)
+\t\t(in_bom yes)
+\t\t(on_board yes)
+\t\t(dnp no)
+\t\t(uuid "{u}")
+\t\t(property "Reference" "{ref}"
+\t\t\t(at {round(x + 2.54, 2)} {round(y - 2.54, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t\t(justify left)
+\t\t\t)
+\t\t)
+\t\t(property "Value" "{value}"
+\t\t\t(at {round(x + 2.54, 2)} {round(y + 2.54, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t\t(justify left)
+\t\t\t)
+\t\t)
+\t\t(property "Footprint" ""
+\t\t\t(at {round(x, 2)} {round(y, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t\t(hide yes)
+\t\t\t)
+\t\t)
+\t\t(property "Datasheet" ""
+\t\t\t(at {round(x, 2)} {round(y, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t\t(hide yes)
+\t\t\t)
+\t\t)
+\t\t(property "Description" ""
+\t\t\t(at {round(x, 2)} {round(y, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t\t(hide yes)
+\t\t\t)
+\t\t){extra_props}
+{pin_str}\t\t(instances
+\t\t\t(project ""
+\t\t\t\t(path "/{ROOT_UUID}"
+\t\t\t\t\t(reference "{ref}")
+\t\t\t\t\t(unit 1)
+\t\t\t\t)
+\t\t\t)
+\t\t)
+\t)"""
+
+
+def gen_pwr(lib_id, value, x, y, ref):
+ """Generate a power symbol block."""
+ return f"""\t(symbol
+\t\t(lib_id "{lib_id}")
+\t\t(at {round(x, 2)} {round(y, 2)} 0)
+\t\t(unit 1)
+\t\t(exclude_from_sim no)
+\t\t(in_bom yes)
+\t\t(on_board yes)
+\t\t(dnp no)
+\t\t(uuid "{uid()}")
+\t\t(property "Reference" "{ref}"
+\t\t\t(at {round(x, 2)} {round(y - 2.54, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t\t(hide yes)
+\t\t\t)
+\t\t)
+\t\t(property "Value" "{value}"
+\t\t\t(at {round(x, 2)} {round(y + 3.81, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t)
+\t\t)
+\t\t(property "Footprint" ""
+\t\t\t(at {round(x, 2)} {round(y, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t\t(hide yes)
+\t\t\t)
+\t\t)
+\t\t(property "Datasheet" ""
+\t\t\t(at {round(x, 2)} {round(y, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t\t(hide yes)
+\t\t\t)
+\t\t)
+\t\t(property "Description" ""
+\t\t\t(at {round(x, 2)} {round(y, 2)} 0)
+\t\t\t(effects
+\t\t\t\t(font
+\t\t\t\t\t(size 1.27 1.27)
+\t\t\t\t)
+\t\t\t\t(hide yes)
+\t\t\t)
+\t\t)
+\t\t(pin "1"
+\t\t\t(uuid "{uid()}")
+\t\t)
+\t\t(instances
+\t\t\t(project ""
+\t\t\t\t(path "/{ROOT_UUID}"
+\t\t\t\t\t(reference "{ref}")
+\t\t\t\t\t(unit 1)
+\t\t\t\t)
+\t\t\t)
+\t\t)
+\t)"""
+
+
+def gen_wire(x1, y1, x2, y2):
+ return f"""\t(wire
+\t\t(pts
+\t\t\t(xy {round(x1, 2)} {round(y1, 2)}) (xy {round(x2, 2)} {round(y2, 2)})
+\t\t)
+\t\t(stroke
+\t\t\t(width 0)
+\t\t\t(type default)
+\t\t)
+\t\t(uuid "{uid()}")
+\t)"""
+
+
+def gen_junction(x, y):
+ return f"""\t(junction
+\t\t(at {round(x, 2)} {round(y, 2)})
+\t\t(diameter 0)
+\t\t(color 0 0 0 0)
+\t\t(uuid "{uid()}")
+\t)"""
+
+
+def gen_label(x, y, name, rot=0):
+ return f"""\t(label "{name}"
+\t\t(at {round(x, 2)} {round(y, 2)} {rot})
+\t\t(effects
+\t\t\t(font
+\t\t\t\t(size 1.27 1.27)
+\t\t\t)
+\t\t)
+\t\t(uuid "{uid()}")
+\t)"""
+
+
+def gen_no_connect(x, y):
+ return f"""\t(no_connect
+\t\t(at {round(x, 2)} {round(y, 2)})
+\t\t(uuid "{uid()}")
+\t)"""
+
+
+def gen_text(x, y, text):
+ return f"""\t(text "{text}"
+\t\t(exclude_from_sim no)
+\t\t(at {round(x, 2)} {round(y, 2)} 0)
+\t\t(effects
+\t\t\t(font
+\t\t\t\t(size 1.27 1.27)
+\t\t\t)
+\t\t\t(justify left)
+\t\t)
+\t\t(uuid "{uid()}")
+\t)"""
+
+
+# ── TPS61088 lib_symbol definition ──
+
+TPS61088_LIB_SYMBOL = """\t\t(symbol "TPS61088:TPS61088"
+\t\t\t(exclude_from_sim no)
+\t\t\t(in_bom yes)
+\t\t\t(on_board yes)
+\t\t\t(property "Reference" "U"
+\t\t\t\t(at 0 16.51 0)
+\t\t\t\t(effects (font (size 1.27 1.27)))
+\t\t\t)
+\t\t\t(property "Value" "TPS61088"
+\t\t\t\t(at 0 13.97 0)
+\t\t\t\t(effects (font (size 1.27 1.27)))
+\t\t\t)
+\t\t\t(property "Footprint" "Package_DFN_QFN:QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2.1x2.1mm"
+\t\t\t\t(at 0 -20.32 0)
+\t\t\t\t(effects (font (size 1.27 1.27)) (hide yes))
+\t\t\t)
+\t\t\t(property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps61088.pdf"
+\t\t\t\t(at 0 -22.86 0)
+\t\t\t\t(effects (font (size 1.27 1.27)) (hide yes))
+\t\t\t)
+\t\t\t(property "Description" "10A Fully-Integrated Synchronous Boost Converter"
+\t\t\t\t(at 0 -25.4 0)
+\t\t\t\t(effects (font (size 1.27 1.27)) (hide yes))
+\t\t\t)
+\t\t\t(symbol "TPS61088_0_1"
+\t\t\t\t(rectangle
+\t\t\t\t\t(start -10.16 12.7)
+\t\t\t\t\t(end 10.16 -12.7)
+\t\t\t\t\t(stroke (width 0.254) (type default))
+\t\t\t\t\t(fill (type background))
+\t\t\t\t)
+\t\t\t)
+\t\t\t(symbol "TPS61088_1_1"
+\t\t\t\t(pin power_in line
+\t\t\t\t\t(at -12.7 10.16 0) (length 2.54)
+\t\t\t\t\t(name "VIN" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "1" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin input line
+\t\t\t\t\t(at -12.7 5.08 0) (length 2.54)
+\t\t\t\t\t(name "EN" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "3" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin passive line
+\t\t\t\t\t(at -12.7 0 0) (length 2.54)
+\t\t\t\t\t(name "SS/TR" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "4" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin passive line
+\t\t\t\t\t(at -12.7 -5.08 0) (length 2.54)
+\t\t\t\t\t(name "COMP" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "5" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin input line
+\t\t\t\t\t(at -12.7 -10.16 0) (length 2.54)
+\t\t\t\t\t(name "FB" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "6" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin passive line
+\t\t\t\t\t(at 12.7 10.16 180) (length 2.54)
+\t\t\t\t\t(name "SW" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "12" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin passive line
+\t\t\t\t\t(at 12.7 5.08 180) (length 2.54)
+\t\t\t\t\t(name "BST" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "11" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin power_out line
+\t\t\t\t\t(at 12.7 0 180) (length 2.54)
+\t\t\t\t\t(name "VOUT" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "9" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin open_collector line
+\t\t\t\t\t(at 12.7 -5.08 180) (length 2.54)
+\t\t\t\t\t(name "PGOOD" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "8" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin power_in line
+\t\t\t\t\t(at 0 -15.24 90) (length 2.54)
+\t\t\t\t\t(name "PGND" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "15" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t\t(pin power_in line
+\t\t\t\t\t(at -5.08 -15.24 90) (length 2.54)
+\t\t\t\t\t(name "AGND" (effects (font (size 1.27 1.27))))
+\t\t\t\t\t(number "7" (effects (font (size 1.27 1.27))))
+\t\t\t\t)
+\t\t\t)
+\t\t\t(embedded_fonts no)
+\t\t)"""
+
+
+def generate_boost_circuit():
+ """Generate all the schematic elements for the TPS61088 boost converter.
+ Returns (junctions, wires, labels, no_connects, texts, symbols) as lists of strings.
+
+ Placed below the main circuit, centered around (80, 140).
+ """
+ junctions = []
+ wires = []
+ labels = []
+ no_connects = []
+ texts = []
+ symbols = []
+
+ pwr_idx = [30] # start well after existing power refs (existing go up to #PWR23)
+ def next_pwr():
+ pwr_idx[0] += 1
+ return f"#PWR{pwr_idx[0]:02d}"
+
+ # IC center
+ cx, cy = 80.01, 140.97
+
+ # Pin absolute positions
+ VIN = (cx - 12.7, cy - 10.16)
+ EN = (cx - 12.7, cy - 5.08)
+ SS = (cx - 12.7, cy)
+ COMP = (cx - 12.7, cy + 5.08)
+ FB = (cx - 12.7, cy + 10.16)
+ SW = (cx + 12.7, cy - 10.16)
+ BST = (cx + 12.7, cy - 5.08)
+ VOUT = (cx + 12.7, cy)
+ PG = (cx + 12.7, cy + 5.08)
+ PGND = (cx, cy + 15.24)
+ AGND = (cx - 5.08, cy + 15.24)
+
+ # Place TPS61088 IC
+ ic_pins = {str(i): uid() for i in [1, 3, 4, 5, 6, 7, 8, 9, 11, 12, 15]}
+ symbols.append(gen_symbol("TPS61088:TPS61088", "U1", "TPS61088", cx, cy, pins=ic_pins))
+
+ # ── INPUT SECTION ──
+ vin_rail_y = VIN[1]
+ pwr5v_x = 39.37
+ c1_x = 44.45
+ c2_x = 52.07
+ en_tap_x = 59.69
+
+ # +5V source
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:+5V", "+5V", pwr5v_x, vin_rail_y - 5.08, ref))
+ wires.append(gen_wire(pwr5v_x, vin_rail_y - 5.08, pwr5v_x, vin_rail_y))
+
+ # VIN rail (segmented)
+ wires.append(gen_wire(pwr5v_x, vin_rail_y, c1_x, vin_rail_y))
+ wires.append(gen_wire(c1_x, vin_rail_y, c2_x, vin_rail_y))
+ wires.append(gen_wire(c2_x, vin_rail_y, en_tap_x, vin_rail_y))
+ wires.append(gen_wire(en_tap_x, vin_rail_y, VIN[0], vin_rail_y))
+
+ # C1 input cap (22µF) — using Device:C (pins at ±3.81)
+ c1_cy = vin_rail_y + 6.35
+ symbols.append(gen_symbol("Device:C", "C4", "22uF", c1_x, c1_cy,
+ pins={"1": uid(), "2": uid()}))
+ wires.append(gen_wire(c1_x, c1_cy - 3.81, c1_x, vin_rail_y))
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:GND", "GND", c1_x, c1_cy + 6.35, ref))
+ wires.append(gen_wire(c1_x, c1_cy + 3.81, c1_x, c1_cy + 6.35))
+
+ # C2 input cap (22µF)
+ c2_cy = vin_rail_y + 6.35
+ symbols.append(gen_symbol("Device:C", "C5", "22uF", c2_x, c2_cy,
+ pins={"1": uid(), "2": uid()}))
+ wires.append(gen_wire(c2_x, c2_cy - 3.81, c2_x, vin_rail_y))
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:GND", "GND", c2_x, c2_cy + 6.35, ref))
+ wires.append(gen_wire(c2_x, c2_cy + 3.81, c2_x, c2_cy + 6.35))
+
+ # EN tied to VIN
+ wires.append(gen_wire(EN[0], EN[1], en_tap_x, EN[1]))
+ wires.append(gen_wire(en_tap_x, EN[1], en_tap_x, vin_rail_y))
+
+ # ── SOFT-START ──
+ ss_x = 59.69
+ c3_cy = SS[1] + 6.35
+ wires.append(gen_wire(SS[0], SS[1], ss_x, SS[1]))
+ symbols.append(gen_symbol("Device:C", "C6", "22nF", ss_x, c3_cy,
+ pins={"1": uid(), "2": uid()}))
+ wires.append(gen_wire(ss_x, SS[1], ss_x, c3_cy - 3.81))
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:GND", "GND", ss_x, c3_cy + 6.35, ref))
+ wires.append(gen_wire(ss_x, c3_cy + 3.81, ss_x, c3_cy + 6.35))
+
+ # ── COMPENSATION ──
+ comp_x = 52.07
+ r1_y = COMP[1] + 6.35
+ wires.append(gen_wire(COMP[0], COMP[1], comp_x, COMP[1]))
+ symbols.append(gen_symbol("Device:R", "R3", "30.1k", comp_x, r1_y, # COMP resistor
+ pins={"1": uid(), "2": uid()}))
+ wires.append(gen_wire(comp_x, COMP[1], comp_x, r1_y - 3.81))
+
+ c4_y = r1_y + 10.16
+ symbols.append(gen_symbol("Device:C", "C8", "47pF", comp_x, c4_y,
+ pins={"1": uid(), "2": uid()}))
+ wires.append(gen_wire(comp_x, r1_y + 3.81, comp_x, c4_y - 3.81))
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:GND", "GND", comp_x, c4_y + 6.35, ref))
+ wires.append(gen_wire(comp_x, c4_y + 3.81, comp_x, c4_y + 6.35))
+
+ # ── IC GROUND ──
+ gnd_y = PGND[1] + 5.08
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:GND", "GND", PGND[0], gnd_y, ref))
+ wires.append(gen_wire(PGND[0], PGND[1], PGND[0], gnd_y))
+ wires.append(gen_wire(AGND[0], AGND[1], AGND[0], gnd_y))
+ wires.append(gen_wire(AGND[0], gnd_y, PGND[0], gnd_y))
+ junctions.append(gen_junction(PGND[0], gnd_y))
+
+ # ── OUTPUT SECTION ──
+ c5_x = 97.79
+ l1_x = 102.87
+ l1_y = SW[1]
+ l1_pin1 = (l1_x - 3.81, l1_y)
+ l1_pin2 = (l1_x + 3.81, l1_y)
+
+ symbols.append(gen_symbol("Device:L", "L1", "2.2uH", l1_x, l1_y, rot=90,
+ pins={"1": uid(), "2": uid()}))
+
+ # SW → C5 junction → L1
+ wires.append(gen_wire(SW[0], SW[1], c5_x, SW[1]))
+ wires.append(gen_wire(c5_x, SW[1], l1_pin1[0], l1_pin1[1]))
+
+ # Bootstrap cap C5 (100nF)
+ c5_cy = SW[1] + 3.81
+ symbols.append(gen_symbol("Device:C", "C9", "100nF", c5_x, c5_cy,
+ pins={"1": uid(), "2": uid()}))
+ junctions.append(gen_junction(c5_x, SW[1]))
+ wires.append(gen_wire(c5_x, c5_cy + 3.81, BST[0], BST[1]))
+
+ # VOUT rail
+ vout_rail_x = 115.57
+ wires.append(gen_wire(l1_pin2[0], l1_pin2[1], vout_rail_x, l1_y))
+ wires.append(gen_wire(VOUT[0], VOUT[1], vout_rail_x, VOUT[1]))
+ wires.append(gen_wire(vout_rail_x, l1_y, vout_rail_x, VOUT[1]))
+
+ # Output caps
+ c6_x = 120.65
+ c7_x = 128.27
+
+ wires.append(gen_wire(vout_rail_x, l1_y, c6_x, l1_y))
+ wires.append(gen_wire(c6_x, l1_y, c7_x, l1_y))
+
+ c6_cy = l1_y + 6.35
+ symbols.append(gen_symbol("Device:C", "C10", "22uF", c6_x, c6_cy,
+ pins={"1": uid(), "2": uid()}))
+ wires.append(gen_wire(c6_x, c6_cy - 3.81, c6_x, l1_y))
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:GND", "GND", c6_x, c6_cy + 6.35, ref))
+ wires.append(gen_wire(c6_x, c6_cy + 3.81, c6_x, c6_cy + 6.35))
+
+ c7_cy = l1_y + 6.35
+ symbols.append(gen_symbol("Device:C", "C11", "22uF", c7_x, c7_cy,
+ pins={"1": uid(), "2": uid()}))
+ wires.append(gen_wire(c7_x, c7_cy - 3.81, c7_x, l1_y))
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:GND", "GND", c7_x, c7_cy + 6.35, ref))
+ wires.append(gen_wire(c7_x, c7_cy + 3.81, c7_x, c7_cy + 6.35))
+
+ # +12V output
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:+12V", "+12V", c7_x, l1_y - 5.08, ref))
+ wires.append(gen_wire(c7_x, l1_y, c7_x, l1_y - 5.08))
+ junctions.append(gen_junction(c7_x, l1_y))
+
+ # ── FEEDBACK DIVIDER ──
+ fb_x = vout_rail_x
+ r2_y = VOUT[1] + 6.35
+ symbols.append(gen_symbol("Device:R", "R4", "190k", fb_x, r2_y,
+ pins={"1": uid(), "2": uid()}))
+ wires.append(gen_wire(fb_x, VOUT[1], fb_x, r2_y - 3.81))
+ junctions.append(gen_junction(fb_x, VOUT[1]))
+
+ r3_y = r2_y + 10.16
+ symbols.append(gen_symbol("Device:R", "R5", "10k", fb_x, r3_y,
+ pins={"1": uid(), "2": uid()}))
+ wires.append(gen_wire(fb_x, r2_y + 3.81, fb_x, r3_y - 3.81))
+
+ # FB tap label
+ fb_tap_y = r2_y + 3.81
+ wires.append(gen_wire(fb_x, fb_tap_y, fb_x + 5.08, fb_tap_y))
+ labels.append(gen_label(fb_x + 5.08, fb_tap_y, "FB"))
+ junctions.append(gen_junction(fb_x, fb_tap_y))
+
+ # FB label at IC
+ wires.append(gen_wire(FB[0], FB[1], FB[0] - 5.08, FB[1]))
+ labels.append(gen_label(FB[0] - 5.08, FB[1], "FB", rot=180))
+
+ # R3 to GND
+ ref = next_pwr()
+ symbols.append(gen_pwr("power:GND", "GND", fb_x, r3_y + 6.35, ref))
+ wires.append(gen_wire(fb_x, r3_y + 3.81, fb_x, r3_y + 6.35))
+
+ # PGOOD no connect
+ no_connects.append(gen_no_connect(PG[0], PG[1]))
+
+ # ── NOTES ──
+ nx = 39.37
+ ny = 177.8
+ texts.append(gen_text(nx, ny, "TPS61088 Boost: 5V to 12V @ 2A"))
+ texts.append(gen_text(nx, ny + 3.81, "VOUT = 0.6V x (1 + 190k/10k) = 12.06V"))
+
+ return junctions, wires, labels, no_connects, texts, symbols
+
+
+def main():
+ infile = "firstpcb.kicad_sch"
+ outfile = "firstpcb.kicad_sch"
+
+ print(f"Reading {infile}...")
+ with open(infile, "r") as f:
+ text = f.read()
+
+ # Step 1: Remove L7805 lib_symbol
+ print("\nRemoving L7805 lib_symbol...")
+ text = remove_lib_symbol(text, REMOVE_LIB_SYMBOL)
+
+ # Step 2: Remove wires first (they reference removed components)
+ print("\nRemoving L7805 circuit wires...")
+ text = remove_blocks_by_uuid(text, REMOVE_WIRE_UUIDS)
+
+ # Step 3: Remove components and power symbols
+ print("\nRemoving L7805 circuit components...")
+ text = remove_blocks_by_uuid(text, REMOVE_UUIDS)
+
+ # Step 4: Add TPS61088 lib_symbol to lib_symbols section
+ print("\nAdding TPS61088 lib_symbol...")
+ # Find end of lib_symbols section (look for the closing paren before first junction/wire/label/symbol)
+ # The lib_symbols section ends with a line like "\t)"
+ # Find the pattern: a tab + ) that comes after all symbol definitions
+ lib_end_marker = "\n\t)\n"
+ # Find the FIRST occurrence of this pattern after "(lib_symbols"
+ lib_start = text.find("(lib_symbols")
+ if lib_start == -1:
+ print("ERROR: Could not find lib_symbols section", file=sys.stderr)
+ sys.exit(1)
+
+ # Find the end of lib_symbols by tracking paren depth
+ lib_paren = text.index("(", lib_start)
+ lib_end = find_block_end(text, lib_paren)
+ # Insert before the closing paren
+ insert_pos = lib_end
+ # Read Device:L lib_symbol from KiCad library (not embedded in this schematic)
+ device_l_sym = ""
+ kicad_sym_paths = [
+ "/nix/store/pbwczj1nsp823njj1kkw75a99jmkz958-kicad-symbols-884133df0a/share/kicad/symbols/Device.kicad_sym",
+ "/nix/store/6yiq36yhskjhga4mw63ypbw2wcb4f4m9-kicad-symbols-884133df0a/share/kicad/symbols/Device.kicad_sym",
+ ]
+ for path in kicad_sym_paths:
+ try:
+ with open(path) as lf:
+ ltext = lf.read()
+ ls = ltext.find('\n\t(symbol "L"')
+ if ls != -1:
+ ls += 1
+ li = ls
+ while ltext[li] != '(':
+ li += 1
+ ldepth = 0
+ lpos = li
+ while lpos < len(ltext):
+ if ltext[lpos] == '(':
+ ldepth += 1
+ elif ltext[lpos] == ')':
+ ldepth -= 1
+ if ldepth == 0:
+ device_l_sym = ltext[ls:lpos+1]
+ device_l_sym = device_l_sym.replace('(symbol "L"', '(symbol "Device:L"', 1)
+ # Add extra tab for nesting inside lib_symbols
+ device_l_sym = '\n'.join('\t' + line for line in device_l_sym.split('\n'))
+ print(f" Loaded Device:L from {path}")
+ break
+ lpos += 1
+ if device_l_sym:
+ break
+ except FileNotFoundError:
+ continue
+
+ text = text[:insert_pos] + "\n" + TPS61088_LIB_SYMBOL + "\n" + device_l_sym + "\n\t" + text[insert_pos:]
+
+ # Step 5: Generate and insert boost converter circuit
+ print("\nGenerating TPS61088 boost converter circuit...")
+ juncs, wires, lbls, ncs, txts, syms = generate_boost_circuit()
+
+ # Insert before (sheet_instances
+ sheet_marker = "\t(sheet_instances"
+ sheet_pos = text.find(sheet_marker)
+ if sheet_pos == -1:
+ print("ERROR: Could not find sheet_instances", file=sys.stderr)
+ sys.exit(1)
+
+ insert_blocks = []
+ insert_blocks.extend(juncs)
+ insert_blocks.extend(ncs)
+ insert_blocks.extend(wires)
+ insert_blocks.extend(lbls)
+ insert_blocks.extend(txts)
+ insert_blocks.extend(syms)
+
+ insert_text = "\n".join(insert_blocks) + "\n"
+ text = text[:sheet_pos] + insert_text + text[sheet_pos:]
+
+ # Step 6: Write output
+ print(f"\nWriting {outfile}...")
+ with open(outfile, "w") as f:
+ f.write(text)
+
+ print("Done! Open in KiCad to review.")
+
+
+if __name__ == "__main__":
+ main()
diff --git a/pcbway_export/README.txt b/pcbway_export/README.txt
new file mode 100644
index 0000000..c0b5ab8
--- /dev/null
+++ b/pcbway_export/README.txt
@@ -0,0 +1,39 @@
+firstpcb — PCBWay fabrication package
+======================================
+
+Board specifications
+--------------------
+Size: 81.0 mm x 60.0 mm (rectangular)
+Layers: 2 (F.Cu, B.Cu)
+Thickness: 1.6 mm (default; confirm in checkout)
+Min trace/space: 0.20 mm
+Min hole: 0.30 mm (PTH); 2.20 mm NPTH for M2 mounting holes
+Finish: HASL (default; ENIG OK)
+Solder mask: Green (default; any color)
+Silkscreen: White
+Units: mm, absolute origin
+
+File manifest
+-------------
+firstpcb-F_Cu.gtl Top copper
+firstpcb-B_Cu.gbl Bottom copper
+firstpcb-F_Mask.gts Top solder mask
+firstpcb-B_Mask.gbs Bottom solder mask
+firstpcb-F_Silkscreen.gto Top silkscreen
+firstpcb-B_Silkscreen.gbo Bottom silkscreen
+firstpcb-F_Paste.gtp Top paste (for stencil; optional)
+firstpcb-B_Paste.gbp Bottom paste (no SMD on bottom; effectively empty)
+firstpcb-Edge_Cuts.gm1 Board outline
+firstpcb-PTH.drl Plated through holes (78 hits)
+firstpcb-NPTH.drl Non-plated holes (4 hits, 2.20 mm M2 mounting)
+firstpcb-PTH-drl_map.pdf PTH drill map (reference only)
+firstpcb-NPTH-drl_map.pdf NPTH drill map (reference only)
+firstpcb-job.gbrjob KiCad gerber job file (reference)
+
+Notes
+-----
+- Gerber format: RS-274X (Protel extensions), 4.6 precision, mm.
+- Drill format: Excellon, absolute coords, mm, decimal zeros, separate PTH/NPTH.
+- DRC: passes with 0 errors. Only "library hygiene" warnings remain
+ (inline footprint copies of U2 and the 4 mounting holes differ from
+ their source libraries — no manufacturing impact).
diff --git a/pcbway_export/firstpcb-B_Cu.gbl b/pcbway_export/firstpcb-B_Cu.gbl
new file mode 100644
index 0000000..83bd4b4
--- /dev/null
+++ b/pcbway_export/firstpcb-B_Cu.gbl
@@ -0,0 +1,4521 @@
+G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,10.0.0*
+G04 #@! TF.CreationDate,2026-05-15T16:38:12-04:00*
+G04 #@! TF.ProjectId,firstpcb,66697273-7470-4636-922e-6b696361645f,rev?*
+G04 #@! TF.SameCoordinates,Original*
+G04 #@! TF.FileFunction,Copper,L2,Bot*
+G04 #@! TF.FilePolarity,Positive*
+%FSLAX46Y46*%
+G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
+G04 Created by KiCad (PCBNEW 10.0.0) date 2026-05-15 16:38:12*
+%MOMM*%
+%LPD*%
+G01*
+G04 APERTURE LIST*
+G04 Aperture macros list*
+%AMRoundRect*
+0 Rectangle with rounded corners*
+0 $1 Rounding radius*
+0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
+0 Add a 4 corners polygon primitive as box body*
+4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
+0 Add four circle primitives for the rounded corners*
+1,1,$1+$1,$2,$3*
+1,1,$1+$1,$4,$5*
+1,1,$1+$1,$6,$7*
+1,1,$1+$1,$8,$9*
+0 Add four rect primitives between the rounded corners*
+20,1,$1+$1,$2,$3,$4,$5,0*
+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*%
+G04 Aperture macros list end*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD10R,1.600000X1.600000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD11O,1.600000X1.600000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,WasherPad*
+%ADD12C,4.000000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD13RoundRect,0.250000X-0.600000X-0.725000X0.600000X-0.725000X0.600000X0.725000X-0.600000X0.725000X0*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD14O,1.700000X1.950000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD15C,1.500000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD16R,1.500000X1.500000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD17C,0.600000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD18RoundRect,0.250000X0.600000X0.725000X-0.600000X0.725000X-0.600000X-0.725000X0.600000X-0.725000X0*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ViaPad*
+%ADD19C,0.600000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,Conductor*
+%ADD20C,0.200000*%
+G04 #@! TD*
+G04 APERTURE END LIST*
+D10*
+G04 #@! TO.P,A4988,1,GND_1*
+G04 #@! TO.N,GND*
+X111340000Y-68890000D03*
+D11*
+G04 #@! TO.P,A4988,2,VDD_2*
+G04 #@! TO.N,+3.3V*
+X111340000Y-66350000D03*
+G04 #@! TO.P,A4988,3,1B_3*
+G04 #@! TO.N,Net-(A4988-1B)*
+X111340000Y-63810000D03*
+G04 #@! TO.P,A4988,4,1A_4*
+G04 #@! TO.N,Net-(A4988-1A)*
+X111340000Y-61270000D03*
+G04 #@! TO.P,A4988,5,2A_5*
+G04 #@! TO.N,Net-(A4988-2A)*
+X111340000Y-58730000D03*
+G04 #@! TO.P,A4988,6,2B_6*
+G04 #@! TO.N,Net-(A4988-2B)*
+X111340000Y-56190000D03*
+G04 #@! TO.P,A4988,7,GND_7*
+G04 #@! TO.N,GND*
+X111340000Y-53650000D03*
+G04 #@! TO.P,A4988,8,VMOT_8*
+G04 #@! TO.N,+12V*
+X111340000Y-51110000D03*
+G04 #@! TO.P,A4988,9,~{ENABLE}_9*
+G04 #@! TO.N,/MOTOR_EN*
+X98640000Y-51110000D03*
+G04 #@! TO.P,A4988,10,MS1_10*
+G04 #@! TO.N,GND*
+X98640000Y-53650000D03*
+G04 #@! TO.P,A4988,11,MS2_11*
+X98640000Y-56190000D03*
+G04 #@! TO.P,A4988,12,MS3_12*
+X98640000Y-58730000D03*
+G04 #@! TO.P,A4988,13,~{RESET}_13*
+G04 #@! TO.N,+3.3V*
+X98640000Y-61270000D03*
+G04 #@! TO.P,A4988,14,~{SLEEP}_14*
+X98640000Y-63810000D03*
+G04 #@! TO.P,A4988,15,STEP_15*
+G04 #@! TO.N,/STEP*
+X98640000Y-66350000D03*
+G04 #@! TO.P,A4988,16,DIR_16*
+G04 #@! TO.N,/DIR*
+X98640000Y-68890000D03*
+G04 #@! TD*
+D12*
+G04 #@! TO.P,MH4,*
+G04 #@! TO.N,*
+X138000000Y-97000000D03*
+G04 #@! TD*
+D13*
+G04 #@! TO.P,MotorPower1,1,Pin_1_1*
+G04 #@! TO.N,/MOTOR_CTRL*
+X124000000Y-44300000D03*
+D14*
+G04 #@! TO.P,MotorPower1,2,Pin_2_2*
+G04 #@! TO.N,GND*
+X126500000Y-44300000D03*
+G04 #@! TO.P,MotorPower1,3,Pin_3_3*
+G04 #@! TO.N,+5V*
+X129000000Y-44300000D03*
+G04 #@! TD*
+D12*
+G04 #@! TO.P,MH2,*
+G04 #@! TO.N,*
+X138000000Y-43000000D03*
+G04 #@! TD*
+D15*
+G04 #@! TO.P,ESP32-WROOM1,1,VIN_1*
+G04 #@! TO.N,+5V*
+X65000000Y-90560000D03*
+G04 #@! TO.P,ESP32-WROOM1,2,GND_2*
+G04 #@! TO.N,GND*
+X65000000Y-88020000D03*
+G04 #@! TO.P,ESP32-WROOM1,3,D13_3*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D13-Pad3)*
+X65000000Y-85480000D03*
+G04 #@! TO.P,ESP32-WROOM1,4,D12_4*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D12-Pad4)*
+X65000000Y-82940000D03*
+G04 #@! TO.P,ESP32-WROOM1,5,D14_5*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D14-Pad5)*
+X65000000Y-80400000D03*
+G04 #@! TO.P,ESP32-WROOM1,6,D27_6*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D27-Pad6)*
+X65000000Y-77860000D03*
+G04 #@! TO.P,ESP32-WROOM1,7,D26_7*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D26-Pad7)*
+X65000000Y-75320000D03*
+G04 #@! TO.P,ESP32-WROOM1,8,D25_8*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D25-Pad8)*
+X65000000Y-72780000D03*
+G04 #@! TO.P,ESP32-WROOM1,9,D32_9*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D32-Pad9)*
+X65000000Y-70240000D03*
+G04 #@! TO.P,ESP32-WROOM1,10,D33_10*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D33-Pad10)*
+X65000000Y-67700000D03*
+G04 #@! TO.P,ESP32-WROOM1,11,D35_11*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D35-Pad11)*
+X65000000Y-65160000D03*
+G04 #@! TO.P,ESP32-WROOM1,12,D34_12*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D34-Pad12)*
+X65000000Y-62620000D03*
+G04 #@! TO.P,ESP32-WROOM1,13,VN_13*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-VN-Pad13)*
+X65000000Y-60080000D03*
+G04 #@! TO.P,ESP32-WROOM1,14,VP_14*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-VP-Pad14)*
+X65000000Y-57540000D03*
+D16*
+G04 #@! TO.P,ESP32-WROOM1,15,EN_15*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-EN-Pad15)*
+X65000000Y-55000000D03*
+D15*
+G04 #@! TO.P,ESP32-WROOM1,16,3V3_16*
+G04 #@! TO.N,+3.3V*
+X90400000Y-90560000D03*
+G04 #@! TO.P,ESP32-WROOM1,17,GND_17*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-GND-Pad17)*
+X90400000Y-88020000D03*
+G04 #@! TO.P,ESP32-WROOM1,18,D15_18*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D15-Pad18)*
+X90400000Y-85480000D03*
+G04 #@! TO.P,ESP32-WROOM1,19,D2_19*
+G04 #@! TO.N,/MOTOR_CTRL*
+X90400000Y-82940000D03*
+G04 #@! TO.P,ESP32-WROOM1,20,D4_20*
+G04 #@! TO.N,/LIM_C*
+X90400000Y-80400000D03*
+G04 #@! TO.P,ESP32-WROOM1,21,D16_21*
+G04 #@! TO.N,/BOOST_EN*
+X90400000Y-77860000D03*
+G04 #@! TO.P,ESP32-WROOM1,22,D17_22*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D17-Pad22)*
+X90400000Y-75320000D03*
+G04 #@! TO.P,ESP32-WROOM1,23,D5_23*
+G04 #@! TO.N,/LIM_A*
+X90400000Y-72780000D03*
+G04 #@! TO.P,ESP32-WROOM1,24,D18_24*
+G04 #@! TO.N,/MOTOR_EN*
+X90400000Y-70240000D03*
+G04 #@! TO.P,ESP32-WROOM1,25,D19_25*
+G04 #@! TO.N,/DIR*
+X90400000Y-67700000D03*
+G04 #@! TO.P,ESP32-WROOM1,26,D21_26*
+G04 #@! TO.N,/STEP*
+X90400000Y-65160000D03*
+G04 #@! TO.P,ESP32-WROOM1,27,RX0_27*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-RX0-Pad27)*
+X90400000Y-62620000D03*
+G04 #@! TO.P,ESP32-WROOM1,28,TX0_28*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-TX0-Pad28)*
+X90400000Y-60080000D03*
+G04 #@! TO.P,ESP32-WROOM1,29,D22_29*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D22-Pad29)*
+X90400000Y-57540000D03*
+G04 #@! TO.P,ESP32-WROOM1,30,D23_30*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D23-Pad30)*
+X90400000Y-55000000D03*
+G04 #@! TD*
+D17*
+G04 #@! TO.P,U2,21*
+G04 #@! TO.N,GND*
+X117450000Y-76950000D03*
+X117450000Y-78000000D03*
+X118225000Y-76199999D03*
+X118225000Y-76950000D03*
+X118225000Y-78000000D03*
+X118225000Y-78750001D03*
+X119000000Y-76950000D03*
+X119000000Y-78000000D03*
+G04 #@! TD*
+D18*
+G04 #@! TO.P,SW1,1,A_1*
+G04 #@! TO.N,/LIM_C*
+X116000000Y-45000000D03*
+D14*
+G04 #@! TO.P,SW1,2,B_2*
+G04 #@! TO.N,+3.3V*
+X113500000Y-45000000D03*
+G04 #@! TO.P,SW1,3,C_3*
+G04 #@! TO.N,/LIM_A*
+X111000000Y-45000000D03*
+G04 #@! TD*
+D12*
+G04 #@! TO.P,MH1,*
+G04 #@! TO.N,*
+X63000000Y-43000000D03*
+G04 #@! TD*
+G04 #@! TO.P,MH3,*
+G04 #@! TO.N,*
+X63000000Y-97000000D03*
+G04 #@! TD*
+D13*
+G04 #@! TO.P,StepperConnection1,1,Pin_1_1*
+G04 #@! TO.N,Net-(A4988-1B)*
+X96000000Y-45000000D03*
+D14*
+G04 #@! TO.P,StepperConnection1,2,Pin_2_2*
+G04 #@! TO.N,Net-(A4988-1A)*
+X98500000Y-45000000D03*
+G04 #@! TO.P,StepperConnection1,3,Pin_3_3*
+G04 #@! TO.N,Net-(A4988-2A)*
+X101000000Y-45000000D03*
+G04 #@! TO.P,StepperConnection1,4,Pin_4_4*
+G04 #@! TO.N,Net-(A4988-2B)*
+X103500000Y-45000000D03*
+G04 #@! TD*
+D19*
+G04 #@! TO.N,/LIM_A*
+X131000000Y-95000000D03*
+G04 #@! TO.N,GND*
+X120000000Y-74200000D03*
+X103800000Y-94000000D03*
+X102600000Y-80200000D03*
+X98000000Y-80000000D03*
+G04 #@! TO.N,+3.3V*
+X102000000Y-78600000D03*
+G04 #@! TO.N,+12V*
+X98300000Y-94000000D03*
+X131000000Y-87000000D03*
+X123437500Y-91000000D03*
+X121000000Y-78000000D03*
+X134850000Y-59000000D03*
+X123437500Y-95000000D03*
+G04 #@! TO.N,/LIM_C*
+X96000000Y-80000000D03*
+G04 #@! TO.N,/BOOST_EN*
+X115000000Y-74000000D03*
+G04 #@! TD*
+G04 #@! TO.N,/LIM_A*
+D20*
+X111000000Y-45000000D02*
+X116500000Y-50500000D01*
+X90400000Y-72780000D02*
+X113720000Y-72780000D01*
+X135500000Y-69000000D02*
+X116500000Y-69000000D01*
+X116500000Y-70000000D02*
+X116500000Y-69000000D01*
+X113720000Y-72780000D02*
+X116500000Y-70000000D01*
+X131000000Y-95000000D02*
+X135500000Y-90500000D01*
+X135500000Y-90500000D02*
+X135500000Y-69000000D01*
+X116500000Y-50500000D02*
+X116500000Y-69000000D01*
+G04 #@! TO.N,GND*
+X104400000Y-80000000D02*
+X102800000Y-80000000D01*
+X104600000Y-79400000D02*
+X104600000Y-80000000D01*
+X101000000Y-77000000D02*
+X102600000Y-77000000D01*
+X109400000Y-74600000D02*
+X104600000Y-79400000D01*
+X104400000Y-80000000D02*
+X104400000Y-93400000D01*
+X98000000Y-80000000D02*
+X101000000Y-77000000D01*
+X119600000Y-74600000D02*
+X109400000Y-74600000D01*
+X120000000Y-74200000D02*
+X119600000Y-74600000D01*
+X102600000Y-80200000D02*
+X102600000Y-80000000D01*
+X102600000Y-77000000D02*
+X104600000Y-79000000D01*
+X104600000Y-79000000D02*
+X104600000Y-79400000D01*
+X104400000Y-93400000D02*
+X103800000Y-94000000D01*
+X104600000Y-80000000D02*
+X104400000Y-80000000D01*
+X102800000Y-80000000D02*
+X102600000Y-80200000D01*
+G04 #@! TO.N,+3.3V*
+X102000000Y-78600000D02*
+X102000000Y-78960000D01*
+X102000000Y-78960000D02*
+X90400000Y-90560000D01*
+G04 #@! TO.N,Net-(A4988-1B)*
+X99740000Y-48740000D02*
+X96000000Y-45000000D01*
+X99740000Y-52210000D02*
+X99740000Y-48740000D01*
+X111340000Y-63810000D02*
+X99740000Y-52210000D01*
+G04 #@! TO.N,Net-(A4988-1A)*
+X100500000Y-51000000D02*
+X110770000Y-61270000D01*
+X110770000Y-61270000D02*
+X111340000Y-61270000D01*
+X98500000Y-45000000D02*
+X100500000Y-47000000D01*
+X100500000Y-47000000D02*
+X100500000Y-51000000D01*
+G04 #@! TO.N,Net-(A4988-2A)*
+X101000000Y-46934314D02*
+X101000000Y-45000000D01*
+X108630000Y-57630000D02*
+X101900000Y-50900000D01*
+X101900000Y-47834314D02*
+X101000000Y-46934314D01*
+X111340000Y-58730000D02*
+X110240000Y-57630000D01*
+X110240000Y-57630000D02*
+X108630000Y-57630000D01*
+X101900000Y-50900000D02*
+X101900000Y-47834314D01*
+G04 #@! TO.N,Net-(A4988-2B)*
+X103500000Y-48350000D02*
+X111340000Y-56190000D01*
+X103500000Y-45000000D02*
+X103500000Y-48350000D01*
+G04 #@! TO.N,/MOTOR_EN*
+X93000000Y-56750000D02*
+X98640000Y-51110000D01*
+X93000000Y-67640000D02*
+X93000000Y-56750000D01*
+X90400000Y-70240000D02*
+X93000000Y-67640000D01*
+G04 #@! TO.N,/LIM_C*
+X114725000Y-43725000D02*
+X116000000Y-45000000D01*
+X84500000Y-74500000D02*
+X84500000Y-52500000D01*
+X95600000Y-80400000D02*
+X96000000Y-80000000D01*
+X90400000Y-80400000D02*
+X84500000Y-74500000D01*
+X93275000Y-43725000D02*
+X114725000Y-43725000D01*
+X90400000Y-80400000D02*
+X95600000Y-80400000D01*
+X84500000Y-52500000D02*
+X93275000Y-43725000D01*
+G04 #@! TO.N,/BOOST_EN*
+X115000000Y-74000000D02*
+X94260000Y-74000000D01*
+X94260000Y-74000000D02*
+X90400000Y-77860000D01*
+G04 #@! TD*
+G04 #@! TA.AperFunction,Conductor*
+G04 #@! TO.N,+12V*
+G36*
+X140442539Y-40520185D02*
+G01*
+X140488294Y-40572989D01*
+X140499500Y-40624500D01*
+X140499500Y-99375500D01*
+X140479815Y-99442539D01*
+X140427011Y-99488294D01*
+X140375500Y-99499500D01*
+X60624500Y-99499500D01*
+X60557461Y-99479815D01*
+X60511706Y-99427011D01*
+X60500500Y-99375500D01*
+X60500500Y-96855778D01*
+X60799500Y-96855778D01*
+X60799500Y-97144221D01*
+X60799501Y-97144238D01*
+X60837149Y-97430206D01*
+X60837150Y-97430211D01*
+X60837151Y-97430217D01*
+X60837152Y-97430219D01*
+X60911809Y-97708844D01*
+X60911814Y-97708860D01*
+X61022191Y-97975336D01*
+X61022199Y-97975352D01*
+X61166420Y-98225148D01*
+X61166431Y-98225164D01*
+X61342024Y-98454002D01*
+X61342030Y-98454009D01*
+X61545990Y-98657969D01*
+X61545996Y-98657974D01*
+X61774844Y-98833575D01*
+X61774851Y-98833579D01*
+X62024647Y-98977800D01*
+X62024663Y-98977808D01*
+X62291139Y-99088185D01*
+X62291145Y-99088186D01*
+X62291155Y-99088191D01*
+X62569783Y-99162849D01*
+X62855772Y-99200500D01*
+X62855779Y-99200500D01*
+X63144221Y-99200500D01*
+X63144228Y-99200500D01*
+X63430217Y-99162849D01*
+X63708845Y-99088191D01*
+X63708857Y-99088185D01*
+X63708860Y-99088185D01*
+X63975336Y-98977808D01*
+X63975339Y-98977806D01*
+X63975345Y-98977804D01*
+X64225156Y-98833575D01*
+X64454004Y-98657974D01*
+X64657974Y-98454004D01*
+X64833575Y-98225156D01*
+X64977804Y-97975345D01*
+X65088191Y-97708845D01*
+X65162849Y-97430217D01*
+X65200500Y-97144228D01*
+X65200500Y-96855778D01*
+X135799500Y-96855778D01*
+X135799500Y-97144221D01*
+X135799501Y-97144238D01*
+X135837149Y-97430206D01*
+X135837150Y-97430211D01*
+X135837151Y-97430217D01*
+X135837152Y-97430219D01*
+X135911809Y-97708844D01*
+X135911814Y-97708860D01*
+X136022191Y-97975336D01*
+X136022199Y-97975352D01*
+X136166420Y-98225148D01*
+X136166431Y-98225164D01*
+X136342024Y-98454002D01*
+X136342030Y-98454009D01*
+X136545990Y-98657969D01*
+X136545996Y-98657974D01*
+X136774844Y-98833575D01*
+X136774851Y-98833579D01*
+X137024647Y-98977800D01*
+X137024663Y-98977808D01*
+X137291139Y-99088185D01*
+X137291145Y-99088186D01*
+X137291155Y-99088191D01*
+X137569783Y-99162849D01*
+X137855772Y-99200500D01*
+X137855779Y-99200500D01*
+X138144221Y-99200500D01*
+X138144228Y-99200500D01*
+X138430217Y-99162849D01*
+X138708845Y-99088191D01*
+X138708857Y-99088185D01*
+X138708860Y-99088185D01*
+X138975336Y-98977808D01*
+X138975339Y-98977806D01*
+X138975345Y-98977804D01*
+X139225156Y-98833575D01*
+X139454004Y-98657974D01*
+X139657974Y-98454004D01*
+X139833575Y-98225156D01*
+X139977804Y-97975345D01*
+X140088191Y-97708845D01*
+X140162849Y-97430217D01*
+X140200500Y-97144228D01*
+X140200500Y-96855772D01*
+X140162849Y-96569783D01*
+X140088191Y-96291155D01*
+X140088186Y-96291145D01*
+X140088185Y-96291139D01*
+X139977808Y-96024663D01*
+X139977800Y-96024647D01*
+X139833579Y-95774851D01*
+X139833575Y-95774844D01*
+X139657974Y-95545996D01*
+X139657969Y-95545990D01*
+X139454009Y-95342030D01*
+X139454002Y-95342024D01*
+X139225164Y-95166431D01*
+X139225162Y-95166429D01*
+X139225156Y-95166425D01*
+X139225151Y-95166422D01*
+X139225148Y-95166420D01*
+X138975352Y-95022199D01*
+X138975336Y-95022191D01*
+X138708860Y-94911814D01*
+X138708848Y-94911810D01*
+X138708845Y-94911809D01*
+X138430217Y-94837151D01*
+X138430211Y-94837150D01*
+X138430206Y-94837149D01*
+X138144238Y-94799501D01*
+X138144233Y-94799500D01*
+X138144228Y-94799500D01*
+X137855772Y-94799500D01*
+X137855766Y-94799500D01*
+X137855761Y-94799501D01*
+X137569793Y-94837149D01*
+X137569786Y-94837150D01*
+X137569783Y-94837151D01*
+X137379448Y-94888151D01*
+X137291155Y-94911809D01*
+X137291139Y-94911814D01*
+X137024663Y-95022191D01*
+X137024647Y-95022199D01*
+X136774851Y-95166420D01*
+X136774835Y-95166431D01*
+X136545997Y-95342024D01*
+X136545990Y-95342030D01*
+X136342030Y-95545990D01*
+X136342024Y-95545997D01*
+X136166431Y-95774835D01*
+X136166420Y-95774851D01*
+X136022199Y-96024647D01*
+X136022191Y-96024663D01*
+X135911814Y-96291139D01*
+X135911809Y-96291155D01*
+X135837152Y-96569780D01*
+X135837149Y-96569793D01*
+X135799501Y-96855761D01*
+X135799500Y-96855778D01*
+X65200500Y-96855778D01*
+X65200500Y-96855772D01*
+X65162849Y-96569783D01*
+X65088191Y-96291155D01*
+X65088186Y-96291145D01*
+X65088185Y-96291139D01*
+X64977808Y-96024663D01*
+X64977800Y-96024647D01*
+X64833579Y-95774851D01*
+X64833575Y-95774844D01*
+X64657974Y-95545996D01*
+X64657969Y-95545990D01*
+X64454009Y-95342030D01*
+X64454002Y-95342024D01*
+X64225164Y-95166431D01*
+X64225162Y-95166429D01*
+X64225156Y-95166425D01*
+X64225151Y-95166422D01*
+X64225148Y-95166420D01*
+X63975352Y-95022199D01*
+X63975336Y-95022191D01*
+X63708860Y-94911814D01*
+X63708848Y-94911810D01*
+X63708845Y-94911809D01*
+X63430217Y-94837151D01*
+X63430211Y-94837150D01*
+X63430206Y-94837149D01*
+X63144238Y-94799501D01*
+X63144233Y-94799500D01*
+X63144228Y-94799500D01*
+X62855772Y-94799500D01*
+X62855766Y-94799500D01*
+X62855761Y-94799501D01*
+X62569793Y-94837149D01*
+X62569786Y-94837150D01*
+X62569783Y-94837151D01*
+X62379448Y-94888151D01*
+X62291155Y-94911809D01*
+X62291139Y-94911814D01*
+X62024663Y-95022191D01*
+X62024647Y-95022199D01*
+X61774851Y-95166420D01*
+X61774835Y-95166431D01*
+X61545997Y-95342024D01*
+X61545990Y-95342030D01*
+X61342030Y-95545990D01*
+X61342024Y-95545997D01*
+X61166431Y-95774835D01*
+X61166420Y-95774851D01*
+X61022199Y-96024647D01*
+X61022191Y-96024663D01*
+X60911814Y-96291139D01*
+X60911809Y-96291155D01*
+X60837152Y-96569780D01*
+X60837149Y-96569793D01*
+X60799501Y-96855761D01*
+X60799500Y-96855778D01*
+X60500500Y-96855778D01*
+X60500500Y-90466379D01*
+X64049500Y-90466379D01*
+X64049500Y-90653620D01*
+X64086025Y-90837243D01*
+X64086027Y-90837251D01*
+X64157676Y-91010228D01*
+X64157681Y-91010237D01*
+X64261697Y-91165907D01*
+X64261700Y-91165911D01*
+X64394088Y-91298299D01*
+X64394092Y-91298302D01*
+X64549762Y-91402318D01*
+X64549768Y-91402321D01*
+X64549769Y-91402322D01*
+X64722749Y-91473973D01*
+X64906379Y-91510499D01*
+X64906383Y-91510500D01*
+X64906384Y-91510500D01*
+X65093617Y-91510500D01*
+X65093618Y-91510499D01*
+X65277251Y-91473973D01*
+X65450231Y-91402322D01*
+X65605908Y-91298302D01*
+X65738302Y-91165908D01*
+X65842322Y-91010231D01*
+X65913973Y-90837251D01*
+X65950500Y-90653616D01*
+X65950500Y-90466384D01*
+X65950499Y-90466379D01*
+X89449500Y-90466379D01*
+X89449500Y-90653620D01*
+X89486025Y-90837243D01*
+X89486027Y-90837251D01*
+X89557676Y-91010228D01*
+X89557681Y-91010237D01*
+X89661697Y-91165907D01*
+X89661700Y-91165911D01*
+X89794088Y-91298299D01*
+X89794092Y-91298302D01*
+X89949762Y-91402318D01*
+X89949768Y-91402321D01*
+X89949769Y-91402322D01*
+X90122749Y-91473973D01*
+X90306379Y-91510499D01*
+X90306383Y-91510500D01*
+X90306384Y-91510500D01*
+X90493617Y-91510500D01*
+X90493618Y-91510499D01*
+X90677251Y-91473973D01*
+X90850231Y-91402322D01*
+X91005908Y-91298302D01*
+X91138302Y-91165908D01*
+X91242322Y-91010231D01*
+X91313973Y-90837251D01*
+X91350500Y-90653616D01*
+X91350500Y-90466384D01*
+X91313973Y-90282749D01*
+X91283657Y-90209561D01*
+X91276189Y-90140097D01*
+X91307463Y-90077617D01*
+X91310510Y-90074459D01*
+X102240460Y-79144511D01*
+X102254623Y-79119979D01*
+X102280021Y-79075989D01*
+X102291451Y-79033328D01*
+X102295131Y-79024871D01*
+X102307957Y-79009517D01*
+X102321153Y-78986660D01*
+X102400500Y-78907314D01*
+X102466392Y-78793186D01*
+X102500500Y-78665892D01*
+X102500500Y-78534108D01*
+X102466392Y-78406814D01*
+X102400500Y-78292686D01*
+X102307314Y-78199500D01*
+X102250250Y-78166554D01*
+X102193187Y-78133608D01*
+X102129539Y-78116554D01*
+X102065892Y-78099500D01*
+X101934108Y-78099500D01*
+X101806812Y-78133608D01*
+X101692686Y-78199500D01*
+X101692683Y-78199502D01*
+X101599502Y-78292683D01*
+X101599500Y-78292686D01*
+X101533608Y-78406812D01*
+X101517644Y-78466392D01*
+X101499500Y-78534108D01*
+X101499500Y-78665892D01*
+X101528460Y-78773974D01*
+X101533609Y-78793188D01*
+X101533609Y-78793189D01*
+X101562252Y-78842800D01*
+X101578725Y-78910700D01*
+X101555872Y-78976727D01*
+X101542546Y-78992481D01*
+X90885567Y-89649460D01*
+X90824244Y-89682945D01*
+X90754552Y-89677961D01*
+X90750433Y-89676340D01*
+X90677251Y-89646027D01*
+X90677243Y-89646025D01*
+X90493620Y-89609500D01*
+X90493616Y-89609500D01*
+X90306384Y-89609500D01*
+X90306379Y-89609500D01*
+X90122756Y-89646025D01*
+X90122748Y-89646027D01*
+X89949771Y-89717676D01*
+X89949762Y-89717681D01*
+X89794092Y-89821697D01*
+X89794088Y-89821700D01*
+X89661700Y-89954088D01*
+X89661697Y-89954092D01*
+X89557681Y-90109762D01*
+X89557676Y-90109771D01*
+X89486027Y-90282748D01*
+X89486025Y-90282756D01*
+X89449500Y-90466379D01*
+X65950499Y-90466379D01*
+X65913973Y-90282749D01*
+X65842322Y-90109769D01*
+X65842321Y-90109768D01*
+X65842318Y-90109762D01*
+X65738302Y-89954092D01*
+X65738299Y-89954088D01*
+X65605911Y-89821700D01*
+X65605907Y-89821697D01*
+X65450237Y-89717681D01*
+X65450228Y-89717676D01*
+X65277251Y-89646027D01*
+X65277243Y-89646025D01*
+X65093620Y-89609500D01*
+X65093616Y-89609500D01*
+X64906384Y-89609500D01*
+X64906379Y-89609500D01*
+X64722756Y-89646025D01*
+X64722748Y-89646027D01*
+X64549771Y-89717676D01*
+X64549762Y-89717681D01*
+X64394092Y-89821697D01*
+X64394088Y-89821700D01*
+X64261700Y-89954088D01*
+X64261697Y-89954092D01*
+X64157681Y-90109762D01*
+X64157676Y-90109771D01*
+X64086027Y-90282748D01*
+X64086025Y-90282756D01*
+X64049500Y-90466379D01*
+X60500500Y-90466379D01*
+X60500500Y-87926379D01*
+X64049500Y-87926379D01*
+X64049500Y-88113620D01*
+X64086025Y-88297243D01*
+X64086027Y-88297251D01*
+X64157676Y-88470228D01*
+X64157681Y-88470237D01*
+X64261697Y-88625907D01*
+X64261700Y-88625911D01*
+X64394088Y-88758299D01*
+X64394092Y-88758302D01*
+X64549762Y-88862318D01*
+X64549768Y-88862321D01*
+X64549769Y-88862322D01*
+X64722749Y-88933973D01*
+X64906379Y-88970499D01*
+X64906383Y-88970500D01*
+X64906384Y-88970500D01*
+X65093617Y-88970500D01*
+X65093618Y-88970499D01*
+X65277251Y-88933973D01*
+X65450231Y-88862322D01*
+X65605908Y-88758302D01*
+X65738302Y-88625908D01*
+X65842322Y-88470231D01*
+X65913973Y-88297251D01*
+X65950500Y-88113616D01*
+X65950500Y-87926384D01*
+X65950499Y-87926379D01*
+X89449500Y-87926379D01*
+X89449500Y-88113620D01*
+X89486025Y-88297243D01*
+X89486027Y-88297251D01*
+X89557676Y-88470228D01*
+X89557681Y-88470237D01*
+X89661697Y-88625907D01*
+X89661700Y-88625911D01*
+X89794088Y-88758299D01*
+X89794092Y-88758302D01*
+X89949762Y-88862318D01*
+X89949768Y-88862321D01*
+X89949769Y-88862322D01*
+X90122749Y-88933973D01*
+X90306379Y-88970499D01*
+X90306383Y-88970500D01*
+X90306384Y-88970500D01*
+X90493617Y-88970500D01*
+X90493618Y-88970499D01*
+X90677251Y-88933973D01*
+X90850231Y-88862322D01*
+X91005908Y-88758302D01*
+X91138302Y-88625908D01*
+X91242322Y-88470231D01*
+X91313973Y-88297251D01*
+X91350500Y-88113616D01*
+X91350500Y-87926384D01*
+X91313973Y-87742749D01*
+X91242322Y-87569769D01*
+X91242321Y-87569768D01*
+X91242318Y-87569762D01*
+X91138302Y-87414092D01*
+X91138299Y-87414088D01*
+X91005911Y-87281700D01*
+X91005907Y-87281697D01*
+X90850237Y-87177681D01*
+X90850228Y-87177676D01*
+X90677251Y-87106027D01*
+X90677243Y-87106025D01*
+X90493620Y-87069500D01*
+X90493616Y-87069500D01*
+X90306384Y-87069500D01*
+X90306379Y-87069500D01*
+X90122756Y-87106025D01*
+X90122748Y-87106027D01*
+X89949771Y-87177676D01*
+X89949762Y-87177681D01*
+X89794092Y-87281697D01*
+X89794088Y-87281700D01*
+X89661700Y-87414088D01*
+X89661697Y-87414092D01*
+X89557681Y-87569762D01*
+X89557676Y-87569771D01*
+X89486027Y-87742748D01*
+X89486025Y-87742756D01*
+X89449500Y-87926379D01*
+X65950499Y-87926379D01*
+X65913973Y-87742749D01*
+X65842322Y-87569769D01*
+X65842321Y-87569768D01*
+X65842318Y-87569762D01*
+X65738302Y-87414092D01*
+X65738299Y-87414088D01*
+X65605911Y-87281700D01*
+X65605907Y-87281697D01*
+X65450237Y-87177681D01*
+X65450228Y-87177676D01*
+X65277251Y-87106027D01*
+X65277243Y-87106025D01*
+X65093620Y-87069500D01*
+X65093616Y-87069500D01*
+X64906384Y-87069500D01*
+X64906379Y-87069500D01*
+X64722756Y-87106025D01*
+X64722748Y-87106027D01*
+X64549771Y-87177676D01*
+X64549762Y-87177681D01*
+X64394092Y-87281697D01*
+X64394088Y-87281700D01*
+X64261700Y-87414088D01*
+X64261697Y-87414092D01*
+X64157681Y-87569762D01*
+X64157676Y-87569771D01*
+X64086027Y-87742748D01*
+X64086025Y-87742756D01*
+X64049500Y-87926379D01*
+X60500500Y-87926379D01*
+X60500500Y-85386379D01*
+X64049500Y-85386379D01*
+X64049500Y-85573620D01*
+X64086025Y-85757243D01*
+X64086027Y-85757251D01*
+X64157676Y-85930228D01*
+X64157681Y-85930237D01*
+X64261697Y-86085907D01*
+X64261700Y-86085911D01*
+X64394088Y-86218299D01*
+X64394092Y-86218302D01*
+X64549762Y-86322318D01*
+X64549768Y-86322321D01*
+X64549769Y-86322322D01*
+X64722749Y-86393973D01*
+X64906379Y-86430499D01*
+X64906383Y-86430500D01*
+X64906384Y-86430500D01*
+X65093617Y-86430500D01*
+X65093618Y-86430499D01*
+X65277251Y-86393973D01*
+X65450231Y-86322322D01*
+X65605908Y-86218302D01*
+X65738302Y-86085908D01*
+X65842322Y-85930231D01*
+X65913973Y-85757251D01*
+X65950500Y-85573616D01*
+X65950500Y-85386384D01*
+X65950499Y-85386379D01*
+X89449500Y-85386379D01*
+X89449500Y-85573620D01*
+X89486025Y-85757243D01*
+X89486027Y-85757251D01*
+X89557676Y-85930228D01*
+X89557681Y-85930237D01*
+X89661697Y-86085907D01*
+X89661700Y-86085911D01*
+X89794088Y-86218299D01*
+X89794092Y-86218302D01*
+X89949762Y-86322318D01*
+X89949768Y-86322321D01*
+X89949769Y-86322322D01*
+X90122749Y-86393973D01*
+X90306379Y-86430499D01*
+X90306383Y-86430500D01*
+X90306384Y-86430500D01*
+X90493617Y-86430500D01*
+X90493618Y-86430499D01*
+X90677251Y-86393973D01*
+X90850231Y-86322322D01*
+X91005908Y-86218302D01*
+X91138302Y-86085908D01*
+X91242322Y-85930231D01*
+X91313973Y-85757251D01*
+X91350500Y-85573616D01*
+X91350500Y-85386384D01*
+X91313973Y-85202749D01*
+X91242322Y-85029769D01*
+X91242321Y-85029768D01*
+X91242318Y-85029762D01*
+X91138302Y-84874092D01*
+X91138299Y-84874088D01*
+X91005911Y-84741700D01*
+X91005907Y-84741697D01*
+X90850237Y-84637681D01*
+X90850228Y-84637676D01*
+X90677251Y-84566027D01*
+X90677243Y-84566025D01*
+X90493620Y-84529500D01*
+X90493616Y-84529500D01*
+X90306384Y-84529500D01*
+X90306379Y-84529500D01*
+X90122756Y-84566025D01*
+X90122748Y-84566027D01*
+X89949771Y-84637676D01*
+X89949762Y-84637681D01*
+X89794092Y-84741697D01*
+X89794088Y-84741700D01*
+X89661700Y-84874088D01*
+X89661697Y-84874092D01*
+X89557681Y-85029762D01*
+X89557676Y-85029771D01*
+X89486027Y-85202748D01*
+X89486025Y-85202756D01*
+X89449500Y-85386379D01*
+X65950499Y-85386379D01*
+X65913973Y-85202749D01*
+X65842322Y-85029769D01*
+X65842321Y-85029768D01*
+X65842318Y-85029762D01*
+X65738302Y-84874092D01*
+X65738299Y-84874088D01*
+X65605911Y-84741700D01*
+X65605907Y-84741697D01*
+X65450237Y-84637681D01*
+X65450228Y-84637676D01*
+X65277251Y-84566027D01*
+X65277243Y-84566025D01*
+X65093620Y-84529500D01*
+X65093616Y-84529500D01*
+X64906384Y-84529500D01*
+X64906379Y-84529500D01*
+X64722756Y-84566025D01*
+X64722748Y-84566027D01*
+X64549771Y-84637676D01*
+X64549762Y-84637681D01*
+X64394092Y-84741697D01*
+X64394088Y-84741700D01*
+X64261700Y-84874088D01*
+X64261697Y-84874092D01*
+X64157681Y-85029762D01*
+X64157676Y-85029771D01*
+X64086027Y-85202748D01*
+X64086025Y-85202756D01*
+X64049500Y-85386379D01*
+X60500500Y-85386379D01*
+X60500500Y-82846379D01*
+X64049500Y-82846379D01*
+X64049500Y-83033620D01*
+X64086025Y-83217243D01*
+X64086027Y-83217251D01*
+X64157676Y-83390228D01*
+X64157681Y-83390237D01*
+X64261697Y-83545907D01*
+X64261700Y-83545911D01*
+X64394088Y-83678299D01*
+X64394092Y-83678302D01*
+X64549762Y-83782318D01*
+X64549768Y-83782321D01*
+X64549769Y-83782322D01*
+X64722749Y-83853973D01*
+X64906379Y-83890499D01*
+X64906383Y-83890500D01*
+X64906384Y-83890500D01*
+X65093617Y-83890500D01*
+X65093618Y-83890499D01*
+X65277251Y-83853973D01*
+X65450231Y-83782322D01*
+X65605908Y-83678302D01*
+X65738302Y-83545908D01*
+X65842322Y-83390231D01*
+X65913973Y-83217251D01*
+X65950500Y-83033616D01*
+X65950500Y-82846384D01*
+X65950499Y-82846379D01*
+X89449500Y-82846379D01*
+X89449500Y-83033620D01*
+X89486025Y-83217243D01*
+X89486027Y-83217251D01*
+X89557676Y-83390228D01*
+X89557681Y-83390237D01*
+X89661697Y-83545907D01*
+X89661700Y-83545911D01*
+X89794088Y-83678299D01*
+X89794092Y-83678302D01*
+X89949762Y-83782318D01*
+X89949768Y-83782321D01*
+X89949769Y-83782322D01*
+X90122749Y-83853973D01*
+X90306379Y-83890499D01*
+X90306383Y-83890500D01*
+X90306384Y-83890500D01*
+X90493617Y-83890500D01*
+X90493618Y-83890499D01*
+X90677251Y-83853973D01*
+X90850231Y-83782322D01*
+X91005908Y-83678302D01*
+X91138302Y-83545908D01*
+X91242322Y-83390231D01*
+X91313973Y-83217251D01*
+X91350500Y-83033616D01*
+X91350500Y-82846384D01*
+X91313973Y-82662749D01*
+X91242322Y-82489769D01*
+X91242321Y-82489768D01*
+X91242318Y-82489762D01*
+X91138302Y-82334092D01*
+X91138299Y-82334088D01*
+X91005911Y-82201700D01*
+X91005907Y-82201697D01*
+X90850237Y-82097681D01*
+X90850228Y-82097676D01*
+X90677251Y-82026027D01*
+X90677243Y-82026025D01*
+X90493620Y-81989500D01*
+X90493616Y-81989500D01*
+X90306384Y-81989500D01*
+X90306379Y-81989500D01*
+X90122756Y-82026025D01*
+X90122748Y-82026027D01*
+X89949771Y-82097676D01*
+X89949762Y-82097681D01*
+X89794092Y-82201697D01*
+X89794088Y-82201700D01*
+X89661700Y-82334088D01*
+X89661697Y-82334092D01*
+X89557681Y-82489762D01*
+X89557676Y-82489771D01*
+X89486027Y-82662748D01*
+X89486025Y-82662756D01*
+X89449500Y-82846379D01*
+X65950499Y-82846379D01*
+X65913973Y-82662749D01*
+X65842322Y-82489769D01*
+X65842321Y-82489768D01*
+X65842318Y-82489762D01*
+X65738302Y-82334092D01*
+X65738299Y-82334088D01*
+X65605911Y-82201700D01*
+X65605907Y-82201697D01*
+X65450237Y-82097681D01*
+X65450228Y-82097676D01*
+X65277251Y-82026027D01*
+X65277243Y-82026025D01*
+X65093620Y-81989500D01*
+X65093616Y-81989500D01*
+X64906384Y-81989500D01*
+X64906379Y-81989500D01*
+X64722756Y-82026025D01*
+X64722748Y-82026027D01*
+X64549771Y-82097676D01*
+X64549762Y-82097681D01*
+X64394092Y-82201697D01*
+X64394088Y-82201700D01*
+X64261700Y-82334088D01*
+X64261697Y-82334092D01*
+X64157681Y-82489762D01*
+X64157676Y-82489771D01*
+X64086027Y-82662748D01*
+X64086025Y-82662756D01*
+X64049500Y-82846379D01*
+X60500500Y-82846379D01*
+X60500500Y-80306379D01*
+X64049500Y-80306379D01*
+X64049500Y-80493620D01*
+X64086025Y-80677243D01*
+X64086027Y-80677251D01*
+X64157676Y-80850228D01*
+X64157681Y-80850237D01*
+X64261697Y-81005907D01*
+X64261700Y-81005911D01*
+X64394088Y-81138299D01*
+X64394092Y-81138302D01*
+X64549762Y-81242318D01*
+X64549768Y-81242321D01*
+X64549769Y-81242322D01*
+X64722749Y-81313973D01*
+X64906379Y-81350499D01*
+X64906383Y-81350500D01*
+X64906384Y-81350500D01*
+X65093617Y-81350500D01*
+X65093618Y-81350499D01*
+X65277251Y-81313973D01*
+X65450231Y-81242322D01*
+X65605908Y-81138302D01*
+X65738302Y-81005908D01*
+X65842322Y-80850231D01*
+X65913973Y-80677251D01*
+X65950500Y-80493616D01*
+X65950500Y-80306384D01*
+X65913973Y-80122749D01*
+X65842322Y-79949769D01*
+X65842321Y-79949768D01*
+X65842318Y-79949762D01*
+X65738302Y-79794092D01*
+X65738299Y-79794088D01*
+X65605911Y-79661700D01*
+X65605907Y-79661697D01*
+X65450237Y-79557681D01*
+X65450228Y-79557676D01*
+X65277251Y-79486027D01*
+X65277243Y-79486025D01*
+X65093620Y-79449500D01*
+X65093616Y-79449500D01*
+X64906384Y-79449500D01*
+X64906379Y-79449500D01*
+X64722756Y-79486025D01*
+X64722748Y-79486027D01*
+X64549771Y-79557676D01*
+X64549762Y-79557681D01*
+X64394092Y-79661697D01*
+X64394088Y-79661700D01*
+X64261700Y-79794088D01*
+X64261697Y-79794092D01*
+X64157681Y-79949762D01*
+X64157676Y-79949771D01*
+X64086027Y-80122748D01*
+X64086025Y-80122756D01*
+X64049500Y-80306379D01*
+X60500500Y-80306379D01*
+X60500500Y-77766379D01*
+X64049500Y-77766379D01*
+X64049500Y-77953620D01*
+X64086025Y-78137243D01*
+X64086027Y-78137251D01*
+X64157676Y-78310228D01*
+X64157681Y-78310237D01*
+X64261697Y-78465907D01*
+X64261700Y-78465911D01*
+X64394088Y-78598299D01*
+X64394092Y-78598302D01*
+X64549762Y-78702318D01*
+X64549768Y-78702321D01*
+X64549769Y-78702322D01*
+X64722749Y-78773973D01*
+X64906379Y-78810499D01*
+X64906383Y-78810500D01*
+X64906384Y-78810500D01*
+X65093617Y-78810500D01*
+X65093618Y-78810499D01*
+X65277251Y-78773973D01*
+X65450231Y-78702322D01*
+X65605908Y-78598302D01*
+X65738302Y-78465908D01*
+X65842322Y-78310231D01*
+X65913973Y-78137251D01*
+X65950500Y-77953616D01*
+X65950500Y-77766384D01*
+X65913973Y-77582749D01*
+X65851952Y-77433018D01*
+X65842323Y-77409771D01*
+X65842318Y-77409762D01*
+X65738302Y-77254092D01*
+X65738299Y-77254088D01*
+X65605911Y-77121700D01*
+X65605907Y-77121697D01*
+X65450237Y-77017681D01*
+X65450228Y-77017676D01*
+X65277251Y-76946027D01*
+X65277243Y-76946025D01*
+X65093620Y-76909500D01*
+X65093616Y-76909500D01*
+X64906384Y-76909500D01*
+X64906379Y-76909500D01*
+X64722756Y-76946025D01*
+X64722748Y-76946027D01*
+X64549771Y-77017676D01*
+X64549762Y-77017681D01*
+X64394092Y-77121697D01*
+X64394088Y-77121700D01*
+X64261700Y-77254088D01*
+X64261697Y-77254092D01*
+X64157681Y-77409762D01*
+X64157676Y-77409771D01*
+X64086027Y-77582748D01*
+X64086025Y-77582756D01*
+X64049500Y-77766379D01*
+X60500500Y-77766379D01*
+X60500500Y-75226379D01*
+X64049500Y-75226379D01*
+X64049500Y-75413620D01*
+X64086025Y-75597243D01*
+X64086027Y-75597251D01*
+X64157676Y-75770228D01*
+X64157681Y-75770237D01*
+X64261697Y-75925907D01*
+X64261700Y-75925911D01*
+X64394088Y-76058299D01*
+X64394092Y-76058302D01*
+X64549762Y-76162318D01*
+X64549768Y-76162321D01*
+X64549769Y-76162322D01*
+X64722749Y-76233973D01*
+X64883198Y-76265888D01*
+X64906379Y-76270499D01*
+X64906383Y-76270500D01*
+X64906384Y-76270500D01*
+X65093617Y-76270500D01*
+X65093618Y-76270499D01*
+X65277251Y-76233973D01*
+X65450231Y-76162322D01*
+X65605908Y-76058302D01*
+X65738302Y-75925908D01*
+X65842322Y-75770231D01*
+X65913973Y-75597251D01*
+X65950500Y-75413616D01*
+X65950500Y-75226384D01*
+X65913973Y-75042749D01*
+X65842322Y-74869769D01*
+X65842321Y-74869768D01*
+X65842318Y-74869762D01*
+X65738302Y-74714092D01*
+X65738299Y-74714088D01*
+X65605911Y-74581700D01*
+X65605907Y-74581697D01*
+X65450237Y-74477681D01*
+X65450228Y-74477676D01*
+X65277251Y-74406027D01*
+X65277243Y-74406025D01*
+X65093620Y-74369500D01*
+X65093616Y-74369500D01*
+X64906384Y-74369500D01*
+X64906379Y-74369500D01*
+X64722756Y-74406025D01*
+X64722748Y-74406027D01*
+X64549771Y-74477676D01*
+X64549762Y-74477681D01*
+X64394092Y-74581697D01*
+X64394088Y-74581700D01*
+X64261700Y-74714088D01*
+X64261697Y-74714092D01*
+X64157681Y-74869762D01*
+X64157676Y-74869771D01*
+X64086027Y-75042748D01*
+X64086025Y-75042756D01*
+X64049500Y-75226379D01*
+X60500500Y-75226379D01*
+X60500500Y-72686379D01*
+X64049500Y-72686379D01*
+X64049500Y-72873620D01*
+X64086025Y-73057243D01*
+X64086027Y-73057251D01*
+X64157676Y-73230228D01*
+X64157681Y-73230237D01*
+X64261697Y-73385907D01*
+X64261700Y-73385911D01*
+X64394088Y-73518299D01*
+X64394092Y-73518302D01*
+X64549762Y-73622318D01*
+X64549768Y-73622321D01*
+X64549769Y-73622322D01*
+X64722749Y-73693973D01*
+X64906379Y-73730499D01*
+X64906383Y-73730500D01*
+X64906384Y-73730500D01*
+X65093617Y-73730500D01*
+X65093618Y-73730499D01*
+X65277251Y-73693973D01*
+X65450231Y-73622322D01*
+X65605908Y-73518302D01*
+X65738302Y-73385908D01*
+X65842322Y-73230231D01*
+X65913973Y-73057251D01*
+X65950500Y-72873616D01*
+X65950500Y-72686384D01*
+X65913973Y-72502749D01*
+X65842322Y-72329769D01*
+X65842321Y-72329768D01*
+X65842318Y-72329762D01*
+X65738302Y-72174092D01*
+X65738299Y-72174088D01*
+X65605911Y-72041700D01*
+X65605907Y-72041697D01*
+X65450237Y-71937681D01*
+X65450228Y-71937676D01*
+X65277251Y-71866027D01*
+X65277243Y-71866025D01*
+X65093620Y-71829500D01*
+X65093616Y-71829500D01*
+X64906384Y-71829500D01*
+X64906379Y-71829500D01*
+X64722756Y-71866025D01*
+X64722748Y-71866027D01*
+X64549771Y-71937676D01*
+X64549762Y-71937681D01*
+X64394092Y-72041697D01*
+X64394088Y-72041700D01*
+X64261700Y-72174088D01*
+X64261697Y-72174092D01*
+X64157681Y-72329762D01*
+X64157676Y-72329771D01*
+X64086027Y-72502748D01*
+X64086025Y-72502756D01*
+X64049500Y-72686379D01*
+X60500500Y-72686379D01*
+X60500500Y-70146379D01*
+X64049500Y-70146379D01*
+X64049500Y-70333620D01*
+X64086025Y-70517243D01*
+X64086027Y-70517251D01*
+X64157676Y-70690228D01*
+X64157681Y-70690237D01*
+X64261697Y-70845907D01*
+X64261700Y-70845911D01*
+X64394088Y-70978299D01*
+X64394092Y-70978302D01*
+X64549762Y-71082318D01*
+X64549768Y-71082321D01*
+X64549769Y-71082322D01*
+X64722749Y-71153973D01*
+X64906379Y-71190499D01*
+X64906383Y-71190500D01*
+X64906384Y-71190500D01*
+X65093617Y-71190500D01*
+X65093618Y-71190499D01*
+X65277251Y-71153973D01*
+X65450231Y-71082322D01*
+X65605908Y-70978302D01*
+X65738302Y-70845908D01*
+X65842322Y-70690231D01*
+X65913973Y-70517251D01*
+X65950500Y-70333616D01*
+X65950500Y-70146384D01*
+X65913973Y-69962749D01*
+X65842322Y-69789769D01*
+X65842321Y-69789768D01*
+X65842318Y-69789762D01*
+X65738302Y-69634092D01*
+X65738299Y-69634088D01*
+X65605911Y-69501700D01*
+X65605907Y-69501697D01*
+X65450237Y-69397681D01*
+X65450228Y-69397676D01*
+X65277251Y-69326027D01*
+X65277243Y-69326025D01*
+X65093620Y-69289500D01*
+X65093616Y-69289500D01*
+X64906384Y-69289500D01*
+X64906379Y-69289500D01*
+X64722756Y-69326025D01*
+X64722748Y-69326027D01*
+X64549771Y-69397676D01*
+X64549762Y-69397681D01*
+X64394092Y-69501697D01*
+X64394088Y-69501700D01*
+X64261700Y-69634088D01*
+X64261697Y-69634092D01*
+X64157681Y-69789762D01*
+X64157676Y-69789771D01*
+X64086027Y-69962748D01*
+X64086025Y-69962756D01*
+X64049500Y-70146379D01*
+X60500500Y-70146379D01*
+X60500500Y-67606379D01*
+X64049500Y-67606379D01*
+X64049500Y-67793620D01*
+X64086025Y-67977243D01*
+X64086027Y-67977251D01*
+X64157676Y-68150228D01*
+X64157681Y-68150237D01*
+X64261697Y-68305907D01*
+X64261700Y-68305911D01*
+X64394088Y-68438299D01*
+X64394092Y-68438302D01*
+X64549762Y-68542318D01*
+X64549768Y-68542321D01*
+X64549769Y-68542322D01*
+X64722749Y-68613973D01*
+X64906379Y-68650499D01*
+X64906383Y-68650500D01*
+X64906384Y-68650500D01*
+X65093617Y-68650500D01*
+X65093618Y-68650499D01*
+X65277251Y-68613973D01*
+X65450231Y-68542322D01*
+X65605908Y-68438302D01*
+X65738302Y-68305908D01*
+X65842322Y-68150231D01*
+X65913973Y-67977251D01*
+X65950500Y-67793616D01*
+X65950500Y-67606384D01*
+X65913973Y-67422749D01*
+X65842322Y-67249769D01*
+X65842321Y-67249768D01*
+X65842318Y-67249762D01*
+X65738302Y-67094092D01*
+X65738299Y-67094088D01*
+X65605911Y-66961700D01*
+X65605907Y-66961697D01*
+X65450237Y-66857681D01*
+X65450228Y-66857676D01*
+X65277251Y-66786027D01*
+X65277243Y-66786025D01*
+X65093620Y-66749500D01*
+X65093616Y-66749500D01*
+X64906384Y-66749500D01*
+X64906379Y-66749500D01*
+X64722756Y-66786025D01*
+X64722748Y-66786027D01*
+X64549771Y-66857676D01*
+X64549762Y-66857681D01*
+X64394092Y-66961697D01*
+X64394088Y-66961700D01*
+X64261700Y-67094088D01*
+X64261697Y-67094092D01*
+X64157681Y-67249762D01*
+X64157676Y-67249771D01*
+X64086027Y-67422748D01*
+X64086025Y-67422756D01*
+X64049500Y-67606379D01*
+X60500500Y-67606379D01*
+X60500500Y-65066379D01*
+X64049500Y-65066379D01*
+X64049500Y-65253620D01*
+X64086025Y-65437243D01*
+X64086027Y-65437251D01*
+X64157676Y-65610228D01*
+X64157681Y-65610237D01*
+X64261697Y-65765907D01*
+X64261700Y-65765911D01*
+X64394088Y-65898299D01*
+X64394092Y-65898302D01*
+X64549762Y-66002318D01*
+X64549768Y-66002321D01*
+X64549769Y-66002322D01*
+X64722749Y-66073973D01*
+X64906379Y-66110499D01*
+X64906383Y-66110500D01*
+X64906384Y-66110500D01*
+X65093617Y-66110500D01*
+X65093618Y-66110499D01*
+X65277251Y-66073973D01*
+X65450231Y-66002322D01*
+X65605908Y-65898302D01*
+X65738302Y-65765908D01*
+X65842322Y-65610231D01*
+X65913973Y-65437251D01*
+X65950500Y-65253616D01*
+X65950500Y-65066384D01*
+X65913973Y-64882749D01*
+X65842322Y-64709769D01*
+X65842321Y-64709768D01*
+X65842318Y-64709762D01*
+X65738302Y-64554092D01*
+X65738299Y-64554088D01*
+X65605911Y-64421700D01*
+X65605907Y-64421697D01*
+X65450237Y-64317681D01*
+X65450228Y-64317676D01*
+X65277251Y-64246027D01*
+X65277243Y-64246025D01*
+X65093620Y-64209500D01*
+X65093616Y-64209500D01*
+X64906384Y-64209500D01*
+X64906379Y-64209500D01*
+X64722756Y-64246025D01*
+X64722748Y-64246027D01*
+X64549771Y-64317676D01*
+X64549762Y-64317681D01*
+X64394092Y-64421697D01*
+X64394088Y-64421700D01*
+X64261700Y-64554088D01*
+X64261697Y-64554092D01*
+X64157681Y-64709762D01*
+X64157676Y-64709771D01*
+X64086027Y-64882748D01*
+X64086025Y-64882756D01*
+X64049500Y-65066379D01*
+X60500500Y-65066379D01*
+X60500500Y-62526379D01*
+X64049500Y-62526379D01*
+X64049500Y-62713620D01*
+X64086025Y-62897243D01*
+X64086027Y-62897251D01*
+X64157676Y-63070228D01*
+X64157681Y-63070237D01*
+X64261697Y-63225907D01*
+X64261700Y-63225911D01*
+X64394088Y-63358299D01*
+X64394092Y-63358302D01*
+X64549762Y-63462318D01*
+X64549768Y-63462321D01*
+X64549769Y-63462322D01*
+X64722749Y-63533973D01*
+X64906379Y-63570499D01*
+X64906383Y-63570500D01*
+X64906384Y-63570500D01*
+X65093617Y-63570500D01*
+X65093618Y-63570499D01*
+X65277251Y-63533973D01*
+X65450231Y-63462322D01*
+X65605908Y-63358302D01*
+X65738302Y-63225908D01*
+X65842322Y-63070231D01*
+X65913973Y-62897251D01*
+X65950500Y-62713616D01*
+X65950500Y-62526384D01*
+X65913973Y-62342749D01*
+X65842322Y-62169769D01*
+X65842321Y-62169768D01*
+X65842318Y-62169762D01*
+X65738302Y-62014092D01*
+X65738299Y-62014088D01*
+X65605911Y-61881700D01*
+X65605907Y-61881697D01*
+X65450237Y-61777681D01*
+X65450228Y-61777676D01*
+X65277251Y-61706027D01*
+X65277243Y-61706025D01*
+X65093620Y-61669500D01*
+X65093616Y-61669500D01*
+X64906384Y-61669500D01*
+X64906379Y-61669500D01*
+X64722756Y-61706025D01*
+X64722748Y-61706027D01*
+X64549771Y-61777676D01*
+X64549762Y-61777681D01*
+X64394092Y-61881697D01*
+X64394088Y-61881700D01*
+X64261700Y-62014088D01*
+X64261697Y-62014092D01*
+X64157681Y-62169762D01*
+X64157676Y-62169771D01*
+X64086027Y-62342748D01*
+X64086025Y-62342756D01*
+X64049500Y-62526379D01*
+X60500500Y-62526379D01*
+X60500500Y-59986379D01*
+X64049500Y-59986379D01*
+X64049500Y-60173620D01*
+X64086025Y-60357243D01*
+X64086027Y-60357251D01*
+X64157676Y-60530228D01*
+X64157681Y-60530237D01*
+X64261697Y-60685907D01*
+X64261700Y-60685911D01*
+X64394088Y-60818299D01*
+X64394092Y-60818302D01*
+X64549762Y-60922318D01*
+X64549768Y-60922321D01*
+X64549769Y-60922322D01*
+X64722749Y-60993973D01*
+X64906379Y-61030499D01*
+X64906383Y-61030500D01*
+X64906384Y-61030500D01*
+X65093617Y-61030500D01*
+X65093618Y-61030499D01*
+X65277251Y-60993973D01*
+X65450231Y-60922322D01*
+X65605908Y-60818302D01*
+X65738302Y-60685908D01*
+X65842322Y-60530231D01*
+X65913973Y-60357251D01*
+X65950500Y-60173616D01*
+X65950500Y-59986384D01*
+X65913973Y-59802749D01*
+X65842322Y-59629769D01*
+X65842321Y-59629768D01*
+X65842318Y-59629762D01*
+X65738302Y-59474092D01*
+X65738299Y-59474088D01*
+X65605911Y-59341700D01*
+X65605907Y-59341697D01*
+X65450237Y-59237681D01*
+X65450228Y-59237676D01*
+X65277251Y-59166027D01*
+X65277243Y-59166025D01*
+X65093620Y-59129500D01*
+X65093616Y-59129500D01*
+X64906384Y-59129500D01*
+X64906379Y-59129500D01*
+X64722756Y-59166025D01*
+X64722748Y-59166027D01*
+X64549771Y-59237676D01*
+X64549762Y-59237681D01*
+X64394092Y-59341697D01*
+X64394088Y-59341700D01*
+X64261700Y-59474088D01*
+X64261697Y-59474092D01*
+X64157681Y-59629762D01*
+X64157676Y-59629771D01*
+X64086027Y-59802748D01*
+X64086025Y-59802756D01*
+X64049500Y-59986379D01*
+X60500500Y-59986379D01*
+X60500500Y-57446379D01*
+X64049500Y-57446379D01*
+X64049500Y-57633620D01*
+X64086025Y-57817243D01*
+X64086027Y-57817251D01*
+X64157676Y-57990228D01*
+X64157681Y-57990237D01*
+X64261697Y-58145907D01*
+X64261700Y-58145911D01*
+X64394088Y-58278299D01*
+X64394092Y-58278302D01*
+X64549762Y-58382318D01*
+X64549768Y-58382321D01*
+X64549769Y-58382322D01*
+X64722749Y-58453973D01*
+X64906379Y-58490499D01*
+X64906383Y-58490500D01*
+X64906384Y-58490500D01*
+X65093617Y-58490500D01*
+X65093618Y-58490499D01*
+X65277251Y-58453973D01*
+X65450231Y-58382322D01*
+X65605908Y-58278302D01*
+X65738302Y-58145908D01*
+X65842322Y-57990231D01*
+X65913973Y-57817251D01*
+X65950500Y-57633616D01*
+X65950500Y-57446384D01*
+X65913973Y-57262749D01*
+X65842322Y-57089769D01*
+X65842321Y-57089768D01*
+X65842318Y-57089762D01*
+X65738302Y-56934092D01*
+X65738299Y-56934088D01*
+X65605911Y-56801700D01*
+X65605907Y-56801697D01*
+X65450237Y-56697681D01*
+X65450228Y-56697676D01*
+X65277251Y-56626027D01*
+X65277243Y-56626025D01*
+X65093620Y-56589500D01*
+X65093616Y-56589500D01*
+X64906384Y-56589500D01*
+X64906379Y-56589500D01*
+X64722756Y-56626025D01*
+X64722748Y-56626027D01*
+X64549771Y-56697676D01*
+X64549762Y-56697681D01*
+X64394092Y-56801697D01*
+X64394088Y-56801700D01*
+X64261700Y-56934088D01*
+X64261697Y-56934092D01*
+X64157681Y-57089762D01*
+X64157676Y-57089771D01*
+X64086027Y-57262748D01*
+X64086025Y-57262756D01*
+X64049500Y-57446379D01*
+X60500500Y-57446379D01*
+X60500500Y-54230247D01*
+X64049500Y-54230247D01*
+X64049500Y-55769752D01*
+X64061131Y-55828229D01*
+X64061132Y-55828230D01*
+X64105447Y-55894552D01*
+X64171769Y-55938867D01*
+X64171770Y-55938868D01*
+X64230247Y-55950499D01*
+X64230250Y-55950500D01*
+X64230252Y-55950500D01*
+X65769750Y-55950500D01*
+X65769751Y-55950499D01*
+X65784568Y-55947552D01*
+X65828229Y-55938868D01*
+X65828229Y-55938867D01*
+X65828231Y-55938867D01*
+X65894552Y-55894552D01*
+X65938867Y-55828231D01*
+X65938867Y-55828229D01*
+X65938868Y-55828229D01*
+X65950499Y-55769752D01*
+X65950500Y-55769750D01*
+X65950500Y-54230249D01*
+X65950499Y-54230247D01*
+X65938868Y-54171770D01*
+X65938867Y-54171769D01*
+X65894552Y-54105447D01*
+X65828230Y-54061132D01*
+X65828229Y-54061131D01*
+X65769752Y-54049500D01*
+X65769748Y-54049500D01*
+X64230252Y-54049500D01*
+X64230247Y-54049500D01*
+X64171770Y-54061131D01*
+X64171769Y-54061132D01*
+X64105447Y-54105447D01*
+X64061132Y-54171769D01*
+X64061131Y-54171770D01*
+X64049500Y-54230247D01*
+X60500500Y-54230247D01*
+X60500500Y-52460438D01*
+X84199500Y-52460438D01*
+X84199500Y-74539562D01*
+X84210790Y-74581697D01*
+X84219979Y-74615990D01*
+X84219980Y-74615991D01*
+X84249078Y-74666391D01*
+X84259541Y-74684512D01*
+X89489460Y-79914431D01*
+X89522945Y-79975754D01*
+X89517961Y-80045446D01*
+X89516341Y-80049563D01*
+X89509578Y-80065891D01*
+X89486028Y-80122748D01*
+X89486026Y-80122752D01*
+X89486024Y-80122756D01*
+X89449500Y-80306379D01*
+X89449500Y-80493620D01*
+X89486025Y-80677243D01*
+X89486027Y-80677251D01*
+X89557676Y-80850228D01*
+X89557681Y-80850237D01*
+X89661697Y-81005907D01*
+X89661700Y-81005911D01*
+X89794088Y-81138299D01*
+X89794092Y-81138302D01*
+X89949762Y-81242318D01*
+X89949768Y-81242321D01*
+X89949769Y-81242322D01*
+X90122749Y-81313973D01*
+X90306379Y-81350499D01*
+X90306383Y-81350500D01*
+X90306384Y-81350500D01*
+X90493617Y-81350500D01*
+X90493618Y-81350499D01*
+X90677251Y-81313973D01*
+X90850231Y-81242322D01*
+X91005908Y-81138302D01*
+X91138302Y-81005908D01*
+X91242322Y-80850231D01*
+X91272636Y-80777047D01*
+X91316477Y-80722644D01*
+X91382771Y-80700579D01*
+X91387197Y-80700500D01*
+X95639560Y-80700500D01*
+X95639562Y-80700500D01*
+X95715989Y-80680021D01*
+X95784511Y-80640460D01*
+X95840460Y-80584511D01*
+X95862094Y-80562876D01*
+X95888152Y-80536819D01*
+X95949475Y-80503334D01*
+X95975833Y-80500500D01*
+X96065890Y-80500500D01*
+X96065892Y-80500500D01*
+X96193186Y-80466392D01*
+X96307314Y-80400500D01*
+X96400500Y-80307314D01*
+X96466392Y-80193186D01*
+X96500500Y-80065892D01*
+X96500500Y-79934108D01*
+X96466392Y-79806814D01*
+X96400500Y-79692686D01*
+X96307314Y-79599500D01*
+X96234882Y-79557681D01*
+X96193187Y-79533608D01*
+X96100578Y-79508794D01*
+X96065892Y-79499500D01*
+X95934108Y-79499500D01*
+X95806812Y-79533608D01*
+X95692686Y-79599500D01*
+X95692683Y-79599502D01*
+X95599502Y-79692683D01*
+X95599500Y-79692686D01*
+X95533608Y-79806812D01*
+X95499500Y-79934108D01*
+X95499500Y-79975500D01*
+X95479815Y-80042539D01*
+X95427011Y-80088294D01*
+X95375500Y-80099500D01*
+X91387197Y-80099500D01*
+X91320158Y-80079815D01*
+X91274403Y-80027011D01*
+X91272636Y-80022953D01*
+X91242323Y-79949771D01*
+X91242318Y-79949762D01*
+X91138302Y-79794092D01*
+X91138299Y-79794088D01*
+X91005911Y-79661700D01*
+X91005907Y-79661697D01*
+X90850237Y-79557681D01*
+X90850228Y-79557676D01*
+X90677251Y-79486027D01*
+X90677243Y-79486025D01*
+X90493620Y-79449500D01*
+X90493616Y-79449500D01*
+X90306384Y-79449500D01*
+X90306379Y-79449500D01*
+X90122756Y-79486024D01*
+X90122752Y-79486026D01*
+X90122750Y-79486026D01*
+X90122749Y-79486027D01*
+X90117619Y-79488152D01*
+X90049563Y-79516341D01*
+X89980094Y-79523808D01*
+X89917615Y-79492533D01*
+X89914431Y-79489460D01*
+X88191350Y-77766379D01*
+X89449500Y-77766379D01*
+X89449500Y-77953620D01*
+X89486025Y-78137243D01*
+X89486027Y-78137251D01*
+X89557676Y-78310228D01*
+X89557681Y-78310237D01*
+X89661697Y-78465907D01*
+X89661700Y-78465911D01*
+X89794088Y-78598299D01*
+X89794092Y-78598302D01*
+X89949762Y-78702318D01*
+X89949768Y-78702321D01*
+X89949769Y-78702322D01*
+X90122749Y-78773973D01*
+X90306379Y-78810499D01*
+X90306383Y-78810500D01*
+X90306384Y-78810500D01*
+X90493617Y-78810500D01*
+X90493618Y-78810499D01*
+X90677251Y-78773973D01*
+X90850231Y-78702322D01*
+X91005908Y-78598302D01*
+X91138302Y-78465908D01*
+X91242322Y-78310231D01*
+X91313973Y-78137251D01*
+X91350500Y-77953616D01*
+X91350500Y-77766384D01*
+X91313973Y-77582749D01*
+X91283657Y-77509561D01*
+X91276189Y-77440097D01*
+X91307463Y-77377617D01*
+X91310509Y-77374460D01*
+X94348152Y-74336819D01*
+X94409475Y-74303334D01*
+X94435833Y-74300500D01*
+X108975167Y-74300500D01*
+X109042206Y-74320185D01*
+X109087961Y-74372989D01*
+X109097905Y-74442147D01*
+X109068880Y-74505703D01*
+X109062848Y-74512181D01*
+X104887681Y-78687348D01*
+X104826358Y-78720833D01*
+X104756666Y-78715849D01*
+X104712319Y-78687348D01*
+X102784509Y-76759538D01*
+X102779790Y-76756814D01*
+X102779790Y-76756813D01*
+X102779784Y-76756811D01*
+X102715989Y-76719979D01*
+X102639562Y-76699500D01*
+X101039562Y-76699500D01*
+X100960438Y-76699500D01*
+X100884010Y-76719978D01*
+X100815489Y-76759540D01*
+X100815486Y-76759542D01*
+X98111847Y-79463181D01*
+X98050524Y-79496666D01*
+X98024166Y-79499500D01*
+X97934108Y-79499500D01*
+X97806812Y-79533608D01*
+X97692686Y-79599500D01*
+X97692683Y-79599502D01*
+X97599502Y-79692683D01*
+X97599500Y-79692686D01*
+X97533608Y-79806812D01*
+X97511814Y-79888151D01*
+X97499500Y-79934108D01*
+X97499500Y-80065892D01*
+X97503231Y-80079815D01*
+X97533608Y-80193187D01*
+X97560902Y-80240460D01*
+X97599500Y-80307314D01*
+X97692686Y-80400500D01*
+X97806814Y-80466392D01*
+X97934108Y-80500500D01*
+X97934110Y-80500500D01*
+X98065890Y-80500500D01*
+X98065892Y-80500500D01*
+X98193186Y-80466392D01*
+X98307314Y-80400500D01*
+X98400500Y-80307314D01*
+X98466392Y-80193186D01*
+X98500500Y-80065892D01*
+X98500500Y-79975832D01*
+X98520185Y-79908793D01*
+X98536819Y-79888151D01*
+X101088152Y-77336819D01*
+X101149475Y-77303334D01*
+X101175833Y-77300500D01*
+X102424167Y-77300500D01*
+X102491206Y-77320185D01*
+X102511848Y-77336819D01*
+X104263181Y-79088152D01*
+X104296666Y-79149475D01*
+X104299500Y-79175833D01*
+X104299500Y-79575500D01*
+X104279815Y-79642539D01*
+X104227011Y-79688294D01*
+X104175500Y-79699500D01*
+X102760432Y-79699500D01*
+X102745252Y-79703568D01*
+X102681075Y-79703568D01*
+X102665892Y-79699500D01*
+X102534108Y-79699500D01*
+X102406812Y-79733608D01*
+X102292686Y-79799500D01*
+X102292683Y-79799502D01*
+X102199502Y-79892683D01*
+X102199500Y-79892686D01*
+X102133608Y-80006812D01*
+X102111776Y-80088294D01*
+X102099500Y-80134108D01*
+X102099500Y-80265892D01*
+X102114048Y-80320185D01*
+X102133608Y-80393187D01*
+X102151687Y-80424500D01*
+X102199500Y-80507314D01*
+X102292686Y-80600500D01*
+X102406814Y-80666392D01*
+X102534108Y-80700500D01*
+X102534110Y-80700500D01*
+X102665890Y-80700500D01*
+X102665892Y-80700500D01*
+X102793186Y-80666392D01*
+X102907314Y-80600500D01*
+X103000500Y-80507314D01*
+X103066392Y-80393186D01*
+X103066599Y-80392410D01*
+X103066953Y-80391830D01*
+X103069500Y-80385682D01*
+X103070458Y-80386079D01*
+X103102961Y-80332750D01*
+X103165807Y-80302218D01*
+X103186375Y-80300500D01*
+X103975500Y-80300500D01*
+X104042539Y-80320185D01*
+X104088294Y-80372989D01*
+X104099500Y-80424500D01*
+X104099500Y-93224166D01*
+X104079815Y-93291205D01*
+X104063181Y-93311847D01*
+X103911847Y-93463181D01*
+X103850524Y-93496666D01*
+X103824166Y-93499500D01*
+X103734108Y-93499500D01*
+X103606812Y-93533608D01*
+X103492686Y-93599500D01*
+X103492683Y-93599502D01*
+X103399502Y-93692683D01*
+X103399500Y-93692686D01*
+X103333608Y-93806812D01*
+X103299500Y-93934108D01*
+X103299500Y-94065891D01*
+X103333608Y-94193187D01*
+X103366554Y-94250250D01*
+X103399500Y-94307314D01*
+X103492686Y-94400500D01*
+X103606814Y-94466392D01*
+X103734108Y-94500500D01*
+X103734110Y-94500500D01*
+X103865890Y-94500500D01*
+X103865892Y-94500500D01*
+X103993186Y-94466392D01*
+X104107314Y-94400500D01*
+X104200500Y-94307314D01*
+X104266392Y-94193186D01*
+X104300500Y-94065892D01*
+X104300500Y-93975832D01*
+X104320185Y-93908793D01*
+X104336819Y-93888151D01*
+X104418158Y-93806812D01*
+X104640460Y-93584511D01*
+X104680021Y-93515989D01*
+X104700500Y-93439562D01*
+X104700500Y-80360555D01*
+X104720185Y-80293516D01*
+X104762499Y-80253168D01*
+X104784511Y-80240460D01*
+X104840460Y-80184511D01*
+X104880021Y-80115989D01*
+X104900500Y-80039562D01*
+X104900500Y-79575833D01*
+X104920185Y-79508794D01*
+X104936819Y-79488152D01*
+X107540863Y-76884108D01*
+X116949500Y-76884108D01*
+X116949500Y-77015892D01*
+X116966554Y-77079539D01*
+X116983608Y-77143187D01*
+X117016554Y-77200250D01*
+X117049500Y-77257314D01*
+X117142686Y-77350500D01*
+X117172327Y-77367613D01*
+X117220542Y-77418181D01*
+X117233764Y-77486788D01*
+X117207796Y-77551652D01*
+X117172327Y-77582386D01*
+X117142689Y-77599498D01*
+X117142686Y-77599500D01*
+X117142683Y-77599502D01*
+X117049502Y-77692683D01*
+X117049500Y-77692686D01*
+X116983608Y-77806812D01*
+X116949500Y-77934108D01*
+X116949500Y-78065891D01*
+X116983608Y-78193187D01*
+X117016554Y-78250250D01*
+X117049500Y-78307314D01*
+X117142686Y-78400500D01*
+X117215756Y-78442687D01*
+X117255975Y-78465908D01*
+X117256814Y-78466392D01*
+X117384108Y-78500500D01*
+X117384110Y-78500500D01*
+X117515890Y-78500500D01*
+X117515892Y-78500500D01*
+X117586185Y-78481665D01*
+X117656033Y-78483328D01*
+X117713896Y-78522491D01*
+X117741400Y-78586719D01*
+X117738052Y-78633531D01*
+X117729381Y-78665892D01*
+X117724500Y-78684109D01*
+X117724500Y-78815892D01*
+X117758608Y-78943188D01*
+X117777972Y-78976727D01*
+X117824500Y-79057315D01*
+X117917686Y-79150501D01*
+X118031814Y-79216393D01*
+X118159108Y-79250501D01*
+X118159110Y-79250501D01*
+X118290890Y-79250501D01*
+X118290892Y-79250501D01*
+X118418186Y-79216393D01*
+X118532314Y-79150501D01*
+X118625500Y-79057315D01*
+X118691392Y-78943187D01*
+X118725500Y-78815893D01*
+X118725500Y-78684109D01*
+X118711948Y-78633532D01*
+X118713609Y-78563685D01*
+X118752771Y-78505822D01*
+X118816999Y-78478317D01*
+X118863813Y-78481664D01*
+X118934108Y-78500500D01*
+X118934110Y-78500500D01*
+X119065890Y-78500500D01*
+X119065892Y-78500500D01*
+X119193186Y-78466392D01*
+X119307314Y-78400500D01*
+X119400500Y-78307314D01*
+X119466392Y-78193186D01*
+X119500500Y-78065892D01*
+X119500500Y-77934108D01*
+X119466392Y-77806814D01*
+X119400500Y-77692686D01*
+X119307314Y-77599500D01*
+X119277672Y-77582386D01*
+X119229458Y-77531821D01*
+X119216234Y-77463214D01*
+X119242202Y-77398349D01*
+X119277673Y-77367613D01*
+X119307314Y-77350500D01*
+X119400500Y-77257314D01*
+X119466392Y-77143186D01*
+X119500500Y-77015892D01*
+X119500500Y-76884108D01*
+X119466392Y-76756814D01*
+X119400500Y-76642686D01*
+X119307314Y-76549500D01*
+X119234244Y-76507313D01*
+X119193187Y-76483608D01*
+X119129539Y-76466554D01*
+X119065892Y-76449500D01*
+X118934108Y-76449500D01*
+X118934106Y-76449500D01*
+X118863814Y-76468334D01*
+X118793964Y-76466670D01*
+X118736102Y-76427507D01*
+X118708599Y-76363278D01*
+X118711947Y-76316470D01*
+X118725500Y-76265891D01*
+X118725500Y-76134107D01*
+X118691392Y-76006813D01*
+X118625500Y-75892685D01*
+X118532314Y-75799499D01*
+X118475250Y-75766553D01*
+X118418187Y-75733607D01*
+X118354539Y-75716553D01*
+X118290892Y-75699499D01*
+X118159108Y-75699499D01*
+X118031812Y-75733607D01*
+X117917686Y-75799499D01*
+X117917683Y-75799501D01*
+X117824502Y-75892682D01*
+X117824500Y-75892685D01*
+X117758608Y-76006811D01*
+X117724500Y-76134107D01*
+X117724500Y-76265891D01*
+X117738051Y-76316467D01*
+X117736389Y-76386315D01*
+X117697227Y-76444178D01*
+X117632998Y-76471682D01*
+X117586185Y-76468334D01*
+X117515893Y-76449500D01*
+X117515892Y-76449500D01*
+X117384108Y-76449500D01*
+X117256812Y-76483608D01*
+X117142686Y-76549500D01*
+X117142683Y-76549502D01*
+X117049502Y-76642683D01*
+X117049500Y-76642686D01*
+X116983608Y-76756812D01*
+X116982877Y-76759542D01*
+X116949500Y-76884108D01*
+X107540863Y-76884108D01*
+X109488152Y-74936819D01*
+X109549475Y-74903334D01*
+X109575833Y-74900500D01*
+X119639560Y-74900500D01*
+X119639562Y-74900500D01*
+X119715989Y-74880021D01*
+X119784511Y-74840460D01*
+X119840460Y-74784511D01*
+X119862094Y-74762876D01*
+X119888152Y-74736819D01*
+X119949475Y-74703334D01*
+X119975833Y-74700500D01*
+X120065890Y-74700500D01*
+X120065892Y-74700500D01*
+X120193186Y-74666392D01*
+X120307314Y-74600500D01*
+X120400500Y-74507314D01*
+X120466392Y-74393186D01*
+X120500500Y-74265892D01*
+X120500500Y-74134108D01*
+X120466392Y-74006814D01*
+X120400500Y-73892686D01*
+X120307314Y-73799500D01*
+X120238103Y-73759541D01*
+X120193187Y-73733608D01*
+X120129539Y-73716554D01*
+X120065892Y-73699500D01*
+X119934108Y-73699500D01*
+X119806812Y-73733608D01*
+X119692686Y-73799500D01*
+X119692683Y-73799502D01*
+X119599502Y-73892683D01*
+X119599500Y-73892686D01*
+X119533608Y-74006812D01*
+X119499500Y-74134108D01*
+X119499500Y-74175500D01*
+X119479815Y-74242539D01*
+X119427011Y-74288294D01*
+X119375500Y-74299500D01*
+X115599505Y-74299500D01*
+X115532466Y-74279815D01*
+X115486711Y-74227011D01*
+X115476767Y-74157853D01*
+X115479730Y-74143407D01*
+X115482221Y-74134110D01*
+X115500500Y-74065892D01*
+X115500500Y-73934108D01*
+X115466392Y-73806814D01*
+X115400500Y-73692686D01*
+X115307314Y-73599500D01*
+X115250250Y-73566554D01*
+X115193187Y-73533608D01*
+X115129539Y-73516554D01*
+X115065892Y-73499500D01*
+X114934108Y-73499500D01*
+X114806812Y-73533608D01*
+X114692686Y-73599500D01*
+X114692683Y-73599502D01*
+X114629005Y-73663181D01*
+X114567682Y-73696666D01*
+X114541324Y-73699500D01*
+X94220438Y-73699500D01*
+X94182224Y-73709739D01*
+X94144009Y-73719979D01*
+X94125790Y-73730499D01*
+X94120405Y-73733608D01*
+X94107060Y-73741312D01*
+X94075489Y-73759539D01*
+X94075487Y-73759541D01*
+X90885567Y-76949460D01*
+X90824244Y-76982945D01*
+X90754552Y-76977961D01*
+X90750433Y-76976340D01*
+X90677251Y-76946027D01*
+X90677243Y-76946025D01*
+X90493620Y-76909500D01*
+X90493616Y-76909500D01*
+X90306384Y-76909500D01*
+X90306379Y-76909500D01*
+X90122756Y-76946025D01*
+X90122748Y-76946027D01*
+X89949771Y-77017676D01*
+X89949762Y-77017681D01*
+X89794092Y-77121697D01*
+X89794088Y-77121700D01*
+X89661700Y-77254088D01*
+X89661697Y-77254092D01*
+X89557681Y-77409762D01*
+X89557676Y-77409771D01*
+X89486027Y-77582748D01*
+X89486025Y-77582756D01*
+X89449500Y-77766379D01*
+X88191350Y-77766379D01*
+X85651350Y-75226379D01*
+X89449500Y-75226379D01*
+X89449500Y-75413620D01*
+X89486025Y-75597243D01*
+X89486027Y-75597251D01*
+X89557676Y-75770228D01*
+X89557681Y-75770237D01*
+X89661697Y-75925907D01*
+X89661700Y-75925911D01*
+X89794088Y-76058299D01*
+X89794092Y-76058302D01*
+X89949762Y-76162318D01*
+X89949768Y-76162321D01*
+X89949769Y-76162322D01*
+X90122749Y-76233973D01*
+X90283198Y-76265888D01*
+X90306379Y-76270499D01*
+X90306383Y-76270500D01*
+X90306384Y-76270500D01*
+X90493617Y-76270500D01*
+X90493618Y-76270499D01*
+X90677251Y-76233973D01*
+X90850231Y-76162322D01*
+X91005908Y-76058302D01*
+X91138302Y-75925908D01*
+X91242322Y-75770231D01*
+X91313973Y-75597251D01*
+X91350500Y-75413616D01*
+X91350500Y-75226384D01*
+X91313973Y-75042749D01*
+X91242322Y-74869769D01*
+X91242321Y-74869768D01*
+X91242318Y-74869762D01*
+X91138302Y-74714092D01*
+X91138299Y-74714088D01*
+X91005911Y-74581700D01*
+X91005907Y-74581697D01*
+X90850237Y-74477681D01*
+X90850228Y-74477676D01*
+X90677251Y-74406027D01*
+X90677243Y-74406025D01*
+X90493620Y-74369500D01*
+X90493616Y-74369500D01*
+X90306384Y-74369500D01*
+X90306379Y-74369500D01*
+X90122756Y-74406025D01*
+X90122748Y-74406027D01*
+X89949771Y-74477676D01*
+X89949762Y-74477681D01*
+X89794092Y-74581697D01*
+X89794088Y-74581700D01*
+X89661700Y-74714088D01*
+X89661697Y-74714092D01*
+X89557681Y-74869762D01*
+X89557676Y-74869771D01*
+X89486027Y-75042748D01*
+X89486025Y-75042756D01*
+X89449500Y-75226379D01*
+X85651350Y-75226379D01*
+X84836819Y-74411848D01*
+X84803334Y-74350525D01*
+X84800500Y-74324167D01*
+X84800500Y-67606379D01*
+X89449500Y-67606379D01*
+X89449500Y-67793620D01*
+X89486025Y-67977243D01*
+X89486027Y-67977251D01*
+X89557676Y-68150228D01*
+X89557681Y-68150237D01*
+X89661697Y-68305907D01*
+X89661700Y-68305911D01*
+X89794088Y-68438299D01*
+X89794092Y-68438302D01*
+X89949762Y-68542318D01*
+X89949768Y-68542321D01*
+X89949769Y-68542322D01*
+X90122749Y-68613973D01*
+X90306379Y-68650499D01*
+X90306383Y-68650500D01*
+X90306384Y-68650500D01*
+X90493617Y-68650500D01*
+X90493618Y-68650499D01*
+X90677251Y-68613973D01*
+X90850231Y-68542322D01*
+X91005908Y-68438302D01*
+X91138302Y-68305908D01*
+X91242322Y-68150231D01*
+X91313973Y-67977251D01*
+X91350500Y-67793616D01*
+X91350500Y-67606384D01*
+X91313973Y-67422749D01*
+X91242322Y-67249769D01*
+X91242321Y-67249768D01*
+X91242318Y-67249762D01*
+X91138302Y-67094092D01*
+X91138299Y-67094088D01*
+X91005911Y-66961700D01*
+X91005907Y-66961697D01*
+X90850237Y-66857681D01*
+X90850228Y-66857676D01*
+X90677251Y-66786027D01*
+X90677243Y-66786025D01*
+X90493620Y-66749500D01*
+X90493616Y-66749500D01*
+X90306384Y-66749500D01*
+X90306379Y-66749500D01*
+X90122756Y-66786025D01*
+X90122748Y-66786027D01*
+X89949771Y-66857676D01*
+X89949762Y-66857681D01*
+X89794092Y-66961697D01*
+X89794088Y-66961700D01*
+X89661700Y-67094088D01*
+X89661697Y-67094092D01*
+X89557681Y-67249762D01*
+X89557676Y-67249771D01*
+X89486027Y-67422748D01*
+X89486025Y-67422756D01*
+X89449500Y-67606379D01*
+X84800500Y-67606379D01*
+X84800500Y-65066379D01*
+X89449500Y-65066379D01*
+X89449500Y-65253620D01*
+X89486025Y-65437243D01*
+X89486027Y-65437251D01*
+X89557676Y-65610228D01*
+X89557681Y-65610237D01*
+X89661697Y-65765907D01*
+X89661700Y-65765911D01*
+X89794088Y-65898299D01*
+X89794092Y-65898302D01*
+X89949762Y-66002318D01*
+X89949768Y-66002321D01*
+X89949769Y-66002322D01*
+X90122749Y-66073973D01*
+X90306379Y-66110499D01*
+X90306383Y-66110500D01*
+X90306384Y-66110500D01*
+X90493617Y-66110500D01*
+X90493618Y-66110499D01*
+X90677251Y-66073973D01*
+X90850231Y-66002322D01*
+X91005908Y-65898302D01*
+X91138302Y-65765908D01*
+X91242322Y-65610231D01*
+X91313973Y-65437251D01*
+X91350500Y-65253616D01*
+X91350500Y-65066384D01*
+X91313973Y-64882749D01*
+X91242322Y-64709769D01*
+X91242321Y-64709768D01*
+X91242318Y-64709762D01*
+X91138302Y-64554092D01*
+X91138299Y-64554088D01*
+X91005911Y-64421700D01*
+X91005907Y-64421697D01*
+X90850237Y-64317681D01*
+X90850228Y-64317676D01*
+X90677251Y-64246027D01*
+X90677243Y-64246025D01*
+X90493620Y-64209500D01*
+X90493616Y-64209500D01*
+X90306384Y-64209500D01*
+X90306379Y-64209500D01*
+X90122756Y-64246025D01*
+X90122748Y-64246027D01*
+X89949771Y-64317676D01*
+X89949762Y-64317681D01*
+X89794092Y-64421697D01*
+X89794088Y-64421700D01*
+X89661700Y-64554088D01*
+X89661697Y-64554092D01*
+X89557681Y-64709762D01*
+X89557676Y-64709771D01*
+X89486027Y-64882748D01*
+X89486025Y-64882756D01*
+X89449500Y-65066379D01*
+X84800500Y-65066379D01*
+X84800500Y-62526379D01*
+X89449500Y-62526379D01*
+X89449500Y-62713620D01*
+X89486025Y-62897243D01*
+X89486027Y-62897251D01*
+X89557676Y-63070228D01*
+X89557681Y-63070237D01*
+X89661697Y-63225907D01*
+X89661700Y-63225911D01*
+X89794088Y-63358299D01*
+X89794092Y-63358302D01*
+X89949762Y-63462318D01*
+X89949768Y-63462321D01*
+X89949769Y-63462322D01*
+X90122749Y-63533973D01*
+X90306379Y-63570499D01*
+X90306383Y-63570500D01*
+X90306384Y-63570500D01*
+X90493617Y-63570500D01*
+X90493618Y-63570499D01*
+X90677251Y-63533973D01*
+X90850231Y-63462322D01*
+X91005908Y-63358302D01*
+X91138302Y-63225908D01*
+X91242322Y-63070231D01*
+X91313973Y-62897251D01*
+X91350500Y-62713616D01*
+X91350500Y-62526384D01*
+X91313973Y-62342749D01*
+X91242322Y-62169769D01*
+X91242321Y-62169768D01*
+X91242318Y-62169762D01*
+X91138302Y-62014092D01*
+X91138299Y-62014088D01*
+X91005911Y-61881700D01*
+X91005907Y-61881697D01*
+X90850237Y-61777681D01*
+X90850228Y-61777676D01*
+X90677251Y-61706027D01*
+X90677243Y-61706025D01*
+X90493620Y-61669500D01*
+X90493616Y-61669500D01*
+X90306384Y-61669500D01*
+X90306379Y-61669500D01*
+X90122756Y-61706025D01*
+X90122748Y-61706027D01*
+X89949771Y-61777676D01*
+X89949762Y-61777681D01*
+X89794092Y-61881697D01*
+X89794088Y-61881700D01*
+X89661700Y-62014088D01*
+X89661697Y-62014092D01*
+X89557681Y-62169762D01*
+X89557676Y-62169771D01*
+X89486027Y-62342748D01*
+X89486025Y-62342756D01*
+X89449500Y-62526379D01*
+X84800500Y-62526379D01*
+X84800500Y-59986379D01*
+X89449500Y-59986379D01*
+X89449500Y-60173620D01*
+X89486025Y-60357243D01*
+X89486027Y-60357251D01*
+X89557676Y-60530228D01*
+X89557681Y-60530237D01*
+X89661697Y-60685907D01*
+X89661700Y-60685911D01*
+X89794088Y-60818299D01*
+X89794092Y-60818302D01*
+X89949762Y-60922318D01*
+X89949768Y-60922321D01*
+X89949769Y-60922322D01*
+X90122749Y-60993973D01*
+X90306379Y-61030499D01*
+X90306383Y-61030500D01*
+X90306384Y-61030500D01*
+X90493617Y-61030500D01*
+X90493618Y-61030499D01*
+X90677251Y-60993973D01*
+X90850231Y-60922322D01*
+X91005908Y-60818302D01*
+X91138302Y-60685908D01*
+X91242322Y-60530231D01*
+X91313973Y-60357251D01*
+X91350500Y-60173616D01*
+X91350500Y-59986384D01*
+X91313973Y-59802749D01*
+X91242322Y-59629769D01*
+X91242321Y-59629768D01*
+X91242318Y-59629762D01*
+X91138302Y-59474092D01*
+X91138299Y-59474088D01*
+X91005911Y-59341700D01*
+X91005907Y-59341697D01*
+X90850237Y-59237681D01*
+X90850228Y-59237676D01*
+X90677251Y-59166027D01*
+X90677243Y-59166025D01*
+X90493620Y-59129500D01*
+X90493616Y-59129500D01*
+X90306384Y-59129500D01*
+X90306379Y-59129500D01*
+X90122756Y-59166025D01*
+X90122748Y-59166027D01*
+X89949771Y-59237676D01*
+X89949762Y-59237681D01*
+X89794092Y-59341697D01*
+X89794088Y-59341700D01*
+X89661700Y-59474088D01*
+X89661697Y-59474092D01*
+X89557681Y-59629762D01*
+X89557676Y-59629771D01*
+X89486027Y-59802748D01*
+X89486025Y-59802756D01*
+X89449500Y-59986379D01*
+X84800500Y-59986379D01*
+X84800500Y-57446379D01*
+X89449500Y-57446379D01*
+X89449500Y-57633620D01*
+X89486025Y-57817243D01*
+X89486027Y-57817251D01*
+X89557676Y-57990228D01*
+X89557681Y-57990237D01*
+X89661697Y-58145907D01*
+X89661700Y-58145911D01*
+X89794088Y-58278299D01*
+X89794092Y-58278302D01*
+X89949762Y-58382318D01*
+X89949768Y-58382321D01*
+X89949769Y-58382322D01*
+X90122749Y-58453973D01*
+X90306379Y-58490499D01*
+X90306383Y-58490500D01*
+X90306384Y-58490500D01*
+X90493617Y-58490500D01*
+X90493618Y-58490499D01*
+X90677251Y-58453973D01*
+X90850231Y-58382322D01*
+X91005908Y-58278302D01*
+X91138302Y-58145908D01*
+X91242322Y-57990231D01*
+X91313973Y-57817251D01*
+X91350500Y-57633616D01*
+X91350500Y-57446384D01*
+X91313973Y-57262749D01*
+X91242322Y-57089769D01*
+X91242321Y-57089768D01*
+X91242318Y-57089762D01*
+X91138302Y-56934092D01*
+X91138299Y-56934088D01*
+X91005911Y-56801700D01*
+X91005907Y-56801697D01*
+X90850237Y-56697681D01*
+X90850228Y-56697676D01*
+X90677251Y-56626027D01*
+X90677243Y-56626025D01*
+X90493620Y-56589500D01*
+X90493616Y-56589500D01*
+X90306384Y-56589500D01*
+X90306379Y-56589500D01*
+X90122756Y-56626025D01*
+X90122748Y-56626027D01*
+X89949771Y-56697676D01*
+X89949762Y-56697681D01*
+X89794092Y-56801697D01*
+X89794088Y-56801700D01*
+X89661700Y-56934088D01*
+X89661697Y-56934092D01*
+X89557681Y-57089762D01*
+X89557676Y-57089771D01*
+X89486027Y-57262748D01*
+X89486025Y-57262756D01*
+X89449500Y-57446379D01*
+X84800500Y-57446379D01*
+X84800500Y-54906379D01*
+X89449500Y-54906379D01*
+X89449500Y-55093620D01*
+X89486025Y-55277243D01*
+X89486027Y-55277251D01*
+X89557676Y-55450228D01*
+X89557681Y-55450237D01*
+X89661697Y-55605907D01*
+X89661700Y-55605911D01*
+X89794088Y-55738299D01*
+X89794092Y-55738302D01*
+X89949762Y-55842318D01*
+X89949768Y-55842321D01*
+X89949769Y-55842322D01*
+X90122749Y-55913973D01*
+X90247901Y-55938867D01*
+X90306379Y-55950499D01*
+X90306383Y-55950500D01*
+X90306384Y-55950500D01*
+X90493617Y-55950500D01*
+X90493618Y-55950499D01*
+X90677251Y-55913973D01*
+X90850231Y-55842322D01*
+X91005908Y-55738302D01*
+X91138302Y-55605908D01*
+X91242322Y-55450231D01*
+X91313973Y-55277251D01*
+X91350500Y-55093616D01*
+X91350500Y-54906384D01*
+X91313973Y-54722749D01*
+X91242322Y-54549769D01*
+X91242321Y-54549768D01*
+X91242318Y-54549762D01*
+X91138302Y-54394092D01*
+X91138299Y-54394088D01*
+X91005911Y-54261700D01*
+X91005907Y-54261697D01*
+X90850237Y-54157681D01*
+X90850228Y-54157676D01*
+X90677251Y-54086027D01*
+X90677243Y-54086025D01*
+X90493620Y-54049500D01*
+X90493616Y-54049500D01*
+X90306384Y-54049500D01*
+X90306379Y-54049500D01*
+X90122756Y-54086025D01*
+X90122748Y-54086027D01*
+X89949771Y-54157676D01*
+X89949762Y-54157681D01*
+X89794092Y-54261697D01*
+X89794088Y-54261700D01*
+X89661700Y-54394088D01*
+X89661697Y-54394092D01*
+X89557681Y-54549762D01*
+X89557676Y-54549771D01*
+X89486027Y-54722748D01*
+X89486025Y-54722756D01*
+X89449500Y-54906379D01*
+X84800500Y-54906379D01*
+X84800500Y-52675833D01*
+X84820185Y-52608794D01*
+X84836819Y-52588152D01*
+X93363152Y-44061819D01*
+X93424475Y-44028334D01*
+X93450833Y-44025500D01*
+X94835258Y-44025500D01*
+X94902297Y-44045185D01*
+X94948052Y-44097989D01*
+X94957996Y-44167147D01*
+X94952486Y-44189692D01*
+X94952353Y-44190300D01*
+X94949500Y-44220730D01*
+X94949500Y-45779269D01*
+X94952353Y-45809699D01*
+X94952353Y-45809701D01*
+X94997206Y-45937880D01*
+X94997207Y-45937882D01*
+X95077850Y-46047150D01*
+X95187118Y-46127793D01*
+X95208089Y-46135131D01*
+X95315299Y-46172646D01*
+X95345730Y-46175500D01*
+X95345734Y-46175500D01*
+X96654266Y-46175500D01*
+X96684236Y-46172689D01*
+X96752818Y-46186027D01*
+X96783495Y-46208466D01*
+X99403181Y-48828152D01*
+X99436666Y-48889475D01*
+X99439500Y-48915833D01*
+X99439500Y-50208929D01*
+X99419815Y-50275968D01*
+X99367011Y-50321723D01*
+X99297853Y-50331667D01*
+X99246609Y-50312031D01*
+X99113920Y-50223371D01*
+X99113907Y-50223364D01*
+X98931839Y-50147950D01*
+X98931829Y-50147947D01*
+X98738543Y-50109500D01*
+X98738541Y-50109500D01*
+X98541459Y-50109500D01*
+X98541457Y-50109500D01*
+X98348170Y-50147947D01*
+X98348160Y-50147950D01*
+X98166092Y-50223364D01*
+X98166079Y-50223371D01*
+X98002218Y-50332860D01*
+X98002214Y-50332863D01*
+X97862863Y-50472214D01*
+X97862860Y-50472218D01*
+X97753371Y-50636079D01*
+X97753364Y-50636092D01*
+X97677950Y-50818160D01*
+X97677947Y-50818170D01*
+X97639500Y-51011456D01*
+X97639500Y-51011459D01*
+X97639500Y-51208541D01*
+X97639500Y-51208543D01*
+X97639499Y-51208543D01*
+X97677947Y-51401829D01*
+X97677950Y-51401839D01*
+X97718072Y-51498702D01*
+X97725541Y-51568171D01*
+X97694266Y-51630650D01*
+X97691192Y-51633835D01*
+X92815489Y-56509540D01*
+X92759541Y-56565487D01*
+X92759535Y-56565495D01*
+X92719982Y-56634004D01*
+X92719979Y-56634009D01*
+X92699500Y-56710439D01*
+X92699500Y-67464166D01*
+X92679815Y-67531205D01*
+X92663181Y-67551847D01*
+X90885567Y-69329460D01*
+X90824244Y-69362945D01*
+X90754552Y-69357961D01*
+X90750433Y-69356340D01*
+X90677251Y-69326027D01*
+X90677243Y-69326025D01*
+X90493620Y-69289500D01*
+X90493616Y-69289500D01*
+X90306384Y-69289500D01*
+X90306379Y-69289500D01*
+X90122756Y-69326025D01*
+X90122748Y-69326027D01*
+X89949771Y-69397676D01*
+X89949762Y-69397681D01*
+X89794092Y-69501697D01*
+X89794088Y-69501700D01*
+X89661700Y-69634088D01*
+X89661697Y-69634092D01*
+X89557681Y-69789762D01*
+X89557676Y-69789771D01*
+X89486027Y-69962748D01*
+X89486025Y-69962756D01*
+X89449500Y-70146379D01*
+X89449500Y-70333620D01*
+X89486025Y-70517243D01*
+X89486027Y-70517251D01*
+X89557676Y-70690228D01*
+X89557681Y-70690237D01*
+X89661697Y-70845907D01*
+X89661700Y-70845911D01*
+X89794088Y-70978299D01*
+X89794092Y-70978302D01*
+X89949762Y-71082318D01*
+X89949768Y-71082321D01*
+X89949769Y-71082322D01*
+X90122749Y-71153973D01*
+X90306379Y-71190499D01*
+X90306383Y-71190500D01*
+X90306384Y-71190500D01*
+X90493617Y-71190500D01*
+X90493618Y-71190499D01*
+X90677251Y-71153973D01*
+X90850231Y-71082322D01*
+X91005908Y-70978302D01*
+X91138302Y-70845908D01*
+X91242322Y-70690231D01*
+X91313973Y-70517251D01*
+X91350500Y-70333616D01*
+X91350500Y-70146384D01*
+X91313973Y-69962749D01*
+X91283657Y-69889561D01*
+X91276189Y-69820097D01*
+X91307463Y-69757617D01*
+X91310509Y-69754460D01*
+X92076427Y-68988543D01*
+X97639499Y-68988543D01*
+X97677947Y-69181829D01*
+X97677950Y-69181839D01*
+X97753364Y-69363907D01*
+X97753371Y-69363920D01*
+X97862860Y-69527781D01*
+X97862863Y-69527785D01*
+X98002214Y-69667136D01*
+X98002218Y-69667139D01*
+X98166079Y-69776628D01*
+X98166092Y-69776635D01*
+X98305918Y-69834552D01*
+X98348165Y-69852051D01*
+X98348169Y-69852051D01*
+X98348170Y-69852052D01*
+X98541456Y-69890500D01*
+X98541459Y-69890500D01*
+X98738543Y-69890500D01*
+X98868582Y-69864632D01*
+X98931835Y-69852051D01*
+X99113914Y-69776632D01*
+X99277782Y-69667139D01*
+X99417139Y-69527782D01*
+X99526632Y-69363914D01*
+X99602051Y-69181835D01*
+X99640500Y-68988541D01*
+X99640500Y-68791459D01*
+X99640500Y-68791456D01*
+X99602052Y-68598170D01*
+X99602051Y-68598169D01*
+X99602051Y-68598165D01*
+X99578919Y-68542318D01*
+X99526635Y-68416092D01*
+X99526628Y-68416079D01*
+X99417139Y-68252218D01*
+X99417136Y-68252214D01*
+X99277785Y-68112863D01*
+X99277781Y-68112860D01*
+X99214006Y-68070247D01*
+X110339500Y-68070247D01*
+X110339500Y-69709752D01*
+X110351131Y-69768229D01*
+X110351132Y-69768230D01*
+X110395447Y-69834552D01*
+X110461769Y-69878867D01*
+X110461770Y-69878868D01*
+X110520247Y-69890499D01*
+X110520250Y-69890500D01*
+X110520252Y-69890500D01*
+X112159750Y-69890500D01*
+X112159751Y-69890499D01*
+X112174568Y-69887552D01*
+X112218229Y-69878868D01*
+X112218229Y-69878867D01*
+X112218231Y-69878867D01*
+X112284552Y-69834552D01*
+X112328867Y-69768231D01*
+X112328867Y-69768229D01*
+X112328868Y-69768229D01*
+X112340499Y-69709752D01*
+X112340500Y-69709750D01*
+X112340500Y-68070249D01*
+X112340499Y-68070247D01*
+X112328868Y-68011770D01*
+X112328867Y-68011769D01*
+X112284552Y-67945447D01*
+X112218230Y-67901132D01*
+X112218229Y-67901131D01*
+X112159752Y-67889500D01*
+X112159748Y-67889500D01*
+X110520252Y-67889500D01*
+X110520247Y-67889500D01*
+X110461770Y-67901131D01*
+X110461769Y-67901132D01*
+X110395447Y-67945447D01*
+X110351132Y-68011769D01*
+X110351131Y-68011770D01*
+X110339500Y-68070247D01*
+X99214006Y-68070247D01*
+X99113920Y-68003371D01*
+X99113907Y-68003364D01*
+X98931839Y-67927950D01*
+X98931829Y-67927947D01*
+X98738543Y-67889500D01*
+X98738541Y-67889500D01*
+X98541459Y-67889500D01*
+X98541457Y-67889500D01*
+X98348170Y-67927947D01*
+X98348160Y-67927950D01*
+X98166092Y-68003364D01*
+X98166079Y-68003371D01*
+X98002218Y-68112860D01*
+X98002214Y-68112863D01*
+X97862863Y-68252214D01*
+X97862860Y-68252218D01*
+X97753371Y-68416079D01*
+X97753364Y-68416092D01*
+X97677950Y-68598160D01*
+X97677947Y-68598170D01*
+X97639500Y-68791456D01*
+X97639500Y-68791459D01*
+X97639500Y-68988541D01*
+X97639500Y-68988543D01*
+X97639499Y-68988543D01*
+X92076427Y-68988543D01*
+X93240460Y-67824511D01*
+X93272513Y-67768993D01*
+X93280021Y-67755989D01*
+X93300500Y-67679562D01*
+X93300500Y-66448543D01*
+X97639499Y-66448543D01*
+X97677947Y-66641829D01*
+X97677950Y-66641839D01*
+X97753364Y-66823907D01*
+X97753371Y-66823920D01*
+X97862860Y-66987781D01*
+X97862863Y-66987785D01*
+X98002214Y-67127136D01*
+X98002218Y-67127139D01*
+X98166079Y-67236628D01*
+X98166092Y-67236635D01*
+X98348160Y-67312049D01*
+X98348165Y-67312051D01*
+X98348169Y-67312051D01*
+X98348170Y-67312052D01*
+X98541456Y-67350500D01*
+X98541459Y-67350500D01*
+X98738543Y-67350500D01*
+X98868582Y-67324632D01*
+X98931835Y-67312051D01*
+X99113914Y-67236632D01*
+X99277782Y-67127139D01*
+X99417139Y-66987782D01*
+X99526632Y-66823914D01*
+X99602051Y-66641835D01*
+X99640500Y-66448543D01*
+X110339499Y-66448543D01*
+X110377947Y-66641829D01*
+X110377950Y-66641839D01*
+X110453364Y-66823907D01*
+X110453371Y-66823920D01*
+X110562860Y-66987781D01*
+X110562863Y-66987785D01*
+X110702214Y-67127136D01*
+X110702218Y-67127139D01*
+X110866079Y-67236628D01*
+X110866092Y-67236635D01*
+X111048160Y-67312049D01*
+X111048165Y-67312051D01*
+X111048169Y-67312051D01*
+X111048170Y-67312052D01*
+X111241456Y-67350500D01*
+X111241459Y-67350500D01*
+X111438543Y-67350500D01*
+X111568582Y-67324632D01*
+X111631835Y-67312051D01*
+X111813914Y-67236632D01*
+X111977782Y-67127139D01*
+X112117139Y-66987782D01*
+X112226632Y-66823914D01*
+X112302051Y-66641835D01*
+X112340500Y-66448541D01*
+X112340500Y-66251459D01*
+X112340500Y-66251456D01*
+X112302052Y-66058170D01*
+X112302051Y-66058169D01*
+X112302051Y-66058165D01*
+X112278919Y-66002318D01*
+X112226635Y-65876092D01*
+X112226628Y-65876079D01*
+X112117139Y-65712218D01*
+X112117136Y-65712214D01*
+X111977785Y-65572863D01*
+X111977781Y-65572860D01*
+X111813920Y-65463371D01*
+X111813907Y-65463364D01*
+X111631839Y-65387950D01*
+X111631829Y-65387947D01*
+X111438543Y-65349500D01*
+X111438541Y-65349500D01*
+X111241459Y-65349500D01*
+X111241457Y-65349500D01*
+X111048170Y-65387947D01*
+X111048160Y-65387950D01*
+X110866092Y-65463364D01*
+X110866079Y-65463371D01*
+X110702218Y-65572860D01*
+X110702214Y-65572863D01*
+X110562863Y-65712214D01*
+X110562860Y-65712218D01*
+X110453371Y-65876079D01*
+X110453364Y-65876092D01*
+X110377950Y-66058160D01*
+X110377947Y-66058170D01*
+X110339500Y-66251456D01*
+X110339500Y-66251459D01*
+X110339500Y-66448541D01*
+X110339500Y-66448543D01*
+X110339499Y-66448543D01*
+X99640500Y-66448543D01*
+X99640500Y-66448541D01*
+X99640500Y-66251459D01*
+X99640500Y-66251456D01*
+X99602052Y-66058170D01*
+X99602051Y-66058169D01*
+X99602051Y-66058165D01*
+X99578919Y-66002318D01*
+X99526635Y-65876092D01*
+X99526628Y-65876079D01*
+X99417139Y-65712218D01*
+X99417136Y-65712214D01*
+X99277785Y-65572863D01*
+X99277781Y-65572860D01*
+X99113920Y-65463371D01*
+X99113907Y-65463364D01*
+X98931839Y-65387950D01*
+X98931829Y-65387947D01*
+X98738543Y-65349500D01*
+X98738541Y-65349500D01*
+X98541459Y-65349500D01*
+X98541457Y-65349500D01*
+X98348170Y-65387947D01*
+X98348160Y-65387950D01*
+X98166092Y-65463364D01*
+X98166079Y-65463371D01*
+X98002218Y-65572860D01*
+X98002214Y-65572863D01*
+X97862863Y-65712214D01*
+X97862860Y-65712218D01*
+X97753371Y-65876079D01*
+X97753364Y-65876092D01*
+X97677950Y-66058160D01*
+X97677947Y-66058170D01*
+X97639500Y-66251456D01*
+X97639500Y-66251459D01*
+X97639500Y-66448541D01*
+X97639500Y-66448543D01*
+X97639499Y-66448543D01*
+X93300500Y-66448543D01*
+X93300500Y-63908543D01*
+X97639499Y-63908543D01*
+X97677947Y-64101829D01*
+X97677950Y-64101839D01*
+X97753364Y-64283907D01*
+X97753371Y-64283920D01*
+X97862860Y-64447781D01*
+X97862863Y-64447785D01*
+X98002214Y-64587136D01*
+X98002218Y-64587139D01*
+X98166079Y-64696628D01*
+X98166092Y-64696635D01*
+X98348160Y-64772049D01*
+X98348165Y-64772051D01*
+X98348169Y-64772051D01*
+X98348170Y-64772052D01*
+X98541456Y-64810500D01*
+X98541459Y-64810500D01*
+X98738543Y-64810500D01*
+X98868582Y-64784632D01*
+X98931835Y-64772051D01*
+X99113914Y-64696632D01*
+X99277782Y-64587139D01*
+X99417139Y-64447782D01*
+X99526632Y-64283914D01*
+X99602051Y-64101835D01*
+X99640500Y-63908541D01*
+X99640500Y-63711459D01*
+X99640500Y-63711456D01*
+X99602052Y-63518170D01*
+X99602051Y-63518169D01*
+X99602051Y-63518165D01*
+X99578919Y-63462318D01*
+X99526635Y-63336092D01*
+X99526628Y-63336079D01*
+X99417139Y-63172218D01*
+X99417136Y-63172214D01*
+X99277785Y-63032863D01*
+X99277781Y-63032860D01*
+X99113920Y-62923371D01*
+X99113907Y-62923364D01*
+X98931839Y-62847950D01*
+X98931829Y-62847947D01*
+X98738543Y-62809500D01*
+X98738541Y-62809500D01*
+X98541459Y-62809500D01*
+X98541457Y-62809500D01*
+X98348170Y-62847947D01*
+X98348160Y-62847950D01*
+X98166092Y-62923364D01*
+X98166079Y-62923371D01*
+X98002218Y-63032860D01*
+X98002214Y-63032863D01*
+X97862863Y-63172214D01*
+X97862860Y-63172218D01*
+X97753371Y-63336079D01*
+X97753364Y-63336092D01*
+X97677950Y-63518160D01*
+X97677947Y-63518170D01*
+X97639500Y-63711456D01*
+X97639500Y-63711459D01*
+X97639500Y-63908541D01*
+X97639500Y-63908543D01*
+X97639499Y-63908543D01*
+X93300500Y-63908543D01*
+X93300500Y-61368543D01*
+X97639499Y-61368543D01*
+X97677947Y-61561829D01*
+X97677950Y-61561839D01*
+X97753364Y-61743907D01*
+X97753371Y-61743920D01*
+X97862860Y-61907781D01*
+X97862863Y-61907785D01*
+X98002214Y-62047136D01*
+X98002218Y-62047139D01*
+X98166079Y-62156628D01*
+X98166092Y-62156635D01*
+X98348160Y-62232049D01*
+X98348165Y-62232051D01*
+X98348169Y-62232051D01*
+X98348170Y-62232052D01*
+X98541456Y-62270500D01*
+X98541459Y-62270500D01*
+X98738543Y-62270500D01*
+X98868582Y-62244632D01*
+X98931835Y-62232051D01*
+X99113914Y-62156632D01*
+X99277782Y-62047139D01*
+X99417139Y-61907782D01*
+X99526632Y-61743914D01*
+X99602051Y-61561835D01*
+X99640500Y-61368541D01*
+X99640500Y-61171459D01*
+X99640500Y-61171456D01*
+X99602052Y-60978170D01*
+X99602051Y-60978169D01*
+X99602051Y-60978165D01*
+X99578919Y-60922318D01*
+X99526635Y-60796092D01*
+X99526628Y-60796079D01*
+X99417139Y-60632218D01*
+X99417136Y-60632214D01*
+X99277785Y-60492863D01*
+X99277781Y-60492860D01*
+X99113920Y-60383371D01*
+X99113907Y-60383364D01*
+X98931839Y-60307950D01*
+X98931829Y-60307947D01*
+X98738543Y-60269500D01*
+X98738541Y-60269500D01*
+X98541459Y-60269500D01*
+X98541457Y-60269500D01*
+X98348170Y-60307947D01*
+X98348160Y-60307950D01*
+X98166092Y-60383364D01*
+X98166079Y-60383371D01*
+X98002218Y-60492860D01*
+X98002214Y-60492863D01*
+X97862863Y-60632214D01*
+X97862860Y-60632218D01*
+X97753371Y-60796079D01*
+X97753364Y-60796092D01*
+X97677950Y-60978160D01*
+X97677947Y-60978170D01*
+X97639500Y-61171456D01*
+X97639500Y-61171459D01*
+X97639500Y-61368541D01*
+X97639500Y-61368543D01*
+X97639499Y-61368543D01*
+X93300500Y-61368543D01*
+X93300500Y-58828543D01*
+X97639499Y-58828543D01*
+X97677947Y-59021829D01*
+X97677950Y-59021839D01*
+X97753364Y-59203907D01*
+X97753371Y-59203920D01*
+X97862860Y-59367781D01*
+X97862863Y-59367785D01*
+X98002214Y-59507136D01*
+X98002218Y-59507139D01*
+X98166079Y-59616628D01*
+X98166092Y-59616635D01*
+X98348160Y-59692049D01*
+X98348165Y-59692051D01*
+X98348169Y-59692051D01*
+X98348170Y-59692052D01*
+X98541456Y-59730500D01*
+X98541459Y-59730500D01*
+X98738543Y-59730500D01*
+X98868582Y-59704632D01*
+X98931835Y-59692051D01*
+X99113914Y-59616632D01*
+X99277782Y-59507139D01*
+X99417139Y-59367782D01*
+X99526632Y-59203914D01*
+X99602051Y-59021835D01*
+X99640500Y-58828541D01*
+X99640500Y-58631459D01*
+X99640500Y-58631456D01*
+X99602052Y-58438170D01*
+X99602051Y-58438169D01*
+X99602051Y-58438165D01*
+X99578919Y-58382318D01*
+X99526635Y-58256092D01*
+X99526628Y-58256079D01*
+X99417139Y-58092218D01*
+X99417136Y-58092214D01*
+X99277785Y-57952863D01*
+X99277781Y-57952860D01*
+X99113920Y-57843371D01*
+X99113907Y-57843364D01*
+X98931839Y-57767950D01*
+X98931829Y-57767947D01*
+X98738543Y-57729500D01*
+X98738541Y-57729500D01*
+X98541459Y-57729500D01*
+X98541457Y-57729500D01*
+X98348170Y-57767947D01*
+X98348160Y-57767950D01*
+X98166092Y-57843364D01*
+X98166079Y-57843371D01*
+X98002218Y-57952860D01*
+X98002214Y-57952863D01*
+X97862863Y-58092214D01*
+X97862860Y-58092218D01*
+X97753371Y-58256079D01*
+X97753364Y-58256092D01*
+X97677950Y-58438160D01*
+X97677947Y-58438170D01*
+X97639500Y-58631456D01*
+X97639500Y-58631459D01*
+X97639500Y-58828541D01*
+X97639500Y-58828543D01*
+X97639499Y-58828543D01*
+X93300500Y-58828543D01*
+X93300500Y-56925832D01*
+X93320185Y-56858793D01*
+X93336814Y-56838156D01*
+X93886427Y-56288543D01*
+X97639499Y-56288543D01*
+X97677947Y-56481829D01*
+X97677950Y-56481839D01*
+X97753364Y-56663907D01*
+X97753371Y-56663920D01*
+X97862860Y-56827781D01*
+X97862863Y-56827785D01*
+X98002214Y-56967136D01*
+X98002218Y-56967139D01*
+X98166079Y-57076628D01*
+X98166092Y-57076635D01*
+X98348160Y-57152049D01*
+X98348165Y-57152051D01*
+X98348169Y-57152051D01*
+X98348170Y-57152052D01*
+X98541456Y-57190500D01*
+X98541459Y-57190500D01*
+X98738543Y-57190500D01*
+X98868582Y-57164632D01*
+X98931835Y-57152051D01*
+X99113914Y-57076632D01*
+X99277782Y-56967139D01*
+X99417139Y-56827782D01*
+X99526632Y-56663914D01*
+X99602051Y-56481835D01*
+X99640500Y-56288541D01*
+X99640500Y-56091459D01*
+X99640500Y-56091456D01*
+X99602052Y-55898170D01*
+X99602051Y-55898169D01*
+X99602051Y-55898165D01*
+X99602049Y-55898160D01*
+X99526635Y-55716092D01*
+X99526628Y-55716079D01*
+X99417139Y-55552218D01*
+X99417136Y-55552214D01*
+X99277785Y-55412863D01*
+X99277781Y-55412860D01*
+X99113920Y-55303371D01*
+X99113907Y-55303364D01*
+X98931839Y-55227950D01*
+X98931829Y-55227947D01*
+X98738543Y-55189500D01*
+X98738541Y-55189500D01*
+X98541459Y-55189500D01*
+X98541457Y-55189500D01*
+X98348170Y-55227947D01*
+X98348160Y-55227950D01*
+X98166092Y-55303364D01*
+X98166079Y-55303371D01*
+X98002218Y-55412860D01*
+X98002214Y-55412863D01*
+X97862863Y-55552214D01*
+X97862860Y-55552218D01*
+X97753371Y-55716079D01*
+X97753364Y-55716092D01*
+X97677950Y-55898160D01*
+X97677947Y-55898170D01*
+X97639500Y-56091456D01*
+X97639500Y-56091459D01*
+X97639500Y-56288541D01*
+X97639500Y-56288543D01*
+X97639499Y-56288543D01*
+X93886427Y-56288543D01*
+X96426426Y-53748543D01*
+X97639499Y-53748543D01*
+X97677947Y-53941829D01*
+X97677950Y-53941839D01*
+X97753364Y-54123907D01*
+X97753371Y-54123920D01*
+X97862860Y-54287781D01*
+X97862863Y-54287785D01*
+X98002214Y-54427136D01*
+X98002218Y-54427139D01*
+X98166079Y-54536628D01*
+X98166092Y-54536635D01*
+X98348160Y-54612049D01*
+X98348165Y-54612051D01*
+X98348169Y-54612051D01*
+X98348170Y-54612052D01*
+X98541456Y-54650500D01*
+X98541459Y-54650500D01*
+X98738543Y-54650500D01*
+X98868582Y-54624632D01*
+X98931835Y-54612051D01*
+X99113914Y-54536632D01*
+X99277782Y-54427139D01*
+X99417139Y-54287782D01*
+X99526632Y-54123914D01*
+X99602051Y-53941835D01*
+X99640500Y-53748541D01*
+X99640500Y-53551459D01*
+X99640500Y-53551456D01*
+X99602052Y-53358170D01*
+X99602051Y-53358169D01*
+X99602051Y-53358165D01*
+X99602049Y-53358160D01*
+X99526635Y-53176092D01*
+X99526628Y-53176079D01*
+X99417139Y-53012218D01*
+X99417136Y-53012214D01*
+X99277785Y-52872863D01*
+X99277781Y-52872860D01*
+X99113920Y-52763371D01*
+X99113907Y-52763364D01*
+X98931839Y-52687950D01*
+X98931829Y-52687947D01*
+X98738543Y-52649500D01*
+X98738541Y-52649500D01*
+X98541459Y-52649500D01*
+X98541457Y-52649500D01*
+X98348170Y-52687947D01*
+X98348160Y-52687950D01*
+X98166092Y-52763364D01*
+X98166079Y-52763371D01*
+X98002218Y-52872860D01*
+X98002214Y-52872863D01*
+X97862863Y-53012214D01*
+X97862860Y-53012218D01*
+X97753371Y-53176079D01*
+X97753364Y-53176092D01*
+X97677950Y-53358160D01*
+X97677947Y-53358170D01*
+X97639500Y-53551456D01*
+X97639500Y-53551459D01*
+X97639500Y-53748541D01*
+X97639500Y-53748543D01*
+X97639499Y-53748543D01*
+X96426426Y-53748543D01*
+X98116165Y-52058804D01*
+X98177486Y-52025321D01*
+X98247178Y-52030305D01*
+X98251254Y-52031909D01*
+X98348165Y-52072051D01*
+X98348169Y-52072051D01*
+X98348170Y-52072052D01*
+X98541456Y-52110500D01*
+X98541459Y-52110500D01*
+X98738543Y-52110500D01*
+X98868582Y-52084632D01*
+X98931835Y-52072051D01*
+X99113914Y-51996632D01*
+X99246609Y-51907967D01*
+X99313286Y-51887090D01*
+X99380666Y-51905574D01*
+X99427357Y-51957553D01*
+X99439500Y-52011070D01*
+X99439500Y-52249562D01*
+X99442174Y-52259540D01*
+X99459979Y-52325990D01*
+X99459982Y-52325995D01*
+X99499535Y-52394504D01*
+X99499541Y-52394512D01*
+X110391192Y-63286163D01*
+X110424677Y-63347486D01*
+X110419693Y-63417178D01*
+X110418073Y-63421295D01*
+X110377948Y-63518168D01*
+X110377947Y-63518171D01*
+X110339500Y-63711456D01*
+X110339500Y-63711459D01*
+X110339500Y-63908541D01*
+X110339500Y-63908543D01*
+X110339499Y-63908543D01*
+X110377947Y-64101829D01*
+X110377950Y-64101839D01*
+X110453364Y-64283907D01*
+X110453371Y-64283920D01*
+X110562860Y-64447781D01*
+X110562863Y-64447785D01*
+X110702214Y-64587136D01*
+X110702218Y-64587139D01*
+X110866079Y-64696628D01*
+X110866092Y-64696635D01*
+X111048160Y-64772049D01*
+X111048165Y-64772051D01*
+X111048169Y-64772051D01*
+X111048170Y-64772052D01*
+X111241456Y-64810500D01*
+X111241459Y-64810500D01*
+X111438543Y-64810500D01*
+X111568582Y-64784632D01*
+X111631835Y-64772051D01*
+X111813914Y-64696632D01*
+X111977782Y-64587139D01*
+X112117139Y-64447782D01*
+X112226632Y-64283914D01*
+X112302051Y-64101835D01*
+X112340500Y-63908541D01*
+X112340500Y-63711459D01*
+X112340500Y-63711456D01*
+X112302052Y-63518170D01*
+X112302051Y-63518169D01*
+X112302051Y-63518165D01*
+X112278919Y-63462318D01*
+X112226635Y-63336092D01*
+X112226628Y-63336079D01*
+X112117139Y-63172218D01*
+X112117136Y-63172214D01*
+X111977785Y-63032863D01*
+X111977781Y-63032860D01*
+X111813920Y-62923371D01*
+X111813907Y-62923364D01*
+X111631839Y-62847950D01*
+X111631829Y-62847947D01*
+X111438543Y-62809500D01*
+X111438541Y-62809500D01*
+X111241459Y-62809500D01*
+X111241457Y-62809500D01*
+X111048171Y-62847947D01*
+X111048168Y-62847948D01*
+X111048166Y-62847948D01*
+X111048165Y-62847949D01*
+X111048163Y-62847950D01*
+X110951295Y-62888073D01*
+X110881826Y-62895540D01*
+X110819347Y-62864265D01*
+X110816163Y-62861192D01*
+X100076819Y-52121848D01*
+X100043334Y-52060525D01*
+X100040500Y-52034167D01*
+X100040500Y-51264345D01*
+X100060185Y-51197306D01*
+X100112989Y-51151551D01*
+X100182147Y-51141607D01*
+X100245703Y-51170632D01*
+X100253572Y-51178985D01*
+X100253793Y-51178765D01*
+X110303181Y-61228152D01*
+X110336666Y-61289475D01*
+X110339500Y-61315833D01*
+X110339500Y-61368541D01*
+X110339500Y-61368543D01*
+X110339499Y-61368543D01*
+X110377947Y-61561829D01*
+X110377950Y-61561839D01*
+X110453364Y-61743907D01*
+X110453371Y-61743920D01*
+X110562860Y-61907781D01*
+X110562863Y-61907785D01*
+X110702214Y-62047136D01*
+X110702218Y-62047139D01*
+X110866079Y-62156628D01*
+X110866092Y-62156635D01*
+X111048160Y-62232049D01*
+X111048165Y-62232051D01*
+X111048169Y-62232051D01*
+X111048170Y-62232052D01*
+X111241456Y-62270500D01*
+X111241459Y-62270500D01*
+X111438543Y-62270500D01*
+X111568582Y-62244632D01*
+X111631835Y-62232051D01*
+X111813914Y-62156632D01*
+X111977782Y-62047139D01*
+X112117139Y-61907782D01*
+X112226632Y-61743914D01*
+X112302051Y-61561835D01*
+X112340500Y-61368541D01*
+X112340500Y-61171459D01*
+X112340500Y-61171456D01*
+X112302052Y-60978170D01*
+X112302051Y-60978169D01*
+X112302051Y-60978165D01*
+X112278919Y-60922318D01*
+X112226635Y-60796092D01*
+X112226628Y-60796079D01*
+X112117139Y-60632218D01*
+X112117136Y-60632214D01*
+X111977785Y-60492863D01*
+X111977781Y-60492860D01*
+X111813920Y-60383371D01*
+X111813907Y-60383364D01*
+X111631839Y-60307950D01*
+X111631829Y-60307947D01*
+X111438543Y-60269500D01*
+X111438541Y-60269500D01*
+X111241459Y-60269500D01*
+X111241457Y-60269500D01*
+X111048170Y-60307947D01*
+X111048160Y-60307950D01*
+X110866092Y-60383364D01*
+X110866079Y-60383371D01*
+X110702218Y-60492860D01*
+X110702213Y-60492864D01*
+X110647704Y-60547373D01*
+X110586381Y-60580857D01*
+X110516689Y-60575872D01*
+X110472343Y-60547372D01*
+X100836819Y-50911848D01*
+X100803334Y-50850525D01*
+X100800500Y-50824167D01*
+X100800500Y-47459147D01*
+X100820185Y-47392108D01*
+X100872989Y-47346353D01*
+X100942147Y-47336409D01*
+X101005703Y-47365434D01*
+X101012181Y-47371466D01*
+X101563181Y-47922466D01*
+X101596666Y-47983789D01*
+X101599500Y-48010147D01*
+X101599500Y-50939562D01*
+X101613152Y-50990513D01*
+X101619979Y-51015990D01*
+X101633588Y-51039560D01*
+X101633590Y-51039563D01*
+X101659537Y-51084507D01*
+X101659539Y-51084510D01*
+X101659540Y-51084511D01*
+X108389540Y-57814511D01*
+X108445489Y-57870460D01*
+X108445491Y-57870461D01*
+X108445495Y-57870464D01*
+X108514004Y-57910017D01*
+X108514011Y-57910021D01*
+X108590438Y-57930500D01*
+X110064167Y-57930500D01*
+X110131206Y-57950185D01*
+X110151848Y-57966819D01*
+X110391192Y-58206163D01*
+X110424677Y-58267486D01*
+X110419693Y-58337178D01*
+X110418073Y-58341295D01*
+X110377948Y-58438168D01*
+X110377947Y-58438171D01*
+X110339500Y-58631456D01*
+X110339500Y-58631459D01*
+X110339500Y-58828541D01*
+X110339500Y-58828543D01*
+X110339499Y-58828543D01*
+X110377947Y-59021829D01*
+X110377950Y-59021839D01*
+X110453364Y-59203907D01*
+X110453371Y-59203920D01*
+X110562860Y-59367781D01*
+X110562863Y-59367785D01*
+X110702214Y-59507136D01*
+X110702218Y-59507139D01*
+X110866079Y-59616628D01*
+X110866092Y-59616635D01*
+X111048160Y-59692049D01*
+X111048165Y-59692051D01*
+X111048169Y-59692051D01*
+X111048170Y-59692052D01*
+X111241456Y-59730500D01*
+X111241459Y-59730500D01*
+X111438543Y-59730500D01*
+X111568582Y-59704632D01*
+X111631835Y-59692051D01*
+X111813914Y-59616632D01*
+X111977782Y-59507139D01*
+X112117139Y-59367782D01*
+X112226632Y-59203914D01*
+X112302051Y-59021835D01*
+X112340500Y-58828541D01*
+X112340500Y-58631459D01*
+X112340500Y-58631456D01*
+X112302052Y-58438170D01*
+X112302051Y-58438169D01*
+X112302051Y-58438165D01*
+X112278919Y-58382318D01*
+X112226635Y-58256092D01*
+X112226628Y-58256079D01*
+X112117139Y-58092218D01*
+X112117136Y-58092214D01*
+X111977785Y-57952863D01*
+X111977781Y-57952860D01*
+X111813920Y-57843371D01*
+X111813907Y-57843364D01*
+X111631839Y-57767950D01*
+X111631829Y-57767947D01*
+X111438543Y-57729500D01*
+X111438541Y-57729500D01*
+X111241459Y-57729500D01*
+X111241457Y-57729500D01*
+X111048171Y-57767947D01*
+X111048168Y-57767948D01*
+X111048166Y-57767948D01*
+X111048165Y-57767949D01*
+X111048163Y-57767950D01*
+X110951295Y-57808073D01*
+X110881826Y-57815540D01*
+X110819347Y-57784265D01*
+X110816163Y-57781192D01*
+X110424512Y-57389541D01*
+X110424504Y-57389535D01*
+X110355995Y-57349982D01*
+X110355990Y-57349979D01*
+X110330513Y-57343152D01*
+X110279562Y-57329500D01*
+X110279560Y-57329500D01*
+X108805833Y-57329500D01*
+X108738794Y-57309815D01*
+X108718152Y-57293181D01*
+X102236819Y-50811848D01*
+X102203334Y-50750525D01*
+X102200500Y-50724167D01*
+X102200500Y-47794753D01*
+X102180020Y-47718323D01*
+X102180017Y-47718318D01*
+X102140464Y-47649809D01*
+X102140458Y-47649801D01*
+X101336819Y-46846162D01*
+X101303334Y-46784839D01*
+X101300500Y-46758481D01*
+X101300500Y-46220435D01*
+X101320185Y-46153396D01*
+X101372989Y-46107641D01*
+X101377012Y-46105889D01*
+X101497598Y-46055941D01*
+X101669655Y-45940977D01*
+X101815977Y-45794655D01*
+X101930941Y-45622598D01*
+X102010130Y-45431420D01*
+X102050500Y-45228465D01*
+X102050500Y-44771535D01*
+X102010130Y-44568580D01*
+X101930941Y-44377402D01*
+X101930940Y-44377400D01*
+X101930940Y-44377399D01*
+X101824694Y-44218390D01*
+X101803816Y-44151713D01*
+X101822301Y-44084333D01*
+X101874280Y-44037643D01*
+X101927796Y-44025500D01*
+X102572204Y-44025500D01*
+X102639243Y-44045185D01*
+X102684998Y-44097989D01*
+X102694942Y-44167147D01*
+X102675306Y-44218390D01*
+X102569059Y-44377399D01*
+X102569059Y-44377400D01*
+X102489870Y-44568579D01*
+X102489868Y-44568587D01*
+X102449500Y-44771530D01*
+X102449500Y-45228469D01*
+X102489868Y-45431412D01*
+X102489870Y-45431419D01*
+X102489870Y-45431420D01*
+X102569059Y-45622598D01*
+X102595285Y-45661848D01*
+X102684024Y-45794657D01*
+X102830342Y-45940975D01*
+X102830345Y-45940977D01*
+X103002402Y-46055941D01*
+X103122953Y-46105875D01*
+X103177356Y-46149714D01*
+X103199421Y-46216008D01*
+X103199500Y-46220435D01*
+X103199500Y-48389562D01*
+X103210474Y-48430518D01*
+X103219978Y-48465987D01*
+X103239351Y-48499542D01*
+X103259539Y-48534509D01*
+X103259541Y-48534512D01*
+X110391192Y-55666163D01*
+X110424677Y-55727486D01*
+X110419693Y-55797178D01*
+X110418073Y-55801295D01*
+X110377948Y-55898168D01*
+X110377947Y-55898171D01*
+X110339500Y-56091456D01*
+X110339500Y-56091459D01*
+X110339500Y-56288541D01*
+X110339500Y-56288543D01*
+X110339499Y-56288543D01*
+X110377947Y-56481829D01*
+X110377950Y-56481839D01*
+X110453364Y-56663907D01*
+X110453371Y-56663920D01*
+X110562860Y-56827781D01*
+X110562863Y-56827785D01*
+X110702214Y-56967136D01*
+X110702218Y-56967139D01*
+X110866079Y-57076628D01*
+X110866092Y-57076635D01*
+X111048160Y-57152049D01*
+X111048165Y-57152051D01*
+X111048169Y-57152051D01*
+X111048170Y-57152052D01*
+X111241456Y-57190500D01*
+X111241459Y-57190500D01*
+X111438543Y-57190500D01*
+X111568582Y-57164632D01*
+X111631835Y-57152051D01*
+X111813914Y-57076632D01*
+X111977782Y-56967139D01*
+X112117139Y-56827782D01*
+X112226632Y-56663914D01*
+X112302051Y-56481835D01*
+X112340500Y-56288541D01*
+X112340500Y-56091459D01*
+X112340500Y-56091456D01*
+X112302052Y-55898170D01*
+X112302051Y-55898169D01*
+X112302051Y-55898165D01*
+X112302049Y-55898160D01*
+X112226635Y-55716092D01*
+X112226628Y-55716079D01*
+X112117139Y-55552218D01*
+X112117136Y-55552214D01*
+X111977785Y-55412863D01*
+X111977781Y-55412860D01*
+X111813920Y-55303371D01*
+X111813907Y-55303364D01*
+X111631839Y-55227950D01*
+X111631829Y-55227947D01*
+X111438543Y-55189500D01*
+X111438541Y-55189500D01*
+X111241459Y-55189500D01*
+X111241457Y-55189500D01*
+X111048171Y-55227947D01*
+X111048168Y-55227948D01*
+X111048166Y-55227948D01*
+X111048165Y-55227949D01*
+X111048163Y-55227950D01*
+X110951295Y-55268073D01*
+X110881826Y-55275540D01*
+X110819347Y-55244265D01*
+X110816163Y-55241192D01*
+X109323514Y-53748543D01*
+X110339499Y-53748543D01*
+X110377947Y-53941829D01*
+X110377950Y-53941839D01*
+X110453364Y-54123907D01*
+X110453371Y-54123920D01*
+X110562860Y-54287781D01*
+X110562863Y-54287785D01*
+X110702214Y-54427136D01*
+X110702218Y-54427139D01*
+X110866079Y-54536628D01*
+X110866092Y-54536635D01*
+X111048160Y-54612049D01*
+X111048165Y-54612051D01*
+X111048169Y-54612051D01*
+X111048170Y-54612052D01*
+X111241456Y-54650500D01*
+X111241459Y-54650500D01*
+X111438543Y-54650500D01*
+X111568582Y-54624632D01*
+X111631835Y-54612051D01*
+X111813914Y-54536632D01*
+X111977782Y-54427139D01*
+X112117139Y-54287782D01*
+X112226632Y-54123914D01*
+X112302051Y-53941835D01*
+X112340500Y-53748541D01*
+X112340500Y-53551459D01*
+X112340500Y-53551456D01*
+X112302052Y-53358170D01*
+X112302051Y-53358169D01*
+X112302051Y-53358165D01*
+X112302049Y-53358160D01*
+X112226635Y-53176092D01*
+X112226628Y-53176079D01*
+X112117139Y-53012218D01*
+X112117136Y-53012214D01*
+X111977785Y-52872863D01*
+X111977781Y-52872860D01*
+X111813920Y-52763371D01*
+X111813907Y-52763364D01*
+X111631839Y-52687950D01*
+X111631829Y-52687947D01*
+X111438543Y-52649500D01*
+X111438541Y-52649500D01*
+X111241459Y-52649500D01*
+X111241457Y-52649500D01*
+X111048170Y-52687947D01*
+X111048160Y-52687950D01*
+X110866092Y-52763364D01*
+X110866079Y-52763371D01*
+X110702218Y-52872860D01*
+X110702214Y-52872863D01*
+X110562863Y-53012214D01*
+X110562860Y-53012218D01*
+X110453371Y-53176079D01*
+X110453364Y-53176092D01*
+X110377950Y-53358160D01*
+X110377947Y-53358170D01*
+X110339500Y-53551456D01*
+X110339500Y-53551459D01*
+X110339500Y-53748541D01*
+X110339500Y-53748543D01*
+X110339499Y-53748543D01*
+X109323514Y-53748543D01*
+X103836819Y-48261848D01*
+X103803334Y-48200525D01*
+X103800500Y-48174167D01*
+X103800500Y-46220435D01*
+X103820185Y-46153396D01*
+X103872989Y-46107641D01*
+X103877012Y-46105889D01*
+X103997598Y-46055941D01*
+X104169655Y-45940977D01*
+X104315977Y-45794655D01*
+X104430941Y-45622598D01*
+X104510130Y-45431420D01*
+X104550500Y-45228465D01*
+X104550500Y-44771535D01*
+X104510130Y-44568580D01*
+X104430941Y-44377402D01*
+X104430940Y-44377400D01*
+X104430940Y-44377399D01*
+X104324694Y-44218390D01*
+X104303816Y-44151713D01*
+X104322301Y-44084333D01*
+X104374280Y-44037643D01*
+X104427796Y-44025500D01*
+X110072204Y-44025500D01*
+X110139243Y-44045185D01*
+X110184998Y-44097989D01*
+X110194942Y-44167147D01*
+X110175306Y-44218390D01*
+X110069059Y-44377399D01*
+X110069059Y-44377400D01*
+X109989870Y-44568579D01*
+X109989868Y-44568587D01*
+X109949500Y-44771530D01*
+X109949500Y-45228469D01*
+X109989868Y-45431412D01*
+X109989870Y-45431419D01*
+X109989870Y-45431420D01*
+X110069059Y-45622598D01*
+X110095285Y-45661848D01*
+X110184024Y-45794657D01*
+X110330342Y-45940975D01*
+X110330345Y-45940977D01*
+X110502402Y-46055941D01*
+X110693580Y-46135130D01*
+X110882187Y-46172646D01*
+X110896530Y-46175499D01*
+X110896534Y-46175500D01*
+X110896535Y-46175500D01*
+X111103466Y-46175500D01*
+X111103467Y-46175499D01*
+X111306420Y-46135130D01*
+X111497598Y-46055941D01*
+X111497605Y-46055935D01*
+X111502965Y-46053072D01*
+X111504287Y-46055545D01*
+X111559385Y-46038182D01*
+X111626799Y-46056544D01*
+X111649506Y-46074477D01*
+X116163181Y-50588152D01*
+X116196666Y-50649475D01*
+X116199500Y-50675833D01*
+X116199500Y-69824167D01*
+X116179815Y-69891206D01*
+X116163181Y-69911848D01*
+X113631848Y-72443181D01*
+X113570525Y-72476666D01*
+X113544167Y-72479500D01*
+X91387197Y-72479500D01*
+X91320158Y-72459815D01*
+X91274403Y-72407011D01*
+X91272636Y-72402953D01*
+X91242323Y-72329771D01*
+X91242318Y-72329762D01*
+X91138302Y-72174092D01*
+X91138299Y-72174088D01*
+X91005911Y-72041700D01*
+X91005907Y-72041697D01*
+X90850237Y-71937681D01*
+X90850228Y-71937676D01*
+X90677251Y-71866027D01*
+X90677243Y-71866025D01*
+X90493620Y-71829500D01*
+X90493616Y-71829500D01*
+X90306384Y-71829500D01*
+X90306379Y-71829500D01*
+X90122756Y-71866025D01*
+X90122748Y-71866027D01*
+X89949771Y-71937676D01*
+X89949762Y-71937681D01*
+X89794092Y-72041697D01*
+X89794088Y-72041700D01*
+X89661700Y-72174088D01*
+X89661697Y-72174092D01*
+X89557681Y-72329762D01*
+X89557676Y-72329771D01*
+X89486027Y-72502748D01*
+X89486025Y-72502756D01*
+X89449500Y-72686379D01*
+X89449500Y-72873620D01*
+X89486025Y-73057243D01*
+X89486027Y-73057251D01*
+X89557676Y-73230228D01*
+X89557681Y-73230237D01*
+X89661697Y-73385907D01*
+X89661700Y-73385911D01*
+X89794088Y-73518299D01*
+X89794092Y-73518302D01*
+X89949762Y-73622318D01*
+X89949768Y-73622321D01*
+X89949769Y-73622322D01*
+X90122749Y-73693973D01*
+X90306379Y-73730499D01*
+X90306383Y-73730500D01*
+X90306384Y-73730500D01*
+X90493617Y-73730500D01*
+X90493618Y-73730499D01*
+X90677251Y-73693973D01*
+X90850231Y-73622322D01*
+X91005908Y-73518302D01*
+X91138302Y-73385908D01*
+X91242322Y-73230231D01*
+X91272636Y-73157047D01*
+X91316477Y-73102644D01*
+X91382771Y-73080579D01*
+X91387197Y-73080500D01*
+X113759560Y-73080500D01*
+X113759562Y-73080500D01*
+X113835989Y-73060021D01*
+X113904511Y-73020460D01*
+X113960460Y-72964511D01*
+X116740460Y-70184511D01*
+X116780022Y-70115988D01*
+X116800500Y-70039562D01*
+X116800500Y-69960438D01*
+X116800500Y-69424500D01*
+X116820185Y-69357461D01*
+X116872989Y-69311706D01*
+X116924500Y-69300500D01*
+X135075500Y-69300500D01*
+X135142539Y-69320185D01*
+X135188294Y-69372989D01*
+X135199500Y-69424500D01*
+X135199500Y-90324166D01*
+X135179815Y-90391205D01*
+X135163181Y-90411847D01*
+X131111847Y-94463181D01*
+X131050524Y-94496666D01*
+X131024166Y-94499500D01*
+X130934108Y-94499500D01*
+X130806812Y-94533608D01*
+X130692686Y-94599500D01*
+X130692683Y-94599502D01*
+X130599502Y-94692683D01*
+X130599500Y-94692686D01*
+X130533608Y-94806812D01*
+X130499500Y-94934108D01*
+X130499500Y-95065891D01*
+X130533608Y-95193187D01*
+X130566554Y-95250250D01*
+X130599500Y-95307314D01*
+X130692686Y-95400500D01*
+X130806814Y-95466392D01*
+X130934108Y-95500500D01*
+X130934110Y-95500500D01*
+X131065890Y-95500500D01*
+X131065892Y-95500500D01*
+X131193186Y-95466392D01*
+X131307314Y-95400500D01*
+X131400500Y-95307314D01*
+X131466392Y-95193186D01*
+X131500500Y-95065892D01*
+X131500500Y-94975832D01*
+X131520185Y-94908793D01*
+X131536819Y-94888151D01*
+X133200804Y-93224166D01*
+X135740460Y-90684511D01*
+X135772513Y-90628993D01*
+X135780021Y-90615989D01*
+X135800500Y-90539562D01*
+X135800500Y-68960438D01*
+X135780021Y-68884011D01*
+X135780017Y-68884004D01*
+X135740464Y-68815495D01*
+X135740458Y-68815487D01*
+X135684512Y-68759541D01*
+X135684504Y-68759535D01*
+X135615995Y-68719982D01*
+X135615990Y-68719979D01*
+X135590513Y-68713152D01*
+X135539562Y-68699500D01*
+X135539560Y-68699500D01*
+X116924500Y-68699500D01*
+X116857461Y-68679815D01*
+X116811706Y-68627011D01*
+X116800500Y-68575500D01*
+X116800500Y-50460438D01*
+X116800254Y-50459520D01*
+X116800249Y-50459500D01*
+X116780022Y-50384012D01*
+X116740460Y-50315489D01*
+X112023687Y-45598716D01*
+X111990202Y-45537393D01*
+X111995186Y-45467701D01*
+X111996790Y-45463624D01*
+X112010130Y-45431420D01*
+X112050500Y-45228465D01*
+X112050500Y-44771535D01*
+X112010130Y-44568580D01*
+X111930941Y-44377402D01*
+X111930940Y-44377400D01*
+X111930940Y-44377399D01*
+X111824694Y-44218390D01*
+X111803816Y-44151713D01*
+X111822301Y-44084333D01*
+X111874280Y-44037643D01*
+X111927796Y-44025500D01*
+X112572204Y-44025500D01*
+X112639243Y-44045185D01*
+X112684998Y-44097989D01*
+X112694942Y-44167147D01*
+X112675306Y-44218390D01*
+X112569059Y-44377399D01*
+X112569059Y-44377400D01*
+X112489870Y-44568579D01*
+X112489868Y-44568587D01*
+X112449500Y-44771530D01*
+X112449500Y-45228469D01*
+X112489868Y-45431412D01*
+X112489870Y-45431419D01*
+X112489870Y-45431420D01*
+X112569059Y-45622598D01*
+X112595285Y-45661848D01*
+X112684024Y-45794657D01*
+X112830342Y-45940975D01*
+X112830345Y-45940977D01*
+X113002402Y-46055941D01*
+X113193580Y-46135130D01*
+X113382187Y-46172646D01*
+X113396530Y-46175499D01*
+X113396534Y-46175500D01*
+X113396535Y-46175500D01*
+X113603466Y-46175500D01*
+X113603467Y-46175499D01*
+X113806420Y-46135130D01*
+X113997598Y-46055941D01*
+X114169655Y-45940977D01*
+X114315977Y-45794655D01*
+X114430941Y-45622598D01*
+X114510130Y-45431420D01*
+X114550500Y-45228465D01*
+X114550500Y-44771535D01*
+X114510130Y-44568580D01*
+X114430941Y-44377402D01*
+X114430940Y-44377400D01*
+X114430940Y-44377399D01*
+X114324694Y-44218390D01*
+X114303816Y-44151713D01*
+X114322301Y-44084333D01*
+X114374280Y-44037643D01*
+X114427796Y-44025500D01*
+X114549167Y-44025500D01*
+X114616206Y-44045185D01*
+X114636848Y-44061819D01*
+X114913181Y-44338152D01*
+X114946666Y-44399475D01*
+X114949500Y-44425833D01*
+X114949500Y-45779269D01*
+X114952353Y-45809699D01*
+X114952353Y-45809701D01*
+X114997206Y-45937880D01*
+X114997207Y-45937882D01*
+X115077850Y-46047150D01*
+X115187118Y-46127793D01*
+X115208089Y-46135131D01*
+X115315299Y-46172646D01*
+X115345730Y-46175500D01*
+X115345734Y-46175500D01*
+X116654270Y-46175500D01*
+X116684699Y-46172646D01*
+X116684701Y-46172646D01*
+X116750235Y-46149714D01*
+X116812882Y-46127793D01*
+X116922150Y-46047150D01*
+X117002793Y-45937882D01*
+X117025219Y-45873790D01*
+X117047646Y-45809701D01*
+X117047646Y-45809699D01*
+X117050500Y-45779269D01*
+X117050500Y-44220730D01*
+X117047646Y-44190300D01*
+X117047646Y-44190298D01*
+X117002793Y-44062119D01*
+X117002792Y-44062117D01*
+X116985023Y-44038041D01*
+X116922150Y-43952850D01*
+X116812882Y-43872207D01*
+X116812880Y-43872206D01*
+X116684700Y-43827353D01*
+X116654270Y-43824500D01*
+X116654266Y-43824500D01*
+X115345734Y-43824500D01*
+X115345729Y-43824500D01*
+X115315761Y-43827310D01*
+X115247177Y-43813970D01*
+X115216504Y-43791533D01*
+X114945701Y-43520730D01*
+X122949500Y-43520730D01*
+X122949500Y-45079269D01*
+X122952353Y-45109699D01*
+X122952353Y-45109701D01*
+X122993912Y-45228466D01*
+X122997207Y-45237882D01*
+X123077850Y-45347150D01*
+X123187118Y-45427793D01*
+X123208089Y-45435131D01*
+X123315299Y-45472646D01*
+X123345730Y-45475500D01*
+X123345734Y-45475500D01*
+X124654270Y-45475500D01*
+X124684699Y-45472646D01*
+X124684701Y-45472646D01*
+X124748790Y-45450219D01*
+X124812882Y-45427793D01*
+X124922150Y-45347150D01*
+X125002793Y-45237882D01*
+X125029049Y-45162847D01*
+X125047646Y-45109701D01*
+X125047646Y-45109699D01*
+X125050500Y-45079269D01*
+X125050500Y-44071530D01*
+X125449500Y-44071530D01*
+X125449500Y-44528469D01*
+X125489868Y-44731412D01*
+X125489870Y-44731420D01*
+X125569058Y-44922596D01*
+X125684024Y-45094657D01*
+X125830342Y-45240975D01*
+X125830345Y-45240977D01*
+X126002402Y-45355941D01*
+X126193580Y-45435130D01*
+X126336604Y-45463579D01*
+X126396530Y-45475499D01*
+X126396534Y-45475500D01*
+X126396535Y-45475500D01*
+X126603466Y-45475500D01*
+X126603467Y-45475499D01*
+X126806420Y-45435130D01*
+X126997598Y-45355941D01*
+X127169655Y-45240977D01*
+X127315977Y-45094655D01*
+X127430941Y-44922598D01*
+X127510130Y-44731420D01*
+X127550500Y-44528465D01*
+X127550500Y-44071535D01*
+X127550499Y-44071530D01*
+X127949500Y-44071530D01*
+X127949500Y-44528469D01*
+X127989868Y-44731412D01*
+X127989870Y-44731420D01*
+X128069058Y-44922596D01*
+X128184024Y-45094657D01*
+X128330342Y-45240975D01*
+X128330345Y-45240977D01*
+X128502402Y-45355941D01*
+X128693580Y-45435130D01*
+X128836604Y-45463579D01*
+X128896530Y-45475499D01*
+X128896534Y-45475500D01*
+X128896535Y-45475500D01*
+X129103466Y-45475500D01*
+X129103467Y-45475499D01*
+X129306420Y-45435130D01*
+X129497598Y-45355941D01*
+X129669655Y-45240977D01*
+X129815977Y-45094655D01*
+X129930941Y-44922598D01*
+X130010130Y-44731420D01*
+X130050500Y-44528465D01*
+X130050500Y-44071535D01*
+X130010130Y-43868580D01*
+X129930941Y-43677402D01*
+X129815977Y-43505345D01*
+X129815975Y-43505342D01*
+X129669657Y-43359024D01*
+X129583626Y-43301541D01*
+X129497598Y-43244059D01*
+X129306420Y-43164870D01*
+X129306412Y-43164868D01*
+X129103469Y-43124500D01*
+X129103465Y-43124500D01*
+X128896535Y-43124500D01*
+X128896530Y-43124500D01*
+X128693587Y-43164868D01*
+X128693579Y-43164870D01*
+X128502403Y-43244058D01*
+X128330342Y-43359024D01*
+X128184024Y-43505342D01*
+X128069058Y-43677403D01*
+X127989870Y-43868579D01*
+X127989868Y-43868587D01*
+X127949500Y-44071530D01*
+X127550499Y-44071530D01*
+X127510130Y-43868580D01*
+X127430941Y-43677402D01*
+X127315977Y-43505345D01*
+X127315975Y-43505342D01*
+X127169657Y-43359024D01*
+X127083626Y-43301541D01*
+X126997598Y-43244059D01*
+X126806420Y-43164870D01*
+X126806412Y-43164868D01*
+X126603469Y-43124500D01*
+X126603465Y-43124500D01*
+X126396535Y-43124500D01*
+X126396530Y-43124500D01*
+X126193587Y-43164868D01*
+X126193579Y-43164870D01*
+X126002403Y-43244058D01*
+X125830342Y-43359024D01*
+X125684024Y-43505342D01*
+X125569058Y-43677403D01*
+X125489870Y-43868579D01*
+X125489868Y-43868587D01*
+X125449500Y-44071530D01*
+X125050500Y-44071530D01*
+X125050500Y-43520730D01*
+X125047646Y-43490300D01*
+X125047646Y-43490298D01*
+X125002793Y-43362119D01*
+X125002792Y-43362117D01*
+X124922150Y-43252850D01*
+X124812882Y-43172207D01*
+X124812880Y-43172206D01*
+X124684700Y-43127353D01*
+X124654270Y-43124500D01*
+X124654266Y-43124500D01*
+X123345734Y-43124500D01*
+X123345730Y-43124500D01*
+X123315300Y-43127353D01*
+X123315298Y-43127353D01*
+X123187119Y-43172206D01*
+X123187117Y-43172207D01*
+X123077850Y-43252850D01*
+X122997207Y-43362117D01*
+X122997206Y-43362119D01*
+X122952353Y-43490298D01*
+X122952353Y-43490300D01*
+X122949500Y-43520730D01*
+X114945701Y-43520730D01*
+X114909512Y-43484541D01*
+X114909504Y-43484535D01*
+X114840995Y-43444982D01*
+X114840990Y-43444979D01*
+X114815513Y-43438152D01*
+X114764562Y-43424500D01*
+X93235438Y-43424500D01*
+X93197224Y-43434739D01*
+X93159009Y-43444979D01*
+X93159004Y-43444982D01*
+X93090495Y-43484535D01*
+X93090487Y-43484541D01*
+X84259541Y-52315487D01*
+X84259535Y-52315495D01*
+X84219982Y-52384004D01*
+X84219979Y-52384009D01*
+X84217167Y-52394504D01*
+X84199500Y-52460438D01*
+X60500500Y-52460438D01*
+X60500500Y-42855778D01*
+X60799500Y-42855778D01*
+X60799500Y-43144221D01*
+X60799501Y-43144238D01*
+X60837149Y-43430206D01*
+X60837150Y-43430211D01*
+X60837151Y-43430217D01*
+X60861404Y-43520730D01*
+X60911809Y-43708844D01*
+X60911814Y-43708860D01*
+X61022191Y-43975336D01*
+X61022199Y-43975352D01*
+X61166420Y-44225148D01*
+X61166431Y-44225164D01*
+X61342024Y-44454002D01*
+X61342030Y-44454009D01*
+X61545990Y-44657969D01*
+X61545996Y-44657974D01*
+X61774844Y-44833575D01*
+X61774851Y-44833579D01*
+X62024647Y-44977800D01*
+X62024663Y-44977808D01*
+X62291139Y-45088185D01*
+X62291145Y-45088186D01*
+X62291155Y-45088191D01*
+X62569783Y-45162849D01*
+X62855772Y-45200500D01*
+X62855779Y-45200500D01*
+X63144221Y-45200500D01*
+X63144228Y-45200500D01*
+X63430217Y-45162849D01*
+X63708845Y-45088191D01*
+X63708857Y-45088185D01*
+X63708860Y-45088185D01*
+X63975336Y-44977808D01*
+X63975339Y-44977806D01*
+X63975345Y-44977804D01*
+X64225156Y-44833575D01*
+X64454004Y-44657974D01*
+X64657974Y-44454004D01*
+X64833575Y-44225156D01*
+X64977804Y-43975345D01*
+X65039104Y-43827354D01*
+X65088185Y-43708860D01*
+X65088185Y-43708857D01*
+X65088191Y-43708845D01*
+X65162849Y-43430217D01*
+X65200500Y-43144228D01*
+X65200500Y-42855778D01*
+X135799500Y-42855778D01*
+X135799500Y-43144221D01*
+X135799501Y-43144238D01*
+X135837149Y-43430206D01*
+X135837150Y-43430211D01*
+X135837151Y-43430217D01*
+X135861404Y-43520730D01*
+X135911809Y-43708844D01*
+X135911814Y-43708860D01*
+X136022191Y-43975336D01*
+X136022199Y-43975352D01*
+X136166420Y-44225148D01*
+X136166431Y-44225164D01*
+X136342024Y-44454002D01*
+X136342030Y-44454009D01*
+X136545990Y-44657969D01*
+X136545996Y-44657974D01*
+X136774844Y-44833575D01*
+X136774851Y-44833579D01*
+X137024647Y-44977800D01*
+X137024663Y-44977808D01*
+X137291139Y-45088185D01*
+X137291145Y-45088186D01*
+X137291155Y-45088191D01*
+X137569783Y-45162849D01*
+X137855772Y-45200500D01*
+X137855779Y-45200500D01*
+X138144221Y-45200500D01*
+X138144228Y-45200500D01*
+X138430217Y-45162849D01*
+X138708845Y-45088191D01*
+X138708857Y-45088185D01*
+X138708860Y-45088185D01*
+X138975336Y-44977808D01*
+X138975339Y-44977806D01*
+X138975345Y-44977804D01*
+X139225156Y-44833575D01*
+X139454004Y-44657974D01*
+X139657974Y-44454004D01*
+X139833575Y-44225156D01*
+X139977804Y-43975345D01*
+X140039104Y-43827354D01*
+X140088185Y-43708860D01*
+X140088185Y-43708857D01*
+X140088191Y-43708845D01*
+X140162849Y-43430217D01*
+X140200500Y-43144228D01*
+X140200500Y-42855772D01*
+X140162849Y-42569783D01*
+X140088191Y-42291155D01*
+X140088186Y-42291145D01*
+X140088185Y-42291139D01*
+X139977808Y-42024663D01*
+X139977800Y-42024647D01*
+X139833579Y-41774851D01*
+X139833575Y-41774844D01*
+X139657974Y-41545996D01*
+X139657969Y-41545990D01*
+X139454009Y-41342030D01*
+X139454002Y-41342024D01*
+X139225164Y-41166431D01*
+X139225162Y-41166429D01*
+X139225156Y-41166425D01*
+X139225151Y-41166422D01*
+X139225148Y-41166420D01*
+X138975352Y-41022199D01*
+X138975336Y-41022191D01*
+X138708860Y-40911814D01*
+X138708848Y-40911810D01*
+X138708845Y-40911809D01*
+X138430217Y-40837151D01*
+X138430211Y-40837150D01*
+X138430206Y-40837149D01*
+X138144238Y-40799501D01*
+X138144233Y-40799500D01*
+X138144228Y-40799500D01*
+X137855772Y-40799500D01*
+X137855766Y-40799500D01*
+X137855761Y-40799501D01*
+X137569793Y-40837149D01*
+X137569786Y-40837150D01*
+X137569783Y-40837151D01*
+X137291155Y-40911809D01*
+X137291139Y-40911814D01*
+X137024663Y-41022191D01*
+X137024647Y-41022199D01*
+X136774851Y-41166420D01*
+X136774835Y-41166431D01*
+X136545997Y-41342024D01*
+X136545990Y-41342030D01*
+X136342030Y-41545990D01*
+X136342024Y-41545997D01*
+X136166431Y-41774835D01*
+X136166420Y-41774851D01*
+X136022199Y-42024647D01*
+X136022191Y-42024663D01*
+X135911814Y-42291139D01*
+X135911809Y-42291155D01*
+X135837152Y-42569780D01*
+X135837149Y-42569793D01*
+X135799501Y-42855761D01*
+X135799500Y-42855778D01*
+X65200500Y-42855778D01*
+X65200500Y-42855772D01*
+X65162849Y-42569783D01*
+X65088191Y-42291155D01*
+X65088186Y-42291145D01*
+X65088185Y-42291139D01*
+X64977808Y-42024663D01*
+X64977800Y-42024647D01*
+X64833579Y-41774851D01*
+X64833575Y-41774844D01*
+X64657974Y-41545996D01*
+X64657969Y-41545990D01*
+X64454009Y-41342030D01*
+X64454002Y-41342024D01*
+X64225164Y-41166431D01*
+X64225162Y-41166429D01*
+X64225156Y-41166425D01*
+X64225151Y-41166422D01*
+X64225148Y-41166420D01*
+X63975352Y-41022199D01*
+X63975336Y-41022191D01*
+X63708860Y-40911814D01*
+X63708848Y-40911810D01*
+X63708845Y-40911809D01*
+X63430217Y-40837151D01*
+X63430211Y-40837150D01*
+X63430206Y-40837149D01*
+X63144238Y-40799501D01*
+X63144233Y-40799500D01*
+X63144228Y-40799500D01*
+X62855772Y-40799500D01*
+X62855766Y-40799500D01*
+X62855761Y-40799501D01*
+X62569793Y-40837149D01*
+X62569786Y-40837150D01*
+X62569783Y-40837151D01*
+X62291155Y-40911809D01*
+X62291139Y-40911814D01*
+X62024663Y-41022191D01*
+X62024647Y-41022199D01*
+X61774851Y-41166420D01*
+X61774835Y-41166431D01*
+X61545997Y-41342024D01*
+X61545990Y-41342030D01*
+X61342030Y-41545990D01*
+X61342024Y-41545997D01*
+X61166431Y-41774835D01*
+X61166420Y-41774851D01*
+X61022199Y-42024647D01*
+X61022191Y-42024663D01*
+X60911814Y-42291139D01*
+X60911809Y-42291155D01*
+X60837152Y-42569780D01*
+X60837149Y-42569793D01*
+X60799501Y-42855761D01*
+X60799500Y-42855778D01*
+X60500500Y-42855778D01*
+X60500500Y-40624500D01*
+X60520185Y-40557461D01*
+X60572989Y-40511706D01*
+X60624500Y-40500500D01*
+X140375500Y-40500500D01*
+X140442539Y-40520185D01*
+G37*
+G04 #@! TD.AperFunction*
+G04 #@! TD*
+M02*
diff --git a/pcbway_export/firstpcb-B_Mask.gbs b/pcbway_export/firstpcb-B_Mask.gbs
new file mode 100644
index 0000000..83ac001
--- /dev/null
+++ b/pcbway_export/firstpcb-B_Mask.gbs
@@ -0,0 +1,129 @@
+G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,10.0.0*
+G04 #@! TF.CreationDate,2026-05-15T16:38:12-04:00*
+G04 #@! TF.ProjectId,firstpcb,66697273-7470-4636-922e-6b696361645f,rev?*
+G04 #@! TF.SameCoordinates,Original*
+G04 #@! TF.FileFunction,Soldermask,Bot*
+G04 #@! TF.FilePolarity,Negative*
+%FSLAX46Y46*%
+G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
+G04 Created by KiCad (PCBNEW 10.0.0) date 2026-05-15 16:38:12*
+%MOMM*%
+%LPD*%
+G01*
+G04 APERTURE LIST*
+G04 Aperture macros list*
+%AMRoundRect*
+0 Rectangle with rounded corners*
+0 $1 Rounding radius*
+0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
+0 Add a 4 corners polygon primitive as box body*
+4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
+0 Add four circle primitives for the rounded corners*
+1,1,$1+$1,$2,$3*
+1,1,$1+$1,$4,$5*
+1,1,$1+$1,$6,$7*
+1,1,$1+$1,$8,$9*
+0 Add four rect primitives between the rounded corners*
+20,1,$1+$1,$2,$3,$4,$5,0*
+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*%
+G04 Aperture macros list end*
+%ADD10R,1.600000X1.600000*%
+%ADD11O,1.600000X1.600000*%
+%ADD12RoundRect,0.250000X-0.600000X-0.725000X0.600000X-0.725000X0.600000X0.725000X-0.600000X0.725000X0*%
+%ADD13O,1.700000X1.950000*%
+%ADD14C,1.500000*%
+%ADD15R,1.500000X1.500000*%
+%ADD16C,0.600000*%
+%ADD17RoundRect,0.250000X0.600000X0.725000X-0.600000X0.725000X-0.600000X-0.725000X0.600000X-0.725000X0*%
+G04 APERTURE END LIST*
+D10*
+G04 #@! TO.C,A4988*
+X111340000Y-68890000D03*
+D11*
+X111340000Y-66350000D03*
+X111340000Y-63810000D03*
+X111340000Y-61270000D03*
+X111340000Y-58730000D03*
+X111340000Y-56190000D03*
+X111340000Y-53650000D03*
+X111340000Y-51110000D03*
+X98640000Y-51110000D03*
+X98640000Y-53650000D03*
+X98640000Y-56190000D03*
+X98640000Y-58730000D03*
+X98640000Y-61270000D03*
+X98640000Y-63810000D03*
+X98640000Y-66350000D03*
+X98640000Y-68890000D03*
+G04 #@! TD*
+D12*
+G04 #@! TO.C,MotorPower1*
+X124000000Y-44300000D03*
+D13*
+X126500000Y-44300000D03*
+X129000000Y-44300000D03*
+G04 #@! TD*
+D14*
+G04 #@! TO.C,ESP32-WROOM1*
+X65000000Y-90560000D03*
+X65000000Y-88020000D03*
+X65000000Y-85480000D03*
+X65000000Y-82940000D03*
+X65000000Y-80400000D03*
+X65000000Y-77860000D03*
+X65000000Y-75320000D03*
+X65000000Y-72780000D03*
+X65000000Y-70240000D03*
+X65000000Y-67700000D03*
+X65000000Y-65160000D03*
+X65000000Y-62620000D03*
+X65000000Y-60080000D03*
+X65000000Y-57540000D03*
+D15*
+X65000000Y-55000000D03*
+D14*
+X90400000Y-90560000D03*
+X90400000Y-88020000D03*
+X90400000Y-85480000D03*
+X90400000Y-82940000D03*
+X90400000Y-80400000D03*
+X90400000Y-77860000D03*
+X90400000Y-75320000D03*
+X90400000Y-72780000D03*
+X90400000Y-70240000D03*
+X90400000Y-67700000D03*
+X90400000Y-65160000D03*
+X90400000Y-62620000D03*
+X90400000Y-60080000D03*
+X90400000Y-57540000D03*
+X90400000Y-55000000D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.C,U2*
+X117450000Y-76950000D03*
+X117450000Y-78000000D03*
+X118225000Y-76199999D03*
+X118225000Y-76950000D03*
+X118225000Y-78000000D03*
+X118225000Y-78750001D03*
+X119000000Y-76950000D03*
+X119000000Y-78000000D03*
+G04 #@! TD*
+D17*
+G04 #@! TO.C,SW1*
+X116000000Y-45000000D03*
+D13*
+X113500000Y-45000000D03*
+X111000000Y-45000000D03*
+G04 #@! TD*
+D12*
+G04 #@! TO.C,StepperConnection1*
+X96000000Y-45000000D03*
+D13*
+X98500000Y-45000000D03*
+X101000000Y-45000000D03*
+X103500000Y-45000000D03*
+G04 #@! TD*
+M02*
diff --git a/pcbway_export/firstpcb-B_Paste.gbp b/pcbway_export/firstpcb-B_Paste.gbp
new file mode 100644
index 0000000..396f73b
--- /dev/null
+++ b/pcbway_export/firstpcb-B_Paste.gbp
@@ -0,0 +1,15 @@
+G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,10.0.0*
+G04 #@! TF.CreationDate,2026-05-15T16:38:12-04:00*
+G04 #@! TF.ProjectId,firstpcb,66697273-7470-4636-922e-6b696361645f,rev?*
+G04 #@! TF.SameCoordinates,Original*
+G04 #@! TF.FileFunction,Paste,Bot*
+G04 #@! TF.FilePolarity,Positive*
+%FSLAX46Y46*%
+G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
+G04 Created by KiCad (PCBNEW 10.0.0) date 2026-05-15 16:38:12*
+%MOMM*%
+%LPD*%
+G01*
+G04 APERTURE LIST*
+G04 APERTURE END LIST*
+M02*
diff --git a/pcbway_export/firstpcb-B_Silkscreen.gbo b/pcbway_export/firstpcb-B_Silkscreen.gbo
new file mode 100644
index 0000000..490f3e1
--- /dev/null
+++ b/pcbway_export/firstpcb-B_Silkscreen.gbo
@@ -0,0 +1,131 @@
+G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,10.0.0*
+G04 #@! TF.CreationDate,2026-05-15T16:38:12-04:00*
+G04 #@! TF.ProjectId,firstpcb,66697273-7470-4636-922e-6b696361645f,rev?*
+G04 #@! TF.SameCoordinates,Original*
+G04 #@! TF.FileFunction,Legend,Bot*
+G04 #@! TF.FilePolarity,Positive*
+%FSLAX46Y46*%
+G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
+G04 Created by KiCad (PCBNEW 10.0.0) date 2026-05-15 16:38:12*
+%MOMM*%
+%LPD*%
+G01*
+G04 APERTURE LIST*
+G04 Aperture macros list*
+%AMRoundRect*
+0 Rectangle with rounded corners*
+0 $1 Rounding radius*
+0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
+0 Add a 4 corners polygon primitive as box body*
+4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
+0 Add four circle primitives for the rounded corners*
+1,1,$1+$1,$2,$3*
+1,1,$1+$1,$4,$5*
+1,1,$1+$1,$6,$7*
+1,1,$1+$1,$8,$9*
+0 Add four rect primitives between the rounded corners*
+20,1,$1+$1,$2,$3,$4,$5,0*
+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*%
+G04 Aperture macros list end*
+%ADD10R,1.600000X1.600000*%
+%ADD11O,1.600000X1.600000*%
+%ADD12RoundRect,0.250000X-0.600000X-0.725000X0.600000X-0.725000X0.600000X0.725000X-0.600000X0.725000X0*%
+%ADD13O,1.700000X1.950000*%
+%ADD14C,1.500000*%
+%ADD15R,1.500000X1.500000*%
+%ADD16C,0.600000*%
+%ADD17RoundRect,0.250000X0.600000X0.725000X-0.600000X0.725000X-0.600000X-0.725000X0.600000X-0.725000X0*%
+G04 APERTURE END LIST*
+%LPC*%
+D10*
+G04 #@! TO.C,A4988*
+X111340000Y-68890000D03*
+D11*
+X111340000Y-66350000D03*
+X111340000Y-63810000D03*
+X111340000Y-61270000D03*
+X111340000Y-58730000D03*
+X111340000Y-56190000D03*
+X111340000Y-53650000D03*
+X111340000Y-51110000D03*
+X98640000Y-51110000D03*
+X98640000Y-53650000D03*
+X98640000Y-56190000D03*
+X98640000Y-58730000D03*
+X98640000Y-61270000D03*
+X98640000Y-63810000D03*
+X98640000Y-66350000D03*
+X98640000Y-68890000D03*
+G04 #@! TD*
+D12*
+G04 #@! TO.C,MotorPower1*
+X124000000Y-44300000D03*
+D13*
+X126500000Y-44300000D03*
+X129000000Y-44300000D03*
+G04 #@! TD*
+D14*
+G04 #@! TO.C,ESP32-WROOM1*
+X65000000Y-90560000D03*
+X65000000Y-88020000D03*
+X65000000Y-85480000D03*
+X65000000Y-82940000D03*
+X65000000Y-80400000D03*
+X65000000Y-77860000D03*
+X65000000Y-75320000D03*
+X65000000Y-72780000D03*
+X65000000Y-70240000D03*
+X65000000Y-67700000D03*
+X65000000Y-65160000D03*
+X65000000Y-62620000D03*
+X65000000Y-60080000D03*
+X65000000Y-57540000D03*
+D15*
+X65000000Y-55000000D03*
+D14*
+X90400000Y-90560000D03*
+X90400000Y-88020000D03*
+X90400000Y-85480000D03*
+X90400000Y-82940000D03*
+X90400000Y-80400000D03*
+X90400000Y-77860000D03*
+X90400000Y-75320000D03*
+X90400000Y-72780000D03*
+X90400000Y-70240000D03*
+X90400000Y-67700000D03*
+X90400000Y-65160000D03*
+X90400000Y-62620000D03*
+X90400000Y-60080000D03*
+X90400000Y-57540000D03*
+X90400000Y-55000000D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.C,U2*
+X117450000Y-76950000D03*
+X117450000Y-78000000D03*
+X118225000Y-76199999D03*
+X118225000Y-76950000D03*
+X118225000Y-78000000D03*
+X118225000Y-78750001D03*
+X119000000Y-76950000D03*
+X119000000Y-78000000D03*
+G04 #@! TD*
+D17*
+G04 #@! TO.C,SW1*
+X116000000Y-45000000D03*
+D13*
+X113500000Y-45000000D03*
+X111000000Y-45000000D03*
+G04 #@! TD*
+D12*
+G04 #@! TO.C,StepperConnection1*
+X96000000Y-45000000D03*
+D13*
+X98500000Y-45000000D03*
+X101000000Y-45000000D03*
+X103500000Y-45000000D03*
+G04 #@! TD*
+%LPD*%
+M02*
diff --git a/pcbway_export/firstpcb-Edge_Cuts.gm1 b/pcbway_export/firstpcb-Edge_Cuts.gm1
new file mode 100644
index 0000000..d95f339
--- /dev/null
+++ b/pcbway_export/firstpcb-Edge_Cuts.gm1
@@ -0,0 +1,23 @@
+G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,10.0.0*
+G04 #@! TF.CreationDate,2026-05-15T16:38:12-04:00*
+G04 #@! TF.ProjectId,firstpcb,66697273-7470-4636-922e-6b696361645f,rev?*
+G04 #@! TF.SameCoordinates,Original*
+G04 #@! TF.FileFunction,Profile,NP*
+%FSLAX46Y46*%
+G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
+G04 Created by KiCad (PCBNEW 10.0.0) date 2026-05-15 16:38:12*
+%MOMM*%
+%LPD*%
+G01*
+G04 APERTURE LIST*
+G04 #@! TA.AperFunction,Profile*
+%ADD10C,0.050000*%
+G04 #@! TD*
+G04 APERTURE END LIST*
+D10*
+X60000000Y-40000000D02*
+X141000000Y-40000000D01*
+X141000000Y-100000000D01*
+X60000000Y-100000000D01*
+X60000000Y-40000000D01*
+M02*
diff --git a/pcbway_export/firstpcb-F_Cu.gtl b/pcbway_export/firstpcb-F_Cu.gtl
new file mode 100644
index 0000000..33a1b35
--- /dev/null
+++ b/pcbway_export/firstpcb-F_Cu.gtl
@@ -0,0 +1,5726 @@
+G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,10.0.0*
+G04 #@! TF.CreationDate,2026-05-15T16:38:12-04:00*
+G04 #@! TF.ProjectId,firstpcb,66697273-7470-4636-922e-6b696361645f,rev?*
+G04 #@! TF.SameCoordinates,Original*
+G04 #@! TF.FileFunction,Copper,L1,Top*
+G04 #@! TF.FilePolarity,Positive*
+%FSLAX46Y46*%
+G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
+G04 Created by KiCad (PCBNEW 10.0.0) date 2026-05-15 16:38:12*
+%MOMM*%
+%LPD*%
+G01*
+G04 APERTURE LIST*
+G04 Aperture macros list*
+%AMRoundRect*
+0 Rectangle with rounded corners*
+0 $1 Rounding radius*
+0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
+0 Add a 4 corners polygon primitive as box body*
+4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
+0 Add four circle primitives for the rounded corners*
+1,1,$1+$1,$2,$3*
+1,1,$1+$1,$4,$5*
+1,1,$1+$1,$6,$7*
+1,1,$1+$1,$8,$9*
+0 Add four rect primitives between the rounded corners*
+20,1,$1+$1,$2,$3,$4,$5,0*
+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*%
+G04 Aperture macros list end*
+G04 #@! TA.AperFunction,SMDPad,CuDef*
+%ADD10RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD11R,1.600000X1.600000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD12O,1.600000X1.600000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,WasherPad*
+%ADD13C,4.000000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,SMDPad,CuDef*
+%ADD14R,2.900000X5.400000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,SMDPad,CuDef*
+%ADD15RoundRect,0.250000X0.475000X-0.337500X0.475000X0.337500X-0.475000X0.337500X-0.475000X-0.337500X0*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,SMDPad,CuDef*
+%ADD16RoundRect,0.250000X-0.412500X-0.650000X0.412500X-0.650000X0.412500X0.650000X-0.412500X0.650000X0*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD17RoundRect,0.250000X-0.600000X-0.725000X0.600000X-0.725000X0.600000X0.725000X-0.600000X0.725000X0*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD18O,1.700000X1.950000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,SMDPad,CuDef*
+%ADD19RoundRect,0.250000X-0.337500X-0.475000X0.337500X-0.475000X0.337500X0.475000X-0.337500X0.475000X0*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,SMDPad,CuDef*
+%ADD20RoundRect,0.250000X-1.500000X-0.550000X1.500000X-0.550000X1.500000X0.550000X-1.500000X0.550000X0*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD21C,1.500000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD22R,1.500000X1.500000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,SMDPad,CuDef*
+%ADD23R,0.240000X0.599999*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,SMDPad,CuDef*
+%ADD24R,0.599999X0.240000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD25C,0.600000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,SMDPad,CuDef*
+%ADD26R,2.050001X3.049999*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ComponentPad*
+%ADD27RoundRect,0.250000X0.600000X0.725000X-0.600000X0.725000X-0.600000X-0.725000X0.600000X-0.725000X0*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,ViaPad*
+%ADD28C,0.600000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,Conductor*
+%ADD29C,0.200000*%
+G04 #@! TD*
+G04 #@! TA.AperFunction,Conductor*
+%ADD30C,0.250000*%
+G04 #@! TD*
+G04 APERTURE END LIST*
+D10*
+G04 #@! TO.P,R1,1*
+G04 #@! TO.N,/LIM_A*
+X131000000Y-95000000D03*
+G04 #@! TO.P,R1,2*
+G04 #@! TO.N,GND*
+X133000000Y-95000000D03*
+G04 #@! TD*
+D11*
+G04 #@! TO.P,A4988,1,GND_1*
+G04 #@! TO.N,GND*
+X111340000Y-68890000D03*
+D12*
+G04 #@! TO.P,A4988,2,VDD_2*
+G04 #@! TO.N,+3.3V*
+X111340000Y-66350000D03*
+G04 #@! TO.P,A4988,3,1B_3*
+G04 #@! TO.N,Net-(A4988-1B)*
+X111340000Y-63810000D03*
+G04 #@! TO.P,A4988,4,1A_4*
+G04 #@! TO.N,Net-(A4988-1A)*
+X111340000Y-61270000D03*
+G04 #@! TO.P,A4988,5,2A_5*
+G04 #@! TO.N,Net-(A4988-2A)*
+X111340000Y-58730000D03*
+G04 #@! TO.P,A4988,6,2B_6*
+G04 #@! TO.N,Net-(A4988-2B)*
+X111340000Y-56190000D03*
+G04 #@! TO.P,A4988,7,GND_7*
+G04 #@! TO.N,GND*
+X111340000Y-53650000D03*
+G04 #@! TO.P,A4988,8,VMOT_8*
+G04 #@! TO.N,+12V*
+X111340000Y-51110000D03*
+G04 #@! TO.P,A4988,9,~{ENABLE}_9*
+G04 #@! TO.N,/MOTOR_EN*
+X98640000Y-51110000D03*
+G04 #@! TO.P,A4988,10,MS1_10*
+G04 #@! TO.N,GND*
+X98640000Y-53650000D03*
+G04 #@! TO.P,A4988,11,MS2_11*
+X98640000Y-56190000D03*
+G04 #@! TO.P,A4988,12,MS3_12*
+X98640000Y-58730000D03*
+G04 #@! TO.P,A4988,13,~{RESET}_13*
+G04 #@! TO.N,+3.3V*
+X98640000Y-61270000D03*
+G04 #@! TO.P,A4988,14,~{SLEEP}_14*
+X98640000Y-63810000D03*
+G04 #@! TO.P,A4988,15,STEP_15*
+G04 #@! TO.N,/STEP*
+X98640000Y-66350000D03*
+G04 #@! TO.P,A4988,16,DIR_16*
+G04 #@! TO.N,/DIR*
+X98640000Y-68890000D03*
+G04 #@! TD*
+D10*
+G04 #@! TO.P,R7,1*
+G04 #@! TO.N,+12V*
+X131000000Y-87000000D03*
+G04 #@! TO.P,R7,2*
+G04 #@! TO.N,/FB*
+X133000000Y-87000000D03*
+G04 #@! TD*
+G04 #@! TO.P,R6,1*
+G04 #@! TO.N,Net-(U2-COMP)*
+X124000000Y-74000000D03*
+G04 #@! TO.P,R6,2*
+G04 #@! TO.N,Net-(C14-Pad1)*
+X126000000Y-74000000D03*
+G04 #@! TD*
+D13*
+G04 #@! TO.P,MH4,*
+G04 #@! TO.N,*
+X138000000Y-97000000D03*
+G04 #@! TD*
+D10*
+G04 #@! TO.P,R8,1*
+G04 #@! TO.N,/FB*
+X131000000Y-91000000D03*
+G04 #@! TO.P,R8,2*
+G04 #@! TO.N,GND*
+X133000000Y-91000000D03*
+G04 #@! TD*
+D14*
+G04 #@! TO.P,L2,1,1_1*
+G04 #@! TO.N,Net-(C16-Pad2)*
+X125150000Y-59000000D03*
+G04 #@! TO.P,L2,2,2_2*
+G04 #@! TO.N,+12V*
+X134850000Y-59000000D03*
+G04 #@! TD*
+D15*
+G04 #@! TO.P,C14,1*
+G04 #@! TO.N,Net-(C14-Pad1)*
+X130000000Y-73037500D03*
+G04 #@! TO.P,C14,2*
+G04 #@! TO.N,GND*
+X130000000Y-70962500D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.P,C13,1*
+G04 #@! TO.N,+5V*
+X123437500Y-87000000D03*
+G04 #@! TO.P,C13,2*
+G04 #@! TO.N,GND*
+X126562500Y-87000000D03*
+G04 #@! TD*
+D17*
+G04 #@! TO.P,MotorPower1,1,Pin_1_1*
+G04 #@! TO.N,/MOTOR_CTRL*
+X124000000Y-44300000D03*
+D18*
+G04 #@! TO.P,MotorPower1,2,Pin_2_2*
+G04 #@! TO.N,GND*
+X126500000Y-44300000D03*
+G04 #@! TO.P,MotorPower1,3,Pin_3_3*
+G04 #@! TO.N,+5V*
+X129000000Y-44300000D03*
+G04 #@! TD*
+D19*
+G04 #@! TO.P,C16,1*
+G04 #@! TO.N,Net-(U2-BOOT)*
+X118962500Y-64000000D03*
+G04 #@! TO.P,C16,2*
+G04 #@! TO.N,Net-(C16-Pad2)*
+X121037500Y-64000000D03*
+G04 #@! TD*
+D13*
+G04 #@! TO.P,MH2,*
+G04 #@! TO.N,*
+X138000000Y-43000000D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.P,C17,1*
+G04 #@! TO.N,+12V*
+X123437500Y-91000000D03*
+G04 #@! TO.P,C17,2*
+G04 #@! TO.N,GND*
+X126562500Y-91000000D03*
+G04 #@! TD*
+D20*
+G04 #@! TO.P,C3,1*
+G04 #@! TO.N,+12V*
+X98300000Y-94000000D03*
+G04 #@! TO.P,C3,2*
+G04 #@! TO.N,GND*
+X103700000Y-94000000D03*
+G04 #@! TD*
+D21*
+G04 #@! TO.P,ESP32-WROOM1,1,VIN_1*
+G04 #@! TO.N,+5V*
+X65000000Y-90560000D03*
+G04 #@! TO.P,ESP32-WROOM1,2,GND_2*
+G04 #@! TO.N,GND*
+X65000000Y-88020000D03*
+G04 #@! TO.P,ESP32-WROOM1,3,D13_3*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D13-Pad3)*
+X65000000Y-85480000D03*
+G04 #@! TO.P,ESP32-WROOM1,4,D12_4*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D12-Pad4)*
+X65000000Y-82940000D03*
+G04 #@! TO.P,ESP32-WROOM1,5,D14_5*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D14-Pad5)*
+X65000000Y-80400000D03*
+G04 #@! TO.P,ESP32-WROOM1,6,D27_6*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D27-Pad6)*
+X65000000Y-77860000D03*
+G04 #@! TO.P,ESP32-WROOM1,7,D26_7*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D26-Pad7)*
+X65000000Y-75320000D03*
+G04 #@! TO.P,ESP32-WROOM1,8,D25_8*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D25-Pad8)*
+X65000000Y-72780000D03*
+G04 #@! TO.P,ESP32-WROOM1,9,D32_9*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D32-Pad9)*
+X65000000Y-70240000D03*
+G04 #@! TO.P,ESP32-WROOM1,10,D33_10*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D33-Pad10)*
+X65000000Y-67700000D03*
+G04 #@! TO.P,ESP32-WROOM1,11,D35_11*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D35-Pad11)*
+X65000000Y-65160000D03*
+G04 #@! TO.P,ESP32-WROOM1,12,D34_12*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D34-Pad12)*
+X65000000Y-62620000D03*
+G04 #@! TO.P,ESP32-WROOM1,13,VN_13*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-VN-Pad13)*
+X65000000Y-60080000D03*
+G04 #@! TO.P,ESP32-WROOM1,14,VP_14*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-VP-Pad14)*
+X65000000Y-57540000D03*
+D22*
+G04 #@! TO.P,ESP32-WROOM1,15,EN_15*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-EN-Pad15)*
+X65000000Y-55000000D03*
+D21*
+G04 #@! TO.P,ESP32-WROOM1,16,3V3_16*
+G04 #@! TO.N,+3.3V*
+X90400000Y-90560000D03*
+G04 #@! TO.P,ESP32-WROOM1,17,GND_17*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-GND-Pad17)*
+X90400000Y-88020000D03*
+G04 #@! TO.P,ESP32-WROOM1,18,D15_18*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D15-Pad18)*
+X90400000Y-85480000D03*
+G04 #@! TO.P,ESP32-WROOM1,19,D2_19*
+G04 #@! TO.N,/MOTOR_CTRL*
+X90400000Y-82940000D03*
+G04 #@! TO.P,ESP32-WROOM1,20,D4_20*
+G04 #@! TO.N,/LIM_C*
+X90400000Y-80400000D03*
+G04 #@! TO.P,ESP32-WROOM1,21,D16_21*
+G04 #@! TO.N,/BOOST_EN*
+X90400000Y-77860000D03*
+G04 #@! TO.P,ESP32-WROOM1,22,D17_22*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D17-Pad22)*
+X90400000Y-75320000D03*
+G04 #@! TO.P,ESP32-WROOM1,23,D5_23*
+G04 #@! TO.N,/LIM_A*
+X90400000Y-72780000D03*
+G04 #@! TO.P,ESP32-WROOM1,24,D18_24*
+G04 #@! TO.N,/MOTOR_EN*
+X90400000Y-70240000D03*
+G04 #@! TO.P,ESP32-WROOM1,25,D19_25*
+G04 #@! TO.N,/DIR*
+X90400000Y-67700000D03*
+G04 #@! TO.P,ESP32-WROOM1,26,D21_26*
+G04 #@! TO.N,/STEP*
+X90400000Y-65160000D03*
+G04 #@! TO.P,ESP32-WROOM1,27,RX0_27*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-RX0-Pad27)*
+X90400000Y-62620000D03*
+G04 #@! TO.P,ESP32-WROOM1,28,TX0_28*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-TX0-Pad28)*
+X90400000Y-60080000D03*
+G04 #@! TO.P,ESP32-WROOM1,29,D22_29*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D22-Pad29)*
+X90400000Y-57540000D03*
+G04 #@! TO.P,ESP32-WROOM1,30,D23_30*
+G04 #@! TO.N,unconnected-(ESP32-WROOM1-D23-Pad30)*
+X90400000Y-55000000D03*
+G04 #@! TD*
+D19*
+G04 #@! TO.P,C15,1*
+G04 #@! TO.N,Net-(U2-SS)*
+X123962500Y-77000000D03*
+G04 #@! TO.P,C15,2*
+G04 #@! TO.N,GND*
+X126037500Y-77000000D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.P,C12,1*
+G04 #@! TO.N,+5V*
+X123437500Y-83000000D03*
+G04 #@! TO.P,C12,2*
+G04 #@! TO.N,GND*
+X126562500Y-83000000D03*
+G04 #@! TD*
+D23*
+G04 #@! TO.P,U2,1,VCC_1*
+G04 #@! TO.N,+5V*
+X117475080Y-75324999D03*
+D24*
+G04 #@! TO.P,U2,2,EN_2*
+G04 #@! TO.N,/BOOST_EN*
+X116575001Y-75725080D03*
+G04 #@! TO.P,U2,3,FSW_3*
+G04 #@! TO.N,unconnected-(U2-FSW-Pad3)*
+X116575001Y-76225079D03*
+G04 #@! TO.P,U2,4,SW_4*
+G04 #@! TO.N,Net-(C16-Pad2)*
+X116575001Y-76725080D03*
+G04 #@! TO.P,U2,5,SW_5*
+X116575001Y-77225079D03*
+G04 #@! TO.P,U2,6,SW_6*
+X116575001Y-77725078D03*
+G04 #@! TO.P,U2,7,SW_7*
+X116575001Y-78225080D03*
+G04 #@! TO.P,U2,8,BOOT_8*
+G04 #@! TO.N,Net-(U2-BOOT)*
+X116575001Y-78725079D03*
+G04 #@! TO.P,U2,9,VIN_9*
+G04 #@! TO.N,+5V*
+X116575001Y-79225080D03*
+D23*
+G04 #@! TO.P,U2,10,SS_10*
+G04 #@! TO.N,Net-(U2-SS)*
+X117475080Y-79625001D03*
+G04 #@! TO.P,U2,11,NC_11*
+G04 #@! TO.N,unconnected-(U2-NC-Pad11)*
+X118975082Y-79625001D03*
+D24*
+G04 #@! TO.P,U2,12,NC_12*
+G04 #@! TO.N,unconnected-(U2-NC-Pad12)*
+X119874999Y-79225080D03*
+G04 #@! TO.P,U2,13,MODE_13*
+G04 #@! TO.N,unconnected-(U2-MODE-Pad13)*
+X119874999Y-78725079D03*
+G04 #@! TO.P,U2,14,VOUT_14*
+G04 #@! TO.N,+12V*
+X119874999Y-78225080D03*
+G04 #@! TO.P,U2,15,VOUT_15*
+X119874999Y-77725078D03*
+G04 #@! TO.P,U2,16,VOUT_16*
+X119874999Y-77225079D03*
+G04 #@! TO.P,U2,17,FB_17*
+G04 #@! TO.N,/FB*
+X119874999Y-76725080D03*
+G04 #@! TO.P,U2,18,COMP_18*
+G04 #@! TO.N,Net-(U2-COMP)*
+X119874999Y-76225079D03*
+G04 #@! TO.P,U2,19,ILIM_19*
+G04 #@! TO.N,unconnected-(U2-ILIM-Pad19)*
+X119874999Y-75725080D03*
+D23*
+G04 #@! TO.P,U2,20,AGND_20*
+G04 #@! TO.N,GND*
+X118975082Y-75324999D03*
+D25*
+G04 #@! TO.P,U2,21*
+X117450000Y-76950000D03*
+X117450000Y-78000000D03*
+X118225000Y-76199999D03*
+X118225000Y-76950000D03*
+X118225000Y-78000000D03*
+X118225000Y-78750001D03*
+D26*
+G04 #@! TO.P,U2,21,PGND_21*
+X118225081Y-77475079D03*
+D25*
+G04 #@! TO.P,U2,21*
+X119000000Y-76950000D03*
+X119000000Y-78000000D03*
+G04 #@! TD*
+D27*
+G04 #@! TO.P,SW1,1,A_1*
+G04 #@! TO.N,/LIM_C*
+X116000000Y-45000000D03*
+D18*
+G04 #@! TO.P,SW1,2,B_2*
+G04 #@! TO.N,+3.3V*
+X113500000Y-45000000D03*
+G04 #@! TO.P,SW1,3,C_3*
+G04 #@! TO.N,/LIM_A*
+X111000000Y-45000000D03*
+G04 #@! TD*
+D13*
+G04 #@! TO.P,MH1,*
+G04 #@! TO.N,*
+X63000000Y-43000000D03*
+G04 #@! TD*
+G04 #@! TO.P,MH3,*
+G04 #@! TO.N,*
+X63000000Y-97000000D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.P,C18,1*
+G04 #@! TO.N,+12V*
+X123437500Y-95000000D03*
+G04 #@! TO.P,C18,2*
+G04 #@! TO.N,GND*
+X126562500Y-95000000D03*
+G04 #@! TD*
+D10*
+G04 #@! TO.P,R2,1*
+G04 #@! TO.N,/LIM_C*
+X96000000Y-80000000D03*
+G04 #@! TO.P,R2,2*
+G04 #@! TO.N,GND*
+X98000000Y-80000000D03*
+G04 #@! TD*
+D17*
+G04 #@! TO.P,StepperConnection1,1,Pin_1_1*
+G04 #@! TO.N,Net-(A4988-1B)*
+X96000000Y-45000000D03*
+D18*
+G04 #@! TO.P,StepperConnection1,2,Pin_2_2*
+G04 #@! TO.N,Net-(A4988-1A)*
+X98500000Y-45000000D03*
+G04 #@! TO.P,StepperConnection1,3,Pin_3_3*
+G04 #@! TO.N,Net-(A4988-2A)*
+X101000000Y-45000000D03*
+G04 #@! TO.P,StepperConnection1,4,Pin_4_4*
+G04 #@! TO.N,Net-(A4988-2B)*
+X103500000Y-45000000D03*
+G04 #@! TD*
+D28*
+G04 #@! TO.N,/LIM_A*
+X131000000Y-95000000D03*
+G04 #@! TO.N,GND*
+X120000000Y-74200000D03*
+X103800000Y-94000000D03*
+X102600000Y-80200000D03*
+X98000000Y-80000000D03*
+G04 #@! TO.N,+3.3V*
+X102000000Y-78600000D03*
+G04 #@! TO.N,+12V*
+X98300000Y-94000000D03*
+X131000000Y-87000000D03*
+X123437500Y-91000000D03*
+X121000000Y-78000000D03*
+X134850000Y-59000000D03*
+X123437500Y-95000000D03*
+G04 #@! TO.N,/LIM_C*
+X96000000Y-80000000D03*
+G04 #@! TO.N,/BOOST_EN*
+X115000000Y-74000000D03*
+G04 #@! TD*
+G04 #@! TO.N,GND*
+D29*
+X118975082Y-75224918D02*
+X120000000Y-74200000D01*
+X111340000Y-71460000D02*
+X102600000Y-80200000D01*
+X111340000Y-68890000D02*
+X111340000Y-71460000D01*
+D30*
+X118975082Y-75324999D02*
+X118975082Y-76000000D01*
+G04 #@! TO.N,+3.3V*
+D29*
+X113500000Y-64190000D02*
+X113500000Y-45000000D01*
+X98640000Y-63810000D02*
+X98640000Y-61270000D01*
+X111340000Y-66350000D02*
+X102000000Y-75690000D01*
+X98640000Y-63810000D02*
+X108800000Y-63810000D01*
+X111340000Y-66350000D02*
+X113500000Y-64190000D01*
+X102000000Y-75690000D02*
+X102000000Y-78600000D01*
+X108800000Y-63810000D02*
+X111340000Y-66350000D01*
+G04 #@! TO.N,+12V*
+X119874999Y-78225080D02*
+X120774920Y-78225080D01*
+X120725078Y-77725078D02*
+X121000000Y-78000000D01*
+X119874999Y-77225079D02*
+X120225079Y-77225079D01*
+X119874999Y-77725078D02*
+X120725078Y-77725078D01*
+X120225079Y-77225079D02*
+X121000000Y-78000000D01*
+X120774920Y-78225080D02*
+X121000000Y-78000000D01*
+G04 #@! TO.N,/STEP*
+X91590000Y-66350000D02*
+X90400000Y-65160000D01*
+X98640000Y-66350000D02*
+X91590000Y-66350000D01*
+G04 #@! TO.N,/DIR*
+X98640000Y-68890000D02*
+X91590000Y-68890000D01*
+X91590000Y-68890000D02*
+X90400000Y-67700000D01*
+G04 #@! TO.N,/FB*
+X131000000Y-91000000D02*
+X131000000Y-89000000D01*
+X131000000Y-89000000D02*
+X133000000Y-87000000D01*
+X133000000Y-80500000D02*
+X133000000Y-87000000D01*
+X119874999Y-76725080D02*
+X122640176Y-76725080D01*
+X123390256Y-75975000D02*
+X128475000Y-75975000D01*
+X122640176Y-76725080D02*
+X123390256Y-75975000D01*
+X128475000Y-75975000D02*
+X133000000Y-80500000D01*
+G04 #@! TO.N,Net-(U2-COMP)*
+X121774921Y-76225079D02*
+X119874999Y-76225079D01*
+X124000000Y-74000000D02*
+X121774921Y-76225079D01*
+G04 #@! TO.N,Net-(C14-Pad1)*
+X126000000Y-74000000D02*
+X129037500Y-74000000D01*
+X129037500Y-74000000D02*
+X130000000Y-73037500D01*
+G04 #@! TO.N,Net-(C16-Pad2)*
+X121037500Y-64000000D02*
+X114200000Y-70837500D01*
+X116575001Y-77225079D02*
+X116575001Y-78225080D01*
+X114200000Y-75800000D02*
+X115125080Y-76725080D01*
+X115125080Y-76725080D02*
+X116575001Y-76725080D01*
+X121037500Y-63112500D02*
+X121037500Y-64000000D01*
+X125150000Y-59000000D02*
+X121037500Y-63112500D01*
+X116575001Y-76725080D02*
+X116575001Y-77225079D01*
+X114200000Y-70837500D02*
+X114200000Y-75800000D01*
+G04 #@! TO.N,+5V*
+X133000000Y-98400000D02*
+X135600000Y-95800000D01*
+X123000000Y-87000000D02*
+X111600000Y-98400000D01*
+X128500000Y-65000000D02*
+X127000000Y-65000000D01*
+X123437500Y-87000000D02*
+X123000000Y-87000000D01*
+X131400000Y-65000000D02*
+X128500000Y-65000000D01*
+X135800000Y-69400000D02*
+X131400000Y-65000000D01*
+X72840000Y-98400000D02*
+X65000000Y-90560000D01*
+X123437500Y-87000000D02*
+X123437500Y-83000000D01*
+X123437500Y-83000000D02*
+X119830080Y-83000000D01*
+X127000000Y-65000000D02*
+X117300487Y-74699513D01*
+X116575001Y-79744921D02*
+X116575001Y-79225080D01*
+X117300487Y-74699513D02*
+X117300487Y-75150406D01*
+X129000000Y-44300000D02*
+X128500000Y-44800000D01*
+X111600000Y-98400000D02*
+X133000000Y-98400000D01*
+X135600000Y-95800000D02*
+X135600000Y-69600000D01*
+X119830080Y-83000000D02*
+X116575001Y-79744921D01*
+X111600000Y-98400000D02*
+X72840000Y-98400000D01*
+X135600000Y-69600000D02*
+X135800000Y-69400000D01*
+X128500000Y-44800000D02*
+X128500000Y-65000000D01*
+G04 #@! TO.N,/MOTOR_CTRL*
+X101660000Y-82940000D02*
+X113200000Y-71400000D01*
+X90400000Y-82940000D02*
+X101660000Y-82940000D01*
+X114600000Y-69306128D02*
+X114600000Y-69234314D01*
+X118075000Y-64709744D02*
+X118075000Y-63290256D01*
+X113200000Y-70834314D02*
+X113400000Y-70634314D01*
+X114600000Y-69234314D02*
+X118075000Y-65759314D01*
+X113400000Y-70506129D02*
+X114600000Y-69306128D01*
+X118075000Y-65759314D02*
+X118075000Y-64709744D01*
+X118075000Y-63290256D02*
+X118075000Y-50225000D01*
+X113200000Y-71400000D02*
+X113200000Y-70834314D01*
+X118075000Y-50225000D02*
+X124000000Y-44300000D01*
+X113400000Y-70634314D02*
+X113400000Y-70506129D01*
+G04 #@! TO.N,Net-(U2-BOOT)*
+X113600000Y-71000000D02*
+X113600000Y-76270078D01*
+X118962500Y-65437500D02*
+X115000000Y-69400000D01*
+X116055001Y-78725079D02*
+X116575001Y-78725079D01*
+X118962500Y-64000000D02*
+X118962500Y-65437500D01*
+X115000000Y-69471814D02*
+X113800000Y-70671815D01*
+X115975002Y-78645080D02*
+X116055001Y-78725079D01*
+X113800000Y-70800000D02*
+X113600000Y-71000000D01*
+X113800000Y-70671815D02*
+X113800000Y-70800000D01*
+X113600000Y-76270078D02*
+X115975002Y-78645080D01*
+X115000000Y-69400000D02*
+X115000000Y-69471814D01*
+G04 #@! TO.N,/BOOST_EN*
+X116575001Y-75725080D02*
+X115525080Y-75725080D01*
+X115525080Y-75725080D02*
+X115000000Y-75200000D01*
+X115000000Y-75200000D02*
+X115000000Y-74000000D01*
+G04 #@! TO.N,Net-(U2-SS)*
+X121000000Y-82500000D02*
+X122000000Y-81500000D01*
+X120000000Y-82500000D02*
+X121000000Y-82500000D01*
+X122000000Y-79500000D02*
+X123962500Y-77537500D01*
+X122000000Y-81500000D02*
+X122000000Y-79500000D01*
+X117475080Y-79625001D02*
+X117475080Y-79975080D01*
+X123962500Y-77537500D02*
+X123962500Y-77000000D01*
+X117475080Y-79975080D02*
+X120000000Y-82500000D01*
+G04 #@! TD*
+G04 #@! TA.AperFunction,Conductor*
+G04 #@! TO.N,GND*
+G36*
+X136950959Y-40520185D02*
+G01*
+X136996714Y-40572989D01*
+X137006658Y-40642147D01*
+X136977633Y-40705703D01*
+X136937721Y-40736220D01*
+X136788560Y-40808051D01*
+X136550753Y-40957476D01*
+X136331175Y-41132583D01*
+X136132583Y-41331175D01*
+X135957476Y-41550753D01*
+X135808053Y-41788557D01*
+X135686200Y-42041588D01*
+X135593443Y-42306670D01*
+X135593439Y-42306682D01*
+X135530945Y-42580487D01*
+X135530942Y-42580505D01*
+X135499500Y-42859568D01*
+X135499500Y-43140431D01*
+X135530942Y-43419494D01*
+X135530945Y-43419512D01*
+X135593439Y-43693317D01*
+X135593443Y-43693329D01*
+X135686200Y-43958411D01*
+X135808053Y-44211442D01*
+X135816567Y-44224992D01*
+X135957477Y-44449248D01*
+X136132584Y-44668825D01*
+X136331175Y-44867416D01*
+X136550752Y-45042523D01*
+X136788555Y-45191945D01*
+X137041592Y-45313801D01*
+X137240680Y-45383465D01*
+X137306670Y-45406556D01*
+X137306682Y-45406560D01*
+X137580491Y-45469055D01*
+X137580497Y-45469055D01*
+X137580505Y-45469057D01*
+X137766547Y-45490018D01*
+X137859569Y-45500499D01*
+X137859572Y-45500500D01*
+X137859575Y-45500500D01*
+X138140428Y-45500500D01*
+X138140429Y-45500499D01*
+X138283055Y-45484429D01*
+X138419494Y-45469057D01*
+X138419499Y-45469056D01*
+X138419509Y-45469055D01*
+X138693318Y-45406560D01*
+X138958408Y-45313801D01*
+X139211445Y-45191945D01*
+X139449248Y-45042523D01*
+X139668825Y-44867416D01*
+X139867416Y-44668825D01*
+X140042523Y-44449248D01*
+X140191945Y-44211445D01*
+X140193393Y-44208438D01*
+X140263780Y-44062279D01*
+X140310602Y-44010419D01*
+X140378029Y-43992106D01*
+X140444653Y-44013154D01*
+X140489322Y-44066880D01*
+X140499500Y-44116080D01*
+X140499500Y-95883919D01*
+X140479815Y-95950958D01*
+X140427011Y-95996713D01*
+X140357853Y-96006657D01*
+X140294297Y-95977632D01*
+X140263780Y-95937721D01*
+X140191946Y-95788557D01*
+X140179869Y-95769336D01*
+X140042523Y-95550752D01*
+X139867416Y-95331175D01*
+X139668825Y-95132584D01*
+X139449248Y-94957477D01*
+X139211445Y-94808055D01*
+X139211442Y-94808053D01*
+X138958411Y-94686200D01*
+X138693329Y-94593443D01*
+X138693317Y-94593439D01*
+X138419512Y-94530945D01*
+X138419494Y-94530942D01*
+X138140431Y-94499500D01*
+X138140425Y-94499500D01*
+X137859575Y-94499500D01*
+X137859568Y-94499500D01*
+X137580505Y-94530942D01*
+X137580487Y-94530945D01*
+X137306682Y-94593439D01*
+X137306670Y-94593443D01*
+X137041588Y-94686200D01*
+X136788557Y-94808053D01*
+X136550749Y-94957478D01*
+X136550747Y-94957479D01*
+X136401812Y-95076251D01*
+X136337126Y-95102660D01*
+X136268430Y-95089903D01*
+X136217537Y-95042032D01*
+X136200500Y-94979304D01*
+X136200500Y-69900098D01*
+X136220185Y-69833059D01*
+X136236820Y-69812416D01*
+X136280518Y-69768718D01*
+X136280518Y-69768717D01*
+X136280520Y-69768716D01*
+X136318116Y-69703598D01*
+X136359577Y-69631785D01*
+X136400501Y-69479058D01*
+X136400501Y-69320943D01*
+X136376477Y-69231284D01*
+X136376477Y-69231283D01*
+X136376477Y-69231282D01*
+X136359578Y-69168218D01*
+X136359577Y-69168215D01*
+X136340750Y-69135606D01*
+X136280520Y-69031284D01*
+X136168716Y-68919480D01*
+X136168715Y-68919479D01*
+X131887589Y-64638354D01*
+X131887588Y-64638352D01*
+X131768717Y-64519481D01*
+X131768716Y-64519480D01*
+X131681904Y-64469360D01*
+X131681904Y-64469359D01*
+X131681900Y-64469358D01*
+X131631785Y-64440423D01*
+X131479057Y-64399499D01*
+X131320943Y-64399499D01*
+X131313347Y-64399499D01*
+X131313331Y-64399500D01*
+X129224500Y-64399500D01*
+X129157461Y-64379815D01*
+X129111706Y-64327011D01*
+X129100500Y-64275500D01*
+X129100500Y-56252135D01*
+X132899500Y-56252135D01*
+X132899500Y-61747870D01*
+X132899501Y-61747876D01*
+X132905908Y-61807483D01*
+X132956202Y-61942328D01*
+X132956206Y-61942335D01*
+X133042452Y-62057544D01*
+X133042455Y-62057547D01*
+X133157664Y-62143793D01*
+X133157671Y-62143797D01*
+X133292517Y-62194091D01*
+X133292516Y-62194091D01*
+X133299444Y-62194835D01*
+X133352127Y-62200500D01*
+X136347872Y-62200499D01*
+X136407483Y-62194091D01*
+X136542331Y-62143796D01*
+X136657546Y-62057546D01*
+X136743796Y-61942331D01*
+X136794091Y-61807483D01*
+X136800500Y-61747873D01*
+X136800499Y-56252128D01*
+X136794229Y-56193797D01*
+X136794091Y-56192516D01*
+X136743797Y-56057671D01*
+X136743793Y-56057664D01*
+X136657547Y-55942455D01*
+X136657544Y-55942452D01*
+X136542335Y-55856206D01*
+X136542328Y-55856202D01*
+X136407482Y-55805908D01*
+X136407483Y-55805908D01*
+X136347883Y-55799501D01*
+X136347881Y-55799500D01*
+X136347873Y-55799500D01*
+X136347864Y-55799500D01*
+X133352129Y-55799500D01*
+X133352123Y-55799501D01*
+X133292516Y-55805908D01*
+X133157671Y-55856202D01*
+X133157664Y-55856206D01*
+X133042455Y-55942452D01*
+X133042452Y-55942455D01*
+X132956206Y-56057664D01*
+X132956202Y-56057671D01*
+X132905908Y-56192517D01*
+X132900364Y-56244091D01*
+X132899501Y-56252123D01*
+X132899500Y-56252135D01*
+X129100500Y-56252135D01*
+X129100500Y-45882322D01*
+X129120185Y-45815283D01*
+X129172989Y-45769528D01*
+X129205101Y-45759849D01*
+X129316243Y-45742246D01*
+X129518412Y-45676557D01*
+X129707816Y-45580051D01*
+X129729789Y-45564086D01*
+X129879786Y-45455109D01*
+X129879788Y-45455106D01*
+X129879792Y-45455104D01*
+X130030104Y-45304792D01*
+X130030106Y-45304788D01*
+X130030109Y-45304786D01*
+X130155048Y-45132820D01*
+X130155050Y-45132817D01*
+X130155051Y-45132816D01*
+X130251557Y-44943412D01*
+X130317246Y-44741243D01*
+X130350500Y-44531287D01*
+X130350500Y-44068713D01*
+X130317246Y-43858757D01*
+X130251557Y-43656588D01*
+X130155051Y-43467184D01*
+X130155049Y-43467181D01*
+X130155048Y-43467179D01*
+X130030109Y-43295213D01*
+X129879786Y-43144890D01*
+X129707820Y-43019951D01*
+X129518414Y-42923444D01*
+X129518413Y-42923443D01*
+X129518412Y-42923443D01*
+X129316243Y-42857754D01*
+X129316241Y-42857753D01*
+X129316240Y-42857753D01*
+X129154957Y-42832208D01*
+X129106287Y-42824500D01*
+X128893713Y-42824500D01*
+X128845042Y-42832208D01*
+X128683760Y-42857753D01*
+X128481585Y-42923444D01*
+X128292179Y-43019951D01*
+X128120213Y-43144890D01*
+X127969890Y-43295213D01*
+X127844951Y-43467179D01*
+X127748444Y-43656585D01*
+X127682753Y-43858760D01*
+X127652616Y-44049041D01*
+X127649500Y-44068713D01*
+X127649500Y-44531287D01*
+X127682754Y-44741243D01*
+X127723750Y-44867416D01*
+X127748444Y-44943414D01*
+X127844949Y-45132817D01*
+X127859296Y-45152564D01*
+X127875817Y-45175303D01*
+X127899298Y-45241107D01*
+X127899500Y-45248188D01*
+X127899500Y-64275500D01*
+X127879815Y-64342539D01*
+X127827011Y-64388294D01*
+X127775500Y-64399500D01*
+X127086669Y-64399500D01*
+X127086653Y-64399499D01*
+X127079057Y-64399499D01*
+X126920943Y-64399499D01*
+X126816783Y-64427409D01*
+X126768210Y-64440424D01*
+X126718096Y-64469359D01*
+X126718095Y-64469360D01*
+X126702775Y-64478205D01*
+X126631285Y-64519479D01*
+X126631282Y-64519481D01*
+X116819966Y-74330797D01*
+X116803972Y-74358501D01*
+X116792034Y-74379179D01*
+X116740910Y-74467728D01*
+X116699986Y-74620456D01*
+X116699986Y-74620458D01*
+X116699986Y-74788559D01*
+X116699987Y-74788572D01*
+X116699987Y-74980580D01*
+X116680302Y-75047619D01*
+X116627498Y-75093374D01*
+X116575987Y-75104580D01*
+X116227131Y-75104580D01*
+X116227124Y-75104581D01*
+X116167515Y-75110989D01*
+X116152041Y-75116761D01*
+X116108707Y-75124580D01*
+X115825177Y-75124580D01*
+X115758138Y-75104895D01*
+X115737496Y-75088261D01*
+X115636819Y-74987584D01*
+X115603334Y-74926261D01*
+X115600500Y-74899903D01*
+X115600500Y-74579765D01*
+X115620185Y-74512726D01*
+X115621398Y-74510874D01*
+X115709390Y-74379185D01*
+X115709393Y-74379180D01*
+X115709394Y-74379179D01*
+X115769737Y-74233497D01*
+X115800500Y-74078842D01*
+X115800500Y-73921158D01*
+X115800500Y-73921155D01*
+X115800499Y-73921153D01*
+X115769738Y-73766510D01*
+X115769737Y-73766503D01*
+X115756203Y-73733828D01*
+X115709397Y-73620827D01*
+X115709390Y-73620814D01*
+X115621789Y-73489711D01*
+X115621786Y-73489707D01*
+X115510292Y-73378213D01*
+X115510288Y-73378210D01*
+X115379185Y-73290609D01*
+X115379172Y-73290602D01*
+X115233501Y-73230264D01*
+X115233489Y-73230261D01*
+X115078845Y-73199500D01*
+X115078842Y-73199500D01*
+X114924500Y-73199500D01*
+X114857461Y-73179815D01*
+X114811706Y-73127011D01*
+X114800500Y-73075500D01*
+X114800500Y-71137596D01*
+X114820185Y-71070557D01*
+X114836814Y-71049920D01*
+X120624916Y-65261817D01*
+X120686239Y-65228333D01*
+X120712597Y-65225499D01*
+X121425002Y-65225499D01*
+X121425008Y-65225499D01*
+X121527797Y-65214999D01*
+X121694334Y-65159814D01*
+X121843656Y-65067712D01*
+X121967712Y-64943656D01*
+X122059814Y-64794334D01*
+X122114999Y-64627797D01*
+X122125500Y-64525009D01*
+X122125499Y-63474992D01*
+X122114999Y-63372203D01*
+X122059814Y-63205666D01*
+X122009712Y-63124437D01*
+X121991273Y-63057047D01*
+X122012196Y-62990384D01*
+X122027566Y-62971667D01*
+X123069693Y-61929540D01*
+X123131014Y-61896057D01*
+X123200706Y-61901041D01*
+X123256638Y-61942912D01*
+X123342452Y-62057544D01*
+X123342455Y-62057547D01*
+X123457664Y-62143793D01*
+X123457671Y-62143797D01*
+X123592517Y-62194091D01*
+X123592516Y-62194091D01*
+X123599444Y-62194835D01*
+X123652127Y-62200500D01*
+X126647872Y-62200499D01*
+X126707483Y-62194091D01*
+X126842331Y-62143796D01*
+X126957546Y-62057546D01*
+X127043796Y-61942331D01*
+X127094091Y-61807483D01*
+X127100500Y-61747873D01*
+X127100499Y-56252128D01*
+X127094229Y-56193797D01*
+X127094091Y-56192516D01*
+X127043797Y-56057671D01*
+X127043793Y-56057664D01*
+X126957547Y-55942455D01*
+X126957544Y-55942452D01*
+X126842335Y-55856206D01*
+X126842328Y-55856202D01*
+X126707482Y-55805908D01*
+X126707483Y-55805908D01*
+X126647883Y-55799501D01*
+X126647881Y-55799500D01*
+X126647873Y-55799500D01*
+X126647864Y-55799500D01*
+X123652129Y-55799500D01*
+X123652123Y-55799501D01*
+X123592516Y-55805908D01*
+X123457671Y-55856202D01*
+X123457664Y-55856206D01*
+X123342455Y-55942452D01*
+X123342452Y-55942455D01*
+X123256206Y-56057664D01*
+X123256202Y-56057671D01*
+X123205908Y-56192517D01*
+X123200364Y-56244091D01*
+X123199501Y-56252123D01*
+X123199500Y-56252135D01*
+X123199500Y-60049902D01*
+X123179815Y-60116941D01*
+X123163181Y-60137583D01*
+X120556981Y-62743782D01*
+X120556975Y-62743790D01*
+X120553457Y-62749884D01*
+X120502889Y-62798098D01*
+X120485077Y-62805587D01*
+X120380666Y-62840186D01*
+X120231342Y-62932289D01*
+X120107285Y-63056346D01*
+X120105537Y-63059182D01*
+X120103829Y-63060717D01*
+X120102807Y-63062011D01*
+X120102585Y-63061836D01*
+X120053589Y-63105905D01*
+X119984626Y-63117126D01*
+X119920544Y-63089282D01*
+X119894463Y-63059182D01*
+X119892714Y-63056346D01*
+X119768657Y-62932289D01*
+X119768656Y-62932288D01*
+X119619334Y-62840186D01*
+X119452797Y-62785001D01*
+X119452795Y-62785000D01*
+X119350016Y-62774500D01*
+X119350009Y-62774500D01*
+X118799500Y-62774500D01*
+X118732461Y-62754815D01*
+X118686706Y-62702011D01*
+X118675500Y-62650500D01*
+X118675500Y-50525096D01*
+X118695185Y-50458057D01*
+X118711814Y-50437420D01*
+X123337416Y-45811817D01*
+X123398739Y-45778333D01*
+X123425097Y-45775499D01*
+X124650002Y-45775499D01*
+X124650008Y-45775499D01*
+X124752797Y-45764999D01*
+X124919334Y-45709814D01*
+X125068656Y-45617712D01*
+X125192712Y-45493656D01*
+X125284814Y-45344334D01*
+X125339999Y-45177797D01*
+X125350500Y-45075009D01*
+X125350499Y-43524992D01*
+X125339999Y-43422203D01*
+X125284814Y-43255666D01*
+X125192712Y-43106344D01*
+X125068656Y-42982288D01*
+X124919334Y-42890186D01*
+X124752797Y-42835001D01*
+X124752795Y-42835000D01*
+X124650010Y-42824500D01*
+X123349998Y-42824500D01*
+X123349981Y-42824501D01*
+X123247203Y-42835000D01*
+X123247200Y-42835001D01*
+X123080668Y-42890185D01*
+X123080663Y-42890187D01*
+X122931342Y-42982289D01*
+X122807289Y-43106342D01*
+X122715187Y-43255663D01*
+X122715186Y-43255666D01*
+X122660001Y-43422203D01*
+X122660001Y-43422204D01*
+X122660000Y-43422204D01*
+X122649500Y-43524983D01*
+X122649500Y-44749902D01*
+X122629815Y-44816941D01*
+X122613181Y-44837583D01*
+X117594481Y-49856282D01*
+X117594479Y-49856285D01*
+X117544361Y-49943094D01*
+X117544359Y-49943096D01*
+X117515425Y-49993209D01*
+X117515424Y-49993210D01*
+X117514217Y-49997715D01*
+X117474499Y-50145943D01*
+X117474499Y-50145945D01*
+X117474499Y-50314046D01*
+X117474500Y-50314059D01*
+X117474500Y-65459216D01*
+X117454815Y-65526255D01*
+X117438181Y-65546897D01*
+X114119481Y-68865596D01*
+X114119479Y-68865599D01*
+X114078397Y-68936756D01*
+X114078373Y-68936798D01*
+X114078019Y-68937412D01*
+X114040423Y-69002529D01*
+X114039384Y-69006405D01*
+X114033627Y-69016684D01*
+X114026677Y-69023485D01*
+X114013124Y-69043767D01*
+X112919481Y-70137411D01*
+X112919477Y-70137416D01*
+X112840424Y-70274341D01*
+X112840422Y-70274346D01*
+X112823285Y-70338298D01*
+X112800760Y-70383135D01*
+X112796283Y-70388793D01*
+X112719480Y-70465598D01*
+X112680666Y-70532826D01*
+X112676143Y-70540658D01*
+X112676142Y-70540661D01*
+X112640424Y-70602527D01*
+X112640423Y-70602529D01*
+X112599499Y-70755257D01*
+X112599499Y-70755259D01*
+X112599499Y-70923360D01*
+X112599500Y-70923373D01*
+X112599500Y-71099902D01*
+X112579815Y-71166941D01*
+X112563181Y-71187583D01*
+X101447584Y-82303181D01*
+X101386261Y-82336666D01*
+X101359903Y-82339500D01*
+X91572596Y-82339500D01*
+X91505557Y-82319815D01*
+X91472278Y-82288386D01*
+X91469523Y-82284594D01*
+X91353828Y-82125354D01*
+X91214646Y-81986172D01*
+X91095353Y-81899500D01*
+X91055403Y-81870474D01*
+X90878787Y-81780485D01*
+X90827990Y-81732511D01*
+X90811195Y-81664690D01*
+X90833732Y-81598555D01*
+X90878787Y-81559515D01*
+X91055403Y-81469525D01*
+X91055402Y-81469525D01*
+X91055405Y-81469524D01*
+X91214646Y-81353828D01*
+X91353828Y-81214646D01*
+X91469524Y-81055405D01*
+X91558884Y-80880025D01*
+X91619709Y-80692826D01*
+X91633968Y-80602797D01*
+X91650500Y-80498422D01*
+X91650500Y-80301577D01*
+X91619709Y-80107173D01*
+X91558882Y-79919970D01*
+X91494527Y-79793666D01*
+X91469524Y-79744595D01*
+X91353828Y-79585354D01*
+X91268457Y-79499983D01*
+X94899500Y-79499983D01*
+X94899500Y-80500001D01*
+X94899501Y-80500019D01*
+X94910000Y-80602796D01*
+X94910001Y-80602799D01*
+X94946325Y-80712416D01*
+X94965186Y-80769334D01*
+X95057288Y-80918656D01*
+X95181344Y-81042712D01*
+X95330666Y-81134814D01*
+X95497203Y-81189999D01*
+X95599991Y-81200500D01*
+X96400008Y-81200499D01*
+X96400016Y-81200498D01*
+X96400019Y-81200498D01*
+X96456302Y-81194748D01*
+X96502797Y-81189999D01*
+X96669334Y-81134814D01*
+X96818656Y-81042712D01*
+X96912675Y-80948692D01*
+X96973994Y-80915210D01*
+X97043686Y-80920194D01*
+X97088034Y-80948695D01*
+X97181654Y-81042315D01*
+X97330875Y-81134356D01*
+X97330880Y-81134358D01*
+X97497302Y-81189505D01*
+X97497309Y-81189506D01*
+X97600019Y-81199999D01*
+X97749999Y-81199999D01*
+X98250000Y-81199999D01*
+X98399972Y-81199999D01*
+X98399986Y-81199998D01*
+X98502697Y-81189505D01*
+X98669119Y-81134358D01*
+X98669124Y-81134356D01*
+X98818345Y-81042315D01*
+X98942315Y-80918345D01*
+X99034356Y-80769124D01*
+X99034358Y-80769119D01*
+X99089505Y-80602697D01*
+X99089506Y-80602690D01*
+X99099999Y-80499986D01*
+X99100000Y-80499973D01*
+X99100000Y-80250000D01*
+X98250000Y-80250000D01*
+X98250000Y-81199999D01*
+X97749999Y-81199999D01*
+X97750000Y-81199998D01*
+X97750000Y-79750000D01*
+X98250000Y-79750000D01*
+X99099999Y-79750000D01*
+X99099999Y-79500028D01*
+X99099998Y-79500013D01*
+X99089505Y-79397302D01*
+X99034358Y-79230880D01*
+X99034356Y-79230875D01*
+X98942315Y-79081654D01*
+X98818345Y-78957684D01*
+X98669124Y-78865643D01*
+X98669119Y-78865641D01*
+X98502697Y-78810494D01*
+X98502690Y-78810493D01*
+X98399986Y-78800000D01*
+X98250000Y-78800000D01*
+X98250000Y-79750000D01*
+X97750000Y-79750000D01*
+X97750000Y-78800000D01*
+X97600027Y-78800000D01*
+X97600012Y-78800001D01*
+X97497302Y-78810494D01*
+X97330880Y-78865641D01*
+X97330875Y-78865643D01*
+X97181657Y-78957682D01*
+X97088034Y-79051305D01*
+X97026710Y-79084789D01*
+X96957019Y-79079805D01*
+X96912672Y-79051304D01*
+X96818657Y-78957289D01*
+X96818656Y-78957288D01*
+X96680015Y-78871774D01*
+X96669336Y-78865187D01*
+X96669331Y-78865185D01*
+X96667862Y-78864698D01*
+X96502797Y-78810001D01*
+X96502795Y-78810000D01*
+X96400010Y-78799500D01*
+X95599998Y-78799500D01*
+X95599980Y-78799501D01*
+X95497203Y-78810000D01*
+X95497200Y-78810001D01*
+X95330668Y-78865185D01*
+X95330663Y-78865187D01*
+X95181342Y-78957289D01*
+X95057289Y-79081342D01*
+X94965187Y-79230663D01*
+X94965185Y-79230668D01*
+X94952744Y-79268214D01*
+X94910001Y-79397203D01*
+X94910001Y-79397204D01*
+X94910000Y-79397204D01*
+X94899500Y-79499983D01*
+X91268457Y-79499983D01*
+X91214646Y-79446172D01*
+X91109440Y-79369735D01*
+X91055403Y-79330474D01*
+X90878787Y-79240485D01*
+X90827990Y-79192511D01*
+X90811195Y-79124690D01*
+X90833732Y-79058555D01*
+X90878787Y-79019515D01*
+X91055403Y-78929525D01*
+X91055402Y-78929525D01*
+X91055405Y-78929524D01*
+X91214646Y-78813828D01*
+X91353828Y-78674646D01*
+X91469524Y-78515405D01*
+X91558884Y-78340025D01*
+X91619709Y-78152826D01*
+X91650500Y-77958422D01*
+X91650500Y-77761577D01*
+X91619709Y-77567173D01*
+X91582469Y-77452562D01*
+X91558884Y-77379975D01*
+X91558882Y-77379972D01*
+X91558882Y-77379970D01*
+X91469523Y-77204594D01*
+X91353828Y-77045354D01*
+X91214646Y-76906172D01*
+X91078095Y-76806961D01*
+X91055403Y-76790474D01*
+X90878787Y-76700485D01*
+X90827990Y-76652511D01*
+X90811195Y-76584690D01*
+X90833732Y-76518555D01*
+X90878787Y-76479515D01*
+X91055403Y-76389525D01*
+X91055402Y-76389525D01*
+X91055405Y-76389524D01*
+X91214646Y-76273828D01*
+X91353828Y-76134646D01*
+X91469524Y-75975405D01*
+X91558884Y-75800025D01*
+X91619709Y-75612826D01*
+X91635388Y-75513831D01*
+X91650500Y-75418422D01*
+X91650500Y-75221577D01*
+X91619709Y-75027173D01*
+X91558882Y-74839970D01*
+X91511249Y-74746486D01*
+X91469524Y-74664595D01*
+X91353828Y-74505354D01*
+X91214646Y-74366172D01*
+X91106478Y-74287583D01*
+X91055403Y-74250474D01*
+X90878787Y-74160485D01*
+X90827990Y-74112511D01*
+X90811195Y-74044690D01*
+X90833732Y-73978555D01*
+X90878787Y-73939515D01*
+X91055403Y-73849525D01*
+X91055402Y-73849525D01*
+X91055405Y-73849524D01*
+X91214646Y-73733828D01*
+X91353828Y-73594646D01*
+X91469524Y-73435405D01*
+X91558884Y-73260025D01*
+X91619709Y-73072826D01*
+X91623174Y-73050951D01*
+X91650500Y-72878422D01*
+X91650500Y-72681577D01*
+X91619709Y-72487173D01*
+X91558882Y-72299970D01*
+X91469523Y-72124594D01*
+X91456950Y-72107289D01*
+X91353828Y-71965354D01*
+X91214646Y-71826172D01*
+X91135025Y-71768324D01*
+X91055403Y-71710474D01*
+X90878787Y-71620485D01*
+X90827990Y-71572511D01*
+X90811195Y-71504690D01*
+X90833732Y-71438555D01*
+X90878787Y-71399515D01*
+X91055403Y-71309525D01*
+X91055402Y-71309525D01*
+X91055405Y-71309524D01*
+X91214646Y-71193828D01*
+X91353828Y-71054646D01*
+X91469524Y-70895405D01*
+X91558884Y-70720025D01*
+X91619709Y-70532826D01*
+X91630357Y-70465598D01*
+X91650500Y-70338422D01*
+X91650500Y-70141577D01*
+X91619709Y-69947173D01*
+X91587724Y-69848735D01*
+X91558884Y-69759975D01*
+X91558882Y-69759972D01*
+X91558882Y-69759970D01*
+X91513445Y-69670795D01*
+X91500549Y-69602125D01*
+X91526826Y-69537385D01*
+X91583932Y-69497128D01*
+X91623930Y-69490500D01*
+X91669057Y-69490500D01*
+X97410398Y-69490500D01*
+X97477437Y-69510185D01*
+X97520883Y-69558205D01*
+X97527715Y-69571614D01*
+X97648028Y-69737213D01*
+X97792786Y-69881971D01*
+X97947749Y-69994556D01*
+X97958390Y-70002287D01*
+X98046517Y-70047190D01*
+X98140776Y-70095218D01*
+X98140778Y-70095218D01*
+X98140781Y-70095220D01*
+X98245137Y-70129127D01*
+X98335465Y-70158477D01*
+X98436557Y-70174488D01*
+X98537648Y-70190500D01*
+X98537649Y-70190500D01*
+X98742351Y-70190500D01*
+X98742352Y-70190500D01*
+X98944534Y-70158477D01*
+X99139219Y-70095220D01*
+X99321610Y-70002287D01*
+X99418234Y-69932086D01*
+X99487213Y-69881971D01*
+X99487215Y-69881968D01*
+X99487219Y-69881966D01*
+X99631966Y-69737219D01*
+X99631968Y-69737215D01*
+X99631971Y-69737213D01*
+X99708567Y-69631786D01*
+X99752287Y-69571610D01*
+X99845220Y-69389219D01*
+X99908477Y-69194534D01*
+X99940500Y-68992352D01*
+X99940500Y-68787648D01*
+X99919304Y-68653825D01*
+X99908477Y-68585465D01*
+X99845218Y-68390776D01*
+X99811503Y-68324607D01*
+X99752287Y-68208390D01*
+X99731679Y-68180025D01*
+X99631971Y-68042786D01*
+X99487213Y-67898028D01*
+X99321614Y-67777715D01*
+X99315006Y-67774348D01*
+X99228917Y-67730483D01*
+X99178123Y-67682511D01*
+X99161328Y-67614690D01*
+X99183865Y-67548555D01*
+X99228917Y-67509516D01*
+X99321610Y-67462287D01*
+X99437164Y-67378333D01*
+X99487213Y-67341971D01*
+X99487215Y-67341968D01*
+X99487219Y-67341966D01*
+X99631966Y-67197219D01*
+X99631968Y-67197215D01*
+X99631971Y-67197213D01*
+X99684732Y-67124590D01*
+X99752287Y-67031610D01*
+X99845220Y-66849219D01*
+X99908477Y-66654534D01*
+X99940500Y-66452352D01*
+X99940500Y-66247648D01*
+X99908477Y-66045466D01*
+X99845220Y-65850781D01*
+X99845218Y-65850778D01*
+X99845218Y-65850776D01*
+X99811503Y-65784607D01*
+X99752287Y-65668390D01*
+X99729350Y-65636819D01*
+X99631971Y-65502786D01*
+X99487213Y-65358028D01*
+X99321614Y-65237715D01*
+X99277029Y-65214998D01*
+X99228917Y-65190483D01*
+X99178123Y-65142511D01*
+X99161328Y-65074690D01*
+X99183865Y-65008555D01*
+X99228917Y-64969516D01*
+X99321610Y-64922287D01*
+X99397469Y-64867173D01*
+X99487213Y-64801971D01*
+X99487215Y-64801968D01*
+X99487219Y-64801966D01*
+X99631966Y-64657219D01*
+X99631968Y-64657215D01*
+X99631971Y-64657213D01*
+X99752284Y-64491614D01*
+X99752285Y-64491613D01*
+X99752287Y-64491610D01*
+X99759117Y-64478204D01*
+X99807091Y-64427409D01*
+X99869602Y-64410500D01*
+X108499903Y-64410500D01*
+X108566942Y-64430185D01*
+X108587584Y-64446819D01*
+X110045922Y-65905157D01*
+X110079407Y-65966480D01*
+X110076173Y-66031155D01*
+X110071522Y-66045468D01*
+X110039500Y-66247648D01*
+X110039500Y-66452351D01*
+X110071523Y-66654535D01*
+X110076172Y-66668845D01*
+X110078165Y-66738687D01*
+X110045921Y-66794841D01*
+X101631286Y-75209478D01*
+X101519481Y-75321282D01*
+X101519479Y-75321285D01*
+X101469361Y-75408094D01*
+X101469359Y-75408096D01*
+X101440425Y-75458209D01*
+X101440424Y-75458210D01*
+X101440423Y-75458215D01*
+X101399499Y-75610943D01*
+X101399499Y-75610945D01*
+X101399499Y-75779046D01*
+X101399500Y-75779059D01*
+X101399500Y-78020234D01*
+X101379815Y-78087273D01*
+X101378602Y-78089125D01*
+X101290609Y-78220814D01*
+X101290602Y-78220827D01*
+X101230264Y-78366498D01*
+X101230261Y-78366510D01*
+X101199500Y-78521153D01*
+X101199500Y-78678846D01*
+X101230261Y-78833489D01*
+X101230264Y-78833501D01*
+X101290602Y-78979172D01*
+X101290609Y-78979185D01*
+X101378210Y-79110288D01*
+X101378213Y-79110292D01*
+X101489707Y-79221786D01*
+X101489711Y-79221789D01*
+X101620814Y-79309390D01*
+X101620827Y-79309397D01*
+X101766498Y-79369735D01*
+X101766503Y-79369737D01*
+X101904583Y-79397203D01*
+X101921153Y-79400499D01*
+X101921156Y-79400500D01*
+X101921158Y-79400500D01*
+X102078844Y-79400500D01*
+X102078845Y-79400499D01*
+X102233497Y-79369737D01*
+X102379179Y-79309394D01*
+X102510289Y-79221789D01*
+X102621789Y-79110289D01*
+X102709394Y-78979179D01*
+X102718462Y-78957288D01*
+X102756422Y-78865643D01*
+X102769737Y-78833497D01*
+X102800500Y-78678842D01*
+X102800500Y-78521158D01*
+X102800500Y-78521155D01*
+X102800499Y-78521153D01*
+X102791334Y-78475079D01*
+X102769737Y-78366503D01*
+X102758770Y-78340025D01*
+X102709397Y-78220827D01*
+X102709390Y-78220814D01*
+X102621398Y-78089125D01*
+X102600520Y-78022447D01*
+X102600500Y-78020234D01*
+X102600500Y-75990097D01*
+X102620185Y-75923058D01*
+X102636819Y-75902416D01*
+X106052062Y-72487173D01*
+X109881938Y-68657296D01*
+X109943259Y-68623813D01*
+X110012951Y-68628797D01*
+X110030383Y-68640000D01*
+X111024314Y-68640000D01*
+X111019920Y-68644394D01*
+X110967259Y-68735606D01*
+X110940000Y-68837339D01*
+X110940000Y-68942661D01*
+X110967259Y-69044394D01*
+X111019920Y-69135606D01*
+X111024314Y-69140000D01*
+X110040000Y-69140000D01*
+X110040000Y-69737844D01*
+X110046401Y-69797372D01*
+X110046403Y-69797379D01*
+X110096645Y-69932086D01*
+X110096649Y-69932093D01*
+X110182809Y-70047187D01*
+X110182812Y-70047190D01*
+X110297906Y-70133350D01*
+X110297913Y-70133354D01*
+X110432620Y-70183596D01*
+X110432627Y-70183598D01*
+X110492155Y-70189999D01*
+X110492172Y-70190000D01*
+X111090000Y-70190000D01*
+X111090000Y-69205686D01*
+X111094394Y-69210080D01*
+X111185606Y-69262741D01*
+X111287339Y-69290000D01*
+X111392661Y-69290000D01*
+X111494394Y-69262741D01*
+X111585606Y-69210080D01*
+X111590000Y-69205686D01*
+X111590000Y-70190000D01*
+X112187828Y-70190000D01*
+X112187844Y-70189999D01*
+X112247372Y-70183598D01*
+X112247379Y-70183596D01*
+X112382086Y-70133354D01*
+X112382093Y-70133350D01*
+X112497187Y-70047190D01*
+X112497190Y-70047187D01*
+X112583350Y-69932093D01*
+X112583354Y-69932086D01*
+X112633596Y-69797379D01*
+X112633598Y-69797372D01*
+X112639999Y-69737844D01*
+X112640000Y-69737827D01*
+X112640000Y-69140000D01*
+X111655686Y-69140000D01*
+X111660080Y-69135606D01*
+X111712741Y-69044394D01*
+X111740000Y-68942661D01*
+X111740000Y-68837339D01*
+X111712741Y-68735606D01*
+X111660080Y-68644394D01*
+X111655686Y-68640000D01*
+X112640000Y-68640000D01*
+X112640000Y-68042172D01*
+X112639999Y-68042155D01*
+X112633598Y-67982627D01*
+X112633596Y-67982620D01*
+X112583354Y-67847913D01*
+X112583350Y-67847906D01*
+X112497190Y-67732812D01*
+X112497187Y-67732809D01*
+X112382093Y-67646649D01*
+X112382086Y-67646645D01*
+X112247379Y-67596403D01*
+X112247373Y-67596401D01*
+X112209953Y-67592378D01*
+X112145402Y-67565639D01*
+X112105555Y-67508246D01*
+X112103062Y-67438421D01*
+X112138716Y-67378333D01*
+X112150326Y-67368770D01*
+X112187215Y-67341969D01*
+X112187215Y-67341968D01*
+X112187219Y-67341966D01*
+X112331966Y-67197219D01*
+X112331968Y-67197215D01*
+X112331971Y-67197213D01*
+X112384732Y-67124590D01*
+X112452287Y-67031610D01*
+X112545220Y-66849219D01*
+X112608477Y-66654534D01*
+X112640500Y-66452352D01*
+X112640500Y-66247648D01*
+X112608477Y-66045466D01*
+X112603825Y-66031151D01*
+X112601832Y-65961312D01*
+X112634075Y-65905158D01*
+X113858506Y-64680728D01*
+X113858511Y-64680724D01*
+X113868714Y-64670520D01*
+X113868716Y-64670520D01*
+X113980520Y-64558716D01*
+X114048816Y-64440423D01*
+X114059577Y-64421785D01*
+X114100500Y-64269058D01*
+X114100500Y-64110943D01*
+X114100500Y-46410718D01*
+X114120185Y-46343679D01*
+X114168207Y-46300233D01*
+X114207815Y-46280052D01*
+X114207815Y-46280051D01*
+X114207816Y-46280051D01*
+X114379792Y-46155104D01*
+X114518604Y-46016291D01*
+X114579923Y-45982809D01*
+X114649615Y-45987793D01*
+X114705549Y-46029664D01*
+X114711821Y-46038878D01*
+X114715185Y-46044333D01*
+X114715186Y-46044334D01*
+X114807288Y-46193656D01*
+X114931344Y-46317712D01*
+X115080666Y-46409814D01*
+X115247203Y-46464999D01*
+X115349991Y-46475500D01*
+X116650008Y-46475499D01*
+X116752797Y-46464999D01*
+X116919334Y-46409814D01*
+X117068656Y-46317712D01*
+X117192712Y-46193656D01*
+X117284814Y-46044334D01*
+X117339999Y-45877797D01*
+X117350500Y-45775009D01*
+X117350499Y-44224992D01*
+X117344680Y-44168032D01*
+X117339999Y-44122203D01*
+X117339998Y-44122200D01*
+X117315755Y-44049041D01*
+X117284814Y-43955666D01*
+X117192712Y-43806344D01*
+X117068656Y-43682288D01*
+X116919334Y-43590186D01*
+X116752797Y-43535001D01*
+X116752795Y-43535000D01*
+X116650010Y-43524500D01*
+X115349998Y-43524500D01*
+X115349981Y-43524501D01*
+X115247203Y-43535000D01*
+X115247200Y-43535001D01*
+X115080668Y-43590185D01*
+X115080663Y-43590187D01*
+X114931342Y-43682289D01*
+X114807289Y-43806342D01*
+X114711821Y-43961121D01*
+X114659873Y-44007845D01*
+X114590910Y-44019068D01*
+X114526828Y-43991224D01*
+X114518601Y-43983705D01*
+X114379786Y-43844890D01*
+X114207820Y-43719951D01*
+X114018414Y-43623444D01*
+X114018413Y-43623443D01*
+X114018412Y-43623443D01*
+X113816243Y-43557754D01*
+X113816241Y-43557753D01*
+X113816240Y-43557753D01*
+X113654957Y-43532208D01*
+X113606287Y-43524500D01*
+X113393713Y-43524500D01*
+X113345042Y-43532208D01*
+X113183760Y-43557753D01*
+X112981585Y-43623444D01*
+X112792179Y-43719951D01*
+X112620213Y-43844890D01*
+X112469894Y-43995209D01*
+X112469890Y-43995214D01*
+X112350318Y-44159793D01*
+X112294989Y-44202459D01*
+X112225375Y-44208438D01*
+X112163580Y-44175833D01*
+X112149682Y-44159793D01*
+X112030109Y-43995214D01*
+X112030105Y-43995209D01*
+X111879786Y-43844890D01*
+X111707820Y-43719951D01*
+X111518414Y-43623444D01*
+X111518413Y-43623443D01*
+X111518412Y-43623443D01*
+X111316243Y-43557754D01*
+X111316241Y-43557753D01*
+X111316240Y-43557753D01*
+X111154957Y-43532208D01*
+X111106287Y-43524500D01*
+X110893713Y-43524500D01*
+X110845042Y-43532208D01*
+X110683760Y-43557753D01*
+X110481585Y-43623444D01*
+X110292179Y-43719951D01*
+X110120213Y-43844890D01*
+X109969890Y-43995213D01*
+X109844951Y-44167179D01*
+X109748444Y-44356585D01*
+X109682753Y-44558760D01*
+X109649500Y-44768713D01*
+X109649500Y-45231286D01*
+X109677260Y-45406560D01*
+X109682754Y-45441243D01*
+X109699784Y-45493657D01*
+X109748444Y-45643414D01*
+X109844951Y-45832820D01*
+X109969890Y-46004786D01*
+X110120213Y-46155109D01*
+X110292179Y-46280048D01*
+X110292181Y-46280049D01*
+X110292184Y-46280051D01*
+X110481588Y-46376557D01*
+X110683757Y-46442246D01*
+X110893713Y-46475500D01*
+X110893714Y-46475500D01*
+X111106286Y-46475500D01*
+X111106287Y-46475500D01*
+X111316243Y-46442246D01*
+X111518412Y-46376557D01*
+X111707816Y-46280051D01*
+X111729789Y-46264086D01*
+X111879786Y-46155109D01*
+X111879788Y-46155106D01*
+X111879792Y-46155104D01*
+X112030104Y-46004792D01*
+X112149683Y-45840204D01*
+X112205011Y-45797540D01*
+X112274624Y-45791561D01*
+X112336420Y-45824166D01*
+X112350313Y-45840199D01*
+X112452560Y-45980931D01*
+X112469896Y-46004792D01*
+X112620213Y-46155109D01*
+X112792184Y-46280051D01*
+X112792184Y-46280052D01*
+X112831793Y-46300233D01*
+X112882590Y-46348206D01*
+X112899500Y-46410718D01*
+X112899500Y-63889902D01*
+X112879815Y-63956941D01*
+X112863181Y-63977583D01*
+X112852181Y-63988583D01*
+X112790858Y-64022068D01*
+X112721166Y-64017084D01*
+X112665233Y-63975212D01*
+X112640816Y-63909748D01*
+X112640500Y-63900902D01*
+X112640500Y-63707648D01*
+X112608477Y-63505465D01*
+X112551296Y-63329481D01*
+X112545220Y-63310781D01*
+X112545218Y-63310778D01*
+X112545218Y-63310776D01*
+X112494480Y-63211199D01*
+X112452287Y-63128390D01*
+X112423874Y-63089282D01*
+X112331971Y-62962786D01*
+X112187213Y-62818028D01*
+X112021614Y-62697715D01*
+X112015006Y-62694348D01*
+X111928917Y-62650483D01*
+X111878123Y-62602511D01*
+X111861328Y-62534690D01*
+X111883865Y-62468555D01*
+X111928917Y-62429516D01*
+X112021610Y-62382287D01*
+X112097469Y-62327173D01*
+X112187213Y-62261971D01*
+X112187215Y-62261968D01*
+X112187219Y-62261966D01*
+X112331966Y-62117219D01*
+X112331968Y-62117215D01*
+X112331971Y-62117213D01*
+X112384732Y-62044590D01*
+X112452287Y-61951610D01*
+X112545220Y-61769219D01*
+X112608477Y-61574534D01*
+X112640500Y-61372352D01*
+X112640500Y-61167648D01*
+X112608477Y-60965466D01*
+X112545220Y-60770781D01*
+X112545218Y-60770778D01*
+X112545218Y-60770776D01*
+X112511503Y-60704607D01*
+X112452287Y-60588390D01*
+X112431679Y-60560025D01*
+X112331971Y-60422786D01*
+X112187213Y-60278028D01*
+X112021614Y-60157715D01*
+X112015006Y-60154348D01*
+X111928917Y-60110483D01*
+X111878123Y-60062511D01*
+X111861328Y-59994690D01*
+X111883865Y-59928555D01*
+X111928917Y-59889516D01*
+X112021610Y-59842287D01*
+X112097469Y-59787173D01*
+X112187213Y-59721971D01*
+X112187215Y-59721968D01*
+X112187219Y-59721966D01*
+X112331966Y-59577219D01*
+X112331968Y-59577215D01*
+X112331971Y-59577213D01*
+X112384732Y-59504590D01*
+X112452287Y-59411610D01*
+X112545220Y-59229219D01*
+X112608477Y-59034534D01*
+X112640500Y-58832352D01*
+X112640500Y-58627648D01*
+X112619304Y-58493825D01*
+X112608477Y-58425465D01*
+X112545218Y-58230776D01*
+X112452419Y-58048650D01*
+X112452287Y-58048390D01*
+X112431679Y-58020025D01*
+X112331971Y-57882786D01*
+X112187213Y-57738028D01*
+X112021614Y-57617715D01*
+X112015006Y-57614348D01*
+X111928917Y-57570483D01*
+X111878123Y-57522511D01*
+X111861328Y-57454690D01*
+X111883865Y-57388555D01*
+X111928917Y-57349516D01*
+X112021610Y-57302287D01*
+X112097469Y-57247173D01*
+X112187213Y-57181971D01*
+X112187215Y-57181968D01*
+X112187219Y-57181966D01*
+X112331966Y-57037219D01*
+X112331968Y-57037215D01*
+X112331971Y-57037213D01*
+X112384732Y-56964590D01*
+X112452287Y-56871610D01*
+X112545220Y-56689219D01*
+X112608477Y-56494534D01*
+X112640500Y-56292352D01*
+X112640500Y-56087648D01*
+X112619304Y-55953825D01*
+X112608477Y-55885465D01*
+X112545218Y-55690776D01*
+X112452419Y-55508650D01*
+X112452287Y-55508390D01*
+X112431679Y-55480025D01*
+X112331971Y-55342786D01*
+X112187213Y-55198028D01*
+X112021611Y-55077713D01*
+X111928369Y-55030203D01*
+X111877574Y-54982229D01*
+X111860779Y-54914407D01*
+X111883317Y-54848273D01*
+X111928371Y-54809234D01*
+X112021347Y-54761861D01*
+X112186894Y-54641582D01*
+X112186895Y-54641582D01*
+X112331582Y-54496895D01*
+X112331582Y-54496894D01*
+X112451859Y-54331349D01*
+X112544755Y-54149029D01*
+X112607990Y-53954413D01*
+X112616609Y-53900000D01*
+X111655686Y-53900000D01*
+X111660080Y-53895606D01*
+X111712741Y-53804394D01*
+X111740000Y-53702661D01*
+X111740000Y-53597339D01*
+X111712741Y-53495606D01*
+X111660080Y-53404394D01*
+X111655686Y-53400000D01*
+X112616609Y-53400000D01*
+X112607990Y-53345586D01*
+X112544755Y-53150970D01*
+X112451859Y-52968650D01*
+X112331582Y-52803105D01*
+X112331582Y-52803104D01*
+X112186895Y-52658417D01*
+X112021349Y-52538140D01*
+X111928370Y-52490765D01*
+X111877574Y-52442790D01*
+X111860779Y-52374969D01*
+X111883316Y-52308835D01*
+X111928370Y-52269795D01*
+X112021610Y-52222287D01*
+X112042770Y-52206913D01*
+X112187213Y-52101971D01*
+X112187215Y-52101968D01*
+X112187219Y-52101966D01*
+X112331966Y-51957219D01*
+X112331968Y-51957215D01*
+X112331971Y-51957213D01*
+X112384732Y-51884590D01*
+X112452287Y-51791610D01*
+X112545220Y-51609219D01*
+X112608477Y-51414534D01*
+X112640500Y-51212352D01*
+X112640500Y-51007648D01*
+X112608477Y-50805466D01*
+X112545220Y-50610781D01*
+X112545218Y-50610778D01*
+X112545218Y-50610776D01*
+X112475391Y-50473735D01*
+X112452287Y-50428390D01*
+X112444556Y-50417749D01*
+X112331971Y-50262786D01*
+X112187213Y-50118028D01*
+X112021613Y-49997715D01*
+X112021612Y-49997714D01*
+X112021610Y-49997713D01*
+X111964653Y-49968691D01*
+X111839223Y-49904781D01*
+X111644534Y-49841522D01*
+X111469995Y-49813878D01*
+X111442352Y-49809500D01*
+X111237648Y-49809500D01*
+X111213329Y-49813351D01*
+X111035465Y-49841522D01*
+X110840776Y-49904781D01*
+X110658386Y-49997715D01*
+X110492786Y-50118028D01*
+X110348028Y-50262786D01*
+X110227715Y-50428386D01*
+X110134781Y-50610776D01*
+X110071522Y-50805465D01*
+X110039500Y-51007648D01*
+X110039500Y-51212351D01*
+X110071522Y-51414534D01*
+X110134781Y-51609223D01*
+X110227715Y-51791613D01*
+X110348028Y-51957213D01*
+X110492786Y-52101971D01*
+X110647749Y-52214556D01*
+X110658390Y-52222287D01*
+X110730424Y-52258990D01*
+X110751629Y-52269795D01*
+X110802425Y-52317770D01*
+X110819220Y-52385591D01*
+X110796682Y-52451726D01*
+X110751629Y-52490765D01*
+X110658650Y-52538140D01*
+X110493105Y-52658417D01*
+X110493104Y-52658417D01*
+X110348417Y-52803104D01*
+X110348417Y-52803105D01*
+X110228140Y-52968650D01*
+X110135244Y-53150970D01*
+X110072009Y-53345586D01*
+X110063391Y-53400000D01*
+X111024314Y-53400000D01*
+X111019920Y-53404394D01*
+X110967259Y-53495606D01*
+X110940000Y-53597339D01*
+X110940000Y-53702661D01*
+X110967259Y-53804394D01*
+X111019920Y-53895606D01*
+X111024314Y-53900000D01*
+X110063391Y-53900000D01*
+X110072009Y-53954413D01*
+X110135244Y-54149029D01*
+X110228140Y-54331349D01*
+X110348417Y-54496894D01*
+X110348417Y-54496895D01*
+X110493104Y-54641582D01*
+X110658652Y-54761861D01*
+X110751628Y-54809234D01*
+X110802425Y-54857208D01*
+X110819220Y-54925029D01*
+X110796683Y-54991164D01*
+X110751630Y-55030203D01*
+X110658388Y-55077713D01*
+X110492786Y-55198028D01*
+X110348028Y-55342786D01*
+X110227715Y-55508386D01*
+X110134781Y-55690776D01*
+X110071522Y-55885465D01*
+X110039500Y-56087648D01*
+X110039500Y-56292351D01*
+X110071522Y-56494534D01*
+X110134781Y-56689223D01*
+X110227715Y-56871613D01*
+X110348028Y-57037213D01*
+X110492786Y-57181971D01*
+X110647749Y-57294556D01*
+X110658390Y-57302287D01*
+X110749840Y-57348883D01*
+X110751080Y-57349515D01*
+X110801876Y-57397490D01*
+X110818671Y-57465311D01*
+X110796134Y-57531446D01*
+X110751080Y-57570485D01*
+X110658386Y-57617715D01*
+X110492786Y-57738028D01*
+X110348028Y-57882786D01*
+X110227715Y-58048386D01*
+X110134781Y-58230776D01*
+X110071522Y-58425465D01*
+X110039500Y-58627648D01*
+X110039500Y-58832351D01*
+X110071522Y-59034534D01*
+X110134781Y-59229223D01*
+X110227715Y-59411613D01*
+X110348028Y-59577213D01*
+X110492786Y-59721971D01*
+X110647749Y-59834556D01*
+X110658390Y-59842287D01*
+X110749840Y-59888883D01*
+X110751080Y-59889515D01*
+X110801876Y-59937490D01*
+X110818671Y-60005311D01*
+X110796134Y-60071446D01*
+X110751080Y-60110485D01*
+X110658386Y-60157715D01*
+X110492786Y-60278028D01*
+X110348028Y-60422786D01*
+X110227715Y-60588386D01*
+X110134781Y-60770776D01*
+X110071522Y-60965465D01*
+X110039500Y-61167648D01*
+X110039500Y-61372351D01*
+X110071522Y-61574534D01*
+X110134781Y-61769223D01*
+X110198691Y-61894653D01*
+X110223281Y-61942912D01*
+X110227715Y-61951613D01*
+X110348028Y-62117213D01*
+X110492786Y-62261971D01*
+X110647749Y-62374556D01*
+X110658390Y-62382287D01*
+X110739499Y-62423614D01*
+X110751080Y-62429515D01*
+X110801876Y-62477490D01*
+X110818671Y-62545311D01*
+X110796134Y-62611446D01*
+X110751080Y-62650485D01*
+X110658386Y-62697715D01*
+X110492786Y-62818028D01*
+X110348028Y-62962786D01*
+X110227715Y-63128386D01*
+X110134781Y-63310776D01*
+X110071522Y-63505465D01*
+X110039500Y-63707648D01*
+X110039500Y-63900903D01*
+X110019815Y-63967942D01*
+X109967011Y-64013697D01*
+X109897853Y-64023641D01*
+X109834297Y-63994616D01*
+X109827819Y-63988584D01*
+X109287590Y-63448355D01*
+X109287588Y-63448352D01*
+X109168717Y-63329481D01*
+X109168716Y-63329480D01*
+X109081904Y-63279360D01*
+X109081904Y-63279359D01*
+X109081900Y-63279358D01*
+X109031785Y-63250423D01*
+X108879057Y-63209499D01*
+X108720943Y-63209499D01*
+X108713347Y-63209499D01*
+X108713331Y-63209500D01*
+X99869602Y-63209500D01*
+X99802563Y-63189815D01*
+X99759117Y-63141795D01*
+X99752284Y-63128385D01*
+X99631971Y-62962786D01*
+X99487213Y-62818028D01*
+X99321610Y-62697712D01*
+X99308200Y-62690879D01*
+X99257406Y-62642903D01*
+X99240500Y-62580397D01*
+X99240500Y-62499601D01*
+X99260185Y-62432562D01*
+X99308206Y-62389116D01*
+X99321610Y-62382287D01*
+X99487219Y-62261966D01*
+X99631966Y-62117219D01*
+X99631968Y-62117215D01*
+X99631971Y-62117213D01*
+X99684732Y-62044590D01*
+X99752287Y-61951610D01*
+X99845220Y-61769219D01*
+X99908477Y-61574534D01*
+X99940500Y-61372352D01*
+X99940500Y-61167648D01*
+X99908477Y-60965466D01*
+X99845220Y-60770781D01*
+X99845218Y-60770778D01*
+X99845218Y-60770776D01*
+X99811503Y-60704607D01*
+X99752287Y-60588390D01*
+X99731679Y-60560025D01*
+X99631971Y-60422786D01*
+X99487213Y-60278028D01*
+X99321611Y-60157713D01*
+X99228369Y-60110203D01*
+X99177574Y-60062229D01*
+X99160779Y-59994407D01*
+X99183317Y-59928273D01*
+X99228371Y-59889234D01*
+X99321347Y-59841861D01*
+X99486894Y-59721582D01*
+X99486895Y-59721582D01*
+X99631582Y-59576895D01*
+X99631582Y-59576894D01*
+X99751859Y-59411349D01*
+X99844755Y-59229029D01*
+X99907990Y-59034413D01*
+X99916609Y-58980000D01*
+X98955686Y-58980000D01*
+X98960080Y-58975606D01*
+X99012741Y-58884394D01*
+X99040000Y-58782661D01*
+X99040000Y-58677339D01*
+X99012741Y-58575606D01*
+X98960080Y-58484394D01*
+X98955686Y-58480000D01*
+X99916609Y-58480000D01*
+X99907990Y-58425586D01*
+X99844755Y-58230970D01*
+X99751859Y-58048650D01*
+X99631582Y-57883105D01*
+X99631582Y-57883104D01*
+X99486895Y-57738417D01*
+X99321349Y-57618140D01*
+X99227820Y-57570485D01*
+X99177024Y-57522511D01*
+X99160229Y-57454690D01*
+X99182766Y-57388555D01*
+X99227820Y-57349515D01*
+X99321349Y-57301859D01*
+X99486894Y-57181582D01*
+X99486895Y-57181582D01*
+X99631582Y-57036895D01*
+X99631582Y-57036894D01*
+X99751859Y-56871349D01*
+X99844755Y-56689029D01*
+X99907990Y-56494413D01*
+X99916609Y-56440000D01*
+X98955686Y-56440000D01*
+X98960080Y-56435606D01*
+X99012741Y-56344394D01*
+X99040000Y-56242661D01*
+X99040000Y-56137339D01*
+X99012741Y-56035606D01*
+X98960080Y-55944394D01*
+X98955686Y-55940000D01*
+X99916609Y-55940000D01*
+X99907990Y-55885586D01*
+X99844755Y-55690970D01*
+X99751859Y-55508650D01*
+X99631582Y-55343105D01*
+X99631582Y-55343104D01*
+X99486895Y-55198417D01*
+X99321349Y-55078140D01*
+X99227820Y-55030485D01*
+X99177024Y-54982511D01*
+X99160229Y-54914690D01*
+X99182766Y-54848555D01*
+X99227820Y-54809515D01*
+X99321349Y-54761859D01*
+X99486894Y-54641582D01*
+X99486895Y-54641582D01*
+X99631582Y-54496895D01*
+X99631582Y-54496894D01*
+X99751859Y-54331349D01*
+X99844755Y-54149029D01*
+X99907990Y-53954413D01*
+X99916609Y-53900000D01*
+X98955686Y-53900000D01*
+X98960080Y-53895606D01*
+X99012741Y-53804394D01*
+X99040000Y-53702661D01*
+X99040000Y-53597339D01*
+X99012741Y-53495606D01*
+X98960080Y-53404394D01*
+X98955686Y-53400000D01*
+X99916609Y-53400000D01*
+X99907990Y-53345586D01*
+X99844755Y-53150970D01*
+X99751859Y-52968650D01*
+X99631582Y-52803105D01*
+X99631582Y-52803104D01*
+X99486895Y-52658417D01*
+X99321349Y-52538140D01*
+X99228370Y-52490765D01*
+X99177574Y-52442790D01*
+X99160779Y-52374969D01*
+X99183316Y-52308835D01*
+X99228370Y-52269795D01*
+X99321610Y-52222287D01*
+X99342770Y-52206913D01*
+X99487213Y-52101971D01*
+X99487215Y-52101968D01*
+X99487219Y-52101966D01*
+X99631966Y-51957219D01*
+X99631968Y-51957215D01*
+X99631971Y-51957213D01*
+X99684732Y-51884590D01*
+X99752287Y-51791610D01*
+X99845220Y-51609219D01*
+X99908477Y-51414534D01*
+X99940500Y-51212352D01*
+X99940500Y-51007648D01*
+X99908477Y-50805466D01*
+X99845220Y-50610781D01*
+X99845218Y-50610778D01*
+X99845218Y-50610776D01*
+X99775391Y-50473735D01*
+X99752287Y-50428390D01*
+X99744556Y-50417749D01*
+X99631971Y-50262786D01*
+X99487213Y-50118028D01*
+X99321613Y-49997715D01*
+X99321612Y-49997714D01*
+X99321610Y-49997713D01*
+X99264653Y-49968691D01*
+X99139223Y-49904781D01*
+X98944534Y-49841522D01*
+X98769995Y-49813878D01*
+X98742352Y-49809500D01*
+X98537648Y-49809500D01*
+X98513329Y-49813351D01*
+X98335465Y-49841522D01*
+X98140776Y-49904781D01*
+X97958386Y-49997715D01*
+X97792786Y-50118028D01*
+X97648028Y-50262786D01*
+X97527715Y-50428386D01*
+X97434781Y-50610776D01*
+X97371522Y-50805465D01*
+X97339500Y-51007648D01*
+X97339500Y-51212351D01*
+X97371522Y-51414534D01*
+X97434781Y-51609223D01*
+X97527715Y-51791613D01*
+X97648028Y-51957213D01*
+X97792786Y-52101971D01*
+X97947749Y-52214556D01*
+X97958390Y-52222287D01*
+X98030424Y-52258990D01*
+X98051629Y-52269795D01*
+X98102425Y-52317770D01*
+X98119220Y-52385591D01*
+X98096682Y-52451726D01*
+X98051629Y-52490765D01*
+X97958650Y-52538140D01*
+X97793105Y-52658417D01*
+X97793104Y-52658417D01*
+X97648417Y-52803104D01*
+X97648417Y-52803105D01*
+X97528140Y-52968650D01*
+X97435244Y-53150970D01*
+X97372009Y-53345586D01*
+X97363391Y-53400000D01*
+X98324314Y-53400000D01*
+X98319920Y-53404394D01*
+X98267259Y-53495606D01*
+X98240000Y-53597339D01*
+X98240000Y-53702661D01*
+X98267259Y-53804394D01*
+X98319920Y-53895606D01*
+X98324314Y-53900000D01*
+X97363391Y-53900000D01*
+X97372009Y-53954413D01*
+X97435244Y-54149029D01*
+X97528140Y-54331349D01*
+X97648417Y-54496894D01*
+X97648417Y-54496895D01*
+X97793104Y-54641582D01*
+X97958650Y-54761859D01*
+X98052179Y-54809515D01*
+X98102975Y-54857490D01*
+X98119770Y-54925311D01*
+X98097232Y-54991446D01*
+X98052179Y-55030485D01*
+X97958650Y-55078140D01*
+X97793105Y-55198417D01*
+X97793104Y-55198417D01*
+X97648417Y-55343104D01*
+X97648417Y-55343105D01*
+X97528140Y-55508650D01*
+X97435244Y-55690970D01*
+X97372009Y-55885586D01*
+X97363391Y-55940000D01*
+X98324314Y-55940000D01*
+X98319920Y-55944394D01*
+X98267259Y-56035606D01*
+X98240000Y-56137339D01*
+X98240000Y-56242661D01*
+X98267259Y-56344394D01*
+X98319920Y-56435606D01*
+X98324314Y-56440000D01*
+X97363391Y-56440000D01*
+X97372009Y-56494413D01*
+X97435244Y-56689029D01*
+X97528140Y-56871349D01*
+X97648417Y-57036894D01*
+X97648417Y-57036895D01*
+X97793104Y-57181582D01*
+X97958650Y-57301859D01*
+X98052179Y-57349515D01*
+X98102975Y-57397490D01*
+X98119770Y-57465311D01*
+X98097232Y-57531446D01*
+X98052179Y-57570485D01*
+X97958650Y-57618140D01*
+X97793105Y-57738417D01*
+X97793104Y-57738417D01*
+X97648417Y-57883104D01*
+X97648417Y-57883105D01*
+X97528140Y-58048650D01*
+X97435244Y-58230970D01*
+X97372009Y-58425586D01*
+X97363391Y-58480000D01*
+X98324314Y-58480000D01*
+X98319920Y-58484394D01*
+X98267259Y-58575606D01*
+X98240000Y-58677339D01*
+X98240000Y-58782661D01*
+X98267259Y-58884394D01*
+X98319920Y-58975606D01*
+X98324314Y-58980000D01*
+X97363391Y-58980000D01*
+X97372009Y-59034413D01*
+X97435244Y-59229029D01*
+X97528140Y-59411349D01*
+X97648417Y-59576894D01*
+X97648417Y-59576895D01*
+X97793104Y-59721582D01*
+X97958652Y-59841861D01*
+X98051628Y-59889234D01*
+X98102425Y-59937208D01*
+X98119220Y-60005029D01*
+X98096683Y-60071164D01*
+X98051630Y-60110203D01*
+X97958388Y-60157713D01*
+X97792786Y-60278028D01*
+X97648028Y-60422786D01*
+X97527715Y-60588386D01*
+X97434781Y-60770776D01*
+X97371522Y-60965465D01*
+X97339500Y-61167648D01*
+X97339500Y-61372351D01*
+X97371522Y-61574534D01*
+X97434781Y-61769223D01*
+X97498691Y-61894653D01*
+X97523281Y-61942912D01*
+X97527715Y-61951613D01*
+X97648028Y-62117213D01*
+X97648034Y-62117219D01*
+X97792781Y-62261966D01*
+X97958390Y-62382287D01*
+X97971793Y-62389116D01*
+X98022589Y-62437088D01*
+X98039500Y-62499601D01*
+X98039500Y-62580397D01*
+X98019815Y-62647436D01*
+X97971800Y-62690879D01*
+X97958389Y-62697712D01*
+X97792786Y-62818028D01*
+X97648028Y-62962786D01*
+X97527715Y-63128386D01*
+X97434781Y-63310776D01*
+X97371522Y-63505465D01*
+X97339500Y-63707648D01*
+X97339500Y-63912351D01*
+X97371522Y-64114534D01*
+X97434781Y-64309223D01*
+X97527715Y-64491613D01*
+X97648028Y-64657213D01*
+X97792786Y-64801971D01*
+X97947749Y-64914556D01*
+X97958390Y-64922287D01*
+X98049840Y-64968883D01*
+X98051080Y-64969515D01*
+X98101876Y-65017490D01*
+X98118671Y-65085311D01*
+X98096134Y-65151446D01*
+X98051080Y-65190485D01*
+X97958386Y-65237715D01*
+X97792786Y-65358028D01*
+X97648028Y-65502786D01*
+X97527715Y-65668385D01*
+X97520883Y-65681795D01*
+X97472909Y-65732591D01*
+X97410398Y-65749500D01*
+X91890097Y-65749500D01*
+X91823058Y-65729815D01*
+X91802416Y-65713181D01*
+X91653768Y-65564533D01*
+X91620283Y-65503210D01*
+X91618976Y-65457454D01*
+X91650500Y-65258422D01*
+X91650500Y-65061577D01*
+X91619709Y-64867173D01*
+X91558882Y-64679970D01*
+X91479925Y-64525009D01*
+X91469524Y-64504595D01*
+X91353828Y-64345354D01*
+X91214646Y-64206172D01*
+X91088518Y-64114534D01*
+X91055403Y-64090474D01*
+X90878787Y-64000485D01*
+X90827990Y-63952511D01*
+X90811195Y-63884690D01*
+X90833732Y-63818555D01*
+X90878787Y-63779515D01*
+X91055403Y-63689525D01*
+X91055402Y-63689525D01*
+X91055405Y-63689524D01*
+X91214646Y-63573828D01*
+X91353828Y-63434646D01*
+X91469524Y-63275405D01*
+X91558884Y-63100025D01*
+X91619709Y-62912826D01*
+X91631214Y-62840185D01*
+X91650500Y-62718422D01*
+X91650500Y-62521577D01*
+X91619709Y-62327173D01*
+X91578550Y-62200500D01*
+X91558884Y-62139975D01*
+X91558882Y-62139972D01*
+X91558882Y-62139970D01*
+X91469523Y-61964594D01*
+X91460092Y-61951613D01*
+X91353828Y-61805354D01*
+X91214646Y-61666172D01*
+X91088518Y-61574534D01*
+X91055403Y-61550474D01*
+X90878787Y-61460485D01*
+X90827990Y-61412511D01*
+X90811195Y-61344690D01*
+X90833732Y-61278555D01*
+X90878787Y-61239515D01*
+X91055403Y-61149525D01*
+X91055402Y-61149525D01*
+X91055405Y-61149524D01*
+X91214646Y-61033828D01*
+X91353828Y-60894646D01*
+X91469524Y-60735405D01*
+X91558884Y-60560025D01*
+X91619709Y-60372826D01*
+X91650500Y-60178422D01*
+X91650500Y-59981577D01*
+X91619709Y-59787173D01*
+X91558882Y-59599970D01*
+X91469523Y-59424594D01*
+X91460092Y-59411613D01*
+X91353828Y-59265354D01*
+X91214646Y-59126172D01*
+X91088518Y-59034534D01*
+X91055403Y-59010474D01*
+X90878787Y-58920485D01*
+X90827990Y-58872511D01*
+X90811195Y-58804690D01*
+X90833732Y-58738555D01*
+X90878787Y-58699515D01*
+X91055403Y-58609525D01*
+X91055402Y-58609525D01*
+X91055405Y-58609524D01*
+X91214646Y-58493828D01*
+X91353828Y-58354646D01*
+X91469524Y-58195405D01*
+X91558884Y-58020025D01*
+X91619709Y-57832826D01*
+X91634662Y-57738417D01*
+X91650500Y-57638422D01*
+X91650500Y-57441577D01*
+X91619709Y-57247173D01*
+X91558882Y-57059970D01*
+X91469523Y-56884594D01*
+X91460092Y-56871613D01*
+X91353828Y-56725354D01*
+X91214646Y-56586172D01*
+X91061380Y-56474817D01*
+X91055403Y-56470474D01*
+X90878787Y-56380485D01*
+X90827990Y-56332511D01*
+X90811195Y-56264690D01*
+X90833732Y-56198555D01*
+X90878787Y-56159515D01*
+X91055403Y-56069525D01*
+X91055402Y-56069525D01*
+X91055405Y-56069524D01*
+X91214646Y-55953828D01*
+X91353828Y-55814646D01*
+X91469524Y-55655405D01*
+X91558884Y-55480025D01*
+X91619709Y-55292826D01*
+X91634662Y-55198417D01*
+X91650500Y-55098422D01*
+X91650500Y-54901577D01*
+X91619709Y-54707173D01*
+X91558882Y-54519970D01*
+X91469523Y-54344594D01*
+X91459900Y-54331349D01*
+X91353828Y-54185354D01*
+X91214646Y-54046172D01*
+X91055405Y-53930476D01*
+X90880029Y-53841117D01*
+X90692826Y-53780290D01*
+X90498422Y-53749500D01*
+X90498417Y-53749500D01*
+X90301583Y-53749500D01*
+X90301578Y-53749500D01*
+X90107173Y-53780290D01*
+X89919970Y-53841117D01*
+X89744594Y-53930476D01*
+X89690085Y-53970080D01*
+X89585354Y-54046172D01*
+X89585352Y-54046174D01*
+X89585351Y-54046174D01*
+X89446174Y-54185351D01*
+X89446174Y-54185352D01*
+X89446172Y-54185354D01*
+X89433980Y-54202135D01*
+X89330476Y-54344594D01*
+X89241117Y-54519970D01*
+X89180290Y-54707173D01*
+X89149500Y-54901577D01*
+X89149500Y-55098422D01*
+X89180290Y-55292826D01*
+X89241117Y-55480029D01*
+X89330476Y-55655405D01*
+X89446172Y-55814646D01*
+X89585354Y-55953828D01*
+X89744595Y-56069524D01*
+X89780166Y-56087648D01*
+X89921213Y-56159515D01*
+X89972009Y-56207489D01*
+X89988804Y-56275310D01*
+X89966267Y-56341445D01*
+X89921213Y-56380485D01*
+X89744594Y-56470476D01*
+X89690085Y-56510080D01*
+X89585354Y-56586172D01*
+X89585352Y-56586174D01*
+X89585351Y-56586174D01*
+X89446174Y-56725351D01*
+X89446174Y-56725352D01*
+X89446172Y-56725354D01*
+X89396485Y-56793741D01*
+X89330476Y-56884594D01*
+X89241117Y-57059970D01*
+X89180290Y-57247173D01*
+X89149500Y-57441577D01*
+X89149500Y-57638422D01*
+X89180290Y-57832826D01*
+X89241117Y-58020029D01*
+X89330476Y-58195405D01*
+X89446172Y-58354646D01*
+X89585354Y-58493828D01*
+X89744595Y-58609524D01*
+X89780166Y-58627648D01*
+X89921213Y-58699515D01*
+X89972009Y-58747489D01*
+X89988804Y-58815310D01*
+X89966267Y-58881445D01*
+X89921213Y-58920485D01*
+X89744594Y-59010476D01*
+X89711482Y-59034534D01*
+X89585354Y-59126172D01*
+X89585352Y-59126174D01*
+X89585351Y-59126174D01*
+X89446174Y-59265351D01*
+X89446174Y-59265352D01*
+X89446172Y-59265354D01*
+X89396485Y-59333741D01*
+X89330476Y-59424594D01*
+X89241117Y-59599970D01*
+X89180290Y-59787173D01*
+X89149500Y-59981577D01*
+X89149500Y-60178422D01*
+X89180290Y-60372826D01*
+X89241117Y-60560029D01*
+X89330476Y-60735405D01*
+X89446172Y-60894646D01*
+X89585354Y-61033828D01*
+X89744595Y-61149524D01*
+X89780166Y-61167648D01*
+X89921213Y-61239515D01*
+X89972009Y-61287489D01*
+X89988804Y-61355310D01*
+X89966267Y-61421445D01*
+X89921213Y-61460485D01*
+X89744594Y-61550476D01*
+X89711482Y-61574534D01*
+X89585354Y-61666172D01*
+X89585352Y-61666174D01*
+X89585351Y-61666174D01*
+X89446174Y-61805351D01*
+X89446174Y-61805352D01*
+X89446172Y-61805354D01*
+X89396485Y-61873741D01*
+X89330476Y-61964594D01*
+X89241117Y-62139970D01*
+X89180290Y-62327173D01*
+X89149500Y-62521577D01*
+X89149500Y-62718422D01*
+X89180290Y-62912826D01*
+X89241117Y-63100029D01*
+X89317747Y-63250423D01*
+X89330476Y-63275405D01*
+X89446172Y-63434646D01*
+X89585354Y-63573828D01*
+X89744595Y-63689524D01*
+X89780166Y-63707648D01*
+X89921213Y-63779515D01*
+X89972009Y-63827489D01*
+X89988804Y-63895310D01*
+X89966267Y-63961445D01*
+X89921213Y-64000485D01*
+X89744594Y-64090476D01*
+X89711482Y-64114534D01*
+X89585354Y-64206172D01*
+X89585352Y-64206174D01*
+X89585351Y-64206174D01*
+X89446174Y-64345351D01*
+X89446174Y-64345352D01*
+X89446172Y-64345354D01*
+X89398840Y-64410500D01*
+X89330476Y-64504594D01*
+X89241117Y-64679970D01*
+X89180290Y-64867173D01*
+X89149500Y-65061577D01*
+X89149500Y-65258422D01*
+X89180290Y-65452826D01*
+X89241117Y-65640029D01*
+X89288280Y-65732591D01*
+X89330476Y-65815405D01*
+X89446172Y-65974646D01*
+X89585354Y-66113828D01*
+X89744595Y-66229524D01*
+X89780166Y-66247648D01*
+X89921213Y-66319515D01*
+X89972009Y-66367489D01*
+X89988804Y-66435310D01*
+X89966267Y-66501445D01*
+X89921213Y-66540485D01*
+X89744594Y-66630476D01*
+X89653741Y-66696485D01*
+X89585354Y-66746172D01*
+X89585352Y-66746174D01*
+X89585351Y-66746174D01*
+X89446174Y-66885351D01*
+X89446174Y-66885352D01*
+X89446172Y-66885354D01*
+X89425380Y-66913972D01*
+X89330476Y-67044594D01*
+X89241117Y-67219970D01*
+X89180290Y-67407173D01*
+X89149500Y-67601577D01*
+X89149500Y-67798422D01*
+X89180290Y-67992826D01*
+X89241117Y-68180029D01*
+X89288280Y-68272591D01*
+X89330476Y-68355405D01*
+X89446172Y-68514646D01*
+X89585354Y-68653828D01*
+X89744595Y-68769524D01*
+X89780166Y-68787648D01*
+X89921213Y-68859515D01*
+X89972009Y-68907489D01*
+X89988804Y-68975310D01*
+X89966267Y-69041445D01*
+X89921213Y-69080485D01*
+X89744594Y-69170476D01*
+X89711482Y-69194534D01*
+X89585354Y-69286172D01*
+X89585352Y-69286174D01*
+X89585351Y-69286174D01*
+X89446174Y-69425351D01*
+X89446174Y-69425352D01*
+X89446172Y-69425354D01*
+X89407155Y-69479056D01*
+X89330476Y-69584594D01*
+X89241117Y-69759970D01*
+X89180290Y-69947173D01*
+X89149500Y-70141577D01*
+X89149500Y-70338422D01*
+X89180290Y-70532826D01*
+X89241117Y-70720029D01*
+X89330476Y-70895405D01*
+X89446172Y-71054646D01*
+X89585354Y-71193828D01*
+X89744595Y-71309524D01*
+X89823981Y-71349973D01*
+X89921213Y-71399515D01*
+X89972009Y-71447489D01*
+X89988804Y-71515310D01*
+X89966267Y-71581445D01*
+X89921213Y-71620485D01*
+X89744594Y-71710476D01*
+X89653741Y-71776485D01*
+X89585354Y-71826172D01*
+X89585352Y-71826174D01*
+X89585351Y-71826174D01*
+X89446174Y-71965351D01*
+X89446174Y-71965352D01*
+X89446172Y-71965354D01*
+X89409967Y-72015186D01*
+X89330476Y-72124594D01*
+X89241117Y-72299970D01*
+X89180290Y-72487173D01*
+X89149500Y-72681577D01*
+X89149500Y-72878422D01*
+X89180290Y-73072826D01*
+X89241117Y-73260029D01*
+X89325179Y-73425009D01*
+X89330476Y-73435405D01*
+X89446172Y-73594646D01*
+X89585354Y-73733828D01*
+X89744595Y-73849524D01*
+X89867992Y-73912397D01*
+X89921213Y-73939515D01*
+X89972009Y-73987489D01*
+X89988804Y-74055310D01*
+X89966267Y-74121445D01*
+X89921213Y-74160485D01*
+X89744594Y-74250476D01*
+X89653741Y-74316485D01*
+X89585354Y-74366172D01*
+X89585352Y-74366174D01*
+X89585351Y-74366174D01*
+X89446174Y-74505351D01*
+X89446174Y-74505352D01*
+X89446172Y-74505354D01*
+X89396485Y-74573741D01*
+X89330476Y-74664594D01*
+X89241117Y-74839970D01*
+X89180290Y-75027173D01*
+X89149500Y-75221577D01*
+X89149500Y-75418422D01*
+X89180290Y-75612826D01*
+X89241117Y-75800029D01*
+X89275409Y-75867330D01*
+X89330476Y-75975405D01*
+X89446172Y-76134646D01*
+X89585354Y-76273828D01*
+X89744595Y-76389524D01*
+X89867992Y-76452397D01*
+X89921213Y-76479515D01*
+X89972009Y-76527489D01*
+X89988804Y-76595310D01*
+X89966267Y-76661445D01*
+X89921213Y-76700485D01*
+X89744594Y-76790476D01*
+X89721905Y-76806961D01*
+X89585354Y-76906172D01*
+X89585352Y-76906174D01*
+X89585351Y-76906174D01*
+X89446174Y-77045351D01*
+X89446174Y-77045352D01*
+X89446172Y-77045354D01*
+X89396485Y-77113741D01*
+X89330476Y-77204594D01*
+X89241117Y-77379970D01*
+X89180290Y-77567173D01*
+X89149500Y-77761577D01*
+X89149500Y-77958422D01*
+X89180290Y-78152826D01*
+X89241117Y-78340029D01*
+X89309929Y-78475079D01*
+X89330476Y-78515405D01*
+X89446172Y-78674646D01*
+X89585354Y-78813828D01*
+X89744595Y-78929524D01*
+X89842049Y-78979179D01*
+X89921213Y-79019515D01*
+X89972009Y-79067489D01*
+X89988804Y-79135310D01*
+X89966267Y-79201445D01*
+X89921213Y-79240485D01*
+X89744594Y-79330476D01*
+X89658616Y-79392944D01*
+X89585354Y-79446172D01*
+X89585352Y-79446174D01*
+X89585351Y-79446174D01*
+X89446174Y-79585351D01*
+X89446174Y-79585352D01*
+X89446172Y-79585354D01*
+X89396485Y-79653741D01*
+X89330476Y-79744594D01*
+X89241117Y-79919970D01*
+X89180290Y-80107173D01*
+X89149500Y-80301577D01*
+X89149500Y-80498422D01*
+X89180290Y-80692826D01*
+X89241117Y-80880029D01*
+X89323806Y-81042315D01*
+X89330476Y-81055405D01*
+X89446172Y-81214646D01*
+X89585354Y-81353828D01*
+X89744595Y-81469524D01*
+X89859980Y-81528315D01*
+X89921213Y-81559515D01*
+X89972009Y-81607489D01*
+X89988804Y-81675310D01*
+X89966267Y-81741445D01*
+X89921213Y-81780485D01*
+X89744594Y-81870476D01*
+X89704647Y-81899500D01*
+X89585354Y-81986172D01*
+X89585352Y-81986174D01*
+X89585351Y-81986174D01*
+X89446174Y-82125351D01*
+X89446174Y-82125352D01*
+X89446172Y-82125354D01*
+X89396485Y-82193741D01*
+X89330476Y-82284594D01*
+X89241117Y-82459970D01*
+X89180290Y-82647173D01*
+X89149500Y-82841577D01*
+X89149500Y-83038422D01*
+X89180290Y-83232826D01*
+X89241117Y-83420029D01*
+X89312220Y-83559575D01*
+X89330476Y-83595405D01*
+X89446172Y-83754646D01*
+X89585354Y-83893828D01*
+X89744595Y-84009524D01*
+X89867992Y-84072397D01*
+X89921213Y-84099515D01*
+X89972009Y-84147489D01*
+X89988804Y-84215310D01*
+X89966267Y-84281445D01*
+X89921213Y-84320485D01*
+X89744594Y-84410476D01*
+X89684066Y-84454453D01*
+X89585354Y-84526172D01*
+X89585352Y-84526174D01*
+X89585351Y-84526174D01*
+X89446174Y-84665351D01*
+X89446174Y-84665352D01*
+X89446172Y-84665354D01*
+X89396485Y-84733741D01*
+X89330476Y-84824594D01*
+X89241117Y-84999970D01*
+X89180290Y-85187173D01*
+X89149500Y-85381577D01*
+X89149500Y-85578422D01*
+X89180290Y-85772826D01*
+X89241117Y-85960029D01*
+X89304506Y-86084436D01*
+X89330476Y-86135405D01*
+X89446172Y-86294646D01*
+X89585354Y-86433828D01*
+X89744595Y-86549524D01*
+X89867992Y-86612397D01*
+X89921213Y-86639515D01*
+X89972009Y-86687489D01*
+X89988804Y-86755310D01*
+X89966267Y-86821445D01*
+X89921213Y-86860485D01*
+X89744594Y-86950476D01*
+X89653741Y-87016485D01*
+X89585354Y-87066172D01*
+X89585352Y-87066174D01*
+X89585351Y-87066174D01*
+X89446174Y-87205351D01*
+X89446174Y-87205352D01*
+X89446172Y-87205354D01*
+X89413735Y-87250000D01*
+X89330476Y-87364594D01*
+X89241117Y-87539970D01*
+X89180290Y-87727173D01*
+X89149500Y-87921577D01*
+X89149500Y-88118422D01*
+X89180290Y-88312826D01*
+X89241117Y-88500029D01*
+X89307994Y-88631282D01*
+X89330476Y-88675405D01*
+X89446172Y-88834646D01*
+X89585354Y-88973828D01*
+X89744595Y-89089524D01*
+X89867992Y-89152397D01*
+X89921213Y-89179515D01*
+X89972009Y-89227489D01*
+X89988804Y-89295310D01*
+X89966267Y-89361445D01*
+X89921213Y-89400485D01*
+X89744594Y-89490476D01*
+X89653741Y-89556485D01*
+X89585354Y-89606172D01*
+X89585352Y-89606174D01*
+X89585351Y-89606174D01*
+X89446174Y-89745351D01*
+X89446174Y-89745352D01*
+X89446172Y-89745354D01*
+X89398845Y-89810494D01*
+X89330476Y-89904594D01*
+X89241117Y-90079970D01*
+X89180290Y-90267173D01*
+X89149500Y-90461577D01*
+X89149500Y-90658422D01*
+X89180290Y-90852826D01*
+X89241117Y-91040029D01*
+X89321933Y-91198638D01*
+X89330476Y-91215405D01*
+X89446172Y-91374646D01*
+X89585354Y-91513828D01*
+X89744595Y-91629524D01*
+X89827455Y-91671743D01*
+X89919970Y-91718882D01*
+X89919972Y-91718882D01*
+X89919975Y-91718884D01*
+X90020317Y-91751487D01*
+X90107173Y-91779709D01*
+X90301578Y-91810500D01*
+X90301583Y-91810500D01*
+X90498422Y-91810500D01*
+X90692826Y-91779709D01*
+X90695082Y-91778976D01*
+X90880025Y-91718884D01*
+X91055405Y-91629524D01*
+X91214646Y-91513828D01*
+X91353828Y-91374646D01*
+X91469524Y-91215405D01*
+X91558884Y-91040025D01*
+X91619709Y-90852826D01*
+X91635995Y-90750000D01*
+X91650500Y-90658422D01*
+X91650500Y-90461577D01*
+X91619709Y-90267173D01*
+X91560448Y-90084789D01*
+X91558884Y-90079975D01*
+X91558882Y-90079972D01*
+X91558882Y-90079970D01*
+X91469523Y-89904594D01*
+X91452631Y-89881344D01*
+X91353828Y-89745354D01*
+X91214646Y-89606172D01*
+X91135025Y-89548324D01*
+X91055403Y-89490474D01*
+X90878787Y-89400485D01*
+X90827990Y-89352511D01*
+X90811195Y-89284690D01*
+X90833732Y-89218555D01*
+X90878787Y-89179515D01*
+X91055403Y-89089525D01*
+X91055402Y-89089525D01*
+X91055405Y-89089524D01*
+X91214646Y-88973828D01*
+X91353828Y-88834646D01*
+X91469524Y-88675405D01*
+X91558884Y-88500025D01*
+X91619709Y-88312826D01*
+X91619728Y-88312705D01*
+X91650500Y-88118422D01*
+X91650500Y-87921577D01*
+X91619709Y-87727173D01*
+X91579296Y-87602796D01*
+X91558884Y-87539975D01*
+X91558882Y-87539972D01*
+X91558882Y-87539970D01*
+X91511743Y-87447455D01*
+X91469524Y-87364595D01*
+X91353828Y-87205354D01*
+X91214646Y-87066172D01*
+X91090975Y-86976319D01*
+X91055403Y-86950474D01*
+X90878787Y-86860485D01*
+X90827990Y-86812511D01*
+X90811195Y-86744690D01*
+X90833732Y-86678555D01*
+X90878787Y-86639515D01*
+X91055403Y-86549525D01*
+X91055402Y-86549525D01*
+X91055405Y-86549524D01*
+X91214646Y-86433828D01*
+X91353828Y-86294646D01*
+X91469524Y-86135405D01*
+X91558884Y-85960025D01*
+X91619709Y-85772826D01*
+X91636685Y-85665643D01*
+X91650500Y-85578422D01*
+X91650500Y-85381577D01*
+X91619709Y-85187173D01*
+X91558882Y-84999970D01*
+X91469523Y-84824594D01*
+X91353828Y-84665354D01*
+X91214646Y-84526172D01*
+X91115934Y-84454453D01*
+X91055403Y-84410474D01*
+X90878787Y-84320485D01*
+X90827990Y-84272511D01*
+X90811195Y-84204690D01*
+X90833732Y-84138555D01*
+X90878787Y-84099515D01*
+X91055403Y-84009525D01*
+X91055402Y-84009525D01*
+X91055405Y-84009524D01*
+X91214646Y-83893828D01*
+X91353828Y-83754646D01*
+X91469524Y-83595405D01*
+X91469524Y-83595403D01*
+X91472278Y-83591614D01*
+X91527608Y-83548949D01*
+X91572596Y-83540500D01*
+X101573331Y-83540500D01*
+X101573347Y-83540501D01*
+X101580943Y-83540501D01*
+X101739054Y-83540501D01*
+X101739057Y-83540501D01*
+X101891785Y-83499577D01*
+X101941904Y-83470639D01*
+X102028716Y-83420520D01*
+X102140520Y-83308716D01*
+X102140520Y-83308714D01*
+X102150728Y-83298507D01*
+X102150729Y-83298504D01*
+X112787821Y-72661413D01*
+X112849142Y-72627930D01*
+X112918834Y-72632914D01*
+X112974767Y-72674786D01*
+X112999184Y-72740250D01*
+X112999500Y-72749096D01*
+X112999500Y-76183408D01*
+X112999499Y-76183426D01*
+X112999499Y-76349132D01*
+X112999498Y-76349132D01*
+X113011240Y-76392951D01*
+X113040423Y-76501863D01*
+X113059311Y-76534577D01*
+X113094303Y-76595185D01*
+X113119479Y-76638793D01*
+X113238349Y-76757663D01*
+X113238355Y-76757668D01*
+X115494483Y-79013796D01*
+X115574480Y-79093793D01*
+X115574481Y-79093795D01*
+X115590975Y-79110289D01*
+X115686285Y-79205599D01*
+X115723779Y-79227246D01*
+X115733460Y-79235960D01*
+X115745232Y-79255062D01*
+X115760716Y-79271301D01*
+X115764271Y-79285955D01*
+X115770117Y-79295441D01*
+X115769860Y-79308994D01*
+X115774501Y-79328120D01*
+X115774501Y-79392949D01*
+X115774502Y-79392956D01*
+X115780909Y-79452563D01*
+X115831203Y-79587408D01*
+X115831204Y-79587409D01*
+X115831205Y-79587411D01*
+X115832439Y-79589059D01*
+X115917453Y-79702624D01*
+X115917455Y-79702626D01*
+X115924808Y-79708130D01*
+X115966680Y-79764061D01*
+X115974500Y-79807399D01*
+X115974500Y-79823975D01*
+X115974499Y-79823975D01*
+X116014400Y-79972887D01*
+X116015424Y-79976706D01*
+X116037620Y-80015149D01*
+X116040119Y-80019478D01*
+X116040121Y-80019481D01*
+X116094480Y-80113635D01*
+X116094482Y-80113638D01*
+X116213350Y-80232506D01*
+X116213356Y-80232511D01*
+X119345219Y-83364374D01*
+X119345229Y-83364385D01*
+X119349559Y-83368715D01*
+X119349560Y-83368716D01*
+X119461364Y-83480520D01*
+X119494371Y-83499576D01*
+X119548175Y-83530639D01*
+X119548177Y-83530641D01*
+X119586231Y-83552611D01*
+X119598295Y-83559577D01*
+X119751023Y-83600501D01*
+X119751026Y-83600501D01*
+X119916733Y-83600501D01*
+X119916749Y-83600500D01*
+X122152357Y-83600500D01*
+X122219396Y-83620185D01*
+X122265151Y-83672989D01*
+X122275715Y-83711898D01*
+X122285001Y-83802797D01*
+X122285001Y-83802799D01*
+X122340115Y-83969119D01*
+X122340186Y-83969334D01*
+X122432288Y-84118656D01*
+X122556344Y-84242712D01*
+X122704927Y-84334358D01*
+X122705668Y-84334815D01*
+X122721923Y-84340201D01*
+X122752002Y-84350168D01*
+X122809447Y-84389938D01*
+X122836272Y-84454453D01*
+X122837000Y-84467874D01*
+X122837000Y-85532125D01*
+X122817315Y-85599164D01*
+X122764511Y-85644919D01*
+X122752009Y-85649829D01*
+X122705666Y-85665186D01*
+X122705663Y-85665187D01*
+X122556342Y-85757289D01*
+X122432289Y-85881342D01*
+X122340187Y-86030663D01*
+X122340185Y-86030668D01*
+X122323393Y-86081344D01*
+X122285001Y-86197203D01*
+X122285001Y-86197204D01*
+X122285000Y-86197204D01*
+X122274500Y-86299983D01*
+X122274500Y-86824901D01*
+X122254815Y-86891940D01*
+X122238181Y-86912582D01*
+X111387584Y-97763181D01*
+X111326261Y-97796666D01*
+X111299903Y-97799500D01*
+X73140097Y-97799500D01*
+X73073058Y-97779815D01*
+X73052416Y-97763181D01*
+X68689218Y-93399983D01*
+X96049500Y-93399983D01*
+X96049500Y-94600001D01*
+X96049501Y-94600018D01*
+X96060000Y-94702796D01*
+X96060001Y-94702799D01*
+X96094879Y-94808053D01*
+X96115186Y-94869334D01*
+X96207288Y-95018656D01*
+X96331344Y-95142712D01*
+X96480666Y-95234814D01*
+X96647203Y-95289999D01*
+X96749991Y-95300500D01*
+X99850008Y-95300499D01*
+X99952797Y-95289999D01*
+X100119334Y-95234814D01*
+X100268656Y-95142712D01*
+X100392712Y-95018656D01*
+X100484814Y-94869334D01*
+X100539999Y-94702797D01*
+X100550500Y-94600009D01*
+X100550500Y-94599986D01*
+X101450001Y-94599986D01*
+X101460494Y-94702697D01*
+X101515641Y-94869119D01*
+X101515643Y-94869124D01*
+X101607684Y-95018345D01*
+X101731654Y-95142315D01*
+X101880875Y-95234356D01*
+X101880880Y-95234358D01*
+X102047302Y-95289505D01*
+X102047309Y-95289506D01*
+X102150019Y-95299999D01*
+X103449999Y-95299999D01*
+X103950000Y-95299999D01*
+X105249972Y-95299999D01*
+X105249986Y-95299998D01*
+X105352697Y-95289505D01*
+X105519119Y-95234358D01*
+X105519124Y-95234356D01*
+X105668345Y-95142315D01*
+X105792315Y-95018345D01*
+X105884356Y-94869124D01*
+X105884358Y-94869119D01*
+X105939505Y-94702697D01*
+X105939506Y-94702690D01*
+X105949999Y-94599986D01*
+X105950000Y-94599973D01*
+X105950000Y-94250000D01*
+X103950000Y-94250000D01*
+X103950000Y-95299999D01*
+X103449999Y-95299999D01*
+X103450000Y-95299998D01*
+X103450000Y-94250000D01*
+X101450001Y-94250000D01*
+X101450001Y-94599986D01*
+X100550500Y-94599986D01*
+X100550499Y-93957684D01*
+X100550499Y-93400013D01*
+X101450000Y-93400013D01*
+X101450000Y-93750000D01*
+X103450000Y-93750000D01*
+X103950000Y-93750000D01*
+X105949999Y-93750000D01*
+X105949999Y-93400028D01*
+X105949998Y-93400013D01*
+X105939505Y-93297302D01*
+X105884358Y-93130880D01*
+X105884356Y-93130875D01*
+X105792315Y-92981654D01*
+X105668345Y-92857684D01*
+X105519124Y-92765643D01*
+X105519119Y-92765641D01*
+X105352697Y-92710494D01*
+X105352690Y-92710493D01*
+X105249986Y-92700000D01*
+X103950000Y-92700000D01*
+X103950000Y-93750000D01*
+X103450000Y-93750000D01*
+X103450000Y-92700000D01*
+X102150028Y-92700000D01*
+X102150012Y-92700001D01*
+X102047302Y-92710494D01*
+X101880880Y-92765641D01*
+X101880875Y-92765643D01*
+X101731654Y-92857684D01*
+X101607684Y-92981654D01*
+X101515643Y-93130875D01*
+X101515641Y-93130880D01*
+X101460494Y-93297302D01*
+X101460493Y-93297309D01*
+X101450000Y-93400013D01*
+X100550499Y-93400013D01*
+X100550499Y-93399998D01*
+X100550498Y-93399981D01*
+X100539999Y-93297203D01*
+X100539998Y-93297200D01*
+X100484814Y-93130666D01*
+X100392712Y-92981344D01*
+X100268656Y-92857288D01*
+X100119334Y-92765186D01*
+X99952797Y-92710001D01*
+X99952795Y-92710000D01*
+X99850010Y-92699500D01*
+X96749998Y-92699500D01*
+X96749981Y-92699501D01*
+X96647203Y-92710000D01*
+X96647200Y-92710001D01*
+X96480668Y-92765185D01*
+X96480663Y-92765187D01*
+X96331342Y-92857289D01*
+X96207289Y-92981342D01*
+X96115187Y-93130663D01*
+X96115185Y-93130668D01*
+X96115115Y-93130880D01*
+X96060001Y-93297203D01*
+X96060001Y-93297204D01*
+X96060000Y-93297204D01*
+X96049500Y-93399983D01*
+X68689218Y-93399983D01*
+X66253768Y-90964533D01*
+X66220283Y-90903210D01*
+X66218976Y-90857454D01*
+X66250500Y-90658422D01*
+X66250500Y-90461577D01*
+X66219709Y-90267173D01*
+X66160448Y-90084789D01*
+X66158884Y-90079975D01*
+X66158882Y-90079972D01*
+X66158882Y-90079970D01*
+X66069523Y-89904594D01*
+X66052631Y-89881344D01*
+X65953828Y-89745354D01*
+X65814646Y-89606172D01*
+X65655405Y-89490476D01*
+X65480025Y-89401116D01*
+X65480024Y-89401115D01*
+X65478235Y-89400204D01*
+X65427439Y-89352230D01*
+X65410644Y-89284409D01*
+X65433181Y-89218274D01*
+X65478236Y-89179234D01*
+X65655141Y-89089097D01*
+X65690125Y-89063678D01*
+X65690126Y-89063678D01*
+X65088585Y-88462137D01*
+X65173694Y-88439333D01*
+X65276306Y-88380090D01*
+X65360090Y-88296306D01*
+X65419333Y-88193694D01*
+X65442138Y-88108585D01*
+X66043678Y-88710126D01*
+X66043678Y-88710125D01*
+X66069095Y-88675143D01*
+X66158418Y-88499835D01*
+X66219221Y-88312705D01*
+X66250000Y-88118382D01*
+X66250000Y-87921617D01*
+X66219221Y-87727294D01*
+X66158418Y-87540164D01*
+X66069096Y-87364858D01*
+X66043678Y-87329873D01*
+X66043677Y-87329873D01*
+X65442137Y-87931413D01*
+X65419333Y-87846306D01*
+X65360090Y-87743694D01*
+X65276306Y-87659910D01*
+X65173694Y-87600667D01*
+X65088584Y-87577861D01*
+X65690125Y-86976320D01*
+X65690125Y-86976319D01*
+X65655145Y-86950905D01*
+X65478235Y-86860765D01*
+X65427439Y-86812790D01*
+X65410644Y-86744969D01*
+X65433182Y-86678834D01*
+X65478236Y-86639795D01*
+X65480022Y-86638884D01*
+X65480025Y-86638884D01*
+X65655405Y-86549524D01*
+X65814646Y-86433828D01*
+X65953828Y-86294646D01*
+X66069524Y-86135405D01*
+X66158884Y-85960025D01*
+X66219709Y-85772826D01*
+X66236685Y-85665643D01*
+X66250500Y-85578422D01*
+X66250500Y-85381577D01*
+X66219709Y-85187173D01*
+X66158882Y-84999970D01*
+X66069523Y-84824594D01*
+X65953828Y-84665354D01*
+X65814646Y-84526172D01*
+X65715934Y-84454453D01*
+X65655403Y-84410474D01*
+X65478787Y-84320485D01*
+X65427990Y-84272511D01*
+X65411195Y-84204690D01*
+X65433732Y-84138555D01*
+X65478787Y-84099515D01*
+X65655403Y-84009525D01*
+X65655402Y-84009525D01*
+X65655405Y-84009524D01*
+X65814646Y-83893828D01*
+X65953828Y-83754646D01*
+X66069524Y-83595405D01*
+X66158884Y-83420025D01*
+X66219709Y-83232826D01*
+X66225124Y-83198638D01*
+X66250500Y-83038422D01*
+X66250500Y-82841577D01*
+X66219709Y-82647173D01*
+X66158882Y-82459970D01*
+X66077387Y-82300028D01*
+X66069524Y-82284595D01*
+X65953828Y-82125354D01*
+X65814646Y-81986172D01*
+X65695353Y-81899500D01*
+X65655403Y-81870474D01*
+X65478787Y-81780485D01*
+X65427990Y-81732511D01*
+X65411195Y-81664690D01*
+X65433732Y-81598555D01*
+X65478787Y-81559515D01*
+X65655403Y-81469525D01*
+X65655402Y-81469525D01*
+X65655405Y-81469524D01*
+X65814646Y-81353828D01*
+X65953828Y-81214646D01*
+X66069524Y-81055405D01*
+X66158884Y-80880025D01*
+X66219709Y-80692826D01*
+X66233968Y-80602797D01*
+X66250500Y-80498422D01*
+X66250500Y-80301577D01*
+X66219709Y-80107173D01*
+X66158882Y-79919970D01*
+X66094527Y-79793666D01*
+X66069524Y-79744595D01*
+X65953828Y-79585354D01*
+X65814646Y-79446172D01*
+X65709440Y-79369735D01*
+X65655403Y-79330474D01*
+X65478787Y-79240485D01*
+X65427990Y-79192511D01*
+X65411195Y-79124690D01*
+X65433732Y-79058555D01*
+X65478787Y-79019515D01*
+X65655403Y-78929525D01*
+X65655402Y-78929525D01*
+X65655405Y-78929524D01*
+X65814646Y-78813828D01*
+X65953828Y-78674646D01*
+X66069524Y-78515405D01*
+X66158884Y-78340025D01*
+X66219709Y-78152826D01*
+X66250500Y-77958422D01*
+X66250500Y-77761577D01*
+X66219709Y-77567173D01*
+X66182469Y-77452562D01*
+X66158884Y-77379975D01*
+X66158882Y-77379972D01*
+X66158882Y-77379970D01*
+X66069523Y-77204594D01*
+X65953828Y-77045354D01*
+X65814646Y-76906172D01*
+X65678095Y-76806961D01*
+X65655403Y-76790474D01*
+X65478787Y-76700485D01*
+X65427990Y-76652511D01*
+X65411195Y-76584690D01*
+X65433732Y-76518555D01*
+X65478787Y-76479515D01*
+X65655403Y-76389525D01*
+X65655402Y-76389525D01*
+X65655405Y-76389524D01*
+X65814646Y-76273828D01*
+X65953828Y-76134646D01*
+X66069524Y-75975405D01*
+X66158884Y-75800025D01*
+X66219709Y-75612826D01*
+X66235388Y-75513831D01*
+X66250500Y-75418422D01*
+X66250500Y-75221577D01*
+X66219709Y-75027173D01*
+X66158882Y-74839970D01*
+X66111249Y-74746486D01*
+X66069524Y-74664595D01*
+X65953828Y-74505354D01*
+X65814646Y-74366172D01*
+X65706478Y-74287583D01*
+X65655403Y-74250474D01*
+X65478787Y-74160485D01*
+X65427990Y-74112511D01*
+X65411195Y-74044690D01*
+X65433732Y-73978555D01*
+X65478787Y-73939515D01*
+X65655403Y-73849525D01*
+X65655402Y-73849525D01*
+X65655405Y-73849524D01*
+X65814646Y-73733828D01*
+X65953828Y-73594646D01*
+X66069524Y-73435405D01*
+X66158884Y-73260025D01*
+X66219709Y-73072826D01*
+X66223174Y-73050951D01*
+X66250500Y-72878422D01*
+X66250500Y-72681577D01*
+X66219709Y-72487173D01*
+X66158882Y-72299970D01*
+X66069523Y-72124594D01*
+X66056950Y-72107289D01*
+X65953828Y-71965354D01*
+X65814646Y-71826172D01*
+X65735025Y-71768324D01*
+X65655403Y-71710474D01*
+X65478787Y-71620485D01*
+X65427990Y-71572511D01*
+X65411195Y-71504690D01*
+X65433732Y-71438555D01*
+X65478787Y-71399515D01*
+X65655403Y-71309525D01*
+X65655402Y-71309525D01*
+X65655405Y-71309524D01*
+X65814646Y-71193828D01*
+X65953828Y-71054646D01*
+X66069524Y-70895405D01*
+X66158884Y-70720025D01*
+X66219709Y-70532826D01*
+X66230357Y-70465598D01*
+X66250500Y-70338422D01*
+X66250500Y-70141577D01*
+X66219709Y-69947173D01*
+X66187724Y-69848735D01*
+X66158884Y-69759975D01*
+X66158882Y-69759972D01*
+X66158882Y-69759970D01*
+X66069523Y-69584594D01*
+X65953828Y-69425354D01*
+X65814646Y-69286172D01*
+X65688518Y-69194534D01*
+X65655403Y-69170474D01*
+X65478787Y-69080485D01*
+X65427990Y-69032511D01*
+X65411195Y-68964690D01*
+X65433732Y-68898555D01*
+X65478787Y-68859515D01*
+X65655403Y-68769525D01*
+X65655402Y-68769525D01*
+X65655405Y-68769524D01*
+X65814646Y-68653828D01*
+X65953828Y-68514646D01*
+X66069524Y-68355405D01*
+X66158884Y-68180025D01*
+X66219709Y-67992826D01*
+X66221325Y-67982620D01*
+X66250500Y-67798422D01*
+X66250500Y-67601577D01*
+X66219709Y-67407173D01*
+X66158882Y-67219970D01*
+X66069523Y-67044594D01*
+X65953828Y-66885354D01*
+X65814646Y-66746172D01*
+X65708215Y-66668845D01*
+X65655403Y-66630474D01*
+X65478787Y-66540485D01*
+X65427990Y-66492511D01*
+X65411195Y-66424690D01*
+X65433732Y-66358555D01*
+X65478787Y-66319515D01*
+X65655403Y-66229525D01*
+X65655402Y-66229525D01*
+X65655405Y-66229524D01*
+X65814646Y-66113828D01*
+X65953828Y-65974646D01*
+X66069524Y-65815405D01*
+X66158884Y-65640025D01*
+X66219709Y-65452826D01*
+X66250500Y-65258422D01*
+X66250500Y-65061577D01*
+X66219709Y-64867173D01*
+X66158882Y-64679970D01*
+X66079925Y-64525009D01*
+X66069524Y-64504595D01*
+X65953828Y-64345354D01*
+X65814646Y-64206172D01*
+X65688518Y-64114534D01*
+X65655403Y-64090474D01*
+X65478787Y-64000485D01*
+X65427990Y-63952511D01*
+X65411195Y-63884690D01*
+X65433732Y-63818555D01*
+X65478787Y-63779515D01*
+X65655403Y-63689525D01*
+X65655402Y-63689525D01*
+X65655405Y-63689524D01*
+X65814646Y-63573828D01*
+X65953828Y-63434646D01*
+X66069524Y-63275405D01*
+X66158884Y-63100025D01*
+X66219709Y-62912826D01*
+X66231214Y-62840185D01*
+X66250500Y-62718422D01*
+X66250500Y-62521577D01*
+X66219709Y-62327173D01*
+X66178550Y-62200500D01*
+X66158884Y-62139975D01*
+X66158882Y-62139972D01*
+X66158882Y-62139970D01*
+X66069523Y-61964594D01*
+X66060092Y-61951613D01*
+X65953828Y-61805354D01*
+X65814646Y-61666172D01*
+X65688518Y-61574534D01*
+X65655403Y-61550474D01*
+X65478787Y-61460485D01*
+X65427990Y-61412511D01*
+X65411195Y-61344690D01*
+X65433732Y-61278555D01*
+X65478787Y-61239515D01*
+X65655403Y-61149525D01*
+X65655402Y-61149525D01*
+X65655405Y-61149524D01*
+X65814646Y-61033828D01*
+X65953828Y-60894646D01*
+X66069524Y-60735405D01*
+X66158884Y-60560025D01*
+X66219709Y-60372826D01*
+X66250500Y-60178422D01*
+X66250500Y-59981577D01*
+X66219709Y-59787173D01*
+X66158882Y-59599970D01*
+X66069523Y-59424594D01*
+X66060092Y-59411613D01*
+X65953828Y-59265354D01*
+X65814646Y-59126172D01*
+X65688518Y-59034534D01*
+X65655403Y-59010474D01*
+X65478787Y-58920485D01*
+X65427990Y-58872511D01*
+X65411195Y-58804690D01*
+X65433732Y-58738555D01*
+X65478787Y-58699515D01*
+X65655403Y-58609525D01*
+X65655402Y-58609525D01*
+X65655405Y-58609524D01*
+X65814646Y-58493828D01*
+X65953828Y-58354646D01*
+X66069524Y-58195405D01*
+X66158884Y-58020025D01*
+X66219709Y-57832826D01*
+X66234662Y-57738417D01*
+X66250500Y-57638422D01*
+X66250500Y-57441577D01*
+X66219709Y-57247173D01*
+X66158882Y-57059970D01*
+X66069523Y-56884594D01*
+X66060092Y-56871613D01*
+X65953828Y-56725354D01*
+X65814646Y-56586172D01*
+X65661377Y-56474815D01*
+X65618714Y-56419487D01*
+X65612735Y-56349873D01*
+X65645341Y-56288078D01*
+X65706180Y-56253721D01*
+X65734264Y-56250499D01*
+X65797872Y-56250499D01*
+X65857483Y-56244091D01*
+X65992331Y-56193796D01*
+X66107546Y-56107546D01*
+X66193796Y-55992331D01*
+X66244091Y-55857483D01*
+X66250500Y-55797873D01*
+X66250499Y-54202128D01*
+X66244091Y-54142517D01*
+X66209584Y-54050000D01*
+X66193797Y-54007671D01*
+X66193793Y-54007664D01*
+X66107547Y-53892455D01*
+X66107544Y-53892452D01*
+X65992335Y-53806206D01*
+X65992328Y-53806202D01*
+X65857482Y-53755908D01*
+X65857483Y-53755908D01*
+X65797883Y-53749501D01*
+X65797881Y-53749500D01*
+X65797873Y-53749500D01*
+X65797864Y-53749500D01*
+X64202129Y-53749500D01*
+X64202123Y-53749501D01*
+X64142516Y-53755908D01*
+X64007671Y-53806202D01*
+X64007664Y-53806206D01*
+X63892455Y-53892452D01*
+X63892452Y-53892455D01*
+X63806206Y-54007664D01*
+X63806202Y-54007671D01*
+X63755908Y-54142517D01*
+X63751303Y-54185354D01*
+X63749501Y-54202123D01*
+X63749500Y-54202135D01*
+X63749500Y-55797870D01*
+X63749501Y-55797876D01*
+X63755908Y-55857483D01*
+X63806202Y-55992328D01*
+X63806206Y-55992335D01*
+X63892452Y-56107544D01*
+X63892455Y-56107547D01*
+X64007664Y-56193793D01*
+X64007671Y-56193797D01*
+X64142517Y-56244091D01*
+X64142516Y-56244091D01*
+X64149444Y-56244835D01*
+X64202127Y-56250500D01*
+X64265733Y-56250499D01*
+X64332770Y-56270183D01*
+X64378526Y-56322986D01*
+X64388470Y-56392144D01*
+X64359446Y-56455700D01*
+X64338619Y-56474816D01*
+X64185354Y-56586171D01*
+X64046174Y-56725351D01*
+X64046174Y-56725352D01*
+X64046172Y-56725354D01*
+X63996485Y-56793741D01*
+X63930476Y-56884594D01*
+X63841117Y-57059970D01*
+X63780290Y-57247173D01*
+X63749500Y-57441577D01*
+X63749500Y-57638422D01*
+X63780290Y-57832826D01*
+X63841117Y-58020029D01*
+X63930476Y-58195405D01*
+X64046172Y-58354646D01*
+X64185354Y-58493828D01*
+X64344595Y-58609524D01*
+X64380166Y-58627648D01*
+X64521213Y-58699515D01*
+X64572009Y-58747489D01*
+X64588804Y-58815310D01*
+X64566267Y-58881445D01*
+X64521213Y-58920485D01*
+X64344594Y-59010476D01*
+X64311482Y-59034534D01*
+X64185354Y-59126172D01*
+X64185352Y-59126174D01*
+X64185351Y-59126174D01*
+X64046174Y-59265351D01*
+X64046174Y-59265352D01*
+X64046172Y-59265354D01*
+X63996485Y-59333741D01*
+X63930476Y-59424594D01*
+X63841117Y-59599970D01*
+X63780290Y-59787173D01*
+X63749500Y-59981577D01*
+X63749500Y-60178422D01*
+X63780290Y-60372826D01*
+X63841117Y-60560029D01*
+X63930476Y-60735405D01*
+X64046172Y-60894646D01*
+X64185354Y-61033828D01*
+X64344595Y-61149524D01*
+X64380166Y-61167648D01*
+X64521213Y-61239515D01*
+X64572009Y-61287489D01*
+X64588804Y-61355310D01*
+X64566267Y-61421445D01*
+X64521213Y-61460485D01*
+X64344594Y-61550476D01*
+X64311482Y-61574534D01*
+X64185354Y-61666172D01*
+X64185352Y-61666174D01*
+X64185351Y-61666174D01*
+X64046174Y-61805351D01*
+X64046174Y-61805352D01*
+X64046172Y-61805354D01*
+X63996485Y-61873741D01*
+X63930476Y-61964594D01*
+X63841117Y-62139970D01*
+X63780290Y-62327173D01*
+X63749500Y-62521577D01*
+X63749500Y-62718422D01*
+X63780290Y-62912826D01*
+X63841117Y-63100029D01*
+X63917747Y-63250423D01*
+X63930476Y-63275405D01*
+X64046172Y-63434646D01*
+X64185354Y-63573828D01*
+X64344595Y-63689524D01*
+X64380166Y-63707648D01*
+X64521213Y-63779515D01*
+X64572009Y-63827489D01*
+X64588804Y-63895310D01*
+X64566267Y-63961445D01*
+X64521213Y-64000485D01*
+X64344594Y-64090476D01*
+X64311482Y-64114534D01*
+X64185354Y-64206172D01*
+X64185352Y-64206174D01*
+X64185351Y-64206174D01*
+X64046174Y-64345351D01*
+X64046174Y-64345352D01*
+X64046172Y-64345354D01*
+X63998840Y-64410500D01*
+X63930476Y-64504594D01*
+X63841117Y-64679970D01*
+X63780290Y-64867173D01*
+X63749500Y-65061577D01*
+X63749500Y-65258422D01*
+X63780290Y-65452826D01*
+X63841117Y-65640029D01*
+X63888280Y-65732591D01*
+X63930476Y-65815405D01*
+X64046172Y-65974646D01*
+X64185354Y-66113828D01*
+X64344595Y-66229524D01*
+X64380166Y-66247648D01*
+X64521213Y-66319515D01*
+X64572009Y-66367489D01*
+X64588804Y-66435310D01*
+X64566267Y-66501445D01*
+X64521213Y-66540485D01*
+X64344594Y-66630476D01*
+X64253741Y-66696485D01*
+X64185354Y-66746172D01*
+X64185352Y-66746174D01*
+X64185351Y-66746174D01*
+X64046174Y-66885351D01*
+X64046174Y-66885352D01*
+X64046172Y-66885354D01*
+X64025380Y-66913972D01*
+X63930476Y-67044594D01*
+X63841117Y-67219970D01*
+X63780290Y-67407173D01*
+X63749500Y-67601577D01*
+X63749500Y-67798422D01*
+X63780290Y-67992826D01*
+X63841117Y-68180029D01*
+X63888280Y-68272591D01*
+X63930476Y-68355405D01*
+X64046172Y-68514646D01*
+X64185354Y-68653828D01*
+X64344595Y-68769524D01*
+X64380166Y-68787648D01*
+X64521213Y-68859515D01*
+X64572009Y-68907489D01*
+X64588804Y-68975310D01*
+X64566267Y-69041445D01*
+X64521213Y-69080485D01*
+X64344594Y-69170476D01*
+X64311482Y-69194534D01*
+X64185354Y-69286172D01*
+X64185352Y-69286174D01*
+X64185351Y-69286174D01*
+X64046174Y-69425351D01*
+X64046174Y-69425352D01*
+X64046172Y-69425354D01*
+X64007155Y-69479056D01*
+X63930476Y-69584594D01*
+X63841117Y-69759970D01*
+X63780290Y-69947173D01*
+X63749500Y-70141577D01*
+X63749500Y-70338422D01*
+X63780290Y-70532826D01*
+X63841117Y-70720029D01*
+X63930476Y-70895405D01*
+X64046172Y-71054646D01*
+X64185354Y-71193828D01*
+X64344595Y-71309524D01*
+X64423981Y-71349973D01*
+X64521213Y-71399515D01*
+X64572009Y-71447489D01*
+X64588804Y-71515310D01*
+X64566267Y-71581445D01*
+X64521213Y-71620485D01*
+X64344594Y-71710476D01*
+X64253741Y-71776485D01*
+X64185354Y-71826172D01*
+X64185352Y-71826174D01*
+X64185351Y-71826174D01*
+X64046174Y-71965351D01*
+X64046174Y-71965352D01*
+X64046172Y-71965354D01*
+X64009967Y-72015186D01*
+X63930476Y-72124594D01*
+X63841117Y-72299970D01*
+X63780290Y-72487173D01*
+X63749500Y-72681577D01*
+X63749500Y-72878422D01*
+X63780290Y-73072826D01*
+X63841117Y-73260029D01*
+X63925179Y-73425009D01*
+X63930476Y-73435405D01*
+X64046172Y-73594646D01*
+X64185354Y-73733828D01*
+X64344595Y-73849524D01*
+X64467992Y-73912397D01*
+X64521213Y-73939515D01*
+X64572009Y-73987489D01*
+X64588804Y-74055310D01*
+X64566267Y-74121445D01*
+X64521213Y-74160485D01*
+X64344594Y-74250476D01*
+X64253741Y-74316485D01*
+X64185354Y-74366172D01*
+X64185352Y-74366174D01*
+X64185351Y-74366174D01*
+X64046174Y-74505351D01*
+X64046174Y-74505352D01*
+X64046172Y-74505354D01*
+X63996485Y-74573741D01*
+X63930476Y-74664594D01*
+X63841117Y-74839970D01*
+X63780290Y-75027173D01*
+X63749500Y-75221577D01*
+X63749500Y-75418422D01*
+X63780290Y-75612826D01*
+X63841117Y-75800029D01*
+X63875409Y-75867330D01*
+X63930476Y-75975405D01*
+X64046172Y-76134646D01*
+X64185354Y-76273828D01*
+X64344595Y-76389524D01*
+X64467992Y-76452397D01*
+X64521213Y-76479515D01*
+X64572009Y-76527489D01*
+X64588804Y-76595310D01*
+X64566267Y-76661445D01*
+X64521213Y-76700485D01*
+X64344594Y-76790476D01*
+X64321905Y-76806961D01*
+X64185354Y-76906172D01*
+X64185352Y-76906174D01*
+X64185351Y-76906174D01*
+X64046174Y-77045351D01*
+X64046174Y-77045352D01*
+X64046172Y-77045354D01*
+X63996485Y-77113741D01*
+X63930476Y-77204594D01*
+X63841117Y-77379970D01*
+X63780290Y-77567173D01*
+X63749500Y-77761577D01*
+X63749500Y-77958422D01*
+X63780290Y-78152826D01*
+X63841117Y-78340029D01*
+X63909929Y-78475079D01*
+X63930476Y-78515405D01*
+X64046172Y-78674646D01*
+X64185354Y-78813828D01*
+X64344595Y-78929524D01*
+X64442049Y-78979179D01*
+X64521213Y-79019515D01*
+X64572009Y-79067489D01*
+X64588804Y-79135310D01*
+X64566267Y-79201445D01*
+X64521213Y-79240485D01*
+X64344594Y-79330476D01*
+X64258616Y-79392944D01*
+X64185354Y-79446172D01*
+X64185352Y-79446174D01*
+X64185351Y-79446174D01*
+X64046174Y-79585351D01*
+X64046174Y-79585352D01*
+X64046172Y-79585354D01*
+X63996485Y-79653741D01*
+X63930476Y-79744594D01*
+X63841117Y-79919970D01*
+X63780290Y-80107173D01*
+X63749500Y-80301577D01*
+X63749500Y-80498422D01*
+X63780290Y-80692826D01*
+X63841117Y-80880029D01*
+X63923806Y-81042315D01*
+X63930476Y-81055405D01*
+X64046172Y-81214646D01*
+X64185354Y-81353828D01*
+X64344595Y-81469524D01*
+X64459980Y-81528315D01*
+X64521213Y-81559515D01*
+X64572009Y-81607489D01*
+X64588804Y-81675310D01*
+X64566267Y-81741445D01*
+X64521213Y-81780485D01*
+X64344594Y-81870476D01*
+X64304647Y-81899500D01*
+X64185354Y-81986172D01*
+X64185352Y-81986174D01*
+X64185351Y-81986174D01*
+X64046174Y-82125351D01*
+X64046174Y-82125352D01*
+X64046172Y-82125354D01*
+X63996485Y-82193741D01*
+X63930476Y-82284594D01*
+X63841117Y-82459970D01*
+X63780290Y-82647173D01*
+X63749500Y-82841577D01*
+X63749500Y-83038422D01*
+X63780290Y-83232826D01*
+X63841117Y-83420029D01*
+X63912220Y-83559575D01*
+X63930476Y-83595405D01*
+X64046172Y-83754646D01*
+X64185354Y-83893828D01*
+X64344595Y-84009524D01*
+X64467992Y-84072397D01*
+X64521213Y-84099515D01*
+X64572009Y-84147489D01*
+X64588804Y-84215310D01*
+X64566267Y-84281445D01*
+X64521213Y-84320485D01*
+X64344594Y-84410476D01*
+X64284066Y-84454453D01*
+X64185354Y-84526172D01*
+X64185352Y-84526174D01*
+X64185351Y-84526174D01*
+X64046174Y-84665351D01*
+X64046174Y-84665352D01*
+X64046172Y-84665354D01*
+X63996485Y-84733741D01*
+X63930476Y-84824594D01*
+X63841117Y-84999970D01*
+X63780290Y-85187173D01*
+X63749500Y-85381577D01*
+X63749500Y-85578422D01*
+X63780290Y-85772826D01*
+X63841117Y-85960029D01*
+X63904506Y-86084436D01*
+X63930476Y-86135405D01*
+X64046172Y-86294646D01*
+X64185354Y-86433828D01*
+X64276429Y-86499998D01*
+X64344596Y-86549525D01*
+X64521763Y-86639795D01*
+X64572560Y-86687769D01*
+X64589355Y-86755590D01*
+X64566818Y-86821725D01*
+X64521764Y-86860765D01*
+X64344859Y-86950902D01*
+X64309873Y-86976320D01*
+X64309872Y-86976320D01*
+X64911415Y-87577861D01*
+X64826306Y-87600667D01*
+X64723694Y-87659910D01*
+X64639910Y-87743694D01*
+X64580667Y-87846306D01*
+X64557861Y-87931414D01*
+X63956320Y-87329872D01*
+X63956320Y-87329873D01*
+X63930902Y-87364859D01*
+X63930899Y-87364863D01*
+X63841582Y-87540161D01*
+X63780778Y-87727294D01*
+X63750000Y-87921617D01*
+X63750000Y-88118382D01*
+X63780778Y-88312705D01*
+X63841581Y-88499835D01*
+X63930905Y-88675145D01*
+X63956319Y-88710125D01*
+X63956320Y-88710125D01*
+X64557861Y-88108584D01*
+X64580667Y-88193694D01*
+X64639910Y-88296306D01*
+X64723694Y-88380090D01*
+X64826306Y-88439333D01*
+X64911414Y-88462137D01*
+X64309873Y-89063677D01*
+X64309873Y-89063678D01*
+X64344858Y-89089096D01*
+X64521764Y-89179234D01*
+X64572560Y-89227209D01*
+X64589355Y-89295030D01*
+X64566818Y-89361164D01*
+X64521764Y-89400204D01*
+X64344594Y-89490476D01*
+X64253741Y-89556485D01*
+X64185354Y-89606172D01*
+X64185352Y-89606174D01*
+X64185351Y-89606174D01*
+X64046174Y-89745351D01*
+X64046174Y-89745352D01*
+X64046172Y-89745354D01*
+X63998845Y-89810494D01*
+X63930476Y-89904594D01*
+X63841117Y-90079970D01*
+X63780290Y-90267173D01*
+X63749500Y-90461577D01*
+X63749500Y-90658422D01*
+X63780290Y-90852826D01*
+X63841117Y-91040029D01*
+X63921933Y-91198638D01*
+X63930476Y-91215405D01*
+X64046172Y-91374646D01*
+X64185354Y-91513828D01*
+X64344595Y-91629524D01*
+X64427455Y-91671743D01*
+X64519970Y-91718882D01*
+X64519972Y-91718882D01*
+X64519975Y-91718884D01*
+X64620317Y-91751487D01*
+X64707173Y-91779709D01*
+X64901578Y-91810500D01*
+X64901583Y-91810500D01*
+X65098422Y-91810500D01*
+X65297454Y-91778976D01*
+X65366747Y-91787930D01*
+X65404533Y-91813768D01*
+X72355139Y-98764374D01*
+X72355149Y-98764385D01*
+X72359479Y-98768715D01*
+X72359480Y-98768716D01*
+X72471284Y-98880520D01*
+X72471286Y-98880521D01*
+X72471290Y-98880524D01*
+X72608209Y-98959573D01*
+X72608216Y-98959577D01*
+X72720019Y-98989534D01*
+X72760942Y-99000500D01*
+X72760943Y-99000500D01*
+X72760944Y-99000500D01*
+X111520939Y-99000500D01*
+X111520943Y-99000501D01*
+X111679057Y-99000501D01*
+X111679061Y-99000500D01*
+X132913331Y-99000500D01*
+X132913347Y-99000501D01*
+X132920943Y-99000501D01*
+X133079054Y-99000501D01*
+X133079057Y-99000501D01*
+X133231785Y-98959577D01*
+X133281904Y-98930639D01*
+X133368716Y-98880520D01*
+X133480520Y-98768716D01*
+X133480520Y-98768714D01*
+X133490728Y-98758507D01*
+X133490730Y-98758504D01*
+X135287819Y-96961415D01*
+X135349142Y-96927930D01*
+X135418834Y-96932914D01*
+X135474767Y-96974786D01*
+X135499184Y-97040250D01*
+X135499500Y-97049096D01*
+X135499500Y-97140431D01*
+X135530942Y-97419494D01*
+X135530945Y-97419512D01*
+X135593439Y-97693317D01*
+X135593443Y-97693329D01*
+X135686200Y-97958411D01*
+X135808053Y-98211442D01*
+X135808055Y-98211445D01*
+X135957477Y-98449248D01*
+X136132584Y-98668825D01*
+X136331175Y-98867416D01*
+X136550752Y-99042523D01*
+X136788555Y-99191945D01*
+X136788560Y-99191948D01*
+X136937721Y-99263780D01*
+X136989581Y-99310602D01*
+X137007894Y-99378029D01*
+X136986846Y-99444653D01*
+X136933120Y-99489322D01*
+X136883920Y-99499500D01*
+X64116080Y-99499500D01*
+X64049041Y-99479815D01*
+X64003286Y-99427011D01*
+X63993342Y-99357853D01*
+X64022367Y-99294297D01*
+X64062279Y-99263780D01*
+X64211439Y-99191948D01*
+X64211439Y-99191947D01*
+X64211445Y-99191945D01*
+X64449248Y-99042523D01*
+X64668825Y-98867416D01*
+X64867416Y-98668825D01*
+X65042523Y-98449248D01*
+X65191945Y-98211445D01*
+X65313801Y-97958408D01*
+X65406560Y-97693318D01*
+X65469055Y-97419509D01*
+X65500500Y-97140425D01*
+X65500500Y-96859575D01*
+X65469055Y-96580491D01*
+X65406560Y-96306682D01*
+X65313801Y-96041592D01*
+X65191945Y-95788555D01*
+X65042523Y-95550752D01*
+X64867416Y-95331175D01*
+X64668825Y-95132584D01*
+X64449248Y-94957477D01*
+X64211445Y-94808055D01*
+X64211442Y-94808053D01*
+X63958411Y-94686200D01*
+X63693329Y-94593443D01*
+X63693317Y-94593439D01*
+X63419512Y-94530945D01*
+X63419494Y-94530942D01*
+X63140431Y-94499500D01*
+X63140425Y-94499500D01*
+X62859575Y-94499500D01*
+X62859568Y-94499500D01*
+X62580505Y-94530942D01*
+X62580487Y-94530945D01*
+X62306682Y-94593439D01*
+X62306670Y-94593443D01*
+X62041588Y-94686200D01*
+X61788557Y-94808053D01*
+X61550753Y-94957476D01*
+X61331175Y-95132583D01*
+X61132583Y-95331175D01*
+X60957476Y-95550753D01*
+X60808053Y-95788557D01*
+X60736220Y-95937721D01*
+X60689398Y-95989580D01*
+X60621970Y-96007893D01*
+X60555347Y-95986845D01*
+X60510678Y-95933119D01*
+X60500500Y-95883919D01*
+X60500500Y-44116080D01*
+X60520185Y-44049041D01*
+X60572989Y-44003286D01*
+X60642147Y-43993342D01*
+X60705703Y-44022367D01*
+X60736220Y-44062279D01*
+X60808051Y-44211439D01*
+X60816567Y-44224992D01*
+X60957477Y-44449248D01*
+X61132584Y-44668825D01*
+X61331175Y-44867416D01*
+X61550752Y-45042523D01*
+X61788555Y-45191945D01*
+X62041592Y-45313801D01*
+X62240680Y-45383465D01*
+X62306670Y-45406556D01*
+X62306682Y-45406560D01*
+X62580491Y-45469055D01*
+X62580497Y-45469055D01*
+X62580505Y-45469057D01*
+X62766547Y-45490018D01*
+X62859569Y-45500499D01*
+X62859572Y-45500500D01*
+X62859575Y-45500500D01*
+X63140428Y-45500500D01*
+X63140429Y-45500499D01*
+X63283055Y-45484429D01*
+X63419494Y-45469057D01*
+X63419499Y-45469056D01*
+X63419509Y-45469055D01*
+X63693318Y-45406560D01*
+X63958408Y-45313801D01*
+X64211445Y-45191945D01*
+X64449248Y-45042523D01*
+X64668825Y-44867416D01*
+X64867416Y-44668825D01*
+X65042523Y-44449248D01*
+X65183438Y-44224983D01*
+X94649500Y-44224983D01*
+X94649500Y-45775001D01*
+X94649501Y-45775018D01*
+X94660000Y-45877796D01*
+X94660001Y-45877799D01*
+X94705894Y-46016294D01*
+X94715186Y-46044334D01*
+X94807288Y-46193656D01*
+X94931344Y-46317712D01*
+X95080666Y-46409814D01*
+X95247203Y-46464999D01*
+X95349991Y-46475500D01*
+X96650008Y-46475499D01*
+X96752797Y-46464999D01*
+X96919334Y-46409814D01*
+X97068656Y-46317712D01*
+X97192712Y-46193656D01*
+X97284814Y-46044334D01*
+X97284814Y-46044331D01*
+X97288178Y-46038879D01*
+X97340126Y-45992154D01*
+X97409088Y-45980931D01*
+X97473170Y-46008774D01*
+X97481398Y-46016294D01*
+X97620213Y-46155109D01*
+X97792179Y-46280048D01*
+X97792181Y-46280049D01*
+X97792184Y-46280051D01*
+X97981588Y-46376557D01*
+X98183757Y-46442246D01*
+X98393713Y-46475500D01*
+X98393714Y-46475500D01*
+X98606286Y-46475500D01*
+X98606287Y-46475500D01*
+X98816243Y-46442246D01*
+X99018412Y-46376557D01*
+X99207816Y-46280051D01*
+X99229789Y-46264086D01*
+X99379786Y-46155109D01*
+X99379788Y-46155106D01*
+X99379792Y-46155104D01*
+X99530104Y-46004792D01*
+X99649683Y-45840204D01*
+X99705011Y-45797540D01*
+X99774624Y-45791561D01*
+X99836420Y-45824166D01*
+X99850313Y-45840199D01*
+X99952560Y-45980931D01*
+X99969896Y-46004792D01*
+X100120213Y-46155109D01*
+X100292179Y-46280048D01*
+X100292181Y-46280049D01*
+X100292184Y-46280051D01*
+X100481588Y-46376557D01*
+X100683757Y-46442246D01*
+X100893713Y-46475500D01*
+X100893714Y-46475500D01*
+X101106286Y-46475500D01*
+X101106287Y-46475500D01*
+X101316243Y-46442246D01*
+X101518412Y-46376557D01*
+X101707816Y-46280051D01*
+X101729789Y-46264086D01*
+X101879786Y-46155109D01*
+X101879788Y-46155106D01*
+X101879792Y-46155104D01*
+X102030104Y-46004792D01*
+X102149683Y-45840204D01*
+X102205011Y-45797540D01*
+X102274624Y-45791561D01*
+X102336420Y-45824166D01*
+X102350313Y-45840199D01*
+X102452560Y-45980931D01*
+X102469896Y-46004792D01*
+X102620213Y-46155109D01*
+X102792179Y-46280048D01*
+X102792181Y-46280049D01*
+X102792184Y-46280051D01*
+X102981588Y-46376557D01*
+X103183757Y-46442246D01*
+X103393713Y-46475500D01*
+X103393714Y-46475500D01*
+X103606286Y-46475500D01*
+X103606287Y-46475500D01*
+X103816243Y-46442246D01*
+X104018412Y-46376557D01*
+X104207816Y-46280051D01*
+X104229789Y-46264086D01*
+X104379786Y-46155109D01*
+X104379788Y-46155106D01*
+X104379792Y-46155104D01*
+X104530104Y-46004792D01*
+X104530106Y-46004788D01*
+X104530109Y-46004786D01*
+X104655048Y-45832820D01*
+X104655047Y-45832820D01*
+X104655051Y-45832816D01*
+X104751557Y-45643412D01*
+X104817246Y-45441243D01*
+X104850500Y-45231287D01*
+X104850500Y-44768713D01*
+X104817246Y-44558757D01*
+X104751557Y-44356588D01*
+X104655051Y-44167184D01*
+X104655049Y-44167181D01*
+X104655048Y-44167179D01*
+X104530109Y-43995213D01*
+X104379786Y-43844890D01*
+X104207820Y-43719951D01*
+X104018414Y-43623444D01*
+X104018413Y-43623443D01*
+X104018412Y-43623443D01*
+X103816243Y-43557754D01*
+X103816241Y-43557753D01*
+X103816240Y-43557753D01*
+X103654957Y-43532208D01*
+X103606287Y-43524500D01*
+X103393713Y-43524500D01*
+X103345042Y-43532208D01*
+X103183760Y-43557753D01*
+X102981585Y-43623444D01*
+X102792179Y-43719951D01*
+X102620213Y-43844890D01*
+X102469894Y-43995209D01*
+X102469890Y-43995214D01*
+X102350318Y-44159793D01*
+X102294989Y-44202459D01*
+X102225375Y-44208438D01*
+X102163580Y-44175833D01*
+X102149682Y-44159793D01*
+X102030109Y-43995214D01*
+X102030105Y-43995209D01*
+X101879786Y-43844890D01*
+X101707820Y-43719951D01*
+X101518414Y-43623444D01*
+X101518413Y-43623443D01*
+X101518412Y-43623443D01*
+X101316243Y-43557754D01*
+X101316241Y-43557753D01*
+X101316240Y-43557753D01*
+X101154957Y-43532208D01*
+X101106287Y-43524500D01*
+X100893713Y-43524500D01*
+X100845042Y-43532208D01*
+X100683760Y-43557753D01*
+X100481585Y-43623444D01*
+X100292179Y-43719951D01*
+X100120213Y-43844890D01*
+X99969894Y-43995209D01*
+X99969890Y-43995214D01*
+X99850318Y-44159793D01*
+X99794989Y-44202459D01*
+X99725375Y-44208438D01*
+X99663580Y-44175833D01*
+X99649682Y-44159793D01*
+X99530109Y-43995214D01*
+X99530105Y-43995209D01*
+X99379786Y-43844890D01*
+X99207820Y-43719951D01*
+X99018414Y-43623444D01*
+X99018413Y-43623443D01*
+X99018412Y-43623443D01*
+X98816243Y-43557754D01*
+X98816241Y-43557753D01*
+X98816240Y-43557753D01*
+X98654957Y-43532208D01*
+X98606287Y-43524500D01*
+X98393713Y-43524500D01*
+X98345042Y-43532208D01*
+X98183760Y-43557753D01*
+X97981585Y-43623444D01*
+X97792179Y-43719951D01*
+X97620215Y-43844889D01*
+X97481398Y-43983706D01*
+X97420075Y-44017190D01*
+X97350383Y-44012206D01*
+X97294450Y-43970334D01*
+X97288178Y-43961120D01*
+X97192712Y-43806344D01*
+X97068657Y-43682289D01*
+X97068656Y-43682288D01*
+X96919334Y-43590186D01*
+X96752797Y-43535001D01*
+X96752795Y-43535000D01*
+X96650010Y-43524500D01*
+X95349998Y-43524500D01*
+X95349981Y-43524501D01*
+X95247203Y-43535000D01*
+X95247200Y-43535001D01*
+X95080668Y-43590185D01*
+X95080663Y-43590187D01*
+X94931342Y-43682289D01*
+X94807289Y-43806342D01*
+X94715187Y-43955663D01*
+X94715185Y-43955668D01*
+X94697043Y-44010419D01*
+X94660001Y-44122203D01*
+X94660001Y-44122204D01*
+X94660000Y-44122204D01*
+X94649500Y-44224983D01*
+X65183438Y-44224983D01*
+X65191945Y-44211445D01*
+X65212982Y-44167763D01*
+X65313796Y-43958419D01*
+X65313797Y-43958416D01*
+X65313801Y-43958408D01*
+X65406560Y-43693318D01*
+X65469055Y-43419509D01*
+X65500500Y-43140425D01*
+X65500500Y-42859575D01*
+X65469055Y-42580491D01*
+X65406560Y-42306682D01*
+X65313801Y-42041592D01*
+X65191945Y-41788555D01*
+X65042523Y-41550752D01*
+X64867416Y-41331175D01*
+X64668825Y-41132584D01*
+X64449248Y-40957477D01*
+X64211445Y-40808055D01*
+X64211446Y-40808055D01*
+X64211439Y-40808051D01*
+X64062279Y-40736220D01*
+X64010419Y-40689398D01*
+X63992106Y-40621971D01*
+X64013154Y-40555347D01*
+X64066880Y-40510678D01*
+X64116080Y-40500500D01*
+X136883920Y-40500500D01*
+X136950959Y-40520185D01*
+G37*
+G04 #@! TD.AperFunction*
+G04 #@! TA.AperFunction,Conductor*
+G36*
+X131166942Y-65620185D02*
+G01*
+X131187584Y-65636819D01*
+X134964659Y-69413895D01*
+X134979586Y-69441232D01*
+X134996227Y-69467580D01*
+X134997001Y-69473126D01*
+X134998144Y-69475218D01*
+X134998505Y-69483887D01*
+X135000978Y-69501583D01*
+X135000977Y-69515426D01*
+X134999499Y-69520943D01*
+X134999499Y-69679057D01*
+X134999500Y-69679060D01*
+X134999500Y-95499910D01*
+X134979812Y-95566948D01*
+X134963181Y-95587584D01*
+X132787584Y-97763181D01*
+X132726261Y-97796666D01*
+X132699903Y-97799500D01*
+X113349097Y-97799500D01*
+X113282058Y-97779815D01*
+X113236303Y-97727011D01*
+X113226359Y-97657853D01*
+X113255384Y-97594297D01*
+X113261416Y-97587819D01*
+X116549252Y-94299983D01*
+X122274500Y-94299983D01*
+X122274500Y-95700001D01*
+X122274501Y-95700018D01*
+X122285000Y-95802796D01*
+X122285001Y-95802799D01*
+X122329710Y-95937721D01*
+X122340186Y-95969334D01*
+X122432288Y-96118656D01*
+X122556344Y-96242712D01*
+X122705666Y-96334814D01*
+X122872203Y-96389999D01*
+X122974991Y-96400500D01*
+X123900008Y-96400499D01*
+X123900016Y-96400498D01*
+X123900019Y-96400498D01*
+X123956302Y-96394748D01*
+X124002797Y-96389999D01*
+X124169334Y-96334814D01*
+X124318656Y-96242712D01*
+X124442712Y-96118656D01*
+X124534814Y-95969334D01*
+X124589999Y-95802797D01*
+X124600500Y-95700009D01*
+X124600500Y-95699986D01*
+X125400001Y-95699986D01*
+X125410494Y-95802697D01*
+X125465641Y-95969119D01*
+X125465643Y-95969124D01*
+X125557684Y-96118345D01*
+X125681654Y-96242315D01*
+X125830875Y-96334356D01*
+X125830880Y-96334358D01*
+X125997302Y-96389505D01*
+X125997309Y-96389506D01*
+X126100019Y-96399999D01*
+X126312499Y-96399999D01*
+X126812500Y-96399999D01*
+X127024972Y-96399999D01*
+X127024986Y-96399998D01*
+X127127697Y-96389505D01*
+X127294119Y-96334358D01*
+X127294124Y-96334356D01*
+X127443345Y-96242315D01*
+X127567315Y-96118345D01*
+X127659356Y-95969124D01*
+X127659358Y-95969119D01*
+X127714505Y-95802697D01*
+X127714506Y-95802690D01*
+X127724999Y-95699986D01*
+X127725000Y-95699973D01*
+X127725000Y-95250000D01*
+X126812500Y-95250000D01*
+X126812500Y-96399999D01*
+X126312499Y-96399999D01*
+X126312500Y-96399998D01*
+X126312500Y-95250000D01*
+X125400001Y-95250000D01*
+X125400001Y-95699986D01*
+X124600500Y-95699986D01*
+X124600499Y-94979304D01*
+X124600499Y-94300013D01*
+X125400000Y-94300013D01*
+X125400000Y-94750000D01*
+X126312500Y-94750000D01*
+X126812500Y-94750000D01*
+X127724999Y-94750000D01*
+X127724999Y-94499983D01*
+X129899500Y-94499983D01*
+X129899500Y-95500001D01*
+X129899501Y-95500019D01*
+X129910000Y-95602796D01*
+X129910001Y-95602799D01*
+X129965185Y-95769331D01*
+X129965187Y-95769336D01*
+X129977043Y-95788557D01*
+X130057288Y-95918656D01*
+X130181344Y-96042712D01*
+X130330666Y-96134814D01*
+X130497203Y-96189999D01*
+X130599991Y-96200500D01*
+X131400008Y-96200499D01*
+X131400016Y-96200498D01*
+X131400019Y-96200498D01*
+X131456302Y-96194748D01*
+X131502797Y-96189999D01*
+X131669334Y-96134814D01*
+X131818656Y-96042712D01*
+X131912675Y-95948692D01*
+X131973994Y-95915210D01*
+X132043686Y-95920194D01*
+X132088034Y-95948695D01*
+X132181654Y-96042315D01*
+X132330875Y-96134356D01*
+X132330880Y-96134358D01*
+X132497302Y-96189505D01*
+X132497309Y-96189506D01*
+X132600019Y-96199999D01*
+X132749999Y-96199999D01*
+X133250000Y-96199999D01*
+X133399972Y-96199999D01*
+X133399986Y-96199998D01*
+X133502697Y-96189505D01*
+X133669119Y-96134358D01*
+X133669124Y-96134356D01*
+X133818345Y-96042315D01*
+X133942315Y-95918345D01*
+X134034356Y-95769124D01*
+X134034358Y-95769119D01*
+X134089505Y-95602697D01*
+X134089506Y-95602690D01*
+X134099999Y-95499986D01*
+X134100000Y-95499973D01*
+X134100000Y-95250000D01*
+X133250000Y-95250000D01*
+X133250000Y-96199999D01*
+X132749999Y-96199999D01*
+X132750000Y-96199998D01*
+X132750000Y-94750000D01*
+X133250000Y-94750000D01*
+X134099999Y-94750000D01*
+X134099999Y-94500028D01*
+X134099998Y-94500013D01*
+X134089505Y-94397302D01*
+X134034358Y-94230880D01*
+X134034356Y-94230875D01*
+X133942315Y-94081654D01*
+X133818345Y-93957684D01*
+X133669124Y-93865643D01*
+X133669119Y-93865641D01*
+X133502697Y-93810494D01*
+X133502690Y-93810493D01*
+X133399986Y-93800000D01*
+X133250000Y-93800000D01*
+X133250000Y-94750000D01*
+X132750000Y-94750000D01*
+X132750000Y-93800000D01*
+X132600027Y-93800000D01*
+X132600012Y-93800001D01*
+X132497302Y-93810494D01*
+X132330880Y-93865641D01*
+X132330875Y-93865643D01*
+X132181657Y-93957682D01*
+X132088034Y-94051305D01*
+X132026710Y-94084789D01*
+X131957019Y-94079805D01*
+X131912672Y-94051304D01*
+X131818657Y-93957289D01*
+X131818656Y-93957288D01*
+X131696033Y-93881654D01*
+X131669336Y-93865187D01*
+X131669331Y-93865185D01*
+X131667862Y-93864698D01*
+X131502797Y-93810001D01*
+X131502795Y-93810000D01*
+X131400010Y-93799500D01*
+X130599998Y-93799500D01*
+X130599980Y-93799501D01*
+X130497203Y-93810000D01*
+X130497200Y-93810001D01*
+X130330668Y-93865185D01*
+X130330663Y-93865187D01*
+X130181342Y-93957289D01*
+X130057289Y-94081342D01*
+X129965187Y-94230663D01*
+X129965185Y-94230668D01*
+X129965115Y-94230880D01*
+X129910001Y-94397203D01*
+X129910001Y-94397204D01*
+X129910000Y-94397204D01*
+X129899500Y-94499983D01*
+X127724999Y-94499983D01*
+X127724999Y-94300028D01*
+X127724998Y-94300013D01*
+X127714505Y-94197302D01*
+X127659358Y-94030880D01*
+X127659356Y-94030875D01*
+X127567315Y-93881654D01*
+X127443345Y-93757684D01*
+X127294124Y-93665643D01*
+X127294119Y-93665641D01*
+X127127697Y-93610494D01*
+X127127690Y-93610493D01*
+X127024986Y-93600000D01*
+X126812500Y-93600000D01*
+X126812500Y-94750000D01*
+X126312500Y-94750000D01*
+X126312500Y-93600000D01*
+X126100029Y-93600000D01*
+X126100012Y-93600001D01*
+X125997302Y-93610494D01*
+X125830880Y-93665641D01*
+X125830875Y-93665643D01*
+X125681654Y-93757684D01*
+X125557684Y-93881654D01*
+X125465643Y-94030875D01*
+X125465641Y-94030880D01*
+X125410494Y-94197302D01*
+X125410493Y-94197309D01*
+X125400000Y-94300013D01*
+X124600499Y-94300013D01*
+X124600499Y-94299998D01*
+X124600498Y-94299981D01*
+X124589999Y-94197203D01*
+X124589998Y-94197200D01*
+X124534814Y-94030666D01*
+X124442712Y-93881344D01*
+X124318656Y-93757288D01*
+X124169334Y-93665186D01*
+X124002797Y-93610001D01*
+X124002795Y-93610000D01*
+X123900010Y-93599500D01*
+X122974998Y-93599500D01*
+X122974980Y-93599501D01*
+X122872203Y-93610000D01*
+X122872200Y-93610001D01*
+X122705668Y-93665185D01*
+X122705663Y-93665187D01*
+X122556342Y-93757289D01*
+X122432289Y-93881342D01*
+X122340187Y-94030663D01*
+X122340185Y-94030668D01*
+X122323393Y-94081344D01*
+X122285001Y-94197203D01*
+X122285001Y-94197204D01*
+X122285000Y-94197204D01*
+X122274500Y-94299983D01*
+X116549252Y-94299983D01*
+X116640082Y-94209153D01*
+X118606920Y-92242315D01*
+X120549252Y-90299983D01*
+X122274500Y-90299983D01*
+X122274500Y-91700001D01*
+X122274501Y-91700018D01*
+X122285000Y-91802796D01*
+X122285001Y-91802799D01*
+X122333347Y-91948695D01*
+X122340186Y-91969334D01*
+X122432288Y-92118656D01*
+X122556344Y-92242712D01*
+X122705666Y-92334814D01*
+X122872203Y-92389999D01*
+X122974991Y-92400500D01*
+X123900008Y-92400499D01*
+X123900016Y-92400498D01*
+X123900019Y-92400498D01*
+X123956302Y-92394748D01*
+X124002797Y-92389999D01*
+X124169334Y-92334814D01*
+X124318656Y-92242712D01*
+X124442712Y-92118656D01*
+X124534814Y-91969334D01*
+X124589999Y-91802797D01*
+X124600500Y-91700009D01*
+X124600500Y-91699986D01*
+X125400001Y-91699986D01*
+X125410494Y-91802697D01*
+X125465641Y-91969119D01*
+X125465643Y-91969124D01*
+X125557684Y-92118345D01*
+X125681654Y-92242315D01*
+X125830875Y-92334356D01*
+X125830880Y-92334358D01*
+X125997302Y-92389505D01*
+X125997309Y-92389506D01*
+X126100019Y-92399999D01*
+X126312499Y-92399999D01*
+X126812500Y-92399999D01*
+X127024972Y-92399999D01*
+X127024986Y-92399998D01*
+X127127697Y-92389505D01*
+X127294119Y-92334358D01*
+X127294124Y-92334356D01*
+X127443345Y-92242315D01*
+X127567315Y-92118345D01*
+X127659356Y-91969124D01*
+X127659358Y-91969119D01*
+X127714505Y-91802697D01*
+X127714506Y-91802690D01*
+X127724999Y-91699986D01*
+X127725000Y-91699973D01*
+X127725000Y-91250000D01*
+X126812500Y-91250000D01*
+X126812500Y-92399999D01*
+X126312499Y-92399999D01*
+X126312500Y-92399998D01*
+X126312500Y-91250000D01*
+X125400001Y-91250000D01*
+X125400001Y-91699986D01*
+X124600500Y-91699986D01*
+X124600499Y-90964533D01*
+X124600499Y-90300013D01*
+X125400000Y-90300013D01*
+X125400000Y-90750000D01*
+X126312500Y-90750000D01*
+X126812500Y-90750000D01*
+X127724999Y-90750000D01*
+X127724999Y-90300028D01*
+X127724998Y-90300013D01*
+X127714505Y-90197302D01*
+X127659358Y-90030880D01*
+X127659356Y-90030875D01*
+X127567315Y-89881654D01*
+X127443345Y-89757684D01*
+X127294124Y-89665643D01*
+X127294119Y-89665641D01*
+X127127697Y-89610494D01*
+X127127690Y-89610493D01*
+X127024986Y-89600000D01*
+X126812500Y-89600000D01*
+X126812500Y-90750000D01*
+X126312500Y-90750000D01*
+X126312500Y-89600000D01*
+X126100029Y-89600000D01*
+X126100012Y-89600001D01*
+X125997302Y-89610494D01*
+X125830880Y-89665641D01*
+X125830875Y-89665643D01*
+X125681654Y-89757684D01*
+X125557684Y-89881654D01*
+X125465643Y-90030875D01*
+X125465641Y-90030880D01*
+X125410494Y-90197302D01*
+X125410493Y-90197309D01*
+X125400000Y-90300013D01*
+X124600499Y-90300013D01*
+X124600499Y-90299998D01*
+X124600498Y-90299981D01*
+X124589999Y-90197203D01*
+X124589998Y-90197200D01*
+X124534814Y-90030666D01*
+X124442712Y-89881344D01*
+X124318656Y-89757288D01*
+X124169334Y-89665186D01*
+X124002797Y-89610001D01*
+X124002795Y-89610000D01*
+X123900010Y-89599500D01*
+X122974998Y-89599500D01*
+X122974980Y-89599501D01*
+X122872203Y-89610000D01*
+X122872200Y-89610001D01*
+X122705668Y-89665185D01*
+X122705663Y-89665187D01*
+X122556342Y-89757289D01*
+X122432289Y-89881342D01*
+X122340187Y-90030663D01*
+X122340185Y-90030668D01*
+X122323393Y-90081344D01*
+X122285001Y-90197203D01*
+X122285001Y-90197204D01*
+X122285000Y-90197204D01*
+X122274500Y-90299983D01*
+X120549252Y-90299983D01*
+X122518052Y-88331182D01*
+X122579373Y-88297699D01*
+X122649065Y-88302683D01*
+X122670826Y-88313325D01*
+X122699781Y-88331184D01*
+X122705666Y-88334814D01*
+X122872203Y-88389999D01*
+X122974991Y-88400500D01*
+X123900008Y-88400499D01*
+X123900016Y-88400498D01*
+X123900019Y-88400498D01*
+X123956302Y-88394748D01*
+X124002797Y-88389999D01*
+X124169334Y-88334814D01*
+X124318656Y-88242712D01*
+X124442712Y-88118656D01*
+X124534814Y-87969334D01*
+X124589999Y-87802797D01*
+X124600500Y-87700009D01*
+X124600500Y-87699986D01*
+X125400001Y-87699986D01*
+X125410494Y-87802697D01*
+X125465641Y-87969119D01*
+X125465643Y-87969124D01*
+X125557684Y-88118345D01*
+X125681654Y-88242315D01*
+X125830875Y-88334356D01*
+X125830880Y-88334358D01*
+X125997302Y-88389505D01*
+X125997309Y-88389506D01*
+X126100019Y-88399999D01*
+X126312499Y-88399999D01*
+X126812500Y-88399999D01*
+X127024972Y-88399999D01*
+X127024986Y-88399998D01*
+X127127697Y-88389505D01*
+X127294119Y-88334358D01*
+X127294124Y-88334356D01*
+X127443345Y-88242315D01*
+X127567315Y-88118345D01*
+X127659356Y-87969124D01*
+X127659358Y-87969119D01*
+X127714505Y-87802697D01*
+X127714506Y-87802690D01*
+X127724999Y-87699986D01*
+X127725000Y-87699973D01*
+X127725000Y-87250000D01*
+X126812500Y-87250000D01*
+X126812500Y-88399999D01*
+X126312499Y-88399999D01*
+X126312500Y-88399998D01*
+X126312500Y-87250000D01*
+X125400001Y-87250000D01*
+X125400001Y-87699986D01*
+X124600500Y-87699986D01*
+X124600499Y-86976320D01*
+X124600499Y-86300013D01*
+X125400000Y-86300013D01*
+X125400000Y-86750000D01*
+X126312500Y-86750000D01*
+X126812500Y-86750000D01*
+X127724999Y-86750000D01*
+X127724999Y-86300028D01*
+X127724998Y-86300013D01*
+X127714505Y-86197302D01*
+X127659358Y-86030880D01*
+X127659356Y-86030875D01*
+X127567315Y-85881654D01*
+X127443345Y-85757684D01*
+X127294124Y-85665643D01*
+X127294119Y-85665641D01*
+X127127697Y-85610494D01*
+X127127690Y-85610493D01*
+X127024986Y-85600000D01*
+X126812500Y-85600000D01*
+X126812500Y-86750000D01*
+X126312500Y-86750000D01*
+X126312500Y-85600000D01*
+X126100029Y-85600000D01*
+X126100012Y-85600001D01*
+X125997302Y-85610494D01*
+X125830880Y-85665641D01*
+X125830875Y-85665643D01*
+X125681654Y-85757684D01*
+X125557684Y-85881654D01*
+X125465643Y-86030875D01*
+X125465641Y-86030880D01*
+X125410494Y-86197302D01*
+X125410493Y-86197309D01*
+X125400000Y-86300013D01*
+X124600499Y-86300013D01*
+X124600499Y-86299998D01*
+X124600498Y-86299981D01*
+X124589999Y-86197203D01*
+X124589998Y-86197200D01*
+X124569521Y-86135405D01*
+X124534814Y-86030666D01*
+X124442712Y-85881344D01*
+X124318656Y-85757288D01*
+X124169334Y-85665186D01*
+X124122994Y-85649830D01*
+X124065550Y-85610058D01*
+X124038728Y-85545541D01*
+X124038000Y-85532125D01*
+X124038000Y-84467874D01*
+X124057685Y-84400835D01*
+X124110489Y-84355080D01*
+X124122988Y-84350170D01*
+X124169334Y-84334814D01*
+X124318656Y-84242712D01*
+X124442712Y-84118656D01*
+X124534814Y-83969334D01*
+X124589999Y-83802797D01*
+X124600500Y-83700009D01*
+X124600500Y-83699986D01*
+X125400001Y-83699986D01*
+X125410494Y-83802697D01*
+X125465641Y-83969119D01*
+X125465643Y-83969124D01*
+X125557684Y-84118345D01*
+X125681654Y-84242315D01*
+X125830875Y-84334356D01*
+X125830880Y-84334358D01*
+X125997302Y-84389505D01*
+X125997309Y-84389506D01*
+X126100019Y-84399999D01*
+X126312499Y-84399999D01*
+X126812500Y-84399999D01*
+X127024972Y-84399999D01*
+X127024986Y-84399998D01*
+X127127697Y-84389505D01*
+X127294119Y-84334358D01*
+X127294124Y-84334356D01*
+X127443345Y-84242315D01*
+X127567315Y-84118345D01*
+X127659356Y-83969124D01*
+X127659358Y-83969119D01*
+X127714505Y-83802697D01*
+X127714506Y-83802690D01*
+X127724999Y-83699986D01*
+X127725000Y-83699973D01*
+X127725000Y-83250000D01*
+X126812500Y-83250000D01*
+X126812500Y-84399999D01*
+X126312499Y-84399999D01*
+X126312500Y-84399998D01*
+X126312500Y-83250000D01*
+X125400001Y-83250000D01*
+X125400001Y-83699986D01*
+X124600500Y-83699986D01*
+X124600499Y-82841583D01*
+X124600499Y-82300013D01*
+X125400000Y-82300013D01*
+X125400000Y-82750000D01*
+X126312500Y-82750000D01*
+X126812500Y-82750000D01*
+X127724999Y-82750000D01*
+X127724999Y-82300028D01*
+X127724998Y-82300013D01*
+X127714505Y-82197302D01*
+X127659358Y-82030880D01*
+X127659356Y-82030875D01*
+X127567315Y-81881654D01*
+X127443345Y-81757684D01*
+X127294124Y-81665643D01*
+X127294119Y-81665641D01*
+X127127697Y-81610494D01*
+X127127690Y-81610493D01*
+X127024986Y-81600000D01*
+X126812500Y-81600000D01*
+X126812500Y-82750000D01*
+X126312500Y-82750000D01*
+X126312500Y-81600000D01*
+X126100029Y-81600000D01*
+X126100012Y-81600001D01*
+X125997302Y-81610494D01*
+X125830880Y-81665641D01*
+X125830875Y-81665643D01*
+X125681654Y-81757684D01*
+X125557684Y-81881654D01*
+X125465643Y-82030875D01*
+X125465641Y-82030880D01*
+X125410494Y-82197302D01*
+X125410493Y-82197309D01*
+X125400000Y-82300013D01*
+X124600499Y-82300013D01*
+X124600499Y-82299998D01*
+X124600498Y-82299981D01*
+X124589999Y-82197203D01*
+X124589998Y-82197200D01*
+X124534814Y-82030666D01*
+X124442712Y-81881344D01*
+X124318656Y-81757288D01*
+X124169334Y-81665186D01*
+X124002797Y-81610001D01*
+X124002795Y-81610000D01*
+X123900010Y-81599500D01*
+X122974998Y-81599500D01*
+X122974980Y-81599501D01*
+X122872203Y-81610000D01*
+X122872200Y-81610001D01*
+X122763505Y-81646020D01*
+X122693677Y-81648422D01*
+X122633635Y-81612690D01*
+X122602442Y-81550170D01*
+X122600501Y-81528315D01*
+X122600501Y-81420942D01*
+X122600500Y-81420938D01*
+X122600500Y-79800096D01*
+X122620185Y-79733057D01*
+X122636814Y-79712420D01*
+X124087416Y-78261817D01*
+X124148739Y-78228333D01*
+X124175097Y-78225499D01*
+X124350002Y-78225499D01*
+X124350008Y-78225499D01*
+X124452797Y-78214999D01*
+X124619334Y-78159814D01*
+X124768656Y-78067712D01*
+X124892712Y-77943656D01*
+X124894752Y-77940347D01*
+X124896745Y-77938555D01*
+X124897193Y-77937989D01*
+X124897289Y-77938065D01*
+X124946694Y-77893623D01*
+X125015656Y-77882395D01*
+X125079740Y-77910234D01*
+X125105829Y-77940339D01*
+X125107681Y-77943341D01*
+X125107683Y-77943344D01*
+X125231654Y-78067315D01*
+X125380875Y-78159356D01*
+X125380880Y-78159358D01*
+X125547302Y-78214505D01*
+X125547309Y-78214506D01*
+X125650019Y-78224999D01*
+X125787499Y-78224999D01*
+X126287500Y-78224999D01*
+X126424972Y-78224999D01*
+X126424986Y-78224998D01*
+X126527697Y-78214505D01*
+X126694119Y-78159358D01*
+X126694124Y-78159356D01*
+X126843345Y-78067315D01*
+X126967315Y-77943345D01*
+X127059356Y-77794124D01*
+X127059358Y-77794119D01*
+X127114505Y-77627697D01*
+X127114506Y-77627690D01*
+X127124999Y-77524986D01*
+X127125000Y-77524973D01*
+X127125000Y-77250000D01*
+X126287500Y-77250000D01*
+X126287500Y-78224999D01*
+X125787499Y-78224999D01*
+X125787500Y-78224998D01*
+X125787500Y-77124000D01*
+X125807185Y-77056961D01*
+X125859989Y-77011206D01*
+X125911500Y-77000000D01*
+X126037500Y-77000000D01*
+X126037500Y-76874000D01*
+X126057185Y-76806961D01*
+X126109989Y-76761206D01*
+X126161500Y-76750000D01*
+X127124999Y-76750000D01*
+X127124999Y-76699500D01*
+X127144684Y-76632461D01*
+X127197488Y-76586706D01*
+X127248999Y-76575500D01*
+X128174903Y-76575500D01*
+X128241942Y-76595185D01*
+X128262584Y-76611819D01*
+X132363181Y-80712416D01*
+X132396666Y-80773739D01*
+X132399500Y-80800097D01*
+X132399500Y-85754091D01*
+X132379815Y-85821130D01*
+X132335731Y-85859641D01*
+X132336813Y-85861395D01*
+X132330667Y-85865185D01*
+X132330666Y-85865186D01*
+X132304473Y-85881342D01*
+X132181342Y-85957289D01*
+X132087681Y-86050951D01*
+X132026358Y-86084436D01*
+X131956666Y-86079452D01*
+X131912319Y-86050951D01*
+X131818657Y-85957289D01*
+X131818656Y-85957288D01*
+X131696033Y-85881654D01*
+X131669336Y-85865187D01*
+X131669331Y-85865185D01*
+X131667862Y-85864698D01*
+X131502797Y-85810001D01*
+X131502795Y-85810000D01*
+X131400010Y-85799500D01*
+X130599998Y-85799500D01*
+X130599980Y-85799501D01*
+X130497203Y-85810000D01*
+X130497200Y-85810001D01*
+X130330668Y-85865185D01*
+X130330663Y-85865187D01*
+X130181342Y-85957289D01*
+X130057289Y-86081342D01*
+X129965187Y-86230663D01*
+X129965186Y-86230666D01*
+X129910001Y-86397203D01*
+X129910001Y-86397204D01*
+X129910000Y-86397204D01*
+X129899500Y-86499983D01*
+X129899500Y-87500001D01*
+X129899501Y-87500019D01*
+X129910000Y-87602796D01*
+X129910001Y-87602799D01*
+X129951255Y-87727294D01*
+X129965186Y-87769334D01*
+X130057288Y-87918656D01*
+X130181344Y-88042712D01*
+X130330666Y-88134814D01*
+X130497203Y-88189999D01*
+X130599991Y-88200500D01*
+X130650902Y-88200499D01*
+X130717940Y-88220182D01*
+X130763695Y-88272985D01*
+X130773640Y-88342144D01*
+X130744616Y-88405700D01*
+X130738584Y-88412180D01*
+X130631286Y-88519478D01*
+X130519481Y-88631282D01*
+X130519479Y-88631284D01*
+X130501575Y-88662296D01*
+X130494007Y-88675405D01*
+X130440423Y-88768215D01*
+X130399499Y-88920943D01*
+X130399499Y-88920945D01*
+X130399499Y-89089046D01*
+X130399500Y-89089059D01*
+X130399500Y-89754091D01*
+X130379815Y-89821130D01*
+X130335731Y-89859641D01*
+X130336813Y-89861395D01*
+X130330667Y-89865185D01*
+X130330666Y-89865186D01*
+X130232419Y-89925784D01*
+X130181342Y-89957289D01*
+X130057289Y-90081342D01*
+X129965187Y-90230663D01*
+X129965185Y-90230668D01*
+X129965115Y-90230880D01*
+X129910001Y-90397203D01*
+X129910001Y-90397204D01*
+X129910000Y-90397204D01*
+X129899500Y-90499983D01*
+X129899500Y-91500001D01*
+X129899501Y-91500019D01*
+X129910000Y-91602796D01*
+X129910001Y-91602799D01*
+X129942214Y-91700009D01*
+X129965186Y-91769334D01*
+X130057288Y-91918656D01*
+X130181344Y-92042712D01*
+X130330666Y-92134814D01*
+X130497203Y-92189999D01*
+X130599991Y-92200500D01*
+X131400008Y-92200499D01*
+X131400016Y-92200498D01*
+X131400019Y-92200498D01*
+X131456302Y-92194748D01*
+X131502797Y-92189999D01*
+X131669334Y-92134814D01*
+X131818656Y-92042712D01*
+X131912675Y-91948692D01*
+X131973994Y-91915210D01*
+X132043686Y-91920194D01*
+X132088034Y-91948695D01*
+X132181654Y-92042315D01*
+X132330875Y-92134356D01*
+X132330880Y-92134358D01*
+X132497302Y-92189505D01*
+X132497309Y-92189506D01*
+X132600019Y-92199999D01*
+X132749999Y-92199999D01*
+X133250000Y-92199999D01*
+X133399972Y-92199999D01*
+X133399986Y-92199998D01*
+X133502697Y-92189505D01*
+X133669119Y-92134358D01*
+X133669124Y-92134356D01*
+X133818345Y-92042315D01*
+X133942315Y-91918345D01*
+X134034356Y-91769124D01*
+X134034358Y-91769119D01*
+X134089505Y-91602697D01*
+X134089506Y-91602690D01*
+X134099999Y-91499986D01*
+X134100000Y-91499973D01*
+X134100000Y-91250000D01*
+X133250000Y-91250000D01*
+X133250000Y-92199999D01*
+X132749999Y-92199999D01*
+X132750000Y-92199998D01*
+X132750000Y-90750000D01*
+X133250000Y-90750000D01*
+X134099999Y-90750000D01*
+X134099999Y-90500028D01*
+X134099998Y-90500013D01*
+X134089505Y-90397302D01*
+X134034358Y-90230880D01*
+X134034356Y-90230875D01*
+X133942315Y-90081654D01*
+X133818345Y-89957684D01*
+X133669124Y-89865643D01*
+X133669119Y-89865641D01*
+X133502697Y-89810494D01*
+X133502690Y-89810493D01*
+X133399986Y-89800000D01*
+X133250000Y-89800000D01*
+X133250000Y-90750000D01*
+X132750000Y-90750000D01*
+X132750000Y-89800000D01*
+X132600027Y-89800000D01*
+X132600012Y-89800001D01*
+X132497302Y-89810494D01*
+X132330880Y-89865641D01*
+X132330875Y-89865643D01*
+X132181657Y-89957682D01*
+X132088034Y-90051305D01*
+X132026710Y-90084789D01*
+X131957019Y-90079805D01*
+X131912672Y-90051304D01*
+X131818657Y-89957289D01*
+X131818656Y-89957288D01*
+X131669334Y-89865186D01*
+X131669332Y-89865185D01*
+X131663187Y-89861395D01*
+X131664290Y-89859605D01*
+X131619649Y-89820290D01*
+X131600500Y-89754091D01*
+X131600500Y-89300096D01*
+X131620185Y-89233057D01*
+X131636814Y-89212419D01*
+X132612416Y-88236817D01*
+X132673739Y-88203333D01*
+X132700097Y-88200499D01*
+X133400002Y-88200499D01*
+X133400008Y-88200499D01*
+X133502797Y-88189999D01*
+X133669334Y-88134814D01*
+X133818656Y-88042712D01*
+X133942712Y-87918656D01*
+X134034814Y-87769334D01*
+X134089999Y-87602797D01*
+X134100500Y-87500009D01*
+X134100499Y-86499992D01*
+X134089999Y-86397203D01*
+X134034814Y-86230666D01*
+X133942712Y-86081344D01*
+X133818656Y-85957288D01*
+X133669334Y-85865186D01*
+X133669332Y-85865185D01*
+X133663187Y-85861395D01*
+X133664290Y-85859605D01*
+X133619649Y-85820290D01*
+X133600500Y-85754091D01*
+X133600500Y-80420945D01*
+X133600500Y-80420943D01*
+X133559577Y-80268216D01*
+X133534881Y-80225441D01*
+X133480524Y-80131290D01*
+X133480521Y-80131286D01*
+X133480520Y-80131284D01*
+X133368716Y-80019480D01*
+X133368715Y-80019479D01*
+X133364385Y-80015149D01*
+X133364374Y-80015139D01*
+X128962590Y-75613355D01*
+X128962588Y-75613352D01*
+X128843717Y-75494481D01*
+X128843716Y-75494480D01*
+X128756904Y-75444360D01*
+X128756904Y-75444359D01*
+X128756900Y-75444358D01*
+X128706785Y-75415423D01*
+X128554057Y-75374499D01*
+X128395943Y-75374499D01*
+X128388347Y-75374499D01*
+X128388331Y-75374500D01*
+X126714433Y-75374500D01*
+X126647394Y-75354815D01*
+X126601639Y-75302011D01*
+X126591695Y-75232853D01*
+X126620720Y-75169297D01*
+X126663984Y-75140423D01*
+X126662791Y-75137864D01*
+X126669326Y-75134816D01*
+X126669334Y-75134814D01*
+X126818656Y-75042712D01*
+X126942712Y-74918656D01*
+X127034814Y-74769334D01*
+X127062595Y-74685495D01*
+X127102368Y-74628051D01*
+X127166884Y-74601228D01*
+X127180301Y-74600500D01*
+X128950831Y-74600500D01*
+X128950847Y-74600501D01*
+X128958443Y-74600501D01*
+X129116554Y-74600501D01*
+X129116557Y-74600501D01*
+X129269285Y-74559577D01*
+X129319404Y-74530639D01*
+X129406216Y-74480520D01*
+X129518020Y-74368716D01*
+X129518020Y-74368714D01*
+X129528228Y-74358507D01*
+X129528230Y-74358504D01*
+X129724916Y-74161818D01*
+X129786239Y-74128333D01*
+X129812597Y-74125499D01*
+X130525002Y-74125499D01*
+X130525008Y-74125499D01*
+X130627797Y-74114999D01*
+X130794334Y-74059814D01*
+X130943656Y-73967712D01*
+X131067712Y-73843656D01*
+X131159814Y-73694334D01*
+X131214999Y-73527797D01*
+X131225500Y-73425009D01*
+X131225499Y-72649992D01*
+X131223754Y-72632914D01*
+X131214999Y-72547203D01*
+X131214998Y-72547200D01*
+X131182701Y-72449735D01*
+X131159814Y-72380666D01*
+X131067712Y-72231344D01*
+X130943656Y-72107288D01*
+X130940342Y-72105243D01*
+X130938546Y-72103248D01*
+X130937989Y-72102807D01*
+X130938064Y-72102711D01*
+X130893618Y-72053297D01*
+X130882397Y-71984334D01*
+X130910240Y-71920252D01*
+X130940348Y-71894165D01*
+X130943342Y-71892318D01*
+X131067315Y-71768345D01*
+X131159356Y-71619124D01*
+X131159358Y-71619119D01*
+X131214505Y-71452697D01*
+X131214506Y-71452690D01*
+X131224999Y-71349986D01*
+X131225000Y-71349973D01*
+X131225000Y-71212500D01*
+X128775001Y-71212500D01*
+X128775001Y-71349986D01*
+X128785494Y-71452697D01*
+X128840641Y-71619119D01*
+X128840643Y-71619124D01*
+X128932684Y-71768345D01*
+X129056655Y-71892316D01*
+X129056659Y-71892319D01*
+X129059656Y-71894168D01*
+X129061279Y-71895972D01*
+X129062323Y-71896798D01*
+X129062181Y-71896976D01*
+X129106381Y-71946116D01*
+X129117602Y-72015079D01*
+X129089759Y-72079161D01*
+X129059661Y-72105241D01*
+X129056349Y-72107283D01*
+X129056343Y-72107288D01*
+X128932289Y-72231342D01*
+X128840187Y-72380663D01*
+X128840186Y-72380666D01*
+X128785001Y-72547203D01*
+X128785001Y-72547204D01*
+X128785000Y-72547204D01*
+X128774500Y-72649983D01*
+X128774500Y-72649996D01*
+X128774501Y-73275500D01*
+X128754817Y-73342539D01*
+X128702013Y-73388294D01*
+X128650501Y-73399500D01*
+X127180301Y-73399500D01*
+X127113262Y-73379815D01*
+X127067507Y-73327011D01*
+X127062595Y-73314504D01*
+X127054675Y-73290602D01*
+X127034814Y-73230666D01*
+X126942712Y-73081344D01*
+X126818656Y-72957288D01*
+X126669334Y-72865186D01*
+X126502797Y-72810001D01*
+X126502795Y-72810000D01*
+X126400010Y-72799500D01*
+X125599998Y-72799500D01*
+X125599980Y-72799501D01*
+X125497203Y-72810000D01*
+X125497200Y-72810001D01*
+X125330668Y-72865185D01*
+X125330663Y-72865187D01*
+X125181342Y-72957289D01*
+X125087681Y-73050951D01*
+X125026358Y-73084436D01*
+X124956666Y-73079452D01*
+X124912319Y-73050951D01*
+X124818657Y-72957289D01*
+X124818656Y-72957288D01*
+X124669334Y-72865186D01*
+X124502797Y-72810001D01*
+X124502795Y-72810000D01*
+X124400010Y-72799500D01*
+X123599998Y-72799500D01*
+X123599980Y-72799501D01*
+X123497203Y-72810000D01*
+X123497200Y-72810001D01*
+X123330668Y-72865185D01*
+X123330663Y-72865187D01*
+X123181342Y-72957289D01*
+X123057289Y-73081342D01*
+X122965187Y-73230663D01*
+X122965186Y-73230666D01*
+X122910001Y-73397203D01*
+X122910001Y-73397204D01*
+X122910000Y-73397204D01*
+X122899500Y-73499983D01*
+X122899500Y-74199902D01*
+X122879815Y-74266941D01*
+X122863181Y-74287583D01*
+X121562505Y-75588260D01*
+X121501182Y-75621745D01*
+X121474824Y-75624579D01*
+X120794125Y-75624579D01*
+X120727086Y-75604894D01*
+X120681331Y-75552090D01*
+X120670835Y-75513831D01*
+X120669090Y-75497596D01*
+X120618796Y-75362751D01*
+X120618792Y-75362744D01*
+X120532546Y-75247535D01*
+X120532543Y-75247532D01*
+X120417334Y-75161286D01*
+X120417327Y-75161282D01*
+X120282481Y-75110988D01*
+X120282482Y-75110988D01*
+X120222882Y-75104581D01*
+X120222880Y-75104580D01*
+X120222872Y-75104580D01*
+X120222864Y-75104580D01*
+X119719082Y-75104580D01*
+X119652043Y-75084895D01*
+X119606288Y-75032091D01*
+X119595082Y-74980580D01*
+X119595082Y-74977171D01*
+X119595081Y-74977154D01*
+X119588680Y-74917626D01*
+X119588678Y-74917619D01*
+X119538436Y-74782912D01*
+X119538432Y-74782905D01*
+X119452272Y-74667811D01*
+X119452269Y-74667808D01*
+X119337175Y-74581648D01*
+X119337168Y-74581644D01*
+X119202461Y-74531402D01*
+X119202454Y-74531400D01*
+X119142926Y-74524999D01*
+X118807237Y-74524999D01*
+X118747709Y-74531400D01*
+X118747702Y-74531402D01*
+X118612987Y-74581647D01*
+X118609058Y-74583793D01*
+X118604685Y-74584743D01*
+X118604683Y-74584745D01*
+X118604682Y-74584744D01*
+X118540785Y-74598642D01*
+X118475321Y-74574221D01*
+X118433453Y-74518286D01*
+X118428472Y-74448594D01*
+X118461954Y-74387279D01*
+X122274221Y-70575013D01*
+X128775000Y-70575013D01*
+X128775000Y-70712500D01*
+X129750000Y-70712500D01*
+X130250000Y-70712500D01*
+X131224999Y-70712500D01*
+X131224999Y-70575028D01*
+X131224998Y-70575013D01*
+X131214505Y-70472302D01*
+X131159358Y-70305880D01*
+X131159356Y-70305875D01*
+X131067315Y-70156654D01*
+X130943345Y-70032684D01*
+X130794124Y-69940643D01*
+X130794119Y-69940641D01*
+X130627697Y-69885494D01*
+X130627690Y-69885493D01*
+X130524986Y-69875000D01*
+X130250000Y-69875000D01*
+X130250000Y-70712500D01*
+X129750000Y-70712500D01*
+X129750000Y-69875000D01*
+X129475029Y-69875000D01*
+X129475012Y-69875001D01*
+X129372302Y-69885494D01*
+X129205880Y-69940641D01*
+X129205875Y-69940643D01*
+X129056654Y-70032684D01*
+X128932684Y-70156654D01*
+X128840643Y-70305875D01*
+X128840641Y-70305880D01*
+X128785494Y-70472302D01*
+X128785493Y-70472309D01*
+X128775000Y-70575013D01*
+X122274221Y-70575013D01*
+X127212416Y-65636819D01*
+X127273739Y-65603334D01*
+X127300097Y-65600500D01*
+X128420943Y-65600500D01*
+X128579057Y-65600500D01*
+X131099903Y-65600500D01*
+X131166942Y-65620185D01*
+G37*
+G04 #@! TD.AperFunction*
+G04 #@! TA.AperFunction,Conductor*
+G36*
+X118348375Y-74603372D02*
+G01*
+X118404308Y-74645244D01*
+X118428725Y-74710708D01*
+X118413876Y-74778975D01*
+X118411730Y-74782904D01*
+X118361485Y-74917619D01*
+X118361483Y-74917626D01*
+X118355082Y-74977154D01*
+X118355082Y-75320080D01*
+X118356745Y-75321743D01*
+X118418120Y-75339765D01*
+X118463875Y-75392569D01*
+X118475081Y-75444080D01*
+X118475081Y-78956178D01*
+X118455396Y-79023217D01*
+X118450348Y-79030488D01*
+X118411288Y-79082665D01*
+X118411284Y-79082672D01*
+X118365436Y-79205599D01*
+X118360991Y-79217518D01*
+X118354582Y-79277128D01*
+X118354582Y-79277135D01*
+X118354582Y-79277136D01*
+X118354582Y-79705985D01*
+X118334897Y-79773024D01*
+X118282093Y-79818779D01*
+X118212935Y-79828723D01*
+X118149379Y-79799698D01*
+X118142901Y-79793666D01*
+X118131898Y-79782663D01*
+X118098413Y-79721340D01*
+X118095579Y-79694982D01*
+X118095579Y-79277130D01*
+X118095578Y-79277124D01*
+X118094952Y-79271301D01*
+X118089171Y-79217518D01*
+X118083176Y-79201445D01*
+X118038877Y-79082672D01*
+X118038873Y-79082665D01*
+X117999814Y-79030488D01*
+X117975397Y-78965024D01*
+X117975081Y-78956178D01*
+X117975081Y-75993820D01*
+X117994766Y-75926781D01*
+X117999808Y-75919517D01*
+X118038876Y-75867330D01*
+X118089171Y-75732482D01*
+X118095580Y-75672872D01*
+X118095579Y-74977127D01*
+X118089171Y-74917516D01*
+X118074245Y-74877499D01*
+X118069262Y-74807809D01*
+X118102745Y-74746488D01*
+X118217362Y-74631871D01*
+X118278683Y-74598388D01*
+X118348375Y-74603372D01*
+G37*
+G04 #@! TD.AperFunction*
+G04 #@! TA.AperFunction,Conductor*
+G36*
+X98890000Y-58414314D02*
+G01*
+X98885606Y-58409920D01*
+X98794394Y-58357259D01*
+X98692661Y-58330000D01*
+X98587339Y-58330000D01*
+X98485606Y-58357259D01*
+X98394394Y-58409920D01*
+X98390000Y-58414314D01*
+X98390000Y-56505686D01*
+X98394394Y-56510080D01*
+X98485606Y-56562741D01*
+X98587339Y-56590000D01*
+X98692661Y-56590000D01*
+X98794394Y-56562741D01*
+X98885606Y-56510080D01*
+X98890000Y-56505686D01*
+X98890000Y-58414314D01*
+G37*
+G04 #@! TD.AperFunction*
+G04 #@! TA.AperFunction,Conductor*
+G36*
+X98890000Y-55874314D02*
+G01*
+X98885606Y-55869920D01*
+X98794394Y-55817259D01*
+X98692661Y-55790000D01*
+X98587339Y-55790000D01*
+X98485606Y-55817259D01*
+X98394394Y-55869920D01*
+X98390000Y-55874314D01*
+X98390000Y-53965686D01*
+X98394394Y-53970080D01*
+X98485606Y-54022741D01*
+X98587339Y-54050000D01*
+X98692661Y-54050000D01*
+X98794394Y-54022741D01*
+X98885606Y-53970080D01*
+X98890000Y-53965686D01*
+X98890000Y-55874314D01*
+G37*
+G04 #@! TD.AperFunction*
+G04 #@! TD*
+M02*
diff --git a/pcbway_export/firstpcb-F_Mask.gts b/pcbway_export/firstpcb-F_Mask.gts
new file mode 100644
index 0000000..70db4d6
--- /dev/null
+++ b/pcbway_export/firstpcb-F_Mask.gts
@@ -0,0 +1,234 @@
+G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,10.0.0*
+G04 #@! TF.CreationDate,2026-05-15T16:38:12-04:00*
+G04 #@! TF.ProjectId,firstpcb,66697273-7470-4636-922e-6b696361645f,rev?*
+G04 #@! TF.SameCoordinates,Original*
+G04 #@! TF.FileFunction,Soldermask,Top*
+G04 #@! TF.FilePolarity,Negative*
+%FSLAX46Y46*%
+G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
+G04 Created by KiCad (PCBNEW 10.0.0) date 2026-05-15 16:38:12*
+%MOMM*%
+%LPD*%
+G01*
+G04 APERTURE LIST*
+G04 Aperture macros list*
+%AMRoundRect*
+0 Rectangle with rounded corners*
+0 $1 Rounding radius*
+0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
+0 Add a 4 corners polygon primitive as box body*
+4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
+0 Add four circle primitives for the rounded corners*
+1,1,$1+$1,$2,$3*
+1,1,$1+$1,$4,$5*
+1,1,$1+$1,$6,$7*
+1,1,$1+$1,$8,$9*
+0 Add four rect primitives between the rounded corners*
+20,1,$1+$1,$2,$3,$4,$5,0*
+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*%
+G04 Aperture macros list end*
+%ADD10RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
+%ADD11R,1.600000X1.600000*%
+%ADD12O,1.600000X1.600000*%
+%ADD13R,2.900000X5.400000*%
+%ADD14RoundRect,0.250000X0.475000X-0.337500X0.475000X0.337500X-0.475000X0.337500X-0.475000X-0.337500X0*%
+%ADD15RoundRect,0.250000X-0.412500X-0.650000X0.412500X-0.650000X0.412500X0.650000X-0.412500X0.650000X0*%
+%ADD16RoundRect,0.250000X-0.600000X-0.725000X0.600000X-0.725000X0.600000X0.725000X-0.600000X0.725000X0*%
+%ADD17O,1.700000X1.950000*%
+%ADD18RoundRect,0.250000X-0.337500X-0.475000X0.337500X-0.475000X0.337500X0.475000X-0.337500X0.475000X0*%
+%ADD19RoundRect,0.250000X-1.500000X-0.550000X1.500000X-0.550000X1.500000X0.550000X-1.500000X0.550000X0*%
+%ADD20C,1.500000*%
+%ADD21R,1.500000X1.500000*%
+%ADD22R,0.240000X0.599999*%
+%ADD23R,0.599999X0.240000*%
+%ADD24C,0.600000*%
+%ADD25R,2.050001X3.049999*%
+%ADD26RoundRect,0.250000X0.600000X0.725000X-0.600000X0.725000X-0.600000X-0.725000X0.600000X-0.725000X0*%
+G04 APERTURE END LIST*
+D10*
+G04 #@! TO.C,R1*
+X131000000Y-95000000D03*
+X133000000Y-95000000D03*
+G04 #@! TD*
+D11*
+G04 #@! TO.C,A4988*
+X111340000Y-68890000D03*
+D12*
+X111340000Y-66350000D03*
+X111340000Y-63810000D03*
+X111340000Y-61270000D03*
+X111340000Y-58730000D03*
+X111340000Y-56190000D03*
+X111340000Y-53650000D03*
+X111340000Y-51110000D03*
+X98640000Y-51110000D03*
+X98640000Y-53650000D03*
+X98640000Y-56190000D03*
+X98640000Y-58730000D03*
+X98640000Y-61270000D03*
+X98640000Y-63810000D03*
+X98640000Y-66350000D03*
+X98640000Y-68890000D03*
+G04 #@! TD*
+D10*
+G04 #@! TO.C,R7*
+X131000000Y-87000000D03*
+X133000000Y-87000000D03*
+G04 #@! TD*
+G04 #@! TO.C,R6*
+X124000000Y-74000000D03*
+X126000000Y-74000000D03*
+G04 #@! TD*
+G04 #@! TO.C,R8*
+X131000000Y-91000000D03*
+X133000000Y-91000000D03*
+G04 #@! TD*
+D13*
+G04 #@! TO.C,L2*
+X125150000Y-59000000D03*
+X134850000Y-59000000D03*
+G04 #@! TD*
+D14*
+G04 #@! TO.C,C14*
+X130000000Y-73037500D03*
+X130000000Y-70962500D03*
+G04 #@! TD*
+D15*
+G04 #@! TO.C,C13*
+X123437500Y-87000000D03*
+X126562500Y-87000000D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.C,MotorPower1*
+X124000000Y-44300000D03*
+D17*
+X126500000Y-44300000D03*
+X129000000Y-44300000D03*
+G04 #@! TD*
+D18*
+G04 #@! TO.C,C16*
+X118962500Y-64000000D03*
+X121037500Y-64000000D03*
+G04 #@! TD*
+D15*
+G04 #@! TO.C,C17*
+X123437500Y-91000000D03*
+X126562500Y-91000000D03*
+G04 #@! TD*
+D19*
+G04 #@! TO.C,C3*
+X98300000Y-94000000D03*
+X103700000Y-94000000D03*
+G04 #@! TD*
+D20*
+G04 #@! TO.C,ESP32-WROOM1*
+X65000000Y-90560000D03*
+X65000000Y-88020000D03*
+X65000000Y-85480000D03*
+X65000000Y-82940000D03*
+X65000000Y-80400000D03*
+X65000000Y-77860000D03*
+X65000000Y-75320000D03*
+X65000000Y-72780000D03*
+X65000000Y-70240000D03*
+X65000000Y-67700000D03*
+X65000000Y-65160000D03*
+X65000000Y-62620000D03*
+X65000000Y-60080000D03*
+X65000000Y-57540000D03*
+D21*
+X65000000Y-55000000D03*
+D20*
+X90400000Y-90560000D03*
+X90400000Y-88020000D03*
+X90400000Y-85480000D03*
+X90400000Y-82940000D03*
+X90400000Y-80400000D03*
+X90400000Y-77860000D03*
+X90400000Y-75320000D03*
+X90400000Y-72780000D03*
+X90400000Y-70240000D03*
+X90400000Y-67700000D03*
+X90400000Y-65160000D03*
+X90400000Y-62620000D03*
+X90400000Y-60080000D03*
+X90400000Y-57540000D03*
+X90400000Y-55000000D03*
+G04 #@! TD*
+D18*
+G04 #@! TO.C,C15*
+X123962500Y-77000000D03*
+X126037500Y-77000000D03*
+G04 #@! TD*
+D15*
+G04 #@! TO.C,C12*
+X123437500Y-83000000D03*
+X126562500Y-83000000D03*
+G04 #@! TD*
+D22*
+G04 #@! TO.C,U2*
+X117475080Y-75324999D03*
+D23*
+X116575001Y-75725080D03*
+X116575001Y-76225079D03*
+X116575001Y-76725080D03*
+X116575001Y-77225079D03*
+X116575001Y-77725078D03*
+X116575001Y-78225080D03*
+X116575001Y-78725079D03*
+X116575001Y-79225080D03*
+D22*
+X117475080Y-79625001D03*
+X118975082Y-79625001D03*
+D23*
+X119874999Y-79225080D03*
+X119874999Y-78725079D03*
+X119874999Y-78225080D03*
+X119874999Y-77725078D03*
+X119874999Y-77225079D03*
+X119874999Y-76725080D03*
+X119874999Y-76225079D03*
+X119874999Y-75725080D03*
+D22*
+X118975082Y-75324999D03*
+D24*
+X117450000Y-76950000D03*
+X117450000Y-78000000D03*
+X118225000Y-76199999D03*
+X118225000Y-76950000D03*
+X118225000Y-78000000D03*
+X118225000Y-78750001D03*
+D25*
+X118225081Y-77475079D03*
+D24*
+X119000000Y-76950000D03*
+X119000000Y-78000000D03*
+G04 #@! TD*
+D26*
+G04 #@! TO.C,SW1*
+X116000000Y-45000000D03*
+D17*
+X113500000Y-45000000D03*
+X111000000Y-45000000D03*
+G04 #@! TD*
+D15*
+G04 #@! TO.C,C18*
+X123437500Y-95000000D03*
+X126562500Y-95000000D03*
+G04 #@! TD*
+D10*
+G04 #@! TO.C,R2*
+X96000000Y-80000000D03*
+X98000000Y-80000000D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.C,StepperConnection1*
+X96000000Y-45000000D03*
+D17*
+X98500000Y-45000000D03*
+X101000000Y-45000000D03*
+X103500000Y-45000000D03*
+G04 #@! TD*
+M02*
diff --git a/pcbway_export/firstpcb-F_Paste.gtp b/pcbway_export/firstpcb-F_Paste.gtp
new file mode 100644
index 0000000..231016b
--- /dev/null
+++ b/pcbway_export/firstpcb-F_Paste.gtp
@@ -0,0 +1,415 @@
+G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,10.0.0*
+G04 #@! TF.CreationDate,2026-05-15T16:38:12-04:00*
+G04 #@! TF.ProjectId,firstpcb,66697273-7470-4636-922e-6b696361645f,rev?*
+G04 #@! TF.SameCoordinates,Original*
+G04 #@! TF.FileFunction,Paste,Top*
+G04 #@! TF.FilePolarity,Positive*
+%FSLAX46Y46*%
+G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
+G04 Created by KiCad (PCBNEW 10.0.0) date 2026-05-15 16:38:12*
+%MOMM*%
+%LPD*%
+G01*
+G04 APERTURE LIST*
+G04 Aperture macros list*
+%AMRoundRect*
+0 Rectangle with rounded corners*
+0 $1 Rounding radius*
+0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
+0 Add a 4 corners polygon primitive as box body*
+4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
+0 Add four circle primitives for the rounded corners*
+1,1,$1+$1,$2,$3*
+1,1,$1+$1,$4,$5*
+1,1,$1+$1,$6,$7*
+1,1,$1+$1,$8,$9*
+0 Add four rect primitives between the rounded corners*
+20,1,$1+$1,$2,$3,$4,$5,0*
+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*%
+G04 Aperture macros list end*
+%ADD10C,0.000000*%
+%ADD11RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
+%ADD12R,2.900000X5.400000*%
+%ADD13RoundRect,0.250000X0.475000X-0.337500X0.475000X0.337500X-0.475000X0.337500X-0.475000X-0.337500X0*%
+%ADD14RoundRect,0.250000X-0.412500X-0.650000X0.412500X-0.650000X0.412500X0.650000X-0.412500X0.650000X0*%
+%ADD15RoundRect,0.250000X-0.337500X-0.475000X0.337500X-0.475000X0.337500X0.475000X-0.337500X0.475000X0*%
+%ADD16RoundRect,0.250000X-1.500000X-0.550000X1.500000X-0.550000X1.500000X0.550000X-1.500000X0.550000X0*%
+%ADD17R,0.240000X0.599999*%
+%ADD18R,0.599999X0.240000*%
+G04 APERTURE END LIST*
+D10*
+G04 #@! TO.C,U2*
+G36*
+X118050083Y-75074921D02*
+G01*
+X118050083Y-75549921D01*
+X118400082Y-75549921D01*
+X118400082Y-75074921D01*
+X118450082Y-75024921D01*
+X118550082Y-75024921D01*
+X118600082Y-75074921D01*
+X118600082Y-75749921D01*
+X118550082Y-75799921D01*
+X117900083Y-75799921D01*
+X117850083Y-75749921D01*
+X117850083Y-75074921D01*
+X117900083Y-75024921D01*
+X118000083Y-75024921D01*
+X118050083Y-75074921D01*
+G37*
+G36*
+X118600082Y-79200079D02*
+G01*
+X118600082Y-79875079D01*
+X118550082Y-79925079D01*
+X118450082Y-79925079D01*
+X118400082Y-79875079D01*
+X118400082Y-79400079D01*
+X118050083Y-79400079D01*
+X118050083Y-79875079D01*
+X118000083Y-79925079D01*
+X117900083Y-79925079D01*
+X117850083Y-79875079D01*
+X117850083Y-79200079D01*
+X117900083Y-79150079D01*
+X118550082Y-79150079D01*
+X118600082Y-79200079D01*
+G37*
+G36*
+X118083951Y-76000980D02*
+G01*
+X118093519Y-76003880D01*
+X118102336Y-76008594D01*
+X118110065Y-76014937D01*
+X118116407Y-76022666D01*
+X118121119Y-76031482D01*
+X118124022Y-76041051D01*
+X118125003Y-76051000D01*
+X118125003Y-76798999D01*
+X118124022Y-76808948D01*
+X118121119Y-76818517D01*
+X118116407Y-76827333D01*
+X118110065Y-76835062D01*
+X118102336Y-76841405D01*
+X118093519Y-76846119D01*
+X118083951Y-76849020D01*
+X118074002Y-76850000D01*
+X117256000Y-76850000D01*
+X117246051Y-76849020D01*
+X117236483Y-76846119D01*
+X117227666Y-76841405D01*
+X117219937Y-76835062D01*
+X117213595Y-76827333D01*
+X117208883Y-76818517D01*
+X117205980Y-76808948D01*
+X117205002Y-76798999D01*
+X117205002Y-76051000D01*
+X117205980Y-76041051D01*
+X117208883Y-76031482D01*
+X117213595Y-76022666D01*
+X117219937Y-76014937D01*
+X117227666Y-76008594D01*
+X117236483Y-76003880D01*
+X117246051Y-76000980D01*
+X117256000Y-75999999D01*
+X118074002Y-75999999D01*
+X118083951Y-76000980D01*
+G37*
+G36*
+X118083951Y-77050980D02*
+G01*
+X118093519Y-77053881D01*
+X118102336Y-77058595D01*
+X118110065Y-77064937D01*
+X118116407Y-77072667D01*
+X118121119Y-77081483D01*
+X118124022Y-77091051D01*
+X118125003Y-77101000D01*
+X118125003Y-77849000D01*
+X118124022Y-77858949D01*
+X118121119Y-77868517D01*
+X118116407Y-77877333D01*
+X118110065Y-77885063D01*
+X118102336Y-77891405D01*
+X118093519Y-77896119D01*
+X118083951Y-77899020D01*
+X118074002Y-77900000D01*
+X117256000Y-77900000D01*
+X117246051Y-77899020D01*
+X117236483Y-77896119D01*
+X117227666Y-77891405D01*
+X117219937Y-77885063D01*
+X117213595Y-77877333D01*
+X117208883Y-77868517D01*
+X117205980Y-77858949D01*
+X117205002Y-77849000D01*
+X117205002Y-77101000D01*
+X117205980Y-77091051D01*
+X117208883Y-77081483D01*
+X117213595Y-77072667D01*
+X117219937Y-77064937D01*
+X117227666Y-77058595D01*
+X117236483Y-77053881D01*
+X117246051Y-77050980D01*
+X117256000Y-77050000D01*
+X118074002Y-77050000D01*
+X118083951Y-77050980D01*
+G37*
+G36*
+X118083951Y-78100980D02*
+G01*
+X118093519Y-78103881D01*
+X118102336Y-78108595D01*
+X118110065Y-78114938D01*
+X118116407Y-78122667D01*
+X118121119Y-78131483D01*
+X118124022Y-78141052D01*
+X118125003Y-78151001D01*
+X118125003Y-78899000D01*
+X118124022Y-78908949D01*
+X118121119Y-78918518D01*
+X118116407Y-78927334D01*
+X118110065Y-78935063D01*
+X118102336Y-78941406D01*
+X118093519Y-78946120D01*
+X118083951Y-78949020D01*
+X118074002Y-78950001D01*
+X117256000Y-78950001D01*
+X117246051Y-78949020D01*
+X117236483Y-78946120D01*
+X117227666Y-78941406D01*
+X117219937Y-78935063D01*
+X117213595Y-78927334D01*
+X117208883Y-78918518D01*
+X117205980Y-78908949D01*
+X117205002Y-78899000D01*
+X117205002Y-78151001D01*
+X117205980Y-78141052D01*
+X117208883Y-78131483D01*
+X117213595Y-78122667D01*
+X117219937Y-78114938D01*
+X117227666Y-78108595D01*
+X117236483Y-78103881D01*
+X117246051Y-78100980D01*
+X117256000Y-78100000D01*
+X118074002Y-78100000D01*
+X118083951Y-78100980D01*
+G37*
+G36*
+X119203949Y-76000980D02*
+G01*
+X119213517Y-76003880D01*
+X119222334Y-76008594D01*
+X119230063Y-76014937D01*
+X119236405Y-76022666D01*
+X119241117Y-76031482D01*
+X119244020Y-76041051D01*
+X119244998Y-76051000D01*
+X119244998Y-76798999D01*
+X119244020Y-76808948D01*
+X119241117Y-76818517D01*
+X119236405Y-76827333D01*
+X119230063Y-76835062D01*
+X119222334Y-76841405D01*
+X119213517Y-76846119D01*
+X119203949Y-76849020D01*
+X119194000Y-76850000D01*
+X118375998Y-76850000D01*
+X118366049Y-76849020D01*
+X118356481Y-76846119D01*
+X118347664Y-76841405D01*
+X118339935Y-76835062D01*
+X118333593Y-76827333D01*
+X118328881Y-76818517D01*
+X118325978Y-76808948D01*
+X118324997Y-76798999D01*
+X118324997Y-76051000D01*
+X118325978Y-76041051D01*
+X118328881Y-76031482D01*
+X118333593Y-76022666D01*
+X118339935Y-76014937D01*
+X118347664Y-76008594D01*
+X118356481Y-76003880D01*
+X118366049Y-76000980D01*
+X118375998Y-75999999D01*
+X119194000Y-75999999D01*
+X119203949Y-76000980D01*
+G37*
+G36*
+X119203949Y-77050980D02*
+G01*
+X119213517Y-77053881D01*
+X119222334Y-77058595D01*
+X119230063Y-77064937D01*
+X119236405Y-77072667D01*
+X119241117Y-77081483D01*
+X119244020Y-77091051D01*
+X119244998Y-77101000D01*
+X119244998Y-77849000D01*
+X119244020Y-77858949D01*
+X119241117Y-77868517D01*
+X119236405Y-77877333D01*
+X119230063Y-77885063D01*
+X119222334Y-77891405D01*
+X119213517Y-77896119D01*
+X119203949Y-77899020D01*
+X119194000Y-77900000D01*
+X118375998Y-77900000D01*
+X118366049Y-77899020D01*
+X118356481Y-77896119D01*
+X118347664Y-77891405D01*
+X118339935Y-77885063D01*
+X118333593Y-77877333D01*
+X118328881Y-77868517D01*
+X118325978Y-77858949D01*
+X118324997Y-77849000D01*
+X118324997Y-77101000D01*
+X118325978Y-77091051D01*
+X118328881Y-77081483D01*
+X118333593Y-77072667D01*
+X118339935Y-77064937D01*
+X118347664Y-77058595D01*
+X118356481Y-77053881D01*
+X118366049Y-77050980D01*
+X118375998Y-77050000D01*
+X119194000Y-77050000D01*
+X119203949Y-77050980D01*
+G37*
+G36*
+X119203949Y-78100980D02*
+G01*
+X119213517Y-78103881D01*
+X119222334Y-78108595D01*
+X119230063Y-78114938D01*
+X119236405Y-78122667D01*
+X119241117Y-78131483D01*
+X119244020Y-78141052D01*
+X119244998Y-78151001D01*
+X119244998Y-78899000D01*
+X119244020Y-78908949D01*
+X119241117Y-78918518D01*
+X119236405Y-78927334D01*
+X119230063Y-78935063D01*
+X119222334Y-78941406D01*
+X119213517Y-78946120D01*
+X119203949Y-78949020D01*
+X119194000Y-78950001D01*
+X118375998Y-78950001D01*
+X118366049Y-78949020D01*
+X118356481Y-78946120D01*
+X118347664Y-78941406D01*
+X118339935Y-78935063D01*
+X118333593Y-78927334D01*
+X118328881Y-78918518D01*
+X118325978Y-78908949D01*
+X118324997Y-78899000D01*
+X118324997Y-78151001D01*
+X118325978Y-78141052D01*
+X118328881Y-78131483D01*
+X118333593Y-78122667D01*
+X118339935Y-78114938D01*
+X118347664Y-78108595D01*
+X118356481Y-78103881D01*
+X118366049Y-78100980D01*
+X118375998Y-78100000D01*
+X119194000Y-78100000D01*
+X119203949Y-78100980D01*
+G37*
+G04 #@! TD*
+D11*
+G04 #@! TO.C,R1*
+X131000000Y-95000000D03*
+X133000000Y-95000000D03*
+G04 #@! TD*
+G04 #@! TO.C,R7*
+X131000000Y-87000000D03*
+X133000000Y-87000000D03*
+G04 #@! TD*
+G04 #@! TO.C,R6*
+X124000000Y-74000000D03*
+X126000000Y-74000000D03*
+G04 #@! TD*
+G04 #@! TO.C,R8*
+X131000000Y-91000000D03*
+X133000000Y-91000000D03*
+G04 #@! TD*
+D12*
+G04 #@! TO.C,L2*
+X125150000Y-59000000D03*
+X134850000Y-59000000D03*
+G04 #@! TD*
+D13*
+G04 #@! TO.C,C14*
+X130000000Y-73037500D03*
+X130000000Y-70962500D03*
+G04 #@! TD*
+D14*
+G04 #@! TO.C,C13*
+X123437500Y-87000000D03*
+X126562500Y-87000000D03*
+G04 #@! TD*
+D15*
+G04 #@! TO.C,C16*
+X118962500Y-64000000D03*
+X121037500Y-64000000D03*
+G04 #@! TD*
+D14*
+G04 #@! TO.C,C17*
+X123437500Y-91000000D03*
+X126562500Y-91000000D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.C,C3*
+X98300000Y-94000000D03*
+X103700000Y-94000000D03*
+G04 #@! TD*
+D15*
+G04 #@! TO.C,C15*
+X123962500Y-77000000D03*
+X126037500Y-77000000D03*
+G04 #@! TD*
+D14*
+G04 #@! TO.C,C12*
+X123437500Y-83000000D03*
+X126562500Y-83000000D03*
+G04 #@! TD*
+D17*
+G04 #@! TO.C,U2*
+X117475080Y-75324999D03*
+D18*
+X116575001Y-75725080D03*
+X116575001Y-76225079D03*
+X116575001Y-76725080D03*
+X116575001Y-77225079D03*
+X116575001Y-77725078D03*
+X116575001Y-78225080D03*
+X116575001Y-78725079D03*
+X116575001Y-79225080D03*
+D17*
+X117475080Y-79625001D03*
+X118975082Y-79625001D03*
+D18*
+X119874999Y-79225080D03*
+X119874999Y-78725079D03*
+X119874999Y-78225080D03*
+X119874999Y-77725078D03*
+X119874999Y-77225079D03*
+X119874999Y-76725080D03*
+X119874999Y-76225079D03*
+X119874999Y-75725080D03*
+D17*
+X118975082Y-75324999D03*
+G04 #@! TD*
+D14*
+G04 #@! TO.C,C18*
+X123437500Y-95000000D03*
+X126562500Y-95000000D03*
+G04 #@! TD*
+D11*
+G04 #@! TO.C,R2*
+X96000000Y-80000000D03*
+X98000000Y-80000000D03*
+G04 #@! TD*
+M02*
diff --git a/pcbway_export/firstpcb-F_Silkscreen.gto b/pcbway_export/firstpcb-F_Silkscreen.gto
new file mode 100644
index 0000000..82d8c57
--- /dev/null
+++ b/pcbway_export/firstpcb-F_Silkscreen.gto
@@ -0,0 +1,2358 @@
+G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,10.0.0*
+G04 #@! TF.CreationDate,2026-05-15T16:38:12-04:00*
+G04 #@! TF.ProjectId,firstpcb,66697273-7470-4636-922e-6b696361645f,rev?*
+G04 #@! TF.SameCoordinates,Original*
+G04 #@! TF.FileFunction,Legend,Top*
+G04 #@! TF.FilePolarity,Positive*
+%FSLAX46Y46*%
+G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
+G04 Created by KiCad (PCBNEW 10.0.0) date 2026-05-15 16:38:12*
+%MOMM*%
+%LPD*%
+G01*
+G04 APERTURE LIST*
+G04 Aperture macros list*
+%AMRoundRect*
+0 Rectangle with rounded corners*
+0 $1 Rounding radius*
+0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
+0 Add a 4 corners polygon primitive as box body*
+4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
+0 Add four circle primitives for the rounded corners*
+1,1,$1+$1,$2,$3*
+1,1,$1+$1,$4,$5*
+1,1,$1+$1,$6,$7*
+1,1,$1+$1,$8,$9*
+0 Add four rect primitives between the rounded corners*
+20,1,$1+$1,$2,$3,$4,$5,0*
+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*%
+G04 Aperture macros list end*
+%ADD10C,0.150000*%
+%ADD11C,0.120000*%
+%ADD12C,0.200000*%
+%ADD13RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
+%ADD14R,1.600000X1.600000*%
+%ADD15O,1.600000X1.600000*%
+%ADD16R,2.900000X5.400000*%
+%ADD17RoundRect,0.250000X0.475000X-0.337500X0.475000X0.337500X-0.475000X0.337500X-0.475000X-0.337500X0*%
+%ADD18RoundRect,0.250000X-0.412500X-0.650000X0.412500X-0.650000X0.412500X0.650000X-0.412500X0.650000X0*%
+%ADD19RoundRect,0.250000X-0.600000X-0.725000X0.600000X-0.725000X0.600000X0.725000X-0.600000X0.725000X0*%
+%ADD20O,1.700000X1.950000*%
+%ADD21RoundRect,0.250000X-0.337500X-0.475000X0.337500X-0.475000X0.337500X0.475000X-0.337500X0.475000X0*%
+%ADD22RoundRect,0.250000X-1.500000X-0.550000X1.500000X-0.550000X1.500000X0.550000X-1.500000X0.550000X0*%
+%ADD23C,1.500000*%
+%ADD24R,1.500000X1.500000*%
+%ADD25R,0.240000X0.599999*%
+%ADD26R,0.599999X0.240000*%
+%ADD27C,0.600000*%
+%ADD28R,2.050001X3.049999*%
+%ADD29RoundRect,0.250000X0.600000X0.725000X-0.600000X0.725000X-0.600000X-0.725000X0.600000X-0.725000X0*%
+G04 APERTURE END LIST*
+D10*
+X131833333Y-93804819D02*
+X131500000Y-93328628D01*
+X131261905Y-93804819D02*
+X131261905Y-92804819D01*
+X131261905Y-92804819D02*
+X131642857Y-92804819D01*
+X131642857Y-92804819D02*
+X131738095Y-92852438D01*
+X131738095Y-92852438D02*
+X131785714Y-92900057D01*
+X131785714Y-92900057D02*
+X131833333Y-92995295D01*
+X131833333Y-92995295D02*
+X131833333Y-93138152D01*
+X131833333Y-93138152D02*
+X131785714Y-93233390D01*
+X131785714Y-93233390D02*
+X131738095Y-93281009D01*
+X131738095Y-93281009D02*
+X131642857Y-93328628D01*
+X131642857Y-93328628D02*
+X131261905Y-93328628D01*
+X132785714Y-93804819D02*
+X132214286Y-93804819D01*
+X132500000Y-93804819D02*
+X132500000Y-92804819D01*
+X132500000Y-92804819D02*
+X132404762Y-92947676D01*
+X132404762Y-92947676D02*
+X132309524Y-93042914D01*
+X132309524Y-93042914D02*
+X132214286Y-93090533D01*
+X102847143Y-71599104D02*
+X103323333Y-71599104D01*
+X102751905Y-71884819D02*
+X103085238Y-70884819D01*
+X103085238Y-70884819D02*
+X103418571Y-71884819D01*
+X104180476Y-71218152D02*
+X104180476Y-71884819D01*
+X103942381Y-70837200D02*
+X103704286Y-71551485D01*
+X103704286Y-71551485D02*
+X104323333Y-71551485D01*
+X104751905Y-71884819D02*
+X104942381Y-71884819D01*
+X104942381Y-71884819D02*
+X105037619Y-71837200D01*
+X105037619Y-71837200D02*
+X105085238Y-71789580D01*
+X105085238Y-71789580D02*
+X105180476Y-71646723D01*
+X105180476Y-71646723D02*
+X105228095Y-71456247D01*
+X105228095Y-71456247D02*
+X105228095Y-71075295D01*
+X105228095Y-71075295D02*
+X105180476Y-70980057D01*
+X105180476Y-70980057D02*
+X105132857Y-70932438D01*
+X105132857Y-70932438D02*
+X105037619Y-70884819D01*
+X105037619Y-70884819D02*
+X104847143Y-70884819D01*
+X104847143Y-70884819D02*
+X104751905Y-70932438D01*
+X104751905Y-70932438D02*
+X104704286Y-70980057D01*
+X104704286Y-70980057D02*
+X104656667Y-71075295D01*
+X104656667Y-71075295D02*
+X104656667Y-71313390D01*
+X104656667Y-71313390D02*
+X104704286Y-71408628D01*
+X104704286Y-71408628D02*
+X104751905Y-71456247D01*
+X104751905Y-71456247D02*
+X104847143Y-71503866D01*
+X104847143Y-71503866D02*
+X105037619Y-71503866D01*
+X105037619Y-71503866D02*
+X105132857Y-71456247D01*
+X105132857Y-71456247D02*
+X105180476Y-71408628D01*
+X105180476Y-71408628D02*
+X105228095Y-71313390D01*
+X105799524Y-71313390D02*
+X105704286Y-71265771D01*
+X105704286Y-71265771D02*
+X105656667Y-71218152D01*
+X105656667Y-71218152D02*
+X105609048Y-71122914D01*
+X105609048Y-71122914D02*
+X105609048Y-71075295D01*
+X105609048Y-71075295D02*
+X105656667Y-70980057D01*
+X105656667Y-70980057D02*
+X105704286Y-70932438D01*
+X105704286Y-70932438D02*
+X105799524Y-70884819D01*
+X105799524Y-70884819D02*
+X105990000Y-70884819D01*
+X105990000Y-70884819D02*
+X106085238Y-70932438D01*
+X106085238Y-70932438D02*
+X106132857Y-70980057D01*
+X106132857Y-70980057D02*
+X106180476Y-71075295D01*
+X106180476Y-71075295D02*
+X106180476Y-71122914D01*
+X106180476Y-71122914D02*
+X106132857Y-71218152D01*
+X106132857Y-71218152D02*
+X106085238Y-71265771D01*
+X106085238Y-71265771D02*
+X105990000Y-71313390D01*
+X105990000Y-71313390D02*
+X105799524Y-71313390D01*
+X105799524Y-71313390D02*
+X105704286Y-71361009D01*
+X105704286Y-71361009D02*
+X105656667Y-71408628D01*
+X105656667Y-71408628D02*
+X105609048Y-71503866D01*
+X105609048Y-71503866D02*
+X105609048Y-71694342D01*
+X105609048Y-71694342D02*
+X105656667Y-71789580D01*
+X105656667Y-71789580D02*
+X105704286Y-71837200D01*
+X105704286Y-71837200D02*
+X105799524Y-71884819D01*
+X105799524Y-71884819D02*
+X105990000Y-71884819D01*
+X105990000Y-71884819D02*
+X106085238Y-71837200D01*
+X106085238Y-71837200D02*
+X106132857Y-71789580D01*
+X106132857Y-71789580D02*
+X106180476Y-71694342D01*
+X106180476Y-71694342D02*
+X106180476Y-71503866D01*
+X106180476Y-71503866D02*
+X106132857Y-71408628D01*
+X106132857Y-71408628D02*
+X106085238Y-71361009D01*
+X106085238Y-71361009D02*
+X105990000Y-71313390D01*
+X106751905Y-71313390D02*
+X106656667Y-71265771D01*
+X106656667Y-71265771D02*
+X106609048Y-71218152D01*
+X106609048Y-71218152D02*
+X106561429Y-71122914D01*
+X106561429Y-71122914D02*
+X106561429Y-71075295D01*
+X106561429Y-71075295D02*
+X106609048Y-70980057D01*
+X106609048Y-70980057D02*
+X106656667Y-70932438D01*
+X106656667Y-70932438D02*
+X106751905Y-70884819D01*
+X106751905Y-70884819D02*
+X106942381Y-70884819D01*
+X106942381Y-70884819D02*
+X107037619Y-70932438D01*
+X107037619Y-70932438D02*
+X107085238Y-70980057D01*
+X107085238Y-70980057D02*
+X107132857Y-71075295D01*
+X107132857Y-71075295D02*
+X107132857Y-71122914D01*
+X107132857Y-71122914D02*
+X107085238Y-71218152D01*
+X107085238Y-71218152D02*
+X107037619Y-71265771D01*
+X107037619Y-71265771D02*
+X106942381Y-71313390D01*
+X106942381Y-71313390D02*
+X106751905Y-71313390D01*
+X106751905Y-71313390D02*
+X106656667Y-71361009D01*
+X106656667Y-71361009D02*
+X106609048Y-71408628D01*
+X106609048Y-71408628D02*
+X106561429Y-71503866D01*
+X106561429Y-71503866D02*
+X106561429Y-71694342D01*
+X106561429Y-71694342D02*
+X106609048Y-71789580D01*
+X106609048Y-71789580D02*
+X106656667Y-71837200D01*
+X106656667Y-71837200D02*
+X106751905Y-71884819D01*
+X106751905Y-71884819D02*
+X106942381Y-71884819D01*
+X106942381Y-71884819D02*
+X107037619Y-71837200D01*
+X107037619Y-71837200D02*
+X107085238Y-71789580D01*
+X107085238Y-71789580D02*
+X107132857Y-71694342D01*
+X107132857Y-71694342D02*
+X107132857Y-71503866D01*
+X107132857Y-71503866D02*
+X107085238Y-71408628D01*
+X107085238Y-71408628D02*
+X107037619Y-71361009D01*
+X107037619Y-71361009D02*
+X106942381Y-71313390D01*
+X131833333Y-85804819D02*
+X131500000Y-85328628D01*
+X131261905Y-85804819D02*
+X131261905Y-84804819D01*
+X131261905Y-84804819D02*
+X131642857Y-84804819D01*
+X131642857Y-84804819D02*
+X131738095Y-84852438D01*
+X131738095Y-84852438D02*
+X131785714Y-84900057D01*
+X131785714Y-84900057D02*
+X131833333Y-84995295D01*
+X131833333Y-84995295D02*
+X131833333Y-85138152D01*
+X131833333Y-85138152D02*
+X131785714Y-85233390D01*
+X131785714Y-85233390D02*
+X131738095Y-85281009D01*
+X131738095Y-85281009D02*
+X131642857Y-85328628D01*
+X131642857Y-85328628D02*
+X131261905Y-85328628D01*
+X132166667Y-84804819D02*
+X132833333Y-84804819D01*
+X132833333Y-84804819D02*
+X132404762Y-85804819D01*
+X124833333Y-72804819D02*
+X124500000Y-72328628D01*
+X124261905Y-72804819D02*
+X124261905Y-71804819D01*
+X124261905Y-71804819D02*
+X124642857Y-71804819D01*
+X124642857Y-71804819D02*
+X124738095Y-71852438D01*
+X124738095Y-71852438D02*
+X124785714Y-71900057D01*
+X124785714Y-71900057D02*
+X124833333Y-71995295D01*
+X124833333Y-71995295D02*
+X124833333Y-72138152D01*
+X124833333Y-72138152D02*
+X124785714Y-72233390D01*
+X124785714Y-72233390D02*
+X124738095Y-72281009D01*
+X124738095Y-72281009D02*
+X124642857Y-72328628D01*
+X124642857Y-72328628D02*
+X124261905Y-72328628D01*
+X125690476Y-71804819D02*
+X125500000Y-71804819D01*
+X125500000Y-71804819D02*
+X125404762Y-71852438D01*
+X125404762Y-71852438D02*
+X125357143Y-71900057D01*
+X125357143Y-71900057D02*
+X125261905Y-72042914D01*
+X125261905Y-72042914D02*
+X125214286Y-72233390D01*
+X125214286Y-72233390D02*
+X125214286Y-72614342D01*
+X125214286Y-72614342D02*
+X125261905Y-72709580D01*
+X125261905Y-72709580D02*
+X125309524Y-72757200D01*
+X125309524Y-72757200D02*
+X125404762Y-72804819D01*
+X125404762Y-72804819D02*
+X125595238Y-72804819D01*
+X125595238Y-72804819D02*
+X125690476Y-72757200D01*
+X125690476Y-72757200D02*
+X125738095Y-72709580D01*
+X125738095Y-72709580D02*
+X125785714Y-72614342D01*
+X125785714Y-72614342D02*
+X125785714Y-72376247D01*
+X125785714Y-72376247D02*
+X125738095Y-72281009D01*
+X125738095Y-72281009D02*
+X125690476Y-72233390D01*
+X125690476Y-72233390D02*
+X125595238Y-72185771D01*
+X125595238Y-72185771D02*
+X125404762Y-72185771D01*
+X125404762Y-72185771D02*
+X125309524Y-72233390D01*
+X125309524Y-72233390D02*
+X125261905Y-72281009D01*
+X125261905Y-72281009D02*
+X125214286Y-72376247D01*
+X131833333Y-89804819D02*
+X131500000Y-89328628D01*
+X131261905Y-89804819D02*
+X131261905Y-88804819D01*
+X131261905Y-88804819D02*
+X131642857Y-88804819D01*
+X131642857Y-88804819D02*
+X131738095Y-88852438D01*
+X131738095Y-88852438D02*
+X131785714Y-88900057D01*
+X131785714Y-88900057D02*
+X131833333Y-88995295D01*
+X131833333Y-88995295D02*
+X131833333Y-89138152D01*
+X131833333Y-89138152D02*
+X131785714Y-89233390D01*
+X131785714Y-89233390D02*
+X131738095Y-89281009D01*
+X131738095Y-89281009D02*
+X131642857Y-89328628D01*
+X131642857Y-89328628D02*
+X131261905Y-89328628D01*
+X132404762Y-89233390D02*
+X132309524Y-89185771D01*
+X132309524Y-89185771D02*
+X132261905Y-89138152D01*
+X132261905Y-89138152D02*
+X132214286Y-89042914D01*
+X132214286Y-89042914D02*
+X132214286Y-88995295D01*
+X132214286Y-88995295D02*
+X132261905Y-88900057D01*
+X132261905Y-88900057D02*
+X132309524Y-88852438D01*
+X132309524Y-88852438D02*
+X132404762Y-88804819D01*
+X132404762Y-88804819D02*
+X132595238Y-88804819D01*
+X132595238Y-88804819D02*
+X132690476Y-88852438D01*
+X132690476Y-88852438D02*
+X132738095Y-88900057D01*
+X132738095Y-88900057D02*
+X132785714Y-88995295D01*
+X132785714Y-88995295D02*
+X132785714Y-89042914D01*
+X132785714Y-89042914D02*
+X132738095Y-89138152D01*
+X132738095Y-89138152D02*
+X132690476Y-89185771D01*
+X132690476Y-89185771D02*
+X132595238Y-89233390D01*
+X132595238Y-89233390D02*
+X132404762Y-89233390D01*
+X132404762Y-89233390D02*
+X132309524Y-89281009D01*
+X132309524Y-89281009D02*
+X132261905Y-89328628D01*
+X132261905Y-89328628D02*
+X132214286Y-89423866D01*
+X132214286Y-89423866D02*
+X132214286Y-89614342D01*
+X132214286Y-89614342D02*
+X132261905Y-89709580D01*
+X132261905Y-89709580D02*
+X132309524Y-89757200D01*
+X132309524Y-89757200D02*
+X132404762Y-89804819D01*
+X132404762Y-89804819D02*
+X132595238Y-89804819D01*
+X132595238Y-89804819D02*
+X132690476Y-89757200D01*
+X132690476Y-89757200D02*
+X132738095Y-89709580D01*
+X132738095Y-89709580D02*
+X132785714Y-89614342D01*
+X132785714Y-89614342D02*
+X132785714Y-89423866D01*
+X132785714Y-89423866D02*
+X132738095Y-89328628D01*
+X132738095Y-89328628D02*
+X132690476Y-89281009D01*
+X132690476Y-89281009D02*
+X132595238Y-89233390D01*
+X129833333Y-52204819D02*
+X129357143Y-52204819D01*
+X129357143Y-52204819D02*
+X129357143Y-51204819D01*
+X130119048Y-51300057D02*
+X130166667Y-51252438D01*
+X130166667Y-51252438D02*
+X130261905Y-51204819D01*
+X130261905Y-51204819D02*
+X130500000Y-51204819D01*
+X130500000Y-51204819D02*
+X130595238Y-51252438D01*
+X130595238Y-51252438D02*
+X130642857Y-51300057D01*
+X130642857Y-51300057D02*
+X130690476Y-51395295D01*
+X130690476Y-51395295D02*
+X130690476Y-51490533D01*
+X130690476Y-51490533D02*
+X130642857Y-51633390D01*
+X130642857Y-51633390D02*
+X130071429Y-52204819D01*
+X130071429Y-52204819D02*
+X130690476Y-52204819D01*
+X128679580Y-72642857D02*
+X128727200Y-72690476D01*
+X128727200Y-72690476D02*
+X128774819Y-72833333D01*
+X128774819Y-72833333D02*
+X128774819Y-72928571D01*
+X128774819Y-72928571D02*
+X128727200Y-73071428D01*
+X128727200Y-73071428D02*
+X128631961Y-73166666D01*
+X128631961Y-73166666D02*
+X128536723Y-73214285D01*
+X128536723Y-73214285D02*
+X128346247Y-73261904D01*
+X128346247Y-73261904D02*
+X128203390Y-73261904D01*
+X128203390Y-73261904D02*
+X128012914Y-73214285D01*
+X128012914Y-73214285D02*
+X127917676Y-73166666D01*
+X127917676Y-73166666D02*
+X127822438Y-73071428D01*
+X127822438Y-73071428D02*
+X127774819Y-72928571D01*
+X127774819Y-72928571D02*
+X127774819Y-72833333D01*
+X127774819Y-72833333D02*
+X127822438Y-72690476D01*
+X127822438Y-72690476D02*
+X127870057Y-72642857D01*
+X128774819Y-71690476D02*
+X128774819Y-72261904D01*
+X128774819Y-71976190D02*
+X127774819Y-71976190D01*
+X127774819Y-71976190D02*
+X127917676Y-72071428D01*
+X127917676Y-72071428D02*
+X128012914Y-72166666D01*
+X128012914Y-72166666D02*
+X128060533Y-72261904D01*
+X128108152Y-70833333D02*
+X128774819Y-70833333D01*
+X127727200Y-71071428D02*
+X128441485Y-71309523D01*
+X128441485Y-71309523D02*
+X128441485Y-70690476D01*
+X124357142Y-85509580D02*
+X124309523Y-85557200D01*
+X124309523Y-85557200D02*
+X124166666Y-85604819D01*
+X124166666Y-85604819D02*
+X124071428Y-85604819D01*
+X124071428Y-85604819D02*
+X123928571Y-85557200D01*
+X123928571Y-85557200D02*
+X123833333Y-85461961D01*
+X123833333Y-85461961D02*
+X123785714Y-85366723D01*
+X123785714Y-85366723D02*
+X123738095Y-85176247D01*
+X123738095Y-85176247D02*
+X123738095Y-85033390D01*
+X123738095Y-85033390D02*
+X123785714Y-84842914D01*
+X123785714Y-84842914D02*
+X123833333Y-84747676D01*
+X123833333Y-84747676D02*
+X123928571Y-84652438D01*
+X123928571Y-84652438D02*
+X124071428Y-84604819D01*
+X124071428Y-84604819D02*
+X124166666Y-84604819D01*
+X124166666Y-84604819D02*
+X124309523Y-84652438D01*
+X124309523Y-84652438D02*
+X124357142Y-84700057D01*
+X125309523Y-85604819D02*
+X124738095Y-85604819D01*
+X125023809Y-85604819D02*
+X125023809Y-84604819D01*
+X125023809Y-84604819D02*
+X124928571Y-84747676D01*
+X124928571Y-84747676D02*
+X124833333Y-84842914D01*
+X124833333Y-84842914D02*
+X124738095Y-84890533D01*
+X125642857Y-84604819D02*
+X126261904Y-84604819D01*
+X126261904Y-84604819D02*
+X125928571Y-84985771D01*
+X125928571Y-84985771D02*
+X126071428Y-84985771D01*
+X126071428Y-84985771D02*
+X126166666Y-85033390D01*
+X126166666Y-85033390D02*
+X126214285Y-85081009D01*
+X126214285Y-85081009D02*
+X126261904Y-85176247D01*
+X126261904Y-85176247D02*
+X126261904Y-85414342D01*
+X126261904Y-85414342D02*
+X126214285Y-85509580D01*
+X126214285Y-85509580D02*
+X126166666Y-85557200D01*
+X126166666Y-85557200D02*
+X126071428Y-85604819D01*
+X126071428Y-85604819D02*
+X125785714Y-85604819D01*
+X125785714Y-85604819D02*
+X125690476Y-85557200D01*
+X125690476Y-85557200D02*
+X125642857Y-85509580D01*
+X121476190Y-41454819D02*
+X121476190Y-40454819D01*
+X121476190Y-40454819D02*
+X121809523Y-41169104D01*
+X121809523Y-41169104D02*
+X122142856Y-40454819D01*
+X122142856Y-40454819D02*
+X122142856Y-41454819D01*
+X122761904Y-41454819D02*
+X122666666Y-41407200D01*
+X122666666Y-41407200D02*
+X122619047Y-41359580D01*
+X122619047Y-41359580D02*
+X122571428Y-41264342D01*
+X122571428Y-41264342D02*
+X122571428Y-40978628D01*
+X122571428Y-40978628D02*
+X122619047Y-40883390D01*
+X122619047Y-40883390D02*
+X122666666Y-40835771D01*
+X122666666Y-40835771D02*
+X122761904Y-40788152D01*
+X122761904Y-40788152D02*
+X122904761Y-40788152D01*
+X122904761Y-40788152D02*
+X122999999Y-40835771D01*
+X122999999Y-40835771D02*
+X123047618Y-40883390D01*
+X123047618Y-40883390D02*
+X123095237Y-40978628D01*
+X123095237Y-40978628D02*
+X123095237Y-41264342D01*
+X123095237Y-41264342D02*
+X123047618Y-41359580D01*
+X123047618Y-41359580D02*
+X122999999Y-41407200D01*
+X122999999Y-41407200D02*
+X122904761Y-41454819D01*
+X122904761Y-41454819D02*
+X122761904Y-41454819D01*
+X123380952Y-40788152D02*
+X123761904Y-40788152D01*
+X123523809Y-40454819D02*
+X123523809Y-41311961D01*
+X123523809Y-41311961D02*
+X123571428Y-41407200D01*
+X123571428Y-41407200D02*
+X123666666Y-41454819D01*
+X123666666Y-41454819D02*
+X123761904Y-41454819D01*
+X124238095Y-41454819D02*
+X124142857Y-41407200D01*
+X124142857Y-41407200D02*
+X124095238Y-41359580D01*
+X124095238Y-41359580D02*
+X124047619Y-41264342D01*
+X124047619Y-41264342D02*
+X124047619Y-40978628D01*
+X124047619Y-40978628D02*
+X124095238Y-40883390D01*
+X124095238Y-40883390D02*
+X124142857Y-40835771D01*
+X124142857Y-40835771D02*
+X124238095Y-40788152D01*
+X124238095Y-40788152D02*
+X124380952Y-40788152D01*
+X124380952Y-40788152D02*
+X124476190Y-40835771D01*
+X124476190Y-40835771D02*
+X124523809Y-40883390D01*
+X124523809Y-40883390D02*
+X124571428Y-40978628D01*
+X124571428Y-40978628D02*
+X124571428Y-41264342D01*
+X124571428Y-41264342D02*
+X124523809Y-41359580D01*
+X124523809Y-41359580D02*
+X124476190Y-41407200D01*
+X124476190Y-41407200D02*
+X124380952Y-41454819D01*
+X124380952Y-41454819D02*
+X124238095Y-41454819D01*
+X125000000Y-41454819D02*
+X125000000Y-40788152D01*
+X125000000Y-40978628D02*
+X125047619Y-40883390D01*
+X125047619Y-40883390D02*
+X125095238Y-40835771D01*
+X125095238Y-40835771D02*
+X125190476Y-40788152D01*
+X125190476Y-40788152D02*
+X125285714Y-40788152D01*
+X125619048Y-41454819D02*
+X125619048Y-40454819D01*
+X125619048Y-40454819D02*
+X126000000Y-40454819D01*
+X126000000Y-40454819D02*
+X126095238Y-40502438D01*
+X126095238Y-40502438D02*
+X126142857Y-40550057D01*
+X126142857Y-40550057D02*
+X126190476Y-40645295D01*
+X126190476Y-40645295D02*
+X126190476Y-40788152D01*
+X126190476Y-40788152D02*
+X126142857Y-40883390D01*
+X126142857Y-40883390D02*
+X126095238Y-40931009D01*
+X126095238Y-40931009D02*
+X126000000Y-40978628D01*
+X126000000Y-40978628D02*
+X125619048Y-40978628D01*
+X126761905Y-41454819D02*
+X126666667Y-41407200D01*
+X126666667Y-41407200D02*
+X126619048Y-41359580D01*
+X126619048Y-41359580D02*
+X126571429Y-41264342D01*
+X126571429Y-41264342D02*
+X126571429Y-40978628D01*
+X126571429Y-40978628D02*
+X126619048Y-40883390D01*
+X126619048Y-40883390D02*
+X126666667Y-40835771D01*
+X126666667Y-40835771D02*
+X126761905Y-40788152D01*
+X126761905Y-40788152D02*
+X126904762Y-40788152D01*
+X126904762Y-40788152D02*
+X127000000Y-40835771D01*
+X127000000Y-40835771D02*
+X127047619Y-40883390D01*
+X127047619Y-40883390D02*
+X127095238Y-40978628D01*
+X127095238Y-40978628D02*
+X127095238Y-41264342D01*
+X127095238Y-41264342D02*
+X127047619Y-41359580D01*
+X127047619Y-41359580D02*
+X127000000Y-41407200D01*
+X127000000Y-41407200D02*
+X126904762Y-41454819D01*
+X126904762Y-41454819D02*
+X126761905Y-41454819D01*
+X127428572Y-40788152D02*
+X127619048Y-41454819D01*
+X127619048Y-41454819D02*
+X127809524Y-40978628D01*
+X127809524Y-40978628D02*
+X128000000Y-41454819D01*
+X128000000Y-41454819D02*
+X128190476Y-40788152D01*
+X128952381Y-41407200D02*
+X128857143Y-41454819D01*
+X128857143Y-41454819D02*
+X128666667Y-41454819D01*
+X128666667Y-41454819D02*
+X128571429Y-41407200D01*
+X128571429Y-41407200D02*
+X128523810Y-41311961D01*
+X128523810Y-41311961D02*
+X128523810Y-40931009D01*
+X128523810Y-40931009D02*
+X128571429Y-40835771D01*
+X128571429Y-40835771D02*
+X128666667Y-40788152D01*
+X128666667Y-40788152D02*
+X128857143Y-40788152D01*
+X128857143Y-40788152D02*
+X128952381Y-40835771D01*
+X128952381Y-40835771D02*
+X129000000Y-40931009D01*
+X129000000Y-40931009D02*
+X129000000Y-41026247D01*
+X129000000Y-41026247D02*
+X128523810Y-41121485D01*
+X129428572Y-41454819D02*
+X129428572Y-40788152D01*
+X129428572Y-40978628D02*
+X129476191Y-40883390D01*
+X129476191Y-40883390D02*
+X129523810Y-40835771D01*
+X129523810Y-40835771D02*
+X129619048Y-40788152D01*
+X129619048Y-40788152D02*
+X129714286Y-40788152D01*
+X130571429Y-41454819D02*
+X130000001Y-41454819D01*
+X130285715Y-41454819D02*
+X130285715Y-40454819D01*
+X130285715Y-40454819D02*
+X130190477Y-40597676D01*
+X130190477Y-40597676D02*
+X130095239Y-40692914D01*
+X130095239Y-40692914D02*
+X130000001Y-40740533D01*
+X119357142Y-62679580D02*
+X119309523Y-62727200D01*
+X119309523Y-62727200D02*
+X119166666Y-62774819D01*
+X119166666Y-62774819D02*
+X119071428Y-62774819D01*
+X119071428Y-62774819D02*
+X118928571Y-62727200D01*
+X118928571Y-62727200D02*
+X118833333Y-62631961D01*
+X118833333Y-62631961D02*
+X118785714Y-62536723D01*
+X118785714Y-62536723D02*
+X118738095Y-62346247D01*
+X118738095Y-62346247D02*
+X118738095Y-62203390D01*
+X118738095Y-62203390D02*
+X118785714Y-62012914D01*
+X118785714Y-62012914D02*
+X118833333Y-61917676D01*
+X118833333Y-61917676D02*
+X118928571Y-61822438D01*
+X118928571Y-61822438D02*
+X119071428Y-61774819D01*
+X119071428Y-61774819D02*
+X119166666Y-61774819D01*
+X119166666Y-61774819D02*
+X119309523Y-61822438D01*
+X119309523Y-61822438D02*
+X119357142Y-61870057D01*
+X120309523Y-62774819D02*
+X119738095Y-62774819D01*
+X120023809Y-62774819D02*
+X120023809Y-61774819D01*
+X120023809Y-61774819D02*
+X119928571Y-61917676D01*
+X119928571Y-61917676D02*
+X119833333Y-62012914D01*
+X119833333Y-62012914D02*
+X119738095Y-62060533D01*
+X121166666Y-61774819D02*
+X120976190Y-61774819D01*
+X120976190Y-61774819D02*
+X120880952Y-61822438D01*
+X120880952Y-61822438D02*
+X120833333Y-61870057D01*
+X120833333Y-61870057D02*
+X120738095Y-62012914D01*
+X120738095Y-62012914D02*
+X120690476Y-62203390D01*
+X120690476Y-62203390D02*
+X120690476Y-62584342D01*
+X120690476Y-62584342D02*
+X120738095Y-62679580D01*
+X120738095Y-62679580D02*
+X120785714Y-62727200D01*
+X120785714Y-62727200D02*
+X120880952Y-62774819D01*
+X120880952Y-62774819D02*
+X121071428Y-62774819D01*
+X121071428Y-62774819D02*
+X121166666Y-62727200D01*
+X121166666Y-62727200D02*
+X121214285Y-62679580D01*
+X121214285Y-62679580D02*
+X121261904Y-62584342D01*
+X121261904Y-62584342D02*
+X121261904Y-62346247D01*
+X121261904Y-62346247D02*
+X121214285Y-62251009D01*
+X121214285Y-62251009D02*
+X121166666Y-62203390D01*
+X121166666Y-62203390D02*
+X121071428Y-62155771D01*
+X121071428Y-62155771D02*
+X120880952Y-62155771D01*
+X120880952Y-62155771D02*
+X120785714Y-62203390D01*
+X120785714Y-62203390D02*
+X120738095Y-62251009D01*
+X120738095Y-62251009D02*
+X120690476Y-62346247D01*
+X124357142Y-89509580D02*
+X124309523Y-89557200D01*
+X124309523Y-89557200D02*
+X124166666Y-89604819D01*
+X124166666Y-89604819D02*
+X124071428Y-89604819D01*
+X124071428Y-89604819D02*
+X123928571Y-89557200D01*
+X123928571Y-89557200D02*
+X123833333Y-89461961D01*
+X123833333Y-89461961D02*
+X123785714Y-89366723D01*
+X123785714Y-89366723D02*
+X123738095Y-89176247D01*
+X123738095Y-89176247D02*
+X123738095Y-89033390D01*
+X123738095Y-89033390D02*
+X123785714Y-88842914D01*
+X123785714Y-88842914D02*
+X123833333Y-88747676D01*
+X123833333Y-88747676D02*
+X123928571Y-88652438D01*
+X123928571Y-88652438D02*
+X124071428Y-88604819D01*
+X124071428Y-88604819D02*
+X124166666Y-88604819D01*
+X124166666Y-88604819D02*
+X124309523Y-88652438D01*
+X124309523Y-88652438D02*
+X124357142Y-88700057D01*
+X125309523Y-89604819D02*
+X124738095Y-89604819D01*
+X125023809Y-89604819D02*
+X125023809Y-88604819D01*
+X125023809Y-88604819D02*
+X124928571Y-88747676D01*
+X124928571Y-88747676D02*
+X124833333Y-88842914D01*
+X124833333Y-88842914D02*
+X124738095Y-88890533D01*
+X125642857Y-88604819D02*
+X126309523Y-88604819D01*
+X126309523Y-88604819D02*
+X125880952Y-89604819D01*
+X100833333Y-90009580D02*
+X100785714Y-90057200D01*
+X100785714Y-90057200D02*
+X100642857Y-90104819D01*
+X100642857Y-90104819D02*
+X100547619Y-90104819D01*
+X100547619Y-90104819D02*
+X100404762Y-90057200D01*
+X100404762Y-90057200D02*
+X100309524Y-89961961D01*
+X100309524Y-89961961D02*
+X100261905Y-89866723D01*
+X100261905Y-89866723D02*
+X100214286Y-89676247D01*
+X100214286Y-89676247D02*
+X100214286Y-89533390D01*
+X100214286Y-89533390D02*
+X100261905Y-89342914D01*
+X100261905Y-89342914D02*
+X100309524Y-89247676D01*
+X100309524Y-89247676D02*
+X100404762Y-89152438D01*
+X100404762Y-89152438D02*
+X100547619Y-89104819D01*
+X100547619Y-89104819D02*
+X100642857Y-89104819D01*
+X100642857Y-89104819D02*
+X100785714Y-89152438D01*
+X100785714Y-89152438D02*
+X100833333Y-89200057D01*
+X101166667Y-89104819D02*
+X101785714Y-89104819D01*
+X101785714Y-89104819D02*
+X101452381Y-89485771D01*
+X101452381Y-89485771D02*
+X101595238Y-89485771D01*
+X101595238Y-89485771D02*
+X101690476Y-89533390D01*
+X101690476Y-89533390D02*
+X101738095Y-89581009D01*
+X101738095Y-89581009D02*
+X101785714Y-89676247D01*
+X101785714Y-89676247D02*
+X101785714Y-89914342D01*
+X101785714Y-89914342D02*
+X101738095Y-90009580D01*
+X101738095Y-90009580D02*
+X101690476Y-90057200D01*
+X101690476Y-90057200D02*
+X101595238Y-90104819D01*
+X101595238Y-90104819D02*
+X101309524Y-90104819D01*
+X101309524Y-90104819D02*
+X101214286Y-90057200D01*
+X101214286Y-90057200D02*
+X101166667Y-90009580D01*
+X71771429Y-97156009D02*
+X72104762Y-97156009D01*
+X72247619Y-97679819D02*
+X71771429Y-97679819D01*
+X71771429Y-97679819D02*
+X71771429Y-96679819D01*
+X71771429Y-96679819D02*
+X72247619Y-96679819D01*
+X72628572Y-97632200D02*
+X72771429Y-97679819D01*
+X72771429Y-97679819D02*
+X73009524Y-97679819D01*
+X73009524Y-97679819D02*
+X73104762Y-97632200D01*
+X73104762Y-97632200D02*
+X73152381Y-97584580D01*
+X73152381Y-97584580D02*
+X73200000Y-97489342D01*
+X73200000Y-97489342D02*
+X73200000Y-97394104D01*
+X73200000Y-97394104D02*
+X73152381Y-97298866D01*
+X73152381Y-97298866D02*
+X73104762Y-97251247D01*
+X73104762Y-97251247D02*
+X73009524Y-97203628D01*
+X73009524Y-97203628D02*
+X72819048Y-97156009D01*
+X72819048Y-97156009D02*
+X72723810Y-97108390D01*
+X72723810Y-97108390D02*
+X72676191Y-97060771D01*
+X72676191Y-97060771D02*
+X72628572Y-96965533D01*
+X72628572Y-96965533D02*
+X72628572Y-96870295D01*
+X72628572Y-96870295D02*
+X72676191Y-96775057D01*
+X72676191Y-96775057D02*
+X72723810Y-96727438D01*
+X72723810Y-96727438D02*
+X72819048Y-96679819D01*
+X72819048Y-96679819D02*
+X73057143Y-96679819D01*
+X73057143Y-96679819D02*
+X73200000Y-96727438D01*
+X73628572Y-97679819D02*
+X73628572Y-96679819D01*
+X73628572Y-96679819D02*
+X74009524Y-96679819D01*
+X74009524Y-96679819D02*
+X74104762Y-96727438D01*
+X74104762Y-96727438D02*
+X74152381Y-96775057D01*
+X74152381Y-96775057D02*
+X74200000Y-96870295D01*
+X74200000Y-96870295D02*
+X74200000Y-97013152D01*
+X74200000Y-97013152D02*
+X74152381Y-97108390D01*
+X74152381Y-97108390D02*
+X74104762Y-97156009D01*
+X74104762Y-97156009D02*
+X74009524Y-97203628D01*
+X74009524Y-97203628D02*
+X73628572Y-97203628D01*
+X74533334Y-96679819D02*
+X75152381Y-96679819D01*
+X75152381Y-96679819D02*
+X74819048Y-97060771D01*
+X74819048Y-97060771D02*
+X74961905Y-97060771D01*
+X74961905Y-97060771D02*
+X75057143Y-97108390D01*
+X75057143Y-97108390D02*
+X75104762Y-97156009D01*
+X75104762Y-97156009D02*
+X75152381Y-97251247D01*
+X75152381Y-97251247D02*
+X75152381Y-97489342D01*
+X75152381Y-97489342D02*
+X75104762Y-97584580D01*
+X75104762Y-97584580D02*
+X75057143Y-97632200D01*
+X75057143Y-97632200D02*
+X74961905Y-97679819D01*
+X74961905Y-97679819D02*
+X74676191Y-97679819D01*
+X74676191Y-97679819D02*
+X74580953Y-97632200D01*
+X74580953Y-97632200D02*
+X74533334Y-97584580D01*
+X75533334Y-96775057D02*
+X75580953Y-96727438D01*
+X75580953Y-96727438D02*
+X75676191Y-96679819D01*
+X75676191Y-96679819D02*
+X75914286Y-96679819D01*
+X75914286Y-96679819D02*
+X76009524Y-96727438D01*
+X76009524Y-96727438D02*
+X76057143Y-96775057D01*
+X76057143Y-96775057D02*
+X76104762Y-96870295D01*
+X76104762Y-96870295D02*
+X76104762Y-96965533D01*
+X76104762Y-96965533D02*
+X76057143Y-97108390D01*
+X76057143Y-97108390D02*
+X75485715Y-97679819D01*
+X75485715Y-97679819D02*
+X76104762Y-97679819D01*
+X76533334Y-97298866D02*
+X77295239Y-97298866D01*
+X77676191Y-96679819D02*
+X77914286Y-97679819D01*
+X77914286Y-97679819D02*
+X78104762Y-96965533D01*
+X78104762Y-96965533D02*
+X78295238Y-97679819D01*
+X78295238Y-97679819D02*
+X78533334Y-96679819D01*
+X79485714Y-97679819D02*
+X79152381Y-97203628D01*
+X78914286Y-97679819D02*
+X78914286Y-96679819D01*
+X78914286Y-96679819D02*
+X79295238Y-96679819D01*
+X79295238Y-96679819D02*
+X79390476Y-96727438D01*
+X79390476Y-96727438D02*
+X79438095Y-96775057D01*
+X79438095Y-96775057D02*
+X79485714Y-96870295D01*
+X79485714Y-96870295D02*
+X79485714Y-97013152D01*
+X79485714Y-97013152D02*
+X79438095Y-97108390D01*
+X79438095Y-97108390D02*
+X79390476Y-97156009D01*
+X79390476Y-97156009D02*
+X79295238Y-97203628D01*
+X79295238Y-97203628D02*
+X78914286Y-97203628D01*
+X80104762Y-96679819D02*
+X80295238Y-96679819D01*
+X80295238Y-96679819D02*
+X80390476Y-96727438D01*
+X80390476Y-96727438D02*
+X80485714Y-96822676D01*
+X80485714Y-96822676D02*
+X80533333Y-97013152D01*
+X80533333Y-97013152D02*
+X80533333Y-97346485D01*
+X80533333Y-97346485D02*
+X80485714Y-97536961D01*
+X80485714Y-97536961D02*
+X80390476Y-97632200D01*
+X80390476Y-97632200D02*
+X80295238Y-97679819D01*
+X80295238Y-97679819D02*
+X80104762Y-97679819D01*
+X80104762Y-97679819D02*
+X80009524Y-97632200D01*
+X80009524Y-97632200D02*
+X79914286Y-97536961D01*
+X79914286Y-97536961D02*
+X79866667Y-97346485D01*
+X79866667Y-97346485D02*
+X79866667Y-97013152D01*
+X79866667Y-97013152D02*
+X79914286Y-96822676D01*
+X79914286Y-96822676D02*
+X80009524Y-96727438D01*
+X80009524Y-96727438D02*
+X80104762Y-96679819D01*
+X81152381Y-96679819D02*
+X81342857Y-96679819D01*
+X81342857Y-96679819D02*
+X81438095Y-96727438D01*
+X81438095Y-96727438D02*
+X81533333Y-96822676D01*
+X81533333Y-96822676D02*
+X81580952Y-97013152D01*
+X81580952Y-97013152D02*
+X81580952Y-97346485D01*
+X81580952Y-97346485D02*
+X81533333Y-97536961D01*
+X81533333Y-97536961D02*
+X81438095Y-97632200D01*
+X81438095Y-97632200D02*
+X81342857Y-97679819D01*
+X81342857Y-97679819D02*
+X81152381Y-97679819D01*
+X81152381Y-97679819D02*
+X81057143Y-97632200D01*
+X81057143Y-97632200D02*
+X80961905Y-97536961D01*
+X80961905Y-97536961D02*
+X80914286Y-97346485D01*
+X80914286Y-97346485D02*
+X80914286Y-97013152D01*
+X80914286Y-97013152D02*
+X80961905Y-96822676D01*
+X80961905Y-96822676D02*
+X81057143Y-96727438D01*
+X81057143Y-96727438D02*
+X81152381Y-96679819D01*
+X82009524Y-97679819D02*
+X82009524Y-96679819D01*
+X82009524Y-96679819D02*
+X82342857Y-97394104D01*
+X82342857Y-97394104D02*
+X82676190Y-96679819D01*
+X82676190Y-96679819D02*
+X82676190Y-97679819D01*
+X83676190Y-97679819D02*
+X83104762Y-97679819D01*
+X83390476Y-97679819D02*
+X83390476Y-96679819D01*
+X83390476Y-96679819D02*
+X83295238Y-96822676D01*
+X83295238Y-96822676D02*
+X83200000Y-96917914D01*
+X83200000Y-96917914D02*
+X83104762Y-96965533D01*
+X124357142Y-79359580D02*
+X124309523Y-79407200D01*
+X124309523Y-79407200D02*
+X124166666Y-79454819D01*
+X124166666Y-79454819D02*
+X124071428Y-79454819D01*
+X124071428Y-79454819D02*
+X123928571Y-79407200D01*
+X123928571Y-79407200D02*
+X123833333Y-79311961D01*
+X123833333Y-79311961D02*
+X123785714Y-79216723D01*
+X123785714Y-79216723D02*
+X123738095Y-79026247D01*
+X123738095Y-79026247D02*
+X123738095Y-78883390D01*
+X123738095Y-78883390D02*
+X123785714Y-78692914D01*
+X123785714Y-78692914D02*
+X123833333Y-78597676D01*
+X123833333Y-78597676D02*
+X123928571Y-78502438D01*
+X123928571Y-78502438D02*
+X124071428Y-78454819D01*
+X124071428Y-78454819D02*
+X124166666Y-78454819D01*
+X124166666Y-78454819D02*
+X124309523Y-78502438D01*
+X124309523Y-78502438D02*
+X124357142Y-78550057D01*
+X125309523Y-79454819D02*
+X124738095Y-79454819D01*
+X125023809Y-79454819D02*
+X125023809Y-78454819D01*
+X125023809Y-78454819D02*
+X124928571Y-78597676D01*
+X124928571Y-78597676D02*
+X124833333Y-78692914D01*
+X124833333Y-78692914D02*
+X124738095Y-78740533D01*
+X126214285Y-78454819D02*
+X125738095Y-78454819D01*
+X125738095Y-78454819D02*
+X125690476Y-78931009D01*
+X125690476Y-78931009D02*
+X125738095Y-78883390D01*
+X125738095Y-78883390D02*
+X125833333Y-78835771D01*
+X125833333Y-78835771D02*
+X126071428Y-78835771D01*
+X126071428Y-78835771D02*
+X126166666Y-78883390D01*
+X126166666Y-78883390D02*
+X126214285Y-78931009D01*
+X126214285Y-78931009D02*
+X126261904Y-79026247D01*
+X126261904Y-79026247D02*
+X126261904Y-79264342D01*
+X126261904Y-79264342D02*
+X126214285Y-79359580D01*
+X126214285Y-79359580D02*
+X126166666Y-79407200D01*
+X126166666Y-79407200D02*
+X126071428Y-79454819D01*
+X126071428Y-79454819D02*
+X125833333Y-79454819D01*
+X125833333Y-79454819D02*
+X125738095Y-79407200D01*
+X125738095Y-79407200D02*
+X125690476Y-79359580D01*
+X124357142Y-81509580D02*
+X124309523Y-81557200D01*
+X124309523Y-81557200D02*
+X124166666Y-81604819D01*
+X124166666Y-81604819D02*
+X124071428Y-81604819D01*
+X124071428Y-81604819D02*
+X123928571Y-81557200D01*
+X123928571Y-81557200D02*
+X123833333Y-81461961D01*
+X123833333Y-81461961D02*
+X123785714Y-81366723D01*
+X123785714Y-81366723D02*
+X123738095Y-81176247D01*
+X123738095Y-81176247D02*
+X123738095Y-81033390D01*
+X123738095Y-81033390D02*
+X123785714Y-80842914D01*
+X123785714Y-80842914D02*
+X123833333Y-80747676D01*
+X123833333Y-80747676D02*
+X123928571Y-80652438D01*
+X123928571Y-80652438D02*
+X124071428Y-80604819D01*
+X124071428Y-80604819D02*
+X124166666Y-80604819D01*
+X124166666Y-80604819D02*
+X124309523Y-80652438D01*
+X124309523Y-80652438D02*
+X124357142Y-80700057D01*
+X125309523Y-81604819D02*
+X124738095Y-81604819D01*
+X125023809Y-81604819D02*
+X125023809Y-80604819D01*
+X125023809Y-80604819D02*
+X124928571Y-80747676D01*
+X124928571Y-80747676D02*
+X124833333Y-80842914D01*
+X124833333Y-80842914D02*
+X124738095Y-80890533D01*
+X125690476Y-80700057D02*
+X125738095Y-80652438D01*
+X125738095Y-80652438D02*
+X125833333Y-80604819D01*
+X125833333Y-80604819D02*
+X126071428Y-80604819D01*
+X126071428Y-80604819D02*
+X126166666Y-80652438D01*
+X126166666Y-80652438D02*
+X126214285Y-80700057D01*
+X126214285Y-80700057D02*
+X126261904Y-80795295D01*
+X126261904Y-80795295D02*
+X126261904Y-80890533D01*
+X126261904Y-80890533D02*
+X126214285Y-81033390D01*
+X126214285Y-81033390D02*
+X125642857Y-81604819D01*
+X125642857Y-81604819D02*
+X126261904Y-81604819D01*
+X117463095Y-73429819D02*
+X117463095Y-74239342D01*
+X117463095Y-74239342D02*
+X117510714Y-74334580D01*
+X117510714Y-74334580D02*
+X117558333Y-74382200D01*
+X117558333Y-74382200D02*
+X117653571Y-74429819D01*
+X117653571Y-74429819D02*
+X117844047Y-74429819D01*
+X117844047Y-74429819D02*
+X117939285Y-74382200D01*
+X117939285Y-74382200D02*
+X117986904Y-74334580D01*
+X117986904Y-74334580D02*
+X118034523Y-74239342D01*
+X118034523Y-74239342D02*
+X118034523Y-73429819D01*
+X118463095Y-73525057D02*
+X118510714Y-73477438D01*
+X118510714Y-73477438D02*
+X118605952Y-73429819D01*
+X118605952Y-73429819D02*
+X118844047Y-73429819D01*
+X118844047Y-73429819D02*
+X118939285Y-73477438D01*
+X118939285Y-73477438D02*
+X118986904Y-73525057D01*
+X118986904Y-73525057D02*
+X119034523Y-73620295D01*
+X119034523Y-73620295D02*
+X119034523Y-73715533D01*
+X119034523Y-73715533D02*
+X118986904Y-73858390D01*
+X118986904Y-73858390D02*
+X118415476Y-74429819D01*
+X118415476Y-74429819D02*
+X119034523Y-74429819D01*
+X112166667Y-41407200D02*
+X112309524Y-41454819D01*
+X112309524Y-41454819D02*
+X112547619Y-41454819D01*
+X112547619Y-41454819D02*
+X112642857Y-41407200D01*
+X112642857Y-41407200D02*
+X112690476Y-41359580D01*
+X112690476Y-41359580D02*
+X112738095Y-41264342D01*
+X112738095Y-41264342D02*
+X112738095Y-41169104D01*
+X112738095Y-41169104D02*
+X112690476Y-41073866D01*
+X112690476Y-41073866D02*
+X112642857Y-41026247D01*
+X112642857Y-41026247D02*
+X112547619Y-40978628D01*
+X112547619Y-40978628D02*
+X112357143Y-40931009D01*
+X112357143Y-40931009D02*
+X112261905Y-40883390D01*
+X112261905Y-40883390D02*
+X112214286Y-40835771D01*
+X112214286Y-40835771D02*
+X112166667Y-40740533D01*
+X112166667Y-40740533D02*
+X112166667Y-40645295D01*
+X112166667Y-40645295D02*
+X112214286Y-40550057D01*
+X112214286Y-40550057D02*
+X112261905Y-40502438D01*
+X112261905Y-40502438D02*
+X112357143Y-40454819D01*
+X112357143Y-40454819D02*
+X112595238Y-40454819D01*
+X112595238Y-40454819D02*
+X112738095Y-40502438D01*
+X113071429Y-40454819D02*
+X113309524Y-41454819D01*
+X113309524Y-41454819D02*
+X113500000Y-40740533D01*
+X113500000Y-40740533D02*
+X113690476Y-41454819D01*
+X113690476Y-41454819D02*
+X113928572Y-40454819D01*
+X114833333Y-41454819D02*
+X114261905Y-41454819D01*
+X114547619Y-41454819D02*
+X114547619Y-40454819D01*
+X114547619Y-40454819D02*
+X114452381Y-40597676D01*
+X114452381Y-40597676D02*
+X114357143Y-40692914D01*
+X114357143Y-40692914D02*
+X114261905Y-40740533D01*
+X124357142Y-93509580D02*
+X124309523Y-93557200D01*
+X124309523Y-93557200D02*
+X124166666Y-93604819D01*
+X124166666Y-93604819D02*
+X124071428Y-93604819D01*
+X124071428Y-93604819D02*
+X123928571Y-93557200D01*
+X123928571Y-93557200D02*
+X123833333Y-93461961D01*
+X123833333Y-93461961D02*
+X123785714Y-93366723D01*
+X123785714Y-93366723D02*
+X123738095Y-93176247D01*
+X123738095Y-93176247D02*
+X123738095Y-93033390D01*
+X123738095Y-93033390D02*
+X123785714Y-92842914D01*
+X123785714Y-92842914D02*
+X123833333Y-92747676D01*
+X123833333Y-92747676D02*
+X123928571Y-92652438D01*
+X123928571Y-92652438D02*
+X124071428Y-92604819D01*
+X124071428Y-92604819D02*
+X124166666Y-92604819D01*
+X124166666Y-92604819D02*
+X124309523Y-92652438D01*
+X124309523Y-92652438D02*
+X124357142Y-92700057D01*
+X125309523Y-93604819D02*
+X124738095Y-93604819D01*
+X125023809Y-93604819D02*
+X125023809Y-92604819D01*
+X125023809Y-92604819D02*
+X124928571Y-92747676D01*
+X124928571Y-92747676D02*
+X124833333Y-92842914D01*
+X124833333Y-92842914D02*
+X124738095Y-92890533D01*
+X125880952Y-93033390D02*
+X125785714Y-92985771D01*
+X125785714Y-92985771D02*
+X125738095Y-92938152D01*
+X125738095Y-92938152D02*
+X125690476Y-92842914D01*
+X125690476Y-92842914D02*
+X125690476Y-92795295D01*
+X125690476Y-92795295D02*
+X125738095Y-92700057D01*
+X125738095Y-92700057D02*
+X125785714Y-92652438D01*
+X125785714Y-92652438D02*
+X125880952Y-92604819D01*
+X125880952Y-92604819D02*
+X126071428Y-92604819D01*
+X126071428Y-92604819D02*
+X126166666Y-92652438D01*
+X126166666Y-92652438D02*
+X126214285Y-92700057D01*
+X126214285Y-92700057D02*
+X126261904Y-92795295D01*
+X126261904Y-92795295D02*
+X126261904Y-92842914D01*
+X126261904Y-92842914D02*
+X126214285Y-92938152D01*
+X126214285Y-92938152D02*
+X126166666Y-92985771D01*
+X126166666Y-92985771D02*
+X126071428Y-93033390D01*
+X126071428Y-93033390D02*
+X125880952Y-93033390D01*
+X125880952Y-93033390D02*
+X125785714Y-93081009D01*
+X125785714Y-93081009D02*
+X125738095Y-93128628D01*
+X125738095Y-93128628D02*
+X125690476Y-93223866D01*
+X125690476Y-93223866D02*
+X125690476Y-93414342D01*
+X125690476Y-93414342D02*
+X125738095Y-93509580D01*
+X125738095Y-93509580D02*
+X125785714Y-93557200D01*
+X125785714Y-93557200D02*
+X125880952Y-93604819D01*
+X125880952Y-93604819D02*
+X126071428Y-93604819D01*
+X126071428Y-93604819D02*
+X126166666Y-93557200D01*
+X126166666Y-93557200D02*
+X126214285Y-93509580D01*
+X126214285Y-93509580D02*
+X126261904Y-93414342D01*
+X126261904Y-93414342D02*
+X126261904Y-93223866D01*
+X126261904Y-93223866D02*
+X126214285Y-93128628D01*
+X126214285Y-93128628D02*
+X126166666Y-93081009D01*
+X126166666Y-93081009D02*
+X126071428Y-93033390D01*
+X96833333Y-78454819D02*
+X96500000Y-77978628D01*
+X96261905Y-78454819D02*
+X96261905Y-77454819D01*
+X96261905Y-77454819D02*
+X96642857Y-77454819D01*
+X96642857Y-77454819D02*
+X96738095Y-77502438D01*
+X96738095Y-77502438D02*
+X96785714Y-77550057D01*
+X96785714Y-77550057D02*
+X96833333Y-77645295D01*
+X96833333Y-77645295D02*
+X96833333Y-77788152D01*
+X96833333Y-77788152D02*
+X96785714Y-77883390D01*
+X96785714Y-77883390D02*
+X96738095Y-77931009D01*
+X96738095Y-77931009D02*
+X96642857Y-77978628D01*
+X96642857Y-77978628D02*
+X96261905Y-77978628D01*
+X97214286Y-77550057D02*
+X97261905Y-77502438D01*
+X97261905Y-77502438D02*
+X97357143Y-77454819D01*
+X97357143Y-77454819D02*
+X97595238Y-77454819D01*
+X97595238Y-77454819D02*
+X97690476Y-77502438D01*
+X97690476Y-77502438D02*
+X97738095Y-77550057D01*
+X97738095Y-77550057D02*
+X97785714Y-77645295D01*
+X97785714Y-77645295D02*
+X97785714Y-77740533D01*
+X97785714Y-77740533D02*
+X97738095Y-77883390D01*
+X97738095Y-77883390D02*
+X97166667Y-78454819D01*
+X97166667Y-78454819D02*
+X97785714Y-78454819D01*
+X92488094Y-41857200D02*
+X92630951Y-41904819D01*
+X92630951Y-41904819D02*
+X92869046Y-41904819D01*
+X92869046Y-41904819D02*
+X92964284Y-41857200D01*
+X92964284Y-41857200D02*
+X93011903Y-41809580D01*
+X93011903Y-41809580D02*
+X93059522Y-41714342D01*
+X93059522Y-41714342D02*
+X93059522Y-41619104D01*
+X93059522Y-41619104D02*
+X93011903Y-41523866D01*
+X93011903Y-41523866D02*
+X92964284Y-41476247D01*
+X92964284Y-41476247D02*
+X92869046Y-41428628D01*
+X92869046Y-41428628D02*
+X92678570Y-41381009D01*
+X92678570Y-41381009D02*
+X92583332Y-41333390D01*
+X92583332Y-41333390D02*
+X92535713Y-41285771D01*
+X92535713Y-41285771D02*
+X92488094Y-41190533D01*
+X92488094Y-41190533D02*
+X92488094Y-41095295D01*
+X92488094Y-41095295D02*
+X92535713Y-41000057D01*
+X92535713Y-41000057D02*
+X92583332Y-40952438D01*
+X92583332Y-40952438D02*
+X92678570Y-40904819D01*
+X92678570Y-40904819D02*
+X92916665Y-40904819D01*
+X92916665Y-40904819D02*
+X93059522Y-40952438D01*
+X93345237Y-41238152D02*
+X93726189Y-41238152D01*
+X93488094Y-40904819D02*
+X93488094Y-41761961D01*
+X93488094Y-41761961D02*
+X93535713Y-41857200D01*
+X93535713Y-41857200D02*
+X93630951Y-41904819D01*
+X93630951Y-41904819D02*
+X93726189Y-41904819D01*
+X94440475Y-41857200D02*
+X94345237Y-41904819D01*
+X94345237Y-41904819D02*
+X94154761Y-41904819D01*
+X94154761Y-41904819D02*
+X94059523Y-41857200D01*
+X94059523Y-41857200D02*
+X94011904Y-41761961D01*
+X94011904Y-41761961D02*
+X94011904Y-41381009D01*
+X94011904Y-41381009D02*
+X94059523Y-41285771D01*
+X94059523Y-41285771D02*
+X94154761Y-41238152D01*
+X94154761Y-41238152D02*
+X94345237Y-41238152D01*
+X94345237Y-41238152D02*
+X94440475Y-41285771D01*
+X94440475Y-41285771D02*
+X94488094Y-41381009D01*
+X94488094Y-41381009D02*
+X94488094Y-41476247D01*
+X94488094Y-41476247D02*
+X94011904Y-41571485D01*
+X94916666Y-41238152D02*
+X94916666Y-42238152D01*
+X94916666Y-41285771D02*
+X95011904Y-41238152D01*
+X95011904Y-41238152D02*
+X95202380Y-41238152D01*
+X95202380Y-41238152D02*
+X95297618Y-41285771D01*
+X95297618Y-41285771D02*
+X95345237Y-41333390D01*
+X95345237Y-41333390D02*
+X95392856Y-41428628D01*
+X95392856Y-41428628D02*
+X95392856Y-41714342D01*
+X95392856Y-41714342D02*
+X95345237Y-41809580D01*
+X95345237Y-41809580D02*
+X95297618Y-41857200D01*
+X95297618Y-41857200D02*
+X95202380Y-41904819D01*
+X95202380Y-41904819D02*
+X95011904Y-41904819D01*
+X95011904Y-41904819D02*
+X94916666Y-41857200D01*
+X95821428Y-41238152D02*
+X95821428Y-42238152D01*
+X95821428Y-41285771D02*
+X95916666Y-41238152D01*
+X95916666Y-41238152D02*
+X96107142Y-41238152D01*
+X96107142Y-41238152D02*
+X96202380Y-41285771D01*
+X96202380Y-41285771D02*
+X96249999Y-41333390D01*
+X96249999Y-41333390D02*
+X96297618Y-41428628D01*
+X96297618Y-41428628D02*
+X96297618Y-41714342D01*
+X96297618Y-41714342D02*
+X96249999Y-41809580D01*
+X96249999Y-41809580D02*
+X96202380Y-41857200D01*
+X96202380Y-41857200D02*
+X96107142Y-41904819D01*
+X96107142Y-41904819D02*
+X95916666Y-41904819D01*
+X95916666Y-41904819D02*
+X95821428Y-41857200D01*
+X97107142Y-41857200D02*
+X97011904Y-41904819D01*
+X97011904Y-41904819D02*
+X96821428Y-41904819D01*
+X96821428Y-41904819D02*
+X96726190Y-41857200D01*
+X96726190Y-41857200D02*
+X96678571Y-41761961D01*
+X96678571Y-41761961D02*
+X96678571Y-41381009D01*
+X96678571Y-41381009D02*
+X96726190Y-41285771D01*
+X96726190Y-41285771D02*
+X96821428Y-41238152D01*
+X96821428Y-41238152D02*
+X97011904Y-41238152D01*
+X97011904Y-41238152D02*
+X97107142Y-41285771D01*
+X97107142Y-41285771D02*
+X97154761Y-41381009D01*
+X97154761Y-41381009D02*
+X97154761Y-41476247D01*
+X97154761Y-41476247D02*
+X96678571Y-41571485D01*
+X97583333Y-41904819D02*
+X97583333Y-41238152D01*
+X97583333Y-41428628D02*
+X97630952Y-41333390D01*
+X97630952Y-41333390D02*
+X97678571Y-41285771D01*
+X97678571Y-41285771D02*
+X97773809Y-41238152D01*
+X97773809Y-41238152D02*
+X97869047Y-41238152D01*
+X98773809Y-41809580D02*
+X98726190Y-41857200D01*
+X98726190Y-41857200D02*
+X98583333Y-41904819D01*
+X98583333Y-41904819D02*
+X98488095Y-41904819D01*
+X98488095Y-41904819D02*
+X98345238Y-41857200D01*
+X98345238Y-41857200D02*
+X98250000Y-41761961D01*
+X98250000Y-41761961D02*
+X98202381Y-41666723D01*
+X98202381Y-41666723D02*
+X98154762Y-41476247D01*
+X98154762Y-41476247D02*
+X98154762Y-41333390D01*
+X98154762Y-41333390D02*
+X98202381Y-41142914D01*
+X98202381Y-41142914D02*
+X98250000Y-41047676D01*
+X98250000Y-41047676D02*
+X98345238Y-40952438D01*
+X98345238Y-40952438D02*
+X98488095Y-40904819D01*
+X98488095Y-40904819D02*
+X98583333Y-40904819D01*
+X98583333Y-40904819D02*
+X98726190Y-40952438D01*
+X98726190Y-40952438D02*
+X98773809Y-41000057D01*
+X99345238Y-41904819D02*
+X99250000Y-41857200D01*
+X99250000Y-41857200D02*
+X99202381Y-41809580D01*
+X99202381Y-41809580D02*
+X99154762Y-41714342D01*
+X99154762Y-41714342D02*
+X99154762Y-41428628D01*
+X99154762Y-41428628D02*
+X99202381Y-41333390D01*
+X99202381Y-41333390D02*
+X99250000Y-41285771D01*
+X99250000Y-41285771D02*
+X99345238Y-41238152D01*
+X99345238Y-41238152D02*
+X99488095Y-41238152D01*
+X99488095Y-41238152D02*
+X99583333Y-41285771D01*
+X99583333Y-41285771D02*
+X99630952Y-41333390D01*
+X99630952Y-41333390D02*
+X99678571Y-41428628D01*
+X99678571Y-41428628D02*
+X99678571Y-41714342D01*
+X99678571Y-41714342D02*
+X99630952Y-41809580D01*
+X99630952Y-41809580D02*
+X99583333Y-41857200D01*
+X99583333Y-41857200D02*
+X99488095Y-41904819D01*
+X99488095Y-41904819D02*
+X99345238Y-41904819D01*
+X100107143Y-41238152D02*
+X100107143Y-41904819D01*
+X100107143Y-41333390D02*
+X100154762Y-41285771D01*
+X100154762Y-41285771D02*
+X100250000Y-41238152D01*
+X100250000Y-41238152D02*
+X100392857Y-41238152D01*
+X100392857Y-41238152D02*
+X100488095Y-41285771D01*
+X100488095Y-41285771D02*
+X100535714Y-41381009D01*
+X100535714Y-41381009D02*
+X100535714Y-41904819D01*
+X101011905Y-41238152D02*
+X101011905Y-41904819D01*
+X101011905Y-41333390D02*
+X101059524Y-41285771D01*
+X101059524Y-41285771D02*
+X101154762Y-41238152D01*
+X101154762Y-41238152D02*
+X101297619Y-41238152D01*
+X101297619Y-41238152D02*
+X101392857Y-41285771D01*
+X101392857Y-41285771D02*
+X101440476Y-41381009D01*
+X101440476Y-41381009D02*
+X101440476Y-41904819D01*
+X102297619Y-41857200D02*
+X102202381Y-41904819D01*
+X102202381Y-41904819D02*
+X102011905Y-41904819D01*
+X102011905Y-41904819D02*
+X101916667Y-41857200D01*
+X101916667Y-41857200D02*
+X101869048Y-41761961D01*
+X101869048Y-41761961D02*
+X101869048Y-41381009D01*
+X101869048Y-41381009D02*
+X101916667Y-41285771D01*
+X101916667Y-41285771D02*
+X102011905Y-41238152D01*
+X102011905Y-41238152D02*
+X102202381Y-41238152D01*
+X102202381Y-41238152D02*
+X102297619Y-41285771D01*
+X102297619Y-41285771D02*
+X102345238Y-41381009D01*
+X102345238Y-41381009D02*
+X102345238Y-41476247D01*
+X102345238Y-41476247D02*
+X101869048Y-41571485D01*
+X103202381Y-41857200D02*
+X103107143Y-41904819D01*
+X103107143Y-41904819D02*
+X102916667Y-41904819D01*
+X102916667Y-41904819D02*
+X102821429Y-41857200D01*
+X102821429Y-41857200D02*
+X102773810Y-41809580D01*
+X102773810Y-41809580D02*
+X102726191Y-41714342D01*
+X102726191Y-41714342D02*
+X102726191Y-41428628D01*
+X102726191Y-41428628D02*
+X102773810Y-41333390D01*
+X102773810Y-41333390D02*
+X102821429Y-41285771D01*
+X102821429Y-41285771D02*
+X102916667Y-41238152D01*
+X102916667Y-41238152D02*
+X103107143Y-41238152D01*
+X103107143Y-41238152D02*
+X103202381Y-41285771D01*
+X103488096Y-41238152D02*
+X103869048Y-41238152D01*
+X103630953Y-40904819D02*
+X103630953Y-41761961D01*
+X103630953Y-41761961D02*
+X103678572Y-41857200D01*
+X103678572Y-41857200D02*
+X103773810Y-41904819D01*
+X103773810Y-41904819D02*
+X103869048Y-41904819D01*
+X104202382Y-41904819D02*
+X104202382Y-41238152D01*
+X104202382Y-40904819D02*
+X104154763Y-40952438D01*
+X104154763Y-40952438D02*
+X104202382Y-41000057D01*
+X104202382Y-41000057D02*
+X104250001Y-40952438D01*
+X104250001Y-40952438D02*
+X104202382Y-40904819D01*
+X104202382Y-40904819D02*
+X104202382Y-41000057D01*
+X104821429Y-41904819D02*
+X104726191Y-41857200D01*
+X104726191Y-41857200D02*
+X104678572Y-41809580D01*
+X104678572Y-41809580D02*
+X104630953Y-41714342D01*
+X104630953Y-41714342D02*
+X104630953Y-41428628D01*
+X104630953Y-41428628D02*
+X104678572Y-41333390D01*
+X104678572Y-41333390D02*
+X104726191Y-41285771D01*
+X104726191Y-41285771D02*
+X104821429Y-41238152D01*
+X104821429Y-41238152D02*
+X104964286Y-41238152D01*
+X104964286Y-41238152D02*
+X105059524Y-41285771D01*
+X105059524Y-41285771D02*
+X105107143Y-41333390D01*
+X105107143Y-41333390D02*
+X105154762Y-41428628D01*
+X105154762Y-41428628D02*
+X105154762Y-41714342D01*
+X105154762Y-41714342D02*
+X105107143Y-41809580D01*
+X105107143Y-41809580D02*
+X105059524Y-41857200D01*
+X105059524Y-41857200D02*
+X104964286Y-41904819D01*
+X104964286Y-41904819D02*
+X104821429Y-41904819D01*
+X105583334Y-41238152D02*
+X105583334Y-41904819D01*
+X105583334Y-41333390D02*
+X105630953Y-41285771D01*
+X105630953Y-41285771D02*
+X105726191Y-41238152D01*
+X105726191Y-41238152D02*
+X105869048Y-41238152D01*
+X105869048Y-41238152D02*
+X105964286Y-41285771D01*
+X105964286Y-41285771D02*
+X106011905Y-41381009D01*
+X106011905Y-41381009D02*
+X106011905Y-41904819D01*
+X107011905Y-41904819D02*
+X106440477Y-41904819D01*
+X106726191Y-41904819D02*
+X106726191Y-40904819D01*
+X106726191Y-40904819D02*
+X106630953Y-41047676D01*
+X106630953Y-41047676D02*
+X106535715Y-41142914D01*
+X106535715Y-41142914D02*
+X106440477Y-41190533D01*
+G04 #@! TO.C,R1*
+D11*
+X131772936Y-94265000D02*
+X132227064Y-94265000D01*
+X131772936Y-95735000D02*
+X132227064Y-95735000D01*
+G04 #@! TO.C,A4988*
+X97240000Y-49710000D02*
+X97240000Y-70290000D01*
+X97240000Y-70290000D02*
+X110070000Y-70290000D01*
+X99910000Y-70290000D02*
+X99910000Y-49710000D01*
+X110070000Y-67620000D02*
+X110070000Y-49710000D01*
+X110070000Y-67620000D02*
+X112740000Y-67620000D01*
+X110070000Y-70290000D02*
+X110070000Y-67620000D01*
+X111340000Y-70290000D02*
+X112740000Y-70290000D01*
+X112740000Y-49710000D02*
+X97240000Y-49710000D01*
+X112740000Y-67620000D02*
+X112740000Y-49710000D01*
+X112740000Y-70290000D02*
+X112740000Y-68890000D01*
+G04 #@! TO.C,R7*
+X131772936Y-86265000D02*
+X132227064Y-86265000D01*
+X131772936Y-87735000D02*
+X132227064Y-87735000D01*
+G04 #@! TO.C,R6*
+X124772936Y-73265000D02*
+X125227064Y-73265000D01*
+X124772936Y-74735000D02*
+X125227064Y-74735000D01*
+G04 #@! TO.C,R8*
+X131772936Y-90265000D02*
+X132227064Y-90265000D01*
+X131772936Y-91735000D02*
+X132227064Y-91735000D01*
+G04 #@! TO.C,L2*
+X123600000Y-53250000D02*
+X123600000Y-56000000D01*
+X123600000Y-62000000D02*
+X123600000Y-64750000D01*
+X124250000Y-52600000D02*
+X135750000Y-52600000D01*
+X135750000Y-65400000D02*
+X124250000Y-65400000D01*
+X136400000Y-53250000D02*
+X136400000Y-56000000D01*
+X136400000Y-62000000D02*
+X136400000Y-64750000D01*
+X123600000Y-53250000D02*
+G75*
+G02*
+X124250000Y-52600000I650001J-1D01*
+G01*
+X124250000Y-65400000D02*
+G75*
+G02*
+X123600000Y-64750000I1J650001D01*
+G01*
+X135750000Y-52600000D02*
+G75*
+G02*
+X136400000Y-53250000I0J-650000D01*
+G01*
+X136400000Y-64750000D02*
+G75*
+G02*
+X135750000Y-65400000I-650000J0D01*
+G01*
+G04 #@! TO.C,C14*
+X129265000Y-72261252D02*
+X129265000Y-71738748D01*
+X130735000Y-72261252D02*
+X130735000Y-71738748D01*
+G04 #@! TO.C,C13*
+X124288748Y-86090000D02*
+X125711252Y-86090000D01*
+X124288748Y-87910000D02*
+X125711252Y-87910000D01*
+G04 #@! TO.C,MotorPower1*
+X121090000Y-44410000D02*
+X121090000Y-46910000D01*
+X121090000Y-46910000D02*
+X123590000Y-46910000D01*
+X121390000Y-44300000D02*
+X121890000Y-44300000D01*
+X121390000Y-45110000D02*
+X122390000Y-45110000D01*
+X121890000Y-43090000D02*
+X131110000Y-43090000D01*
+X121890000Y-44300000D02*
+X121890000Y-43090000D01*
+X122390000Y-45110000D02*
+X122390000Y-46610000D01*
+X130610000Y-45110000D02*
+X130610000Y-46610000D01*
+X131110000Y-43090000D02*
+X131110000Y-44300000D01*
+X131110000Y-44300000D02*
+X131610000Y-44300000D01*
+X131610000Y-45110000D02*
+X130610000Y-45110000D01*
+X121390000Y-42590000D02*
+X131610000Y-42590000D01*
+X131610000Y-46610000D01*
+X121390000Y-46610000D01*
+X121390000Y-42590000D01*
+G04 #@! TO.C,C16*
+X119738748Y-63265000D02*
+X120261252Y-63265000D01*
+X119738748Y-64735000D02*
+X120261252Y-64735000D01*
+G04 #@! TO.C,C17*
+X124288748Y-90090000D02*
+X125711252Y-90090000D01*
+X124288748Y-91910000D02*
+X125711252Y-91910000D01*
+G04 #@! TO.C,C3*
+X96562500Y-92152500D02*
+X97350000Y-92152500D01*
+X96956250Y-91758750D02*
+X96956250Y-92546250D01*
+X97590000Y-91654437D02*
+X97590000Y-92940000D01*
+X97590000Y-91654437D02*
+X98654437Y-90590000D01*
+X97590000Y-96345563D02*
+X97590000Y-95060000D01*
+X97590000Y-96345563D02*
+X98654437Y-97410000D01*
+X98654437Y-90590000D02*
+X104410000Y-90590000D01*
+X98654437Y-97410000D02*
+X104410000Y-97410000D01*
+X104410000Y-90590000D02*
+X104410000Y-92940000D01*
+X104410000Y-97410000D02*
+X104410000Y-95060000D01*
+G04 #@! TO.C,ESP32-WROOM1*
+X63730000Y-51680000D02*
+X91670000Y-51680000D01*
+X63730000Y-96360000D02*
+X63730000Y-51680000D01*
+X91670000Y-96360000D02*
+X63730000Y-96360000D01*
+X91670000Y-96360000D02*
+X91670000Y-51680000D01*
+G04 #@! TO.C,C15*
+X124738748Y-76265000D02*
+X125261252Y-76265000D01*
+X124738748Y-77735000D02*
+X125261252Y-77735000D01*
+G04 #@! TO.C,C12*
+X124288748Y-82090000D02*
+X125711252Y-82090000D01*
+X124288748Y-83910000D02*
+X125711252Y-83910000D01*
+G04 #@! TO.C,U2*
+D12*
+X116249919Y-79949920D02*
+X116249919Y-79764922D01*
+X116249919Y-79949920D02*
+X116434917Y-79949920D01*
+X116250081Y-75000080D02*
+X116935081Y-75000080D01*
+X116250081Y-75185078D02*
+X116250081Y-75000080D01*
+X120015083Y-75000080D02*
+X120200081Y-75000080D01*
+X120015083Y-79949920D02*
+X120200081Y-79949920D01*
+X120200081Y-75185078D02*
+X120200081Y-75000080D01*
+X120200081Y-79949920D02*
+X120200081Y-79764922D01*
+G04 #@! TO.C,SW1*
+D11*
+X108390000Y-44190000D02*
+X109390000Y-44190000D01*
+X108890000Y-45000000D02*
+X108390000Y-45000000D01*
+X108890000Y-46210000D02*
+X108890000Y-45000000D01*
+X109390000Y-44190000D02*
+X109390000Y-42690000D01*
+X117610000Y-44190000D02*
+X117610000Y-42690000D01*
+X118110000Y-45000000D02*
+X118110000Y-46210000D01*
+X118110000Y-46210000D02*
+X108890000Y-46210000D01*
+X118610000Y-44190000D02*
+X117610000Y-44190000D01*
+X118610000Y-45000000D02*
+X118110000Y-45000000D01*
+X118910000Y-42390000D02*
+X116410000Y-42390000D01*
+X118910000Y-44890000D02*
+X118910000Y-42390000D01*
+X108390000Y-42690000D02*
+X118610000Y-42690000D01*
+X118610000Y-46710000D01*
+X108390000Y-46710000D01*
+X108390000Y-42690000D01*
+G04 #@! TO.C,C18*
+X124288748Y-94090000D02*
+X125711252Y-94090000D01*
+X124288748Y-95910000D02*
+X125711252Y-95910000D01*
+G04 #@! TO.C,R2*
+X96772936Y-79265000D02*
+X97227064Y-79265000D01*
+X96772936Y-80735000D02*
+X97227064Y-80735000D01*
+G04 #@! TO.C,StepperConnection1*
+X93150000Y-42250000D02*
+X93150000Y-43500000D01*
+X93450000Y-44800000D02*
+X94200000Y-44800000D01*
+X94200000Y-44800000D02*
+X94200000Y-47750000D01*
+X94200000Y-47750000D02*
+X99750000Y-47750000D01*
+X94400000Y-42250000D02*
+X93150000Y-42250000D01*
+X105300000Y-44800000D02*
+X105300000Y-47750000D01*
+X105300000Y-47750000D02*
+X99750000Y-47750000D01*
+X106050000Y-44800000D02*
+X105300000Y-44800000D01*
+X93440000Y-42540000D02*
+X106060000Y-42540000D01*
+X106060000Y-48510000D01*
+X93440000Y-48510000D01*
+X93440000Y-42540000D01*
+X93450000Y-42550000D02*
+X95250000Y-42550000D01*
+X95250000Y-43300000D01*
+X93450000Y-43300000D01*
+X93450000Y-42550000D01*
+X96750000Y-42550000D02*
+X102750000Y-42550000D01*
+X102750000Y-43300000D01*
+X96750000Y-43300000D01*
+X96750000Y-42550000D01*
+X104250000Y-42550000D02*
+X106050000Y-42550000D01*
+X106050000Y-43300000D01*
+X104250000Y-43300000D01*
+X104250000Y-42550000D01*
+G04 #@! TD*
+%LPC*%
+D13*
+G04 #@! TO.C,R1*
+X131000000Y-95000000D03*
+X133000000Y-95000000D03*
+G04 #@! TD*
+D14*
+G04 #@! TO.C,A4988*
+X111340000Y-68890000D03*
+D15*
+X111340000Y-66350000D03*
+X111340000Y-63810000D03*
+X111340000Y-61270000D03*
+X111340000Y-58730000D03*
+X111340000Y-56190000D03*
+X111340000Y-53650000D03*
+X111340000Y-51110000D03*
+X98640000Y-51110000D03*
+X98640000Y-53650000D03*
+X98640000Y-56190000D03*
+X98640000Y-58730000D03*
+X98640000Y-61270000D03*
+X98640000Y-63810000D03*
+X98640000Y-66350000D03*
+X98640000Y-68890000D03*
+G04 #@! TD*
+D13*
+G04 #@! TO.C,R7*
+X131000000Y-87000000D03*
+X133000000Y-87000000D03*
+G04 #@! TD*
+G04 #@! TO.C,R6*
+X124000000Y-74000000D03*
+X126000000Y-74000000D03*
+G04 #@! TD*
+G04 #@! TO.C,R8*
+X131000000Y-91000000D03*
+X133000000Y-91000000D03*
+G04 #@! TD*
+D16*
+G04 #@! TO.C,L2*
+X125150000Y-59000000D03*
+X134850000Y-59000000D03*
+G04 #@! TD*
+D17*
+G04 #@! TO.C,C14*
+X130000000Y-73037500D03*
+X130000000Y-70962500D03*
+G04 #@! TD*
+D18*
+G04 #@! TO.C,C13*
+X123437500Y-87000000D03*
+X126562500Y-87000000D03*
+G04 #@! TD*
+D19*
+G04 #@! TO.C,MotorPower1*
+X124000000Y-44300000D03*
+D20*
+X126500000Y-44300000D03*
+X129000000Y-44300000D03*
+G04 #@! TD*
+D21*
+G04 #@! TO.C,C16*
+X118962500Y-64000000D03*
+X121037500Y-64000000D03*
+G04 #@! TD*
+D18*
+G04 #@! TO.C,C17*
+X123437500Y-91000000D03*
+X126562500Y-91000000D03*
+G04 #@! TD*
+D22*
+G04 #@! TO.C,C3*
+X98300000Y-94000000D03*
+X103700000Y-94000000D03*
+G04 #@! TD*
+D23*
+G04 #@! TO.C,ESP32-WROOM1*
+X65000000Y-90560000D03*
+X65000000Y-88020000D03*
+X65000000Y-85480000D03*
+X65000000Y-82940000D03*
+X65000000Y-80400000D03*
+X65000000Y-77860000D03*
+X65000000Y-75320000D03*
+X65000000Y-72780000D03*
+X65000000Y-70240000D03*
+X65000000Y-67700000D03*
+X65000000Y-65160000D03*
+X65000000Y-62620000D03*
+X65000000Y-60080000D03*
+X65000000Y-57540000D03*
+D24*
+X65000000Y-55000000D03*
+D23*
+X90400000Y-90560000D03*
+X90400000Y-88020000D03*
+X90400000Y-85480000D03*
+X90400000Y-82940000D03*
+X90400000Y-80400000D03*
+X90400000Y-77860000D03*
+X90400000Y-75320000D03*
+X90400000Y-72780000D03*
+X90400000Y-70240000D03*
+X90400000Y-67700000D03*
+X90400000Y-65160000D03*
+X90400000Y-62620000D03*
+X90400000Y-60080000D03*
+X90400000Y-57540000D03*
+X90400000Y-55000000D03*
+G04 #@! TD*
+D21*
+G04 #@! TO.C,C15*
+X123962500Y-77000000D03*
+X126037500Y-77000000D03*
+G04 #@! TD*
+D18*
+G04 #@! TO.C,C12*
+X123437500Y-83000000D03*
+X126562500Y-83000000D03*
+G04 #@! TD*
+D25*
+G04 #@! TO.C,U2*
+X117475080Y-75324999D03*
+D26*
+X116575001Y-75725080D03*
+X116575001Y-76225079D03*
+X116575001Y-76725080D03*
+X116575001Y-77225079D03*
+X116575001Y-77725078D03*
+X116575001Y-78225080D03*
+X116575001Y-78725079D03*
+X116575001Y-79225080D03*
+D25*
+X117475080Y-79625001D03*
+X118975082Y-79625001D03*
+D26*
+X119874999Y-79225080D03*
+X119874999Y-78725079D03*
+X119874999Y-78225080D03*
+X119874999Y-77725078D03*
+X119874999Y-77225079D03*
+X119874999Y-76725080D03*
+X119874999Y-76225079D03*
+X119874999Y-75725080D03*
+D25*
+X118975082Y-75324999D03*
+D27*
+X117450000Y-76950000D03*
+X117450000Y-78000000D03*
+X118225000Y-76199999D03*
+X118225000Y-76950000D03*
+X118225000Y-78000000D03*
+X118225000Y-78750001D03*
+D28*
+X118225081Y-77475079D03*
+D27*
+X119000000Y-76950000D03*
+X119000000Y-78000000D03*
+G04 #@! TD*
+D29*
+G04 #@! TO.C,SW1*
+X116000000Y-45000000D03*
+D20*
+X113500000Y-45000000D03*
+X111000000Y-45000000D03*
+G04 #@! TD*
+D18*
+G04 #@! TO.C,C18*
+X123437500Y-95000000D03*
+X126562500Y-95000000D03*
+G04 #@! TD*
+D13*
+G04 #@! TO.C,R2*
+X96000000Y-80000000D03*
+X98000000Y-80000000D03*
+G04 #@! TD*
+D19*
+G04 #@! TO.C,StepperConnection1*
+X96000000Y-45000000D03*
+D20*
+X98500000Y-45000000D03*
+X101000000Y-45000000D03*
+X103500000Y-45000000D03*
+G04 #@! TD*
+%LPD*%
+M02*
diff --git a/pcbway_export/firstpcb-NPTH-drl_map.pdf b/pcbway_export/firstpcb-NPTH-drl_map.pdf
new file mode 100644
index 0000000..4c107ce
Binary files /dev/null and b/pcbway_export/firstpcb-NPTH-drl_map.pdf differ
diff --git a/pcbway_export/firstpcb-NPTH.drl b/pcbway_export/firstpcb-NPTH.drl
new file mode 100644
index 0000000..3d29551
--- /dev/null
+++ b/pcbway_export/firstpcb-NPTH.drl
@@ -0,0 +1,19 @@
+M48
+; DRILL file KiCad 10.0.0 date 2026-05-15T16:38:18
+; FORMAT={-:-/ absolute / metric / decimal}
+; #@! TF.CreationDate,2026-05-15T16:38:18-04:00
+; #@! TF.GenerationSoftware,Kicad,Pcbnew,10.0.0
+; #@! TF.FileFunction,NonPlated,1,2,NPTH
+FMAT,2
+METRIC
+; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
+T1C2.200
+%
+G90
+G05
+T1
+X63.0Y-43.0
+X63.0Y-97.0
+X138.0Y-43.0
+X138.0Y-97.0
+M30
diff --git a/pcbway_export/firstpcb-PTH-drl_map.pdf b/pcbway_export/firstpcb-PTH-drl_map.pdf
new file mode 100644
index 0000000..8b7ea2b
Binary files /dev/null and b/pcbway_export/firstpcb-PTH-drl_map.pdf differ
diff --git a/pcbway_export/firstpcb-PTH.drl b/pcbway_export/firstpcb-PTH.drl
new file mode 100644
index 0000000..2779fc5
--- /dev/null
+++ b/pcbway_export/firstpcb-PTH.drl
@@ -0,0 +1,105 @@
+M48
+; DRILL file KiCad 10.0.0 date 2026-05-15T16:38:18
+; FORMAT={-:-/ absolute / metric / decimal}
+; #@! TF.CreationDate,2026-05-15T16:38:18-04:00
+; #@! TF.GenerationSoftware,Kicad,Pcbnew,10.0.0
+; #@! TF.FileFunction,Plated,1,2,PTH
+FMAT,2
+METRIC
+; #@! TA.AperFunction,Plated,PTH,ViaDrill
+T1C0.300
+; #@! TA.AperFunction,Plated,PTH,ComponentDrill
+T2C0.300
+; #@! TA.AperFunction,Plated,PTH,ComponentDrill
+T3C0.800
+; #@! TA.AperFunction,Plated,PTH,ComponentDrill
+T4C0.900
+; #@! TA.AperFunction,Plated,PTH,ComponentDrill
+T5C0.950
+%
+G90
+G05
+T1
+X96.0Y-80.0
+X98.0Y-80.0
+X98.3Y-94.0
+X102.0Y-78.6
+X102.6Y-80.2
+X103.8Y-94.0
+X115.0Y-74.0
+X120.0Y-74.2
+X121.0Y-78.0
+X123.438Y-91.0
+X123.438Y-95.0
+X131.0Y-87.0
+X131.0Y-95.0
+X134.85Y-59.0
+T2
+X117.45Y-76.95
+X117.45Y-78.0
+X118.225Y-76.2
+X118.225Y-76.95
+X118.225Y-78.0
+X118.225Y-78.75
+X119.0Y-76.95
+X119.0Y-78.0
+T3
+X98.64Y-51.11
+X98.64Y-53.65
+X98.64Y-56.19
+X98.64Y-58.73
+X98.64Y-61.27
+X98.64Y-63.81
+X98.64Y-66.35
+X98.64Y-68.89
+X111.34Y-51.11
+X111.34Y-53.65
+X111.34Y-56.19
+X111.34Y-58.73
+X111.34Y-61.27
+X111.34Y-63.81
+X111.34Y-66.35
+X111.34Y-68.89
+T4
+X65.0Y-55.0
+X65.0Y-57.54
+X65.0Y-60.08
+X65.0Y-62.62
+X65.0Y-65.16
+X65.0Y-67.7
+X65.0Y-70.24
+X65.0Y-72.78
+X65.0Y-75.32
+X65.0Y-77.86
+X65.0Y-80.4
+X65.0Y-82.94
+X65.0Y-85.48
+X65.0Y-88.02
+X65.0Y-90.56
+X90.4Y-55.0
+X90.4Y-57.54
+X90.4Y-60.08
+X90.4Y-62.62
+X90.4Y-65.16
+X90.4Y-67.7
+X90.4Y-70.24
+X90.4Y-72.78
+X90.4Y-75.32
+X90.4Y-77.86
+X90.4Y-80.4
+X90.4Y-82.94
+X90.4Y-85.48
+X90.4Y-88.02
+X90.4Y-90.56
+T5
+X96.0Y-45.0
+X98.5Y-45.0
+X101.0Y-45.0
+X103.5Y-45.0
+X111.0Y-45.0
+X113.5Y-45.0
+X116.0Y-45.0
+X124.0Y-44.3
+X126.5Y-44.3
+X129.0Y-44.3
+M30
diff --git a/pcbway_export/firstpcb-job.gbrjob b/pcbway_export/firstpcb-job.gbrjob
new file mode 100644
index 0000000..f37f44a
--- /dev/null
+++ b/pcbway_export/firstpcb-job.gbrjob
@@ -0,0 +1,127 @@
+{
+ "Header": {
+ "GenerationSoftware": {
+ "Vendor": "KiCad",
+ "Application": "Pcbnew",
+ "Version": "10.0.0"
+ },
+ "CreationDate": "2026-05-15T16:38:12-04:00"
+ },
+ "GeneralSpecs": {
+ "ProjectId": {
+ "Name": "firstpcb",
+ "GUID": "66697273-7470-4636-922e-6b696361645f",
+ "Revision": "rev?"
+ },
+ "Size": {
+ "X": 81.05,
+ "Y": 60.05
+ },
+ "LayerNumber": 2,
+ "BoardThickness": 1.6,
+ "Finish": "None"
+ },
+ "DesignRules": [
+ {
+ "Layers": "Outer",
+ "PadToPad": 0.2,
+ "PadToTrack": 0.2,
+ "TrackToTrack": 0.2,
+ "MinLineWidth": 0.2,
+ "TrackToRegion": 0.2,
+ "RegionToRegion": 0.2
+ }
+ ],
+ "FilesAttributes": [
+ {
+ "Path": "firstpcb-F_Cu.gtl",
+ "FileFunction": "Copper,L1,Top",
+ "FilePolarity": "Positive"
+ },
+ {
+ "Path": "firstpcb-B_Cu.gbl",
+ "FileFunction": "Copper,L2,Bot",
+ "FilePolarity": "Positive"
+ },
+ {
+ "Path": "firstpcb-F_Paste.gtp",
+ "FileFunction": "SolderPaste,Top",
+ "FilePolarity": "Positive"
+ },
+ {
+ "Path": "firstpcb-B_Paste.gbp",
+ "FileFunction": "SolderPaste,Bot",
+ "FilePolarity": "Positive"
+ },
+ {
+ "Path": "firstpcb-F_Silkscreen.gto",
+ "FileFunction": "Legend,Top",
+ "FilePolarity": "Positive"
+ },
+ {
+ "Path": "firstpcb-B_Silkscreen.gbo",
+ "FileFunction": "Legend,Bot",
+ "FilePolarity": "Positive"
+ },
+ {
+ "Path": "firstpcb-F_Mask.gts",
+ "FileFunction": "SolderMask,Top",
+ "FilePolarity": "Negative"
+ },
+ {
+ "Path": "firstpcb-B_Mask.gbs",
+ "FileFunction": "SolderMask,Bot",
+ "FilePolarity": "Negative"
+ },
+ {
+ "Path": "firstpcb-Edge_Cuts.gm1",
+ "FileFunction": "Profile",
+ "FilePolarity": "Positive"
+ }
+ ],
+ "MaterialStackup": [
+ {
+ "Type": "Legend",
+ "Name": "Top Silk Screen"
+ },
+ {
+ "Type": "SolderPaste",
+ "Name": "Top Solder Paste"
+ },
+ {
+ "Type": "SolderMask",
+ "Thickness": 0.01,
+ "Name": "Top Solder Mask"
+ },
+ {
+ "Type": "Copper",
+ "Thickness": 0.035,
+ "Name": "F.Cu"
+ },
+ {
+ "Type": "Dielectric",
+ "Thickness": 1.51,
+ "Material": "FR4",
+ "Name": "F.Cu/B.Cu",
+ "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
+ },
+ {
+ "Type": "Copper",
+ "Thickness": 0.035,
+ "Name": "B.Cu"
+ },
+ {
+ "Type": "SolderMask",
+ "Thickness": 0.01,
+ "Name": "Bottom Solder Mask"
+ },
+ {
+ "Type": "SolderPaste",
+ "Name": "Bottom Solder Paste"
+ },
+ {
+ "Type": "Legend",
+ "Name": "Bottom Silk Screen"
+ }
+ ]
+}
diff --git a/sym-lib-table b/sym-lib-table
new file mode 100644
index 0000000..469f8d9
--- /dev/null
+++ b/sym-lib-table
@@ -0,0 +1,225 @@
+(sym_lib_table
+ (lib (name "4xxx_IEEE")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/4xxx_IEEE.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "4xxx")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/4xxx.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "74xGxx")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/74xGxx.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "74xx_IEEE")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/74xx_IEEE.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "74xx")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/74xx.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Amplifier_Audio")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Amplifier_Audio.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Amplifier_Buffer")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Amplifier_Buffer.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Amplifier_Current")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Amplifier_Current.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Amplifier_Difference")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Amplifier_Difference.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Amplifier_Instrumentation")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Amplifier_Instrumentation.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Amplifier_Operational")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Amplifier_Operational.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Amplifier_Video")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Amplifier_Video.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Analog_ADC")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Analog_ADC.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Analog_DAC")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Analog_DAC.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Analog")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Analog.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Analog_Switch")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Analog_Switch.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Audio")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Audio.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Auxiliary_Items")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Auxiliary_Items.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Battery_Management")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Battery_Management.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Buffer")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Buffer.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Comparator")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Comparator.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Audio")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Connector_Audio.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Generic")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Connector_Generic.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Generic_MountingPin")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Connector_Generic_MountingPin.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector_Generic_Shielded")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Connector_Generic_Shielded.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Connector")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Connector.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Converter_ACDC")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Converter_ACDC.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Converter_DCDC")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Converter_DCDC.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "CPLD_Altera")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/CPLD_Altera.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "CPLD_Microchip")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/CPLD_Microchip.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "CPLD_Renesas")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/CPLD_Renesas.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "CPLD_Xilinx")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/CPLD_Xilinx.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "CPU")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/CPU.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "CPU_NXP_68000")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/CPU_NXP_68000.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "CPU_NXP_6800")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/CPU_NXP_6800.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "CPU_NXP_IMX")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/CPU_NXP_IMX.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "CPU_PowerPC")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/CPU_PowerPC.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Device")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Device.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Diode_Bridge")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Diode_Bridge.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Diode")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Diode.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Diode_Laser")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Diode_Laser.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Display_Character")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Display_Character.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Display_Graphic")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Display_Graphic.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Driver_Display")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Driver_Display.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Driver_FET")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Driver_FET.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Driver")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Driver.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Driver_LED")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Driver_LED.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Driver_Motor")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Driver_Motor.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "DSP_AnalogDevices")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/DSP_AnalogDevices.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "DSP_Freescale")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/DSP_Freescale.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "DSP_Microchip_DSPIC33")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/DSP_Microchip_DSPIC33.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "DSP_Motorola")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/DSP_Motorola.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "DSP_Texas")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/DSP_Texas.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Fiber_Optic")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Fiber_Optic.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Filter")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Filter.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Altera_MAX10")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Altera_MAX10.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_CologneChip_GateMate")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_CologneChip_GateMate.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Efinix_Trion")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Efinix_Trion.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Lattice")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Lattice.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Microsemi")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Microsemi.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Xilinx_Artix7")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Xilinx_Artix7.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Xilinx")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Xilinx.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Xilinx_Kintex7")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Xilinx_Kintex7.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Xilinx_Spartan6")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Xilinx_Spartan6.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Xilinx_Virtex5")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Xilinx_Virtex5.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Xilinx_Virtex6")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Xilinx_Virtex6.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "FPGA_Xilinx_Virtex7")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/FPGA_Xilinx_Virtex7.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "GPU")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/GPU.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Graphic")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Graphic.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_CAN_LIN")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_CAN_LIN.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_CurrentLoop")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_CurrentLoop.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_Ethernet")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_Ethernet.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_Expansion")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_Expansion.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_HDMI")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_HDMI.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_HID")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_HID.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_LineDriver")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_LineDriver.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_Optical")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_Optical.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_Telecom")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_Telecom.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_UART")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_UART.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Interface_USB")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Interface_USB.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Isolator_Analog")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Isolator_Analog.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Isolator")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Isolator.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Jumper")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Jumper.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "LED")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/LED.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Logic_LevelTranslator")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Logic_LevelTranslator.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Logic_Programmable")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Logic_Programmable.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_AnalogDevices")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_AnalogDevices.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Cypress")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Cypress.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Dialog")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Dialog.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Espressif")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Espressif.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Intel")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Intel.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_8051")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_8051.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_ATmega")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_ATmega.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_ATtiny")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_ATtiny.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_AVR_Dx")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_AVR_Dx.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_AVR")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_AVR.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_PIC10")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_PIC10.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_PIC12")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_PIC12.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_PIC16")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_PIC16.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_PIC18")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_PIC18.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_PIC24")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_PIC24.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_PIC32")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_PIC32.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_SAMA")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_SAMA.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_SAMD")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_SAMD.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_SAME")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_SAME.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_SAML")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_SAML.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Microchip_SAMV")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Microchip_SAMV.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Module")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Module.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Nordic")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Nordic.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_ColdFire")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_ColdFire.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_HC11")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_HC11.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_HC12")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_HC12.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_HCS12")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_HCS12.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_Kinetis")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_Kinetis.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_LPC")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_LPC.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_MAC7100")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_MAC7100.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_MCore")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_MCore.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_NTAG")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_NTAG.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_NXP_S08")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_NXP_S08.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Parallax")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Parallax.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Puya")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Puya.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_RaspberryPi")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_RaspberryPi.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Renesas_Synergy_S1")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Renesas_Synergy_S1.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_SiFive")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_SiFive.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_SiliconLabs")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_SiliconLabs.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_STC")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_STC.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32C0")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32C0.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32F0")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32F0.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32F1")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32F1.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32F2")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32F2.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32F3")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32F3.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32F4")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32F4.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32F7")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32F7.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32G0")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32G0.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32G4")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32G4.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32H5")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32H5.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32H7")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32H7.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32L0")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32L0.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32L1")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32L1.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32L4")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32L4.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32L5")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32L5.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32MP1")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32MP1.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32U0")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32U0.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32U5")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32U5.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32WB")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32WB.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM32WL")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM32WL.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_ST_STM8")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_ST_STM8.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Texas")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Texas.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Texas_MSP430")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Texas_MSP430.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Texas_SimpleLink")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Texas_SimpleLink.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_Trident")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_Trident.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "MCU_WCH_RiscV")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/MCU_WCH_RiscV.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Mechanical")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Mechanical.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Memory_EEPROM")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Memory_EEPROM.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Memory_EPROM")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Memory_EPROM.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Memory_Flash")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Memory_Flash.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Memory_NVRAM")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Memory_NVRAM.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Memory_RAM")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Memory_RAM.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Memory_ROM")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Memory_ROM.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Memory_UniqueID")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Memory_UniqueID.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Motor")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Motor.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Oscillator")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Oscillator.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Potentiometer_Digital")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Potentiometer_Digital.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "power")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/power.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Power_Management")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Power_Management.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Power_Protection")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Power_Protection.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Power_Supervisor")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Power_Supervisor.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Reference_Current")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Reference_Current.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Reference_Voltage")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Reference_Voltage.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Regulator_Controller")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Regulator_Controller.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Regulator_Current")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Regulator_Current.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Regulator_Linear")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Regulator_Linear.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Regulator_SwitchedCapacitor")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Regulator_SwitchedCapacitor.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Regulator_Switching")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Regulator_Switching.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Relay")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Relay.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Relay_SolidState")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Relay_SolidState.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_AM_FM")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_AM_FM.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Amplifier")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_Amplifier.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Bluetooth")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_Bluetooth.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Filter")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_Filter.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_GPS")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_GPS.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_GSM")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_GSM.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Mixer")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_Mixer.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Module")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_Module.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_NFC")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_NFC.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_RFID")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_RFID.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_Switch")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_Switch.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_WiFi")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_WiFi.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "RF_ZigBee")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/RF_ZigBee.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Security")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Security.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Audio")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Audio.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Current")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Current.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Distance")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Distance.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Energy")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Energy.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Gas")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Gas.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Humidity")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Humidity.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Magnetic")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Magnetic.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Motion")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Motion.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Optical")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Optical.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Pressure")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Pressure.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Proximity")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Proximity.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Temperature")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Temperature.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Touch")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Touch.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Sensor_Voltage")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Sensor_Voltage.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Simulation_SPICE")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Simulation_SPICE.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Switch")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Switch.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Timer")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Timer.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Timer_PLL")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Timer_PLL.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Timer_RTC")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Timer_RTC.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transformer")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Transformer.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transistor_Array")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Transistor_Array.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transistor_BJT")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Transistor_BJT.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transistor_FET")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Transistor_FET.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transistor_FET_Other")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Transistor_FET_Other.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transistor_IGBT")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Transistor_IGBT.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Transistor_Power_Module")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Transistor_Power_Module.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Triac_Thyristor")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Triac_Thyristor.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Valve")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Valve.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "Video")(type "KiCad")(uri "${KICAD10_SYMBOL_DIR}/Video.kicad_sym")(options "")(descr "Standard KiCad library"))
+ (lib (name "2026-04-22_02-02-55")(type "KiCad")(uri "${KICAD_PROJECT_SYMBOL_DIR}/2026-04-22_02-02-55.kicad_sym")(options "")(descr "Project library"))
+)
diff --git a/test_bin-erc.rpt b/test_bin-erc.rpt
new file mode 100644
index 0000000..dd5e178
--- /dev/null
+++ b/test_bin-erc.rpt
@@ -0,0 +1,182 @@
+ERC report (2026-04-20T17:42:47-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(39.37 mm, 125.73 mm): Symbol #PWR31 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(44.45 mm, 133.35 mm): Symbol C4 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 133.35 mm): Symbol C5 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 130.81 mm): Symbol U1 Pin 1 [VIN, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(67.31 mm, 130.81 mm): Symbol U1 Pin 1 [VIN, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(44.45 mm, 140.97 mm): Symbol C4 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(44.45 mm, 143.51 mm): Symbol #PWR32 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 140.97 mm): Symbol C5 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 135.89 mm): Symbol U1 Pin 3 [EN, Input, Line]
+[pin_not_driven]: Input pin not driven by any Output pins
+ ; error
+ @(67.31 mm, 135.89 mm): Symbol U1 Pin 3 [EN, Input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 143.51 mm): Symbol #PWR33 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(59.69 mm, 143.51 mm): Symbol C6 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 140.97 mm): Symbol U1 Pin 4 [SS/TR, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 148.59 mm): Symbol R3 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 130.81 mm): Symbol U1 Pin 12 [SW, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 146.05 mm): Symbol U1 Pin 5 [COMP, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(59.69 mm, 151.13 mm): Symbol C6 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 135.89 mm): Symbol U1 Pin 11 [BST, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 156.21 mm): Symbol R3 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(59.69 mm, 153.67 mm): Symbol #PWR34 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_driven]: Input pin not driven by any Output pins
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 158.75 mm): Symbol C8 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 140.97 mm): Symbol U1 Pin 9 [VOUT, Power output, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 146.05 mm): Symbol U1 Pin 8 [PGOOD, Open collector, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(74.93 mm, 156.21 mm): Symbol U1 Pin 7 [AGND, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(74.93 mm, 156.21 mm): Symbol U1 Pin 7 [AGND, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 166.37 mm): Symbol C8 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(80.01 mm, 156.21 mm): Symbol U1 Pin 15 [PGND, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(80.01 mm, 156.21 mm): Symbol U1 Pin 15 [PGND, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 168.91 mm): Symbol #PWR35 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'TPS61088'
+ ; warning
+ @(80.01 mm, 140.97 mm): Symbol U1 [TPS61088]
+
+ ** ERC messages: 59 Errors 54 Warnings 5
diff --git a/test_cum-erc.rpt b/test_cum-erc.rpt
new file mode 100644
index 0000000..cbafe32
--- /dev/null
+++ b/test_cum-erc.rpt
@@ -0,0 +1,263 @@
+ERC report (2026-04-20T17:41:33-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(39.37 mm, 125.73 mm): Vertical Wire, length 5.08 mm
+ @(39.37 mm, 130.81 mm): Horizontal Wire, length 5.08 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(44.45 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(52.07 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(67.31 mm, 140.97 mm): Horizontal Wire, length 7.62 mm
+ @(59.69 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(92.71 mm, 130.81 mm): Horizontal Wire, length 5.08 mm
+ @(97.79 mm, 130.81 mm): Horizontal Wire, length 1.27 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(67.31 mm, 146.05 mm): Horizontal Wire, length 15.24 mm
+ @(52.07 mm, 146.05 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(59.69 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+[label_dangling]: Label not connected to anything
+ ; error
+ @(62.23 mm, 151.13 mm): Label 'FB'
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(52.07 mm, 156.21 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(106.68 mm, 130.81 mm): Horizontal Wire, length 8.89 mm
+ @(92.71 mm, 140.97 mm): Horizontal Wire, length 22.86 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(97.79 mm, 138.43 mm): Wire, length 5.68 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(52.07 mm, 166.37 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(80.01 mm, 156.21 mm): Vertical Wire, length 5.08 mm
+ @(74.93 mm, 156.21 mm): Vertical Wire, length 5.08 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(120.65 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(128.27 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[label_dangling]: Label not connected to anything
+ ; error
+ @(120.65 mm, 151.13 mm): Label 'FB'
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(115.57 mm, 161.29 mm): Vertical Wire, length 2.54 mm
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(39.37 mm, 125.73 mm): Vertical Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(44.45 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(59.69 mm, 130.81 mm): Horizontal Wire, length 7.62 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(44.45 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(44.45 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 135.89 mm): Horizontal Wire, length 7.62 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(59.69 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 140.97 mm): Horizontal Wire, length 7.62 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 146.05 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(92.71 mm, 130.81 mm): Horizontal Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 146.05 mm): Horizontal Wire, length 15.24 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(59.69 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(97.79 mm, 130.81 mm): Horizontal Wire, length 1.27 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(97.79 mm, 138.43 mm): Wire, length 5.68 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 156.21 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(59.69 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 151.13 mm): Horizontal Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 156.21 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(92.71 mm, 140.97 mm): Horizontal Wire, length 22.86 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(106.68 mm, 130.81 mm): Horizontal Wire, length 8.89 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(97.79 mm, 138.43 mm): Wire, length 5.68 mm
+[no_connect_dangling]: Unconnected "no connection" flag
+ ; warning
+ @(92.71 mm, 146.05 mm): No Connect
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(74.93 mm, 156.21 mm): Vertical Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 166.37 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(80.01 mm, 156.21 mm): Vertical Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 166.37 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 130.81 mm): Vertical Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(120.65 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(120.65 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(120.65 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 161.29 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 161.29 mm): Vertical Wire, length 2.54 mm
+
+ ** ERC messages: 84 Errors 40 Warnings 44
diff --git a/test_inc-erc.rpt b/test_inc-erc.rpt
new file mode 100644
index 0000000..b6b9de2
--- /dev/null
+++ b/test_inc-erc.rpt
@@ -0,0 +1,185 @@
+ERC report (2026-04-20T17:46:57-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(39.37 mm, 125.73 mm): Symbol #PWR31 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(44.45 mm, 133.35 mm): Symbol C4 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 133.35 mm): Symbol C5 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 130.81 mm): Symbol U1 Pin 1 [VIN, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(67.31 mm, 130.81 mm): Symbol U1 Pin 1 [VIN, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(44.45 mm, 140.97 mm): Symbol C4 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(44.45 mm, 143.51 mm): Symbol #PWR32 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 140.97 mm): Symbol C5 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 135.89 mm): Symbol U1 Pin 3 [EN, Input, Line]
+[pin_not_driven]: Input pin not driven by any Output pins
+ ; error
+ @(67.31 mm, 135.89 mm): Symbol U1 Pin 3 [EN, Input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 143.51 mm): Symbol #PWR33 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(59.69 mm, 143.51 mm): Symbol C6 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 140.97 mm): Symbol U1 Pin 4 [SS/TR, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 148.59 mm): Symbol R3 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 130.81 mm): Symbol U1 Pin 12 [SW, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 146.05 mm): Symbol U1 Pin 5 [COMP, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(59.69 mm, 151.13 mm): Symbol C6 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 135.89 mm): Symbol U1 Pin 11 [BST, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 156.21 mm): Symbol R3 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(59.69 mm, 153.67 mm): Symbol #PWR34 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_driven]: Input pin not driven by any Output pins
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 158.75 mm): Symbol C8 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 140.97 mm): Symbol U1 Pin 9 [VOUT, Power output, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 146.05 mm): Symbol U1 Pin 8 [PGOOD, Open collector, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(74.93 mm, 156.21 mm): Symbol U1 Pin 7 [AGND, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(74.93 mm, 156.21 mm): Symbol U1 Pin 7 [AGND, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 166.37 mm): Symbol C8 Pin 2 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(80.01 mm, 156.21 mm): Symbol U1 Pin 15 [PGND, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(80.01 mm, 156.21 mm): Symbol U1 Pin 15 [PGND, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 168.91 mm): Symbol #PWR35 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(80.01 mm, 161.29 mm): Symbol #PWR36 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'TPS61088'
+ ; warning
+ @(80.01 mm, 140.97 mm): Symbol U1 [TPS61088]
+
+ ** ERC messages: 60 Errors 55 Warnings 5
diff --git a/test_inc2-erc.rpt b/test_inc2-erc.rpt
new file mode 100644
index 0000000..d95075e
--- /dev/null
+++ b/test_inc2-erc.rpt
@@ -0,0 +1,168 @@
+ERC report (2026-04-20T17:46:59-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 130.81 mm): Symbol U1 Pin 12 [SW, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 135.89 mm): Symbol U1 Pin 11 [BST, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_driven]: Input pin not driven by any Output pins
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 140.97 mm): Symbol U1 Pin 9 [VOUT, Power output, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 146.05 mm): Symbol U1 Pin 8 [PGOOD, Open collector, Line]
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(120.65 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(115.57 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+ @(115.57 mm, 151.13 mm): Horizontal Wire, length 5.08 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(128.27 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(115.57 mm, 161.29 mm): Vertical Wire, length 2.54 mm
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'TPS61088'
+ ; warning
+ @(80.01 mm, 140.97 mm): Symbol U1 [TPS61088]
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 151.13 mm): Horizontal Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(97.79 mm, 130.81 mm): Horizontal Wire, length 1.27 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(106.68 mm, 130.81 mm): Horizontal Wire, length 8.89 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(97.79 mm, 138.43 mm): Wire, length 5.68 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 130.81 mm): Vertical Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(120.65 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(120.65 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(120.65 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 151.13 mm): Horizontal Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 161.29 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 161.29 mm): Vertical Wire, length 2.54 mm
+
+ ** ERC messages: 54 Errors 33 Warnings 21
diff --git a/test_juncs-erc.rpt b/test_juncs-erc.rpt
new file mode 100644
index 0000000..a115ed5
--- /dev/null
+++ b/test_juncs-erc.rpt
@@ -0,0 +1,86 @@
+ERC report (2026-04-20T17:41:14-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 27 Errors 23 Warnings 4
diff --git a/test_lbls-erc.rpt b/test_lbls-erc.rpt
new file mode 100644
index 0000000..5927879
--- /dev/null
+++ b/test_lbls-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:41:16-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[label_dangling]: Label not connected to anything
+ ; error
+ @(120.65 mm, 151.13 mm): Label 'FB'
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_ncs-erc.rpt b/test_ncs-erc.rpt
new file mode 100644
index 0000000..ef16a37
--- /dev/null
+++ b/test_ncs-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:41:15-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+[no_connect_dangling]: Unconnected "no connection" flag
+ ; warning
+ @(92.71 mm, 146.05 mm): No Connect
+
+ ** ERC messages: 28 Errors 23 Warnings 5
diff --git a/test_sym_0-erc.rpt b/test_sym_0-erc.rpt
new file mode 100644
index 0000000..471ea0f
--- /dev/null
+++ b/test_sym_0-erc.rpt
@@ -0,0 +1,137 @@
+ERC report (2026-04-20T17:37:02-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 130.81 mm): Symbol U1 Pin 1 [VIN, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(67.31 mm, 130.81 mm): Symbol U1 Pin 1 [VIN, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 135.89 mm): Symbol U1 Pin 3 [EN, Input, Line]
+[pin_not_driven]: Input pin not driven by any Output pins
+ ; error
+ @(67.31 mm, 135.89 mm): Symbol U1 Pin 3 [EN, Input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 140.97 mm): Symbol U1 Pin 4 [SS/TR, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 130.81 mm): Symbol U1 Pin 12 [SW, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 146.05 mm): Symbol U1 Pin 5 [COMP, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 135.89 mm): Symbol U1 Pin 11 [BST, Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_driven]: Input pin not driven by any Output pins
+ ; error
+ @(67.31 mm, 151.13 mm): Symbol U1 Pin 6 [FB, Input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 140.97 mm): Symbol U1 Pin 9 [VOUT, Power output, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(92.71 mm, 146.05 mm): Symbol U1 Pin 8 [PGOOD, Open collector, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(74.93 mm, 156.21 mm): Symbol U1 Pin 7 [AGND, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(74.93 mm, 156.21 mm): Symbol U1 Pin 7 [AGND, Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(80.01 mm, 156.21 mm): Symbol U1 Pin 15 [PGND, Power input, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(80.01 mm, 156.21 mm): Symbol U1 Pin 15 [PGND, Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'TPS61088'
+ ; warning
+ @(80.01 mm, 140.97 mm): Symbol U1 [TPS61088]
+
+ ** ERC messages: 44 Errors 39 Warnings 5
diff --git a/test_sym_1-erc.rpt b/test_sym_1-erc.rpt
new file mode 100644
index 0000000..1316430
--- /dev/null
+++ b/test_sym_1-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:02-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(39.37 mm, 125.73 mm): Symbol #PWR15 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_10-erc.rpt b/test_sym_10-erc.rpt
new file mode 100644
index 0000000..d08035c
--- /dev/null
+++ b/test_sym_10-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:08-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 168.91 mm): Symbol #PWR19 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_11-erc.rpt b/test_sym_11-erc.rpt
new file mode 100644
index 0000000..30061da
--- /dev/null
+++ b/test_sym_11-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:09-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(80.01 mm, 161.29 mm): Symbol #PWR20 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_13-erc.rpt b/test_sym_13-erc.rpt
new file mode 100644
index 0000000..31ca7e9
--- /dev/null
+++ b/test_sym_13-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:10-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(97.79 mm, 130.81 mm): Symbol C9 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(97.79 mm, 138.43 mm): Symbol C9 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_sym_14-erc.rpt b/test_sym_14-erc.rpt
new file mode 100644
index 0000000..470f34f
--- /dev/null
+++ b/test_sym_14-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:11-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(120.65 mm, 133.35 mm): Symbol C10 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(120.65 mm, 140.97 mm): Symbol C10 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_sym_15-erc.rpt b/test_sym_15-erc.rpt
new file mode 100644
index 0000000..e52797c
--- /dev/null
+++ b/test_sym_15-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:12-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(120.65 mm, 143.51 mm): Symbol #PWR21 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_16-erc.rpt b/test_sym_16-erc.rpt
new file mode 100644
index 0000000..8f20514
--- /dev/null
+++ b/test_sym_16-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:12-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(128.27 mm, 133.35 mm): Symbol C11 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(128.27 mm, 140.97 mm): Symbol C11 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_sym_17-erc.rpt b/test_sym_17-erc.rpt
new file mode 100644
index 0000000..2300182
--- /dev/null
+++ b/test_sym_17-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:13-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(128.27 mm, 143.51 mm): Symbol #PWR22 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_18-erc.rpt b/test_sym_18-erc.rpt
new file mode 100644
index 0000000..f8ee430
--- /dev/null
+++ b/test_sym_18-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:13-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(128.27 mm, 125.73 mm): Symbol #PWR23 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_19-erc.rpt b/test_sym_19-erc.rpt
new file mode 100644
index 0000000..3d9029d
--- /dev/null
+++ b/test_sym_19-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:14-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(115.57 mm, 143.51 mm): Symbol R5 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(115.57 mm, 151.13 mm): Symbol R5 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_sym_2-erc.rpt b/test_sym_2-erc.rpt
new file mode 100644
index 0000000..c5ecb2d
--- /dev/null
+++ b/test_sym_2-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:03-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(44.45 mm, 133.35 mm): Symbol C1 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(44.45 mm, 140.97 mm): Symbol C1 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_sym_20-erc.rpt b/test_sym_20-erc.rpt
new file mode 100644
index 0000000..667f83b
--- /dev/null
+++ b/test_sym_20-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:15-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(115.57 mm, 153.67 mm): Symbol R6 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(115.57 mm, 161.29 mm): Symbol R6 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_sym_21-erc.rpt b/test_sym_21-erc.rpt
new file mode 100644
index 0000000..0b52c48
--- /dev/null
+++ b/test_sym_21-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:15-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(115.57 mm, 163.83 mm): Symbol #PWR24 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_3-erc.rpt b/test_sym_3-erc.rpt
new file mode 100644
index 0000000..5d4d561
--- /dev/null
+++ b/test_sym_3-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:04-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(44.45 mm, 143.51 mm): Symbol #PWR16 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_4-erc.rpt b/test_sym_4-erc.rpt
new file mode 100644
index 0000000..48d3a9c
--- /dev/null
+++ b/test_sym_4-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:04-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 133.35 mm): Symbol C2 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 140.97 mm): Symbol C2 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_sym_5-erc.rpt b/test_sym_5-erc.rpt
new file mode 100644
index 0000000..9d8b435
--- /dev/null
+++ b/test_sym_5-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:05-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 143.51 mm): Symbol #PWR17 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_6-erc.rpt b/test_sym_6-erc.rpt
new file mode 100644
index 0000000..0dadf4b
--- /dev/null
+++ b/test_sym_6-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:05-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(59.69 mm, 143.51 mm): Symbol C3 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(59.69 mm, 151.13 mm): Symbol C3 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_sym_7-erc.rpt b/test_sym_7-erc.rpt
new file mode 100644
index 0000000..228d176
--- /dev/null
+++ b/test_sym_7-erc.rpt
@@ -0,0 +1,89 @@
+ERC report (2026-04-20T17:37:06-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(59.69 mm, 153.67 mm): Symbol #PWR18 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 28 Errors 24 Warnings 4
diff --git a/test_sym_8-erc.rpt b/test_sym_8-erc.rpt
new file mode 100644
index 0000000..893e932
--- /dev/null
+++ b/test_sym_8-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:07-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 148.59 mm): Symbol R4 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 156.21 mm): Symbol R4 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_sym_9-erc.rpt b/test_sym_9-erc.rpt
new file mode 100644
index 0000000..da58e74
--- /dev/null
+++ b/test_sym_9-erc.rpt
@@ -0,0 +1,92 @@
+ERC report (2026-04-20T17:37:07-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 158.75 mm): Symbol C8 Pin 1 [Passive, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(52.07 mm, 166.37 mm): Symbol C8 Pin 2 [Passive, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 29 Errors 25 Warnings 4
diff --git a/test_txts-erc.rpt b/test_txts-erc.rpt
new file mode 100644
index 0000000..892be7e
--- /dev/null
+++ b/test_txts-erc.rpt
@@ -0,0 +1,86 @@
+ERC report (2026-04-20T17:41:17-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(40.64 mm, 77.47 mm): Symbol #PWR08 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+
+ ** ERC messages: 27 Errors 23 Warnings 4
diff --git a/test_wires-erc.rpt b/test_wires-erc.rpt
new file mode 100644
index 0000000..8b16279
--- /dev/null
+++ b/test_wires-erc.rpt
@@ -0,0 +1,267 @@
+ERC report (2026-04-20T17:41:15-0400, Encoding UTF8)
+
+***** Sheet /
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 15 [EN, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(35.56 mm, 29.21 mm): Symbol #PWR05 Pin 1 [Power input, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 14 [VP, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 13 [VN, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 12 [D34, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 46.99 mm): Symbol ESP32-WROOM1 Pin 11 [D35, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 49.53 mm): Symbol ESP32-WROOM1 Pin 10 [D33, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 52.07 mm): Symbol ESP32-WROOM1 Pin 9 [D32, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 54.61 mm): Symbol ESP32-WROOM1 Pin 8 [D25, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 7 [D26, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 6 [D27, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 36.83 mm): Symbol ESP32-WROOM1 Pin 30 [D23, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 62.23 mm): Symbol ESP32-WROOM1 Pin 5 [D14, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 39.37 mm): Symbol ESP32-WROOM1 Pin 29 [D22, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 64.77 mm): Symbol ESP32-WROOM1 Pin 4 [D12, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 41.91 mm): Symbol ESP32-WROOM1 Pin 28 [TX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 44.45 mm): Symbol ESP32-WROOM1 Pin 27 [RX0, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(25.40 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 3 [D13, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 57.15 mm): Symbol ESP32-WROOM1 Pin 22 [D17, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 59.69 mm): Symbol ESP32-WROOM1 Pin 21 [D16, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 67.31 mm): Symbol ESP32-WROOM1 Pin 18 [D15, Bidirectional, Line]
+[pin_not_connected]: Pin not connected
+ ; error
+ @(55.88 mm, 69.85 mm): Symbol ESP32-WROOM1 Hidden pin 17 [GND, Bidirectional, Line]
+[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
+ ; error
+ @(97.79 mm, 29.21 mm): Symbol #PWR06 Pin 1 [Power input, Line]
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(39.37 mm, 125.73 mm): Vertical Wire, length 5.08 mm
+ @(39.37 mm, 130.81 mm): Horizontal Wire, length 5.08 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(44.45 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(52.07 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(67.31 mm, 140.97 mm): Horizontal Wire, length 7.62 mm
+ @(59.69 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(92.71 mm, 130.81 mm): Horizontal Wire, length 5.08 mm
+ @(97.79 mm, 130.81 mm): Horizontal Wire, length 1.27 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(67.31 mm, 146.05 mm): Horizontal Wire, length 15.24 mm
+ @(52.07 mm, 146.05 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(59.69 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(52.07 mm, 156.21 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(67.31 mm, 151.13 mm): Horizontal Wire, length 5.08 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(106.68 mm, 130.81 mm): Horizontal Wire, length 8.89 mm
+ @(92.71 mm, 140.97 mm): Horizontal Wire, length 22.86 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(97.79 mm, 138.43 mm): Wire, length 5.68 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(52.07 mm, 166.37 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(80.01 mm, 156.21 mm): Vertical Wire, length 5.08 mm
+ @(74.93 mm, 156.21 mm): Vertical Wire, length 5.08 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(120.65 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(115.57 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+ @(115.57 mm, 151.13 mm): Horizontal Wire, length 5.08 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(128.27 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[wire_dangling]: Wires not connected to anything
+ ; error
+ @(115.57 mm, 161.29 mm): Vertical Wire, length 2.54 mm
+[footprint_link_issues]: The current configuration does not include the footprint library 'Library'.
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'A1-KnockOffs'
+ ; warning
+ @(40.64 mm, 49.53 mm): Symbol ESP32-WROOM1 [ESP-WROOM-32]
+[missing_unit]: Symbol SW1 has unplaced units [ B ]
+ ; warning
+ @(26.67 mm, 102.87 mm): Symbol SW1 [SW_DPDT_x2]
+[lib_symbol_mismatch]: Symbol 'Conn_01x04_MountingPin' doesn't match copy in library 'Connector_Generic_MountingPin'
+ ; warning
+ @(113.03 mm, 49.53 mm): Symbol StepperConnection1 [Conn_01x04_MountingPin]
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(39.37 mm, 125.73 mm): Vertical Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(44.45 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(59.69 mm, 130.81 mm): Horizontal Wire, length 7.62 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(44.45 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(44.45 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 135.89 mm): Horizontal Wire, length 7.62 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(59.69 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 140.97 mm): Horizontal Wire, length 7.62 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 146.05 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(92.71 mm, 130.81 mm): Horizontal Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 146.05 mm): Horizontal Wire, length 15.24 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(59.69 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 151.13 mm): Horizontal Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(97.79 mm, 130.81 mm): Horizontal Wire, length 1.27 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(97.79 mm, 138.43 mm): Wire, length 5.68 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 156.21 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(59.69 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(67.31 mm, 151.13 mm): Horizontal Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 156.21 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(92.71 mm, 140.97 mm): Horizontal Wire, length 22.86 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(106.68 mm, 130.81 mm): Horizontal Wire, length 8.89 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(97.79 mm, 138.43 mm): Wire, length 5.68 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(74.93 mm, 156.21 mm): Vertical Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 166.37 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(80.01 mm, 156.21 mm): Vertical Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(52.07 mm, 166.37 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 130.81 mm): Vertical Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(120.65 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 133.35 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(120.65 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(120.65 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 151.13 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(128.27 mm, 140.97 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 151.13 mm): Horizontal Wire, length 5.08 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 161.29 mm): Vertical Wire, length 2.54 mm
+[unconnected_wire_endpoint]: Unconnected wire endpoint
+ ; warning
+ @(115.57 mm, 161.29 mm): Vertical Wire, length 2.54 mm
+
+ ** ERC messages: 85 Errors 40 Warnings 45
diff --git a/tps61088_boost-erc.rpt b/tps61088_boost-erc.rpt
new file mode 100644
index 0000000..d061d6f
--- /dev/null
+++ b/tps61088_boost-erc.rpt
@@ -0,0 +1,77 @@
+ERC report (2026-04-20T16:40:19-0400, Encoding UTF8)
+
+***** Sheet /
+[lib_symbol_mismatch]: Symbol '+5V' doesn't match copy in library 'power'
+ ; warning
+ @(86.36 mm, 60.96 mm): Symbol #PWR01 [+5V]
+[lib_symbol_mismatch]: Symbol 'PWR_FLAG' doesn't match copy in library 'power'
+ ; warning
+ @(91.44 mm, 66.04 mm): Symbol #FLG01 [PWR_FLAG]
+[lib_symbol_mismatch]: Symbol 'C' doesn't match copy in library 'Device'
+ ; warning
+ @(91.44 mm, 72.39 mm): Symbol C1 [C]
+[lib_symbol_mismatch]: Symbol 'GND' doesn't match copy in library 'power'
+ ; warning
+ @(91.44 mm, 78.74 mm): Symbol #PWR02 [GND]
+[lib_symbol_mismatch]: Symbol 'C' doesn't match copy in library 'Device'
+ ; warning
+ @(99.06 mm, 72.39 mm): Symbol C2 [C]
+[lib_symbol_mismatch]: Symbol 'PWR_FLAG' doesn't match copy in library 'power'
+ ; warning
+ @(96.52 mm, 78.74 mm): Symbol #FLG02 [PWR_FLAG]
+[lib_symbol_mismatch]: Symbol 'GND' doesn't match copy in library 'power'
+ ; warning
+ @(99.06 mm, 78.74 mm): Symbol #PWR03 [GND]
+[lib_symbol_mismatch]: Symbol 'R' doesn't match copy in library 'Device'
+ ; warning
+ @(99.06 mm, 87.63 mm): Symbol R1 [R]
+[lib_symbol_mismatch]: Symbol 'C' doesn't match copy in library 'Device'
+ ; warning
+ @(106.68 mm, 82.55 mm): Symbol C3 [C]
+[lib_symbol_mismatch]: Symbol 'GND' doesn't match copy in library 'power'
+ ; warning
+ @(106.68 mm, 88.90 mm): Symbol #PWR04 [GND]
+[lib_symbol_mismatch]: Symbol 'C' doesn't match copy in library 'Device'
+ ; warning
+ @(99.06 mm, 97.79 mm): Symbol C4 [C]
+[lib_symbol_mismatch]: Symbol 'GND' doesn't match copy in library 'power'
+ ; warning
+ @(99.06 mm, 104.14 mm): Symbol #PWR05 [GND]
+[lib_symbol_issues]: The current configuration does not include the symbol library 'custom'
+ ; warning
+ @(127.00 mm, 76.20 mm): Symbol U1 [TPS61088]
+[lib_symbol_mismatch]: Symbol 'GND' doesn't match copy in library 'power'
+ ; warning
+ @(127.00 mm, 96.52 mm): Symbol #PWR06 [GND]
+[lib_symbol_mismatch]: Symbol 'C' doesn't match copy in library 'Device'
+ ; warning
+ @(144.78 mm, 69.85 mm): Symbol C5 [C]
+[lib_symbol_mismatch]: Symbol 'L' doesn't match copy in library 'Device'
+ ; warning
+ @(149.86 mm, 66.04 mm): Symbol L1 [L]
+[lib_symbol_mismatch]: Symbol 'R' doesn't match copy in library 'Device'
+ ; warning
+ @(162.56 mm, 82.55 mm): Symbol R2 [R]
+[lib_symbol_mismatch]: Symbol 'C' doesn't match copy in library 'Device'
+ ; warning
+ @(167.64 mm, 72.39 mm): Symbol C6 [C]
+[lib_symbol_mismatch]: Symbol 'GND' doesn't match copy in library 'power'
+ ; warning
+ @(167.64 mm, 78.74 mm): Symbol #PWR07 [GND]
+[lib_symbol_mismatch]: Symbol '+12V' doesn't match copy in library 'power'
+ ; warning
+ @(175.26 mm, 60.96 mm): Symbol #PWR09 [+12V]
+[lib_symbol_mismatch]: Symbol 'R' doesn't match copy in library 'Device'
+ ; warning
+ @(162.56 mm, 92.71 mm): Symbol R3 [R]
+[lib_symbol_mismatch]: Symbol 'C' doesn't match copy in library 'Device'
+ ; warning
+ @(175.26 mm, 72.39 mm): Symbol C7 [C]
+[lib_symbol_mismatch]: Symbol 'GND' doesn't match copy in library 'power'
+ ; warning
+ @(162.56 mm, 99.06 mm): Symbol #PWR10 [GND]
+[lib_symbol_mismatch]: Symbol 'GND' doesn't match copy in library 'power'
+ ; warning
+ @(175.26 mm, 78.74 mm): Symbol #PWR08 [GND]
+
+ ** ERC messages: 24 Errors 0 Warnings 24
diff --git a/tps61088_boost.pdf b/tps61088_boost.pdf
new file mode 100644
index 0000000..05974d5
Binary files /dev/null and b/tps61088_boost.pdf differ
diff --git a/tps61088_boost.svg b/tps61088_boost.svg
new file mode 100644
index 0000000..c50efe3
--- /dev/null
+++ b/tps61088_boost.svg
@@ -0,0 +1,36025 @@
+
+
+