diff options
-rw-r--r-- | case/top.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/case/top.scad b/case/top.scad index f95c17a..97f4d6f 100644 --- a/case/top.scad +++ b/case/top.scad @@ -227,8 +227,8 @@ module top_case(key_switch_sizes, pcb_screw_holes) { translate([wall_width, case_length_bottom - wall_width_upper, 0]) cube([case_width_bottom - 2*wall_width, wall_width_upper, wall_lip_upper], false); - translate([0, case_length_bottom - wall_width, wall_lip_upper]) - cube([case_width_bottom, wall_width, wall_height - wall_lip_upper], false); + translate([0, case_length_bottom - wall_width, wall_lip_upper - eps]) + cube([case_width_bottom, wall_width, wall_height - wall_lip_upper + eps], false); /* Right */ translate([case_width_bottom - wall_width, 0, 0]) |