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