πŸ”— Racklink

πŸ“Œ What

Connects independent HomeRacker rack columns together via double U-shaped sleeves that wrap around the vertical supports. A flat cover plate bridges the gap between columns for a clean front/back appearance.

πŸ€” Why

Building one monolithic multi-column rack requires precise planning and is error-prone. Racklink lets you build small independent columns first, then join them after the fact β€” add more columns later without redesigning the whole rack.

Trade-off: Material usage increases from n+1 to 2n vertical supports (where n = number of columns). For a 4-column rack that’s 8 supports instead of 5. Worth it when flexibility matters more than material savings.

πŸ”§ How

Open parts/racklink.scad in OpenSCAD and use the Customizer panel.

ParameterDefaultRangeDescription
height31–20Support height to cover (HR units)
distance11–5Horizontal gap between columns (HR units)
left_start0-10–19Left sleeve start offset (0 = full coverage, negative = shift down for misaligned columns)
left_end200–20Left sleeve end offset (clamped to height)
right_start0-10–19Right sleeve start offset (0 = full coverage, negative = shift down for misaligned columns)
right_end200–20Right sleeve end offset (clamped to height)

Sleeve customization: Each U-shaped sleeve can start/end at different heights. This lets you connect columns of different heights β€” as long as they share at least one support unit. Negative start values shift the sleeve downward, useful when predecessor column stages have different heights and the columns don’t align vertically. Invalid ranges (start β‰₯ end) fall back to full coverage automatically.

πŸ“Έ Catalog

PartPreview
RacklinkRacklink

To generate or refresh previews:

scadm export-png models/racklink/parts/racklink.scad

πŸ“š References