Skip to content

Commit fc8e1e8

Browse files
committed
display cutout modified
1 parent d36cd87 commit fc8e1e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

shell.scad

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ module shell(height=35){
8989
}
9090

9191
//cutout for the display
92-
translate([width/2,34,height-2.1]){
93-
translate([-16,0,0]) cube([32,12.9,2.2]);
92+
translate([width/2,35,height-2.1]){
93+
translate([-11,0,0]) cube([27,11,2.2]);
9494
}
9595
}
9696

@@ -119,8 +119,8 @@ module shell(height=35){
119119
}
120120

121121
//body display cutout
122-
translate([width/2,33,height-4]){
123-
translate([-17,0,0]) cube([34,15,2]);
122+
translate([width/2,34,height-4]){
123+
translate([-12,0,0]) cube([29,13,2]);
124124
}
125125
}
126126
//main screw mount holes
@@ -138,8 +138,8 @@ module shell(height=35){
138138
}
139139

140140
//hole display cutout
141-
translate([width/2,34,height-4.1]){
142-
translate([-16,0,0]) cube([32,12.9,2.2]);
141+
translate([width/2,35,height-4.1]){
142+
translate([-11,0,0]) cube([27,11,2.2]);
143143
}
144144
}
145145
}

0 commit comments

Comments
 (0)