1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Remove features that are too small to be printed

This commit is contained in:
Alessandro Ranellucci
2011-09-26 11:59:06 +02:00
parent 081f65852d
commit c2a62891da
3 changed files with 28 additions and 2 deletions
+1
View File
@@ -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;