mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07: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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user