I stumbled across a problem with Fusion 360. I wanted to combine 2 parts into one, but I only had the STL files, not the step file. But you might also find this very handy if you just want to combine different STL files into one. They not even have to be connected to each other.
This is the hot-end mount from the Voron printer that is usually 2 parts. For some reason the version for the Triangle Labs Dragon Hotend was not in the CAD files the project provides and only available as STL.
Fusion 360 let you import STL files as mesh bodies, but you cannot export them together as one. That is only possible for solid bodies.
The problem was that those mesh objects have too many faces to be converted into solid bodies. There is a limit of around 20000 faces for the mesh to BRep conversion.
There is the option to reduce faces, but that also means you lose some details. So here is another way to do it.
So I started to import the 2 STL files in a new design in Fusion 360.