mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 18:09:04 +08:00
Bugfix: not all the calls to travel_to() were updated
This commit is contained in:
parent
2f192bddca
commit
f494335f77
@ -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…
x
Reference in New Issue
Block a user