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-07-28 12:56:41 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-07-28 12:56:41 +0400
commit691c45d57fd1e8e0f898e0afde4528ea2760c64b (patch)
treebb2aa95e0dfb36310ac5e470a7f9c0f8d1a4312a /t/shells.t
parent5c191c062fc07b858242a1081091b3aec05e9f3d (diff)
Smarter handling of hollow prints. Optimization included
Diffstat (limited to 't/shells.t')
-rw-r--r--t/shells.t8
1 files changed, 7 insertions, 1 deletions
diff --git a/t/shells.t b/t/shells.t
index adb177c56..d84adb3e1 100644
--- a/t/shells.t
+++ b/t/shells.t
@@ -74,13 +74,19 @@ use Slic3r::Test;
# (shape, extrusion_width) so that perimeters cover the bottom surfaces of
# their lower layer - the test checks that shells are not generated on the
# above layers (thus 'across' the shadow perimeter)
+ # the test is actually calibrated to leave a narrow bottom region for each
+ # layer - we test that in case of fill_density = 0 such narrow shells are
+ # discarded instead of grown
$config->set('perimeters', 1);
$config->set('fill_density', 0);
$config->set('cooling', 0); # prevent speed alteration
$config->set('first_layer_speed', '100%'); # prevent speed alteration
- $config->set('extrusion_width', 0.6);
+ $config->set('layer_height', 0.4);
+ $config->set('first_layer_height', '100%');
+ $config->set('extrusion_width', 0.5);
$config->set('bottom_solid_layers', 3);
$config->set('top_solid_layers', 0);
+ $config->set('solid_infill_speed', 99);
my $print = Slic3r::Test::init_print('V', config => $config);
my %layers = (); # Z => 1