mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Fixed .prusa i/o and split to objects
This commit is contained in:
@@ -282,9 +282,7 @@ static void extract_model_from_archive(
|
||||
group_to_model_object[group_id] = model_object;
|
||||
} else {
|
||||
// This is not the 1st mesh of a group. Add it to the ModelObject.
|
||||
//#################################################################################################################################################################################
|
||||
volume = model_object->add_volume(std::move(mesh));
|
||||
//#################################################################################################################################################################################
|
||||
volume->name = name;
|
||||
}
|
||||
// Set the extruder to the volume.
|
||||
|
||||
Reference in New Issue
Block a user