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-08-28 18:51:58 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-08-28 22:37:56 +0400
commit73c05a60921961248f3da547d3bef69921d8600b (patch)
tree783a9786588f7068cd3c30492d398250b5913a0d /t/custom_gcode.t
parentfb763b01879f6943bf8f601f37e03947ccbf7511 (diff)
Moved vibration limit to its own G-code filter
Diffstat (limited to 't/custom_gcode.t')
-rw-r--r--t/custom_gcode.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/custom_gcode.t b/t/custom_gcode.t
index 9c5fbdcc4..765946f36 100644
--- a/t/custom_gcode.t
+++ b/t/custom_gcode.t
@@ -20,7 +20,7 @@ use Slic3r::Test;
my $print = Slic3r::Test::init_print('2x20x10', config => $conf);
my $last_move_was_z_change = 0;
- Slic3r::GCode::Reader->new(gcode => Slic3r::Test::gcode($print))->parse(sub {
+ Slic3r::GCode::Reader->new->parse(Slic3r::Test::gcode($print), sub {
my ($self, $cmd, $args, $info) = @_;
if ($last_move_was_z_change && $cmd ne $config->layer_gcode) {