1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Move arc fitting code to its own post-processing filter and remove the built-in ExtrusionPath::Arc class

This commit is contained in:
Alessandro Ranellucci
2013-08-28 19:50:16 +02:00
parent 055273fbc8
commit 5f17fa342b
9 changed files with 149 additions and 196 deletions
-6
View File
@@ -47,10 +47,4 @@ sub cleanup {
$self->append(@paths);
}
sub detect_arcs {
my $self = shift;
return map $_->detect_arcs(@_), @$self;
}
1;