mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Merge branch 'master' into avoid-crossing-perimeters
Conflicts: README.markdown lib/Slic3r/ExPolygon.pm slic3r.pl
This commit is contained in:
commit
d061534b83
8 changed files with 42 additions and 32 deletions
|
@ -32,11 +32,6 @@ sub cast {
|
|||
}
|
||||
}
|
||||
|
||||
sub id {
|
||||
my $self = shift;
|
||||
return join ',', @$self;
|
||||
}
|
||||
|
||||
sub coordinates {
|
||||
my $self = shift;
|
||||
return @$self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue