summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-17 23:09:33 -0500
committerXANTRONIX Development2023-11-19 21:02:47 -0500
commit82040190b4938ad5d5755b3357a53f2164b40d6c (patch)
treeb222289202ca1213ddbd49f8f52370216f0dda21
parentb8afbfd0470de891c744d64afb63daade874ecf3 (diff)
downloadxantronix-z32-82040190b4938ad5d5755b3357a53f2164b40d6c.tar.gz
xantronix-z32-82040190b4938ad5d5755b3357a53f2164b40d6c.tar.bz2
xantronix-z32-82040190b4938ad5d5755b3357a53f2164b40d6c.zip
Sorry I forgot an epsilon value before!
-rw-r--r--case/top.scad4
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])