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 aedda45..b8b0f78 100644 --- a/case/top.scad +++ b/case/top.scad @@ -93,7 +93,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) { posts = [ /* Upper row */ [screw_post_x_offset, screw_post_upper_y_offset, screw_post_corner_height], - [case_width_bottom / 2, screw_post_upper_y_offset, screw_post_middle_height], + [case_width_bottom / 2, case_length_bottom - 10.0, screw_post_middle_height], [case_width_bottom - screw_post_x_offset, screw_post_upper_y_offset, screw_post_corner_height], /* Middle row */ |