mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Bugfix: when slicing the same plate multiple times, the results contained old and duplicate data
This commit is contained in:
parent
8e0e6107a3
commit
847cf3c5b8
3 changed files with 14 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue