diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-05-16 20:53:04 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-05-16 20:53:04 +0530 |
| commit | d3adcf04c723c0e323cc3073caa38a8cc5f5efd0 (patch) | |
| tree | 5dc6c8a8ccba821dd216c9845edb57d4cf3f22e5 /justfile | |
| parent | 7aa71bc4137d4a5e94cb13ead3053fa18eac9cca (diff) | |
| download | sinthinator-d3adcf04c723c0e323cc3073caa38a8cc5f5efd0.tar.gz sinthinator-d3adcf04c723c0e323cc3073caa38a8cc5f5efd0.zip | |
Fix missing connections to gnd pour
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,10 +21,10 @@ svg-schematic: {{KICAD_CLI}} sch export svg -t arcana --output "{{OUTDIR}}" ./pantsonfyre.kicad_sch svg-pcb: - {{KICAD_CLI}} pcb export svg --layers '*' --mode-single -o pcb.svg --output "{{OUTDIR}}" ./pantsonfyre.kicad_pcb + {{KICAD_CLI}} pcb export svg --layers '*' --mode-single -o "{{OUTDIR}}/pcb.svg" ./pantsonfyre.kicad_pcb bom: - {{KICAD_CLI}} sch export bom pantsonfyre.kicad_sch -o ../output/pantsonfyre-bom.csv + {{KICAD_CLI}} sch export bom pantsonfyre.kicad_sch -o "{{OUTDIR}}/pantsonfyre-bom.csv" @gen-gerbers: {{KICAD_CLI}} pcb export gerbers \ |
