mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 01:46:08 +08:00
Bugfix: 'repair' meshes when initializing the AdaptiveSlicing object for multi-mesh objects
This commit is contained in:
parent
5beb10c4e3
commit
3c3762b652
@ -17,6 +17,7 @@ sub BUILD {
|
||||
my $self = shift;
|
||||
|
||||
my $facet_id = 0;
|
||||
$self->mesh->repair;
|
||||
my $facets = $self->mesh->facets;
|
||||
my $vertices = $self->mesh->vertices;
|
||||
my $normals = $self->mesh->normals;
|
||||
|
Loading…
x
Reference in New Issue
Block a user