mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Finished porting Config and option definition to XS
This commit is contained in:
parent
9836e963a5
commit
4515d90052
8 changed files with 1301 additions and 1204 deletions
|
@ -133,6 +133,8 @@ sub parallelize {
|
|||
sub thread_cleanup {
|
||||
# prevent destruction of shared objects
|
||||
no warnings 'redefine';
|
||||
*Slic3r::Config::DESTROY = sub {};
|
||||
*Slic3r::Config::Print::DESTROY = sub {};
|
||||
*Slic3r::ExPolygon::DESTROY = sub {};
|
||||
*Slic3r::ExPolygon::Collection::DESTROY = sub {};
|
||||
*Slic3r::ExtrusionLoop::DESTROY = sub {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue