Fixed clearance for aux
This commit is contained in:
@@ -163,7 +163,7 @@ module case(){
|
|||||||
//cylinder(h=$auxHoleLength,r=$auxHoleRadius);
|
//cylinder(h=$auxHoleLength,r=$auxHoleRadius);
|
||||||
rotate([0,270,0])
|
rotate([0,270,0])
|
||||||
translate([$shellWidth + $clearance*2,0,0])
|
translate([$shellWidth + $clearance*2,0,0])
|
||||||
cube([jackBody.x + $clearance*2, jackBody.y + $clearance*2, jackBody.z + $clearance*2], center=true);
|
cube([jackBody.x + $clearance*20, jackBody.y + $clearance*2, jackBody.z + $clearance*2], center=true);
|
||||||
// Aux cable housing clearance
|
// Aux cable housing clearance
|
||||||
translate([0,0, -$clearance*2])
|
translate([0,0, -$clearance*2])
|
||||||
cylinder(h=($shellWidth/2) + ($clearance * 2),r=$auxCableRadius );
|
cylinder(h=($shellWidth/2) + ($clearance * 2),r=$auxCableRadius );
|
||||||
@@ -278,6 +278,6 @@ module pcb() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
%pcb();
|
*%pcb();
|
||||||
%topDampeners();
|
*%topDampeners();
|
||||||
case();
|
case();
|
||||||
|
|||||||
Reference in New Issue
Block a user