Use cylinders for screw posts
This commit is contained in:
parent
8fb65233a7
commit
4f5015ea13
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ module keyboard_base_plate(pcb_dimensions, pcb_screw_holes, switch_z_range) {
|
|||
|
||||
color(case_color)
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue