Skip to content

manufacturing.layer-stackup

What It Checks

Checks KiCad PCB stackup layer count against expected copper layers.

When It Fires

Fires when the stackup block contains a different copper layer count than expected.

Configuration Example

version: 1
rules:
  manufacturing.layer-stackup:
    enabled: true
    severity: medium

JSON Finding Details Shape

{ expectedLayers, stackupLayers }

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.