Skip to content

design.copper-balance

What It Checks

Checks filled copper area per layer against board area to identify low copper coverage.

When It Fires

Fires when a copper layer is below the configured minimum coverage percentage.

Configuration Example

version: 1
rules:
  design.copper-balance:
    enabled: true
    severity: low

JSON Finding Details Shape

{ layer, coveragePercent, minimum }

Report Context

Use this finding to decide whether the design package is ready for review, fabrication, or release. BoardReadyOps reports the condition and leaves design edits to the owning workflow.