-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
need a one more bracket. adding a parenthesis removes the error and the file is converted #111
Comments
I pushed an addition to prevent too long lines (line #17868 might be too long for KiCad) , please try it whether that solves the problem. |
Seen a very similar issue. This is what it looked like originally:
There are three closing brackets missing. This should end in
I saw a good chunk of "Use of uninitialized value in division" and "Use of uninitialized value in unpack" during conversion. The missing brackets might just be a symptom, and the root cause is something entirely different. Let me know what I can do to help hunt down root cause. |
I just tried the new Altium Importer that has been integrated into Kicad itself (one in PcbNew and on in EESchema, to be found in "File -> Import -> Non-KiCad Files", and the results are much better than altium2kicad, so I would suggest to you use the KiCad integrated importer yourself instead of altium2kicad. If it works for you, please close this issue. If it doesn't work for you, please let me know. |
The text was updated successfully, but these errors were encountered: