mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Make Repair() idempotent and lowercase
This commit is contained in:
@@ -9,7 +9,7 @@ sub read_file {
|
||||
|
||||
my $tmesh = Slic3r::TriangleMesh::XS->new;
|
||||
$tmesh->ReadSTLFile(Slic3r::encode_path($file));
|
||||
$tmesh->Repair;
|
||||
$tmesh->repair;
|
||||
my ($vertices, $facets) = ($tmesh->vertices, $tmesh->facets);
|
||||
|
||||
my $model = Slic3r::Model->new;
|
||||
|
||||
Reference in New Issue
Block a user