mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 15:40:37 +08:00
Bugfix: 'repair' meshes when initializing the AdaptiveSlicing object for multi-mesh objects
This commit is contained in:
parent
5beb10c4e3
commit
3c3762b652
@ -16,7 +16,8 @@ has 'current_facet' => (is => 'rw');
|
||||
sub BUILD {
|
||||
my $self = shift;
|
||||
|
||||
my $facet_id = 0;
|
||||
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