Removed keep_meshes

This commit is contained in:
Alessandro Ranellucci 2013-03-16 19:39:00 +01:00
parent f4b8185698
commit 10b6bc9d15
3 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@ use Slic3r::Test;
# copy of Print::export_gcode() up to the point
# after fill surfaces are combined
$self->init_extruders;
$_->slice(keep_meshes => 1) for @{$self->objects};
$_->slice for @{$self->objects};
$_->make_perimeters for @{$self->objects};
foreach my $layer (map @{$_->layers}, @{$self->objects}) {
@$_ = map $_->simplify(&Slic3r::SCALED_RESOLUTION), @$_