stl rebuild
This commit is contained in:
@ -13,10 +13,10 @@ include <./hingeModule.scad>
|
||||
echo("Side Wall Height", sideWallZ);
|
||||
echo("Side Wall Depth", sideWallY);
|
||||
|
||||
translate(v = [hingePoleDx ,hingePoleDy, 10])
|
||||
rotate(a=[0,0,-120])
|
||||
translate(v = [-hingePoleDx ,-hingePoleDy, 0])
|
||||
*sideWallBase();
|
||||
//translate(v = [hingePoleDx ,hingePoleDy, 10])
|
||||
//rotate(a=[0,0,-120])
|
||||
//translate(v = [-hingePoleDx ,-hingePoleDy, 0])
|
||||
sideWallBase();
|
||||
|
||||
module sideWallBase() {
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ connectorRectSocketSlack = 0.2;
|
||||
|
||||
connectorBottomToScrew = 6;
|
||||
|
||||
stackConnectorBottom();
|
||||
*stackConnectorBottom();
|
||||
|
||||
module stackConnectorBase(rectSlack, topSlack=0.0) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user