mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Thin walls. #24
This commit is contained in:
parent
62ee79f0c9
commit
1c7564e4a4
12 changed files with 203 additions and 12 deletions
|
@ -20,6 +20,11 @@ sub new {
|
|||
return $self;
|
||||
}
|
||||
|
||||
sub clone {
|
||||
my $self = shift;
|
||||
return (ref $self)->new(@$self);
|
||||
}
|
||||
|
||||
sub cast {
|
||||
my $class = shift;
|
||||
if (ref $_[0] eq 'Slic3r::Point') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue