New option to randomize starting points across layers

This commit is contained in:
Alessandro Ranellucci 2012-05-19 22:36:29 +02:00
parent b360b2bcea
commit fa4f2c8b97
8 changed files with 50 additions and 24 deletions

View file

@ -245,6 +245,11 @@ our $Options = {
cli => 'fill-angle=i',
type => 'i',
},
'randomize_start' => {
label => 'Randomize starting points',
cli => 'randomize-start',
type => 'bool',
},
'support_material' => {
label => 'Generate support material',
cli => 'support-material',