UV Post-Cure Calculator
Estimate post-cure time in a wash-and-cure station from part thickness, resin type, UV intensity, wavelength match and rotation. Flags under-powered stations and over-cure brittleness.
Inputs
Resin Type
Pick the closest match. Each maps to a typical full-cure dose target.
Part Max Thicknessmm
Thickest cross-section through the part.
Station UV DensitymW/cm²
Anycubic Wash & Cure 3 ~7, Elegoo Mercury XS ~15, DIY UV nail lamp 1-3.
Wavelength Match
Exact: resin 405 nm + station 405 nm. Near: 385↔405. Mismatch: 365↔405 (poor).
Most stations rotate. Without rotation, flip the part halfway.
Result
version1.0.0
curl -X POST https://toolsamurai.com/api/v1/resin-printing/uv-post-cure-calculator \ -H "Authorization: Bearer sk_live_•••••••••••••••" \ -H "Content-Type: application/json" \ -d '{ "resin_type": "standard", "part_max_thickness_mm": 5, "uv_power_density_mw_cm2": 7, "wavelength_match": "exact", "is_rotating": true }'