speakers/banana-plug-separator.scad

11 lines
250 B
OpenSCAD
Raw Normal View History

2021-09-08 12:08:23 +00:00
linear_extrude(2) {
difference() {
hull() {
translate([-12,0]) circle(d=10, $fn=100);
translate([12,0]) circle(d=10, $fn=100);
2021-09-08 12:08:23 +00:00
}
translate([-12,0]) circle(d=6.5, $fn=100);
translate([12,0]) circle(d=6.5, $fn=100);
2021-09-08 12:08:23 +00:00
}
}