mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Some minor fixes needed after the xsdata merge. #1421
This commit is contained in:
parent
f104659020
commit
907ba55aab
5 changed files with 16 additions and 8 deletions
|
@ -427,7 +427,7 @@ sub _plan {
|
|||
my ($self, $mp, $point, $comment) = @_;
|
||||
|
||||
my $gcode = "";
|
||||
my @travel = $mp->shortest_path($self->last_pos, $point)->lines;
|
||||
my @travel = @{$mp->shortest_path($self->last_pos, $point)->lines};
|
||||
|
||||
# if the path is not contained in a single island we need to retract
|
||||
my $need_retract = !$self->config->only_retract_when_crossing_perimeters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue