Improve rack-mount. Individual rack-mount systems are now organized in their own directories, with a standard entry.scad file.
This commit is contained in:
18
rack-mount/patch-panel/entry.scad
Normal file
18
rack-mount/patch-panel/entry.scad
Normal file
@ -0,0 +1,18 @@
|
||||
use <./patchPanel.scad>
|
||||
|
||||
/*
|
||||
Parametric patch panel -
|
||||
|
||||
Please also make sure that the correct rack frame preset is set in rackFrame.scad.
|
||||
|
||||
TODO add support for 2d arrays
|
||||
*/
|
||||
|
||||
// begin config ////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
numSlots = 8;
|
||||
|
||||
// end config //////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
mirror(v=[0,0,1])
|
||||
patchPanel(slots=numSlots);
|
||||
Reference in New Issue
Block a user