-
Notifications
You must be signed in to change notification settings - Fork 15
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
compatibility with KiCad 6.0.0 #3
Comments
It doesn't currently support KiCad 6 because that's a moving target and not released yet. I will update it as soon as v6 is out. |
The KiCad6 Python API is pretty much locked down now so very likely little will change that would affect your script. |
i'll try to get to updating and testing it on the weekend then. |
I made the following change to init.py to resolve an issue with the script in pcbnew. It appears to have resolved the issue and the script executes without error and generates the cpl files.
I made a similar change to bom2jlc.py and encountered an error that I have not resolved:
Here is the error:
I am not sure what the problem is. I do not appear to have issues with pcbnew and the other plugins that I use (KiBOM, InteractiveHtmlBom, KiCad Action Plugins, KiCad StepUp, fcad) but I have not undertaken extensive testing. There were some packaging issues with python and macOS a few weeks ago that prevented scripting from working on macOS builds but that issue was resolved recently. For your reference, I am running the Oct 21 5.99 nightly on macOS Big Sur.
I am finding 5.99 very stable, not perfect, but quite usable. The improvements are marvellous. BTW, thank you for the plugin. This take a lot of the tedium and errors out of prepping files for JLCPCB. |
The change @sslupsky made had it working on Kicad 6 for me. |
I think its broken again in Kicad 7, I'm getting this same error again |
Over Kicad 7: I applied the change proposed by @sslupsky, then I got this error
this error was because it had never generated the plot of the layers with the PCB Editor module, after that works correctly!! |
tried these changes on kicad 7 and they work properly 👍🏾 |
In version 6.0.0 if you try using the plugin following error is occuring:
The text was updated successfully, but these errors were encountered: