Make supports a bit thinner to unobstruct vents
This commit is contained in:
parent
9fb27adb05
commit
bdeb9a60cb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
||||||
vent_x_first = keyboard_x_offset + keyboard_width - vent_count * (vent_width + vent_width);
|
vent_x_first = keyboard_x_offset + keyboard_width - vent_count * (vent_width + vent_width);
|
||||||
vent_y_offset = case_length_bottom - vent_length;
|
vent_y_offset = case_length_bottom - vent_length;
|
||||||
|
|
||||||
support_width = 2.0000;
|
support_width = 1.2500;
|
||||||
|
|
||||||
module fascia() {
|
module fascia() {
|
||||||
linear_extrude(wall_width)
|
linear_extrude(wall_width)
|
||||||
|
|
Loading…
Add table
Reference in a new issue