yaqwsx / KiKit

Automation tools for KiCAD
https://yaqwsx.github.io/KiKit
MIT License
1.51k stars 200 forks source link

V-Cut lines overshoot length, Text layer vs Kicad DRC and 3D view #711

Open gwideman opened 1 month ago

gwideman commented 1 month ago

Prerequisites

Description

I see that there has been some previous issues and code revs related to this issue, but I did not see a report of some Kicad behavior this interacts with, in light of which I think one additional feature might be needed.

Short version:

Rationale

Related issues I found

yaqwsx commented 1 month ago

If you decide (or your manufacturer forces you) to place V-cuts on Edge.Cuts, you won't have any luck with KiCAD's 3D browser. V-cuts, even if precisely placed on the board edge, will interfere with the closed polygons formed by other lines in the layer that are expected by both KiKit and the 3D viewer.

Separating layers for V-CUT text and line can be done easily (and we will add this); however, as I stated above, I am afraid it won't solve your issue.

I think the proper solution is one of three:

gwideman commented 1 month ago

Thanks for your thoughtful and convincing answer.