Skip to content

Foundations and History of Additive Manufacturing

Hi! I'm Benchy.

Benchy waves hello Welcome to Introduction to 3D Printing! I'm Benchy — an anthropomorphic version of the classic 3DBenchy calibration tugboat that makers worldwide use to test their printers. I'll be popping up throughout this book, but only when I have a specific job to do. I have exactly six jobs, and you'll learn to recognize me by which one I'm doing:

  1. Welcome you at the start of every chapter — that's what I'm doing right now.
  2. Help you think through key concepts, laws, and equations — the ideas worth pausing on.
  3. Give you tips — the practical moves that working makers know but nobody writes down.
  4. Warn you gently about the specific mistakes and pitfalls that trip up even careful students.
  5. Encourage you when a section is genuinely hard and you deserve to know that before you hit it.
  6. Celebrate with you at the end of each chapter when you've earned it.

That's it. If I'm not doing one of those six things, I'm not in the chapter. Let's make something great!

Summary

This chapter starts with the math, physics, and computer-skills foundations the rest of the course assumes, then traces the story of additive manufacturing from the Industrial Revolution through Charles Hull's invention of stereolithography, the expiration of the FDM patent, the desktop-printer revolution, the RepRap project, and the rise of America Makes. By the end you will be able to place modern 3D printing in its broader engineering and economic context, and you will be ready to learn the formal vocabulary in Chapter 2.

Concepts Covered

This chapter covers the following 18 concepts from the learning graph:

  1. Algebra Basics (Concept 1)
  2. Geometry Basics (Concept 2)
  3. Units And Measurement (Concept 3)
  4. Computer File Management (Concept 4)
  5. Mouse And 3D Navigation (Concept 5)
  6. Basic Physics Concepts (Concept 6)
  7. Mass And Density (Concept 7)
  8. Force And Pressure (Concept 8)
  9. Industrial Revolution (Concept 9)
  10. Subtractive Manufacturing (Concept 10)
  11. Additive Manufacturing (Concept 11)
  12. Stereolithography Invention (Concept 12)
  13. FDM Patent Expiration (Concept 13)
  14. Desktop Printer Revolution (Concept 14)
  15. RepRap Project (Concept 15)
  16. America Makes Institute (Concept 16)
  17. AM Innovation Institutes (Concept 17)
  18. Maker Movement (Concept 18)

Prerequisites

This chapter assumes only the prerequisites listed in the course description.


Introduction: Two Halves of One Chapter

This chapter has two goals that work together. The first goal is practical: to review the math, physics, and computer skills you already know — or will quickly pick up — so you have the tools to navigate everything that follows. The second goal is contextual: to tell the story of how additive manufacturing went from a multi-hundred-thousand-dollar industrial secret to the classroom printer sitting a few feet away. Understanding that history makes the technology less mysterious and helps you appreciate why the skills in this course carry real professional weight.

We begin with foundations, then move to history.


Part One: Foundational Skills

Algebra and the Language of Parameters

Algebra basics — setting up equations, solving for unknown variables, and working with ratios and percentages — appear in additive manufacturing more often than you might expect. When you want to know how long a print will take at a given speed, you write a proportion. When you adjust infill density from 15% to 30%, you are doubling the fraction of the interior that is solid plastic, which changes both the print time and the final weight. When you compare the cost of two filament brands by price per kilogram, you are doing unit-rate algebra.

Here is a concrete example: suppose your slicer estimates a part will use 12 grams of filament, and your spool holds 1,000 grams at a cost of $24. What does that part cost in filament?

\[ \text{filament cost} = \frac{12 \text{ g}}{1{,}000 \text{ g}} \times \$24 = \$0.29 \]

That kind of quick calculation — proportion, unit rate, percentage — is the algebra level this course requires. No calculus, no quadratic formula. Just confident arithmetic with variables and units.

Geometry in Three Dimensions

Geometry basics — area, volume, angle measurement, and the relationships between shapes — matter the moment you open a CAD program or examine a design for printability. Calculating the volume of a cylinder tells you how much material a rod-shaped part will consume. Knowing that an interior angle of 45° is the practical threshold for printing without support structures helps you orient your part correctly before you hit "print."

The two formulas you will use most often are:

\[ \text{Volume of a rectangular box} = W \times D \times H \]
\[ \text{Volume of a cylinder} = \pi r^2 h \]

