jsreynaud / kicad-action-scripts

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

Via stitching randomization may generate DRC violations #60

Open CGrassin opened 1 year ago

CGrassin commented 1 year ago

As mentioned in PR #59, the via randomization is applied after clearance checks. As a result, it can generate all sorts of DRC violations (pads, board edges, tracks...).

It should be done before, but that also involves changing the way clearance is checked.