Skip to content

Commit

Permalink
Make the pcb spacer thicker
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusFreke committed Jun 17, 2024
1 parent adb128d commit 90d52d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lalboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ def radial_translate(component, theta, r):
hull = Hull(group, name="exposed_steel")
return OffsetEdges(hull.faces[0], hull.faces[0].edges, 5, name="sheet_sheet")

def central_pcb_spacer(self, thickness=2.4):
def central_pcb_spacer(self, thickness=3.8):
central_pcb = self.central_pcb()

bottom_face = central_pcb.named_faces("bottom")[0]
Expand Down
2 changes: 1 addition & 1 deletion stls

0 comments on commit 90d52d9

Please sign in to comment.