Skip to content

Threed Printing Maker

200 companion flashcards · AI-assisted study content · Open the deck →

This deck is a friendly starting point for anyone curious about how 3D printers actually work and what all the unfamiliar acronyms mean. The cards walk you through the core concepts first, like what 3D printing is and how it compares to traditional subtractive manufacturing, and then introduce the most common printing technologies such as FDM, SLA, MSLA, DLP, SLS, MJF, binder jetting, and DMLS. From there, you'll cover everyday materials, with PLA and its print settings featured as a practical starting point for beginners.

It is well suited to new makers, hobbyists, students, or anyone who has just unboxed their first printer and wants to feel more confident with the terminology they see in slicer software, online forums, and product listings. If terms like "resin printing" or "powder bed fusion" sound mysterious, this deck will quickly turn them into familiar vocabulary. You do not need any prior engineering or design background to get value from it.

Because the cards build on each other, it helps to study them in order the first time through, so the later technology cards make sense once the foundational ideas are in place. After that, leaning on spaced repetition and reviewing a small batch of cards each day will do far more for long-term recall than trying to cram everything in one sitting. Try connecting each new term to a real example, like a printer you have seen or a project you would like to make, and the knowledge will stick much more naturally.

Foundations of 3D Printing

Three-dimensional printing, commonly called 3D printing, is a form of additive manufacturing in which physical objects are built layer by layer from digital files. The term "additive manufacturing" is the professional name for the same process and stands in direct contrast to subtractive manufacturing, where material is cut away from a larger block, as in CNC machining or milling. Because additive methods only deposit material where it is needed, they tend to produce far less waste than subtractive approaches and can create geometries that would be difficult or impossible to carve.

Several distinct technologies fall under the 3D printing umbrella, each suited to different materials and use cases. Fused Deposition Modeling, also known as Fused Filament Fabrication or FDM/FFF, extrudes melted thermoplastic layer by layer and is the most common consumer method. Stereolithography (SLA) cures liquid resin with a UV laser, while Masked Stereolithography (MSLA) uses an LCD screen to mask a UV light source, and Digital Light Processing (DLP) projects a UV image to cure entire layers at once. Selective Laser Sintering (SLS) fuses powdered material, often nylon, with a laser, and HP's Multi Jet Fusion (MJF) combines infrared heating with a binding agent. Binder jetting sprays an inkjet-style binder onto powder and is common for metals and sand molds, while Direct Metal Laser Sintering (DMLS) is essentially a metal variant of SLS.

Materials and Filaments

The most common 3D printing material is PLA, or Polylactic Acid, a biodegradable thermoplastic derived from corn starch or sugarcane that is prized for being easy to print, typically at temperatures between 190 and 220°C. PETG offers a tougher, slightly flexible alternative with food-safe variants available, printing around 220 to 250°C. ABS, or Acrylonitrile Butadiene Styrene, is durable and heat-resistant but tends to warp during printing and emits fumes, so it generally requires an enclosed printer and good ventilation, with print temperatures of roughly 230 to 260°C. TPU, or Thermoplastic Polyurethane, is a flexible rubber-like filament ideal for gaskets and soft parts, while nylon is strong and durable but notoriously absorbs moisture from the air.

Beyond these common plastics, several engineering and specialty materials expand what is possible. ASA is a UV-resistant alternative to ABS well suited to outdoor parts, and polycarbonate is extremely strong and heat-resistant but harder to print. Composite filaments embed chopped carbon fiber, wood fibers, or metal powder into a plastic base to add strength, stiffness, or special aesthetics, and metal-filled filaments can sometimes be sintered after printing to leave a mostly metallic part. Decorative variants like glow-in-the-dark, silk, and rainbow filaments add visual interest without changing mechanical behavior. Filaments are commonly sold on 1 kg spools, with smaller 250 to 500 gram spools available for experimentation.

Printer Hardware and the Mechanical Core

The flat surface where an object is built is called the bed, and how well the first layer sticks to this build plate, known as bed adhesion, is one of the most critical factors in print success. Heated beds maintain a stable temperature that improves adhesion and reduces warping, especially with materials like ABS. Common bed surfaces include polyetherimide (PEI) sheets, which are popular for their reliable grip, and glass beds, which provide a smooth, flat surface and produce glossy bottoms on finished parts. The maximum size of an object a printer can produce is its build volume, with typical hobby printers offering around 200 to 300 millimeters in each axis.

The mechanism that feeds and melts filament is the extruder, which terminates in the hot end, a heated nozzle assembly. The nozzle is the small orifice through which melted plastic exits, and the standard size is 0.4 mm, with smaller diameters chosen for fine detail and larger ones for faster, thicker extrusion. There are two main extruder layouts: a Bowden extruder places the motor away from the hot end and pushes filament through a guide tube, keeping the moving print head light and fast, while a direct drive extruder mounts the motor on the print head itself, which gives better control with flexible filaments like TPU. Periodic maintenance with the cold pulling technique, which involves heating and then pulling filament through the hot end at a lower temperature, helps keep the melt zone clean of residue.

