From c8100ed0999e9816ba15a54c40040ecf3514bd34 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 4 Feb 2013 15:05:56 +0100 Subject: [PATCH] Disable randomize starting points by default --- lib/Slic3r/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Config.pm b/lib/Slic3r/Config.pm index 2f4b881e5..7247d1894 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -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',