mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
Good bye, Perl Expat binding!
This commit is contained in:
parent
9ea570ea4e
commit
f0f550783f
7 changed files with 2 additions and 253 deletions
|
@ -25,7 +25,7 @@ my %opt = ();
|
|||
}
|
||||
|
||||
{
|
||||
my $model = Slic3r::Format::AMF->read_file($ARGV[0]);
|
||||
my $model = Slic3r::Model->load_amf(Slic3r::encode_path($ARGV[0]));
|
||||
my $output_file = $ARGV[0];
|
||||
$output_file =~ s/\.amf(?:\.xml)?$/\.stl/i;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue