I am trying to make a footprint to insert a pcb (vertical) that has connectors that is welded on the motherboard, but when it comes to emptying the edge cuts layer it is not shown in the 3D viewer.
I have done two tests in case the drawings are not properly closed (in red), but I get the same result.
Possibly I am doing something wrong, I have searched the internet, I have consulted the forum and watched videos, but I do not do it correctly. Can anyone guide me on how I can do this? So far I had only made a few SMD footprints.
All shapes in Edge.Cuts must be fully continous and closed, even one small difference between line endpoints cause a problem. I bet there’s such problem in the “plus” shape.
There’s another problem with edge rendering in the 3D viewer. KiCad doesn’t render a hole, but thinks that a closed shape is a board outline, even though it’s pretty much self-evident that if in a footprint there’s something outside that shape, the shape itself is an inner hole. But for some reason I don’t see this in your screenshots. What KiCad version you are using?
The visual representation you see when doing a FOOTPRINT is NOT an edge cut. It is a representation of what the pads and silkscreen will look like when you place them on a larger PCB. Otherwise, a pcb would be a collection of “tiles”, not continuous. Hope that makes sense.
I’ve not tried to make edge cuts in a Footprint, only on a PCB.
I suspect you have Line connection errors, as @eelik indicated.
One of the better, recent improvements to Kicad is having ability to make Edge-Cuts in the Footprint creation panel (thus, no longer needing to edit the Text file and manually change layers).
Works perfect - screenshots show:
• Edge-Cuts in the Footprint panel
• Footprint placed on a PCB. Naturally, the PCB, itself does not have Edge-Cuts drawn since I included them in the Footprint
• Footprint with deleted Edge-Cuts, then placed on PCB and added Circular Edge-Cut (drawn on PCB)
I do not think it is a problem that the polygons are not well closed, because to avoid this and that the lines were straight, I made the drawings using coordinates. I don’t know why or if I’m doing something wrong.
I have continued doing tests and eliminating the figure above and making it straight, avoiding the intersection (they really did not intersect, but I have made the simplest drawing), it comes out like this.
I eliminated the lines, I created them again making the points coincide (marker comes out) but it still did not appear in the 3D viewer, I have tried to modify the coordinates by hand and it has worked.
I guess you connected the arcs to the line endpoints now, which wasn’t the case before. Unconnected arcs are a somewhat common problem. They look connected, but rounding errors can create tiny invisible gaps.