From dea122ee92a296511b4f35ba80ccbcba81484f62 Mon Sep 17 00:00:00 2001 From: supermerill Date: Tue, 16 Nov 2021 20:17:34 +0100 Subject: [PATCH] clean & update vertex profiles --- resources/profiles | 2 +- src/libslic3r/PrintObject.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/profiles b/resources/profiles index 38cf62ab5..bac080959 160000 --- a/resources/profiles +++ b/resources/profiles @@ -1 +1 @@ -Subproject commit 38cf62ab55e88865c21d8d8b15f8fd1d0b5139a4 +Subproject commit bac080959a79df36f6cfb9f58d1589f54fa60b5a diff --git a/src/libslic3r/PrintObject.cpp b/src/libslic3r/PrintObject.cpp index cbfa7d5ef..3fbe51b3b 100644 --- a/src/libslic3r/PrintObject.cpp +++ b/src/libslic3r/PrintObject.cpp @@ -2177,8 +2177,6 @@ namespace Slic3r { ExPolygons not_bridge = diff_ex({ ExPolygon{ poly_to_check_for_thin } }, collapsed); int try1_count = bridge.size() + not_bridge.size(); if (try1_count > 1) { - if (layer->id() == 15) - std::cout << "lol\n"; min_width = float(bridge_flow.scaled_width()) * 1.5f; collapsed = offset2_ex({ poly_to_check_for_thin }, -min_width, +min_width * 1.5f); ExPolygons bridge2 = intersection_ex(collapsed, { ExPolygon{ poly_to_check_for_thin } });