A via fence generator plugin for pcbnew

Yes my approach is really basic. It was just a frame work to implement a better algo…

Take a look at my example for via stitching:

I split it in 3 files:

  • FillArea.py: the algo class…
  • FillAreaDialog.py: it’s the interface (dialog based). Generated from FillAreaTpl.fbp (by using wxformbuilder)
  • FillAreaAction.py: Use Dialog and the algo class. It’s the entry point of the KiCad plugin…