The Complete Guide to SLA & Resin 3D Printing: Photopolymer Physics, Technology Comparison, Material Science, and Practical Design Rules

Complete technical guide to SLA, DLP, and MSLA resin 3D printing. Covers Jacobs working curve, cure depth physics, technology comparison (resolution/speed/cost), resin material properties, post-curing science, and practical design rules with LaTeX equations and Mermaid diagrams.

·

The Complete Guide to SLA & Resin 3D Printing: Photopolymer Physics, Technology Comparison, Material Science, and Practical Design Rules

You have seen the results: miniatures with layer lines invisible to the naked eye, dental models that fit patients perfectly on the first try, and jewelry patterns so smooth they go straight to investment casting. Resin 3D printing — collectively known as vat photopolymerization — produces the highest-resolution parts in consumer and professional additive manufacturing. But the gap between a stunning demo print and a reliable, dimensionally accurate production part is wide, and it is filled with physics most users never learn.

This guide traces the full chain: from the photochemistry that hardens liquid resin into solid polymer, through the hardware differences between SLA, DLP, and MSLA, to the material science that determines whether your part survives its intended use. Along the way we derive the key equations that govern cure depth, explain why your "8K" printer may not actually deliver 8K resolution, and provide concrete design rules you can apply tomorrow.


Part 1: How Resin Becomes Solid — The Physics of Photopolymerization

The Chemistry in One Paragraph

Photopolymer resins contain three essential components: monomers/oligomers (the building blocks), photoinitiators (light-triggered catalysts), and additives (pigments, stabilizers, fillers). When UV light hits the photoinitiator molecule, it absorbs a photon and enters an excited state. This excited molecule generates free radicals or cations, which attack the carbon-carbon double bonds in the acrylate or epoxy monomers, linking them into polymer chains. The reaction propagates until two radicals meet and terminate, or until the monomers are consumed.

The critical insight: curing is not an on/off switch. It is a continuous process governed by how much light energy reaches each depth in the resin. Understanding this turns resin printing from guesswork into engineering.

The Beer-Lambert Law and Cure Depth

When light enters liquid resin, its intensity decays exponentially with depth. This is the Beer-Lambert law:

Where:

Curing occurs only where the accumulated energy exceeds a threshold — the critical energy E_c. The cure depth C_d for a given exposure E (energy per unit area, in J/m² or mJ/cm²) follows from combining Beer-Lambert with the threshold condition:

This is the Jacobs working curve equation, named after Dr. Paul F. Jacobs, who published the foundational work on stereolithography physics in 1992 while at 3D Systems. The two parameters that characterize every resin are:

Reading a Working Curve

Here is how the parameters translate into printing behavior, using real data from Liqcreate's Premium Black resin tested at two wavelengths:

Parameter · 405 nm · 385 nm

E_c · 5.00 mJ/cm² · 2.47 mJ/cm²

D_p · 0.171 mm · 0.093 mm

Max cure depth · ~0.60 mm · ~0.40 mm

At 385 nm, the resin requires roughly half the energy to begin curing (lower E_c) — it is more sensitive at the shorter wavelength. But at 405 nm, it has nearly double the penetration depth (higher D_p), meaning light travels deeper and cures thicker layers faster. The trade-off: higher D_p also means the resin is more sensitive to variations in exposure, making it less forgiving of optical power drift as LEDs age or the vat film hazes.

What this means in practice: if you switch between a 385 nm DLP printer and a 405 nm MSLA printer with the same resin, you need completely different exposure settings. Do not port settings between wavelengths — the working curve changes.

Why Layer Curing Is Cumulative

A common beginner mistake is thinking each layer cures only during its own exposure. In reality, the light that cures layer N also penetrates into and further cures layers N-1, N-2, and sometimes N-3. This is overcure — and it is why resin prints have isotropic (direction-independent) mechanical properties. Unlike FDM, where layer-to-layer adhesion is a weak point, resin prints have near-bulk strength in the Z direction because every layer gets re-exposed multiple times.

The practical consequence: your "50 μm layer height" print may have layers that are effectively 80–100 μm thick once overcure is accounted for. This affects dimensional accuracy, especially on the first few layers (burn-in layers), which are often deliberately overexposed 5–20× to ensure adhesion to the build plate.


Part 2: SLA vs DLP vs MSLA vs LCD — What the Acronyms Actually Mean

All vat photopolymerization printers cure liquid resin with light. The difference is how they deliver that light to each layer. Understanding this is essential for choosing the right technology for your application — and for interpreting printer specifications honestly.

SLA (Stereolithography Apparatus) — Laser Point Scanning

