mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-12 14:58:11 +08:00
Removed duplicated method added to Slic3r::Line in caf20664cd72919996798643cceb8d04b4191995. #1945
This commit is contained in:
parent
caf20664cd
commit
0c50ab5323
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user