refactor sideWall

This commit is contained in:
zhao
2023-02-05 13:51:01 -05:00
parent cf481a4486
commit b8991a611c
2 changed files with 25 additions and 26 deletions

View File

@ -2,7 +2,6 @@
include <../config.scad>
include <../sharedVariables.scad>
sideWallConnW = 7;
sideWallConnD = 20;
sideWallConnH = 2;
@ -24,4 +23,15 @@ hingePoleH = 5;
hingeHoleR = hingePoleR + 0.2;
hingePoleToConnectorOuterYZFace = hingePoleR/2;
hingePoleToConnectorOuterXZFace = hingePoleR/2;
hingePoleToConnectorOuterXZFace = hingePoleR/2;
sideWallZGapClearance = 0.2;
sideWallZ = railTotalHeight - 2*(railFootThickness + sideWallZGapClearance);
sideWallY = yBarDepth;
sideWallXGapClearance = 0.2;
sideWallX = (yBarWidth-(railTotalWidth+railSlotToInnerYEdge)) - sideWallXGapClearance;
hingePoleDx = hingePoleToConnectorOuterYZFace + sideWallSlotToOuterYEdge;
hingePoleDy = hingePoleToConnectorOuterXZFace + sideWallSlotToOuterXEdge;