We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d14e3 commit 1249e98Copy full SHA for 1249e98
src/DisplayCase/DisplayCaseBottom.scad
@@ -65,15 +65,15 @@ module DisplayCaseBottom() {
65
translate([- left - 2, 2.5 + 21 / 2 - 4, 3])
66
cube([left + right + 2, 6, 20]);
67
translate([- left - 4, 0 + 11, 3])
68
- cube([left + right + 4, 5 + 21 / 2 - 11+2.2, 30]);
+ cube([left + right + 4, 5 + 21 / 2 - 11+1.3, 30]);
69
}
70
translate([- DisplayCase_outer_width + DisplayCase_outer_large_radius, 45, 0])DisplayCaseHolePattern() {
71
cylinder(d = max(m3_insert_cavity_diameter + 3 * extrude_width, m3_insert_hole_diameter + 5 * extrude_width)
72
, h = 100);
73
74
75
76
- translate([- left - 4, 13, 9])
+ translate([- left - 4, 13, 5.8])
77
cube([left + right + 4, 5 + 21 / 2 + 3 - 13, 30]);
78
79
0 commit comments