add/fixup hinge clearance
This commit is contained in:
@ -16,9 +16,6 @@ magnetMountShellRadius = magnetRSlacked + 1;
|
||||
|
||||
innerSideWallToYBarMagnetConn = magnetFaceToSideWallConnOuterYEdge + sideWallSlotToOuterYEdge - sideWallThickness;
|
||||
|
||||
magnetMountToYBarTop = magnetMountShellRadius + 1;
|
||||
magnetMountToYBarFront = magnetMountShellRadius + sideWallSlotToXZ + 2;
|
||||
|
||||
hingePoleR = 2;
|
||||
hingePoleH = 5;
|
||||
hingeHoleR = hingePoleR + 0.2;
|
||||
@ -26,11 +23,16 @@ hingeHoleR = hingePoleR + 0.2;
|
||||
hingePoleToConnectorOuterYZFace = hingePoleR/2;
|
||||
hingePoleToConnectorOuterXZFace = hingePoleR/2;
|
||||
|
||||
sideWallZGapClearance = 0.2;
|
||||
sideWallZ = railTotalHeight - 2*(railFootThickness + sideWallZGapClearance);
|
||||
|
||||
sideWallZHingeSlack = 0.3;
|
||||
sideWallZGapClearance = 1.0;
|
||||
sideWallZHingeTotalClearance = sideWallZHingeSlack + sideWallZGapClearance;
|
||||
sideWallZ = (railTotalHeight - 2*railFootThickness) - 2*sideWallZHingeTotalClearance;
|
||||
sideWallY = yBarDepth;
|
||||
|
||||
magnetMountToYBarTop = magnetMountShellRadius + sideWallZHingeTotalClearance + 1;
|
||||
magnetMountToYBarFront = magnetMountShellRadius + sideWallSlotToXZ + 2;
|
||||
|
||||
sideWallXGapClearance = 0.2;
|
||||
sideWallX = (yBarWidth-(railTotalWidth+railSlotToInnerYEdge)) - sideWallXGapClearance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user