How to Set Clearance Between Copper Pours in KiCad 8?

How can I set the clearance between copper pours in KiCad 8?

I want a 0.1 mm clearance, but currently I’m getting 0.07 mm.
How do I change this to 0.1 mm?

If you use the Clearance Resolution tool you might find what is constraining the clearance and be able to fix it easily . . .

Select the two Pours and then . . .

image

I don’t know if copper fills at the same layer can have different colors (may be now they can).
If your fills are at different layers than clearance have nothing to them.

3 Likes


image

Different clearance values are shown during the check, but the resolved minimum clearance is displayed as 0.06 mm

this is on the same layer. I assigned different colors to the copper fills just to visually distinguish between different planes

For me it looks that you get 0.08mm.

It looks that netclass ‘P’ clearance of 0.12 was applied so why you get 0.08 when zones are filled.
And why you say you want 0.1 while you have specified 0.12 for ‘P’?
Or may be I just don’t understand here anything as I have never used even a one User Defined Rule.

1 Like

Why not set that in the copper fill properties? You can easily set it in the properties of the copper fills. The maximum value you set for the clearence will be resolved as the final value. For example, if two nearby copper fills have 0.1 mm and 0.15 mm clearences respectively, the 0.15 mm will be the resolved clearence.

1 Like

Perhaps there is another area where those two zones are a little closer and hence the 0.06mm in the Clearance Report

I’m not sure we have enough info here to figure this out, hopefully the OP has the tools to get to the bottom of this . . . or its a bug.

Thanks for pointing that out.

Yes, I’ve set the netclass ‘P’ clearance to 0.12 mm, but I’m actually trying to achieve more than 0.1 mm clearance between the copper pours. The issue is that no matter what value I set, the clearance between zones ends up being either 0.06 mm or 0.07 mm—never what I specified.

In some parts of the board, it shows 0.06 mm, in others 0.07 mm/.08mm, which makes it really confusing. So even though the netclass appears correctly configured, the actual clearance when zones are filled doesn’t match the setting. That’s the core issue I’m trying to understand and resolve.

Also, when I run the DRC, no clearance violation is reported, even though the spacing is clearly below the value I set. That’s what makes this even more difficult to debug

The issue isn’t limited to just those two zones — I’m specifically facing this problem across all copper pours. No matter which zones I look at, the clearance ends up being around 0.06 mm or 0.07 mm, even though I’ve set a higher value in the netclass

That’s nice of you to mention, but the rule that is used to define that 60um clearance is not shown in your screenshots.

You seem to be using a lot of custom rules, and even different rules with the same name. IMHO custom rules are great to do special things, but they can also become confusing. I tend to use the regular methods as much as possible and use custom rules only when there is no other option.

You’re absolutely right — the rule defining the 60 µm clearance isn’t shown in the screenshots, and I really appreciate you pointing that out. That’s exactly the issue I’m trying to understand.

I’ve set the netclass ‘P’ clearance to 0.12 mm because I want to maintain at least 0.1 mm clearance between copper pours. But no matter what I do, the clearance ends up being 0.06 mm, 0.07 mm, or sometimes 0.08 mm in different parts of the board — never the value I set.

This problem isn’t limited to just one or two zones — it’s happening across all copper pours, whether it’s power or ground. The netclasses seem correctly configured, but the actual clearance after filling doesn’t reflect those settings.

What’s even more confusing is that the DRC doesn’t report any violations, even though the spacing is clearly below the specified value.

I’m still trying to figure out what might be overriding the clearance settings — maybe it’s a hidden or unintended rule I missed. Any help or suggestions would be really appreciated. I truly need to get this resolved.

Thanks for the suggestion!

Yes, I’ve already tried setting the clearance directly in the copper zone properties as well as in the netclass settings (I set netclass ‘P’ to 0.12 mm because I want to maintain at least 0.1 mm clearance between copper pours). But no matter what I do, the actual clearance still ends up being 0.06 mm, 0.07 mm, or sometimes 0.08 mm in various parts of the board — never the value I intended.

This issue is not isolated — it’s happening across all copper pours, including both power and ground. The netclasses look correctly configured, and the zone settings also seem fine, yet after filling, the result doesn’t match what I’ve set.

What’s even more puzzling is that DRC doesn’t flag any clearance violations, even when the spacing is clearly under the specified limits.

No, that is not true. You’re running in circles because you are looking for the wrong dragon. KiCad does not suck the clearance of 60um out of it’s thumb (KiCad does not even have a thumb). As a logical deduction: Somewhere in your project, a clearance of 60um is defined, and apparently this overrules the settings you attempt to apply to the zones.

In the screenshot from your clearance report, there is a scrollbar on the right:
image

And it’s a short bar, so it looks like there are 6 to 8 more pages of text of rules that KiCad went though. One or more probably define that 60 clearance rule that overrules the others.

1 Like

In the post where you wrote that, you had two screenshots. One was zones in VDD and 3V3. That shows that the constraint for netclass P is applied, 0.12 mm. But we can’t know if you have measured any clearances for those nets.

Then you show a test which resolves to 0.06 mm. The cause is of course that “condition not satisfied” for every rule.

You should probably show the whole custom rule set, it’s easy to get some rule wrong. Then you have to choose two items which we all can recognize and talk only about them; otherwise we will be confused by screenshots which aren’t related to each other.

The easiest way may be to share the whole project, if possible.

1 Like

thanks for the detailed explanation. To help resolve this, I can share the full project. What’s the best way to do that here? Should I compress it as a .zip and attach it, or is there another preferred method?

KiCad already gives you the facility to compress the entire project to a ZIP file, upload the ZIP file here . . .

image

Several people have now wrote multiple times that the problem very likely is with the setup of your custom rules, and apparently you have not yet done anything with that advise.

So go to: PCB Editor / File / Board Setup / Design Rules / Custom Rules and then:

  1. Select all the text.
  2. Copy it to the clipboard.
  3. Paste it in a text editor and save it, so you can restore it easily later.
  4. Delete all the custom rules.
  5. Press OK to close the dialog.
  6. Press b to redo the zone boundary calculation and filling.
  7. Run DRC.

If the clearances are now as you would have expected, then you can be quite certain that it’s because of those rules you deleted. As a bit more fine grained approach, you can start by deleting / modifying only rules that specify a 60um clearance.

I’m unable to share the file as it exceeds the 4MB size limit
image

Screenshot 2025-07-16 201648


Screenshot 2025-07-16 203014
Screenshot 2025-07-16 203024