jsreynaud / kicad-action-scripts

Some KiCad plugins in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuildFilledSolidAreasPolygons does not exist anymore

m3x1m0m opened this issue · comments

Hi :) Cool scripts, you have here! Chapeau!

The via stitching plugin did not work out of the box for me. I compiled Kicad maybe three weeks ago from the master branch. I realized, that the function for refilling the copper areas does not exist any more. Do you know of any replacement? Perhaps that one BuildSmoothedPoly.

area.BuildFilledSolidAreasPolygons(self.pcb)

Also there are some minor things I changed to get it running. Just a hotfix.

https://github.com/m3x1m0m/kicad-action-scripts

Hey your branch doesn't work with kicad 5, any ideas on how to fix. I'm about to dig into this.

Yes I have to review this on KiCad 5.1... I'll work on it on next weeks.