Final tuning for banana plug separators

This commit is contained in:
Lauri Võsandi 2021-11-05 09:05:01 +02:00
parent 1255621b14
commit ad0cafe51d
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +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([-12,0]) circle(d=10, $fn=100);
translate([12,0]) circle(d=10, $fn=100);
}
translate([-25/2,0]) circle(d=7, $fn=100);
translate([25/2,0]) circle(d=7, $fn=100);
translate([-12,0]) circle(d=6.5, $fn=100);
translate([12,0]) circle(d=6.5, $fn=100);
}
}