rackstack icon indicating copy to clipboard operation
rackstack copied to clipboard

Possible to remove the sidewalls and make the total width less?

Open jimmycav opened this issue 5 months ago • 1 comments

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.

jimmycav avatar Aug 19 '25 20:08 jimmycav

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.

jimmycav avatar Aug 20 '25 08:08 jimmycav