small fix
This commit is contained in:
@ -4,8 +4,4 @@ include <../xBar.scad>
|
|||||||
|
|
||||||
// Oriented for 3d printing.
|
// Oriented for 3d printing.
|
||||||
// Supports required at XY wall connections, and depending on roundness
|
// Supports required at XY wall connections, and depending on roundness
|
||||||
yBar();
|
yBar();
|
||||||
|
|
||||||
translate(v=[140,0,0])
|
|
||||||
rotate(a=[0,0,90])
|
|
||||||
xBar();
|
|
||||||
@ -37,7 +37,9 @@ module yBarConnectorFromX_N() {
|
|||||||
backFaceLength = 5,
|
backFaceLength = 5,
|
||||||
backFaceScale = 1.2);
|
backFaceScale = 1.2);
|
||||||
|
|
||||||
translate(v = [-inf50/2, y, z])
|
// TODO clean this up
|
||||||
rotate(a = [0, 90, 0])
|
translate(v = [-6, y, z])
|
||||||
cylinder(r = screwRadiusSlacked(rackFrameScrewType), h = inf50, $fn = 32);
|
rotate(a = [0, -90, 0])
|
||||||
}
|
counterSunkHead_N(rackFrameScrewType, screwExtension=inf10, headExtension=inf10);
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user