0
0
3D Printingknowledge~10 mins

3D printing workflow (design to print) - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the first step in the 3D printing workflow.

3D Printing
The first step in 3D printing is [1] the object using CAD software.
Drag options to blanks, or click blank then click option'
Adesigning
Bprinting
Cslicing
Dpost-processing
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing slicing as the first step instead of designing.
Confusing printing with the initial step.
2fill in blank
medium

Complete the code to describe the step after designing in the 3D printing workflow.

3D Printing
After designing, the next step is [1] the model into layers for the printer.
Drag options to blanks, or click blank then click option'
Amodeling
Bassembling
Ccalibrating
Dslicing
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing slicing with assembling or calibrating.
Thinking modeling happens after designing.
3fill in blank
hard

Fix the error in the description of the printing step.

3D Printing
The printer [1] the sliced layers to create the physical object.
Drag options to blanks, or click blank then click option'
Adesigns
Bscans
Cprints
Dslices
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'scans' or 'slices' which are incorrect actions for the printer.
Confusing printing with designing.
4fill in blank
hard

Fill both blanks to describe the final steps in the 3D printing workflow.

3D Printing
After printing, [1] is done to remove supports and [2] improves the object's finish.
Drag options to blanks, or click blank then click option'
Apost-processing
Bdesigning
Csanding
Dslicing
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing designing or slicing with post-processing.
Not knowing sanding is used for finishing.
5fill in blank
hard

Fill all three blanks to complete the 3D printing workflow code snippet.

3D Printing
workflow = ["[1]", "[2]", "[3]", "post-processing"]
Drag options to blanks, or click blank then click option'
Adesigning
Bslicing
Cprinting
Dcalibrating
Attempts:
3 left
💡 Hint
Common Mistakes
Including calibrating as a main step instead of printing.
Mixing up the order of slicing and printing.