mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
More integration of Slic3r::Point::XS
This commit is contained in:
parent
159a009f96
commit
c9749ca3b3
9 changed files with 80 additions and 17 deletions
|
@ -21,7 +21,7 @@ sub new {
|
|||
}
|
||||
|
||||
sub clone {
|
||||
Storable::dclone($_[0])
|
||||
return Slic3r::Point::XS->new(@{$_[0]});
|
||||
}
|
||||
|
||||
sub threadsafe_clone {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue