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

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;