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
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-08-13 12:46:46 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-08-13 12:46:46 +0400
commitb5df61df2c6e8deec10ebd542a15524cdb588c57 (patch)
treed4c304d49a7a70a7cfce94b8efe9a7ef14a888fa /t/shells.t
parentef8ce1b5bac0c9def3a9055adc31d2991b4b8edd (diff)
Update test now failing because of some numerical instability
Diffstat (limited to 't/shells.t')
-rw-r--r--t/shells.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/shells.t b/t/shells.t
index bd4b221c6..175260be6 100644
--- a/t/shells.t
+++ b/t/shells.t
@@ -83,7 +83,7 @@ use Slic3r::Test;
$config->set('first_layer_speed', '100%'); # prevent speed alteration
$config->set('layer_height', 0.4);
$config->set('first_layer_height', '100%');
- $config->set('extrusion_width', 0.5);
+ $config->set('extrusion_width', 0.55);
$config->set('bottom_solid_layers', 3);
$config->set('top_solid_layers', 0);
$config->set('solid_infill_speed', 99);