where \(W\), \(D\), and \(H\) are width, depth, and height in millimeters, and \(r\) and \(h\) are the cylinder's radius and height. In every case, dimensions in this course are in millimeters unless a drawing specifies otherwise.

Units and Measurement: The Metric System

Units and measurement is the shared language of engineering. Additive manufacturing uses the metric system almost exclusively:

  • Millimeters (mm) — all part dimensions, nozzle diameters, layer heights, bed leveling gaps
  • Degrees Celsius (°C) — extruder temperatures (typically 190–280 °C) and bed temperatures (0–110 °C)
  • Grams (g) and kilograms (kg) — filament mass; standard spools are 1 kg
  • Meters per second (mm/s) — print speed, typically 30–200 mm/s
  • Microns (μm) — surface roughness and fine-detail resolution (1 μm = 0.001 mm)

You may occasionally encounter inch-based dimensions in legacy drawings or when working with American hardware (bolts, threaded inserts). The key conversion is 1 inch = 25.4 mm — memorize it and you will never be stuck.

The table below summarizes the units you will encounter most in this course.

Quantity Unit Symbol Typical range in 3D printing
Part dimensions millimeter mm 1 – 300 mm
Layer height millimeter mm 0.05 – 0.35 mm
Nozzle diameter millimeter mm 0.2 – 1.0 mm
Print temperature Celsius °C 170 – 300 °C
Bed temperature Celsius °C 0 – 110 °C
Filament mass gram g 1 – 1,000 g per print
Print speed mm per second mm/s 20 – 300 mm/s
Force (adhesion) Newton N 0.1 – 50 N

Diagram: Unit Conversion MicroSim

Run Unit Conversion MicroSim Fullscreen

Interactive MicroSim: Metric ↔ Imperial Unit Converter for 3D Printing

Type: microsim sim-id: unit-converter-3dp
Library: p5.js
Status: Specified

Learning objective: Students will apply (Bloom L3 — Apply) metric-to-imperial unit conversions and interpret dimensions in the context of printed part specifications.

Canvas size: 720 × 380 px, responsive to window resize.

Layout — three conversion panels side by side:

Panel 1 — Length (mm ↔ in): - Slider: 1–300 mm, default 50 mm - Displays: "[value] mm = [value/25.4 rounded to 3 dp] in" - Below: "A standard desktop print bed is 220 mm = 8.66 in wide."

Panel 2 — Temperature (°C ↔ °F): - Slider: 150–300 °C, default 210 °C - Displays: "[°C] °C = [°C × 9/5 + 32] °F" - Color bar from blue (150 °C) through orange (250 °C) to red (300 °C) - Below: "PLA prints at ~210 °C = 410 °F."

Panel 3 — Mass (g ↔ oz): - Slider: 1–1000 g, default 250 g - Displays: "[g] g = [g/28.35 rounded to 1 dp] oz" - Below: "A standard filament spool is 1,000 g = 35.3 oz."

Interactions: - Each slider updates its panel in real time. - Clicking a panel's "Quiz Me" button hides one value; student types the answer and gets immediate feedback (green ✓ / red ✗ with the correct value shown). - A "Reset All" button restores all sliders to defaults.

Responsive design: Panels stack vertically on narrow viewports (<500 px); minimum font size 13 px.


Basic Physics: Why Matter Behaves the Way It Does

Physics connects directly to the printer.

Benchy gives a thumbs-up The next three sections introduce basic physics — matter, force, mass, and density. Every concept here connects to something you'll do at the printer: choosing a filament, reading a temperature, or diagnosing a clog. If physics has felt abstract before, this is where it gets real.

Before we can talk sensibly about how plastic melts, flows, and solidifies in a 3D printer, we need three basic physics concepts: the nature of matter, how forces act on objects, and how energy moves between systems.

Matter is made of atoms and molecules. The state of matter — solid, liquid, or gas — depends on how much thermal energy the molecules have and how strongly they attract each other. In a solid, molecules vibrate in fixed positions; in a liquid, they flow past each other; in a gas, they move freely. In additive manufacturing, we exploit this: we heat thermoplastic filament from solid to a viscous liquid (at around 200–260 °C for most common materials), extrude it in precise paths, and then let it cool back to solid within seconds.

