jsreynaud / kicad-action-scripts

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

Vias not being generated when internal layer is of different net #40

Closed W-M-D closed 1 year ago

W-M-D commented 3 years ago

I have a stackup of GND/signal GND POWER GND/signal

The via generator will not generate vias when there is a filled zone of a different net on the internal Power layer.

jsreynaud commented 3 years ago

Yes, it's a limitation of the current engine. It need a enhancement...

mikprin commented 2 years ago

Does this error caused by having PWR zone on one of the planes?

Screenshot from 2021-12-03 16-39-41

CGrassin commented 1 year ago

I implemented a checkbox in PR #52 to generate vias when there is a filled zone of a different net on an internal layer.