-
Notifications
You must be signed in to change notification settings - Fork 479
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
Support for padstacks (from kicad nightly) #471
Comments
It's a decent workaround for now but proper fix needs padstack support. But kicad's own implementation is not yet complete so I'll wait on this. |
Yeah, I have the same issue. Definitely a bummer, but I hope a fix can be found! :) |
You need to reload kicad after you change the plugin (or do plugin refresh from the pcbnew menu). If you still have an issue it should not be exact same one, show me your error message. |
I suspect your nightly is old, I fixed that on kicad side a while ago. |
Hmmm, lemmie update and see. |
Yes, you are correct. Installing the latest nightly fixed the issue. You are a god. I love your work. |
You either did not apply the modification correctly or did not reload the plugin or restart kicad. Your screenshot shows current code, not modified one. |
Seems like I didn't apply modification correctly, becayse I installed last KiCad version and reload the computer just in case. |
Yeah and to fix that last error you need to change the code like the first post shows. |
Ahaha, I'm sorry, I was inattentive. |
KiCad Version: 8.99.0-2584-g661ed81e6f, release build
Plugin: latest master (5915a24)
Fixed locally by changing:
But not sure if that's the right way to do it.
The text was updated successfully, but these errors were encountered: