Design 3D printed cases for random things!
-
Preparation
-
Model Stage
-
Design a model of the parts of your case content as children of the
CaseBuilder()
module. Construct each part of the content using primitive shapes. Complex shapes will be wrapped in a hull. Use exact measures. Slack will be added to the cavities automatically. -
Configure the inner dimansions of the case by setting the
IdimX
,IdimY
, andIdimZ
variables. If necessary, adjust the position of the content through theObjX
,ObjY
, andObjZ
variables. -
If needed, add some grip holes by setting the variables
Gh1X
,Gh2X
, orGh3X
to a value within the inner X dimension. Further grip holes can be added by manually extending theghX
array within the instantiation of theCaseBuilder()
module. -
Select a lock option through the
LockO
variable. Options Are:- No lock (
LockO
= 0) - Elastic string (
LockO
= 1) - Pull Latch (
LockO
= 2)
- No lock (
-
Add an optional label to the case by setting the string variable
LabT
. The font size can be adjusted through the variableLabS
.Continue by setting the
Stage
variable to "Check" (value = 2).
-
-
Check Stage
-
Review the design. Make sure to resolve all problems highlighted in red. The case can be opened or closed by adjusing the angle in the openA variable.
The upper part of the case can be eclipsed through the UvisB variable. The lower part of the case can be eclipsed through the LvisB variable.Continue by setting the Stage variable to "Generate" (value = 3).
-
-
Generate stage
-
Do a final review of the design. Use the OpenA, UvisB, and LvisB variables for a detailed inspection.
-
Render the design and generate a STL file.
-
Slice and print.
-