Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/kicad-bom-seeedstudio
KiCad BOM plugin to follow Seeed Studio's Fusion PCBA template
https://github.com/imrehg/kicad-bom-seeedstudio
kicad kicad-plugin seeedstudio
Last synced: 2 months ago
JSON representation
KiCad BOM plugin to follow Seeed Studio's Fusion PCBA template
- Host: GitHub
- URL: https://github.com/imrehg/kicad-bom-seeedstudio
- Owner: imrehg
- Created: 2017-04-06T20:27:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T23:50:54.000Z (about 3 years ago)
- Last Synced: 2024-04-08T17:42:19.379Z (9 months ago)
- Topics: kicad, kicad-plugin, seeedstudio
- Language: Python
- Size: 51.8 KB
- Stars: 23
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kicad-bom-seeedstudio
A [KiCad](https://kicad-pcb.org) Bill-of-Materials (BOM) plugin to follow
[SeeedStudio](https://www.seedstudio.com)'s [Fusion PCBA](https://www.seeedstudio.com/fusion_pcb.html)
assembly service's [template](https://statics3.seeedstudio.com/assets/file/fusion/bom_template_2016-08-18.csv),
that is:```
Part/Designator,Manufacture Part Number/Seeed SKU,Quantity
C1,RHA,1
"D1,D2",CC0603KRX7R9BB102,2
```## How to use it
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. That is:* OPL parts have a `SKU` value defined, that's the default value to export
* If there's no `SKU`, then a `MPN` field is searched and exported
* If neither is found for a part, at the end of the export a warning is issuedThus for every part either set a `SKU` with the OPL part number or an `MPN`
value.Add the plugin in eeschema, set it a name, then use it with `Generate`:
![BOM plugin screenshot](img/bom_plugin.png)
## License
Copyright 2017 Gergely Imreh
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.