Complete the sentence to describe the main material used in FDM printing.
FDM printers use [1] as the primary material to create objects.
FDM printers work by melting and extruding thermoplastic filament to build objects layer by layer.
Complete the sentence to explain the basic working principle of FDM.
In FDM, the printer [1] the filament and deposits it layer by layer to form the object.
The filament is heated until it melts, then extruded to build the object layer by layer.
Fix the error in the description of the FDM printing process.
The FDM printer uses a laser to [1] the filament and build the object.
FDM printers extrude melted filament through a nozzle; they do not use lasers.
Fill both blanks to complete the dictionary comprehension describing FDM steps.
fdm_steps = {1: 'Load filament', 2: 'Heat nozzle', 3: [1], 4: [2]After heating the nozzle, the printer extrudes melted filament and then cools the layers to solidify the object.
Fill all three blanks to complete the dictionary comprehension describing FDM printer components.
fdm_components = {'extruder': [1], 'build_plate': [2], 'filament': [3]The extruder includes the nozzle that melts filament, the build plate is the flat surface for printing, and filament is the thermoplastic thread used as material.