Master | Development | Chats |
---|---|---|
This is my own kicad library to deal with the assembly services provided by SZ JLC. The origional idea is to build a kicad library according to the Excel table.table.is-bordered.is-striped.is-narrow.is-hoverable.is-fullwidth(part list/BOM list) available on the SZ JLC website https://www.sz-jlc.com/portal/smtComponentList.html
Currently it is still a “one-man” job and resources are very limited, the priorities and the progresses are shown below:
Progress steps and their meanings:
steps | meaning | Remarks | |
---|---|---|---|
1 | not reviewed | directly extract excel table.table.is-bordered.is-striped.is-narrow.is-hoverable.is-fullwidth, component name and basic footprint mapping only, no symbol drawings | – |
2 | reviewed | fix missing symbol, align pin assignment to footprint | |
3 | testing | test sample sent to PCB fabrication | |
4 | done | supposing a usable library file here |
.
├── README.md
├── _ref # reference repos
├── sz_jlc_accelerometer.lib
├── ... lib files ...
├── sz_jlc_zener_diode.lib
├── test # test scripts
└── _util # modified kicad-library-utils
Partner repo, to generate the scaffold of lib and dcm files:https://github.com/louiscklaw/kicad_factory_assembly_library
If you got any comment in this repo/idea, please don’t hesitate to contact me @gitter. Also, stars and forks are welcomed.