I didn’t find how to generate SMD fuse from the kicad-footprint-generator/3d-model-generators/Fuse
. There is a file named cq_parameters_SMD.yaml
. Then I suppose some python script should use it.
When I’m generate all fuses
python3 generator.py -o ~/kicad/3dModels/ -l Fuse --enable-vrml TRUE
the output job doesn’t display any of the fuse listed in the file named cq_parameters_SMD.yaml.
I have followed this guidelines from the official repo and the associated README:
https://gitlab.com/kicad/libraries/kicad-footprint-generator
and was able to submit several footprints and associated 3d models.