From b500f0cc0180668f8fd4972eeedec9a79e5b7103 Mon Sep 17 00:00:00 2001 From: Jaggz H Date: Tue, 18 Apr 2017 18:05:54 -0700 Subject: [PATCH] changed overhang threshold for enforced supports from 75 to 89 --- lib/Slic3r/Print/SupportMaterial.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Print/SupportMaterial.pm b/lib/Slic3r/Print/SupportMaterial.pm index 0fa27441c8..b4ce3c3574 100644 --- a/lib/Slic3r/Print/SupportMaterial.pm +++ b/lib/Slic3r/Print/SupportMaterial.pm @@ -171,7 +171,7 @@ sub contact_area { my $layer_threshold_rad = $threshold_rad; if ($layer_id <= $conf->support_material_enforce_layers) { # Use ~45 deg number for enforced supports if we are in auto - $layer_threshold_rad = deg2rad(75); + $layer_threshold_rad = deg2rad(89); } if (defined $layer_threshold_rad) { $d = scale $lower_layer->height