mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Massive reduction of memory usage (down to one third).
This commit is contained in:
@@ -236,7 +236,7 @@ sub polyline_lines {
|
||||
}
|
||||
|
||||
sub polygon_lines {
|
||||
my ($polygon) = @_;
|
||||
my ($polygon) = @_;use XXX; ZZZ $polygon if !eval { @$polygon };
|
||||
return polyline_lines([ @$polygon, $polygon->[0] ]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user