That's a bit more correct
This commit is contained in:
parent
a31a704242
commit
ef8b2fe4d8
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue