Sorry I forgot an epsilon value before!

This commit is contained in:
XANTRONIX 2023-11-17 23:09:33 -05:00
parent b8afbfd047
commit 82040190b4

View file

@ -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])