rename and update print files for rack mount
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
include <../side-rail/dualMount.scad>
|
||||
|
||||
// No supports required
|
||||
sideSupportRailBase("lBracket");
|
||||
@@ -1,5 +0,0 @@
|
||||
include <../side-rail/dualMount.scad>
|
||||
|
||||
// No supports required
|
||||
mirror(v=[1,0,0])
|
||||
sideSupportRailBase("lBracket");
|
||||
@@ -0,0 +1,3 @@
|
||||
use <../sideRail.scad>
|
||||
|
||||
sideSupportRailBase(u=2, double=true, top=true, baseThickness=1.5, sideThickness=4, backThickness=2, supportedZ=27.5, supportedY=101.5, supportedX=159);
|
||||
@@ -0,0 +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.5, supportedY=101.5, supportedX=159);
|
||||
@@ -0,0 +1,19 @@
|
||||
use <../tray.scad>
|
||||
|
||||
// Config variables
|
||||
trayWidth = 140;
|
||||
trayDepth = 85;
|
||||
trayThickness = 3;
|
||||
|
||||
pointHoleRadius = screwRadiusSlacked("m3");
|
||||
pointHoleThickness = 2;
|
||||
pointMountElevation = 1;
|
||||
mountPoints = [ // [x,y,elevation,holeRadius,holeThickness]
|
||||
[(27.5),34, pointMountElevation, pointHoleRadius, pointHoleThickness],
|
||||
[(27.5)+79.5,34, pointMountElevation, pointHoleRadius, pointHoleThickness]
|
||||
];
|
||||
|
||||
mountScrewType = "m3";
|
||||
|
||||
// Rack mount tray that supports screws on the bottom of the rack-mount item
|
||||
bottomScrewTray(u=1, trayWidth=trayWidth, trayDepth=trayDepth, trayThickness=trayThickness, mountPoints=mountPoints, mountScrewType=mountScrewType);
|
||||
@@ -1,7 +1,7 @@
|
||||
include <../../helper/common.scad>
|
||||
include <../../config/common.scad>
|
||||
include <../../rack/sharedVariables.scad>
|
||||
include <../common.scad>
|
||||
include <../helper/common.scad>
|
||||
include <../config/common.scad>
|
||||
include <../rack/sharedVariables.scad>
|
||||
include <./common.scad>
|
||||
|
||||
sideSupportRailBase(u=2, double=true, top=true, baseThickness=1.5, sideThickness=4, backThickness=2, supportedZ=27.5, supportedY=101.5, supportedX=159);
|
||||
|
||||
+1
-22
@@ -1,19 +1,6 @@
|
||||
include <./common.scad>
|
||||
use <./rackEars.scad>
|
||||
|
||||
// Rack mount tray that supports screws on the bottom of the rack-mount item
|
||||
bottomScrewTray(u=1);
|
||||
|
||||
|
||||
// Config variables
|
||||
//trayAlignment = "middle"; // middle, right, left
|
||||
trayWidth = 140;
|
||||
trayDepth = 85;
|
||||
trayThickness = 3;
|
||||
|
||||
mountPoints = [];
|
||||
mountScrewType = "m3";
|
||||
|
||||
|
||||
module bottomScrewTray(u, trayWidth, trayDepth, trayThickness, mountPoints, mountScrewType) {
|
||||
|
||||
@@ -38,15 +25,7 @@ module bottomScrewTray(u, trayWidth, trayDepth, trayThickness, mountPoints, moun
|
||||
leftScrewGlobalX = -leftScrewDistToTray;
|
||||
rightScrewGlobalX = screwDx + leftScrewGlobalX;
|
||||
|
||||
pointHoleRadius = screwRadiusSlacked("m3");
|
||||
pointHoleThickness = 2;
|
||||
pointMountElevation = 1;
|
||||
|
||||
points = [ // [x,y,elevation,holeRadius,holeThickness]
|
||||
[(27.5),34, pointMountElevation, pointHoleRadius, pointHoleThickness],
|
||||
[(27.5)+79.5,34, pointMountElevation, pointHoleRadius, pointHoleThickness]
|
||||
];
|
||||
|
||||
points=mountPoints;
|
||||
|
||||
difference() {
|
||||
applyMountHoles(points)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user