1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Update AMF export code

This commit is contained in:
Alessandro Ranellucci
2013-09-16 09:58:09 +02:00
parent 4dce461aaf
commit 1aa5dbafd3
3 changed files with 22 additions and 14 deletions
+1 -2
View File
@@ -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,
);
}