jsreynaud / kicad-action-scripts

Some KiCad plugins in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remaining issues with Via Stitching in KiCad 7

CGrassin opened this issue · comments

This issue is a follow-up to the merging of PR #54 .
There are some remaining issues with the Via Stitching plugin in KiCad 7: the patterns Concentric, Outline and Outline (No Holes) crash the plugin. This is the stack-trace:
image

This is because the function ZONE.RawPolysList has been removed from the KiCad 7 API: https://docs.kicad.org/doxygen-python-7.0/classpcbnew_1_1ZONE.html I am not aware of a replacement...

Perhaps iterate method could be a good alternative...

commented

Is there any foreseeable fix on this issue?

Last merge on 7.0 branch fix that.