mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Move Slic3r::Test::GCodeReader to Slic3r::GCode::Reader
This commit is contained in:
@@ -21,7 +21,7 @@ my $test = sub {
|
||||
|
||||
my @z = ();
|
||||
my @increments = ();
|
||||
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 ($info->{dist_Z}) {
|
||||
|
||||
Reference in New Issue
Block a user