Add banana plug separators
This commit is contained in:
parent
4c4ba2c08e
commit
a944346ebc
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);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user