diff options
Diffstat (limited to 'case')
-rw-r--r-- | case/top.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/case/top.scad b/case/top.scad index e834511..1e27798 100644 --- a/case/top.scad +++ b/case/top.scad @@ -18,9 +18,9 @@ screw_post_diameter_inner = 3.00; screw_post_diameter_outer = 6.25; screw_post_corner_height = 12.00; screw_post_middle_height = 29.30; -screw_post_upper_y_offset = case_length_bottom - wall_width - 15.00; -screw_post_middle_y_offset = 72.50; 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; top_case_screw_posts = [ |