Skip to content

Commit

Permalink
Add 5-way switch cap model
Browse files Browse the repository at this point in the history
  • Loading branch information
amatus committed Aug 6, 2023
1 parent 2e584b8 commit cd0e7d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions laser-tag badge v2/cap.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$fn = 64;
h1 = 4.2;
r1 = 6;
w2 = 3.3;
h2 = 2.5;
h3 = 0.6;
difference() {
cylinder(h=h1, r=r1);
translate([0, 0, h1 - h3])
cylinder(h=h3, r1=r1 / 2, r2=r1 * 0.9);
translate([-w2 / 2, -w2 / 2, 0])
cube([w2, w2, h2 + 0.4]);
}

0 comments on commit cd0e7d6

Please # to comment.