mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Removed duplicated method added to Slic3r::Line in caf20664cd. #1945
This commit is contained in:
@@ -18,9 +18,4 @@ sub grow {
|
|||||||
return Slic3r::Polyline->new(@$self)->grow(@_);
|
return Slic3r::Polyline->new(@$self)->grow(@_);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub as_polyline {
|
|
||||||
my ($self) = @_;
|
|
||||||
return Slic3r::Polyline->new(@$self);
|
|
||||||
}
|
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|||||||
Reference in New Issue
Block a user