Energy comes in many forms — thermal (heat), mechanical (motion), electrical — and flows from regions of higher concentration to lower concentration. A hot printer nozzle continuously loses heat to the cooler surroundings; a heater block inside the hotend replaces that heat to hold the nozzle at the target temperature. Every temperature reading on your printer is the result of this dynamic balance between energy in and energy out.

Force is a push or pull that can accelerate an object or deform it. Newton's Second Law relates force \(F\), mass \(m\), and acceleration \(a\):

\[ F = m \times a \]

In a 3D printer, forces appear in many places: the stepper motors exert force on the gantry belts to accelerate the print head; the heated plastic exerts force on the nozzle walls as it is pushed through; and atmospheric pressure pushes down on the melted plastic as it exits the nozzle. Understanding force helps you troubleshoot — for example, a clogged nozzle increases the force required to extrude filament until the extruder gear slips or the print fails.

Mass and Density

Two physics quantities that appear constantly in material selection and cost estimation are mass and density. Mass measures how much matter an object contains, in grams or kilograms. Density is mass per unit volume:

\[ \rho = \frac{m}{V} \]

where \(\rho\) (the Greek letter rho) is density in g/cm³ (grams per cubic centimeter), \(m\) is mass in grams, and \(V\) is volume in cm³.

Why does density matter for 3D printing? Because slicer software estimates filament consumption in length (meters of filament), but you think of material cost in grams. To convert, the software uses the filament's density and diameter. PLA has a density of about 1.24 g/cm³, PETG about 1.27 g/cm³, and ABS about 1.04 g/cm³. A part printed in ABS will be about 16% lighter than the same part printed in PLA — which matters if you are designing something that needs to be as light as possible.

The table below lists the densities of common 3D printing materials for reference.

Material Density (g/cm³) Relative to PLA
PLA 1.24 1.00× (reference)
PETG 1.27 1.02× (slightly heavier)
ABS 1.04 0.84× (lighter)
ASA 1.07 0.86× (lighter)
TPU (95A) 1.21 0.98× (similar)
Nylon PA12 1.01 0.81× (lighter)
Polycarbonate 1.20 0.97× (similar)

Density is the link between geometry and cost.

Benchy thinks with hand on chin Here's the practical payoff of \(\rho = m/V\): your slicer estimates filament consumption in meters of length, but you pay for it in grams. The slicer uses your material's density to make that conversion — so switching from PLA to ABS for the same part automatically saves about 16% in material weight, which can matter for lightweight or load-bearing designs.

Force and Pressure in AM Systems

Force and pressure show up in several critical places in additive manufacturing. Pressure (\(P\)) relates force to the area over which it is applied:

\[ P = \frac{F}{A} \]

Inside a 3D printer's hotend, the extruder motor pushes filament against the melt zone, creating pressure that forces molten plastic through the nozzle. If the nozzle is partially clogged, the area (\(A\)) available for flow decreases, so the pressure required to maintain the same flow rate increases sharply. Eventually the back-pressure exceeds what the extruder motor can provide, and extrusion stops.

Bed adhesion is another force problem. A freshly deposited layer of hot plastic contracts slightly as it cools, pulling away from the print bed. The adhesive force between the plastic and bed surface (glass, PEI sheet, or adhesive) must exceed the contraction force, or the print will warp and detach. Materials like ABS shrink aggressively on cooling (one reason ABS printing requires an enclosed, heated chamber), while PLA shrinks much less and adheres reliably on a cool or mildly heated bed.


Computer File Management

Computer file management is a skill that sounds mundane until a 3D printing project spirals into a folder of identically named files. A single design project typically generates at least five distinct file types:

  • CAD project file (e.g., .f3d for Fusion 360, .sldprt for SolidWorks, .onshape for Onshape) — the parametric model you can edit
  • Mesh export (.stl or .3mf) — the geometry handed to the slicer
  • Slicer project file (e.g., .3mf or .chitubox) — preserves your slicer settings
  • G-code file (.gcode or .bgcode) — the machine instructions sent to the printer
  • Documentation (photos, engineering notebook entries, data sheets)

A practical folder structure for this course looks like this:

3d-printing-projects/
  01-calibration-cube/
    cad/          ← parametric source files
    export/       ← STL and 3MF exports
    sliced/       ← G-code files
    docs/         ← photos, notes, data
  02-phone-stand/
    ...

Use descriptive, date-stamped file names rather than generic ones. A file named bracket_v3_2026-05-07.stl is findable six months later; a file named final_FINAL_use-this-one.stl is not.

