New Quality section in GUI

xs
Alessandro Ranellucci 2013-07-05 21:57:56 +02:00
parent f0440bede4
commit 362232ada4
2 changed files with 7 additions and 3 deletions

View File

@ -560,7 +560,7 @@ our $Options = {
default => 70, default => 70,
}, },
'extra_perimeters' => { '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.', tooltip => 'Add more perimeters when needed for avoiding gaps in sloping walls.',
cli => 'extra-perimeters!', cli => 'extra-perimeters!',
type => 'bool', type => 'bool',

View File

@ -398,7 +398,7 @@ sub build {
}, },
{ {
title => 'Vertical shells', title => 'Vertical shells',
options => [qw(perimeters randomize_start extra_perimeters)], options => [qw(perimeters)],
}, },
{ {
title => 'Horizontal shells', title => 'Horizontal shells',
@ -410,9 +410,13 @@ sub build {
}, },
], ],
}, },
{
title => 'Quality (slower slicing)',
options => [qw(extra_perimeters avoid_crossing_perimeters)],
},
{ {
title => 'Advanced', title => 'Advanced',
options => [qw(avoid_crossing_perimeters external_perimeters_first spiral_vase)], options => [qw(randomize_start external_perimeters_first spiral_vase)],
}, },
]); ]);