Skip to content

Commit

Permalink
Fix too-tight switchplate on Xiao RP2040
Browse files Browse the repository at this point in the history
I had assumed that all Xiao boards were the same size, but actually the
RP one is a little taller than the BLE and hit the switch plate.
  • Loading branch information
rschenk committed Jul 23, 2023
1 parent a7eddaa commit 23e74dd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file modified case/mcu_cover.pdf
Binary file not shown.
Binary file modified case/switch_plate.pdf
Binary file not shown.
Binary file modified case/top_gasket.pdf
Binary file not shown.
Binary file modified drawings/tern.afdesign
Binary file not shown.
6 changes: 3 additions & 3 deletions ergogen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ units:
# Outlines
# ========
xiao_cutout_x: 19.5
xiao_cutout_y: 21.5
xiao_cutout_y: 22.5
mounting_hole_r: 1
clearance_hole_r: 1.6
cover_hole_margin: 3 # Inset from the edge
Expand Down Expand Up @@ -280,8 +280,8 @@ outlines:
- what: rectangle
adjust:
ref: mcu
shift: [0, 1]
size: [xiao_cutout_x, xiao_cutout_y + 1]
shift: [0, 0]
size: [xiao_cutout_x, xiao_cutout_y]
_mounting_holes:
- what: circle
adjust.ref: mounting_hole
Expand Down
8 changes: 4 additions & 4 deletions ergogen/output/outlines/switchplate.dxf
Original file line number Diff line number Diff line change
Expand Up @@ -4223,19 +4223,19 @@ LINE
10
206.9191076
20
-168.4015865
-169.4015865
11
226.4191076
21
-168.4015865
-169.4015865
0
LINE
8
0
10
226.4191076
20
-168.4015865
-169.4015865
11
226.4191076
21
Expand All @@ -4251,7 +4251,7 @@ LINE
11
206.9191076
21
-168.4015865
-169.4015865
0
CIRCLE
8
Expand Down

0 comments on commit 23e74dd

Please sign in to comment.