summaryrefslogtreecommitdiffstats
path: root/case
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-15 20:58:22 -0500
committerXANTRONIX Development2023-11-15 20:58:22 -0500
commit9fb27adb054857f846115b44f2cac871c6fdcd94 (patch)
treeb8c97c18388f8f96898c9b22bb3449ed223efb8b /case
parente16d605f2fdb92bfb8d9abcf726f9dd0dad31454 (diff)
downloadxantronix-z32-9fb27adb054857f846115b44f2cac871c6fdcd94.tar.gz
xantronix-z32-9fb27adb054857f846115b44f2cac871c6fdcd94.tar.bz2
xantronix-z32-9fb27adb054857f846115b44f2cac871c6fdcd94.zip
Add tiny epsilon to make you SHUT THE HELL UP
Diffstat (limited to 'case')
-rw-r--r--case/top.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/case/top.scad b/case/top.scad
index 984d7e0..2be2c06 100644
--- a/case/top.scad
+++ b/case/top.scad
@@ -184,7 +184,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
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 + 0.0001, keyboard_switch_height], support_width);
}
}