From 3d85730b4e859ddc5ba901c9986e0207f4204cac Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 13 Jun 2014 13:14:01 +0400 Subject: [PATCH] Generate contact layer normally, without any additional "equally spaced circles" or something... O_o --- lib/Slic3r/Print/SupportMaterial.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/Slic3r/Print/SupportMaterial.pm b/lib/Slic3r/Print/SupportMaterial.pm index 64902ee4..508274e5 100644 --- a/lib/Slic3r/Print/SupportMaterial.pm +++ b/lib/Slic3r/Print/SupportMaterial.pm @@ -534,7 +534,10 @@ sub generate_toolpaths { # if no interface layers were requested we treat the contact layer # exactly as a generic base layer push @$base, @$contact; - } elsif (@$contact && $contact_loops > 0) { + } else { + push @$interface, @$contact; + } + if (0 && @$contact && $contact_loops > 0) { # WTF?!! # generate the outermost loop # find centerline of the external loop (or any other kind of extrusions should the loop be skipped)