1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

Moved vibration limit to its own G-code filter

This commit is contained in:
Alessandro Ranellucci
2013-08-28 16:51:58 +02:00
parent 7fbacc5885
commit 36e5e1f933
18 changed files with 103 additions and 71 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ my $test = sub {
my @z = ();
my @increments = ();
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 ($info->{dist_Z}) {