mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Bugfix: arcs now work (some glitches in detecting their center, though). #30
This commit is contained in:
@@ -57,7 +57,7 @@ sub cleanup {
|
||||
|
||||
sub detect_arcs {
|
||||
my $self = shift;
|
||||
@{$self->paths} = map $_->detect_arcs, @{$self->paths};
|
||||
@{$self->paths} = map $_->detect_arcs(@_), @{$self->paths};
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user