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