Replies: 2 comments 4 replies
-
The intended way is to not touching the panel (and thus not refilling zones) after it is created. You should input boards with already filled zones. KiKit v1.1 will have a switch to refill all zones. At the moment, there is no function of the UI to compensate for the width of the V-Cut (but it can be done via scripting). |
Beta Was this translation helpful? Give feedback.
-
So basically, I can export the Gerber files only "manually" at the moment, because "kikit fab ..." will automatically run a DRC that gives me an error (in this case)?
It seems areas with zero distance in between are considered as intersecting by the KiCAD/DRC (which I don't get, really) even if not refilled. I guess to best ignore DRC results on the panelized board completely and just export it using the regular way? |
Beta Was this translation helpful? Give feedback.
-
Usually, when I use filled copper areas, I make them a little bit larger than the edge cut line around the board, since the the copper will stay away from the the PCB border anyway, if the clearance attribute is set for the area (which is usually is).
If I want to use KiKit for panelization, it seems, I have to change that, since I get a copper overlap error when exporting the Gerber files. First, I've started putting them on the same line, but that doesn't really seem to solve the issue.
I guess the reason is, that the actual board outline is now made of -- in my case -- v-cuts that are not recognized by the program and therefore the clearance has no effect. As soon as the areas are refilled they become a lot bigger.
The upper image is basically exactly what I want, but in only stays that way, if I don't refill the copper areas.
Now I wonder what the best approach is to deal with that?
First idea would be to maybe DON'T refill the areas after panel creation or somehow "freeze/lock" it? But this feels wrong and unreliable.
Another idea is to reduce the size of the area inside the source PCB to the distance I want? This would be the next thing I would be trying to do.
But I wonder if there is already a function in KiKit that deals with this kind of issue?
Also, is there any way for accounting for the V-cut width itself without making two V-cuts with additional material in between or changing the source PCB?
Beta Was this translation helpful? Give feedback.
All reactions