Manufacturing Export
- Run
project_quality_gate().
- If the gate is not
PASS, stop and fix the reported blocking issues.
- Run
pcb_transfer_quality_gate() to confirm named schematic pad nets survived sync.
- Run DRC and ERC for detailed reports.
- Confirm the board stats and DFM summary.
- If you need low-level debug or interchange artifacts, switch to a broader profile
such as
full or minimal; direct export_*() tools do not enforce the full
project gate.
- Treat
export_manufacturing_package() as the final gated release step only after the
project gate is clean.