summaryrefslogtreecommitdiffstats
path: root/case
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-15 20:50:36 -0500
committerXANTRONIX Development2023-11-15 20:50:36 -0500
commite16d605f2fdb92bfb8d9abcf726f9dd0dad31454 (patch)
treea97c53dff4d7612098b13e425500326adfc511fc /case
parente4fbde67f21186990934be833571f04de9e044b7 (diff)
downloadxantronix-z32-e16d605f2fdb92bfb8d9abcf726f9dd0dad31454.tar.gz
xantronix-z32-e16d605f2fdb92bfb8d9abcf726f9dd0dad31454.tar.bz2
xantronix-z32-e16d605f2fdb92bfb8d9abcf726f9dd0dad31454.zip
Oh fuck off with your errors
Diffstat (limited to 'case')
-rw-r--r--case/top.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/case/top.scad b/case/top.scad
index 0cf164c..984d7e0 100644
--- a/case/top.scad
+++ b/case/top.scad
@@ -180,11 +180,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,
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, keyboard_switch_height], support_width);
}
}