mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Show repair stats in object info dialog
This commit is contained in:
parent
00683195c8
commit
6affa23297
5 changed files with 28 additions and 6 deletions
|
@ -13,7 +13,7 @@ sub read_file {
|
|||
my ($vertices, $facets) = @{$tmesh->ToPerl};
|
||||
|
||||
my $model = Slic3r::Model->new;
|
||||
my $object = $model->add_object(vertices => $vertices);
|
||||
my $object = $model->add_object(vertices => $vertices, mesh_stats => $tmesh->stats);
|
||||
my $volume = $object->add_volume(facets => $facets);
|
||||
return $model;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue