Screw post positions are a bit more accurate
This commit is contained in:
parent
e2563fec3a
commit
e7f0188f83
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ module top_case(with_keyboard=false, as_flat=false) {
|
|||
vent_y_offset = case_length_bottom - vent_length;
|
||||
|
||||
screw_post_lower_y_offset = (keyboard_y_offset - 2 * wall_width) / 2 + wall_width;
|
||||
screw_post_middle_y_offset = screw_post_lower_y_offset + 65.00;
|
||||
screw_post_upper_y_offset = screw_post_middle_y_offset + 65.00;
|
||||
screw_post_x_offset = (keyboard_x_offset - 2 * wall_width) / 2 + wall_width;
|
||||
screw_post_middle_y_offset = screw_post_lower_y_offset + 66.00;
|
||||
screw_post_upper_y_offset = screw_post_middle_y_offset + 64.00;
|
||||
screw_post_x_offset = (keyboard_x_offset - 2 * wall_width) / 2 + wall_width + 0.25;
|
||||
screw_post_corner_height = 12.00;
|
||||
screw_post_middle_height = 29.30;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue