mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
New Quality section in GUI
This commit is contained in:
parent
f0440bede4
commit
362232ada4
2 changed files with 7 additions and 3 deletions
|
@ -398,7 +398,7 @@ sub build {
|
|||
},
|
||||
{
|
||||
title => 'Vertical shells',
|
||||
options => [qw(perimeters randomize_start extra_perimeters)],
|
||||
options => [qw(perimeters)],
|
||||
},
|
||||
{
|
||||
title => 'Horizontal shells',
|
||||
|
@ -410,9 +410,13 @@ 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)],
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue