fix xBar
This commit is contained in:
@ -50,7 +50,6 @@ module mainRail() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
module mainRailSharp() {
|
||||
union() {
|
||||
_frontRailSegment();
|
||||
|
||||
@ -9,7 +9,8 @@ include <./xyBarConnector.scad>
|
||||
include <./yBar.scad>
|
||||
include <./mainRail.scad>
|
||||
|
||||
xBarDepth = maxUnitWidth - 2*railSlotSpacing;
|
||||
// It's actually the railSlotToInnerYEdge of the yBar, it'll be nice to be able to refer to it like yBar.railSlotToInnerYEdge
|
||||
xBarDepth = maxUnitWidth - 2*railSlotToInnerYEdge;
|
||||
|
||||
xBarWidth = 32;
|
||||
xBarHeight = 15;
|
||||
|
||||
Reference in New Issue
Block a user