The wrong file goes to the printer — not the right one.

Benchy holds up a cautionary hand The most common file disaster isn't a deleted file — it's printing an outdated version because three exports share the same name. Put a version number and date on every STL or 3MF you export: you will thank yourself when you open that folder three weeks later.

Mouse and 3D Navigation

Mouse and 3D navigation in CAD and slicer software follows conventions that feel awkward for the first hour and automatic within a week. Almost every 3D program supports three core operations:

  • Orbit (rotate the view) — middle-click drag, or Ctrl + left-click drag
  • Pan (translate the view horizontally/vertically) — Shift + middle-click drag
  • Zoom — scroll wheel, or pinch gesture on a trackpad

Some programs (Onshape, Fusion 360, Blender) let you customize which buttons trigger which operation. Learn your program's defaults first, then remap if something feels uncomfortable. The single most useful keyboard shortcut in almost every 3D program is pressing the numpad keys to jump to preset orthographic views:

  • Numpad 1 — Front view
  • Numpad 3 — Right view
  • Numpad 7 — Top view
  • Numpad 5 — Toggle perspective / orthographic

Remap your mouse buttons in the first session.

Benchy points a helpful finger Most CAD programs let you save a custom mouse-button mapping in preferences. If middle-click orbiting feels awkward, remap it to right-click on day one — spending five minutes on this setup saves hours of frustration across an entire semester.

In class we will practice 3D navigation in the first software session. After that, it becomes muscle memory.


Part Two: The History of Additive Manufacturing

With foundations in place, we can turn to history. The story of additive manufacturing is, at its core, a story about what happens when a powerful technology meets an expiring patent and an open-source community.

The Industrial Revolution and the Rise of Subtractive Manufacturing

To understand what made additive manufacturing significant, you first need to understand what it replaced — or, more precisely, what it complemented. The Industrial Revolution (roughly 1760–1840) transformed manufacturing in Europe and North America by replacing human and animal power with machines driven by steam and, later, electricity. Two ideas from this era still shape manufacturing today.

First, interchangeable parts: components manufactured to such precise, standard dimensions that any unit of a given part fits any assembly of the same design. Before this, a craftsman might spend hours hand-fitting a replacement part; with interchangeable parts, a worker simply grabs a part from a bin. Second, division of labor: breaking complex work into specialized steps performed by different workers in sequence on a moving assembly line. Together, these ideas made mass production possible.

The dominant manufacturing process of the Industrial Revolution — and of most of the twentieth century — was subtractive manufacturing: starting with a block of raw material (metal, wood, plastic) and removing material by cutting, drilling, milling, or grinding until the desired shape remains. Subtractive manufacturing is powerful and precise. Its limitations, however, are real:

  • Complex internal geometry (hollow channels, undercuts, interlocking cavities) is difficult or impossible to cut.
  • Every new shape typically requires new tooling — custom molds, fixtures, and cutting programs — adding cost and lead time.
  • Material removed as chips and shavings is largely wasted.
  • Short production runs of custom parts are expensive because setup costs are spread over fewer units.

These limitations set the stage for a fundamentally different idea.

Diagram: Subtractive vs. Additive Manufacturing — Side-by-Side Comparison

Run Subtractive vs. Additive Manufacturing Fullscreen

Interactive Comparison: Subtractive vs. Additive Manufacturing

Type: interactive-infographic sim-id: sub-vs-add-comparison
Library: p5.js
Status: Specified

Learning objective: Students will compare (Bloom L2 — Understand) subtractive and additive manufacturing on the dimensions of material use, internal complexity, tooling requirements, and cost structure.

Canvas size: 800 × 420 px, responsive.

Layout: Two equal-width panels side by side, labeled "Subtractive" (left) and "Additive" (right).

Subtractive panel: - Shows a block of material (gray rectangle) with a milling tool visible. - Animated: clicking "Animate" shows chips being cut away over 2 seconds, leaving a bracket-shaped silhouette. - Waste percentage badge: "~40% material wasted" in orange.

Additive panel: - Shows an empty build plate with a nozzle above. - Animated: clicking "Animate" shows layers building up from the bottom over 2 seconds to form the same bracket shape. - Waste percentage badge: "~2% material wasted (supports only)" in green.

