mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 18:29:05 +08:00
Minor optimization in G-code export
This commit is contained in:
parent
1c0437bc7b
commit
9d5f55af77
@ -220,7 +220,7 @@ sub extrude_loop {
|
|||||||
$point->rotate($angle, $first_segment->a);
|
$point->rotate($angle, $first_segment->a);
|
||||||
|
|
||||||
# generate the travel move
|
# generate the travel move
|
||||||
$gcode .= $self->travel_to($point, $paths[-1]->role, "move inwards before travel");
|
$gcode .= $self->writer->travel_to_xy($self->point_to_gcode($point), "move inwards before travel");
|
||||||
}
|
}
|
||||||
|
|
||||||
return $gcode;
|
return $gcode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user