easyw / kicad-action-tools

kicad action plugin tools
GNU General Public License v2.0
97 stars 19 forks source link

[Snap to Grid] Exception in KiCAD 6.99 #15

Closed Bouni closed 1 year ago

Bouni commented 2 years ago

When I run the plugin in KiCAD 6.99 I get this error:

image

this because wxPoint is used and KiCAD 6.99 expects the usage of VECTOR2I instead.

I'll submit a PR that fixes the issue and still allows to work with old and new KiCAD versions.