From a31a7042429206ad3e8fa4e6a722b9c0b0e3ec68 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Thu, 16 Nov 2023 18:52:57 -0500 Subject: That feels more correct --- case/top.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'case') 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; -- cgit v1.2.3