That feels more correct
This commit is contained in:
parent
d730208b81
commit
a31a704242
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue