Comment 8 for bug 1837659

Revision history for this message
Seth Hillbrand (sethh) wrote :

@Bruno- We don't yet fully support edge cuts in footprints. So when you place a footprint outside of the board outline with an edge cut, we are in an undefined region. You can follow[1] to find fixes for this.

@Wayne- This happens because the cutout is being assigned to the wrong outline. We can fix it by better detecting which outline gets the cutout rather than assuming a single outline. Or we make the largest outline the board and _everything_ else a cutout. The second option is probably easiest but it prevents a solution to [2]

[1] https://bugs.launchpad.net/kicad/+bug/1251393
[2] https://bugs.launchpad.net/kicad/+bug/1764039