1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Adopt XS containers everywhere (incomplete work)

This commit is contained in:
Alessandro Ranellucci
2013-07-16 09:49:34 +02:00
parent 339ba9e5c3
commit 9b582a11ff
30 changed files with 130 additions and 311 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ sub extrude_loop {
my ($loop, $description) = @_;
# extrude all loops ccw
my $polygon = $loop->as_polygon;
my $polygon = $loop->polygon;
my $was_clockwise = $polygon->make_counter_clockwise;
# find candidate starting points