From 700fee14aa7a1ddb488c04b5e1376c05212829a1 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 17 Mar 2013 00:24:53 +0100 Subject: [PATCH] Set honeycomb as default fill pattern, as it works better at low layer heights and makes stronger parts --- 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 e3e9d6392e..3e147a4401 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -523,7 +523,7 @@ our $Options = { type => 'select', values => [qw(rectilinear line concentric honeycomb hilbertcurve archimedeanchords octagramspiral)], labels => [qw(rectilinear line concentric honeycomb), 'hilbertcurve (slow)', 'archimedeanchords (slow)', 'octagramspiral (slow)'], - default => 'rectilinear', + default => 'honeycomb', }, 'solid_fill_pattern' => { label => 'Top/bottom fill pattern',