Skip to content

Commit a8dd632

Browse files
committed
increase bottom height
1 parent 192c1be commit a8dd632

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

case/minze.scad

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ board_spacing = 2;
1919
wall = 1.5;
2020

2121
top_height = 15;
22-
bottom_height = 10;
22+
bottom_height = 10.5;
2323

2424
translate([wall,wall,0]) mdm_board();
2525

@@ -142,10 +142,10 @@ module mdm_case_bottom() {
142142
translate([42-5, 68-5, -11]) cylinder(d=3.2, h=25);
143143

144144
// nut holes
145-
translate([5, 5, -1]) cylinder(d=7, h=4, $fn=6);
146-
translate([5, 68-5, -1]) cylinder(d=7, h=4, $fn=6);
147-
translate([42-5, 5, -1]) cylinder(d=7, h=4, $fn=6);
148-
translate([42-5, 68-5, -1]) cylinder(d=7, h=4, $fn=6);
145+
translate([5, 5, -0.75]) cylinder(d=7, h=4, $fn=6);
146+
translate([5, 68-5, -0.75]) cylinder(d=7, h=4, $fn=6);
147+
translate([42-5, 5, -0.75]) cylinder(d=7, h=4, $fn=6);
148+
translate([42-5, 68-5, -0.75]) cylinder(d=7, h=4, $fn=6);
149149

150150
}
151151

0 commit comments

Comments
 (0)