mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Large memory saving and speed boost
This commit is contained in:
@@ -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 { [] },
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user