Add banana plug separators

This commit is contained in:
Lauri Võsandi 2021-09-08 15:08:23 +03:00
parent 4c4ba2c08e
commit a944346ebc
1 changed files with 10 additions and 0 deletions

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);
}
}