-
Notifications
You must be signed in to change notification settings - Fork 45
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
3D models have all moved #143
Comments
Yep, it's pain... Most of them will have to be updated by hand I think. I'm also not convinced defaulting to resistors for all chip components is the best bet, but I don't really want to split each size into resistor vs capacitor footprints. On the other hand, maybe it would allow different silk for each and perhaps slightly different pad geometries... Also, for a lot of parts there are no models in KiCAD itself, but there are manufacturer supplied models, which might be worth including in the repo. |
On the whole I think the project needs a bit of TLC; I still use it exclusively for all my PCB designs but my impression is that the stock KiCAD libraries are much higher quality today than when I started agg-kicad, so I think other people probably have less need for it. That said, I think the scripted symbol and footprint generation is still really useful. I wonder if it's worth rejigging to make it easier to use the generator scripts or generated parts individually (perhaps part of #121 or something), or something else. |
I'm still a big fan of the library in general and have been using it myself for a recent major project. I agree that the stock libraries seem to be improving dramatically, but I do find the scripted yaml generation to be the best way to throw together new parts quickly and accurately. Also back on the models, I have some current updates that i can upstream to restore some of the models, and I had a little work on scripted model generation that was abandoned at the time due to kicad's limited model types support, but may now be worth renewing. |
Would https://github.com/qeda/qeda be a suitable scriptable yaml generator? |
Unless I'm completely mistaken, the 3D models we reference have moved locations in new(ish) versions of KiCAD... e.g.:
Housings_SOIC.3dshapes
is nowPackage_SO.3dshapes
Resistors_SMD.3dshapes
is nowResistor_SMD.3dshapes
But worse, the name of the actual files has also changed in many cases. This seems to have happened back in Feb 2018.
The text was updated successfully, but these errors were encountered: