Python script to take in a single STL model which includes multiple parts and split it into individual STL files.
To use:
- Run the ‘stl_splitter_gui’ application within the ‘standalone_exe’ folder
- Select the folder which has the stl you want to split
- *if you select a folder with multiple STLs, it will try to split all stl's within the folder, so you may want to move file to folder by itself…
- Select the output folder where you want the individual files to be saved
- If there are issues with the script either detecting too many or not enough objects within the original stl file, try playing with the "Minimum Faces per Part" and “Minimum Volume per Part” parameters to help better distinguish the files you want split.