From 82040190b4938ad5d5755b3357a53f2164b40d6c Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Fri, 17 Nov 2023 23:09:33 -0500 Subject: Sorry I forgot an epsilon value before! --- case/top.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'case') 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]) -- cgit v1.2.3