Add option for fixed side modules. This simplifies assembly and removes some awkward printing topology
This commit is contained in:
@ -21,9 +21,9 @@ visualize = false,
|
||||
zOrientation = "middle", // ["middle" | "bottom"]
|
||||
recessSideRail = false,
|
||||
|
||||
boxWidth = 170,
|
||||
boxWidth = 200,
|
||||
boxHeight = 27,
|
||||
boxDepth = 100,
|
||||
boxDepth = 120,
|
||||
|
||||
railDefaultThickness = 1.5,
|
||||
railSideThickness = 3,
|
||||
@ -71,4 +71,4 @@ frontPlateCutoutXSpace = 5,
|
||||
);
|
||||
}
|
||||
|
||||
enclosedBoxSystem();
|
||||
enclosedBoxSystem();
|
||||
|
||||
Reference in New Issue
Block a user