1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

Disable randomize starting points by default

This commit is contained in:
Alessandro Ranellucci
2013-02-04 15:05:56 +01:00
parent 7d08796b0a
commit c8100ed099
+1 -1
View File
@@ -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',