Skip to content

Commit 222a108

Browse files
committed
add more space for display cable
(#69)
1 parent 48781ca commit 222a108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DisplayCase/DisplayCaseBottom.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module DisplayCaseBottom() {
6565
translate([- left - 2, 2.5 + 21 / 2 - 4, 3])
6666
cube([left + right + 2, 6, 20]);
6767
translate([- left - 4, 0 + 11, 3])
68-
cube([left + right + 4, 5 + 21 / 2 - 11, 30]);
68+
cube([left + right + 4, 5 + 21 / 2 - 11+2.2, 30]);
6969
}
7070
translate([- DisplayCase_outer_width + DisplayCase_outer_large_radius, 45, 0])DisplayCaseHolePattern() {
7171
cylinder(d = max(m3_insert_cavity_diameter + 3 * extrude_width, m3_insert_hole_diameter + 5 * extrude_width)

0 commit comments

Comments
 (0)