update
This commit is contained in:
@ -3,8 +3,7 @@ include <../../config/common.scad>
|
||||
include <../sharedVariables.scad>
|
||||
include <./sideWallVariables.scad>
|
||||
|
||||
translate(v=[10,20,-2 - sideWallZHingeTotalClearance])
|
||||
*hingeModule();
|
||||
hingeModule();
|
||||
|
||||
module hingeModule() {
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@ include <../../config/common.scad>
|
||||
include <../sharedVariables.scad>
|
||||
include <./sideWallVariables.scad>
|
||||
|
||||
translate(v=[10,-5,-(2+sideWallZHingeTotalClearance)])
|
||||
*magnetModule();
|
||||
|
||||
magnetModule();
|
||||
|
||||
module magnetModule() {
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@ include <../../config/common.scad>
|
||||
include <../sharedVariables.scad>
|
||||
include <./sideWallMagnetMount.scad>
|
||||
include <./sideWallVariables.scad>
|
||||
include <./magnetModule.scad>
|
||||
include <./hingeModule.scad>
|
||||
use <./magnetModule.scad>
|
||||
use <./hingeModule.scad>
|
||||
|
||||
//translate(v = [hingePoleDx ,hingePoleDy, 10])
|
||||
//rotate(a=[0,0,-120])
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
include <./sideWallBase.scad>
|
||||
|
||||
*sideWallLeft();
|
||||
sideWallLeft();
|
||||
|
||||
module sideWallLeft() {
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
include <./sideWallBase.scad>
|
||||
|
||||
*sideWallRight();
|
||||
sideWallRight();
|
||||
|
||||
module sideWallRight() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user