Add tiny epsilon to make you SHUT THE HELL UP
This commit is contained in:
parent
e16d605f2f
commit
9fb27adb05
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
||||||
support_y_offset + y - wall_width + support_width,
|
support_y_offset + y - wall_width + support_width,
|
||||||
wall_height - wall_width])
|
wall_height - wall_width])
|
||||||
rotate([0, 0, -90])
|
rotate([0, 0, -90])
|
||||||
support([left_support_length, keyboard_switch_height], support_width);
|
support([left_support_length + 0.0001, keyboard_switch_height], support_width);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue