From d1f00140065cdc62f2a7f0bcf54a7807733d6a2d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 12 Apr 2026 20:26:24 +0530 Subject: Add vcut --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 570d59d..2d92cb7 100644 --- a/justfile +++ b/justfile @@ -7,7 +7,7 @@ svg: svg-schematic svg-pcb @gen-gerbers: kicad-cli pcb export gerbers \ - -l B.Cu,B.Mask,B.Silkscreen,B.Paste,F.Cu,F.Mask,F.Silkscreen,F.Paste,Edge.Cuts \ + -l B.Cu,B.Mask,B.Silkscreen,B.Paste,F.Cu,F.Mask,F.Silkscreen,F.Paste,Edge.Cuts,F.Fab \ --precision 6 --no-x2 \ --output ./hardware/gerber/chiral-keyboard \ ./hardware/chiral.kicad_pcb -- cgit v1.3.1