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:
-rw-r--r--lib/Slic3r/Config.pm2
-rw-r--r--lib/Slic3r/GUI/Tab.pm8
2 files changed, 7 insertions, 3 deletions
diff --git a/lib/Slic3r/Config.pm b/lib/Slic3r/Config.pm
index a6f86e16f..d8182e835 100644
--- a/lib/Slic3r/Config.pm
+++ b/lib/Slic3r/Config.pm
@@ -560,7 +560,7 @@ our $Options = {
default => 70,
},
'extra_perimeters' => {
- label => 'Generate extra perimeters when needed',
+ label => 'Extra perimeters if needed',
tooltip => 'Add more perimeters when needed for avoiding gaps in sloping walls.',
cli => 'extra-perimeters!',
type => 'bool',
diff --git a/lib/Slic3r/GUI/Tab.pm b/lib/Slic3r/GUI/Tab.pm
index 44ec9c311..372f3c909 100644
--- a/lib/Slic3r/GUI/Tab.pm
+++ b/lib/Slic3r/GUI/Tab.pm
@@ -398,7 +398,7 @@ sub build {
},
{
title => 'Vertical shells',
- options => [qw(perimeters randomize_start extra_perimeters)],
+ options => [qw(perimeters)],
},
{
title => 'Horizontal shells',
@@ -411,8 +411,12 @@ sub build {
],
},
{
+ title => 'Quality (slower slicing)',
+ options => [qw(extra_perimeters avoid_crossing_perimeters)],
+ },
+ {
title => 'Advanced',
- options => [qw(avoid_crossing_perimeters external_perimeters_first spiral_vase)],
+ options => [qw(randomize_start external_perimeters_first spiral_vase)],
},
]);