Use cylinders for screw posts
This commit is contained in:
parent
8fb65233a7
commit
4f5015ea13
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ module keyboard_base_plate(pcb_dimensions, pcb_screw_holes, switch_z_range) {
|
||||||
|
|
||||||
color(case_color)
|
color(case_color)
|
||||||
difference() {
|
difference() {
|
||||||
cylinder(h=h, r1 = (diameter_outer / 2.0) * 1.5);
|
cylinder(h=h, r=(diameter_outer / 2.0) * 1.5);
|
||||||
cylinder(h=h, r = diameter_inner / 2.0);
|
cylinder(h=h, r= diameter_inner / 2.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue