diff options
-rw-r--r-- | case/top.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/case/top.scad b/case/top.scad index 6e69175..aedda45 100644 --- a/case/top.scad +++ b/case/top.scad @@ -38,7 +38,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) { 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 = 6.50; + screw_post_lower_y_offset = (keyboard_y_offset - 2 * wall_width) / 2 + wall_width; screw_post_x_offset = (keyboard_x_offset - 2 * wall_width) / 2 + wall_width; eps = 0.01; |