Got rid of the Perl Format::STL, Format::AMF, Format::OBJ for good.
This commit is contained in:
parent
f0f550783f
commit
ee619701d8
11 changed files with 14 additions and 146 deletions
|
@ -43,7 +43,7 @@ my %opt = ();
|
|||
|
||||
my $output_file = sprintf '%s_%02d.stl', $basename, ++$part_count;
|
||||
printf "Writing to %s\n", basename($output_file);
|
||||
Slic3r::Format::STL->write_file($output_file, $new_model, binary => !$opt{ascii});
|
||||
$new_model->store_stl(Slic3r::encode_path($output_file), !$opt{ascii});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue