mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Generate boundaries of areas to fill (includes some refactoring)
This commit is contained in:
@@ -40,7 +40,7 @@ sub new_from_points {
|
||||
: $_
|
||||
} @points;
|
||||
|
||||
my $polyline = __PACKAGE__->new;
|
||||
my $polyline = $class->new;
|
||||
my $previous_point;
|
||||
$previous_point = $points[-1] if $class eq 'Slic3r::Polyline::Closed';
|
||||
foreach my $point (@points) {
|
||||
|
||||
Reference in New Issue
Block a user