Hi, bit of context I am a final year comp sci student and am automating 3D model creation tools for my dissertation. I am running out of time so I wanted to put a few things past you guys since you made/maintain this library.
sorry if this is the wrong place or something, genuine mistake if so, I am not used to this.
I am trying to convert a 3mf file fresh out of OpenSCAD so each of the 8 objects inside the file have a different filament bound too them from one of 8 pre defined filaments. The issue I am having is slicers (like Orca and Bambu) don't use the material value they use an "extruder" tag and then data stored in metadata for the filaments.
I am also looking for a way to convert the 8 meshes into being 8 objects in 1 part.
example here:

- blue is what I currently have generated from OpenSCAD
- yellow is what I get after tweaking value in bambu slicer (the bit I wish to automate)
- red is the metadata folder containing a project_settings.config file which has the filement/slicer settings in
- green is the Objects folder containing another .model file with the 8 objects in (that is refrenced by the 3dmodel.model file)
Is there a way to doing either of these in this library? Or is there a way to re-zip an unzipped folder so it could be parsed by the slicer or something? (no luck with that in my tests either)
Thanks
Hi, bit of context I am a final year comp sci student and am automating 3D model creation tools for my dissertation. I am running out of time so I wanted to put a few things past you guys since you made/maintain this library.
sorry if this is the wrong place or something, genuine mistake if so, I am not used to this.
I am trying to convert a 3mf file fresh out of OpenSCAD so each of the 8 objects inside the file have a different filament bound too them from one of 8 pre defined filaments. The issue I am having is slicers (like Orca and Bambu) don't use the material value they use an "extruder" tag and then data stored in metadata for the filaments.
I am also looking for a way to convert the 8 meshes into being 8 objects in 1 part.
example here:

Is there a way to doing either of these in this library? Or is there a way to re-zip an unzipped folder so it could be parsed by the slicer or something? (no luck with that in my tests either)
Thanks