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:
Alessandro Ranellucci 2013-08-05 20:48:09 +02:00
parent 0ce7ebc4b8
commit 4438aec12c
2 changed files with 20 additions and 9 deletions

View file

@ -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(