Add panelization command to README
This commit is contained in:
parent
4390154d7a
commit
268ba893fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue