Reasonable
This commit is contained in:
parent
6063df9199
commit
f779b234b7
1 changed files with 3 additions and 3 deletions
|
@ -107,14 +107,14 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
||||||
|
|
||||||
/* Upper */
|
/* Upper */
|
||||||
translate([0, case_length_bottom - wall_width, 0])
|
translate([0, case_length_bottom - wall_width, 0])
|
||||||
cube([case_width_bottom, wall_width, wall_height], false);
|
cube([case_width_bottom, wall_width, wall_height - wall_width], false);
|
||||||
|
|
||||||
/* Right */
|
/* Right */
|
||||||
translate([case_width_bottom - wall_width, 0, 0])
|
translate([case_width_bottom - wall_width, 0, 0])
|
||||||
cube([wall_width, case_length_bottom, wall_height], false);
|
cube([wall_width, case_length_bottom, wall_height - wall_width], false);
|
||||||
|
|
||||||
/* Lower */
|
/* Lower */
|
||||||
cube([case_width_bottom, wall_width, wall_height], false);
|
cube([case_width_bottom, wall_width, wall_height - wall_width], false);
|
||||||
|
|
||||||
/* Left */
|
/* Left */
|
||||||
cube([wall_width, case_length_bottom, wall_height - wall_width], false);
|
cube([wall_width, case_length_bottom, wall_height - wall_width], false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue