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>2015-01-31 14:10:50 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-01-31 14:10:50 +0300
commit2e88b088e6f6804da678aa9bceca394f519bad07 (patch)
tree33a8489d6daca7ef2355caeecbc96fa26ef8765d /t
parent84eb37e21865fa5e59a200d70ef5a5a69c6b510b (diff)
Make tests happy with new defaults
Diffstat (limited to 't')
-rw-r--r--t/fill.t1
-rw-r--r--t/pressure.t2
2 files changed, 2 insertions, 1 deletions
diff --git a/t/fill.t b/t/fill.t
index 63c3c087f..2a7a4521f 100644
--- a/t/fill.t
+++ b/t/fill.t
@@ -206,6 +206,7 @@ for my $pattern (qw(rectilinear honeycomb hilbertcurve concentric)) {
$config->set('bottom_solid_layers', 0);
$config->set('infill_extruder', 2);
$config->set('infill_extrusion_width', 0.5);
+ $config->set('fill_density', 40);
$config->set('cooling', 0); # for preventing speeds from being altered
$config->set('first_layer_speed', '100%'); # for preventing speeds from being altered
diff --git a/t/pressure.t b/t/pressure.t
index a819da79c..6bbb81d84 100644
--- a/t/pressure.t
+++ b/t/pressure.t
@@ -29,7 +29,7 @@ use Slic3r::Test;
}
});
- ok abs($retracted) < 0.0002, 'all retractions are compensated';
+ ok abs($retracted) < 0.01, 'all retractions are compensated';
}