SLA uses a UV laser beam steered by galvanometer mirrors to draw each layer as a vector path — essentially a high-speed pen plotter in UV light.

graph TD
    A[UV Laser Source] --> B[Galvanometer Mirrors]
    B --> C[Focused Laser Spot]
    C --> D[Resin Vat Surface]
    D --> E[Selective Curing - Point by Point]
    
    subgraph "SLA Process"
        A
        B
        C
    end
    
    style A fill:#4A90D9,color:#fff
    style C fill:#D94A4A,color:#fff
    style E fill:#4AD97A,color:#fff

Spot size: SLA laser spots typically range from 75–140 μm for desktop systems (Formlabs Form 4: ~50 μm) to 250+ μm for large-format industrial machines. The spot is Gaussian — intensity peaks at center and falls off at the edges — which produces slightly smoother surfaces than a pixel grid.

Resolution model: SLA resolution is defined by the laser spot size, not pixel count. A smaller spot can trace finer features. However, the effective resolution also depends on how precisely the galvos position that spot — modern systems achieve ±25 μm positioning, approaching the spot size limit.

Advantages:

Disadvantages:

DLP (Digital Light Processing) — Full-Layer Projection

DLP replaces the laser with a UV projector: a DMD (Digital Micromirror Device) chip containing millions of microscopic mirrors, each tilting to reflect UV light either toward or away from the resin vat. The entire layer is exposed simultaneously as a projected image.

graph TD
    A[UV LED Array] --> B[DMD Chip - Millions of Micromirrors]
    B --> C[Projection Lens]
    C --> D[Full Layer Image Projected at Once]
    D --> E[Entire Layer Cures Simultaneously]
    
    subgraph "DLP Process"
        A
        B
        C
    end
    
    style A fill:#4A90D9,color:#fff
    style B fill:#D9B44A,color:#fff
    style D fill:#D94A4A,color:#fff
    style E fill:#4AD97A,color:#fff

Resolution model: DLP resolution is determined by the DMD chip's native pixel count and the projection optics. A 1920×1080 DMD projected onto a 120×68 mm build area gives 62.5 μm pixel pitch — much larger than a 50 μm SLA laser spot. Some DLP printers use pixel-shifting to double effective resolution by projecting sub-pixel-shifted images, but the native pixel size is the limiting factor.

Key trade-off: DLP resolution depends on the ratio of build area to pixel count. The same 1080p DMD gives 62.5 μm pixels on a 6" build plate but 125 μm pixels on a 12" build plate. This is why DLP printers tend to have smaller build volumes than comparably priced MSLA printers.

Advantages:

Disadvantages:

MSLA / LCD (Masked Stereolithography) — The Consumer Revolution

MSLA, also called LCD printing, uses a monochrome LCD screen as a photomask. An array of UV LEDs illuminates the entire build area from below, and the LCD selectively blocks or transmits light per pixel.

graph TD
    A[UV LED Array - Parallel Light] --> B[LCD Photomask]
    B --> C[Selective Transmission Per Pixel]
    C --> D[Resin Vat - FEP Film]
    D --> E[Curing Where LCD Is Transparent]
    
    subgraph "MSLA / LCD Process"
        A
        B
        C
    end
    
    style A fill:#4A90D9,color:#fff
    style B fill:#D9B44A,color:#fff
    style C fill:#D94A4A,color:#fff
    style E fill:#4AD97A,color:#fff

Resolution model: MSLA resolution is the LCD pixel pitch times the optical magnification (usually 1:1). Common pixel pitches:

Resolution Class · Typical Pixel Pitch · 6" Build Area Pixels · 10" Build Area Pixels

2K · 50–51 μm · 2560×1620 · 2560×1620 (coarser)

4K · 35 μm · 3840×2400 · 3840×2400

6K · 28–29 μm · 5760×3600 · —

8K · 22 μm · 7680×4320 · 7680×4320

The "8K" asterisk: A 10-inch "8K" printer has the same 7680×4320 pixel count as a 6-inch 8K printer, but the pixels are larger (approximately 28 μm vs. 22 μm). The resolution is really 28 μm, not 22 μm. And even 22 μm is optimistic — LCD light bleed (scattering in the polarizer and FEP film) broadens the effective curing spot to roughly 1.5–2× the pixel pitch. Your 22 μm pixel printer probably cures features no finer than ~35–40 μm.

Advantages:

Disadvantages:

Technology Selection Matrix

Factor · SLA (Laser) · DLP (Projector) · MSLA (LCD)

Minimum feature size · ~50 μm · 60–100 μm · 35–50 μm

