mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Adopt XS containers everywhere (incomplete work)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user