New separate option to control the addition of automatic extra perimeters. Also, add none if perimeters are set to 0. #459
This commit is contained in:
parent
f61a1f5a07
commit
410279823c
6 changed files with 58 additions and 48 deletions
|
@ -235,7 +235,7 @@ our $Options = {
|
|||
|
||||
# print options
|
||||
'perimeters' => {
|
||||
label => 'Perimeters (minimum)',
|
||||
label => 'Perimeters',
|
||||
cli => 'perimeters=i',
|
||||
type => 'i',
|
||||
aliases => [qw(perimeter_offsets)],
|
||||
|
@ -269,6 +269,11 @@ our $Options = {
|
|||
cli => 'fill-angle=i',
|
||||
type => 'i',
|
||||
},
|
||||
'extra_perimeters' => {
|
||||
label => 'Generate extra perimeters when needed',
|
||||
cli => 'extra-perimeters!',
|
||||
type => 'bool',
|
||||
},
|
||||
'randomize_start' => {
|
||||
label => 'Randomize starting points',
|
||||
cli => 'randomize-start!',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue