update
This commit is contained in:
1
rack-mount/print/boxHolderHelper_P.scad
Normal file
1
rack-mount/print/boxHolderHelper_P.scad
Normal file
@ -0,0 +1 @@
|
||||
// test test
|
||||
16
rack-mount/print/frontBoxHolder_P.scad
Normal file
16
rack-mount/print/frontBoxHolder_P.scad
Normal file
@ -0,0 +1,16 @@
|
||||
include <../../rack/sharedVariables.scad>
|
||||
use <../frontBoxHolder.scad>
|
||||
|
||||
frontBoxHolder(
|
||||
u=2,
|
||||
plateThickness=3,
|
||||
cutoutOffsetX=(rackMountScrewWidth-147)/2,
|
||||
cutoutOffsetY=2,
|
||||
cutoutX=147,
|
||||
cutoutY=26,
|
||||
support=true,
|
||||
supportedZ = 27.5,
|
||||
supportWidth=120,
|
||||
supportDepth=5,
|
||||
supportRailBaseThickness=1.25
|
||||
);
|
||||
Reference in New Issue
Block a user