Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2020-03-02 14:43:00 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-03-02 14:43:00 +0300
commite3a583292ad480e61ddf5815f50cbfb671c02e7d (patch)
tree282318d2ca6fe3ffe4413465e2f4cfe9a094ccd8 /src/libslic3r/SLA/SupportTree.cpp
parent7cb92ef5e8bdd4f1110ec941ff2bbd54bc609da0 (diff)
Promote max_bridges_on_pillar to be a runtime parameter.
This way the user greater control over support tree branching and the amount of pillars created.
Diffstat (limited to 'src/libslic3r/SLA/SupportTree.cpp')
-rw-r--r--src/libslic3r/SLA/SupportTree.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libslic3r/SLA/SupportTree.cpp b/src/libslic3r/SLA/SupportTree.cpp
index 5ee35f9e0..528778b68 100644
--- a/src/libslic3r/SLA/SupportTree.cpp
+++ b/src/libslic3r/SLA/SupportTree.cpp
@@ -41,7 +41,6 @@ const double SupportConfig::max_dual_pillar_height_mm = 35.0;
const double SupportConfig::optimizer_rel_score_diff = 1e-6;
const unsigned SupportConfig::optimizer_max_iterations = 1000;
const unsigned SupportConfig::pillar_cascade_neighbors = 3;
-const unsigned SupportConfig::max_bridges_on_pillar = 3;
void SupportTree::retrieve_full_mesh(TriangleMesh &outmesh) const {
outmesh.merge(retrieve_mesh(MeshType::Support));