Skip to content

Commit

Permalink
Rotate R4 and minor tracks update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws committed Jul 25, 2024
1 parent ea2e37d commit 0f99760
Show file tree
Hide file tree
Showing 3 changed files with 1,602 additions and 1,588 deletions.
4 changes: 1 addition & 3 deletions .justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
template_atmega32u4_au_v1 := "./atmega32u4_au_v1.kicad_pcb"
pcb_url := "https://raw.githubusercontent.com/ai03-2725/JP60/main/JP60.kicad_pcb"
# manually routed (temporary file):
routed_pcb := "./atmega32u4_au_v2_routed1.kicad_pcb"

test:
hatch run default:test
Expand All @@ -22,7 +20,7 @@ positions:
hatch run kicad:positions {{pcb_url}}

tracks:
hatch run kicad:tracks {{routed_pcb}}
hatch run kicad:tracks {{template_atmega32u4_au_v1}}

templates-svgs variant:
just svg atmega32u4_au_{{variant}}.kicad_pcb
Expand Down
Loading

0 comments on commit 0f99760

Please sign in to comment.