improve support side rail. also begin refactoring rack-mount to make more friendly
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
use <../sideRail.scad>
|
||||
|
||||
sideSupportRailBase(u=2, double=true, top=true, baseThickness=1.5, sideThickness=4, backThickness=2, supportedZ=27.2, supportedY=101.5, supportedX=159);
|
||||
sideSupportRailBase(top=true, defaultThickness=1.4, supportedZ=27.2, supportedY=101.5, supportedX=159);
|
||||
@ -1,4 +1,4 @@
|
||||
use <../sideRail.scad>
|
||||
|
||||
mirror(v=[1,0,0])
|
||||
sideSupportRailBase(u=2, double=true, top=true, baseThickness=1.5, sideThickness=4, backThickness=2, supportedZ=27.2, supportedY=101.5, supportedX=159);
|
||||
sideSupportRailBase(top=true, defaultThickness=1.4, supportedZ=27.2, supportedY=101.5, supportedX=159);
|
||||
@ -1,7 +1,7 @@
|
||||
use <../tray.scad>
|
||||
|
||||
/*
|
||||
Parametric rack-mount tray -
|
||||
Parametric rack-mount tray:
|
||||
Dimensions can be adjusted using the variables below. You can also add mounting holes to fasten things that have
|
||||
screw holes at the bottom.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user