mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
New option to randomize starting points across layers
This commit is contained in:
parent
b360b2bcea
commit
fa4f2c8b97
8 changed files with 50 additions and 24 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue