Replies: 3 comments 18 replies
-
Hi @gcormier ! Do you have LCSC codes in your components? KiBot can also download 3D models from EasyEDA, courtesy of LCSC |
Beta Was this translation helpful? Give feedback.
-
Nope. KiBot will try to download a model only if you specify it and the file can't be found. If you have zero models you won't get a missing file.
Review this or post an example that shows a case where ONE model forces TWO models.
If you include all the listed models in your project nothing will be downloaded. |
Beta Was this translation helpful? Give feedback.
-
Ok I see what is happening now. For a given component, if any model fails to resolve, kibot will not look at the condition/status of other models, it will perform an LCSC download. By removing the default (missing) KiCad reference, KiBit now no longer attempts the LCSC download. My preference remains. If KiCad ever adds a 3D model down the road, with the current workflow, I will not be aware since I've deleted the reference. If they some day add a model, then I will likely notice this if I'm still making revisions as all of a sudden my 3D preview will (likely) look a bit off since the model is unlikely to be identical to the manufacturer model. |
Beta Was this translation helpful? Give feedback.
-
KiCad does not have a 3D model for the ESP32-S2. The 3D preview in KiCad
Yet when I push it to GitHub and my GH action runs, it manages to render it with the model! (A missing polyfuse model as well)

I mean, super happy about that.. but.. where is KiBot getting the model from? My pipeline even has this in the log
Beta Was this translation helpful? Give feedback.
All reactions