Comparison table below the panels — four rows, each row is clickable and highlights both panels with a colored overlay showing which process has the advantage:

Dimension Subtractive Additive
Internal features Difficult Easy
Tooling required Yes (fixtures, cutters) No (just a digital file)
Material waste High (~40%) Low (~2–10%)
Unit cost (short run) High (setup amortized over few parts) Low (no setup cost)

Infobox: Clicking any row opens a sentence explaining the trade-off in more detail.

Responsive design: Panels stack vertically on viewports < 600 px.


1986: Charles Hull Invents Stereolithography

Additive manufacturing as a commercial technology was born in a small laboratory in Valencia, California. In 1984, Charles (Chuck) Hull — an engineer who had been experimenting with UV-curable resins for coating furniture — realized that a UV laser could harden a liquid resin with great precision. If you directed the laser across the surface of a vat of liquid resin in the exact pattern of one cross-section of a 3D object, you would solidify that thin layer. Lower the build platform a fraction of a millimeter, expose a fresh surface of liquid resin, and trace the next layer. Repeat a thousand times and you have a complete three-dimensional part.

Hull called this process stereolithography — from the Greek stereos (solid) and lithos (stone) plus graphia (writing). He filed the patent in 1984, received it in 1986, co-founded 3D Systems, and shipped the first commercial stereolithography machine — the SLA-1 — in 1988. The price was approximately $300,000 (equivalent to roughly $750,000 today).

At that cost, only large industrial organizations could afford stereolithography. Aerospace companies used it to build wind-tunnel test models in days rather than weeks. Automotive designers used it to check the proportions of a new body panel before committing to expensive stamping dies. The process was transformative for rapid prototyping — producing a physical model of a new design quickly and cheaply compared to machined metal prototypes — but it remained invisible to the general public.

Hull's invention proved something important: a digital-to-physical workflow was commercially viable. Other researchers and companies raced to develop competing processes. By 1995, multiple distinct additive manufacturing technologies existed, each with different materials, resolution, speed, and cost. But all of them shared one characteristic: they were expensive enough that only large companies and well-funded universities could afford them.


1989–2009: FDM, Patents, and the Lock-In Era

One year after Hull's patent was granted, Scott Crump filed a patent for a completely different approach to additive manufacturing. While experimenting at home, Crump had modified a hot-glue gun to deposit a mixture of polyethylene and candle wax in precise paths, building up an object layer by layer. He recognized that any thermoplastic — a plastic that softens when heated and re-hardens when cooled — could be used this way. He named the process Fused Deposition Modeling (FDM), co-founded Stratasys in 1989, and received the patent in 1992.

FDM's working principle is straightforward. A spool of solid thermoplastic filament (typically 1.75 mm or 2.85 mm in diameter) feeds into a heated nozzle assembly called a hotend. The hotend melts the filament and pushes it through a small nozzle (commonly 0.4 mm diameter). A motion system moves the nozzle in the XY plane, depositing a thin bead of plastic in the pattern of one cross-section. The build plate then moves down one layer height, and the process repeats. The deposited plastic cools quickly and bonds to the layer below through thermal fusion.

FDM's advantages over stereolithography were significant for many applications: the materials were standard thermoplastics (the same plastics used in injection-molded products), the machines ran in open air without vats of liquid resin, and parts were structurally robust rather than brittle. Industrial FDM machines from Stratasys sold for \(30,000–\)300,000.

For seventeen years, Stratasys's patent kept FDM out of reach for individuals and small organizations. Then, in 2009, the core FDM patent expired. That single event changed everything.


2005–2009: The RepRap Project

While the FDM patent was still active, a researcher at the University of Bath (UK) named Adrian Bowyer launched a project with an audacious goal: build a machine that could reproduce most of its own physical components — a self-replicating fabricator. He called it RepRap, short for Replicating Rapid Prototyper.

Bowyer's key insight was that an FDM-style printer could print the plastic structural parts needed to assemble another printer of the same design. The electronic components (stepper motors, controller board, heated nozzle, power supply) were cheap, standard parts available from electronics suppliers. If you could print the plastic frame, brackets, and pulleys, you could build a capable printer for a few hundred dollars in parts.

Crucially, Bowyer made the entire RepRap design open-source: blueprints, firmware, and build instructions were published freely online under open licenses. Anyone could download the files, print the parts on an existing RepRap (or have a friend with one print them), buy the electronics, and assemble a working printer. The community was invited to improve the design and share their improvements — and they did, relentlessly.

The first RepRap machine — named "Darwin" — was demonstrated in 2007. The second generation — "Mendel" — followed in 2009, the same year the FDM patent expired. Josef Průša, a Czech maker, refined the Mendel design into the "Prusa Mendel," which became the most widely replicated open-source printer in history and laid the groundwork for Průša Research, now one of the world's leading printer manufacturers.

The following list marks the major milestones from this era:

  • 2005 — Bowyer announces the RepRap Project; concept paper published.
  • 2007 — "Darwin" (RepRap v1) is publicly demonstrated; successfully prints several of its own plastic parts.
  • 2008 — Thingiverse launched — the first major repository of freely downloadable 3D model files.
  • 2009 — "Mendel" (RepRap v2) released; Stratasys FDM patent expires; MakerBot founded.
  • 2010 — Community explodes; hundreds of RepRap variants appear on forums.
  • 2011 — Prusa Mendel becomes the dominant design; MakerBot ships the Replicator.
  • 2012 — Desktop printers appear below $1,000; Formlabs launches the Form 1 (affordable SLA) on Kickstarter, raising $2.9 million.

2009–Present: The Desktop Printer Revolution

When the FDM patent expired in 2009, the economics of desktop 3D printing changed practically overnight. Dozens of companies and thousands of hobbyists entered a market that Stratasys had held alone. Over the following decade, capable FDM printer prices fell from $60,000 to $3,000 to $500 to under $200. This rapid democratization is called the desktop printer revolution.

Four forces drove the price collapse:

  • Patent expiration removed the legal barrier that had held prices artificially high for nearly two decades.
  • The RepRap community had spent four years refining the technology and producing freely available designs, giving commercial companies an immediate head start.
  • Falling component costs — stepper motors, Arduino-compatible controller boards, heated beds, and aluminum extrusions all became inexpensive commodity items.
  • Global manufacturing competition — particularly from Chinese manufacturers who could produce hardware at scale — compressed margins and forced innovation.

The result is the landscape you see today: capable multi-filament FDM printers available for under $300, high-speed CoreXY printers that print ten times faster than first-generation machines, and resin printers sharp enough to reproduce dental crowns. Equipment that required a six-figure capital budget in 2005 sits on classroom desks in 2026.

Diagram: FDM Printer Price Decline (2009–2024)

Run FDM Printer Price Decline (2009–2024) Fullscreen

Interactive Chart: Desktop FDM Printer Price vs. Time

Type: chart sim-id: fdm-price-history
Library: Chart.js
Status: Specified

Learning objective: Students will interpret (Bloom L2 — Understand) how patent expiration and open-source development drove the price of desktop FDM printers down by more than 99% in fifteen years.

Chart type: Line chart with labeled data points; y-axis supports log/linear toggle.

Dataset (approximate market price for a capable consumer/prosumer FDM printer):

Year Price USD Key event
2009 14,900 Patent expires; MakerBot founded
2010 7,500 MakerBot Thing-O-Matic
2011 2,500 Prusa Mendel kit popularized
2012 2,199 MakerBot Replicator 2
2013 1,299 Flashforge Creator
2014 699 Proliferation of Chinese kits
2015 499 Prusa i3 kit widely available
2017 299 Creality CR-10 ships
2018 229 Creality Ender 3 — best-selling printer in history
2020 179 Multiple sub-$200 capable printers
2022 349 Bambu Lab P1P — high-speed CoreXY at prosumer price
2024 149 Entry-level capable FDM under $150

Axes: - X: Year 2009–2024, labeled every 2 years - Y: Price in USD — default log scale (100–20,000); toggle button for linear scale

Interactions: - Clicking any data point opens an infobox with year, price, and the key event label. - Hovering shows a tooltip: "[Year]: ~$[price] — [event]." - Toggle button: "Switch to Linear Scale" / "Switch to Log Scale" - A dashed horizontal reference line at $500 is labeled "Typical school-budget threshold."

Colors: Line stroke #1565c0; data points #ff6600; infobox background white with #ccc border.

Responsive design: Canvas width follows parent container; minimum height 280 px; text minimum 12 px.


The Maker Movement

