rackstack
rackstack copied to clipboard
Possible to remove the sidewalls and make the total width less?
I have a small space for my rack and the current width is a bit too big. Is it possible to remove the side wall parts? (Essentially removing the ybar beyond the rail slot)
I've tried playing with some of the configuration inside sharedVariables.scad but can't get anything to work properly.
I've figured out that to make it narrower I need to remove the stack connector and side modules.
So comment out these lines:
//applyOnYBarBothCorners(to="stackConnector",` trans=yBarStackConnectorTrans)
//applySideModules()
And then adjust the yBarWidth
yBarWidth = railSlotToInnerYEdge + railTotalWidth + railSlotToSideWallSlot;
I might keep tinkering to see if I can get that stack connector to fit.