-
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
Unable to open KiCad footprints and libraries #9
Comments
Here's the result if I change FP_LIB_PATH to 'usr/share/kicad/footprints' in kicad.py
|
Bug fixed by adding this layer to the list in kicad.py: KI_LAYER_DICT = { Credits to ChatGPT. It also seems like I have to use Kicad 5 footprints, though it could have just been an isolated bug with a special component (in this case, a capacitor) that was causing issues. |
@khanumballz glad you found a fix! I would not be surprised if pcbflow has issues with newer versions of KiCAD libraries since the data format and mapping of layers can change. I am surprised ChatGPT was able to offer assistance--I guess pcbflow is somehow part of its massive training dataset! |
I cannot complete any of the examples, except for the ones that do not include any parts:
Not sure how to set the footprint directory. I've tried modifying kicad.py itself, with a little bit of luck, though it only leads to more errors.
Code:
The text was updated successfully, but these errors were encountered: