1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00
This commit is contained in:
Alessandro Ranellucci
2012-07-23 17:56:20 +02:00
parent ba475cae45
commit ea604384dd
+1 -1
View File
@@ -89,7 +89,7 @@ sub extrude_loop {
my ($loop, $description) = @_;
# 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;
# find the point of the loop that is closest to the current extruder position