New option to change perimeter order. #534
This commit is contained in:
parent
33b40eda18
commit
db2e76a0df
5 changed files with 16 additions and 3 deletions
lib/Slic3r/GUI
|
@ -407,7 +407,7 @@ sub build {
|
|||
},
|
||||
{
|
||||
title => 'Advanced',
|
||||
options => [qw(avoid_crossing_perimeters)],
|
||||
options => [qw(avoid_crossing_perimeters external_perimeters_first)],
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue