@using PowderCoating.Application.DTOs.Wizard @model WizardOvensStepDto @{ ViewData["Title"] = "Setup Wizard — Shop Equipment"; var progress = ViewBag.Progress as WizardProgressDto ?? new WizardProgressDto(); int step = ViewBag.Step as int? ?? 4; } @section Styles { @await Html.PartialAsync("_WizardStyles") }
Register your ovens and blast setups. Ovens power the Oven Scheduler and quoting engine — at least one is required. Blast setups define each rig's throughput rate so the AI quote engine can estimate sandblasting time accurately.