Good enough? Good enough.
This commit is contained in:
parent
6b03e550ba
commit
06e4555896
1 changed files with 2 additions and 2 deletions
|
@ -213,11 +213,11 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
|||
rotate([0, 0, -90])
|
||||
support([right_support_length, keyboard_switch_height], support_width);
|
||||
|
||||
translate([left_support_x_offset,
|
||||
translate([left_support_x_offset - eps,
|
||||
support_y_offset + y - wall_width + support_width,
|
||||
wall_height - wall_width])
|
||||
rotate([0, 0, -90])
|
||||
support([left_support_length, keyboard_switch_height], support_width);
|
||||
support([left_support_length + 2*eps, keyboard_switch_height], support_width);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue