π§€ Sleeve
π What
A general-purpose 3-sided U-shaped sleeve that slides onto a HomeRacker support. Lock pin holes on both sides secure it in place.
π€ Why
A reusable attachment primitive for anything that needs to sit on a HomeRacker support β connecting rack columns (Racklink), labeling rack sections, or mounting custom accessories.
π§ How
Open parts/sleeve.scad in OpenSCAD and use the Customizer panel.
| Parameter | Default | Range | Description |
|---|---|---|---|
length | 3 | 1β20 | Sleeve height in HomeRacker units |
debug_colors | false | bool | Color-code geometry for debugging |
disable_chamfer | false | bool | Remove chamfers (useful for debugging fit) |
Library usage β include in your own model:
include <../sleeve/lib/sleeve.scad>
sleeve(length=3);
Implemented as a BOSL2 attachable. An optional color parameter overrides the default yellow.
πΈ Catalog
| Part | Preview |
|---|---|
| Sleeve | ![]() |
To generate or refresh previews:
scadm export-png models/sleeve/parts/sleeve.scad
π References
- HomeRacker core β base constants and measurements
- Racklink β uses sleeve as a sub-component
HomeRacker