add dimensionHelper
This commit is contained in:
10
rack-mount/dimensionHelper.scad
Normal file
10
rack-mount/dimensionHelper.scad
Normal file
@ -0,0 +1,10 @@
|
||||
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("Max supported rack-mount width: ", maxUnitWidth);
|
||||
echo("Max recommended rack-mount depth: ", maxUnitDepth);
|
||||
|
||||
Reference in New Issue
Block a user