Make conical screw posts
This commit is contained in:
parent
0d3051ce9a
commit
2541d1a5a0
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ module keyboard_base_plate(pcb_width, pcb_length) {
|
||||||
color(case_color)
|
color(case_color)
|
||||||
translate(translation)
|
translate(translation)
|
||||||
difference() {
|
difference() {
|
||||||
cylinder(h=h, r=d1/2.0);
|
cylinder(h=h, r1=(d1/2.0) * 1.5);
|
||||||
cylinder(h=h, r= d2/2.0);
|
cylinder(h=h, r= d2/2.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue