diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-05-17 11:59:51 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-05-17 12:22:29 +0530 |
| commit | 57b04cc69f5216688e356a11c297f9c06190cb2d (patch) | |
| tree | d382d344b9070c10f0bd803fbdd54eeda2a84e91 /justfile | |
| parent | 69c2bebe0b5f6531763de47d25b9d4b1fa650d9a (diff) | |
| download | sinthinator-57b04cc69f5216688e356a11c297f9c06190cb2d.tar.gz sinthinator-57b04cc69f5216688e356a11c297f9c06190cb2d.zip | |
Clean up + silkscreen bits
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,11 +23,11 @@ zip-gerbers: svg-schematic: {{KICAD_CLI}} sch export svg --output . "{{HWDIR}}/sinthinator.kicad_sch" - inkscape sinthinator.svg -w 3840 --export-area-page -o sinthinator.png + inkscape sinthinator.svg -w 1920 --export-area-page -o sinthinator.png svg-pcb: - {{KICAD_CLI}} pcb render "{{HWDIR}}/sinthinator.kicad_pcb" -w 3840 --background default --side top -o pcb-top.png - {{KICAD_CLI}} pcb render "{{HWDIR}}/sinthinator.kicad_pcb" -w 3840 --side bottom -o pcb-bottom.png + {{KICAD_CLI}} pcb render "{{HWDIR}}/sinthinator.kicad_pcb" -w 800 --background default --side top -o pcb-top.png + {{KICAD_CLI}} pcb render "{{HWDIR}}/sinthinator.kicad_pcb" -w 800 --side bottom -o pcb-bottom.png bom: {{KICAD_CLI}} sch export bom "{{HWDIR}}/sinthinator.kicad_sch" -o "{{HWOUTDIR}}/sinthinator-bom.csv" |
