https://github.com/xtoolbox/lc_kicad_lib
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(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, 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
- The number of component is huge. not everyone of them is being tested
- The pin assignment and symbol generation (especially MCU) is still a problem as configuration/pin assignment need to be reviewed case by case. Currently looking into some OCR solution to accelerate the progress.
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.