Large memory saving and speed boost

This commit is contained in:
Alessandro Ranellucci 2012-05-01 10:53:52 +02:00
parent 61e257388a
commit a165ad4ecb
5 changed files with 68 additions and 77 deletions

View file

@ -18,7 +18,7 @@ has 'slicing_errors' => (is => 'rw');
# these need to be merged in continuos (closed) polylines
has 'lines' => (
is => 'rw',
#isa => 'ArrayRef[Slic3r::TriangleMesh::IntersectionLine]',
#isa => 'ArrayRef[ArrayRef]',
default => sub { [] },
);