-
Notifications
You must be signed in to change notification settings - Fork 8
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
Not working with recent nightly 6.99 #6
Comments
Hi,I didn't get the meaning. |
I am using the nightly version of Kicad: |
Thanks,I will contact with KiCAD team about this. |
The line popt.SetExcludeEdgeLayer(True) Should be if hasattr(popt, "SetExcludeEdgeLayer"):
popt.SetExcludeEdgeLayer(True) |
Thansk for the help,last time we didn't find the way out |
it doesn't work wth the 7.0rc1 still. Please make sure it does, because many of us are using it and trying to push designs using this plugin. |
Yes I agree. It is very unhandy to have this not working. Please fix it soon. |
KEEP IN MIND THAT I'M NOT A PROGRAMMER.... Hello, i have managed to make it working again by changing and adding some lines in the thread.py file, according to the changes made to another similiar plugin (AISLER): modify (as suggest by sethhillbrand) from:
modify from: ----add: modify from: |
Now we have solved the problem and updated the plugin that suitable for version7 |
still not available in Kicad itself tho. |
Version 0.1.3 works for me in KiCad 7. Downloaded the plugin and installed manually. I assume version 0.1.3 will be added to the official KiCad plugin repository eventually. |
We will add to the official KiCad plugin repository in gitlab soon |
Using it with recent nightly release, it stop working.
I think because kicad programmer changed the option "SetExcludeEdgeLayer()
The text was updated successfully, but these errors were encountered: