Files
3d-models/kallax-organization/constants.scad
T
2025-12-26 13:24:46 -06:00

7 lines
279 B
OpenSCAD

kallaxSide = 335; // Full width of a Kallax shelf
kallaxDepth = 390; // Full depth of a Kallax shelf
shelfHeight = 160; // Height of a Kallax half-shelf (shelf insert)
shelfWidth = 320; // Width of a Kallax half-shelf (shelf insert)
shelfDepth = kallaxDepth - 20;