Python Scripting 'Filled Zones'

Does anybody know if it is possible to script ‘fill zones’ with the python interface? Or will I have to hack at the raw file?? I want to create a circular filled zone.

Yes, it is possible to achieve similar effects by tracing a circle outlet, but this is tedious.

Cheers

This involves hacking the kicad_pcb file:

If you can convert it into a working python script for the KiCAD command line interface you’d probably get some likes :wink:

1 Like