Final tuning for banana plug separators
This commit is contained in:
parent
1255621b14
commit
ad0cafe51d
@ -1,10 +1,10 @@
|
|||||||
linear_extrude(2) {
|
linear_extrude(2) {
|
||||||
difference() {
|
difference() {
|
||||||
hull() {
|
hull() {
|
||||||
translate([-25/2,0]) circle(d=14, $fn=100);
|
translate([-12,0]) circle(d=10, $fn=100);
|
||||||
translate([25/2,0]) circle(d=14, $fn=100);
|
translate([12,0]) circle(d=10, $fn=100);
|
||||||
}
|
}
|
||||||
translate([-25/2,0]) circle(d=7, $fn=100);
|
translate([-12,0]) circle(d=6.5, $fn=100);
|
||||||
translate([25/2,0]) circle(d=7, $fn=100);
|
translate([12,0]) circle(d=6.5, $fn=100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user