mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
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
|
@ -25,7 +25,7 @@ my $test = sub {
|
|||
my $lifted = 0;
|
||||
my $changed_tool = 0;
|
||||
my $wait_for_toolchange = 0;
|
||||
Slic3r::Test::GCodeReader->new(gcode => Slic3r::Test::gcode($print))->parse(sub {
|
||||
Slic3r::GCode::Reader->new(gcode => Slic3r::Test::gcode($print))->parse(sub {
|
||||
my ($self, $cmd, $args, $info) = @_;
|
||||
|
||||
if ($cmd =~ /^T(\d+)/) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue