13 lines
479 B
OpenSCAD
13 lines
479 B
OpenSCAD
include <./common.scad>
|
|
|
|
// OpenSCAD script to output some helpful dimensions for creating new rack-mount items:
|
|
|
|
echo("Vertical distance between 2 main rail holes: ", screwDiff);
|
|
echo("Horizontal distance between 2 opposing main rail holes: ", rackMountScrewWidth);
|
|
|
|
echo("Distance between main rail screw, and main rail inner edge:", railScrewHoleToInnerEdge);
|
|
|
|
echo("Max supported rack-mount width: ", maxUnitWidth);
|
|
echo("Max recommended rack-mount depth: ", maxUnitDepth);
|
|
|