Typo
This commit is contained in:
parent
ba475cae45
commit
ea604384dd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue