-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Trying to use this plugin, but not able to get it work.
When pressing 'Ok' button with Randomize ticked, I get the following traceback:
Traceback (most recent call last): File "C:\Users/tomjo/Documents/KiCad/7.0/scripting\plugins\viastitching-master\viastitching_dialog.py", line 456, in onProcessAction self.FillupArea() File "C:\Users/*my_name*/Documents/KiCad/7.0/scripting\plugins\viastitching-master\viastitching_dialog.py", line 363, in FillupArea p = pcbnew.VECTOR2I(xp, yp) File "C:\Program Files\KiCad\7.0\bin\Lib\site-packages\pcbnew.py", line 5003, in __init__ _pcbnew.VECTOR2I_swiginit(self, _pcbnew.new_VECTOR2I(*args)) TypeError: in method 'new_VECTOR2I', argument 1 of type 'int' Additional information: Wrong number or type of arguments for overloaded function 'new_VECTOR2I'. Possible C/C++ prototypes are: VECTOR2< int >::VECTOR2() VECTOR2< int >::VECTOR2(wxPoint const &) VECTOR2< int >::VECTOR2(wxSize const &) VECTOR2< int >::VECTOR2(int,int) VECTOR2< int >::VECTOR2(VECTOR2< int > const &)
When pressing 'Ok' button without Randomize ticked, I get "No vias implanted" and nothing happens beside the plugin dialogue box closing as if its done its job (Pic below). Looks like this, with the test copper pour area shown underneath. Tried varying via size and clearance to no avail. Sometimes I click the Ok button and nothing happens either...
Any hints would be great. Cheers