mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Merge branch 'master' into avoid-crossing-perimeters
Conflicts: lib/Slic3r/GCode.pm lib/Slic3r/GUI/Plater.pm lib/Slic3r/Print.pm lib/Slic3r/SVG.pm
This commit is contained in:
commit
48e00a4c40
52 changed files with 2388 additions and 821 deletions
|
@ -23,20 +23,6 @@ sub clone {
|
|||
return (ref $self)->new(@$self);
|
||||
}
|
||||
|
||||
sub cast {
|
||||
my $class = shift;
|
||||
if (ref $_[0] eq 'Slic3r::Point') {
|
||||
return $_[0];
|
||||
} else {
|
||||
return $class->new(@_);
|
||||
}
|
||||
}
|
||||
|
||||
sub coordinates {
|
||||
my $self = shift;
|
||||
return @$self;
|
||||
}
|
||||
|
||||
sub coincides_with {
|
||||
my $self = shift;
|
||||
my ($point) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue