mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Many changes and fixes to remove leaks and return objects by reference
This commit is contained in:
@@ -19,7 +19,7 @@ sub merge_continuous_lines {
|
||||
|
||||
my $p = $self->pp;
|
||||
polygon_remove_parallel_continuous_edges($p);
|
||||
return (ref $self)->new(@$p);
|
||||
return __PACKAGE__->new(@$p);
|
||||
}
|
||||
|
||||
sub remove_acute_vertices {
|
||||
|
||||
Reference in New Issue
Block a user