fix xBarDepth
This commit is contained in:
@ -43,5 +43,3 @@ assert(rackFrameScrewType == "m3");
|
||||
|
||||
// Fillet radius for main rack profile
|
||||
baseRoundness = getConfig("baseRoundness");
|
||||
|
||||
echo("numRailScrews", numRailScrews);
|
||||
@ -9,7 +9,7 @@ include <./xyBarConnector.scad>
|
||||
include <./yBar.scad>
|
||||
include <./mainRail.scad>
|
||||
|
||||
xBarDepth = maxUnitWidth - 2*(railSlotSpacing + railScrewHoleToInnerEdge);
|
||||
xBarDepth = maxUnitWidth - 2*railSlotSpacing;
|
||||
|
||||
xBarWidth = 32;
|
||||
xBarHeight = 15;
|
||||
|
||||
Reference in New Issue
Block a user