mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Removed unused code
This commit is contained in:
parent
bd7b0e2aed
commit
649ef6ce79
2 changed files with 0 additions and 43 deletions
|
@ -2,13 +2,4 @@ package Slic3r::ExtrusionPath::Collection;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
sub cleanup {
|
||||
my $self = shift;
|
||||
|
||||
# split paths at angles that are too acute to be printed as they will cause blobs
|
||||
my @paths = map $_->split_at_acute_angles, @$self;
|
||||
$self->clear;
|
||||
$self->append(@paths);
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue