mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Store layer slices and region slices as XS data to save memory and make them shared across threads
This commit is contained in:
parent
d06ac3e31e
commit
f7967414e0
4 changed files with 9 additions and 4 deletions
|
@ -299,6 +299,9 @@ sub medial_axis {
|
|||
return @result;
|
||||
}
|
||||
|
||||
package Slic3r::ExPolygon::XS;
|
||||
use base 'Slic3r::ExPolygon';
|
||||
|
||||
package Slic3r::ExPolygon::Collection;
|
||||
use Moo;
|
||||
use Slic3r::Geometry qw(X1 Y1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue