mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-26 04:10:59 -07:00
Fixes for wipe
This commit is contained in:
parent
ec5f0635f7
commit
843a700e96
2 changed files with 8 additions and 5 deletions
|
|
@ -190,7 +190,7 @@ sub clip_start {
|
|||
my $self = shift;
|
||||
my ($distance) = @_;
|
||||
|
||||
my $points = [];
|
||||
my $points = [ $self->[0] ];
|
||||
|
||||
for (my $i = 1; $distance > 0 && $i <= $#$self; $i++) {
|
||||
my $point = $self->[$i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue