From 7473d5f140eac2d70ae6dd99ed6932f92bff83d8 Mon Sep 17 00:00:00 2001
From: Alessandro Ranellucci <aar@cpan.org>
Date: Thu, 8 Dec 2011 10:33:05 +0100
Subject: [PATCH] =?UTF-8?q?Set=20default=20infill=20angle=20to=2045=C2=B0.?=
 =?UTF-8?q?=20#103?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lib/Slic3r.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 321f863e4..770ce4b71 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -74,7 +74,7 @@ our $perimeter_infill_overlap_ratio = 0.15;   # factor for flow width
 our $fill_pattern       = 'rectilinear';
 our $solid_fill_pattern = 'rectilinear';
 our $fill_density       = 0.4;  # 1 = 100%
-our $fill_angle         = 0;
+our $fill_angle         = 45;
 our $start_gcode = "G28 ; home all axes";
 our $end_gcode = <<"END";
 M104 S0 ; turn off temperature