mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 05:54:03 -06:00
Remove sporadic duplicate useless lines. #772
This commit is contained in:
parent
3794d51cc7
commit
7d08796b0a
2 changed files with 11 additions and 2 deletions
|
@ -141,7 +141,7 @@ sub split_at_index {
|
|||
my $self = shift;
|
||||
my ($index) = @_;
|
||||
|
||||
return (ref $self)->new(
|
||||
return Slic3r::Polyline->new(
|
||||
@$self[$index .. $#$self],
|
||||
@$self[0 .. $index],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue