mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 04:02:52 -06:00
Bugfix: arcs now work (some glitches in detecting their center, though). #30
This commit is contained in:
parent
8172bcb772
commit
d620b46beb
4 changed files with 85 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue