Using KiCAD 5.0.1 on Windows 10. I have a step file with the 3D shape I want.
I also have an SMD footprint that I created. In the footprint editor, I went to Footprint Properties, the 3D Settings tab, removed all 3D shapes, and added the step file. In the add dialog, the shape looks okay. But after I added it, the preview still shows the original default SMD footprint.
Still in the footprint editor, when I View > 3D Viewer, it just shows the default SMD footprint, and not my shape.
How do I get KiCAD to use my shape instead of the default?
It looks for me that everything works well.
Footprint and 3D shapes are two separate sources of information about part. Changing 3D donât change footprint and changing footprint donât change 3D view.
It is your responsibility to define footprint and 3D compatible to each other.
It seems like youâre saying that the footprint for a part and the 3D shape for a part are completely independent. If so, then why is there a 3D shape tab in the properties for a footprint?
If they where completelly independent I would not say:
Iâm used to use PCB software where there are no 3D shapes. And even I have no 3D shapes there I use the name âfootprintâ for my definition of everything what have to be done with PCB (by PCB manufacturer) to make a place for element.
Now, looking around in KiCad, I see that except my âfootprintâ when I will be using KiCad I will also have 3D shape of element. I understand 3D as something additional to the footprint but not the footprint itself.
But if you understand 3D as part of footprint or (like me) as something additional to it the only logical place to put 3D specification is the footprint parameter setting dialog box so the place that settings where inserted in software canât decide if 3D is part of footprint or only something directly connected with it.
In your first post you said :
I understood it that 3D looks OK but footprint not.
English is not my natural language and may be I missunderstood you.
The text for the .wrl file does not match up with the other KiCad official library files.
Somehow, opening one of the official KiCad files first, then allows this file to be viewed in the âSelect 3D Modelâ window; without it actually making it visible in the FootPrint viewer. This 3D model also fails to incorporate into the PcbNew 3D board viewer.
This issue is above my pay grade to offer a solution.
At this time I did not think to see if the model showed up in the
I can confirm @Sprig findings - it opens in the âselect modelâ window but not in the 3d footprint viewer. Attempting to open this file in Blender leads to an error.
It looks like there is something rather odd about this model - as @Rene_Poschl is suggesting. Where did it come from?
Is it, perhaps a VRML 1.0 model? I think that only VRML 2.0 models are recognised in KiCad.
Thanks, that was the problem! Sorry, Iâm not new to KiCAD but new to the 3D model aspect of it. I used the stepup tool in FreeCAD and it worked very well!