Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-05-13 22:14:33 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-05-13 22:14:33 +0400
commitbaa1a8c736e71c5c426437a8050108e88985c4dc (patch)
treee113c69f9e7f1e3c12d366c7b4345f56d8169801 /t/shells.t
parentece6dd8a0b4246c933a4d268e03b86c8d2288999 (diff)
Move Slic3r::Test::GCodeReader to Slic3r::GCode::Reader
Diffstat (limited to 't/shells.t')
-rw-r--r--t/shells.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/shells.t b/t/shells.t
index a631ff9ca..7977f491e 100644
--- a/t/shells.t
+++ b/t/shells.t
@@ -23,7 +23,7 @@ use Slic3r::Test;
my $print = Slic3r::Test::init_print('20mm_cube', config => $config);
my %layers_with_shells = (); # Z => $count
- 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 ($self->Z > 0) {