16 lines
810 B
Markdown
16 lines
810 B
Markdown
KiCAD Templates
|
|
---------------
|
|
Common set of KiCAD templates for JLCPCB. Copied and adapted from https://github.com/squantor/templates_kicad.
|
|
|
|
## Checkout Notes
|
|
This repository includes submodules for standard component libraries, so after checking out do not forget to also check out submodules.
|
|
|
|
```shell
|
|
git clone https://git.asymworks.com/asymworks/kicad_templates
|
|
git submodule init
|
|
git submodule update
|
|
```
|
|
|
|
## Usage Notes
|
|
The Asymworks libraries will not be correctly referenced after creating a new project from these templates. The recommended procedure is to set up a Git repository for the top level project, clone the Asymworks library into that, and keep the individual PCB designs within that project folder (along with other assets such as mechanical part designs and firmware, if applicable).
|