Is there a way to break STL in individual parts' files? May 11, 2016 04:27AM |
Registered: 9 years ago Posts: 1,035 |
Re: Is there a way to break STL in individual parts' files? May 11, 2016 07:25AM |
Registered: 10 years ago Posts: 2,472 |
Re: Is there a way to break STL in individual parts' files? May 11, 2016 07:29AM |
Registered: 9 years ago Posts: 1,035 |
Re: Is there a way to break STL in individual parts' files? May 11, 2016 09:33AM |
Registered: 15 years ago Posts: 3,742 |
Quote
realthor
...am exporting from CAD a bunch of parts in a single STL...
Re: Is there a way to break STL in individual parts' files? May 11, 2016 10:13AM |
Registered: 9 years ago Posts: 1,035 |
Re: Is there a way to break STL in individual parts' files? May 11, 2016 12:24PM |
Registered: 10 years ago Posts: 2,472 |
Re: Is there a way to break STL in individual parts' files? May 11, 2016 01:11PM |
Registered: 9 years ago Posts: 1,035 |
Quote
dmould
If they are nested, how can the slicer know which parts you want to be separated?
So long as the position of the parts does not change by much when you modify a part, you would only need to write a suitable OpenScad script once.
Dave
Re: Is there a way to break STL in individual parts' files? May 11, 2016 01:53PM |
Registered: 10 years ago Posts: 893 |
Re: Is there a way to break STL in individual parts' files? May 11, 2016 02:08PM |
Registered: 9 years ago Posts: 1,035 |
Re: Is there a way to break STL in individual parts' files? May 12, 2016 08:36AM |
Registered: 10 years ago Posts: 2,472 |
Quote
realthor
It would be the same as saving each to STL from CAD. I need an automated method of doing it. DesignSpark Mechanical can do it but it looks down any nested CAD components and exports each single bit into its own STL, whereas I only need the top parents to be exported as STL. In this regard a script that reads an STL, and saves as STL each object at least 1mm apart from another mesh and saves those parts with incremental names would be awesome.
Re: Is there a way to break STL in individual parts' files? May 12, 2016 09:27AM |
Registered: 9 years ago Posts: 1,035 |
Re: Is there a way to break STL in individual parts' files? May 12, 2016 02:45PM |
Registered: 9 years ago Posts: 1,035 |
Re: Is there a way to break STL in individual parts' files? May 13, 2016 05:26AM |
Registered: 9 years ago Posts: 1,035 |
Re: Is there a way to break STL in individual parts' files? May 14, 2016 02:18PM |
Registered: 9 years ago Posts: 1,035 |
Quote
github > alexrj
Actually, @bubnikv and @realthor, you can do that thing using the command line interface of Slic3r itself using the --split argument:
./slic3r --split file.stl
I realize that the --split argument is not documented in [manual.slic3r.org] so I'll reopen this one as a reminder. Having a command for saving all parts as individual parts, as the original request says, actually makes sense.
Re: Is there a way to break STL in individual parts' files? May 15, 2016 06:36AM |
Registered: 8 years ago Posts: 3 |
Re: Is there a way to break STL in individual parts' files? May 15, 2016 07:01AM |
Registered: 9 years ago Posts: 1,035 |
Quote
danilius
Cura has a function to do that, right-click on an object and select "Split object into parts". Or use Blender, go into edit mode and press "a" to select everything (usually it is selected already) and then press "p" and select "by loose parts".