mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Fix file_info.pl
This commit is contained in:
parent
258842b845
commit
d4242ad0a4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ my %opt = ();
|
|||
my $mesh = $model->mesh;
|
||||
$mesh->check_manifoldness;
|
||||
printf " number of facets: %d\n", scalar @{$mesh->facets};
|
||||
printf " size: x=%s y=%s z=%s\n", $mesh->size;
|
||||
printf " size: x=%s y=%s z=%s\n", @{$mesh->size};
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue