prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.65k stars 1.92k forks source link

Command line support for multi-part 3MF import #11474

Open pierre-holoam opened 11 months ago

pierre-holoam commented 11 months ago

Is your feature request related to a problem? Please describe. When you import a multi-part object 3MF using the GUI a dialog box asks the following.

Multi-part object detected This file contains several objects positioned at multiple heights. Instead of considering them as multiple objects, should the file be loaded as a single object having multiple parts

Screen Shot 2023-10-16 at 10 36 10 AM

When you use the command line there is no option to specify how the multi-part 3MF should be imported. And the software defaults to "considering them as multiple objects"

Describe the solution you'd like I would like a command line option when importing a 3MF to specify either "considering them as multiple objects" or "single object having multiple parts"

Describe how it would work

Describe alternatives you've considered

Additional context

quantipi commented 7 months ago

I have the same problem and looking for a solution to that. Have you found anything yet?