Add option for fixed side modules. This simplifies assembly and removes some awkward printing topology

This commit is contained in:
zhao
2024-08-30 14:54:16 -04:00
committed by jazwa
parent cab2d1c6c9
commit 520ee9eadf
36 changed files with 221 additions and 104 deletions

View File

@ -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);
}
}
}