Surface finish · Best (Gaussian smooth) · Good (pixel aliasing) · Good-Very Good

Print speed (dense) · Slow · Fast · Fast

Print speed (sparse) · Fast · Same as dense · Same as dense

Build area scalability · Excellent · Poor · Moderate

Optical efficiency · High · High · Very Low (~10%)

Consumable cost · Low (resin only) · Low · Medium (LCD + FEP)

Entry price · 2,500+ · 800+ · $150+

Material flexibility · Excellent · Good · Limited by LCD UV transmission


Part 3: Resin Materials — What the Data Sheets Actually Mean

The Resin Landscape

Photopolymer resins span a wide property range, and the gap between "standard" and "engineering" resins is larger than many users expect:

Property · Standard Resin · ABS-Like · Tough/Engineering · High-Temp · Dental Model

Tensile strength (MPa) · 35–55 · 40–55 · 50–65 · 40–60 · 45–60

Elongation at break (%) · 3–8 · 10–25 · 20–50 · 2–5 · 5–15

Flexural strength (MPa) · 50–70 · 55–75 · 70–100 · 60–85 · 60–80

Flexural modulus (GPa) · 2.0–3.0 · 1.5–2.5 · 1.5–2.5 · 3.0–4.5 · 2.0–3.0

HDT @ 0.45 MPa (°C) · 45–60 · 45–55 · 45–55 · 120–250 · 50–60

Izod impact (J/m) · 15–25 · 30–60 · 40–80 · 10–20 · 20–40

The numbers tell a clear story: standard resins are stiff but brittle — think prototype visual models, not functional parts. ABS-like resins trade some stiffness for impact resistance. Engineering resins push elongation to injection-molding-like levels. High-temp resins achieve heat deflection temperatures competitive with some thermoplastics but sacrifice toughness.

The Post-Curing Effect: Underappreciated and Misunderstood

Green-state parts — those fresh off the printer after washing — have only reached about 50–60% of their ultimate mechanical properties. Post-curing under UV/heat drives the polymerization reaction closer to completion. The relationship is asymptotic: properties improve rapidly in the first 10–30 minutes, then plateau.

A 2024 study published in the Journal of Materials Research and Technology (Referensi et al.) systematically varied post-curing duration and found:

The practical rule: follow the manufacturer's recommended post-cure time. Doubling it does not double the strength — it may actually reduce toughness.

Anisotropy in Resin Prints: It Exists, But Differently Than FDM

FDM parts are notoriously anisotropic: Z-strength can be 50% of XY-strength due to incomplete layer adhesion. Resin prints are often called "isotropic," but this is only approximately true. Studies show:


Part 4: The Complete Technology Comparison

graph TB
    subgraph "Vat Photopolymerization Technologies"
        A[Light Source]
        B[Image Formation]
        C[Exposure Pattern]
        D[Resolution Limit]
    end
    
    A1[UV Laser 355-405nm] --> B1[Galvanometer Scanning]
    B1 --> C1[Vector Path - Point by Point]
    C1 --> D1[Laser Spot Size ~50-140μm]
    
    A2[UV LED 385-405nm] --> B2[DMD Micromirror Array]
    B2 --> C2[Full Layer Projection]
    C2 --> D2[DMD Pixel Pitch 50-100μm]
    
    A3[UV LED Array 405nm] --> B3[LCD Photomask]
    B3 --> C3[Full Layer Masked]
    C3 --> D3[LCD Pixel Pitch 22-50μm]
    
    style A1 fill:#4A90D9,color:#fff
    style A2 fill:#4A90D9,color:#fff
    style A3 fill:#4A90D9,color:#fff
    style B1 fill:#D9B44A,color:#fff
    style B2 fill:#D9B44A,color:#fff
    style B3 fill:#D9B44A,color:#fff
    style C1 fill:#D94A4A,color:#fff
    style C2 fill:#D94A4A,color:#fff
    style C3 fill:#D94A4A,color:#fff

Speed Comparison: It Depends on What You Are Printing

For a single small part (10 mm³), all technologies are fast. For a full build plate of dense parts, the differences become stark:

For sparse builds (e.g., support structures with isolated parts), SLA can be faster than DLP/MSLA because the laser only traces where material is, while DLP/MSLA expose the entire layer regardless of fill density.

Surface Finish: The Artifact Trade-Off

SLA produces the smoothest surfaces because the Gaussian laser spot has no hard edge. Curved surfaces look continuous. However, SLA can show "laser scanning lines" — subtle ridges where adjacent scan paths overlap — analogous to tool marks in CNC machining.

DLP produces visible pixelation artifacts, especially on shallow slopes. A surface at 5° to horizontal will show distinct pixel stair-steps. Anti-aliasing (grayscale pixel edges) in firmware can blur these transitions, reducing but not eliminating the effect.

MSLA has the same pixelation as DLP but adds LCD-specific artifacts: light bleed through the polarizer film smears the crisp pixel edges by 10–20 μm, which can actually improve surface smoothness at the cost of dimensional accuracy. It is an accidental benefit of an optical limitation.


Part 5: Design Rules for Resin Printing — What Works and What Does Not

Resin printing has fundamentally different design constraints than FDM. The rules that serve FDM designers well — generous tolerances, 45° overhang limits, infill patterns — are irrelevant or counterproductive in resin. Here are the rules that matter.

Rule 1: Minimum Wall Thickness Is Not About Extrusion Width

In FDM, thin walls fail because the extruded bead breaks. In resin, thin walls fail for two reasons: insufficient cure-through (the wall cures on the surface but the interior remains liquid) and green-state fragility (uncured walls collapse during peeling from the FEP).

Feature · Safe Minimum · Aggressive Minimum

Unsupported wall · 0.8 mm · 0.5 mm

Supported wall · 0.4 mm · 0.3 mm

Embossed detail (height) · 0.3 mm · 0.15 mm

Engraved detail (depth) · 0.3 mm · 0.15 mm

Text (font size) · 8 pt · 6 pt

Hole diameter · 1.0 mm · 0.5 mm

These are guidelines for 50 μm layer height. At 25 μm layers, aggressive minima can drop ~20%.

Rule 2: Hollow Parts Need Drain Holes — Always

Solid resin parts are heavy (density ~1.1–1.2 g/cm³), expensive in material, and prone to warping during post-curing because the exterior cures faster than the interior. Hollowing is standard practice, but it creates a sealed cavity that traps uncured resin. This is not just a mess — trapped resin generates pressure during post-curing and can crack the part.

Drain hole placement rules:

Rule 3: Support Structures — The Orientation Problem

Resin supports serve a different role than FDM supports. Because the part is pulled against the FEP film with each layer peel, supports must resist both gravity (like FDM) and peel forces (unlike FDM). Peel forces can be substantial — 1–5 N for a typical desktop printer — and they concentrate at the smallest cross-section.

Orientation heuristics:

Rule 4: The Cupping Effect

When a hollow part has its opening facing the build plate, it forms a suction cup against the FEP film. The vacuum created during peel can generate enough force to tear the part off its supports or rip the FEP. This is the "cupping effect."

Solutions, in order of preference:

  1. Orient the opening away from the build plate (drain hole at the top)
  2. Add a vent hole near the build plate to break the seal early in the print
  3. Reduce print speed (lower peel velocity reduces peak force)

Rule 5: Clearance and Fit

Resin prints have excellent dimensional accuracy — typically ±0.1 mm for well-calibrated printers at 50 μm layers. However, the direction matters:

For press-fit assemblies:

Rule 6: Elephant's Foot Compensation

The first 5–10 layers (burn-in layers) are overexposed 5–20× to ensure build plate adhesion. This causes lateral expansion of 0.2–0.5 mm beyond the intended dimensions — the "elephant's foot." For parts that must be dimensionally accurate at the base:


Part 6: Practical Application — Optimizing Your Resin Printing Workflow

Exposure Calibration: The RERF and Validation Matrix Approach

Most slicers (Chitubox, Lychee, PrusaSlicer) offer exposure test prints — the RERF (Resin Exposure Range Finder) in Chitubox, the Validation Matrix in Lychee. These print a calibration pattern at varying exposures so you can find the sweet spot.

How to read the results:

Temperature Control: The 25°C Sweet Spot

Resin viscosity is strongly temperature-dependent. Below 20°C, most resins become significantly more viscous, slowing the resin's ability to flow back under the part between layers. This causes:

Above 30°C, cure kinetics accelerate, and your calibrated exposure time becomes too aggressive — overexposure artifacts appear.

Target: 25–30°C. In cold workshops, preheat resin bottles in warm water (not boiling) for 10 minutes before printing. Some printers (Phrozen, Uniformation) now include vat heaters for this reason.

Post-Processing: Wash → Dry → Cure

The standard workflow is deceptively simple but often executed poorly:

  1. Wash: Remove the part from the build plate and submerge in IPA (≥90% isopropyl alcohol) or a dedicated resin cleaner. Agitate for 3–5 minutes. For hollow parts, flush the interior with clean solvent using a syringe. Dirty solvent leaves a sticky surface that won't cure properly.
  1. Dry: Let the part air-dry completely (15–30 minutes) or use compressed air. Any residual solvent on the surface will interfere with post-curing, leaving tacky spots.
  1. Post-cure: Place in a UV curing chamber (or direct sunlight — it works, just slower) for the manufacturer-recommended time, typically 10–30 minutes at 30–40 W of 405 nm UV. Rotate the part halfway through if your chamber has uneven light distribution.

The water-cure trick: Submerging the part in water during post-curing reduces oxygen inhibition (oxygen at the surface scavenges free radicals and prevents full curing). This produces a harder, less tacky surface. Not necessary for all resins, but helpful for engineering and dental materials.


Part 7: When Resin Printing Is the Right Choice — and When It Is Not

Best Applications

Application · Why Resin Excels

Jewelry patterns · Surface finish directly castable; 25 μm details resolve

Dental models & surgical guides · Biocompatible resins, ±50 μm accuracy for implant guides

Miniatures & figurines · Layer lines invisible at 25–50 μm; paint-ready surface

Functional prototypes (small) · Engineering resins approach ABS/PP properties

Injection mold inserts · High-temp resins withstand 200°C+ for short runs

Microfluidics · 100–200 μm channels printed directly; optically clear resins

When FDM (or SLS, or CNC) Is Better

Requirement · Why Not Resin · Better Process

Parts > ~300 mm · Large resin printers exist (e.g., Peopoly Phenom) but are expensive and slow · FDM or CNC

Tough, impact-resistant parts · Even engineering resins are more brittle than FDM nylons/PC · FDM (nylon, PC, PP)

Outdoor / UV exposure · Photopolymers continue to degrade under UV — they yellow and embrittle · FDM (ASA), CNC

Food contact · Most resins are not food-safe; few have FDA compliance · FDM (food-safe PETG), CNC

Low cost per part · Resin is 50–150/L vs. 20–50/kg for PLA/PETG · FDM

Simple geometric parts · Resin is overkill for brackets and spacers · FDM or CNC


Part 8: The FabFlow Connection — Getting Resin Parts Made

This guide has focused on the physics, technology, and design rules. But there is a practical dimension we haven't addressed: not everyone who needs resin-printed parts wants to own and operate a resin printer.

Resin printing has a steep operational learning curve. The consumables — resin, IPA, FEP film, LCD screens — add up. The safety requirements (nitrile gloves, ventilation, UV eye protection, proper waste disposal) are real and non-negotiable. For many engineers and product designers, the right move is to design the part and let someone else handle the printing.

FabFlow connects you with verified resin printing manufacturers who have already cleared these hurdles. They maintain calibrated machines, stock the right resins for your application, and handle post-processing to specification. You upload a design, specify the material and finish requirements, and receive quotes from manufacturers with the right equipment for your geometry — whether that is a high-resolution MSLA for miniatures, a DLP for dental models, or a large-format SLA for prototype housings.

The knowledge in this guide — working curves, pixel pitch limitations, drain hole requirements, post-curing effects — is what lets you specify parts intelligently and evaluate manufacturer capabilities critically. You do not need to run the printer. You need to know whether the person running it knows what they are doing.


References

  1. Jacobs, P.F. (1992). Fundamentals of Stereolithography. 3D Systems Inc. — The original working curve derivation and stereolithography physics.
  2. Kolibaba, T.J., Killgore, J.P., et al. (2024). "Results of an interlaboratory study on the working curve in vat photopolymerization." Additive Manufacturing, 84, 104082. DOI: 10.1016/j.addma.2024.104082 — NIST-led multi-lab validation of working curve methodology across SLA, DLP, and LCD systems.
  3. Liqcreate B.V. (2022). "Resin 3D-printing: Ec, Dp, cure depth & more explained." — Practical explanation of working curve parameters with multi-wavelength data.
  4. AmeraLabs. (2024). "Resin Mechanical Properties: The Ultimate 3D Printing Material Selection Guide." — Comprehensive data on tensile, flexural, impact, and thermal properties across resin categories.
  5. Formlabs. (2025). "Guide to Resin 3D Printers: SLA vs. DLP vs. MSLA vs. LCD." — Technology comparison covering resolution, speed, accuracy, and workflow for all vat photopolymerization technologies.
  6. Referensi, et al. (2024). "Effects of post-curing duration on the mechanical properties of SLA 3D printed parts." Journal of Materials Research and Technology. — Systematic study of post-cure time vs. tensile/flexural/impact properties.
  7. Hubs (Protolabs Network). "DFM tips for 3D printed parts with thin walls" and "What's the right resin for SLA?" — Industry design guidelines for resin printing.

More FabFlow blog posts