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:
Diffstat (limited to 't/shells.t')
-rw-r--r--t/shells.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/shells.t b/t/shells.t
index 10da90556..541c7cb75 100644
--- a/t/shells.t
+++ b/t/shells.t
@@ -140,6 +140,9 @@ use Slic3r::Test;
{
my $config = Slic3r::Config->new_from_defaults;
+ $config->set('perimeters', 1);
+ $config->set('fill_density', 0);
+ $config->set('top_solid_layers', 0);
$config->set('spiral_vase', 1);
$config->set('bottom_solid_layers', 0);
$config->set('skirts', 0);