Add option for fixed side modules. This simplifies assembly and removes some awkward printing topology
This commit is contained in:
@ -56,6 +56,14 @@ module mirrorAllTrayCornersFromYBarSpace() {
|
||||
|
||||
secondStackTrans = upperXYTrayTrans * mirror(v=[0,0,1]);
|
||||
|
||||
|
||||
|
||||
yBarToMagnetModuleTrans =
|
||||
translate(v=[13,0,sideWallConnLugDepression]) *
|
||||
inv4x4(yBarSideModuleConnectorTrans) *
|
||||
mirror(v=[1,0,0]);
|
||||
|
||||
|
||||
module caseScrewShort() {
|
||||
if (!screwMask) {
|
||||
color([1, 1, 1]) {
|
||||
@ -117,4 +125,4 @@ module arrow(length) {
|
||||
|
||||
cylinder(r = 1, h = length-2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user