Print Settings and Quality

Many of the variables a user can tune control the trade-off between speed, strength, and surface quality. Layer height sets the thickness of each printed layer, with 0.1 to 0.3 mm being common; thinner layers produce smoother surfaces but lengthen print time. Layer adhesion, how well successive layers bond together, directly affects the strength of a finished part. Infill describes the internal structure of a print, and the typical infill percentage sits between 15 and 20% for general use, while functional parts often benefit from 50% or more. Common infill patterns include grid, gyroid, honeycomb, cubic, and lines, with the gyroid pattern being especially valued for being efficient and isotropic, meaning it has similar strength from any direction. Print speed is typically 40 to 150 mm/s for FDM, while travel speed, the rate at which the nozzle moves without extruding, is usually faster.

Cooling and support structures govern how well the printer handles geometry that lacks underlying material. A cooling fan solidifies plastic quickly and is critical for overhangs and bridges, with the typical maximum unsupported overhang being around 45 degrees depending on material and cooling. Support structures are removable scaffolding generated for overhangs and floating features, while rafts are thick base layers that add adhesion and provide first-layer correction, brims are flat outlines around the first layer that increase its footprint, and skirts are simple loops that prime the nozzle without touching the part. Slicers also offer specialized modes: vase mode spirals upward to create a single-walled hollow object, ironing reheats the top surface for a smooth finish, Z hop lifts the nozzle during travel to avoid scarring, wipe drags the nozzle across recent extrusion to clean it, coasting stops extrusion slightly before the end of a path to reduce blobs, and linear advance (Marlin's name for pressure advance in Klipper) improves extrusion at corners. In general, faster prints exhibit more artifacts, while slower prints are smoother, so the choice of speed depends on the priorities of the project.

Software, Slicing, and CAD

Before a 3D model can be printed it must be sliced, meaning converted by software into printer instructions written in G-code, the instruction language shared by CNC machines and 3D printers. The software that performs this conversion is called a slicer, and popular options include Cura, PrusaSlicer, OrcaSlicer, Bambu Studio, and Simplify3D. Cura is a free, widely used slicer maintained by Ultimaker, while PrusaSlicer is an excellent open-source option from Prusa Research. Each slicer relies on profiles, which are pre-configured bundles of settings tuned for a specific printer and material, so beginners often only need to choose the right profile to get reasonable results.

Models reach the slicer as digital files in formats like STL, which is the long-standing standard for storing 3D mesh data; 3MF, a more capable modern format that can include color and metadata; and OBJ, which often carries color and texture information. Designers source models from repositories such as Thingiverse, the large free library that pioneered the format but has grown dated, and Printables, Prusa's quality-focused platform; Thangs, MyMiniFactory, and Cults3D are also widely used. For original designs, CAD tools are needed, with popular options including Fusion 360 (a powerful Autodesk package that is free for hobbyists), FreeCAD (an open-source parametric option), OnShape, Tinkercad (a beginner-friendly browser tool), Blender (an art-focused 3D modeler that can produce printable meshes), and SolidWorks. Parametric design uses dimensions that automatically update the model when changed, while mesh modeling manipulates polygons directly and is more common in artistic workflows.

Calibration, Firmware, and Advanced Features

Even with a good profile, tuning a printer to its environment is often necessary, and this process is called calibration. Flow rate calibration, which tunes how much filament is extruded, is key to dimensional accuracy, while a temperature tower is a test print that varies the extrusion temperature along its height so the user can identify the optimal setting. A retraction tower performs a similar role for retraction distance and speed. The Benchy, a small model boat, has become the de facto benchmark print because its features stress many aspects of printer performance at once. Calibration, like most of 3D printing, rewards documentation: keeping notes on settings that worked for each material builds a personal reference library over time.

At a lower level, the printer's firmware, the software running on its microcontroller, is most commonly Marlin, the dominant open-source option. Klipper is an alternative firmware architecture that runs on a Raspberry Pi alongside the printer, enabling faster computation and features like pressure advance, which improves extrusion behavior at corners. OctoPrint is an open-source web interface that adds remote printer control and monitoring. Auto-bed leveling uses sensors to map the bed and compensate for any irregularities, with the BLTouch being a popular probe for this purpose. Input shaping is a technique that reduces ringing or ghosting, the wave-like artifacts caused by mechanical vibration at high speeds. Multi-material printing extends the basic workflow by switching colors or materials, with Bambu Lab's Automatic Material System (AMS) and Prusa's Multi-Material Upgrade (MMU) being prominent examples, alongside tool changer systems that mount separate hot ends per material and IDEX printers with two independent print heads. Multi-color FDM tends to waste material in purge towers and blobs, so IDEX, painting, and multi-color resin remain attractive alternatives.

Safety, Post-Processing, and Filament Care

3D printing involves heat, moving parts, and chemicals, so safety deserves real attention. FDM printing melts plastic at high temperatures, and the resulting emissions of ultrafine particles and volatile organic compounds are a concern, especially with ABS, which warps easily and releases fumes that demand an enclosure and active ventilation; PLA is generally milder but still benefits from a well-ventilated space. Air filtration units combining HEPA and carbon filters can reduce particulates and VOCs, and a heated bed, hot end, and electronics all present burn and shock hazards if handled carelessly. Resin printing brings its own set of concerns because uncured resin is toxic and can irritate skin and lungs, so gloves and good ventilation are essential, and resin parts require post-processing in isopropyl alcohol followed by UV curing, often in a dedicated wash and cure machine. Generally, resin prints are more brittle than FDM prints, which tend to be more impact-resistant, so resin is favored for detailed models like miniatures, dental work, and jewelry, while FDM remains the choice for functional parts and larger objects.

Filament itself requires care because many plastics absorb moisture from the air, which causes popping, steam, rough surfaces, and weakened prints. Wet filament can be revived by drying it before printing, with PLA typically dried at around 45°C for 4 to 6 hours and nylon at around 70 to 80°C for 8 to 12 hours. For ongoing protection, filaments should be stored in sealed bags or dry boxes with desiccant such as silica gel, and especially moisture-sensitive materials like nylon should ideally be printed fresh from a dryer or from a dry box that keeps them dry during use. After printing, finishing steps like progressive sanding, priming to fill small imperfections, acrylic painting, and a clear protective coat can dramatically improve appearance, while acetone smoothing, which exposes ABS to acetone vapor for a glossy finish, is highly effective but flammable and must be performed with strong ventilation and care.

Applications, Community, and the Future

Beyond hobbyist use, 3D printing has become an industrial tool for prototyping, jigs, fixtures, and end-use parts in fields as varied as aerospace, where lightweight components and fuel nozzles like those on the GE LEAP engine are produced; automotive, where tooling and custom parts are common; medical, where custom prosthetics, surgical guides, dental aligners, and anatomical models support patient-specific care; and construction, where concrete printing is an emerging application. Bioprinting extends the concept to living cells for tissue engineering, while niche uses include fashion, art, sculpture, jewelry, footwear, and even food printing of chocolate, sugar, and pastes. NASA has tested printing aboard the International Space Station to support recycling and on-demand parts, illustrating how the technology enables manufacturing on demand, mass customization at scale, and distributed manufacturing through networked local printers that reduce shipping.

This broader ecosystem sits inside the maker movement, a culture of DIY making that includes electronics and crafts, often practiced in shared spaces called makerspaces or fab labs that provide digital fabrication equipment. Common maker tools include Arduino, an open-source microcontroller platform; the Raspberry Pi, a small single-board computer; and the ESP32, a microcontroller with built-in Wi-Fi and Bluetooth. Many printers and slicers are open source, an ethos traceable to the RepRap project, a self-replicating 3D printer concept that birthed the consumer printer movement, and to MakerBot, the pioneering desktop printer company whose shift toward closed designs remains controversial. Open licensing under Creative Commons and the practice of remixing existing models accelerate community innovation, and the expiration of key patents around 2009 enabled the rapid consumer growth we see today. Looking forward, printers are becoming faster, larger, and more multi-material capable, metals are more accessible, and AI is increasingly assisting design through generative design, topology optimization, and prompt-based modeling. Sustainability is a balancing act, since additive methods produce less waste than subtractive ones and bio-based or recycled filaments exist, yet plastic use remains a concern. For beginners, the path is straightforward: start with a calibration cube or Benchy to validate the setup, tune the first layer carefully because most failures begin there, lean on welcoming Reddit, Discord, and forum communities, keep notes, and embrace the patience that any craft demands.

Frequently asked questions

What is 3D printing?

Additive manufacturing — building three-dimensional objects layer by layer from digital files.

What is bed adhesion?

The first-layer's stickiness to the build plate; critical for success.

What is the typical infill percentage?

15-20% for general; 50%+ for functional parts.

What is the role of a profile?

Pre-configured slicer settings for a specific printer/material.

What is parametric design?

CAD using dimensions that update the model when changed.

What is a makerspace?

A shared workshop with tools for makers.

What is the use case for FDM?

Functional parts, larger objects, prototypes.

What is priming?

A base coat before painting; fills small imperfections.

What is "tool changer"?

Multi-tool head systems with separate hot ends per material.

What is "distributed manufacturing"?

Local production via networked printers reducing shipping.

Drill this topic

200 flashcards on Threed Printing Maker — free, no signup needed to start.

Study Threed Printing Maker flashcards

LearnWiki pages are generated with AI assistance from LearnCoachAssist's reviewed study catalog and may contain errors — verify anything critical against your course materials.