We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36cd87 commit fc8e1e8Copy full SHA for fc8e1e8
shell.scad
@@ -89,8 +89,8 @@ module shell(height=35){
89
}
90
91
//cutout for the display
92
- translate([width/2,34,height-2.1]){
93
- translate([-16,0,0]) cube([32,12.9,2.2]);
+ translate([width/2,35,height-2.1]){
+ translate([-11,0,0]) cube([27,11,2.2]);
94
95
96
@@ -119,8 +119,8 @@ module shell(height=35){
119
120
121
//body display cutout
122
- translate([width/2,33,height-4]){
123
- translate([-17,0,0]) cube([34,15,2]);
+ translate([width/2,34,height-4]){
+ translate([-12,0,0]) cube([29,13,2]);
124
125
126
//main screw mount holes
@@ -138,8 +138,8 @@ module shell(height=35){
138
139
140
//hole display cutout
141
- translate([width/2,34,height-4.1]){
142
+ translate([width/2,35,height-4.1]){
143
144
145
0 commit comments