Make conical screw posts

This commit is contained in:
XANTRONIX 2023-11-13 13:19:20 -05:00
parent 0d3051ce9a
commit 2541d1a5a0

View file

@ -80,8 +80,8 @@ module keyboard_base_plate(pcb_width, pcb_length) {
color(case_color)
translate(translation)
difference() {
cylinder(h=h, r=d1/2.0);
cylinder(h=h, r=d2/2.0);
cylinder(h=h, r1=(d1/2.0) * 1.5);
cylinder(h=h, r= d2/2.0);
}
}