When importing in SolidWords different STEP files with some items with the same name, it replaces the older ones with the latest one.
Example:
- import in SolidWorks the first STEP file. It has an item name “SOLID” and it’s rendered correctly:
- import another STEP file (a different Kicad project) that contains another item (a different 3D model) but with the same name “SOLID”. As you can see SolidWorks has replaced the connector with an IC because this is the 3D model called “SOLID” in the last file loaded.
I tried in FreeCAD and I don’t see any issue.
I’m not sure if this is related to Kicad or to SolidWorks.
Is there a quick fix for this?
Opening all the 3D models and assign a unique name to each items seems an overkill to me…