Sorry I forgot an epsilon value before!
This commit is contained in:
parent
b8afbfd047
commit
82040190b4
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
||||||
translate([wall_width, case_length_bottom - wall_width_upper, 0])
|
translate([wall_width, case_length_bottom - wall_width_upper, 0])
|
||||||
cube([case_width_bottom - 2*wall_width, wall_width_upper, wall_lip_upper], false);
|
cube([case_width_bottom - 2*wall_width, wall_width_upper, wall_lip_upper], false);
|
||||||
|
|
||||||
translate([0, case_length_bottom - wall_width, wall_lip_upper])
|
translate([0, case_length_bottom - wall_width, wall_lip_upper - eps])
|
||||||
cube([case_width_bottom, wall_width, wall_height - wall_lip_upper], false);
|
cube([case_width_bottom, wall_width, wall_height - wall_lip_upper + eps], false);
|
||||||
|
|
||||||
/* Right */
|
/* Right */
|
||||||
translate([case_width_bottom - wall_width, 0, 0])
|
translate([case_width_bottom - wall_width, 0, 0])
|
||||||
|
|
Loading…
Add table
Reference in a new issue