1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Good bye, Perl Expat binding!

This commit is contained in:
bubnikv
2017-02-27 00:38:30 +01:00
parent 9ea570ea4e
commit f0f550783f
7 changed files with 2 additions and 253 deletions
+1 -1
View File
@@ -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;