update project structure
This commit is contained in:
@ -3,7 +3,7 @@ include <../config.scad>
|
||||
include <./sideWallVariables.scad>
|
||||
include <../sharedVariables.scad>
|
||||
include <../../helper/halfspace.scad>
|
||||
include <../../misc/magnet.scad>
|
||||
include <../../helper/magnet.scad>
|
||||
include <../../helper/screws.scad>
|
||||
|
||||
translate(v=[10,-5,-(2+sideWallZHingeTotalClearance)])
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
include <../../helper/math.scad>
|
||||
include <../../helper/halfspace.scad>
|
||||
include <../../misc/magnet.scad>
|
||||
include <../../helper/magnet.scad>
|
||||
include <../config.scad>
|
||||
|
||||
include <./sideWallMagnetMount.scad>
|
||||
|
||||
@ -3,7 +3,7 @@ include <../config.scad>
|
||||
include <./sideWallVariables.scad>
|
||||
include <../sharedVariables.scad>
|
||||
include <../../helper/halfspace.scad>
|
||||
include <../../misc/magnet.scad>
|
||||
include <../../helper/magnet.scad>
|
||||
|
||||
module sideWallMagnetMount() {
|
||||
// oriented so that the xy face is the side wall's inner face
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
include <../config.scad>
|
||||
include <../sharedVariables.scad>
|
||||
include <../../misc/magnet.scad>
|
||||
include <../../helper/magnet.scad>
|
||||
|
||||
sideWallConnW = 7;
|
||||
sideWallConnD = 20;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
include <../helper/math.scad>
|
||||
include <../helper/common.scad>
|
||||
include <../misc/magnet.scad>
|
||||
include <../helper/magnet.scad>
|
||||
include <../helper/screws.scad>
|
||||
|
||||
include <./config.scad>
|
||||
|
||||
@ -2,7 +2,7 @@ include <../helper/math.scad>
|
||||
include <../helper/sphericalFilet.scad>
|
||||
include <../helper/cylindricalFilet.scad>
|
||||
include <../helper/screws.scad>
|
||||
include <../misc/magnet.scad>
|
||||
include <../helper/magnet.scad>
|
||||
include <./config.scad>
|
||||
include <./mainRail.scad>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user