From 2e88b088e6f6804da678aa9bceca394f519bad07 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 31 Jan 2015 12:10:50 +0100 Subject: [PATCH] Make tests happy with new defaults --- t/fill.t | 1 + t/pressure.t | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'; }