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
path: root/t
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2016-11-23 00:26:08 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-22 17:29:14 +0300
commit4a846438949368bc1e008efaafcd1d9f518f5eeb (patch)
treedcb34543c7ab45f08f71963ce1d96804692aa38b /t
parent9f660738b36a5e83933385d2463b24b4df50b81f (diff)
Fixed regression causing slowdown_below_layer_time to be ignored. #3515 #3443
Diffstat (limited to 't')
-rw-r--r--t/cooling.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/cooling.t b/t/cooling.t
index 2d76bf747..aa9936276 100644
--- a/t/cooling.t
+++ b/t/cooling.t
@@ -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;