Complete the code to identify the first step in the 3D printing workflow.
The first step in 3D printing is [1] the object using CAD software.
The first step is designing the object using CAD software to create a digital 3D model.
Complete the code to describe the step after designing in the 3D printing workflow.
After designing, the next step is [1] the model into layers for the printer.
Slicing divides the 3D model into thin layers so the printer can build it layer by layer.
Fix the error in the description of the printing step.
The printer [1] the sliced layers to create the physical object.The printer prints the sliced layers to build the physical object layer by layer.
Fill both blanks to describe the final steps in the 3D printing workflow.
After printing, [1] is done to remove supports and [2] improves the object's finish.
Post-processing removes supports and sanding smooths the surface for a better finish.
Fill all three blanks to complete the 3D printing workflow code snippet.
workflow = ["[1]", "[2]", "[3]", "post-processing"]
The main workflow steps are designing, slicing, printing, and then post-processing.