WAAAAAAAAT this is so much more efficient
This commit is contained in:
parent
514b3dbc02
commit
b8afbfd047
1 changed files with 3 additions and 4 deletions
|
@ -56,11 +56,10 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
|||
|
||||
module screw_posts() {
|
||||
module screw_post(h) {
|
||||
linear_extrude(h)
|
||||
difference() {
|
||||
cylinder(h, d=screw_post_diameter_outer);
|
||||
|
||||
translate([0, 0, -eps])
|
||||
cylinder(h + 2*eps, d=screw_post_diameter_inner);
|
||||
circle(d=screw_post_diameter_outer);
|
||||
circle(d=screw_post_diameter_inner);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue