From 268ba893fd11b23797e63cec372753f500e7a511 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 26 Oct 2020 23:57:40 +0100 Subject: [PATCH] Add panelization command to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a01e1ac..819b0f5 100644 --- a/README.md +++ b/README.md @@ -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