mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 13:34:05 -06:00
Use XML::SAX::ExpatXS if available
This commit is contained in:
parent
3c8ac435ad
commit
304676b6aa
3 changed files with 8 additions and 7 deletions
|
@ -2,8 +2,6 @@ package Slic3r::Format::AMF::Parser;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use XML::SAX::PurePerl;
|
||||
|
||||
use base 'XML::SAX::Base';
|
||||
|
||||
my %xyz_index = (x => 0, y => 1, z => 2); #=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue