Fixed regression causing slowdown_below_layer_time to be ignored. #3515 #3443

This commit is contained in:
Alessandro Ranellucci 2016-11-22 22:26:08 +01:00 committed by bubnikv
parent 9f660738b3
commit 4a84643894
3 changed files with 11 additions and 10 deletions

View file

@ -2,13 +2,14 @@ use Test::More;
use strict;
use warnings;
plan tests => 11;
plan tests => 12;
BEGIN {
use FindBin;
use lib "$FindBin::Bin/../lib";
}
use List::Util qw(first);
use Slic3r;
use Slic3r::Test;