mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 19:19:00 +08:00
Disable randomize starting points by default
This commit is contained in:
parent
7d08796b0a
commit
c8100ed099
@ -522,7 +522,7 @@ our $Options = {
|
||||
tooltip => 'Start each layer from a different vertex to prevent plastic build-up on the same corner.',
|
||||
cli => 'randomize-start!',
|
||||
type => 'bool',
|
||||
default => 1,
|
||||
default => 0,
|
||||
},
|
||||
'avoid_crossing_perimeters' => {
|
||||
label => 'Avoid crossing perimeters',
|
||||
|
Loading…
x
Reference in New Issue
Block a user