mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Got rid of the Perl Format::STL, Format::AMF, Format::OBJ for good.
This commit is contained in:
@@ -30,7 +30,7 @@ my %opt = ();
|
||||
$output_file =~ s/\.amf(?:\.xml)?$/\.stl/i;
|
||||
|
||||
printf "Writing to %s\n", basename($output_file);
|
||||
Slic3r::Format::STL->write_file($output_file, $model, binary => !$opt{ascii});
|
||||
$model->store_stl(Slic3r::encode_path($output_file), binary => !$opt{ascii});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user