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>2014-01-02 20:24:23 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-01-02 20:24:23 +0400
commit5bf0942f4559d5458bc3a50b1da76cd1bd0e7a16 (patch)
tree625c04b9516f69278aa2244c487a0a9b227ef7b6 /t/shells.t
parente2f1040a76e9ad3e7d08e9588dc527895c28e017 (diff)
Satisfy test suite and CLI
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);