Closed Bouni closed 1 year ago
When I run the plugin in KiCAD 6.99 I get this error:
this because wxPoint is used and KiCAD 6.99 expects the usage of VECTOR2I instead.
wxPoint
VECTOR2I
I'll submit a PR that fixes the issue and still allows to work with old and new KiCAD versions.
When I run the plugin in KiCAD 6.99 I get this error:
this because
wxPoint
is used and KiCAD 6.99 expects the usage ofVECTOR2I
instead.I'll submit a PR that fixes the issue and still allows to work with old and new KiCAD versions.