summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-16 14:35:36 -0500
committerXANTRONIX Development2023-11-16 14:35:36 -0500
commit06e455589614d687089752503e9e73932ba9be93 (patch)
tree71aff39406f2e67a63f3c7827621e6898d23cafc
parent6b03e550bae8866325474f0e69c6ccc278d32d27 (diff)
downloadxantronix-z32-06e455589614d687089752503e9e73932ba9be93.tar.gz
xantronix-z32-06e455589614d687089752503e9e73932ba9be93.tar.bz2
xantronix-z32-06e455589614d687089752503e9e73932ba9be93.zip
Good enough? Good enough.
-rw-r--r--case/top.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/case/top.scad b/case/top.scad
index 9609e2b..a09d0d7 100644
--- a/case/top.scad
+++ b/case/top.scad
@@ -213,11 +213,11 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
rotate([0, 0, -90])
support([right_support_length, keyboard_switch_height], support_width);
- translate([left_support_x_offset,
+ translate([left_support_x_offset - eps,
support_y_offset + y - wall_width + support_width,
wall_height - wall_width])
rotate([0, 0, -90])
- support([left_support_length, keyboard_switch_height], support_width);
+ support([left_support_length + 2*eps, keyboard_switch_height], support_width);
}
}