-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Assertion error on panelize.appendBoard() #503
Comments
I believe this a consequence of solving #483. Change |
It indeed works !
That I've solved by changing Then
That I unfortunately don't know how to solve. Then I have this last error :
Which I don't know if it's something that has not yet being adapted to kicad7, or if it was already the case. I believe this bit worked with v6. Anyway, in my case I can also import my boards from a single file, as that's where they are in the first place,and then it works. It seems each new version of kicad brings its load of work ! Note : this morning a new release from kicad was available for installation through Apt, so it's now v7.0.0-1. I was sadly not able to find a log of what has been fixed in this release. |
I am sorry for the trouble; as I haven't prepared proper scripting examples and #283 isn't finished yet, I didn't care much about scripting compatibility:
|
I'm sorry to open that much issues too ! Thank you for the tip for EDA_ANGLE : I tried to pass Ok for DRC rules. I was precisely looking at the For the preset, ok. I understand that I should construct a
I will give it a try this evening. PS : I'm not in a hurry : the boards I needed it for have been sent to fab as two independent boards,and you may have more important issues to work with than this one. :) |
Prerequisites
KiKit version
kikit, version 1.2.0+52.g125c752
KiCAD version
7.0.0
Operating system
Lubuntu 22.04 LTS
Description
I have an error while running a script that worked ok with the v6 :
Here is the script that causes this error.
panelize.zip
And here are the two boards I need to merge into a panel.
pod.zip
I've added the kicad library path as specified here : #500 (comment)
I hope it will help.
Thank you.
Steps to Reproduce
Run the script on the two kicad_pcb files.
The text was updated successfully, but these errors were encountered: