April 28, 2026 · 9 min read ★ Featured
The constraint inversion. Traditional manufacturing penalises geometric complexity while additive manufacturing penalises material volume and poor build orientation.
Topology optimization across iterations from CNC version to metal additive capabilities (Siemens PLM)
Assembly simplification and parts reduction using additive principles (Autodesk)
“The question is never "can this be printed." Almost anything can be printed. The question is whether printing is the right answer given quantity, geometry, material, and time. Those are four different axes, and the right answer only emerges when you look at all four together.”
Most AM (Additive Manufacturing) adoption failures aren't about machines or materials. They're about designers bringing the wrong mental model to the process.
Here is a bracket made for injection molding. It has uniform wall thickness, draft angles on every vertical face, no internal voids, and a parting line running cleanly down the centre. It took a mechanical engineer three days to refine. It is also a terrible 3D-printed part.
The geometry is over-constrained in ways that served a mold and cost nothing in plastic. Printed, those same choices add print time, waste material, and introduce delamination risk exactly where it hurts. The engineer did not make a mistake. They applied the right mental model to the wrong process.
This is the most common failure mode in AM adoption. Not bad machines. Not expensive materials. Not software complexity. It is people bringing the design logic of one manufacturing paradigm and transplanting it unchanged into another one that operates on fundamentally different rules.
This post is about learning to hold two design frameworks at once, knowing which one you are inside, and understanding why the switch is harder than it looks.
Every manufacturing process encodes a set of constraints into the designer's brain. You do not think about those constraints consciously after a while. You just design around them. The draft angle, the wall thickness, the parting line, the undercut you avoid without even noticing you avoided it. The constraint disappears into instinct.
Subtractive manufacturing (milling, turning, drilling) shapes material by removing it. The constraint it encodes is access: can the cutting tool reach this feature? If the answer is no, the feature does not exist. After enough years working this way, designers stop imagining features that cannot be reached. The geometry space they inhabit is defined by tool paths.
Injection molding adds another layer: can the mold open? Can the part eject cleanly? The wall thickness has to flow. The shrinkage has to be predictable. The gate location has to work. None of this is written on the drawing. It lives in the designer's hands.
Additive manufacturing removes most of those constraints. The tool-access problem disappears. The mold-opening problem disappears. Internal geometry, lattice structures, organic shapes, enclosed voids: all of it becomes possible. But it replaces those constraints with a different set: layer direction, support material, thermal gradients, build orientation. These are not better or worse than the previous constraints. They are different. And they require a different instinct.
In subtractive and mold-based manufacturing, complexity costs money. In additive manufacturing, complexity is often free, but orientation and support are not. Designing well for AM means learning to trade the old constraints for the new ones, not pretending constraints have disappeared.
The most useful frame here is called: the constraint inversion.
In traditional manufacturing, the expensive thing is geometric complexity. Every feature you add to a machined part adds setups, tool changes, time. Every undercut in a molded part adds slide actions, cost, risk. The design logic that emerges is one of economy: remove features until the part is exactly as complex as it needs to be and no more.
In additive manufacturing, geometric complexity is largely free. A solid cube and an equivalent lattice cube take roughly the same machine time if their bounding volumes are similar. A hollow part with internal channels costs no more to print than a solid one, and may actually cost less. The complexity is not the enemy.
What is expensive in AM is material volume and support structure. Those are the costs that compound. A solid block wastes material. An exposed feature pointing the wrong way relative to the build plate forces support that later needs to be removed, sometimes at serious cost to surface quality. The design logic that emerges is one of orientation and efficiency: build only what is structurally necessary, and arrange it so the process works with you.
The inversion is this: in subtractive thinking, you start with material and remove what you do not need. In additive thinking, you start with nothing and add only what you do. That sounds like a small mental shift. In practice it changes where you look for solutions when a design does not work.
The subtractive designer asks: what can I remove? The additive designer asks: what should actually be here?
Take a simple mechanical bracket. Its job is to transfer load from one face to a mounting surface. Nothing exotic.
Designed for machining, it might be a solid L-shape with fillets at the corner: clean, machinable, predictable under load. The thickness is driven partly by strength and partly by what can be held in a clamp. The flat faces are flat because the cutter likes flat faces. The geometry is defined partly by function and partly by process.
Designed for injection molding, the same bracket gets uniform walls, a hollow interior (sink marks are the enemy of solid sections), draft angles on any face perpendicular to the parting direction, and ribs where stiffness is needed without mass. The decisions are different because the process is different.
Designed for FDM (fused deposition modeling, the most common desktop and industrial 3D printing process), the same bracket might look radically different. The load path could be expressed as a topologically optimized structure: a branching form that puts material precisely where the stress flows and nowhere else. The build orientation would be chosen so the primary load direction runs parallel to the layer lines (where printed parts are strongest) rather than perpendicular to them (where they are weakest) as explained in previous post. There would be no flat-face bias. There might be no flat faces at all.
The process does not just constrain the geometry. It constrains the thinking that generates the geometry. A designer trained on machining will reach for the boxy L-shape not because it is optimal for AM, but because it is the solution shape their process has trained them to see.
Topology optimization is not the same thing as designing for additive manufacturing. It is a tool that can help, but running topology optimization on a part that is still oriented wrong for the build plate, or that still assumes subtractive-era constraints, produces impressive-looking geometry that prints poorly. The tool does not replace the thinking.
The skill that transfers is load-path intuition. Where does force enter? Where does it leave? What is the most direct route between those two points? Everything else (the exact form, the surface, the mass distribution) follows from the process you are inside.
The harder version of this problem is not learning to design for additive manufacturing. It is deciding which paradigm applies to this specific part, for this specific application, at this specific volume.
Most real production decisions are not "additive vs traditional" in the abstract. They are "this bracket, this material, this quantity, this lead time." And the right answer changes depending on those inputs in ways that are not always intuitive.
A part that makes perfect sense to 3D print at 10 units may be the wrong call at 10000, not because additive manufacturing cannot handle volume, but because the economics shift. The setup cost of a mold that seemed prohibitive at low quantity becomes trivial per-unit at scale. The AM advantage was never geometric freedom alone. It was geometric freedom plus the elimination of tooling cost. Remove the tooling cost and the calculation changes.
This is where designers who have genuinely internalized both paradigms have an edge over those who have picked a side. The AM-only thinker reaches for the printer the way the machinist reaches for the mill. The decision is made before the problem is fully understood.
The more useful habit is to treat manufacturing process selection as a design variable, not a given. Early in a project, before geometry is fixed, the question "what process are we designing for?" should be explicit. Because the answer shapes every decision that follows and reversing those decisions late is expensive.
Think about writing software for a system with strict memory constraints versus one with effectively unlimited RAM.
On a constrained system, you make different choices at every level. You structure data to minimize allocation. You avoid recursion. You think about what happens to the stack. Those habits are not bad habits. They are appropriate habits. But a developer who never shakes them when they move to a modern cloud environment will write inefficient, unnecessarily complicated code: because they are still designing for a constraint that no longer exists.
At the same time, the developer who has only ever worked with abundant memory and brings those habits back to an embedded system will write code that simply does not run. The constraints were real. They shaped good design instincts. The skill is not forgetting them: it is knowing which set of constraints is governing the problem in front of you, and switching cleanly between them.
Additive manufacturing literacy is the same thing. The subtractive constraints were real. They shaped good design instincts. The skill is not forgetting them. It is knowing which set of constraints is governing the problem in front of you, and switching cleanly between them.
The next post goes deeper into the specific constraints that govern every printed part: layer direction, overhang angles, wall minimums, support strategy. If this post was about the mindset, the next one is about the rules.
Curious to exchange some ideas? Reach out via the contact form or connect on Linkedin!