Add banana plug separators

This commit is contained in:
2021-09-08 17:45:56 +03:00
parent 4c4ba2c08e
commit a944346ebc
+10
View 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);
}
}