adjusting aux clearance
This commit is contained in:
Binary file not shown.
@@ -156,7 +156,7 @@ module case(){
|
|||||||
$auxHoleLength = 17 + $shellWidth/2;
|
$auxHoleLength = 17 + $shellWidth/2;
|
||||||
$auxCableRadius = 4.15 + $clearance *2;
|
$auxCableRadius = 4.15 + $clearance *2;
|
||||||
// Move to the position along the wall the aux will be
|
// Move to the position along the wall the aux will be
|
||||||
translate([-($shellWidth/2 + $clearance),$switchDistance * $rows - $topLeftOfPcbToCenterOfAux - $clearance,-$auxClearanceFromBase])
|
translate([-($shellWidth/2 + $clearance),$switchDistance * $rows - $topLeftOfPcbToCenterOfAux + $clearance,-$auxClearanceFromBase])
|
||||||
// Make cylinder perpendicular with the wall
|
// Make cylinder perpendicular with the wall
|
||||||
rotate([0,90,0]){
|
rotate([0,90,0]){
|
||||||
// Aux component clearance
|
// Aux component clearance
|
||||||
|
|||||||
Reference in New Issue
Block a user