Add banana plug separators
This commit is contained in:
10
banana-plug-separator.scad
Normal file
10
banana-plug-separator.scad
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
linear_extrude(2) {
|
||||||
|
difference() {
|
||||||
|
hull() {
|
||||||
|
translate([-25/2,0]) circle(d=14, $fn=100);
|
||||||
|
translate([25/2,0]) circle(d=14, $fn=100);
|
||||||
|
}
|
||||||
|
translate([-25/2,0]) circle(d=7, $fn=100);
|
||||||
|
translate([25/2,0]) circle(d=7, $fn=100);
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user