summaryrefslogtreecommitdiffstats
path: root/case
diff options
context:
space:
mode:
Diffstat (limited to 'case')
-rw-r--r--case/top.scad6
1 files changed, 3 insertions, 3 deletions
diff --git a/case/top.scad b/case/top.scad
index d4df50c..bf2dd16 100644
--- a/case/top.scad
+++ b/case/top.scad
@@ -18,9 +18,9 @@ module top_case(with_keyboard=false, as_flat=false) {
vent_y_offset = case_length_bottom - vent_length;
screw_post_lower_y_offset = (keyboard_y_offset - 2 * wall_width) / 2 + wall_width;
- screw_post_middle_y_offset = screw_post_lower_y_offset + 65.00;
- screw_post_upper_y_offset = screw_post_middle_y_offset + 65.00;
- screw_post_x_offset = (keyboard_x_offset - 2 * wall_width) / 2 + wall_width;
+ screw_post_middle_y_offset = screw_post_lower_y_offset + 66.00;
+ screw_post_upper_y_offset = screw_post_middle_y_offset + 64.00;
+ screw_post_x_offset = (keyboard_x_offset - 2 * wall_width) / 2 + wall_width + 0.25;
screw_post_corner_height = 12.00;
screw_post_middle_height = 29.30;