mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 14:55:08 -06:00
Remove features that are too small to be printed
This commit is contained in:
parent
081f65852d
commit
c2a62891da
3 changed files with 28 additions and 2 deletions
|
@ -103,6 +103,7 @@ if ($action eq 'skein') {
|
|||
my $t0 = [gettimeofday];
|
||||
my $print = $stl_parser->parse_file($input_file);
|
||||
$print->extrude_perimeters;
|
||||
$print->remove_small_features;
|
||||
$print->extrude_fills;
|
||||
|
||||
my $output_file = $input_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue