jsreynaud / kicad-action-scripts

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

KiCad 7 Via Stitching Error #67

Closed alcohen closed 8 months ago

alcohen commented 1 year ago

I installed Action Scripts into my KiCad instance (7.0.1). When I run Via Stitching, I get an error "Done. 0 vias placed. You have to refill all your pcb's areas/zones !!!" However it is freshly refilled.

Board passes DRC except for few islands in the copper pour. First layer is signal with copper pour to GND, second layer is GND plane.

I've attached a screen shot showing the error and details.

Via Stitching Screen Snap
jsreynaud commented 1 year ago

If you have a full layer/zone/area without GND as net, This plugin will not fil with via. This plugin automatically avoid area/zone when it's not in GND (or selected net).

alcohen commented 9 months ago

It's been a while, but I realize that I forgot to thank you for your response. I'll try to use thus again on my next board.