diff options
Diffstat (limited to '')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
