improve support side rail. also begin refactoring rack-mount to make more friendly

This commit is contained in:
zhao
2023-08-28 23:31:06 -04:00
parent 54647aa334
commit 3167feea03
5 changed files with 142 additions and 60 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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.