1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

More integration of Slic3r::Point::XS

This commit is contained in:
Alessandro Ranellucci
2013-07-15 16:04:49 +02:00
parent 159a009f96
commit c9749ca3b3
9 changed files with 80 additions and 17 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sub new {
}
sub clone {
Storable::dclone($_[0])
return Slic3r::Point::XS->new(@{$_[0]});
}
sub threadsafe_clone {