The Maker Movement is the cultural and social phenomenon in which individuals and communities use digital fabrication tools — 3D printers, laser cutters, CNC routers, Arduino and Raspberry Pi electronics — to design and build physical objects outside traditional industrial settings. The movement grew from hobbyist electronics culture and was dramatically amplified by the RepRap project and the desktop printer revolution.

The Maker Movement is more than a collection of tools and hobbies. It is a set of values:

  • Making is learning. Building something physical teaches problem-solving in a way that reading about it does not.
  • Sharing accelerates progress. Open-source designs, posted publicly and improved by thousands of contributors, advance faster than proprietary designs guarded by a single team.
  • Failure is data. A failed print is not a mistake — it is information about what to adjust next time.
  • Everyone can make. Digital fabrication democratizes the ability to create physical objects, removing the need for expensive industrial tooling or specialized trade skills.

Key institutions of the Maker Movement include Maker Faire (first held 2006 in San Mateo, California), community makerspaces and hackerspaces, and online platforms like Instructables, Hackaday, Thingiverse, and Printables. Many school libraries and community centers now host makerspaces equipped with 3D printers — a direct result of the price collapse described above.


America Makes and the AM Innovation Ecosystem

Individual makers and small companies drove the desktop revolution, but scaling additive manufacturing into a competitive industrial technology required coordinated national investment. In 2012, the U.S. Department of Defense and Department of Energy co-established America Makes — the National Additive Manufacturing Innovation Institute — in Youngstown, Ohio.

America Makes is a public–private partnership that connects manufacturers, universities, government agencies, and workforce-development organizations around the mission of advancing additive manufacturing in the United States. Its concrete activities include:

  • Funding applied research that bridges the gap between laboratory discovery and industrial deployment.
  • Publishing workforce competency frameworks: standardized, validated descriptions of the skills and knowledge needed for AM jobs at every career level, from technician to engineer to researcher.
  • Partnering with community colleges and CTE programs to align curricula with industry needs.
  • Hosting a member-accessible project database and publishing best-practice guidelines.

AM Innovation Institutes are the broader category. The Manufacturing USA network (established by the Revitalize American Manufacturing and Innovation Act, 2014) now includes over a dozen institutes, each focused on a different advanced manufacturing technology. America Makes is the node for additive manufacturing.

For you, as a student in this course, America Makes is relevant in three direct ways. First, the workforce competency frameworks it developed informed the structure of this course and the skills you will practice. Second, many community colleges with AM articulation agreements align their curricula to America Makes standards — meaning the portfolio evidence you build here is recognized beyond this classroom. Third, the certifications from organizations like NC3 and NIMS that some students pursue after completing a course like this one are mapped to the same competency framework.

Diagram: The America Makes Ecosystem

Run The America Makes Ecosystem Fullscreen

Interactive Network: America Makes Stakeholder Map

Type: graph-data-model sim-id: america-makes-ecosystem
Library: vis-network
Status: Specified

Learning objective: Students will identify (Bloom L1 — Remember) the major stakeholders in the America Makes ecosystem and their relationships to workforce development and this course.

Nodes (each clickable; infobox appears below the canvas):

ID Label Group Color
1 America Makes hub #e65100
2 U.S. Dept. of Defense govt #1565c0
3 U.S. Dept. of Energy govt #1565c0
4 Manufacturing USA govt #1565c0
5 Research Universities academia #2e7d32
6 Community Colleges academia #2e7d32
7 High School CTE academia #2e7d32
8 AM Equipment Makers industry #6a1b9a
9 Material Suppliers industry #6a1b9a
10 End-User Manufacturers industry #6a1b9a
11 AM Workforce Framework workforce #f9a825
12 NC3 / NIMS Certifications workforce #f9a825
13 This Course student #c62828

Directed edges:

  • 2 → 1 "Founding co-sponsor"
  • 3 → 1 "Founding co-sponsor"
  • 4 → 1 "Parent network"
  • 1 → 5 "Research grants"
  • 1 → 6 "Curriculum alignment"
  • 1 → 7 "CTE pathway support"
  • 8 → 1 "Industry membership & funding"
  • 9 → 1 "Industry membership & funding"
  • 10 → 1 "Industry membership & funding"
  • 1 → 11 "Publishes & maintains"
  • 11 → 12 "Informs certification standards"
  • 11 → 13 "Shapes course competencies"
  • 5 → 6 "Articulation agreements"
  • 6 → 7 "Dual-credit programs"
  • 13 → 6 "Articulation pathway"

