improvements to side wall hinge

This commit is contained in:
zhao
2023-03-09 21:34:12 -05:00
parent fd84afa582
commit 2ddc90dd4d
4 changed files with 36 additions and 23 deletions

View File

@ -20,9 +20,6 @@ hingePoleR = 2;
hingePoleH = 5;
hingeHoleR = hingePoleR + 0.2;
hingePoleToConnectorOuterYZFace = hingePoleR/2;
hingePoleToConnectorOuterXZFace = hingePoleR/2;
sideWallZHingeSlack = 0.3;
sideWallZGapClearance = 1.0;
@ -36,5 +33,5 @@ magnetMountToYBarFront = magnetMountShellRadius + sideWallSlotToXZ + 2;
sideWallXGapClearance = 0.2;
sideWallX = (yBarWidth-(railTotalWidth+railSlotToInnerYEdge)) - sideWallXGapClearance;
hingePoleDx = hingePoleToConnectorOuterYZFace + sideWallSlotToOuterYEdge;
hingePoleDy = hingePoleToConnectorOuterXZFace + sideWallSlotToOuterXEdge;
hingePoleDx = sideWallSlotToOuterYEdge + sideWallConnW/2.0;
hingePoleDy = sideWallY - (sideWallSlotToOuterXEdge + hingeHoleR);