wip
This commit is contained in:
@ -96,10 +96,10 @@ module sideWall() {
|
||||
module applyMagnetConnector() {
|
||||
apply_p() {
|
||||
union() {
|
||||
translate(v = [sideWallThickness, magnetMountToYBarFront + 2, magnetMountToYBarTop+1])
|
||||
translate(v = [sideWallThickness, magnetMountToYBarFront, magnetMountToYBarTop])
|
||||
sideMagnetMount();
|
||||
|
||||
translate(v = [sideWallThickness, magnetMountToYBarFront + 2, sideWallZ - (magnetMountToYBarTop + 1)])
|
||||
translate(v = [sideWallThickness, magnetMountToYBarFront, sideWallZ - magnetMountToYBarTop])
|
||||
sideMagnetMount();
|
||||
}
|
||||
|
||||
|
||||
@ -18,8 +18,8 @@ magnetMountShellRadius = magnetRSlacked + 1;
|
||||
|
||||
innerSideWallToYBarMagnetConn = magnetFaceToSideWallConnOuterYEdge + sideWallSlotToOuterYEdge - sideWallThickness;
|
||||
|
||||
magnetMountToYBarTop = magnetMountShellRadius;
|
||||
magnetMountToYBarFront = magnetMountShellRadius + sideWallSlotToXZ;
|
||||
magnetMountToYBarTop = magnetMountShellRadius + 1;
|
||||
magnetMountToYBarFront = magnetMountShellRadius + sideWallSlotToXZ + 2;
|
||||
|
||||
hingePoleR = 2;
|
||||
hingePoleH = 5;
|
||||
@ -69,12 +69,11 @@ module sideWallConnectorMagnet() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
module applyMagnetMount() {
|
||||
|
||||
magnetMountDx = magnetMountShellRadius;
|
||||
magnetMountDy = magnetMountShellRadius + 2;
|
||||
magnetMountDz = magnetMountShellRadius + sideWallConnLugDepression +1;
|
||||
magnetMountDy = magnetMountToYBarFront - sideWallSlotToXZ;
|
||||
magnetMountDz = magnetMountToYBarTop + sideWallConnLugDepression;
|
||||
|
||||
apply_pn() {
|
||||
magnetMountShell();
|
||||
|
||||
Reference in New Issue
Block a user