jsreynaud / kicad-action-scripts

Some KiCad plugins in Python
GNU General Public License v3.0
250 stars 50 forks source link

Via stitching plugin drops vias in the middle of pads. #43

Closed obra closed 2 years ago

obra commented 3 years ago

image stitching-issue.kicad_pcb.gz

Testing with rev 8787908e and KiCad Version: (5.99.0-11678-ga208dac8d8), I'm reliably running into the via stitching tool stitching my ground plane right into the middle of pads that are very much not supposed to be connected to ground.

I've attached both a screenshot showing the issue and a minimalish test board that one can use to reproduce the issue. To get this exact layout to generate the output seen in the screenshot, I'm leaving all the settings at their defaults except setting the Via grid to 1cm, but I've also seen it happen with the default settings.

I'm happy to answer questions about this bug report or to test out a proposed fix.

Thanks!