it could be really nice if somebody could check the parameters in the âkicad_naming_params_XXXXâ
so far the SMD resistors, SMD ceramic caps, SMD radial caps and tantalum caps scripts has been updated with material properties and kicad parameters.
the gullwing script has also been updated but making the params to fit all the current kicad params is quite timeconsuming
if someone is willing to help in merging STEP models to the main libs, something that could help a lot it would be a kicad_pcb file with the family footprints insideâŚ
for example for SMD resistors here a sample file Resistor_SMD_STEP.kicad_pcb (34.3 KB) Resistor_SMD.kicad_pcb (34.3 KB)
then it would be easy to check the new model family Resistors_SMD.3dshapes.zip (263.8 KB)
In that way check all the family models can be done fasterâŚ
I think the existing library footprints should be used here. Otherwise one would not know if the correct name is used for the 3d model.
This is one of the things that could be tested this way.
I assume of course that the current library footprint has itâs 3d model set.
If not: the footprint should be updated.
This is probably a good candidate for a script, that way they can be re-built when additional components are added to the librarys. I need to take a look at those tutorials posted recently.
Rule 10.8 states that the 3d file should be named the same as the footprint.
(Just read a few pull requests by @SchrodingersGat. He always has to argue why one of his footprints violates this rule.)
I have made a pull request for an updated version of the Gullwing generator I have added parameters for roughly 50% of the kicad QFP models. still missing some work with all the other GW parameters
@SchrodingersGat
Hi Oliver
Have you had a look at the resistor models?
Iâm curious to know if the quality is good enough get merged
Uhh almost forgot the bribe!
Hey everybody
The new SMD resistor models from the script (.STEP and .WRL) has been merged into the offical library
following scripts has been updated with material properties and kicad naming parameters:
Ceramic capacitors
Radial SMD capacitors
Tantalum SMD capacitors
Housing QFP (PQFP packages wont build ATM)
Housing SOIC
if anybody feels like it they are very welcome to doublecheck the parameters or provide PCB files with all footprints from a library in them for easier testing