Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No vias implanted" or Error #23

Open
T-Wilko opened this issue May 23, 2023 · 9 comments
Open

"No vias implanted" or Error #23

T-Wilko opened this issue May 23, 2023 · 9 comments

Comments

@T-Wilko
Copy link

T-Wilko commented May 23, 2023

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...

image

Any hints would be great. Cheers

@weirdgyn
Copy link
Owner

weirdgyn commented May 23, 2023 via email

@Codesplash8
Copy link

I get the same errors, "No vias implanted" on kicad 7 and just nothing happening on kicad 6.
Is there an earlier stable commit I could use instead?

@weirdgyn
Copy link
Owner

weirdgyn commented May 24, 2023 via email

@weirdgyn
Copy link
Owner

weirdgyn commented May 24, 2023 via email

@Codesplash8
Copy link

That did the trick! Used kicad 6.0 with c4097f as suggested :D

@weirdgyn
Copy link
Owner

weirdgyn commented May 24, 2023 via email

@weirdgyn
Copy link
Owner

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...

image Any hints would be great. Cheers

can you please attach the pcb file that triggered the error (or a portion of such pcb)....

@Robin-OhPL
Copy link

I am encountering the exact same problem with the master version. But c4097f gives me pop from empty container error
image


@Gigahawk
Copy link

Is there a working commit hash for kicad 7?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants