mirror of
https://github.com/System-End/hackpad.git
synced 2026-04-19 22:15:14 +00:00
remove OPL lib
This commit is contained in:
parent
488446685a
commit
f039b6f08c
4 changed files with 0 additions and 651 deletions
|
|
@ -1,25 +0,0 @@
|
|||
name: 'Close stale issues and PRs'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout script repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Seeed-Studio/sync-github-all-issues
|
||||
path: ci
|
||||
|
||||
- name: Run script
|
||||
run: ./ci/tools/stale.sh
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
name: Automate Issue Management
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- assigned
|
||||
- unassigned
|
||||
- labeled
|
||||
- unlabeled
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
add_issue_to_project:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Add issue to GitHub Project
|
||||
uses: actions/add-to-project@v1.0.2
|
||||
with:
|
||||
project-url: https://github.com/orgs/Seeed-Studio/projects/17
|
||||
github-token: ${{ secrets.ISSUE_ASSEMBLE }}
|
||||
labeled: bug
|
||||
label-operator: NOT
|
||||
|
|
@ -1,177 +0,0 @@
|
|||
# Welcome to Our Hardware Component Repository!
|
||||
|
||||
Dive into a world of innovation with our curated collection of hardware components straight from the electronics hub of Shenzhen, complemented by an array of parts supported by Seeed Studio. Our mission is to empower makers, developers, and hardware enthusiasts with a diverse repository that streamlines innovation and accelerates development.
|
||||
|
||||
The Seeed Fusion Open Parts Libraries (OPL) and the associated component libraries are provided and maintained by the [Seeed Studio Fusion](https://www.seeedstudio.com/fusion.html) team and the wider community for the turnkey [Seeed Fusion PCB Assembly (PCBA) Service](https://www.seeedstudio.com/fusion_pcb.html).
|
||||
|
||||
To accelerate PCB design and make it much more convenient, Seeed Fusion has provided these component libraries for KiCad. Prepared and scrutinized by our own engineers, these footprints can save you hours of design time and minimize potential production errors, so you can get on with PCB design with peace of mind.
|
||||
|
||||
## Highlights(Content of Tables)
|
||||
|
||||
- [**Preparatory Work: KiCad Download and Library Download**](#jump1)
|
||||
- [**How to add and use Seeed OPL Footprint Libraries(Grove Vision AI V2)**](#jump2)
|
||||
- [**How to add and use Seeed OPL Symbol Libraries(Grove Vision AI V2)**](#jump3)
|
||||
- [**Scale up Your Creation With Seeed Studio Fusion**](#jump4)
|
||||
- [**Co-Create with Seeed Studio**](#jump5)
|
||||
- [**Resources**](#jump6)
|
||||
|
||||

|
||||
|
||||
## <span id="jump1">Preparatory Work: KiCad Download and Library Download </span>
|
||||
|
||||
1. You can refer to this [link](https://www.kicad.org/download/) to download the KiCad software.
|
||||
|
||||
2. You can [download](https://github.com/Seeed-Studio/OPL_Kicad_Library) the "OPL_KiCad_Library" or use command to clone:
|
||||
|
||||
```
|
||||
git clone https://github.com/Seeed-Studio/OPL_Kicad_Library.git
|
||||
```
|
||||
|
||||

|
||||
|
||||
## How to add and use Seeed OPL Footprint Libraries
|
||||
|
||||
### <span id="jump2"> Take Grove Vision AI V2 and XIAO footprint as an Example </span>
|
||||
|
||||
1. Open KiCad and refer to `File -> Open Project`.
|
||||
|
||||

|
||||
|
||||
2. Find the "Grove Vision AI V2 Library" and open the project:
|
||||
|
||||

|
||||
|
||||
3. Double click the "Grove Vision AI V2" PCB file and you will see below:
|
||||
|
||||

|
||||
|
||||
4. Refer to the `Preferences -> Manage Footprint Libraries`
|
||||
|
||||

|
||||
|
||||
5. Here is the existed footprint libraries and you can click the button below:
|
||||
|
||||

|
||||
|
||||
6. Find the "Grove Vision AI V2 Library" and open the folder that contains the boards footprint:
|
||||
|
||||

|
||||
|
||||
Now you have added the "XIAO footprint library"
|
||||
|
||||
7. You can click here to use the added library:
|
||||
|
||||

|
||||
|
||||
8. Search for "seeed" and you can check the footprint added:
|
||||
|
||||

|
||||
|
||||
9. Click "ok" and you can add the XIAO RP2040 footprint into the "Grove Vision VI V2".
|
||||
|
||||

|
||||
|
||||
10. You can change any component on the Grove Vision VI V2 module and make it your own project.
|
||||
|
||||
## <span id="jump3"> How to add and use Seeed OPL Symbol Libraries </span>
|
||||
|
||||
### Take Grove Vision AI V2 and Sensor-Transducer as an Example:
|
||||
|
||||
1. Open KiCad and refer to `File -> Open Project`.
|
||||
|
||||

|
||||
|
||||
2. Find the "Grove Vision AI V2 Library" and open the project:
|
||||
|
||||

|
||||
|
||||
3. Double click the "Grove Vision AI V2" .sch file and you will see below:
|
||||
|
||||

|
||||
|
||||
4. Refer to the `Preferences -> Manage Symbol Libraries`
|
||||
|
||||

|
||||
|
||||
5. Here is the existed symbol libraries and you can click the button below:
|
||||
|
||||

|
||||
|
||||
6. Find the "OPL_Sensor-Transducer" lib file:
|
||||
|
||||

|
||||
|
||||
Now you have added the "OPL_Sensor-Transducer library"
|
||||
|
||||
7. You can click here to use the added library:
|
||||
|
||||

|
||||
|
||||
8. Search for "OPL" and you can check the symbol added:
|
||||
|
||||

|
||||
|
||||
9. Click "ok" and you can add it into the "Grove Vision VI V2".
|
||||
|
||||

|
||||
|
||||
10. You can change any component on the Grove Vision VI V2 module and make it your own project.
|
||||
|
||||
## <span id="jump4"> Scale up Your Creation With Seeed Studio Fusion </span>
|
||||
|
||||
Seeed Studio Fusion serves as the comprehensive service platform for Seeed Studio, a global one-stop online platform offering PCB manufacturing, PCB assembly and hardware customization with global sourcing capability. Whether you need prototyping, mass production, custom solutions for open-source products, or the transformation of your creative ideas into profitable products, Seeed Studio Fusion can meet your requirements.
|
||||
|
||||
- [PCB/PCBA Design](https://www.seeedstudio.com/fusion_pcb.html)
|
||||
- [Fusion Website](https://www.seeedstudio.com/fusion.html)
|
||||
- **Email Contact**: fusion@seeed.io
|
||||
|
||||
|
||||
## <span id="jump5"> Co-Create with Seeed Studio </span>
|
||||
|
||||
Leverage our Co-Create Program to transform your advanced prototype into a commercially successful product! This program is designed to optimize your product's journey from prototype to market by handling marketing, packaging, and distribution, allowing you to concentrate on refining your product. Upon acceptance of your prototype by Seeed, it will be showcased on the Seeed Studio marketplace. You'll receive a portion of the profits for each unit sold.
|
||||
|
||||
- [Application Form](https://docs.google.com/forms/d/e/1FAIpQLSe3A7_rIbn2OLO4JyJd_poGZodItCaRy6M6-3FtdqL3xG1Usg/viewform)
|
||||
- [Co-Create Website](https://www.seeedstudio.com/co-create.html)
|
||||
|
||||
|
||||
|
||||
|
||||
## <span id="jump6"> Resources </span>
|
||||
|
||||
- [Seeed Studio Open Parts List](https://files.seeedstudio.com/wiki/OPL/OPL_list.xlsx)
|
||||
|
||||
<!-- ## Even More Components!
|
||||
|
||||

|
||||
|
||||
As of last December, the [OPL has expanded](http://www.seeedstudio.com/blog/2018/12/04/just-what-you-wanted-for-xmas-introducing-the-new-shenzhen-open-parts-library-with-over-10000-parts/) from 800 components to more than 10,000 with the introduction of the new Shenzhen OPL. The original Seeed OPL is a catalog of components from Seeed’s own inventory, we have the parts and, we have been using them in our own production processes for years. The Shenzhen OPL contains parts from Shenzhen’s biggest components distributor that Seeed can quickly order for turnkey PCBA. While the sources are different, both can be used together with the Seeed Fusion PCBA service and reduce the production time to 7 days.
|
||||
|
||||
But with all the new components and many more to come, we don’t have enough resources to create the footprints for all of them. So, we are asking for help from you and the wider community to gradually build-up the library with us. As more and more users utilize the OPL and update the component libraries, the better the library will become for everyone.
|
||||
|
||||
To assist with the process, we have designated a team of engineers to maintain the library and GitHub repositories. They will also help draw some footprints and connect schematic symbols. But while our engineers do their best to check each footprint, with the sheer number of components, it is inevitable that some errors will be present. It is unavoidable. So to make up for it, Seeed Fusion has introduced a re-manufacture promise: If an error in the library requires the boards to be re-manufactured, then we will re-manufacture the corrected boards for you for free. By using this library, you accept this potential risk.
|
||||
|
||||
## Footprint Design Guidelines
|
||||
It is still early days, and we have a lot of catching up to do. So, the most important additions at this stage are unique symbols and footprints and any generic footprints that are missing. Part-specific symbols that use generic footprints and slight variations of generic footprints can be added later.
|
||||
|
||||
For consistency and ease of use, we would greatly appreciate it if everyone followed the same guidelines for new additions to the library:
|
||||
|
||||
- The previous component libraries have been re-organized to match the Shenzhen OPL’s categorization. Please add new entries to the relevant sub-library according to the online OPL library’s classification.
|
||||
- Please take the time to study [KiCad’s own Library Convention](http://kicad-pcb.org/libraries/klc/) and ensure that the new footprints comply. Please refer to other footprints in the OPL or KiCad’s built-in footprints for reference.
|
||||
- For MPN specific footprints, please follow the existing footprint naming convention for the footprint and name the corresponding schematic symbol with the manufacturer part number.
|
||||
|
||||
### Notes:
|
||||
- #### The current version of the KiCad Library has been completely revamped in response to all the feedback we have recieved. Originally a direct import of the Eagle library, the old library did not comply with KiCad guidelines and placed features on the wrong layers. For the latest version, we have throroughly investigated the issues and revised (nearly) all of the footprints. Let us know if you think we missed something!
|
||||
|
||||
- The Seeed OPL component libraries have been updated to match the Shenzhen OPL categories to aid in merging the two libraries. Some components will have moved to new homes, but this has not been updated on the website OPL library yet. We will update this soon!
|
||||
- Some of the original Seeed OPL KiCad component footprints have not been updated to match KiCad’s design guidelines yet. They are safe to use, and the pads are correct, but they may look a little ugly.
|
||||
- Unlike previous versions, we have uploaded the files individually as opposed to a whole zip file. We hope this will help you follow standard GitHub workflow to contribute changes. (Thanks for your feedback!)
|
||||
|
||||
There is a lot to consider in managing a large library like this, so we would greatly appreciate any ideas and feedback regarding how we can make the library more user-friendly. We’ll be monitoring the discussion section and the designated OPL section in our forums. You are also welcome to let us know by [e-mail](mailto:fusion@seeed.cc).
|
||||
|
||||
We hope the new maintained library will prove to be an invaluable resource to all of our PCBA users and beyond.
|
||||
|
||||
## Resources
|
||||
1. A KiCad Bill-of-Materials (BOM) plugin to follow SeeedStudio's Fusion PCBA assembly service's template, This plugin is set up to use the KiCad schematic's part data as it is provided in Seeed Studio's Open Parts Library (OPL) collection for KiCad. - https://github.com/imrehg/kicad-bom-seeedstudio
|
||||
|
||||
|
||||
[](https://github.com/igrigorik/ga-beacon) -->
|
||||
|
|
@ -1,425 +0,0 @@
|
|||
(footprint "XIAO-RP2040-SMD"
|
||||
(version 20240108)
|
||||
(generator "pcbnew")
|
||||
(generator_version "8.0")
|
||||
(layer "F.Cu")
|
||||
(property "Reference" "REF**"
|
||||
(at -9.335 -11.5 0)
|
||||
(layer "F.SilkS")
|
||||
(uuid "a9f5f5dd-597c-45dd-b31d-a35c3963eed2")
|
||||
(effects
|
||||
(font
|
||||
(size 0.78232 0.78232)
|
||||
(thickness 0.10668)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
)
|
||||
(property "Value" "XIAO-RP2040-SMD"
|
||||
(at 0.055 -0.295 0)
|
||||
(layer "F.Fab")
|
||||
(uuid "2d66aca7-e0b3-44df-838e-be285890792c")
|
||||
(effects
|
||||
(font
|
||||
(size 0.635 0.635)
|
||||
(thickness 0.1016)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at -8.835 10.5 0)
|
||||
(unlocked yes)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "32a8cb35-59e0-4282-b955-c4626b0c3c52")
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at -8.835 10.5 0)
|
||||
(unlocked yes)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "5173b428-b87b-497c-9fd1-0d444c2ced85")
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at -8.835 10.5 0)
|
||||
(unlocked yes)
|
||||
(layer "F.Fab")
|
||||
(hide yes)
|
||||
(uuid "ea7181c4-fdca-44f1-ad15-d0627f50a68e")
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
(thickness 0.15)
|
||||
)
|
||||
)
|
||||
)
|
||||
(fp_line
|
||||
(start -8.835 8.513)
|
||||
(end -8.835 -8.632)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "df0486b4-d04f-4201-a301-beede6e15862")
|
||||
)
|
||||
(fp_line
|
||||
(start -6.93 10.418)
|
||||
(end 7.04 10.418)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "f54abd8d-62ed-4b05-8e37-f29acdadc0f8")
|
||||
)
|
||||
(fp_line
|
||||
(start -4.44 -10.537)
|
||||
(end -4.436272 -11.447272)
|
||||
(stroke
|
||||
(width 0.127)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "fead6daa-b9f4-4bd1-a131-b5d2cd3184de")
|
||||
)
|
||||
(fp_line
|
||||
(start -3.936272 -11.947)
|
||||
(end 4.059 -11.947)
|
||||
(stroke
|
||||
(width 0.127)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "b90ae92d-7c1a-4689-bf64-c3528a3ea3ee")
|
||||
)
|
||||
(fp_line
|
||||
(start 4.559 -11.447)
|
||||
(end 4.559 -10.537)
|
||||
(stroke
|
||||
(width 0.127)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "b540fbcc-8e06-44d7-95f6-8b142e4c90fb")
|
||||
)
|
||||
(fp_line
|
||||
(start 7.04 -10.537)
|
||||
(end -6.93 -10.537)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "2b80542c-5088-4f89-ae32-3400cf894ca1")
|
||||
)
|
||||
(fp_line
|
||||
(start 8.945 8.513)
|
||||
(end 8.945 -8.632)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "4cd8add0-8a8c-468d-ba6f-b86787c288af")
|
||||
)
|
||||
(fp_arc
|
||||
(start -8.835 -8.636)
|
||||
(mid -8.277038 -9.983038)
|
||||
(end -6.93 -10.541)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "4d9bf7a5-4ab4-48bb-b8ac-0a5ce4523642")
|
||||
)
|
||||
(fp_arc
|
||||
(start -6.93 10.418)
|
||||
(mid -8.277038 9.860038)
|
||||
(end -8.835 8.513)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "d09661c8-1ad3-40e9-8323-9dabc8f3f98b")
|
||||
)
|
||||
(fp_arc
|
||||
(start -4.436272 -11.447272)
|
||||
(mid -4.289724 -11.800644)
|
||||
(end -3.936272 -11.947)
|
||||
(stroke
|
||||
(width 0.127)
|
||||
(type default)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "7a58f637-14d7-4804-b127-f1d029b5d1e6")
|
||||
)
|
||||
(fp_arc
|
||||
(start 4.059 -11.947)
|
||||
(mid 4.412553 -11.800553)
|
||||
(end 4.559 -11.447)
|
||||
(stroke
|
||||
(width 0.127)
|
||||
(type default)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "d0bc8663-987f-4e2e-b464-096a547b822f")
|
||||
)
|
||||
(fp_arc
|
||||
(start 7.04 -10.537)
|
||||
(mid 8.387038 -9.979038)
|
||||
(end 8.945 -8.632)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "77004ea5-53a4-40ab-b35c-7bdd22107e34")
|
||||
)
|
||||
(fp_arc
|
||||
(start 8.945 8.513)
|
||||
(mid 8.387038 9.860038)
|
||||
(end 7.04 10.418)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type solid)
|
||||
)
|
||||
(layer "F.SilkS")
|
||||
(uuid "94189dc1-14b5-4f17-b9d3-0163ed99e583")
|
||||
)
|
||||
(fp_circle
|
||||
(center -9.045 -10.121)
|
||||
(end -9.045 -10.375)
|
||||
(stroke
|
||||
(width 0.5)
|
||||
(type solid)
|
||||
)
|
||||
(fill solid)
|
||||
(layer "F.SilkS")
|
||||
(uuid "dc606cc5-10bc-4635-81d1-fa27b1e6b4e2")
|
||||
)
|
||||
(fp_circle
|
||||
(center -7.771 -9.404)
|
||||
(end -7.771 -9.658)
|
||||
(stroke
|
||||
(width 0.5)
|
||||
(type solid)
|
||||
)
|
||||
(fill solid)
|
||||
(layer "F.SilkS")
|
||||
(uuid "2b5e2829-6d01-441f-9983-fc4a273ff483")
|
||||
)
|
||||
(fp_rect
|
||||
(start 8.965 10.5)
|
||||
(end -8.835 -10.5)
|
||||
(stroke
|
||||
(width 0.05)
|
||||
(type default)
|
||||
)
|
||||
(fill none)
|
||||
(layer "F.CrtYd")
|
||||
(uuid "e428eb56-00a2-4249-bb91-d2e5823b2899")
|
||||
)
|
||||
(fp_rect
|
||||
(start -8.835 -10.5)
|
||||
(end 8.965 10.5)
|
||||
(stroke
|
||||
(width 0.1)
|
||||
(type default)
|
||||
)
|
||||
(fill none)
|
||||
(layer "F.Fab")
|
||||
(uuid "2133d927-559d-4615-ab92-732772c02d94")
|
||||
)
|
||||
(fp_circle
|
||||
(center -7.751 -9.4)
|
||||
(end -7.751 -9.654)
|
||||
(stroke
|
||||
(width 0.5)
|
||||
(type solid)
|
||||
)
|
||||
(fill solid)
|
||||
(layer "F.Fab")
|
||||
(uuid "50e04a65-8ff2-4d1f-be98-2db48101e90a")
|
||||
)
|
||||
(pad "1" smd roundrect
|
||||
(at -8 -7.62)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "c68f6b12-dcf5-46b1-b159-2eef9023b0ac")
|
||||
)
|
||||
(pad "2" smd roundrect
|
||||
(at -8 -5.08)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "525b09fc-9099-4274-98c3-45f84d0591ab")
|
||||
)
|
||||
(pad "3" smd roundrect
|
||||
(at -8 -2.54)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "99cc76a7-0a78-4868-871b-c214ecac5525")
|
||||
)
|
||||
(pad "4" smd roundrect
|
||||
(at -8 0)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "8038b67b-b3bf-4a3e-b790-40857963c957")
|
||||
)
|
||||
(pad "5" smd roundrect
|
||||
(at -8 2.54)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "84711cb2-d222-464e-bcd5-f76af75cc612")
|
||||
)
|
||||
(pad "6" smd roundrect
|
||||
(at -8 5.08)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "aabcfc3b-fa72-4e48-95d1-d53474158cc0")
|
||||
)
|
||||
(pad "7" smd roundrect
|
||||
(at -8 7.62)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "3e086061-1f3f-4b1e-9354-920126d40249")
|
||||
)
|
||||
(pad "8" smd roundrect
|
||||
(at 8.165 7.62)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "974a7e29-b5d3-475c-b481-2bc14f5b3495")
|
||||
)
|
||||
(pad "9" smd roundrect
|
||||
(at 8.165 5.08)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "a553cc0b-22bc-49aa-9fb7-680c812e8abd")
|
||||
)
|
||||
(pad "10" smd roundrect
|
||||
(at 8.165 2.54)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "b650936d-c436-4d93-abb7-7957add5cfb1")
|
||||
)
|
||||
(pad "11" smd roundrect
|
||||
(at 8.165 0)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "177728f1-7b02-41a6-9de4-bdaee546f6d9")
|
||||
)
|
||||
(pad "12" smd roundrect
|
||||
(at 8.165 -2.54)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "eb6539ef-4d84-4ae5-bc4e-237dae21b9ef")
|
||||
)
|
||||
(pad "13" smd roundrect
|
||||
(at 8.165 -5.08)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "c8744fbe-93c9-4c54-84bc-435357de679f")
|
||||
)
|
||||
(pad "14" smd roundrect
|
||||
(at 8.165 -7.62)
|
||||
(size 2.75 2)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(solder_mask_margin 0.0508)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "fd579d63-bbef-4609-9252-aad3f944a314")
|
||||
)
|
||||
(pad "15" smd roundrect
|
||||
(at -1.088 8.64 270)
|
||||
(size 2.5 1.1)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "144d3c3d-6207-433c-9e61-4f75722af865")
|
||||
)
|
||||
(pad "16" smd roundrect
|
||||
(at 1.452 8.64 270)
|
||||
(size 2.5 1.1)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(roundrect_rratio 0.25)
|
||||
(thermal_bridge_angle 45)
|
||||
(uuid "3780a4ef-348c-4241-b04b-2cb4f7127fa2")
|
||||
)
|
||||
(pad "17" smd circle
|
||||
(at -1.088 -8.378)
|
||||
(size 1.7 1.7)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(uuid "ad890579-1e55-4b71-9d59-080a59598896")
|
||||
)
|
||||
(pad "18" smd circle
|
||||
(at 1.452 -8.378)
|
||||
(size 1.7 1.7)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(uuid "25d6fdae-01ac-4ca4-8702-55badc8bcbc8")
|
||||
)
|
||||
(pad "19" smd circle
|
||||
(at -1.088 -5.838)
|
||||
(size 1.7 1.7)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(uuid "e73ae295-736f-4acf-8ee1-0c120ebcebea")
|
||||
)
|
||||
(pad "20" smd circle
|
||||
(at 1.452 -5.838)
|
||||
(size 1.7 1.7)
|
||||
(layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(uuid "7adfba87-f861-42a5-bb73-c3f9fac53180")
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue