mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Update AMF export code
This commit is contained in:
@@ -355,8 +355,7 @@ sub combine_stls {
|
||||
$new_model->set_material($m, { Name => basename($input_files[$m]) });
|
||||
$new_object->add_volume(
|
||||
material_id => $m,
|
||||
facets => $model->objects->[0]->volumes->[0]->facets,
|
||||
vertices => $model->objects->[0]->vertices,
|
||||
mesh => $model->objects->[0]->volumes->[0]->mesh,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user