mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 02:08:59 +08:00
Typo
This commit is contained in:
parent
ba475cae45
commit
ea604384dd
@ -89,7 +89,7 @@ sub extrude_loop {
|
|||||||
my ($loop, $description) = @_;
|
my ($loop, $description) = @_;
|
||||||
|
|
||||||
# extrude all loops ccw
|
# extrude all loops ccw
|
||||||
$loop = $loop->unpack if $path->isa('Slic3r::ExtrusionLoop::Packed');
|
$loop = $loop->unpack if $loop->isa('Slic3r::ExtrusionLoop::Packed');
|
||||||
$loop->polygon->make_counter_clockwise;
|
$loop->polygon->make_counter_clockwise;
|
||||||
|
|
||||||
# find the point of the loop that is closest to the current extruder position
|
# find the point of the loop that is closest to the current extruder position
|
||||||
|
Loading…
x
Reference in New Issue
Block a user