mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Bugfix: not all the calls to travel_to() were updated
This commit is contained in:
parent
2f192bddca
commit
f494335f77
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ sub extrude_loop {
|
|||
$point->rotate($angle, $extrusion_path->polyline->[0]);
|
||||
|
||||
# generate the travel move
|
||||
$gcode .= $self->travel_to($point, "move inwards before travel");
|
||||
$gcode .= $self->travel_to($point, $loop->role, "move inwards before travel");
|
||||
}
|
||||
|
||||
return $gcode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue