Move Slic3r::Test::GCodeReader to Slic3r::GCode::Reader
This commit is contained in:
parent
ece6dd8a0b
commit
baa1a8c736
11 changed files with 75 additions and 72 deletions
|
@ -41,7 +41,7 @@ my %opt = (
|
|||
|
||||
# read paths
|
||||
my %paths = (); # z => [ path, path ... ]
|
||||
Slic3r::Test::GCodeReader->new(gcode => io($input_file)->all)->parse(sub {
|
||||
Slic3r::GCode::Reader->new(gcode => io($input_file)->all)->parse(sub {
|
||||
my ($self, $cmd, $args, $info) = @_;
|
||||
|
||||
if ($cmd eq 'G1' && $info->{extruding}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue