diff options
author | XANTRONIX Development | 2023-11-16 18:52:57 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-16 18:52:57 -0500 |
commit | a31a7042429206ad3e8fa4e6a722b9c0b0e3ec68 (patch) | |
tree | 011ea9e3720ea7999b11260517c61f5260a0dbe9 | |
parent | d730208b81b41638b4b366e11f76350ad8e5cd8d (diff) | |
download | xantronix-z32-a31a7042429206ad3e8fa4e6a722b9c0b0e3ec68.tar.gz xantronix-z32-a31a7042429206ad3e8fa4e6a722b9c0b0e3ec68.tar.bz2 xantronix-z32-a31a7042429206ad3e8fa4e6a722b9c0b0e3ec68.zip |
That feels more correct
-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; |