Skip to content

Commit

Permalink
fix: rpi pcb outline fillet
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfischer committed Mar 11, 2024
1 parent 1803207 commit 4250a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osr_mechanical/pcb/rpi_hat.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def outline(self) -> cq.Sketch:
.push([self.dsi_slot_loc])
.rect(self.dsi_slot_width, self.dsi_slot_height, mode="s")
.reset()
.vertices("(<X and <<Y[1]) or (<X and >>Y[2]) or (<<X[-2])")
.vertices("(<X and <<Y[2]) or (<X and >>Y[2]) or (<<X[-2])")
.tag("dsi_slot_vertices")
)

Expand Down

0 comments on commit 4250a75

Please sign in to comment.