From 57b04cc69f5216688e356a11c297f9c06190cb2d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 17 May 2026 11:59:51 +0530 Subject: Clean up + silkscreen bits --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 801e6b4..d3107b2 100644 --- a/justfile +++ b/justfile @@ -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" -- cgit v1.3.1