Infobox examples: - Node 1: "America Makes (est. 2012, Youngstown OH) — the nation's leading public–private partnership for AM R&D and workforce development. Member organizations include 200+ companies and universities." - Node 13: "This Course — aligned to America Makes workforce competency frameworks. Portfolio evidence produced here supports community-college articulation at partner institutions."

Canvas: 700 × 500 px, Barnes-Hut physics layout, hub node fixed at center. Responsive to window resize.


Articulation Pathways: Why This History Matters for Your Future

The history you just read is not only interesting — it has direct implications for your education and career. Articulation is the formal agreement between a high school program and a community college or university that allows students to earn college credit for work completed in high school. When a high school course meets the standards established by industry frameworks like America Makes, students can enter community college with credits already on their transcript, saving tuition and time.

In Minnesota, institutions such as Hennepin Technical College, Dakota County Technical College, and Dunwoody College of Technology offer articulated credit or dual-enrollment options aligned to additive manufacturing curricula. Similar pathways exist across the country under the Manufacturing USA umbrella. The portfolio you build in this course — engineering drawings, documented print cycles, material test data, a capstone project — constitutes evidence of competency that articulation partners can evaluate.

Beyond articulation, the NC3 (National Coalition of Certification Centers) and NIMS (National Institute for Metalworking Skills) organizations offer credentials that manufacturing employers recognize. You are not required to pursue certifications in this course, but you will practice the skills they test.


Key Takeaways

This chapter has covered two groups of ideas. The foundational skills — algebra, geometry, metric measurement, physics of matter and force, file management, and 3D navigation — are your toolkit for everything that follows. The historical narrative — from the Industrial Revolution through the patent expiration, the RepRap community, and America Makes — explains how 3D printing became accessible and why the skills you are learning carry professional currency.

Carry these points forward:

  • Subtractive manufacturing removes material; additive manufacturing deposits material layer by layer from a digital model.
  • Density connects volume (from geometry) to mass (from measurement): \(\rho = m/V\). Use it to estimate filament consumption and part weight.
  • Force and pressure appear in bed adhesion, extrusion mechanics, and every mechanical troubleshooting scenario you will encounter.
  • Chuck Hull invented stereolithography (1986); Scott Crump invented FDM (1989); the FDM patent expired in 2009, triggering the desktop revolution.
  • The RepRap Project (2005) used open-source principles to make FDM technology freely available years before the patent expired, building the community that drove the revolution.
  • America Makes (2012) anchors the national AM workforce ecosystem; its competency frameworks shaped this course.
  • Your file management and 3D navigation skills are not trivial — they directly affect the quality and reproducibility of every project you complete.

Chapter 1 complete — you've built the foundation!

Benchy celebrates with arms raised You've covered the math, physics, and computer skills this course depends on, and traced 3D printing from a $300,000 industrial machine in 1988 to a classroom tool in 2026. Chapter 2 moves from history into formal vocabulary — the seven ISO/ASTM 52900 process categories every AM professional uses. See you there!

In Chapter 2 you will learn the seven ISO/ASTM 52900 process categories — the formal vocabulary that engineers and technicians use to describe and compare all forms of additive manufacturing.


Review Questions

  1. Explain the difference between subtractive and additive manufacturing in your own words. Give one situation where subtractive manufacturing would be the better choice, and one where additive manufacturing would be preferred.

  2. A filament spool holds 1,000 g of PLA (density 1.24 g/cm³). Your slicer estimates a part will consume 47 g. What percentage of the spool does this part use? If the spool costs $22, what is the filament cost for this part?

  3. Scott Crump received his FDM patent in 1992. The patent expired in 2009. Why did price-competitive desktop FDM printers not appear until after 2009 rather than during the 17 years the patent was active?

  4. What was the RepRap Project, and how did making its design open-source affect the development of affordable 3D printing?

  5. Describe two specific ways that America Makes connects a high school additive manufacturing course to careers and college credit.

  6. You have a printed part with dimensions 80 mm × 55 mm × 30 mm. Calculate its volume in mm³ and cm³. If it is printed in PETG (density 1.27 g/cm³) with 20% infill (meaning 20% of the interior is solid), estimate the mass of the part. (Hint: multiply the full volume by 0.20 for the infill fraction, then add the shell volume — simplify by assuming 30% of the total volume is shell walls.)

See Annotated References