-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cannot parse 5.99 footprints #40
Comments
Hmm yeah, here is a working older .kicad_mod file versus a non working newer file. Older:
Non working:
And as we can see from the error message, the first line in the working one starts with "module" while the new one starts with "footprint". |
When trying to open a .kicad_mod footprint generated with KiCad 5.99 nightly, I get the exception
pyparsing.exceptions.ParseException: Expected 'module', found 'footprint' (at char 1), (line:1, col:2)
. Even when I rename "footprint" to "module" in the .kicad_mod file, I get different errors. It seems that there has been a change in the file format which should be supported in this library.The text was updated successfully, but these errors were encountered: