Skip to content

Commit 3cab606

Browse files
committed
missing clearance for switch hole
1 parent f11a6f0 commit 3cab606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MainCase/MainCase.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ module MainCase(without_inserts=false, top_rider=MainCase_top_rider, back_rider=
404404
}
405405
// Hole for the switches' lever
406406
translate([0, -4-wall_thickness, 8])
407-
cylinder(d=6, h=20);
407+
cylinder(d=6+2*default_clearance, h=20);
408408

409409
if(enable_text) {
410410
translate([11,-1.5,-0.49])linear_extrude(0.6)rotate([0,0,180]) text("I / O",font="open sans:style=Bold", size=8);

0 commit comments

Comments
 (0)