mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Revert "Remove thumbnail simplification because it caused loss of very thin parts. #1327"
This reverts commit 1210b89893
.
Conflicts:
lib/Slic3r/GUI/Plater.pm
This commit is contained in:
parent
0ce7ebc4b8
commit
4438aec12c
2 changed files with 20 additions and 9 deletions
|
@ -325,6 +325,11 @@ use Slic3r::Geometry qw(X1 Y1);
|
|||
|
||||
has 'expolygons' => (is => 'ro', default => sub { [] });
|
||||
|
||||
sub append {
|
||||
my $self = shift;
|
||||
push @{$self->expolygons}, @_;
|
||||
}
|
||||
|
||||
sub clone {
|
||||
my $self = shift;
|
||||
return (ref $self)->new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue