small fix

This commit is contained in:
zhao
2023-03-22 00:51:12 -04:00
parent 1b9ecd514e
commit b2fa8b3368
2 changed files with 7 additions and 9 deletions

View File

@ -4,8 +4,4 @@ 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();
yBar();

View File

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