atomic14 / kicad-coil-plugins

Some simple plugins for generating stator coils in kicad
91 stars 17 forks source link

KiCad 7 support #5

Open leventelist opened 1 year ago

leventelist commented 1 year ago

I tried to load the json file into KiCad 7, but the script failed. Are there any plans to provide KiCad 7 support? It would be also nice to be able to generate a single coil. I'd like to have a board with 4 coils on it.

bill-wsi commented 1 year ago

For KiCad 7.0 the coil_plugin.py needs to be modified: wxPointMM replaced with VECTOR2I_MM.