Add panelization command to README

This commit is contained in:
Luca 2020-10-26 23:57:40 +01:00
parent 4390154d7a
commit 268ba893fd
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@
| ---------------------------------------- | -------------------------------------- |
| ![Front of anykey pcb](images/front.png) | ![Back of anykey pcb](images/back.png) |
## Panelization
The following command was used to generate the 2x1 panel of anykeys in `panels/anykey-x2.kicad_pcb`:
```sh
kikit panelize grid --tolerance 10 --space 3 --gridsize 1 2 --tabwidth 3 --tabheight 3 --htabs 0 --vtabs 1 --vcuts --radius 0.8 --railsTb 5 --fiducials 10 2.5 1 2 --tooling 5 2.5 1.5 --copperfill anykey.kicad_pcb panels/anykey-x2.kicad_pcb
```
## Documents
### STM32 reference manual