mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Bugfix: when slicing the same plate multiple times, the results contained old and duplicate data
This commit is contained in:
@@ -152,6 +152,11 @@ sub slice {
|
||||
if !@{$self->layers};
|
||||
}
|
||||
|
||||
sub cleanup {
|
||||
my $self = shift;
|
||||
@{$self->layers} = ();
|
||||
}
|
||||
|
||||
sub detect_surfaces_type {
|
||||
my $self = shift;
|
||||
Slic3r::debugf "Detecting solid surfaces...\n";
|
||||
|
||||
Reference in New Issue
Block a user