WIP on sideWall and sideWallConnector

This commit is contained in:
zhao
2023-02-04 18:30:45 -05:00
parent 49c627b133
commit 7b19db8153
6 changed files with 149 additions and 91 deletions

View File

@ -3,7 +3,6 @@ include <../helper/sphericalFilet.scad>
include <../helper/cylindricalFilet.scad>
include <../helper/screws.scad>
include <../misc/magnet.scad>
include <./config.scad>
include <./mainRail.scad>
@ -13,19 +12,8 @@ include <./xyBarConnector.scad>
include <./sideWallConnector.scad>
include <./yBarBasePlateConnector.scad>
railSlotToInnerYEdge = 2;
railSlotToXZ = 3;
railSlotToSideWallSlot = 2;
sideWallSlotToXZ = 3;
include <./sharedVariables.scad>
yBarDepth = maxUnitDepth + 2*railSlotToInnerYEdge;
yBarWidth = railSlotToInnerYEdge + railTotalWidth+ railSlotToSideWallSlot
+ sideWallSlotToOuterYEdge + sideWallConnectorSlotWidth;
yBarHeight = 15;
yBarWallThickness = 3;
yBarRoundness = baseRoundness;
joinCornerDepth = 32;
echo("Bar total depth: ", yBarDepth);
echo("Bar total width: ", yBarWidth);