Anyone aware of an “STL object slitter”? Something that can take an STL file that contains multiple objects and break them out into separate files based on the faces that define each object? syvwlch posted a OpenSCAD worm drive script, I can’t get it to work despite adding the library file it needed. I’m left with sizing his STL example down to my needs. I’ll print as fine as I can go but suspect separating the pieces will be very tricky.
Probably won’t help in this case unless you’re really patient, but I’ve had some luck importing stl files into openscad, differencing with cubes and stuff to remove the stuff I didn’t want, and then re-exporting. Yes, I know it’s stupid and wrong and inelegant, but sometimes it works.
Cura will let you split loaded compound objects from the right-click menu. (Right-click the object.) I’ve only used it on obviously separate objects (like a box and lid side-by-side, or the Maker Nut and Bolt), but if Cura sees this as a compound object it will split it into the components.
Meshmixer (free). You have to open the object browser window within it. Then you will want to use the separate shells (or something like that) tool. You can then select which shells to keep or show and which ones to delete or hide. Save the appropriate shells out as new STLs.