From 717baf30532e3313f70e0455519eb84344573cf9 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Mar 2026 11:04:52 +0530 Subject: Update readme --- justfile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 48488ff..0df2e27 100644 --- a/justfile +++ b/justfile @@ -13,3 +13,12 @@ pcb-export: cd ./pcb/gerber zip -r ../chiral-keyboard.zip ./chiral-keyboard +alias gerbers := pcb-export + +svg-schematic: + kicad-cli sch export svg -t arcana ./pcb/chiral.kicad_sch + +svg-pcb: + kicad-cli pcb export svg --layers '*' --mode-single -o pcb.svg ./pcb/chiral.kicad_pcb + +svg: svg-schematic svg-pcb -- cgit v1.3.1