7 lines
279 B
OpenSCAD
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;
|