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-16 11:09:56 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-08-16 11:09:56 +0400
commitfa07c512b466e8c81fb72fba4b2e66cefc53900c (patch)
tree82fcdfa8419d67ba1f44aee2a3b00984baec3a3d /t/shells.t
parentb38cc2c2442dfc8abd5b24e2964246075b2b3a19 (diff)
parent314f377d7b4d1cfa349336d2435d144a25cdb7a4 (diff)
Merge branch 'master' into xsdata
Conflicts: lib/Slic3r/Layer/Region.pm lib/Slic3r/Print.pm lib/Slic3r/Print/Object.pm
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 6d4f0d27f..1077260dc 100644
--- a/t/shells.t
+++ b/t/shells.t
@@ -99,7 +99,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);