How to create a filled circle?

How to create a filled circle without upsetting the validator? I created a circle using Place → Circle. Then I filled it by selecting a line thickness of 0.5mm. This however upsets the validator:

Violating F5.2
  Fabrication layer requirements
  Some fabrication layer lines have a width outside allowed range of [0.1mm - 0.15mm]

How to fill a circle other than to misuse the line thickness which upsets the validator?

Version: 5.1.9+dfsg1-1, release build

It could be helpful if you write what goal do you want to achieve, not only how you wont it to look.
Means - what for is that filled circle?

I am also surprised with message you get.
I use mainly 0.05mm so out of allowed range (from your mesaage) and never got it.
So probably somewhere there (I don’t know where) you can set that range - so change there the max to 0.5mm and DRC (validator) should be happy.

What’s that “validator” anyways?

Marking pin 1.


Sorry, I should have clarified:

I’m talking about the check_kicad_mod.py script from kicad-library-utils which I use to check my footprints to avoid common mistakes and have a consistent look that matches the kicad default.

Well then you want to avoid filled circles as they would not be allowed in the official lib :wink:

If it is for denoting pin 1 then I would suggest a chamfer on the nearest corner or triangular in-cut near the pad if it is too far away from the corner. (side length of the pad 1 marker should be 25% of the body size or 1 mm whichever is smaller)

This suggestion comes from IPC.

Newer tried it in KiCad but probably you can add just pad with unchecked the copper layers and checked needed layer (don’t remember if all layers are there possible). May be it will work.
Or you can use several circles one in the other.

Thanks for the answers. I went for the chamfer.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.