mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Disable randomize starting points by default
This commit is contained in:
@@ -522,7 +522,7 @@ our $Options = {
|
|||||||
tooltip => 'Start each layer from a different vertex to prevent plastic build-up on the same corner.',
|
tooltip => 'Start each layer from a different vertex to prevent plastic build-up on the same corner.',
|
||||||
cli => 'randomize-start!',
|
cli => 'randomize-start!',
|
||||||
type => 'bool',
|
type => 'bool',
|
||||||
default => 1,
|
default => 0,
|
||||||
},
|
},
|
||||||
'avoid_crossing_perimeters' => {
|
'avoid_crossing_perimeters' => {
|
||||||
label => 'Avoid crossing perimeters',
|
label => 'Avoid crossing perimeters',
|
||||||
|
|||||||
Reference in New Issue
Block a user